OBS User unknown
2007-12-14 15:29:45 +00:00
committed by Git OBS Bridge
parent 9221cbfac7
commit c9f59203da
4 changed files with 54 additions and 10 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Dec 14 15:24:04 CET 2007 - werner@suse.de
- Update to gnuplot 4.2.2
* FIX Axis labels were ignored in mode "set view map"
Candlesticks did not receive the border color specified in fillstyle
* NEW allow extra column in 2D plots containing color information
* NEW set term latex {size XX,YY}
* FIX buffering of very long input lines
* FIX clipping of image data against plot boundary
* FIX polygon clipping bugs
* FIX key sample for plots with variable color
* FIX wxt initialization on non-gnu systems
* FIX escape sequence %% handling in sprintf() format strings
* FIX Apply "set style incr user" to 3D contours and to columnstacked histograms
* FIX Apply "set key {no}enhanced" to key titles read from a file
* FIX Allow string variable as filename for "fit via <filename>"
* CHANGE defer x11 initialization until first plot command
* CHANGE clean up configuration files for amg, cyg, mgw, dj2
* CHANGE modify SVG output to accommodate non-compliant viewers
* CHANGE allow 'strcol()' as shorthand for 'stringcolumn()'
* CHANGE default to "blacktext" for TeX-based PostScript variants
-------------------------------------------------------------------
Wed Sep 5 17:02:11 CEST 2007 - werner@suse.de