SHA256
1
0
forked from pool/gnuplot
2017-09-29 07:57:40 +00:00
committed by Git OBS Bridge
parent 6dcb88099a
commit b278117be7
11 changed files with 379 additions and 129 deletions

View File

@@ -1,3 +1,119 @@
-------------------------------------------------------------------
Fri Sep 29 07:55:11 UTC 2017 - werner@suse.de
- Add patch gnuplot-5.2.0-texi2info.patch as source to be avble
to patch the resulting gnuplot.texi
- Modify patches
* gnuplot-4.4.0-x11ovf.dif
* gnuplot-4.6.0-demo.diff
* gnuplot-4.6.0-fonts.diff
* gnuplot-4.6.0.dif
* gnuplot-QtCore-PIC.dif
* gnuplot-wx3.diff
-------------------------------------------------------------------
Wed Sep 27 13:47:57 UTC 2017 - werner@suse.de
- Update to gnuplot 5.2.0
* NEW user-defined dashtypes in metapost terminal
* NEW datablock contents may be accessed as an indexed array of strings
* CHANGE allow explicit sample interval for u and v using pseudofile '++'
* CHANGE decouple cbrange from color components in "with rgbimage"
* FIX reconcile aspect ratio flags from "set view map" and "set view equal xy"
* FIX "set key fixed" should be ignored in the case of "set view map"
* FIX GPVAL_* variables were not being updated in "set table" mode
* FIX evaluation of nested iteration containing an empty range
* FIX bug in variant time_spec formats %tH %tM (undesired wrapping)
* NEW "plot with table" can handle string-valued output columns
* CHANGE add caca terminal documentation to the user manual
* CHANGE revised output of "test" command
* CHANGE use Mingw-w64 and MSVC popen rather than built-in "fake" popen
* FIX copy environmental variable GNUTERM to internal variable on entry
* FIX more consistent handling of plot 'with table'
* FIX incorrect, possibly empty, command string was saved for previous fit
* FIX ignore non-numeric values of potential dummy params used by "fit"
* FIX autoscaling during refresh of volatile data plots "with vectors"
* FIX terminal initialization must be done before executing ~/.gnuplot
* FIX do not use LaTeX formatting in tabular output
* FIX polar border should not be clipped to rectangular border
* FIX raxis was truncated at R=0 if the axis direction was inverted
* FIX sanity check to catch "plot '+' binary"
* FIX sanity check for NULL format passed to gprintf
* FIX sanity check inverse mapping function of set link and set nonlinear
* FIX sanity check for empty image data structure
* FIX segfault from corruption of timestamp text
* FIX several unitialized variables (see Bug 1933)
* FIX dumb term: linetype character distinction was lost if not in color mode
* CHANGE svg terminal option "fontscale" replaces obsolete "fsize"
* NEW plot styles
* NEW splot ... using <x>:<y>:<z>:<zlow>:<zhigh> with zerrorfill
* NEW "set jitter" allows creation of bee swarm plots
* NEW data filter "bins" sorts input into equal width bins on x
* NEW "with points" and "with linespoints" accept `pointtype variable`
* NEW hidden3d now treats 'image' and 'rgbimage' as occluding rectangles
* NEW "smooth fnormal" normalized frequency
* NEW polar mode improvements and extensions
* NEW "set [m]ttics" places labels around perimeter of polar grid
* NEW "set rlabel" places a label above the r axis
* NEW "set rrange [90:0]" plots in celestial horizontal coordinates
* NEW "set border polar" uses border linetype for perimeter of polar plot
* NEW "set theta <origin> <sense>" orientation of polar coordinate theta
* NEW label, arrow, and object positions may be given in polar coordinates
* NEW nonlinear coordinate systems
* NEW "set nonlinear <axis> via f(axis) inverse g(axis)"
* NEW "set log" re-implemented as special case of "set nonlinear"
* NEW data type array[size]
* NEW commands and command options
* NEW "break" exits from iteration loop
* NEW "continue" begins next iteration immediately
* NEW "toggle {<plotno> | "plottitle" | all}"
* NEW "set pm3d lighting" specifies lighting model with specular highlighting
* NEW "set table OUTFILE {append}"
* NEW "set minussign" and "set micro" (first appeared in 5.0.5)
* NEW "set view azimuth <angle>" controls azimuth of the z axis in 3D plots
* NEW "save fit <filename>" replaces deprecated command "update"
* NEW terminals and terminal options
* NEW terminal domterm (supports in-line SVG in DomTerm terminal emulator)
* NEW terminal sixelgd (sixel terminal graphics using gdlib)
* NEW svg 'standalone' embeds images rather than including by reference
* NEW windows terminal supports saving graph as bitmap
* NEW windows graph windows can be docked to the wgnuplot text window
* NEW windows terminal Direct2D driver rather than GDI/GDI+ where possible
* NEW wxt supports saving graph as EMF on Windows
* NEW wxt supports printing on Windows
* NEW dumb suports ANSI colors and filled polygons
* NEW Optional sampling interval in range specifiers for pseudofiles '+' '++'
* NEW gnuplot on Windows
* converts Unicode (BMP) input to current `set encoding`, including UTF-8
* is system DPI aware
* NEW textbox style supports fillcolor and bordercolor
* CHANGE point style associated with "plot with labels" is shown in the key
* CHANGE Revise placement of axis labels in 3D plots
* CHANGE Timestamp is now placed relative to page rather than plot boundary
* CHANGE Track font/enhanced for key title separately from the key entries
* CHANGE order of margins in `set margins <left>, <right>, <bottom>, <top>`
* CHANGE Store and reuse x,y dimensions from the time image data is read in
* CHANGE Some STATS_* variables are of type integer rather than real (complex)
* CHANGE ^R starts a backward search when using the built-in readline
* CHANGE Only update axis->data_min/max if the point being stored is INRANGE
* CHANGE auto-generation of minitics on logscale axis has changed
* CHANGE revised printing dialogs on Windows
* CHANGE preserve whitespace following opening { in enhanced text strings
* CHANGE windows terminal provides better oversampling
* CHANGE New default "set key fixed" prevents 3D key box from rotating with plot
* CHANGE Deprecate pdf terminal requiring non-free library PDFlib
* CHANGE windows terminal also uses GDI+ for printing and copy-to-clipboard
* CHANGE raxis/polar grid can coexist with cartesian axes
* CHANGE evaluation of norm(x) or x**y returns 0 on floating underflow
* CHANGE support for space-in-x11-raises-KDE3-konsole is now a configure option
* CHANGE don't use loadpath to choose output directory for "save"
* CHANGE GNUTERM may contain terminal options in addition to bare terminal name
* CHANGE remove legacy terminals corel and dxf from default build
* FIX cairo.trm - reset terminal font after printing an enhanced text string
* FIX autoscaling of data with "smooth cnorm"
* FIX Built-in readline handles S-JIS encoding
* FIX Output to printer on Windows via special file "PRN"
-------------------------------------------------------------------
Wed Aug 16 07:09:12 UTC 2017 - werner@suse.de