Accepting request 205229 from home:burnus:branches:Publishing

Update to 4.6.4

OBS-URL: https://build.opensuse.org/request/show/205229
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=53
This commit is contained in:
OBS User mrdocs
2013-11-02 03:10:21 +00:00
committed by Git OBS Bridge
parent 8630a2d480
commit e5eb2d4053
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Oct 29 22:32:31 UTC 2013 - burnus@net-b.de
- Update to 4.6.4
* CHANGE treat empty fields in a csv file as "missing" rather than "bad"
* CHANGE allow reference to more than one column header in 'using' or 'title'
* CHANGE if a polar plot is autoscaled, try to place the origin at the center
* FIX svg and canvas terminal mousing of inverted axis coordinates
* FIX emf failed to initialize font correctly on some systems
* FIX timedata columns can now be referred to via column(N) and column("HEAD")
* FIX qt terminal toggling of enhanced text elements in plot with labels
* FIX color/pattern generated for key entries of columnstacked histograms
* FIX hitting ^C twice forces temination of wxt session hung by lost X-server
* FIX win terminal failed to properly adjust plot border after window resize
* FIX several conditions in which macros were not expanded during command input
* FIX promote a string containing only digits to INTGR rather than CMPLX
* FIX 'set grid front' caused failure to initialize location of axis zero point
* FIX very poor precision in mouse coords reported by x11 in -persist mode
* FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
* FIX memory leak of cropped images using pngcairo terminal
* FIX "lc variable" now iterates over linetype colors (not styles) as documented
* FIX rtics were sometimes drawn with length 0
-------------------------------------------------------------------
Thu Apr 25 07:55:00 UTC 2013 - burnus@net-b.de