Changelog for
gnuplot-debugsource-4.2.3-5.1.x86_64.rpm :
Mon Mar 31 14:00:00 2008 wernerAATTsuse.de
- Make gnupplot UTF-8 capable (bnc#375175)
Wed Mar 26 13:00:00 2008 wernerAATTsuse.de
- Update to gnuplot 4.2.3
* NEW options front and back to \"set colorbox\"
* NEW character encoding support for emf and pdf terminals
* NEW \"format\" keyword for \"set tics\" and \"set {x|y|...}tics\"
* NEW allow user to set colorbar label rotatation if the bar is vertical
* FIX allow tic format to be given as a string variable
* FIX handling of negative screen coordinates on ia64, PPC
* FIX coloring of hidden surfaces if drawn with line styles
* FIX direction of y axis in graph coords for \"set view map\"
* FIX minitics in log scale
* FIX minor bugfixes to terminals fig, emf, post, svg, x11
* FIX cgm terminal now produces correct pm3d and pattern fill output
* FIX protect against overly long font names in gd, svg
* FIX infinite loop from x11 plot window resizing under ion, fluxbox
* FIX never estimate zero size for a non-empty string
* FIX discard degenerate polygons during hidden3d processing
* FIX segfault if replot is called while terminal type is unknown
* FIX segfault if locale obtained by getenv() is freed
* FIX discard axis ticks read from previous data file
* FIX Do not clip image against Z range in 3D splot with \"set view map\"
* FIX off-by-one error in implicit column 0 for binary data files
* FIX splot was trashing the default clipping boundaries for 2D plots
* CHANGE tweak installation scripts for OSX nt cyg dj2 mgw
* CHANGE install Xresource file as Gnuplot, not Gnuplot.app-defaults
* CHANGE Remove limitation of 10 args max to internal function sprintf()
* CHANGE Bring emf point types into conformity with other terminals
* CHANGE estimate the vertical space for rotated tick labels on x and x2 axes
Fri Mar 14 13:00:00 2008 wernerAATTsuse.de
- Disable warning about missing character set to avoid bnc#369156
Fri Dec 14 13:00:00 2007 wernerAATTsuse.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
\"
* 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 14:00:00 2007 wernerAATTsuse.de
- Correct name of app-defaults file
- Make samples in demo directory usable from any path
thanks goes to Dieter Jurzitza
Wed May 30 14:00:00 2007 wernerAATTsuse.de
- Overwrite empty default font for UTF-8 locale (bug #277876)
- Get html docs fully build and installed
- Correct datadir
- The patent of gif is expired
Fri May 11 14:00:00 2007 wernerAATTsuse.de
- Use setlocale(..,NULL) instead of gentenv() (bug #272915)
Tue Apr 24 14:00:00 2007 wernerAATTsuse.de
- Enable new but experimental wxt terminal (bug #266693)
Fri Apr 20 14:00:00 2007 ajAATTsuse.de
- Use texlive for Building.
Thu Apr 5 14:00:00 2007 wernerAATTsuse.de
- Update to gnuplot 4.2.0
* NEW autogenerated read-only variables prefixed GPVAL_ and \"show variables all\"
* NEW Japanese language documentation - FAQ and User Manual
* NEW multi-platform and interactive wxWidgets terminal
* NEW windows terminal supports enhanced text mode
* NEW support for placement of individual rectangles within plot or canvas
* NEW command \"set style increment user\" allows customization of default lines
* NEW commands raise and lower
* NEW y and y2 axis label rotation can be explicitly controlled (2D plots only)
* NEW {no}enhanced flag can be applied to individual labels
* NEW suboption \'set pm3d interpolate\' for bilinear interpolation of surfaces
* NEW 3D plots can read RGB color triples as part of input data
* NEW write command history file also for gnuplot\'s readline
* NEW more versatile key placement and arrangement
* NEW \'splot x
*y with pm3d\' no longer requires prior \'set pm3d\'
* NEW store a sequence of plots to an animated gif (requires libgd > 2.0.28)
* NEW multi-byte font support in x11, controlled by the locale setting LC_CTYPE
* NEW control decimal sign conventions using locale setting LC_NUMERIC
* NEW pstex, pslatex and epslatex terminals share functionality with postscript
* NEW suboptions \"set pm3d corners2color min|max\"
* NEW suboption \"set pm3d depthorder\" does hidden-surface removal (sort of)
* NEW linetype colors via \"lt {palette {frac | cb }}\"
* NEW linetype colors via \"lt {rgbcolor {\"name\" | \"#RRGGBB\"}}\"
* NEW palette and rgb linetype colors apply to all 2D and 3D plot elements
* NEW user defined variables can contain strings
* NEW expression evaluation can manipulate and return strings
* NEW built-in string functions sprintf, gprintf, substr, strstrt, word, words
* NEW built-in string function system(\"shell command\")
* NEW command line macro expansion AATT
* NEW automatic variable $# expanded to number of arguments after \"call\"
* NEW reading of (almost) arbitrary image binary files
* NEW plot styles \"with image\" and \"with rgbimage\"
* NEW plot style \"with labels\" reads text data along with X/Y/Z coordinates
* NEW plot style \"with histograms\" creates clustered or stacked histograms
* NEW auto-layout of multiplot using \"set multiplot layout , \"
* NEW variant of plot \"with filledcurves\" that fills the area between two curves
* NEW variant of \"with filledcurves\" that fills only above or below the curve
* NEW using options {x|y|z}ticlabels()
* NEW option to read plot title from data file: set key autotitle columnheader
* NEW command \'set termoption \' changes single property of current terminal
* NEW png driver supports antialiasing and TrueColor images
* NEW encoding koi8-u
* NEW plot style \"with vectors\" applies to both 2D and 3D plots
* NEW plot style \"with points\" can read variable point size from input file
* NEW \"set tics\" can change most settings for {x|y|z|cb}tics at once
* NEW tic scale can be set per axis using \"set {x|y|z|cb}tics scale\"
* CHANGE history file is written by default
* CHANGE PostScript prolog and character encoding files now maintained separately
* CHANGE Placement of z-axis label in 3D plots is now equivalent to x and y axes
* CHANGE \"set ticsscale\" is deprecated, use \"set tics scale\" instead
* CHANGE gnuplot on x11 has mousing always enabled on startup
* CHANGE \'set datafile fortran\' is now required in order to read D or Q constants
* CHANGE let the string in \'{s}plot ... notitle \"string\"\' be silently ignored
* CHANGE libgd versions 2.0.28+ support GIF images as well as PNG/JPEG
* CHANGE remove old (non-libgd) GIF and PNG drivers
* CHANGE X-resource gnuplot
*ctrlq:on requires q to kill plot window
* CHANGE X-resource gnuplot
*exportselection:off disables plot->clipboard export
* CHANGE prefer use of offset keyword in \'set [xyz]label \"foo\" offset -1,-1\'
* CHANGE \'set table \"outfile\"; ...; unset table\' replaces \'set term table\'
* CHANGE \'defined(foo)\' is deprecated; new syntax is \'exists(\"foo\")\'
* FIXED empty datafiles are not a fatal error
* FIXED setenv GNUTERM now works for png, jpeg, and gif drivers
* FIXED PostScript output can be restricted to Level 1 compatible features
* FIXED emf output is compatible with MSWin XP SP 2
* FIXED limit size of X11 requests to half the maximum allowed by the X display
* FIXED arrowheads drawn in solid lines even if the shaft is dotted (PostScript)
* FIXED estimate true effective length of strings in enhanced text mode
* FIXED clipping of filled curves
Wed Aug 16 14:00:00 2006 sndirschAATTsuse.de
- gnuplot-4.0.0-fonts.dif: fixed font paths for X.Org 7