=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/ChangeLog 2000/01/09 17:00:48 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/ChangeLog 2000/01/22 14:15:47 1.1.1.2 @@ -1,3 +1,371 @@ +1999-10-21 Lars Hecking + + * configure.in: Fix compile/link on NeXT without side effects ... + +1999-10-20 Lars Hecking + + * 0INSTALL, 0README, NEWS: Updated for 3.7.1. + + * configure.in: Fix for linking gnuplot_x11 on LynxOS 3.0.1. + +1999-10-20 John Hasstedt + + * buildvms.com, makefile.vms: Updated. Create binary data files in + the right directory. + +1999-10-19 Lars Hecking + + * term/png.trm: Back out Eric and HBB's changes (back to 16 colours, + no transparency). + + * term/tkcanvas.trm: More fixes by Thomas Sefzick and Matt Willis. + +1999-10-19 Hans-Bernhard Broeker + + * graph3d.c(boundary3d): Fix division by zero problem. + + * makefile.win, plot.h: Changes for compilation with newer Borland + Win32 compilers. + + * win/pgnuplot.c: Changes to enable compilation with more compilers. + + * win/wgnuplot.def: Reduce stacksize by 500 bytes to fix + 'DGROUP exceeds 64K' problem. + +1999-10-16 Lars Hecking + + * syscfg.h: cc on NetBSD doesn't define unix anymore. + +1999-10-15 Lars Hecking + + * Makefile.in: Add m4/select.m4 to ETC. + + * configure.in: AC_FUNC_SELECT replaces AC_FUNC_SELECT_ARGTYPES. + + * gplt_x11.c, stdfn.h: Updated for new select argtype macro. + + * m4/select.m4: New macro for select argtypes. + +1999-10-11 Lars Hecking + + * help.c: Change subtopic help entry formatting to skip next column + if very long entries are encountered. + +1999-10-11 Thomas Sefzick + + * term/tkcanvas.trm: Bug fix, some comments added. + +1999-10-11 Lars Hecking + + * help.c: Change help index formatting to start in column 4 + (instead 6) and use column length of 18 (instead 15). + +1999-10-11 "Eric S. Raymond" + + * demo/airfoil.dem, demo/animate.dem, demo/binary.dem, + demo/controls.dem, demo/electron.dem, demo/fit.dem, demo/hidden.dem, + demo/mgr.dem, demo/param.dem, demo/polar.dem, demo/prob.dem, + demo/prob2.dem, demo/scatter.dem, demo/simple.dem, demo/spline.dem, + demo/steps.dem, demo/surface1.dem, demo/surface2.dem, demo/timedat.dem, + demo/using.dem: Demo directory cleanup patch. Box a bunch of legends + and use reset instead of ad-hoc set statements. + +1999-10-11 Hans-Bernhard Broeker + + * bitmap.c, term/png.trm: Fix some shortcomings of ESR's png patches. + + * plot2d.c: Bugfix for logscale plots with unused y2 axis. + +1999-10-01 Lars Hecking + + * fit.c, docs/Makefile.in: Fix typos. + + * term/pslatex.trm(PSLATEX_graphics): Fix segfault when `auxfile' + option is not used. + +1999-10-01 John Hasstedt + + * 0INSTALL, make_vms.com: Make VMS builds easier and add note + about make_vms.com. + +1999-10-01 Lars Hecking + + * fit.c: Backported some fixes from -current, including the time + series fit code by Remko Scharroo. + + * protos.h, term.c: Add new tewrm_count() function. + + * syscfg.h: Update FAQ location. + +1999-09-29 Hans-Bernhard Broeker + + * misc.c, show.c: In the SAVE/SHOW_NUM_OR_TIME macro, add a '#' + to the format specifier in the fprintf() call. This adds a decimal + point to the saved 'set ?range' commands to prevent integer + overflow on 16 bit platforms when the saved commands are loaded. + +1999-09-29 Lars Hecking + + * bitmap.c, bitmap.h: RGB colour table moved from term/gif.trm. + + * docs/Makefile.in: Add rules to generate gnuplot.pdf. Requires + pdflatex. + + * term/driver.h: Fix typo. + + * term/gif.trm, term/png.trm: Remove unused vars. + +1999-09-29 "Eric S. Raymond" + + * term/png.trm: Add transparency support for color images. Update + for pnglib-1.0.3. + + * term/gif.trm, term/png.trm: Remove RGB colour table from gif.trm, + let both drivers share the table in bitmap.c. + +1999-09-28 Lars Hecking + + * term/gif.trm: Backport from -current. New "tiny" and "giant" + font size options. + +1999-09-27 Lars Hecking + + * term/tkcanvas.trm: Backport from -current, integrated perltk and + extended interactive Tk/Tcl capabilities. + +1999-09-24 Hans-Bernhard Broeker + + * plot2d.c(get_data): Check for minimum number of required data + columns. + +1999-09-23 Lars Hecking + + * 0FAQ: Updated. + + * gplt_x11.c(record): read_input() takes no arguments. + + * plot.c: Remove nested comment. + +1999-09-21 Lars Hecking + + * Makefile.in, configure.in, m4/next.m4: Remove references to NEXTOBJS. + + * aclocal.m4, configure: Regenerated. + + * win/wgnuplib.h, win/wgnuplot.def, win/winmain.c, win/wtext.c: + Update from gnuplot-current. + +1999-09-16 "Daniel H. Luecking" + + * term/metapost.trm: Minor updates. + +1999-09-15 Lars Hecking + + * graph3d.c, graphics.c: write_multiline() is not modifying its + char *text argument anymore, so that no temporary strings must + be allocated before calling write_multiline(). Backported from + gnuplot-current. + +1999-09-14 Lars Hecking + + * FAQ: Updated. + + * term.c(test_term): Fix bug where test pattern is drawn before + line properties are fully specified. Combined effort by + "Jürgen v.Hagen" and + Dick Crawford . + + * util.c: Fix quoting bug, minor changes (backported from -current). + +1999-09-14 Hans-Bernhard Broeker + + * graph3d.c: Fix old bug which caused 'xzeroaxis' and 'yzeroaxis' to + mean the opposite of each other in splots. + +1999-08-25 Lars Hecking + + * Makefile.in, makefile.all: Updated. + +1999-08-25 John Hasstedt + + * 0INSTALL: VMS section updated. + + * descrip.mms: Removed. + + * buildvms.com, gnuplot.opt, makefile.vms: Updated. + + * gplt_x11.c: Use strnicmp() instead of strncasecmp(). + + * x11.opt: New file. + + * term/x11.trm: Fix order of arguments in os_error() in VMS part. + +1999-08-25 Lars Hecking + + * term.h: Updated from current development version. + + * term/metapost.trm: There is no gp_strdup() in this version. + Replaced with gp_alloc() and strcpy(). + +1999-08-24 Lars Hecking + + * makefile.cyg: Updated version from W. Kirby. + +1999-08-21 Lars Hecking + + * docs/latextut/header.tex: Modified for LaTeX2e. + + * term/fig.trm, term/object.h: Change O_TEXT to OBJ_TEXT. The former + is declared in system header files on DOS/Windows platforms. + +1999-08-20 Lars Hecking + + * docs/Makefile.in: Fix INCLUDES line. + + * Makefile.in, docs/Makefile.in, makefile.all: Add metapost.trm and + openstep.trm to CORETERM. + + * term/be.trm, term/metapost.trm, term/openstep.trm: New drivers, + imported from current dev tree. + +1999-08-19 Lars Hecking + + * command.c, makefile.os2, makefile.unx, plot.c, protos.h, readline.c, + show.c: GNU_READLINE symbol replaced with HAVE_LIBREADLINE. + + * configure.in: Update errno check. Remove readline header checks. + + * configure: Regenerated. + + * docs/Makefile.in: Fix dependencies. + +1999-08-17 Lars Hecking + + * Prepare for 3.7.1 release: create branch-pre-3-7-1. + + * 0FAQ: Update to current version. + + * 0INSTALL, Makefile.in, NEWS: Updated. + + * acconfig.h: Remove unnecessary defines, now generated by + autoheader from configure.in. + + * aclocal.m4, config.hin, configure: Regenerated. + + * ansichek.h: Fix inconsistency with ANSI_C definition. + + * configure.in, docs/Makefile.in, docs/doc2info.c, gplt_x11.c: + Mostly backported from current development source. + + * command.c, time.c: Y2K fixes. + + * datafile.c: Various bugfixes. + + * demo/contours.dem, demo/singulr.dem, demo/surface2.dem, + demo/world.dem: Demos fixed for the 'set view ' problem. + + * docs/gnuplot.doc: Update for postscript driver linewidth fix. + + * docs/gnuplot.doc: Add argument list to function names. Add + better documentation for margins and tics. + + * docs/doc2info.c: Add info menu entry. + + * fit.c: Value of last parameter is not stored in its + variable as it should. + + * gplt_x11.c: Buffering bug fixed. + + * graph3d.c: Fix 'set view ' problem, fix crash with + empty key and 'set nosurface'. + + * graphics.c: Fix negative aspect ratio. Fix for '"set lmargin" + fails when the specified margin is too small'. Fix multiline xlabel. + Fix bug in multiplot with eps output. + + * hidden3d.c: Fix bug with surface plots and negative ticslevel. + + * interpol.c: Rewrite 'bezier' interpolation routine, to prevent + numerical overflow and other undesirable things happening for + large data files. + + * m4/*.m4: Updated from current development sources. + + * makefile.amg: Improved makefile for Amiga SAS/C. + + * misc.c, src/show.c: Fix bug in 'save format'. + + * misc.c: In batch mode, gnuplot does not exit when either the + 'exit' or 'quit' command is encountered. Work around bug in + egcs on LinuxPPC. + + * plot.c: Let gnuplot pass the correct exit status back to the + calling environment. Add better handling of root privilege. + + * plot2d.c: Fix bug in x2/y2 logscale/autoscale. + + * set.c: Fix 'set noautoscale' for x2/y2/z axis. + + * show.c: Fix 'show autoscale' for x2/y2/z axis. + + * syscfg.h: Fix incomplete version string on HP-UX. + + * term/cgm.trm: Numerous bugfixes in the cgm driver: + (1) The parameter list length of the CGM record is including padding + length (must NOT include the padding length). + (2) The format of 'color table' (class 5 id 34) is wrong. The first + element is the starting index (usually 0), NOT the number of colors. + (3) The format of 'font table' (class 1 id 13) is wrong. This is the + list of 'String Fixed Data'. Do NOT include the total length. + (4) Transparency (class 3 id 4) is set to 'off' but I think it is + better to set 'on' because sometimes character cells are overlapped. + + Allow < 1.0 values for linewidth. + + * term/gif.trm: Fix off-by-one yscale problem. + + * term/gnugraph.trm: Add GNU plotutils 2.2+ support. + + * term/latex.trm: Add prototypes for EEPIC functions. Embedding + document font is now default font. + + * term/linux.trm: Code added to handle root privilege properly. + + * term/next.trm: Fix typo. + + * term/png.trm: Reorder case statements, add default cases. + + * term/post.trm: Fix to allow "set border ... lw ..." and + "set grid ... lw ..." to work correctly. + + * term/pslatex.trm: Fix off-by-one error and creation of ps auxfile + name. + + * term/pstricks.trm: Fix off-by-one error. + + * term/x11.trm: Rewrite option handling. Use execvp() instead of + execl(). + + * term.c: Fix for NeXT driver initialisation. + + * term.h: Add missing define. + + * version.c: Updated. + + * win/pgnuplot.c: Add new file to allow use of stdin under Windows. + + * win/wgnuplib.h, win/wgraph.c: Someone had complained that modifying + the width of linestyle 1 in Windows gnuplot (via the context menu of + the graph window) caused all the point symbols to be drawn with wide + lines of linetype 1, as well. This turned out to be a rather, well, + silly decision regarding the effect of line style changes on the + drawing of point symbols, having been unchanged ever since gnuplot + 3.5 was ported to Windoze: the point symbols would be drawn in + another color than the corresponding sample lines, in the 'test' + page, if any linestyle was changed to 'dotted'. I now use the same + color as the corresponding line for all plot symbols, but without + the dashing/dotting or widening. + 1999-01-14 Lars Hecking * Makefile.in, makefile.all: Add PGPKEYS to ETC.