
  -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
   NOTE: This file was automatically generated by `cvs2cl.pl'.  If you
   edit this file, your changes will be lost when someone next runs
   cvs2cl.pl.  See http://www.red-bean.com/~kfogel/cvs2cl.shtml for more.
  -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-

1999-10-24 22:46  fnevgeny

	* doc/CHANGES.html, src/buildinfo.c: Final 5.0.5 release.

1999-10-23 11:10  fnevgeny

	* src/draw.c, src/draw.h: Enlarged default max_path_length to 20000
        and added a respective constant.

1999-10-22 23:41  fnevgeny

	* arch/vms/configure.com: An update to get in sync with
        ac-tools<->conf file movements.

	* src/defaults.c, src/files.c, src/params.c, src/ssdata.c: Hidden
        sets can be saved now.

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: grace-5.0.5pre3 snapshot.

1999-10-22 22:36  fnevgeny

	* src/xmgrace.c, examples/Makefile, examples/dotest,
        examples/spectrum.agr: Added a nice example from Ron Eisler.

1999-10-22 21:46  fnevgeny

	* src/motifutils.c: Removed unused callback.

1999-10-22 18:23  fnevgeny

	* src/setutils.c: In killsetdata(), don't alter the "hidden" flag.

1999-10-22 17:06  fnevgeny

	* src/XMgrace.ad: One should, probably, play with tear-offs only of
        menubar menus.

1999-10-22 17:02  fnevgeny

	* src/motifutils.c: yesno dialog wasn't updated.

1999-10-22 16:28  fnevgeny

	* src/graphutils.c: "Fixed step" zoom acts on all graphs, if graphs
        are linked.

1999-10-22 00:22  fnevgeny

	* src/pars.yacc: In v_scanner(), return a _copy_ of data if it's
        not temporal!

	* src/xmgrace.c: Include version_id in the comments' URL.

1999-10-22 00:14  fnevgeny

	* src/motifutils.c: Removed several callback function casts.  An
        ancient (since Xmgr) yesnowin memory leak fixed.

1999-10-21 23:50  fnevgeny

	* src/monwin.c: Removed an obsolete help reference.

1999-10-21 23:47  fnevgeny

	* src/utils.c: Removed an obsolete help reference.

1999-10-13 00:35  fnevgeny

	* src/buildinfo.c, doc/CHANGES.html, doc/FAQ.sgml,
        doc/UsersGuide.sgml: grace-5.0.5pre2 snapshot.

1999-10-13 00:09  fnevgeny

	* src/tickwin.c: For log scales and negative world_min reset it to
        max/1000.

1999-10-12 23:55  fnevgeny

	* src/graphutils.c: Removed checks for over/underflowing - there is
	no sense of keeping them there given similar checks are not
	performed in hundreds of different places.  Accurately deal with
        non-positive data values while autoscaling log axes.

1999-10-12 22:17  fnevgeny

	* cmath.h: Undefine isfinite if it's a macro - not a good solution,
        though.

1999-10-10 22:46  fnevgeny

	* src/xmgrace.c: Provide a workaround for the Motif-2.1
        Ctrl+Btn1Down bug.

1999-10-07 23:41  fnevgeny

	* src/main.c: Fixed few line wrappings in the "-help" output.

1999-10-07 23:30  fnevgeny

	* ac-tools/install-sh: Re-adding a dummy install-sh since
        AC_CONFIG_AUX_DIR dies if can't find it.

	* templates/Default.agr: Changed version ID.

1999-10-07 23:23  fnevgeny

	* Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
	ac-tools/configure.in, conf/Make.conf.in, conf/config.h.in,
	conf/configure.in: Moved Make.conf.in, config.h.in, and
        configure.in from conf/ to ac-tools/

1999-10-07 23:03  fnevgeny

	* conf/configure.in, ac-tools/install-sh, ac-tools/mkinstalldirs,
        ac-tools/shtool: Use shtool instead of mkinstalldirs and install.

1999-10-07 01:10  fnevgeny

	* src/buildinfo.c: grace-5.0.5pre1 snapshot.

1999-10-07 01:05  fnevgeny

	* doc/CHANGES.html: grace-5.0.5pre1 snapshot.

1999-10-07 00:51  fnevgeny

	* src/miscwin.c: Added a control for max_path_limit.
        Rearrangements.

	* src/miscwin.c: [no log message]

1999-10-07 00:16  fnevgeny

	* T1lib/Makefile: Added missing dependencies on the t1lib source
        files.

	* src/helpwin.c: A typo fixed.

1999-10-07 00:13  fnevgeny

	* arch/vms/build.com, arch/vms/configure.com, arch/vms/descrip.mms,
	arch/vms/readme, arch/vms/src.mms, arch/vms/t1lib_t1lib.mms,
        arch/vms/xbae.mms: Compilation updates from John.

1999-10-05 21:30  fnevgeny

	* src/draw.c: Modifications of DrawPolyline  and DrawPolygon to
	purge points from very long paths (exceeding a hardware's limit, or
	for purporse of performance/ memory consumption reduction).  Added
	set/get_max_path_limit() functions to control the maximum path
        length allowed for polyline/polygon drawings.

1999-10-05 21:26  fnevgeny

	* src/draw.h: Added set/get_max_path_limit() functions to control
        the maximum path length allowed for polyline/polygon drawings.

1999-10-05 00:47  fnevgeny

	* src/globals.h, src/main.c, src/pars.yacc, src/utils.c,
	src/utils.h, src/xutil.c: Replaced global debuglevel with
        get/set_debuglevel().

1999-10-02 00:46  fnevgeny

	* src/graphs.c: Don't use GUI-specific get_pagelayout().

1999-10-01 21:50  fnevgeny

	* src/eblockwin.c: Added target set selection.	Added optional
        autoscale-on-load type selection.

1999-10-01 21:30  fnevgeny

	* src/defines.h: Added NEW_SET definition.

	* src/main.c, src/pars.yacc: Updated calls of
        create_set_fromblock().

	* src/ssdata.c, src/ssdata.h: Added setno to
        create_set_fromblock().

1999-10-01 00:38  fnevgeny

	* src/main.c, src/pars.yacc: Updates to the new prototype of
        create_set_fromblock().

	* src/fileswin.c, src/miscwin.c: Moved control of autoscale_onread
        to "Read sets" from "Preferences".

	* src/motifutils.c, src/motifinc.h: Added CreateASChoice().

	* src/ssdata.c, src/ssdata.h: Added autoscale type parameter to
        create_set_fromblock().

1999-09-30 00:20  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml: grace-5.0.5pre0 snapshot.

	* doc/Makefile: Added pdf rules.

1999-09-29 23:48  fnevgeny

	* src/buildinfo.c: grace-5.0.5pre0 snapshot.

1999-09-29 23:34  fnevgeny

	* T1lib/t1lib/sysconf.h, T1lib/t1lib/t1set.c: A memory leak fixed.

1999-09-29 22:55  fnevgeny

	* src/dates.c, src/miscwin.c, src/noxprotos.h, src/pars.yacc,
	src/ssdata.c: Fixed bug of setting ref_date not ignoring the
        current reference.

1999-09-29 22:43  fnevgeny

	* src/t1fonts.c: T1_FreeGlyph()  was fixed in t1lib-0.9.2.

1999-09-29 22:16  fnevgeny

	* src/t1fonts.c: Cosmetic changes.

1999-09-28 21:27  fnevgeny

	* src/pars.yacc: Don't copy array variable - fixing a memory leak.

1999-09-28 01:16  fnevgeny

	* src/main.c: Replaced the first (test) call of set_locale_num()
        with init_locale().

	* src/utils.c, src/utils.h: Fixed memory leak in set_locale_num()
        and added init_locale();

1999-09-26 23:06  fnevgeny

	* src/files.c: Use PSTRING() instead of escapequotes().

	* src/params.c: Use PSTRING() instead of escapequotes().  Added
	PSTRING() for several places where string may contain quotes (tick
        label append/prepend strings etc).

1999-09-26 23:02  fnevgeny

	* src/utils.h: Added PSTRING() macro.

1999-09-25 23:27  fnevgeny

	* src/files.c, src/main.c: Fixed a couple of static function
        definitions.

1999-09-25 21:02  fnevgeny

	* src/graphs.c: Fixed two minor memory leaks.

	* src/objutils.c: Fix for #661.

1999-09-24 21:32  fnevgeny

	* src/tickwin.c: Enlarged text fields for axis offsets.

1999-09-24 21:23  fnevgeny

	* auxiliary/Makefile: Added $(EXE) to target.

	* arch/os2/Make.conf.os2, arch/os2/configos2.cmd: Updates from
        Alexander.

1999-09-13 00:21  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml: Final 5.0.4
        release.

1999-09-12 23:45  fnevgeny

	* src/buildinfo.c: Final 5.0.4 release.

1999-09-12 23:11  fnevgeny

	* arch/vms/configure.com: Updates from John.

1999-09-12 20:02  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/README: More changes.

1999-09-12 14:42  fnevgeny

	* doc/grace.1, src/main.c: Fixed the "-results" option description.

1999-09-12 14:25  fnevgeny

	* T1lib/t1lib/sysconf.h: Updated T1lib ident string

	* src/Makefile: Remove buildinfo$(EXE) with make distclean.

1999-09-11 23:56  fnevgeny

	* conf/configure.in: Fixed the (bundled) Xbae lib path.

	* examples/logistic.agr: Updated annotations to be in sync with the
        new nonl fit interface.

1999-09-11 12:29  fnevgeny

	* doc/CHANGES.html, doc/UsersGuide.sgml, src/buildinfo.c:
        grace-5.0.4pre1 snapshot.

1999-09-11 01:29  fnevgeny

	* auxiliary/convcal.c: Several fixes from Luc.

	* conf/configure.in: Added XBAE_INC and changed Xbae dir to
        Xbae/Xbae.

	* T1lib/Makefile, auxiliary/Makefile, cephes/Makefile,
	doc/Makefile, grace_np/Makefile, grconvert/Makefile, src/Makefile:
        Separate variable for CPPFLAGS.

	* conf/Make.conf.in: Added XBAE_INC and splitted CPPFLAGS off
        CFLAGS0.

1999-09-11 01:25  fnevgeny

	* Xbae/Actions.c, Xbae/Actions.h, Xbae/Clip.c, Xbae/Clip.h,
	Xbae/ClipP.h, Xbae/Converters.c, Xbae/Converters.h, Xbae/Create.c,
	Xbae/Create.h, Xbae/Draw.c, Xbae/Draw.h, Xbae/Input.c,
	Xbae/Input.h, Xbae/InputP.h, Xbae/LICENSE, Xbae/Macros.h,
	Xbae/Make.common, Xbae/Makefile, Xbae/Matrix.c, Xbae/Matrix.h,
	Xbae/MatrixP.h, Xbae/Methods.c, Xbae/Methods.h, Xbae/Public.c,
	Xbae/ScrollMgr.c, Xbae/ScrollMgr.h, Xbae/Shadow.c, Xbae/Shadow.h,
	Xbae/Utils.c, Xbae/Utils.h, Xbae/patchlevel.h, Xbae/Xbae/Actions.c,
	Xbae/Xbae/Actions.h, Xbae/Xbae/Clip.c, Xbae/Xbae/Clip.h,
	Xbae/Xbae/ClipP.h, Xbae/Xbae/Converters.c, Xbae/Xbae/Converters.h,
	Xbae/Xbae/Create.c, Xbae/Xbae/Create.h, Xbae/Xbae/Draw.c,
	Xbae/Xbae/Draw.h, Xbae/Xbae/Input.c, Xbae/Xbae/Input.h,
	Xbae/Xbae/InputP.h, Xbae/Xbae/LICENSE, Xbae/Xbae/Macros.h,
	Xbae/Xbae/Make.common, Xbae/Xbae/Makefile, Xbae/Xbae/Matrix.c,
	Xbae/Xbae/Matrix.h, Xbae/Xbae/MatrixP.h, Xbae/Xbae/Methods.c,
	Xbae/Xbae/Methods.h, Xbae/Xbae/Public.c, Xbae/Xbae/ScrollMgr.c,
	Xbae/Xbae/ScrollMgr.h, Xbae/Xbae/Shadow.c, Xbae/Xbae/Shadow.h,
	Xbae/Xbae/Utils.c, Xbae/Xbae/Utils.h, Xbae/Xbae/patchlevel.h: Moved
	Xbae one level deeper in the dir tree to screen it when using
        system Xbae includes.

1999-09-11 00:25  fnevgeny

	* src/nonlfit.c: Calculate and print some statistics on fit.

1999-09-10 23:57  fnevgeny

	* src/nonlwin.c: Added 1/Y^2 weighting method.

	* src/fit.c, src/noxprotos.h: Removed unused gauss().

1999-09-10 23:52  fnevgeny

	* src/utils.c: Avoid "//" while expanding ~.

1999-09-10 23:23  fnevgeny

	* arch/os2/README, arch/os2/configos2.cmd, arch/os2/dlfcn.c,
        arch/os2/dlfcn.h, arch/os2/dotest.cmd: Updates from Alexander.

1999-09-10 23:17  fnevgeny

	* src/printwin.c: Cosmetic changes.

1999-09-10 22:47  fnevgeny

	* src/Make.dep: Updated.

1999-09-10 22:18  fnevgeny

	* src/comwin.c: Fixed help callback bug and added missing
        attachments.

	* src/params.c: Use sformat for saving locations of custom axis
        ticks.

1999-09-09 01:03  fnevgeny

	* src/ssdata.c: In parsing data string, as the last resort, treat a
        field as string.

1999-09-09 00:46  fnevgeny

	* src/dates.c, src/defines.h, src/miscwin.c, src/noxprotos.h,
        src/utils.c: Added reasonable date format rounding.

	* src/motifutils.c: Corrected date format titles.

1999-09-09 00:38  fnevgeny

	* src/dates.c: Fixed a one day off bug in the bounding range of
        year estimates.

	* src/defines.h, src/miscwin.c: Removed obsolete FMT_none from date
        formats.

1999-09-07 20:51  fnevgeny

	* T1lib/README.t1lib, T1lib/t1lib/parseAFM.c,
	T1lib/t1lib/t1aaset.c, T1lib/t1lib/t1afmtool.c,
	T1lib/t1lib/t1base.c, T1lib/t1lib/t1delete.c, T1lib/t1lib/t1enc.c,
	T1lib/t1lib/t1env.c, T1lib/t1lib/t1finfo.c, T1lib/t1lib/t1load.c,
	T1lib/t1lib/t1misc.h, T1lib/t1lib/t1outline.c, T1lib/t1lib/t1set.c,
	T1lib/t1lib/t1set.h, T1lib/type1/arith.c, T1lib/type1/fontfcn.c,
	T1lib/type1/fontstruct.h, T1lib/type1/objects.c,
	T1lib/type1/objects.h, T1lib/type1/regions.c,
	T1lib/type1/scanfont.c, T1lib/type1/t1io.c, T1lib/type1/type1.c:
        Upgraded to t1lib-0.9.2

1999-09-06 23:08  fnevgeny

	* src/drawticks.c, src/plotone.c: Don't assume a plotstr.s is
        allocated.

	* src/objutils.c: Simplified string functions. Removed
        kill_plotstr().

	* src/graphs.c: Corrected set_graph_labels().

	* src/graphappwin.c: Moved getting values of the GUI control out of
        the gno loop.

	* src/defaults.c: Don't allocate string in set_default_string(),
        but set to NULL.

1999-09-06 00:06  fnevgeny

	* src/nonlwin.c: Removed an extra RowColumn.

1999-09-06 00:01  fnevgeny

	* doc/Tutorial.sgml, doc/mygraph.gif, doc/mygraph.png: Replaced a
        gif file with png :).

1999-09-05 23:43  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/Tutorial.sgml,
        doc/UsersGuide.sgml: grace-5.0.4pre0 snapshot.

	* auxiliary/convcal.c: Date conversion bug corrected.

1999-09-05 23:38  fnevgeny

	* templates/Default.agr: Set wrap year to 1950 and off (!) by
        default.

	* src/buildinfo.c: grace-5.0.4pre0 snapshot.

	* src/dates.c, src/utils.c: A few date conversion bugs fixed by
        Luc.

1999-09-05 22:42  fnevgeny

	* src/psdrv.c: Use /PageSize only for PS.

1999-09-05 22:27  fnevgeny

	* src/nonlwin.c: Use 1/dy^2 instead of 1/dy.

1999-09-05 22:10  fnevgeny

	* src/pars.yacc: Check that the fitted set and the weight array are
        of the same length.

	* src/nonlfit.c: Of course, there should be sqrt(w)...

1999-09-05 01:46  fnevgeny

	* src/events.c: Use update_point_locator() instead of direct access
        of the widget.

	* src/ptswin.c, src/xprotos.h: Added update_point_locator().

1999-09-05 00:53  fnevgeny

	* src/nonlwin.c: A major rewrite: src/dest selectors, restrictions,
        weights...

	* src/pars.yacc: Added extended form of NONLFIT to fit with stat
        weights.  Updated to new proto of do_nonlfit().

1999-09-05 00:24  fnevgeny

	* src/setutils.c: Check that src and dest sets in copycol2() have
        same length.

	* src/defines.h, src/globals.h, src/nonlfit.c: Removed global
        nonl_prefs.

	* src/motifutils.c: Call update_graph_selectors() from
	update_set_selectors() - since some of set info is displayed in the
        graph selectors, too (e.g., set length).

1999-09-03 18:22  fnevgeny

	* src/noxprotos.h: Updated do_nonlfit() prototype (added
        restrictions and stat weights).

	* src/nonlfit.c: Moved log messages to do_nonlfit() from GUI.
        Added restrictions and stat weights.

1999-09-03 17:36  fnevgeny

	* src/motifutils.c: Fixed crash when selecting "Show data-less" or
        "Show hidden" from set popup menus.

1999-09-03 17:27  fnevgeny

	* src/compwin.c: Use CreateRestrictionChoice() in the "Evaluate
        expr." popup.

1999-09-03 17:06  fnevgeny

	* src/motifinc.h, src/motifutils.c: Added
        CreateRestrictionChoice().

1999-09-03 16:15  fnevgeny

	* src/computils.c, src/compwin.c, src/defines.h, src/noxprotos.h:
        Moved get_restriction_array() from compwin.c to computils.c.

1999-09-02 22:05  fnevgeny

	* src/psdrv.c: Added /PageSize feature.

1999-09-01 20:10  fnevgeny

	* T1lib/t1lib/t1set.h: Fixed T1_SetString() prototype.

1999-08-31 19:47  fnevgeny

	* src/pars.yacc: Fixed WRITE selectset and WRITE selectset FORMAT
        CHRSTR.

1999-08-31 19:39  fnevgeny

	* src/files.c: Check for NULL filename argument of grace_openr()
        and grace_openw().

1999-08-31 00:58  fnevgeny

	* src/compwin.c, src/setwin.c: Use CreateSrcDestSelector() for
        set/graph selectors.

	* src/motifinc.h, src/motifutils.c: Added CreateGraphSetSelector()
        and CreateSrcDestSelector().

1999-08-31 00:24  fnevgeny

	* src/motifutils.c: Make set and graph selection lists shorter for
        "single" selection policy.

1999-08-28 01:25  fnevgeny

	* src/rstdrv.c: PPM output (binary) was broken on big endian
        machines.

1999-08-27 22:59  fnevgeny

	* src/t1fonts.c: Fix crash when rastering strings containing only
        spaces.

1999-08-27 22:49  fnevgeny

	* src/main.c, src/pars.yacc, src/ssdata.h: Changes to adopt new
        field_string_to_cols() prototype and behaviour.

	* src/ssdata.c: Use dynamically allocated index array in
        field_string_to_cols().  The function now returns exit status.

1999-08-27 20:50  fnevgeny

	* src/nonlwin.c: Fixed crashing when activating the bounds toggles.
        More clean-ups.

1999-08-22 00:38  fnevgeny

	* doc/CHANGES.html: A few last-second updates...

1999-08-22 00:17  fnevgeny

	* examples/motif.agr: Final 5.0.3 updates :).

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: Final 5.0.3 release.

1999-08-20 18:07  fnevgeny

	* src/xmgrace.c: terr2.agr removed from examples.

1999-08-20 18:03  fnevgeny

	* examples/Makefile, examples/dotest, examples/terr.agr,
        examples/terr2.agr: terr2.agr removed.  New terr.agr.

1999-08-20 17:36  fnevgeny

	* templates/Default.agr: Updated to 5.0.3.

1999-08-20 17:33  fnevgeny

	* src/defaults.c: Make legend box opaque by default.

1999-08-19 23:21  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/README, arch/os2/config.h.os2:
        Updates from Alexander.

1999-08-19 22:31  fnevgeny

	* doc/Makefile, doc/grconvert.1: Added man page for grconvert.

1999-08-17 23:41  fnevgeny

	* doc/grace.1: Use capital letters for the header.

1999-08-16 23:42  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml:
        grace-5.0.3pre2 snapshot.

1999-08-16 23:35  fnevgeny

	* src/buildinfo.c: grace-5.0.3pre2 snapshot.

1999-08-16 23:22  fnevgeny

	* examples/tstack.agr: Removed relict "color -1".

1999-08-16 23:10  fnevgeny

	* src/events.c, src/locatewin.c: Locator display type "Phi, Rho" is
        now consistent with coordinates displayed.

1999-08-16 22:47  fnevgeny

	* src/pars.yacc: JDATE -> DATE; changed the wrap year commands'
        syntax.

	* auxiliary/Makefile: Use proper cc flags & libs for building
        convcal.

	* examples/motif.agr: Added input file sample.

1999-08-16 22:18  fnevgeny

	* src/params.c: JDATE -> DATE; changed the wrap year commands'
        syntax.

1999-08-16 21:45  fnevgeny

	* src/dates.c: An ugly compensation for a one day off till Luc
        comes back from vacations.

1999-08-14 23:33  fnevgeny

	* src/miscwin.c: Wrap year field added. General simplifications.

1999-08-14 23:13  fnevgeny

	* src/graphs.c: Set wrap year defaults for old projects.

1999-08-14 18:43  fnevgeny

	* ac-tools/config.guess, ac-tools/config.sub, ac-tools/install-sh,
        ac-tools/mkinstalldirs: Upgraded to autoconf-2.13.

1999-08-14 11:50  fnevgeny

	* src/ssdata.c: Use parse_float() instead of atof() and check for
        exit status.

1999-08-13 23:23  fnevgeny

	* src/files.c: Don't use convertchar() in uniread().

1999-08-13 22:36  fnevgeny

	* src/dates.c, src/noxprotos.h: Introduced set_wrap_year() and
        get_wrap_year() to adjust the y2k bug appearance :).

	* src/ssdata.c: Use string.h instead of strings.h.

1999-08-13 21:32  fnevgeny

	* src/setutils.c: A bit simplified nextset().

	* src/ssdata.c: Ignore blanks at the end of a line.

	* src/graphutils.c: Reset curtype to SET_XY when clearing a
        project.

1999-08-10 00:22  fnevgeny

	* T1lib/t1lib/sysconf.h: Updated version string.

1999-08-09 22:32  fnevgeny

	* src/motifinc.h, src/motifutils.c: Removed CreatePanelChoice0().

	* src/featext.c: Replaced the last instance of CreatePanelChoice0()
        with CreateOptionChoice().

1999-08-08 22:04  fnevgeny

	* src/setutils.c: Fixed copying of datasets with string column.

1999-08-07 23:42  fnevgeny

	* src/xmgrace.c: A couple of typos in menus.

1999-08-07 14:45  fnevgeny

	* conf/generic.gcc: Added -Wno-implicit-int to prevent gcc-2.9.5
        from issuing tons of warnings about Xlib headers.

	* src/graphs.c: Added set_dirtystate() to set_graph_locator().

1999-08-07 01:10  fnevgeny

	* examples/Makefile, examples/dotest, examples/motif.agr,
        src/xmgrace.c: Added motif.agr example.

1999-08-07 00:39  fnevgeny

	* auxiliary/Makefile: Build and install convcal.

	* scripts/makerelease: Make ChangeLog for release tarballs.

	* Makefile: Removed mention of (obsolete) MIGRATION file.  Added
        rules for building ChangeLog.

	* src/buildinfo.c, doc/CHANGES.html, doc/UsersGuide.sgml,
        doc/grace.1: grace-5.0.3pre1

	* auxiliary/convcal.c: Updates from Luc.

1999-08-07 00:31  fnevgeny

	* scripts/cvs2cl.pl: Added cvs2cl.pl (producing ChangeLog from CVS
        logs).

	* src/pdfdrv.c: Updated to match pdflib-2.01.

	* conf/configure.in: Checks for pdflib-2.01.

1999-08-07 00:09  fnevgeny

	* src/strwin.c: Fixed broken callbacks.

1999-08-06 23:27  fnevgeny

	* src/ssdata.c: Switched to the old column index notations (for a
        time being...).

1999-08-06 22:54  fnevgeny

	* src/locatewin.c: Cleaned up locator prop window.

1999-08-06 22:36  fnevgeny

	* src/events.c: Produce locator label in getpoints() itself.

	* src/xutil.c: Removed unneeded make_format() call.

1999-08-06 22:28  fnevgeny

	* src/graphutils.c, src/graphutils.h: Removed get_format_index()
        and make_format().

	* src/globals.h: Removed format_types[].

1999-08-05 23:56  fnevgeny

	* src/miscwin.c: Don't use CreatePanelChoice0().

	* src/locatewin.c, src/setappwin.c, src/tickwin.c: Updated to new
        CreateFormatChoice() prototype.

	* src/motifinc.h, src/motifutils.c: Changed CreateFormatChoice() to
        use CreateOptionChoice().

1999-08-05 23:12  fnevgeny

	* src/main.c: Added -datehint.	Updated to the new
        create_set_fromblock() prototype.

	* src/miscwin.c: [no log message]

	* src/params.c, src/pars.yacc: REFDATE -> REFERENCE JDATE.  Added
        Y2KWRAP onoff.

1999-08-05 19:48  fnevgeny

	* src/pars.yacc: Updated to new create_set_fromblock()

1999-08-05 00:25  fnevgeny

	* src/dates.c, src/miscwin.c, src/noxprotos.h: Added
        parse_date_or_number()

1999-08-05 00:05  fnevgeny

	* src/dates.c, src/defines.h, src/miscwin.c: Removed floating-point
        formats from date-parsing routines

1999-08-04 22:50  fnevgeny

	* src/dates.c, src/miscwin.c, src/utils.c: jul_to_cal_and_time()
	now itself takes into account the reference date and the 2-digits
        year presentation (if enabled).

1999-08-04 21:25  fnevgeny

	* src/eblockwin.c: Added option to choose a string column when
        creating a new set from block data.

	* src/ssdata.h: Modified create_set_fromblock() to include string
        columns.  Added cols_to_field_string() and field_string_to_cols().

	* src/ssdata.c: Modified create_set_fromblock() to include string
	columns.  Added cols_to_field_string() and field_string_to_cols().
	Modified data parsing: fixed string parsing and added date/time
        fields parsing (by Luc).

1999-08-04 00:13  fnevgeny

	* arch/vms/build.com, arch/vms/configure.com,
	arch/vms/motif1_1.opt, arch/vms/readme, arch/vms/src.mms: Updates
        from John

1999-08-04 00:04  fnevgeny

	* T1lib/type1/objects.h: Commented t1_DumpPath conflicting with
        T1_DumpPath

	* src/missing.c, src/missing.h: Changed prototype of
        path_translate() to prevent a type mismatch error.

1999-08-02 23:55  fnevgeny

	* src/miscwin.c: Added date hints & ref date to the prefs

1999-08-02 23:42  fnevgeny

	* src/noxprotos.h: Modified/added date/time routines from Luc

	* src/graphutils.c: Added missed FORMAT_YYMMDD and FORMAT_YYMMDDHMS
        to get_format_types()

	* src/utils.c: Use 2 digits for year only if
        two_digits_years_allowed()

	* src/motifutils.c: A typo fixed

1999-08-02 23:35  fnevgeny

	* src/dates.c: Modified date/time routines from Luc

	* src/files.h: create_set_fromblock moved to ssdata.h

	* src/defines.h: Slight changes in the dates formats

1999-08-02 23:25  fnevgeny

	* examples/explain.agr: Corrected menu location

1999-08-02 19:40  fnevgeny

	* src/setwin.c: Make the matrix widget truly read-only

1999-07-27 22:52  fnevgeny

	* src/Makefile: Remove $(PARS_O) buildinfo$(O) by *clean: targets

1999-07-27 22:09  fnevgeny

	* src/editpwin.c: Removed column width controls from SS editor

1999-07-27 21:44  fnevgeny

	* src/editpwin.c, src/fontwin.c: Changed gridType in accordance
        with new types in Xbae-4.7

1999-07-27 21:28  fnevgeny

	* src/helpwin.c: Beatifying "About" popup

1999-07-27 21:25  fnevgeny

	* Xbae/Actions.c, Xbae/Actions.h, Xbae/Input.c, Xbae/Input.h,
	Xbae/InputP.h, Xbae/Matrix.c, Xbae/Matrix.h, Xbae/Methods.c:
        Updated to Xbae-4.7 fix2

1999-07-26 22:58  fnevgeny

	* Xbae/Input.c: DEBUG was interfering

1999-07-26 22:54  fnevgeny

	* Xbae/Actions.c, Xbae/Actions.h, Xbae/Clip.c, Xbae/Clip.h,
	Xbae/ClipP.h, Xbae/Converters.c, Xbae/Converters.h, Xbae/Create.c,
	Xbae/Create.h, Xbae/Draw.c, Xbae/Draw.h, Xbae/Input.c,
	Xbae/Input.h, Xbae/InputP.h, Xbae/Macros.h, Xbae/Make.common,
	Xbae/Makefile, Xbae/Matrix.c, Xbae/Matrix.h, Xbae/MatrixP.h,
	Xbae/Methods.c, Xbae/Methods.h, Xbae/Public.c, Xbae/ScrollMgr.c,
	Xbae/ScrollMgr.h, Xbae/Shadow.c, Xbae/Shadow.h, Xbae/Utils.c,
        Xbae/Utils.h, Xbae/patchlevel.h: Updated to Xbae-4.7

	* conf/configure.in: Don't use AC_DEFINE _inside_ AC_CACHE_CHECK !!
        Check for Xbae-4.7

1999-07-26 20:19  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/config.h.os2,
        arch/os2/configos2.cmd: Small changes from Alexander

1999-07-25 00:07  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml:
        grace-5.0.3pre0 snapshot

	* src/buildinfo.c: grace-5.0.3pre0

	* conf/configure.in: [no log message]

1999-07-24 23:59  fnevgeny

	* src/Make.dep, src/Makefile: Updated dependencies

	* src/helpwin.c, src/main.c: Use bi_ functions instead if BI_
        constants

	* src/utils.c, src/utils.h: Added the rest of the bi_ functions

1999-07-24 23:34  fnevgeny

	* src/nonlwin.c: Faster creation of the popup in the first time

1999-07-24 23:18  fnevgeny

	* src/t1fonts.c: Undefine vshift & hshift after going to a marked
        position

1999-07-22 23:18  fnevgeny

	* src/files.c: Simplified write_set(); always save strings (if
        exist) - with any set type

	* src/graphs.h, src/pars.yacc, src/plotone.c, src/setutils.c:
        Removed XYSTRING set type

1999-07-21 23:49  fnevgeny

	* src/setutils.c: A typo (causing segfault) fixed

1999-07-21 23:30  fnevgeny

	* src/helpwin.c: Use more Motif wrappers

1999-07-21 22:25  fnevgeny

	* src/motifinc.h, src/motifutils.c: Added CreateLabel() and
        AlignLabel()

1999-07-21 22:19  fnevgeny

	* src/missing.h: A typo fixed

1999-07-21 19:59  fnevgeny

	* src/helpwin.c: Updated copyright notices

1999-07-21 01:37  fnevgeny

	* src/rstdrv.c: Use gdImageFilledArc() in rst_fillarc() instead of
        the former hack.

1999-07-21 01:32  fnevgeny

	* src/gd.c, src/gd.h: Removed gdImageFillToBorder() and
        gdImageFill() Added  gdImageFilledArc()

1999-07-21 00:56  fnevgeny

	* src/gd.c: Use cleaner algorithm for gdImageFilledPolygon()

1999-07-21 00:50  fnevgeny

	* src/mfdrv.c, src/pdfdrv.c, src/psdrv.c: Removed "globals.h"

	* src/rstdrv.c: Added info fields

1999-07-20 23:37  fnevgeny

	* src/utils.c, src/utils.h: Added get_docname() and set_docname()
        Changed char * to const char * in several functions

	* src/files.c, src/globals.h, src/graphutils.c, src/main.c,
	src/pdfdrv.c, src/printwin.c, src/psdrv.c, src/xmgrace.c: Removed
        global docname; use get/set_docname() instead

1999-07-19 23:03  fnevgeny

	* src/devlist.h, src/main.c, src/rstdrv.c, src/rstdrv.h: Removed GD
        and GIF drivers Added PNG driver

	* src/Make.common, src/Makefile, src/gd.c, src/gd.h: Added local
        copies of gd.[c,h] Removed the GD lib links

1999-07-19 22:01  fnevgeny

	* conf/Make.conf.in, conf/config.h.in, conf/configure.in: Removed
        checks for GD lib Added checks for zlib, libtiff and libpng

1999-07-18 19:35  fnevgeny

	* patches/pdflib-0.6.patch: Removed since switched to pdflib-2.0

1999-07-17 23:55  fnevgeny

	* src/Make.dep: Updated dependencies

	* src/files.c, src/fileswin.c: Replaced "netcdf.h" with <netcdf.h>

	* src/pdfdrv.c, src/pdfdrv.h: Removed GUI setup & parser from the
        PDF driver

1999-07-17 23:39  fnevgeny

	* src/pdfdrv.c: Updated to work with pdflib-2.0

1999-07-17 21:44  fnevgeny

	* src/buildinfo.c: grace-990717 snapshot

	* src/tickwin.c: Enlarged the label position field

1999-07-17 20:47  fnevgeny

	* examples/tfonts.agr: Removed "focus off" which is not a part of a
        project

1999-07-17 20:25  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml: grace-990717
        snapshot

	* doc/Makefile, doc/grace.1: Added man page

1999-07-17 13:32  fnevgeny

	* src/motifutils.c, src/xmgrace.c: Append "Button" to the menu
        button resources names

1999-07-17 12:09  fnevgeny

	* src/xmgrace.c: Added "Help/Examples/..."

1999-07-17 01:04  fnevgeny

	* src/nonlwin.c: Fixed fit callbacks

1999-07-17 00:35  fnevgeny

	* src/objutils.c: Segfault in do_clear_ellipses() fixed

1999-07-16 23:55  fnevgeny

	* src/main.c: -hdevice was listed in the help output out of the abc
        order

1999-07-16 23:16  fnevgeny

	* src/motifutils.c: Changed resource names to be
        backward-compatible

1999-07-15 21:42  fnevgeny

	* src/t1fonts.c, src/t1fonts.h: Added get_afmfilename()

1999-07-14 23:47  fnevgeny

	* examples/test.com: Use mesh() instead of index

	* src/pars.yacc: Fixed crash with (obsolete) LEGEND STRING nexpr
        CHRSTR

1999-07-14 23:34  fnevgeny

	* src/utils.c: Use path_translate() in mybasename()

	* src/missing.c, src/missing.h: Added path_translate()

1999-07-14 23:02  fnevgeny

	* src/motifinc.h, src/motifutils.c, src/xmgrace.c: Added
        list_invertselection* stuff

1999-07-14 22:36  fnevgeny

	* src/xmgrace.c: Removed a couple of unneeded RowColumns Use mask
        for bitmap icon

1999-07-14 21:49  fnevgeny

	* src/motifutils.c: Get bg & fg pixels directly in
        CreateBitmapButton(); Removed init_pm()

	* src/bitmaps.h: Added icon's bitmap mask

1999-07-14 00:55  fnevgeny

	* src/motifinc.h, src/motifutils.c: Reworked CreateMenu* functions
	- removed unnecessary arguments Changed several callback types
        Added CreateBitmapButton()

	* src/compwin.c, src/comwin.c, src/events.c, src/events.h,
	src/featext.c, src/fileswin.c, src/fontwin.c, src/graphappwin.c,
	src/helpwin.c, src/hotwin.c, src/locatewin.c, src/miscwin.c,
	src/monwin.c, src/nonlwin.c, src/pdfdrv.c, src/plotwin.c,
	src/printwin.c, src/psdrv.c, src/ptswin.c, src/regionwin.c,
	src/rstdrv.c, src/setappwin.c, src/setwin.c, src/strwin.c,
	src/tickwin.c, src/worldwin.c, src/xmgrace.c, src/xprotos.h:
        Updated callback functions to correspond to new prototypes

1999-07-11 19:53  fnevgeny

	* src/motifutils.c: Added label_to_resname()

1999-07-10 22:47  fnevgeny

	* src/computils.c: Use copysetdata() instead of copyset() in
        do_compute()

	* src/graphs.h, src/setutils.c: Added copysetdata()

1999-07-10 21:56  fnevgeny

	* src/regionwin.c, src/xmgrace.c: Removed region/set popups

	* src/nonlwin.c: Updated WRT changes in do_compute() and
        CreateScrollTextItem2()

	* src/compwin.c: Rewritten "Evaluate expr" interface w/ support for
        restrictions

	* src/computils.c: Rewritten do_compute() with support for
        filtering (aka restriction applied)

	* src/setutils.c: Added filter_set()

1999-07-09 19:10  fnevgeny

	* src/regionutils.c, src/noxprotos.h: Removed region-set functions

	* src/draw.c, src/draw.h: Added is_wpoint_inside()

1999-07-05 22:40  fnevgeny

	* src/graphappwin.c, src/setappwin.c, src/strwin.c, src/tickwin.c,
	src/fontwin.c, src/motifinc.h, src/motifutils.c: Removed length
	parameter from CreateScrollTextItem2() CSText -> Text Added
        CreateTextInput

1999-07-03 23:40  fnevgeny

	* src/motifinc.h, src/motifutils.c: Modified AddListChoiceCB()

	* src/graphappwin.c, src/setappwin.c, src/setwin.c: Updated to the
        new AddListChoiceCB() appearance

1999-07-03 14:27  fnevgeny

	* cmath.h: Fixed prototype for isnan

1999-07-03 14:04  fnevgeny

	* arch/vms/build.com, arch/vms/configure.com, arch/vms/dotest.com,
	arch/vms/grconvert.mms, arch/vms/readme, arch/vms/src.mms,
        arch/vms/t1lib.mms, arch/vms/t1lib_t1lib.mms: Updates from John

1999-07-03 13:52  fnevgeny

	* src/featext.c: Show the result set Use index running from 0

1999-07-03 13:44  fnevgeny

	* T1lib/t1lib/t1aaset.c, T1lib/t1lib/t1aaset.h,
	T1lib/t1lib/t1base.c, T1lib/t1lib/t1finfo.c, T1lib/t1lib/t1finfo.h,
	T1lib/t1lib/t1lib.h, T1lib/t1lib/t1load.c, T1lib/t1lib/t1misc.h,
	T1lib/t1lib/t1outline.c, T1lib/t1lib/t1outline.h,
	T1lib/t1lib/t1set.c, T1lib/t1lib/t1set.h, T1lib/t1lib/t1trans.c,
	T1lib/t1lib/t1trans.h, T1lib/type1/fontfcn.c,
	T1lib/type1/objects.h, T1lib/type1/paths.c, T1lib/type1/scanfont.c,
        T1lib/README.t1lib: Upgraded to t1lib-0.9.1

1999-07-01 23:59  fnevgeny

	* src/XMgrace.ad, src/globals.h, src/xmgrace.c: Invert draw is on
        by default

1999-07-01 23:40  fnevgeny

	* src/pars.yacc: Removed init_scratch_arrays() and get_scratch();
	Added realloc_scratch() Removed INDEX and LOAD SCRARRAY, added MESH
	(a la linspace) Several statements per line are allowed, separated
        by ';'

1999-07-01 21:01  fnevgeny

	* src/compwin.c, src/noxprotos.h: Removed init_scratch_arrays() and
        get_scratch(); Added realloc_scratch()

1999-06-30 22:23  fnevgeny

	* src/device.c, src/device.h: Added set_page_dimensions() and
        get_device_page_dimensions()

	* src/graphs.c, src/main.c, src/params.c, src/pars.yacc: In most
	cases, set page dimensions of all devices (in pp), instead of
        per-device in pixels

1999-06-29 23:54  fnevgeny

	* src/device.c, src/device.h, src/dummydrv.c, src/graphs.c,
	src/mfdrv.c, src/pars.yacc, src/pdfdrv.c, src/printwin.c,
	src/psdrv.c, src/rstdrv.c, src/t1fonts.c, src/x11drv.c: Don't
        distinguish between X/Y dpi of devices - assume they're equal.

	* grconvert/writeasc.c: vms_unix.h no longer exists

1999-06-29 22:00  fnevgeny

	* conf/configure.in, patches/gd1.3.patch: Updated to gd1.4; no
        patch is needed

1999-06-29 21:27  fnevgeny

	* src/motifutils.c: Fixed multiline error messages A couple of
        obsolete functions removed

1999-06-28 23:52  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: grace-990629 snapshot

1999-06-28 23:08  fnevgeny

	* conf/configure.in: Forgot screening []...

	* examples/test.com: Catch up to the parser changes

1999-06-28 23:00  fnevgeny

	* src/params.c, src/pars.yacc: jdate type introduced JDAY -> JDATE
        extremetype -> stattype

1999-06-28 21:42  fnevgeny

	* src/pars.yacc: Introduced iexpr and nexpr and removed all (int)
        typecasts

1999-06-28 00:31  fnevgeny

	* src/Make.common, src/buildinfo.c, src/dates.c, src/defines.h,
	src/noxprotos.h, src/params.c, src/pars.yacc, src/utils.c,
        src/utils.h: Luc's jumbo date patch

1999-06-28 00:19  fnevgeny

	* auxiliary/Makefile, auxiliary/README, auxiliary/convcal.c,
	auxiliary/greg2jul.c, auxiliary/jul2greg.c: Old date conversion
        utilities replaced with convcal.c

1999-06-27 23:01  fnevgeny

	* src/pars.yacc: Allow to use SET[index] amd GRAPH[index] for set &
        graph selections

1999-06-27 21:13  fnevgeny

	* src/pars.yacc: Use expr instead of NUMBER all over the parser

1999-06-27 00:08  fnevgeny

	* src/pars.yacc: Vector expressions carry their length with them

1999-06-26 23:55  fnevgeny

	* src/ssdata.h: Added allocate_index_data() prototype

	* src/ssdata.c: [no log message]

1999-06-25 00:25  fnevgeny

	* src/pars.yacc: Further clean-ups

1999-06-24 23:10  fnevgeny

	* src/pars.yacc: Removed many unnecessary typecasts Finally,
        removed set_prop()

1999-06-24 23:07  fnevgeny

	* src/noxprotos.h: Added vmin, vmax protos Few obsolete/static
        functions removed

1999-06-23 01:38  fnevgeny

	* src/pars.yacc: In any expression, GRAPHNO.SETNUM and SETNUM are
        interchangable

1999-06-23 01:19  fnevgeny

	* src/computils.c, src/compwin.c, src/featext.c, src/noxprotos.h:
        Added gno to several functions operating on sets

	* src/setutils.c: moveset() creates the to-set if it doesn't exist

1999-06-21 21:34  fnevgeny

	* src/globals.h: Removed blockdata stuff from globals

	* src/noxprotos.h, src/setutils.c: Changed order in setcol()

	* src/defines.h: No MAXBLOCK anymore

	* src/graphs.h: Removed #definitions of SET_NXY and SET_BLOCK

	* src/Make.common: Added ssdata.*

	* src/defaults.c, src/eblockwin.c, src/editpwin.c, src/fileswin.c,
	src/main.c, src/pars.yacc, src/xutil.c: Sources modified to
        accomodate new data reading stuff

	* src/ssdata.h, src/ssdata.c: Speadsheet (block) data stuff

	* src/files.c, src/files.h: Data reading-in stuff rewritten

1999-06-20 23:21  fnevgeny

	* examples/Makefile, examples/dotest, examples/slideshow.d:
        slideshow.d removed

1999-06-16 22:37  fnevgeny

	* arch/os2/config.h.os2: Added HAVE_GETTIMEOFDAY

1999-06-15 21:58  fnevgeny

	* src/comwin.c, src/fileswin.c, src/hotwin.c, src/monwin.c,
	src/regionwin.c: Use SetFixedFont() and GetStringSimple() Replaced
        XmGetString*() with XmGetStringLocalized()

	* src/xmgrace.c: Removed Motif-1.1 #ifdef's

	* src/motifinc.h, src/motifutils.c: Added SetFixedFont() and
        GetStringSimple() Removed the rudimentary support for Motif-1.1

1999-06-15 00:40  fnevgeny

	* src/motifutils.c: Use a macro for XmStringConcatAndFree for
        Motif-1.2 Replace all XmStringCreate* with XmStringCreateLocalized

	* src/comwin.c, src/fileswin.c, src/hotwin.c, src/nonlwin.c,
	src/ptswin.c, src/regionwin.c: Replace all XmStringCreate* with
        XmStringCreateLocalized

1999-06-14 01:18  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: grace-990614

1999-06-14 01:13  fnevgeny

	* src/rstdrv.c: Rearranged controls in the jpeg settings popup

1999-06-14 00:43  fnevgeny

	* examples/test.com, examples/tmc.c: Strictier syntax

	* src/motifutils.c: Slight beatifications of FSB

	* examples/tfonts.agr: Bad English fixed

1999-06-13 23:57  fnevgeny

	* src/regionutils.c: evaluate_region() rewritten

	* src/nonlwin.c: A missing unset_wait_cursor() added File extension
        for the save fit popup fixed

	* src/regionwin.c: Use get_cg() for the current graph

1999-06-13 21:17  fnevgeny

	* src/graphs.c: select_graph() now calls set_parser_gno()

	* src/pars.yacc: set_parser_gno() and set_parser_setno() return
	success/failure values Three functions, scanner(), s_scanner(),
	v_scanner() instead of one former scanner(). s_scanner - for scalar
	expressions, v_scanner - for vectors curset -> whichset Removed
	possibilities to select SETS as SETNUM, GRAPHS as GRAPHNO and *AXES
        as AXIS

	* src/noxprotos.h: set_parser_gno() and set_parser_setno() return
	success/failure values Three functions, scanner(), s_scanner(),
	v_scanner() instead of one former scanner(). s_scanner - for scalar
        expressions, v_scanner - for vectors

	* src/nonlwin.c: curset no longer exists...

	* src/comwin.c, src/motifutils.c, src/compute.c, src/computils.c,
	src/hotwin.c, src/nonlfit.c, src/params.c: Use new *scanner()
        functions

	* src/globals.h: Removed global "curset"

1999-06-12 13:36  fnevgeny

	* src/setappwin.c: If multiple sets selected, duplicate legend
        strings ONLY if the respective menu check box is toggled.

1999-06-12 13:28  fnevgeny

	* src/main.c: Start in the gui-less mode if the exec's name is
        "grace" If X can't be connected to, exit

	* src/monwin.c, src/regionwin.c: Free XmFontList after use

	* src/fileswin.c: Don't use fixed font for "Describe" text area

1999-06-09 23:53  fnevgeny

	* src/compwin.c: "Start load at" of the regression window was
        ignored

1999-06-09 23:49  fnevgeny

	* src/missing.c, src/missing.h: Added fallback for gettimeofday()

1999-06-09 23:16  fnevgeny

	* cmath.h: Check for HAVE_FINITE_DECL

	* cephes/cbrt.c, cephes/gamma.c: Replaced isfinite() with finite()

	* conf/config.h.in, conf/configure.in: Added check for
        gettimeofday()

	* cephes/isnan.c: Fix for DEC (VMS) for isfinite()

	* cephes/Make.common, cephes/isfinite.c: Removed isfinite.c -
        isfinite() is in isnan.c

1999-06-09 22:10  fnevgeny

	* src/files.c, src/params.c, src/utils.c: Fixed error messages here
        and there

1999-06-09 22:05  fnevgeny

	* src/pars.yacc: Replaced JOIN SETNUM TO SETNUM with APPEND SETNUM
        TO SETNUM

1999-06-09 21:56  fnevgeny

	* src/pars.yacc: Detect cases of accesses beyond array bounds of
        drawing objects

1999-06-09 21:47  fnevgeny

	* src/noxprotos.h, src/objutils.c: Added: is_valid_line()
        is_valid_box() is_valid_ellipse() is_valid_string()

1999-06-09 20:38  fnevgeny

	* T1lib/type1/objects.h: Removing conflicting definition of
        t1_DumpPath

1999-06-08 22:55  fnevgeny

	* src/motifutils.c: Added CreateButton() and AddButtonCB()
        Beautified the FSB dialog

	* src/motifinc.h: Added CreateButton() and AddButtonCB()

	* src/xmgrace.c: Added "File/Revert to saved"

	* src/graphutils.c: [no log message]

1999-06-08 00:24  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/README, arch/os2/config.h.os2:
        990602 updates

1999-06-07 23:59  fnevgeny

	* src/nonlwin.c: Allow to use expressions when giving bounds for
        the loaded function

1999-06-07 23:42  fnevgeny

	* src/pars.yacc: Added by Ed: REVERSE SETNUM REVERSE GRAPHNO.SETNUM
	JOIN SETNUM TO SETNUM SPLIT SETNUM number SPLIT GRAPHNO.SETNUM
        number

1999-06-07 23:03  fnevgeny

	* src/fileswin.c: Use of the new FSB stuff in motifutils.c.
        working_dir* removed - it's in every FSB dialog now

	* src/comwin.c, src/hotwin.c, src/nonlwin.c, src/printwin.c: Use of
        the new FSB stuff in motifutils.c

	* src/setwin.c: Accomodate changes in AddOptionChoiceCB

1999-06-07 22:44  fnevgeny

	* src/xmgrace.c: Don't make a difference between mfhdf and netcdf
	in menus Removed "File/Working dir" - the functionality is now in
        every FSB

	* src/eblockwin.c, src/fontwin.c, src/tickwin.c: Accomodate changes
        in AddOptionChoiceCB

1999-06-07 22:35  fnevgeny

	* src/files.c, src/main.c: Use the new get_userhome() and
        init_userhome()

	* src/xprotos.h: Removed unused/locally used functions

	* src/motifutils.c, src/motifinc.h: Added FSB-related functions:
	CreateFileSelectionBox()  AddFileSelectionBoxCB()
	SetFileSelectionBoxPattern() Added AddToggleButtonCB() Modified
        AddOptionChoiceCB()

	* src/utils.c, src/utils.h: Added get_userhome() and
        init_userhome() functions

1999-06-04 21:50  fnevgeny

	* Xbae/Matrix.h: Added #ifdef's for XmNtextField and XmCTextField,
        defined by Motif2.1

1999-06-01 23:59  fnevgeny

	* src/main.c: Don't init the X11 drv if running as gracebat

1999-06-01 23:52  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: grace-990602 snapshot

1999-06-01 23:49  fnevgeny

	* src/main.c: initialize_gui() is now quite, so tell that X is
        unavailable.

1999-06-01 23:44  fnevgeny

	* src/xmgrace.c: Smarter check for X connection (-display didn't
        count earlier)

1999-06-01 22:06  fnevgeny

	* README.FFTW, README.GIF, README.PDF: Removed README.FFTW
        README.GIF README.PDF. Everything is now in the UG

	* src/tickwin.c: Use SpinChoice for minor tick # Update world min
        if needed when changing axis scale to log

1999-06-01 00:56  fnevgeny

	* src/drawticks.c: Added is_log_axis() Check for non-positive major
        tick spacing in calculate_grid() to avoid SIGFPE

	* src/noxprotos.h: Added is_log_axis()

	* src/main.c: In VersionInfo, added more details to the output:
        available devices, NetCDF support, FFTW

1999-05-29 23:25  fnevgeny

	* cmath.h, src/dlmodule.c, src/missing.h: Use new HAVE_XXX_DECL
        defines

	* Makefile, conf/config.h.in, conf/configure.in,
	ac-tools/ice_check_decl.m4: Added ice_check_decl.m4 to replace
	AC_CHECK_FUNCS with ICE_CHECK_DECL, which also checks for function
        declaration. We need it mainly for POSIX extensions in libm/math.h

1999-05-29 21:35  fnevgeny

	* cmath.h: HAVE_ISNAN - for new cephes library

	* cephes/Make.common, cephes/cbrt.c, cephes/const.c,
	cephes/gamma.c, cephes/isnan.c, cephes/log2.c, cephes/unity.c:
        Upgraded to cephes-27

1999-05-29 21:32  fnevgeny

	* conf/Make.conf.in, conf/config.h.in, conf/configure.in: Added
        check for JPEG lib Added check for isnan() in libm

1999-05-28 22:32  fnevgeny

	* Xbae/Cell.c, Xbae/Cell.h, Xbae/CellP.h, Xbae/Make.common,
	Xbae/Matrix.c: Removed qCell widget, as suggested by Andrew Lister.

1999-05-28 21:15  fnevgeny

	* src/rstdrv.c, src/rstdrv.h: Use INTENSITY macro

1999-05-28 21:05  fnevgeny

	* src/rstdrv.c: JPEG parser added

1999-05-27 22:44  fnevgeny

	* src/Makefile: JPEG stuff added

1999-05-27 22:27  fnevgeny

	* src/Make.dep, src/devlist.h, src/dummydrv.c, src/mfdrv.c,
	src/pdfdrv.c, src/psdrv.c, src/x11drv.c, src/main.c: Driver
	initialization details are moved to driver source files from main.c

	* src/rstdrv.c, src/rstdrv.h: Added JPEG backend to the raster
	driver Driver initialization details are moved to the driver source
        file from main.c

1999-05-26 21:46  fnevgeny

	* src/printwin.c: Automatically generate the list of devices

	* src/device.c, src/device.h: Added get_device_name()

1999-05-26 20:55  fnevgeny

	* src/main.c: Suggest reading the FAQ if fonts not found :)

	* src/t1fonts.c: Use grace_path() for searching alternative t1lib
        paths

1999-05-26 00:56  fnevgeny

	* src/files.h: Included <stdio.h> (for FILE)

1999-05-26 00:22  fnevgeny

	* src/drawticks.c, src/plotone.c, src/utils.c: Moved
        set_locale_num() inside create_fstring()

1999-05-26 00:11  fnevgeny

	* src/printwin.c: Print file name was constructed incorrectly if
        project name contained more than one dot

1999-05-25 23:36  fnevgeny

	* src/defaults.c: Default error bar placement changed to normal

	* src/graphs.c: Added error bar color to set_set_colors() Moved
        error bar property postprocessing at the end of set processing

1999-05-25 23:10  fnevgeny

	* examples/Makefile, examples/dotest, examples/xyz.agr: Added an
        xyz example

1999-05-25 22:10  fnevgeny

	* src/defaults.c, src/defines.h, src/graphs.c, src/params.c,
	src/pars.yacc, src/plotone.c, src/plotone.h, src/setappwin.c: Added
        error bar color & pattern Added error bar arrow clipping

1999-05-22 22:43  fnevgeny

	* src/eblockwin.c: In selectors, initially set data column N for
        Nth dataset column

1999-05-22 22:22  fnevgeny

	* src/main.c: RTI in CLI

1999-05-22 22:07  fnevgeny

	* src/files.c: In RTI, lines containing embedded null characters
        are rejected as a whole

1999-05-22 20:46  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/configos2.cmd: Some fixes From
        Alexander

1999-05-22 18:00  fnevgeny

	* src/plotone.c: Unified error bar drawing

1999-05-22 15:18  fnevgeny

	* src/params.c: sformat is saved in projects

1999-05-22 14:30  fnevgeny

	* src/files.c: Fixes to deal with datasets with 6 columns of data

1999-05-21 23:55  fnevgeny

	* src/setutils.c: Removed getncols(); it's equivalent to
        dataset_cols(); Added new set type XYDXDXDYDY

	* src/editpwin.c, src/noxprotos.h: Removed getncols(); it's
        equivalent to dataset_cols();

	* src/graphs.h, src/pars.yacc: Added new set type XYDXDXDYDY

1999-05-21 23:12  fnevgeny

	* src/defaults.c, src/defines.h, src/drawticks.c, src/graphs.c,
	src/params.c, src/pars.yacc, src/plotone.c, src/setappwin.c,
	src/tickwin.c: Error bar, tick label etc. placements are now
        normal/opposite/both instead of the weird right/left/bottom etc

1999-05-21 13:04  fnevgeny

	* src/plotone.c: Draw error bars before symbols Always use solid
        pattern for error bar drawing

1999-05-21 12:07  fnevgeny

	* conf/Make.conf.in, conf/configure.in: MISSING_O is of no use

1999-05-21 00:05  fnevgeny

	* src/pdfdrv.c: Mono bitmaps had same bg and fg colors defined...

1999-05-20 23:56  fnevgeny

	* examples/Makefile: Added arrows.agr to the list of examples
        Removed mention of INSTALL file

	* Makefile, T1lib/Makefile, Xbae/Makefile, auxiliary/Makefile,
	cephes/Makefile, doc/Makefile, fonts/Makefile, grace_np/Makefile,
	grconvert/Makefile, src/Makefile, templates/Makefile: Removed
        mention of INSTALL file

	* conf/mips-irix6.4: No optimization limit Disable warnings

1999-05-20 23:52  fnevgeny

	* src/main.c: [no log message]

1999-05-18 22:31  fnevgeny

	* src/buildinfo.c: grace-990519 snapshot

1999-05-18 22:23  fnevgeny

	* T1lib/Makefile, T1lib/t1lib/Makefile, T1lib/type1/Makefile:
        Cleaned up Makefiles; make -jN should now work

	* T1lib/t1lib/t1outline.c: Added forgotten t1outline.c

1999-05-18 21:41  fnevgeny

	* src/pars.yacc: Use debuglevel only inside #ifdef DEBUG

	* src/plotone.c: Remove primitive debug printf's

1999-05-16 23:14  fnevgeny

	* doc/CHANGES.html: Oops, forgot to mention Luc's additions

1999-05-16 23:08  fnevgeny

	* doc/CHANGES.html, doc/FAQ.sgml, doc/UsersGuide.sgml,
        src/buildinfo.c: grace-990517 snapshot

1999-05-16 22:59  fnevgeny

	* src/Make.dep, src/Makefile: Every new is well forgotten old...

1999-05-16 22:35  fnevgeny

	* src/draw.c: Added compare_rgb() Instead of calling
	update_color_selectors() directly, only set the ReqUpdateColorSel
        flag - loading new projects is much faster now

	* src/motifutils.c: Added update_color_selectors() to update_all()
        - called only if ReqUpdateColorSel == TRUE

	* src/utils.c, src/utils.h: Added compare_strings()

1999-05-16 00:57  fnevgeny

	* src/xutil.c: Don't register rti second time - the X is now
	initialized (if at all) before the command line argument
        processing.

	* src/files.c: In RTI monitoring, use date checks in the loops
        tests instead of SIGALRMs

1999-05-16 00:47  fnevgeny

	* src/xmgrace.c: Set disp NULL explicitly (no need actually)

1999-05-15 00:07  fnevgeny

	* src/utils.c, src/utils.h: replaced sleep_wrap with msleep_wrap
        (ms resolution) Don't use SIGALRM anymore

	* src/main.c: -timer option help fixed

	* src/files.c: In RTI, use date checks in the loop tests instead of
        SIGALRMs

	* src/globals.h: Changed default timer value to 200 ms

	* src/pars.yacc: Added TIMER NUMBER command to the parser

1999-05-14 23:49  fnevgeny

	* src/Makefile: Well, it's annoying to rebuild Make.dep everytime
        :)

1999-05-14 23:31  fnevgeny

	* src/Make.dep, src/Makefile: Slight changes in generating Make.dep

1999-05-14 23:12  fnevgeny

	* src/globals.h: Simplified by using macros; a few unused globals
        removed

1999-05-14 23:01  fnevgeny

	* src/pars.yacc: Moved index_shift into parser from globals.h

1999-05-14 22:52  fnevgeny

	* src/strwin.c: Settings from "Ellipse props..." were ignored

	* src/main.c, src/plotone.c, src/printwin.c: Replaced global
        ptofile by respective functions

1999-05-14 22:45  fnevgeny

	* src/device.c, src/device.h: Added set_ptofile() and get_ptofile()

1999-05-13 22:34  fnevgeny

	* src/xprotos.h: Removed unused update_status_auto_redraw()

1999-05-13 22:06  fnevgeny

	* src/pars.yacc: PRINT TO DEVICE added; PRINT TO "filename" doesn't
        actually print, only sets the output to file

1999-05-13 21:29  fnevgeny

	* src/xmgrace.c: New kotkeys for object drawing canvas actions

1999-05-13 21:20  fnevgeny

	* src/events.c, src/events.h: Added draw_ellipse_action()

1999-05-13 20:15  fnevgeny

	* src/defaults.c, src/defines.h, src/helpwin.c, src/main.c,
	src/noxprotos.h, src/objutils.c: No max limits anymore on the
        number of drawing objects

1999-05-13 20:00  fnevgeny

	* src/pars.yacc: new color selection options: COLOR "name", COLOR
	(R, G, B) simplified pattern and line style set parsing removed
        checkon()

1999-05-13 17:03  fnevgeny

	* examples/arrows.agr, examples/dotest: Added arrows.agr

1999-05-13 16:41  fnevgeny

	* src/draw.c, src/draw.h: Added get_color_by_name()

1999-05-13 14:39  fnevgeny

	* src/params.c, src/pars.yacc, src/plotone.c, src/strwin.c: Arrow
	length measured in 0.01 vp (before - 0.02) Allow for negative arrow
        length (the head points in opposite dir)

1999-05-13 14:02  fnevgeny

	* src/defaults.c, src/defines.h, src/events.c, src/globals.h,
	src/helpwin.c, src/noxprotos.h, src/objutils.c, src/params.c,
	src/pars.yacc, src/plotone.c, src/plotone.h, src/strwin.c: Added
	two formfactors to the line arrow shapes; hollow->opaque arrow
        heads

1999-05-12 22:29  fnevgeny

	* src/tickwin.c: Added update_ticks() to the aac procedure, since
        calculate_grid() may change some parameters in the popup

	* src/drawticks.c: Oops, wrong decision about update_ticks...

1999-05-12 16:02  fnevgeny

	* src/defaults.c: Set errbar.active on by default

	* src/graphs.c, src/plotone.c: errbar.active flag was ignored

1999-05-12 15:29  fnevgeny

	* src/plotone.c: Enable clipping of error bars

1999-05-12 13:58  fnevgeny

	* src/compwin.c, src/comwin.c, src/eblockwin.c, src/editpwin.c,
	src/featext.c, src/fileswin.c, src/graphappwin.c, src/helpwin.c,
	src/hotwin.c, src/locatewin.c, src/miscwin.c, src/monwin.c,
	src/motifutils.c, src/nonlwin.c, src/noxprotos.h, src/pdfdrv.c,
	src/plotwin.c, src/printwin.c, src/psdrv.c, src/ptswin.c,
	src/regionwin.c, src/rstdrv.c, src/setappwin.c, src/setwin.c,
	src/strwin.c, src/t1fonts.c, src/tickwin.c, src/worldwin.c,
	src/xmgrace.c, src/xprotos.h: Removed unneeded headers from many
        files.

1999-05-11 23:03  fnevgeny

	* doc/UsersGuide.sgml: RtoL text advancing

1999-05-11 22:58  fnevgeny

	* doc/CHANGES.html, src/buildinfo.c: Snapshot 990512

	* scripts/makerelease: Added EXE and O to the minimal Make.conf

1999-05-11 22:48  fnevgeny

	* src/psdrv.c: Simplified pattern definitions; this saves about 6KB
        in PS %%Prolog

1999-05-11 16:58  fnevgeny

	* src/psdrv.c: Include page offsets in the PS bbox

1999-05-11 16:40  fnevgeny

	* src/tickwin.c: Use SpinChoice for # of user ticks

	* src/drawticks.c: Update axis prop GUI when recalculating axis
        grid

1999-05-11 15:52  fnevgeny

	* src/defaults.c: Corrected axis tick initialization

1999-05-11 15:10  fnevgeny

	* T1lib/t1lib/t1aaset.c: Non-ANSI code replaced

	* conf/configure.in: Updated check for T1 to ensure we have the 0.9
        version at least

1999-05-09 22:00  fnevgeny

	* doc/FAQ.sgml: Some Motif/Lesstif corrections from Alexander

1999-05-09 21:56  fnevgeny

	* doc/CHANGES.html, doc/Makefile: Replaced pattern rules by
	old-fashioned suffix rules. Hopefully now any dinosaurus "make"
        will be happy.  Added rules for generating PS docs

1999-05-09 00:37  fnevgeny

	* T1lib/README.t1lib, T1lib/README.t1lib-0.8-beta,
	T1lib/t1lib/.dependencies, T1lib/t1lib/sysconf.h,
	T1lib/t1lib/t1aaset.c, T1lib/t1lib/t1aaset.h,
	T1lib/t1lib/t1afmtool.c, T1lib/t1lib/t1afmtool.h,
	T1lib/t1lib/t1base.c, T1lib/t1lib/t1base.h, T1lib/t1lib/t1delete.c,
	T1lib/t1lib/t1env.c, T1lib/t1lib/t1extern.h, T1lib/t1lib/t1finfo.c,
	T1lib/t1lib/t1global.h, T1lib/t1lib/t1lib.h, T1lib/t1lib/t1load.c,
	T1lib/t1lib/t1load.h, T1lib/t1lib/t1misc.h,
	T1lib/t1lib/t1outline.h, T1lib/t1lib/t1set.c, T1lib/t1lib/t1set.h,
	T1lib/t1lib/t1types.h, T1lib/type1/.dependencies,
	T1lib/type1/arith.c, T1lib/type1/curves.c, T1lib/type1/fontfcn.c,
	T1lib/type1/fontfcn.h, T1lib/type1/fontstruct.h,
	T1lib/type1/hints.c, T1lib/type1/objects.c, T1lib/type1/objects.h,
	T1lib/type1/paths.c, T1lib/type1/regions.c, T1lib/type1/scanfont.c,
	T1lib/type1/spaces.c, T1lib/type1/t1stub.c, T1lib/type1/type1.c,
        T1lib/type1/util.c: Upgraded to T1lib-0.9

1999-05-08 22:28  fnevgeny

	* src/t1fonts.c, src/t1fonts.h: Updates to sync with T1lib-0.9 RtoL
        text advancing implemented.

	* src/fontwin.c: Updates to sync with T1lib-0.9

1999-05-08 12:54  fnevgeny

	* Makefile: Added dependencies for configure on ac-tools/*.m4

	* ac-tools/ice_find_motif.m4: Fixed bugs of reporting "default"
        paths for includes and libs if none actually have been found.

1999-05-06 01:07  fnevgeny

	* src/fileswin.c, src/setappwin.c, src/setwin.c, src/tickwin.c:
        Removed a few more extra nested rc containers

1999-05-06 00:30  fnevgeny

	* src/eblockwin.c, src/fileswin.c, src/fontwin.c, src/motifinc.h,
	src/motifutils.c, src/setwin.c: Removed extra rowcolumn from
        OptionStructure

1999-05-04 21:22  fnevgeny

	* conf/Make.conf.in, conf/configure.in, arch/os2/Make.conf.os2,
	arch/vms/build.com, arch/vms/configure.com, src/Make.common: Don't
        use TERMDRV anymore: dummydrv is compiled in always as a fallback

	* arch/os2/README, arch/os2/config.h.os2: Modifications from
        Alexander

1999-05-04 21:17  fnevgeny

	* src/main.c, src/noxprotos.h, src/xmgrace.c, src/xprotos.h: If
        can't initialize GUI, fall back to a command-driven interface

1999-05-04 20:52  fnevgeny

	* src/x11drv.c, src/x11drv.h: Slight rearrangement.

	* src/globals.h: Removed unused global variable device

1999-05-04 01:11  fnevgeny

	* src/setutils.c: Cleaning setutils.c; replacing global g[]
        structures with function calls where possible.

1999-05-03 23:30  fnevgeny

	* src/xmgrace.c: Removed a couple of unneeded widgets

	* src/graphs.c: Removed set_lists_dirty()

	* src/noxprotos.h: Obsolete function protos purged

	* src/defines.h, src/graphs.h: Moved some definitions from
        defines.h to graphs.h

	* src/motifutils.c: Don't mind obsolete dirty_lists

	* src/pars.yacc: getvptr -> getcol

1999-05-03 23:26  fnevgeny

	* doc/CHANGES.html, doc/Makefile: Added nohelp.html to the list of
        HTML files

1999-05-01 23:55  fnevgeny

	* src/setwin.c, src/xmgrace.c, src/xprotos.h: GUI of dataset
        operations redone

1999-04-30 21:32  fnevgeny

	* src/setutils.c: Removed unused setxy() function

1999-04-30 21:28  fnevgeny

	* src/x11drv.c: Automatically disable font AA on mono displays

1999-04-29 00:53  fnevgeny

	* src/psdrv.c: In the PS GUI setup, the page offsets were
        restricted to positive numbers

	* src/noxprotos.h, src/setutils.c: Removed void joinsets() and
        do_join_sets() Added join_sets() - join any number of sets

1999-04-27 21:52  fnevgeny

	* doc/UsersGuide.sgml: grace_np section added by Luc

1999-04-24 13:49  fnevgeny

	* src/buildinfo.c: grace-990424 snapshot

1999-04-24 13:34  fnevgeny

	* src/x11drv.c, src/xprotos.h, src/xutil.c: Fix for auxiliary lines
        (mainly cross-hair cursor) left on the canvas

	* doc/CHANGES.html: grace-990424 snapshot

1999-04-22 22:10  fnevgeny

	* src/psdrv.c: Make sure to set device colorspace prior to bg fills

1999-04-21 21:32  fnevgeny

	* src/files.c, src/files.h, src/setutils.c: Renamed
	read_set_fromfile() to read_xyset_fromfile().  Warn user if called
        for a non-XY set type

	* src/utils.c: Stop trying to save project if got too many
        interrupts

1999-04-21 20:18  fnevgeny

	* src/t1fonts.c: If T1lib fails for some reason (returns NULL
        glyph), don't miss the offsets.

1999-04-20 00:01  fnevgeny

	* src/psdrv.c: PS pattern fills are opaque now (as in all other
        devices)

1999-04-19 21:53  fnevgeny

	* src/pars.yacc: A few more expression types of mixed type
        arguments (vector and scalar) added

1999-04-19 21:00  fnevgeny

	* src/pars.yacc: '?' and ':' were missing from the operator
        precedence list

1999-04-19 19:27  fnevgeny

	* src/motifutils.c: Fixed access to freed memory

1999-04-18 23:23  fnevgeny

	* src/utils.c, src/utils.h: Added concat_strings() function

	* src/fileswin.c, src/globals.h, src/graphs.c, src/graphs.h,
	src/graphutils.c, src/params.c, src/pars.yacc: Removed limit on the
        project description length

1999-04-10 21:29  fnevgeny

	* src/psdrv.c: Missing NULL added to a XtVaSetValues() call

1999-04-10 21:19  fnevgeny

	* src/featext.c: frequence/period feature extraction fix

1999-04-10 20:25  fnevgeny

	* README.GIF, patches/gd1.3.patch: Added a patch for gd-1.3 that
        fixes polygon fills

1999-04-10 13:47  fnevgeny

	* src/setutils.c: Set split didn't work

1999-04-07 11:01  fnevgeny

	* src/Makefile: PATH may not contain "."

1999-04-06 23:06  fnevgeny

	* src/pars.yacc: vexpr '?' expr ':' expr didn't work

1999-04-04 22:00  fnevgeny

	* doc/CHANGES.html: grace-990405 snapshot

1999-04-04 21:04  fnevgeny

	* doc/Makefile: Make SGI `make' shut up

	* doc/UsersGuide.sgml: Removed special accent made on
        --enable-config

	* examples/txyr.agr: Modified to show circle fills

	* doc/FAQ.sgml: Lesstif source/binary compatibility corrections
        from Alexander

	* examples/dotest: txyr.agr is back

	* src/Makefile: [no log message]

1999-04-02 22:50  fnevgeny

	* src/draw.c, src/graphappwin.c, src/graphs.c, src/main.c,
	src/plotone.c, src/plotone.h: Added graph type "Fixed" and put back
        set type "XYR", specific for this graph type.

1999-04-01 19:10  fnevgeny

	* conf/configure.in: [no log message]

	* src/Make.dep, src/Makefile, src/buildinfo.c, src/eblockwin.c,
	src/graphs.c, src/helpwin.c, src/main.c, src/params.c,
	src/patchlevel.h, src/pdfdrv.c, src/psdrv.c, src/rstdrv.c,
	src/utils.c, src/utils.h: buildinfo.h is auto-generated by
        buildinfo; removed patchlevel.h

1999-03-28 23:15  fnevgeny

	* conf/ix86-cygwin32, conf/ix86-linux, conf/ix86-sco, conf/linux,
	conf/m88k-dgux, conf/mips-ultrix, conf/sparc-sunos4,
	conf/sparc-sunos5, conf/sparc-sunos5.gcc: Removed all config files
        that were identical to either of generic or generic.gcc

	* conf/configure.in: Always use generic.gcc if CC == gcc

1999-03-28 23:02  fnevgeny

	* conf/generic, conf/generic.gcc: Don't override user's CC and
        CFLAGS settings for generic configs

1999-03-23 00:47  fnevgeny

	* README: Removed mention of INSTALL file

	* conf/Make.conf.in, conf/configure.in: Added --enable-editor
        switch Irix > 6.4 used old configuration - fixed

1999-03-23 00:42  fnevgeny

	* src/Makefile, src/editpwin.c, src/main.c, src/utils.c,
        src/utils.h: Added set_editor()/get_editor() functions.

1999-03-19 20:31  fnevgeny

	* arch/win32/README: [no log message]

	* arch/os2/README: Updated README from Alexander

1999-03-19 01:24  fnevgeny

	* arch/vms/configure.com, arch/vms/src.mms: Extracted T1 include
        path into a separate makefile variable (T1_INC)

1999-03-19 01:18  fnevgeny

	* arch/win32/README, arch/win32/dlfcn.h: Updated README and removed
        dlfcn.h not needed anymore

1999-03-19 01:08  fnevgeny

	* doc/CHANGES.html: Last-minute updates

	* doc/UsersGuide.sgml: Added device commands, canvas actions and
        more

1999-03-19 00:06  fnevgeny

	* src/files.c: Use CHUNKSIZE = 2*PIPE_BUF

	* src/psdrv.c: Added adjustable printer page offset parameters

1999-03-18 00:13  fnevgeny

	* patches/pdflib-0.6.patch: There is no BOOL in cygwin

1999-03-17 23:14  fnevgeny

	* grconvert/writeasc.c: Pretend to be created by version 4.0.0

1999-03-17 22:45  fnevgeny

	* src/iofilters.c: Open files in binary mode to make MS* happy

1999-03-17 22:36  fnevgeny

	* Makefile: [no log message]

1999-03-17 22:32  fnevgeny

	* grconvert/readbin.c: Open input file in binary mode (needed by
        MS*)

	* grconvert/Makefile: Use $(LDFLAGS) for linking

1999-03-17 22:27  fnevgeny

	* INSTALL, README: INSTALL removed, its contents moved to README

1999-03-17 22:23  fnevgeny

	* conf/configure.in: If neither of lp and lpr found, unset
        PRINT_CMD

1999-03-17 21:52  fnevgeny

	* conf/configure.in: Check also rpclib when looking for XDR stuff

	* conf/Make.conf.in, conf/configure.in: EXE_EXT, OBJ_EXT and
        BAT_EXT are set by configure

1999-03-17 21:37  fnevgeny

	* src/events.c, src/xmgrace.c: Removed Ctrl+X (exit abruptly)
        canvas action

1999-03-17 01:24  fnevgeny

	* src/defines.h, src/files.c: Error detection during RTI

1999-03-17 01:14  fnevgeny

	* src/setutils.c: Don't take into account hidden sets when doing
        autoscale

	* src/graphs.h, src/plotone.c: Moved is_set_drawble() macro from
        plotone.c to graphs.h

1999-03-17 01:08  fnevgeny

	* src/graphappwin.c, src/xmgrace.c: Workarounds for Lesstif quirks.

1999-03-17 01:01  fnevgeny

	* grace_np/grace_np.c, grace_np/grace_np.h: The signature of
        GraceIsOpen function was wrong

1999-03-15 20:23  fnevgeny

	* src/setutils.c: Put set_dirtystate() in setcomment()

1999-03-15 00:02  fnevgeny

	* INSTALL, README: Updates some READMEs

1999-03-14 23:53  fnevgeny

	* grace_np/LICENSE, grace_np/grace_np.c, grace_np/grace_np.h:
        Changed licensing policy to LGPL

1999-03-14 23:32  fnevgeny

	* scripts/makerelease: First create configure and then - a dummy
        Make.conf

1999-03-14 23:19  fnevgeny

	* src/graphs.c: Rescale old projects only if page layout is fixed!

1999-03-14 23:04  fnevgeny

	* src/globals.h, src/main.c, src/xmgrace.c, src/xprotos.h,
        src/xutil.c: Added get_pagelayout() and removed global page_layout

1999-03-14 21:24  fnevgeny

	* src/fileswin.c: If new project loads successfully, close the file
        selection dialog

1999-03-14 20:35  fnevgeny

	* Xbae/Makefile: Makefile didn't work with legacy 'make'

1999-03-14 00:49  fnevgeny

	* grace_np/grace_np.c: Conditional inclusion of sys/param.h Use
        vfork if possible

	* doc/CHANGES.html: Some clean-ups

	* grace_np/test_np.c, grace_np/testf_np.f: Don't use old syntax in
        examples

	* src/patchlevel.h: Yes, no "pre"

1999-03-13 23:06  fnevgeny

	* src/pars.yacc: Added PRINT TO CHRSTR

1999-03-13 22:39  fnevgeny

	* arch/os2/README: Updated README from Alexander

1999-03-13 12:55  fnevgeny

	* src/compwin.c: Crash in Fourier popup fixed

1999-03-12 01:15  fnevgeny

	* src/plotone.c, src/setutils.c, src/utils.c: non-gui compilation
        fixes

	* src/files.c: Latest RTI fix from Luc

1999-03-12 00:25  fnevgeny

	* src/fileswin.c, src/graphappwin.c: Tiny fixes

1999-03-12 00:20  fnevgeny

	* doc/CHANGES.html: Updated; reversed order to anti-cronological

	* doc/UsersGuide.sgml: Removed obsolete command-line options

	* doc/FAQ.sgml: Possibility to save sets in NetCDF wasn't mentioned
        (my fault)

1999-03-12 00:05  fnevgeny

	* examples/bar.agr: [no log message]

1999-03-11 22:57  fnevgeny

	* src/main.c: removed -hilo from the help screen

	* src/patchlevel.h, src/utils.c: [no log message]

1999-03-11 22:31  fnevgeny

	* src/globals.h: sformat: "%16.8lg" -> "%16.8g"

	* src/main.c: Removed -dc/-nodc, -redraw/-noredraw,
        -GXxor/-GXinvert command line options.

	* src/xmgrace.c: Added update_all() for File/New callback Updated
        help menu

1999-03-11 01:40  fnevgeny

	* src/xmgrace.c: Added View/Update all menu entry

	* src/xprotos.h, src/motifutils.c: Added update_all_cb() - just a
        wrapper for update_all()

1999-03-11 01:18  fnevgeny

	* src/miscwin.c: Removed "Verify Pick sets operations" option,
        added "Don't ask questions"

	* src/XMgrace.ad, src/globals.h, src/xmgrace.c: Removed
        verify_action

1999-03-11 01:06  fnevgeny

	* src/pdfdrv.c, src/psdrv.c: Replaced getlogin() with
        get_username()

	* src/utils.c, src/utils.h: Added init_username() and
        get_username() functions

	* src/main.c: Added call to init_username()

1999-03-11 00:22  fnevgeny

	* examples/dotest: Replaced -a with -autoscale (on SGI, -a is
        treated by X as an option)

1999-03-11 00:16  fnevgeny

	* conf/Make.conf.in, conf/configure.in, arch/os2/Make.conf.os2,
	src/Makefile: Extracted T1 include path into a separate makefile
        variable (T1_INC)

1999-03-11 00:10  fnevgeny

	* src/worldwin.c: Added update_all() to arrange graph CB

	* src/motifutils.c: [no log message]

1999-03-10 23:54  fnevgeny

	* src/editpwin.c, src/setutils.c: Added a coule of set_dirtystate()

	* src/setwin.c: Set column alignment to XmALIGNMENT_END and made
        arrows appear for truncated cell entries

1999-03-10 23:02  fnevgeny

	* src/setwin.c: Statistics columns made wider

	* src/files.c: Was wrong fcntl() check.

1999-03-10 00:58  fnevgeny

	* grace_np/Makefile, grace_np/test_np.c, grace_np/testf_np.f:
        sample.gr -> sample.agr

	* grace_np/test_np.c: [no log message]

1999-03-10 00:32  fnevgeny

	* arch/os2/config.h.os2, arch/vms/configure.com, conf/config.h.in,
	conf/configure.in, grace_np/grace_np.c, grace_np/grace_np.h,
	grace_np/gracef_np.c, grace_np/test_np.c, grace_np/testf_np.f,
	src/defines.h, src/files.c, src/main.c, src/noxprotos.h: Latest RTI
        fixes from Luc

1999-03-09 23:13  fnevgeny

	* src/setutils.c: packset() simplified

	* src/motifinc.h, src/motifutils.c: Added "Pack all sets" to the
        set selector popup menus

1999-03-09 20:54  fnevgeny

	* src/setappwin.c: Renamed some menu entries

	* src/pars.yacc: SETNUM.INDEX -> SETNUM.ID

	* src/compwin.c, src/nonlfit.c: Fixed a couple of bugs introduced
        by changing scanner()

1999-03-09 01:14  fnevgeny

	* conf/generic.gcc, conf/ix86-linux, conf/linux, conf/opennt,
	conf/sparc-sunos5.gcc: Removed -Wcast-align from gcc configs. Gives
	nothing on 32-bit OS's but produces too many (to be fixed right
        now) warnings on 64-bit ones.

1999-03-09 01:06  fnevgeny

	* arch/vms/configure.com, arch/vms/readme: Minor corrections from
        John

1999-03-09 00:59  fnevgeny

	* T1lib/README.t1lib-0.8-beta, T1lib/t1lib/sysconf.h,
	T1lib/t1lib/t1delete.c, T1lib/t1lib/t1set.c, T1lib/type1/t1io.c:
        Update to T1lib-0.8.1

1999-03-09 00:40  fnevgeny

	* examples/bar.agr: Replaced bar.agr with a real-life example

1999-03-09 00:00  fnevgeny

	* doc/10.1.dat, doc/10a.dat, doc/10b.dat, doc/10c.dat, doc/2.1.dat,
	doc/3.dat, doc/7.1.2.agr, doc/7.1.3.agr, doc/8.2.dat,
	doc/mygraph.gif, doc/shiftdata.sh, doc/Makefile, doc/Tutorial.sgml:
        Added Ed's tutorials

1999-03-08 20:46  fnevgeny

	* src/main.c: When checking for descriptor's status, O_RDWR is also
        (in addition to O_RDONLY) OK.

1999-03-08 20:29  fnevgeny

	* src/utils.c: VMS doesn't like '#' in the file names...

1999-03-08 00:00  fnevgeny

	* src/pars.yacc: Removed all the unnecessary parameters from
	parser() Added S$ and S_ as pointers to current and last created
	sets. Same, G$ and G_, for graphs.  GRAPHNO.INDEX is the GRAPHNO's
        number. Same for SETNUM.INDEX and GRAPHNO.SETNUM.INDEX

	* src/compute.c, src/computils.c, src/compwin.c, src/comwin.c,
	src/defaults.c, src/globals.h, src/hotwin.c, src/motifutils.c,
	src/nonlfit.c, src/noxprotos.h, src/params.c, src/regionutils.c,
	src/setutils.c: Removed all the unnecessary parameters from
        parser()

1999-03-06 12:35  fnevgeny

	* src/xmgrace.c: Put back XmUpdateDisplay(statlab);

	* src/files.c, src/noxprotos.h, src/pars.yacc: Added
	get_parser_gno(), set_parser_gno(),get_parser_setno(), and
        set_parser_setno(). Removed global change_gno.

1999-03-06 01:20  fnevgeny

	* src/graphs.h, src/setutils.c: Added two functions,
	get_recent_setno() and get_recent_gno() to get info on the latest
        automatically allocated set.

1999-03-05 21:03  fnevgeny

	* src/events.c, src/events.h, src/noxprotos.h, src/utils.c,
	src/xmgrace.c: A few functions shuffled between events.c and
        xmgrace.c

1999-03-05 20:47  fnevgeny

	* src/motifutils.c: Added set_left_footer() to update_all()

	* src/graphs.c: Added set_dirtystate() for several graph-oriented
        functions

	* src/pars.yacc: VIEW XMAX/XMIN/YMIN/YMAX accepts expressions now

	* src/xutil.c: Check whether GUI has been initialized in
        set_title()

1999-03-03 00:51  fnevgeny

	* src/patchlevel.h: grace-5.0.2pre1

	* src/graphutils.c: Revert latest AS fix - it's buggy

1999-03-03 00:07  fnevgeny

	* doc/CHANGES.html: grace-990303

	* doc/FAQ.sgml, doc/UsersGuide.sgml: More updates to FAQ and
        UsersGuide

	* examples/dotest: Removed (currently unsupported test of XYR set)

	* arch/vms/configure.com: Test for fcntl() added

	* arch/os2/Make.conf.os2: Added templates to tthe list of make dirs

	* src/xutil.c: Tiny changes.

	* examples/fills.agr: [no log message]

1999-03-02 22:08  fnevgeny

	* src/utils.c: In case of a crash, try saving current project

1999-03-02 00:36  fnevgeny

	* conf/configure.in: Added "templates" to the list of dirs scanned
        by make

	* templates/Default.agr, templates/Makefile: Default template added

1999-03-02 00:19  fnevgeny

	* src/pars.yacc: Added LOAD CHRSTR, NEW, and NEW FROM CHRSTR
        commands

1999-03-01 23:59  fnevgeny

	* src/files.c, src/files.h: Added load_project_file(),
        new_project() and load_project() functions

	* src/main.c: Load default template at startup

	* src/xmgrace.c: Removed "File/Clear all".  Added "File/New".

	* src/fileswin.c: Use freshly added load_project()

1999-02-28 23:48  fnevgeny

	* src/files.c, src/fileswin.c, src/main.c, src/xmgrace.c:
	save_project() in case of success now does clear_dirtystate() and
        sets project name

1999-02-28 23:01  fnevgeny

	* src/plotone.c: lock dirtystate during legend bb updates

	* src/utils.c, src/utils.h: Upon SIGHUP, re-read gracerc
        lock_dirtystate() now accepts a bool flag

	* src/graphs.c, src/setutils.c, src/graphutils.c: Added a few more
        safety checks for gno function arguments

1999-02-28 20:45  fnevgeny

	* src/xmgrace.c: More menu shuffles...

1999-02-27 23:44  fnevgeny

	* src/events.c, src/events.h: Added graph_clicked(). Dbl-click far
	from a set but inside a graph brings up the set appearance popup as
        before.

1999-02-27 22:31  fnevgeny

	* src/missing.h, src/missing.c: VMS-specific changes from John

1999-02-27 22:19  fnevgeny

	* src/files.c, src/utils.c: Removed not needed <fcntl.h>

	* src/main.c: Use HAVE_FCNTL and HAVE_FCNTL_H where needed

1999-02-27 22:11  fnevgeny

	* conf/configure.in, conf/config.h.in, arch/os2/config.h.os2: Added
        check for fcntl()

1999-02-27 20:30  fnevgeny

	* src/xutil.c: In set_title(), check if the new string really
        differs from the former one

	* src/fileswin.c, src/xmgrace.c: Removed calls to set_title()

	* src/utils.c, src/utils.h: New function, update_app_title(), which
        is called in set_/clear_dirtystate

1999-02-27 16:18  fnevgeny

	* src/plotone.c: Better account for line widths in bar charts

1999-02-26 23:57  fnevgeny

	* src/motifinc.h, src/motifutils.c: Bring to front/Send to back
        added to set selector popup menus

	* src/defines.h, src/noxprotos.h, src/setutils.c: Added pushset()
        function

1999-02-26 22:05  fnevgeny

	* arch/vms/configure.com: New updates from John

1999-02-22 00:19  fnevgeny

	* src/graphutils.c: Set nminor to 1 when autoticking

	* src/plotone.c: If legend wasn't plotted, its bbox wouldn't be set

1999-02-21 23:39  fnevgeny

	* src/main.c, src/pdfdrv.c, src/pdfdrv.h, src/rstdrv.c,
        src/rstdrv.h: Added parsers for GIF, PDF and PNM devices

1999-02-21 00:44  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/README, arch/os2/config.h.os2:
        Updates from Alexander

	* src/files.c, src/utils.c: Added (conditionally) included
        <sys/select.h> (OS/2 needs it for select())

	* conf/config.h.in, conf/configure.in: Added check for
        <sys/select.h> (OS/2 needs it for select())

1999-02-21 00:09  fnevgeny

	* src/Make.dep: [no log message]

1999-02-20 23:58  fnevgeny

	* src/xmgrace.c: fonttool related changes

	* src/graphappwin.c, src/setappwin.c, src/strwin.c, src/tickwin.c:
        Use of CreateCSText() for real text fields

	* src/fontwin.c, src/xprotos.h: Modified fonttool to be fired from
        an existing text widget

	* src/motifinc.h, src/motifutils.c: Added CreateCSText() and
	friends:  GetCSTextString();  SetCSTextString();
        GetCSTextCursorPos();  CSTextInsert();

1999-02-19 21:02  fnevgeny

	* src/plotone.c: Don't draw legend box if no set in the graph has a
        legend string defined

	* src/defaults.c: Draw legends by default

1999-02-18 01:12  fnevgeny

	* src/patchlevel.h, doc/CHANGES.html, doc/FAQ.sgml,
        doc/UsersGuide.sgml: grace-5.0.2pre0

1999-02-18 01:03  fnevgeny

	* conf/config.h.in, conf/configure.in, src/defines.h, src/files.c,
	src/files.h, src/globals.h, src/main.c, src/noxprotos.h,
	src/pars.yacc, grace_np/grace_np.c, grace_np/grace_np.h,
	grace_np/gracef_np.c, grace_np/test_np.c, grace_np/testf_np.f,
	src/utils.c, src/xmgrace.c, src/xprotos.h, src/xutil.c: Luc's jumbo
        RTI patch

1999-02-18 00:31  fnevgeny

	* arch/vms/build.com, arch/vms/xbae.mms: Oops, actually adding
        xbae.mms and build.com

	* arch/vms/configure.com, arch/vms/descrip.mms, arch/vms/readme,
	arch/vms/src.mms, arch/vms/t1lib.mms, arch/vms/t1lib_t1lib.mms,
	arch/vms/t1lib_type1.mms: Fresh updates from John: There are two
	new files, build.com and xbae.mms; there are also updates to
        several other files.

1999-02-18 00:17  fnevgeny

	* src/main.c, src/psdrv.c, src/psdrv.h: Added color/grayscale and
        bbox:tight/page options to the EPS driver

1999-02-17 23:28  fnevgeny

	* src/events.c: [no log message]

1999-02-17 23:20  fnevgeny

	* src/draw.c, src/draw.h, src/graphs.c, src/params.c,
	src/pars.yacc, src/plotone.c, src/plotwin.c, src/x11drv.c: Added an
	option to fill (or not to) the page background; relevant changes to
	the parser and params.c In the X11 driver, if the page bg is not
        filled, put reper dots every 0.1 viewport

1999-02-17 21:16  fnevgeny

	* src/events.c, src/graphutils.c, src/worldwin.c, src/xmgrace.c: A
        couple of update_ticks() added

	* src/noxprotos.h, src/regionutils.c, src/regionwin.c,
	src/xprotos.h: Moved define_region() from regioutils.c to
        regionwin.c

1999-02-17 01:16  fnevgeny

	* src/compute.c, src/computils.c, src/compwin.c, src/eblockwin.c,
	src/editpwin.c, src/events.c, src/files.c, src/motifutils.c,
	src/noxprotos.h, src/regionutils.c, src/regionwin.c,
	src/setutils.c, src/setwin.c, src/xprotos.h: Removed every use of
	update_set_status() - update_set_lists() used instead and and
        set_work_pending() - just obsolete

1999-02-17 00:14  fnevgeny

	* src/motifinc.h, src/motifutils.c, src/xmgrace.c: Added (Un)Select
        all to the set list popup menus Fixed updates of the set lists

1999-02-16 23:02  fnevgeny

	* src/xmgrace.c: More menu shuffles

	* src/events.c, src/events.h: dbl click on titles detected (very
        roughly)

1999-02-16 22:31  fnevgeny

	* src/events.c, src/events.h: More dbl click actions - edit
        objects, legends, time stamp, axes

1999-02-16 22:16  fnevgeny

	* src/plotwin.c: create_plot_frame -> create_plot_frame_cb

	* src/graphappwin.c: create_graphapp_frame ->
        create_graphapp_frame_cb

	* src/xprotos.h: A couple of CB functions renamed

	* src/globals.h: global variable curaxis removed

	* src/pdfdrv.c: fixed text color bug (introduced recently)

	* src/draw.c, src/draw.h: is_vpoint_inside takes an additional
        argument - epsilon /precision/

	* src/tickwin.c: create_axes_dialog -> create_axes_dialog_cb

1999-02-16 00:31  fnevgeny

	* src/graphs.c, src/graphutils.c, src/graphutils.h: Added
        rescale_viewport() function

	* src/xutil.c: In free mode of the canvas, auto rescale everything

	* src/printwin.c: Recognize page format; Removed "Set as current
        device" checkbox; Unmanage output prefs  frame for display device

	* src/device.c, src/device.h: Added get_page_format() function

1999-02-15 01:02  fnevgeny

	* examples/Makefile, examples/dotest, examples/log2.agr: Added
        log2.agr, an example of log2 axis scaling (a real data, BTW)

1999-02-14 23:19  fnevgeny

	* src/compute.c, src/comwin.c, src/defines.h, src/helpwin.c,
	src/hotwin.c: Changed some remaining occurancies of MAXARR to
	maxarr; the init value (MAXARR) lowered to 1000 from 20000; removed
        its mentioning in "About".

1999-02-14 22:34  fnevgeny

	* src/plotone.c: Draw regions and reference points after everything
        else

1999-02-14 00:56  fnevgeny

	* cmath.h: Added check for HAVE_SIGNGAM_IN_MATH_H

	* src/xutil.c: Added a call to update_all in the first call to
	expose_resize	  (without it, the tstack demo started with "SD:1"
	instead of     "SD:4", the correct stack depth being displayed only
        after     cycling)

	* src/utils.c, src/utils.h: add a const to copy_string()'s source
        variable

	* src/dlmodule.c: Check for HAVE_SYS_ERRLIST_IN_STDIO_H

	* conf/config.h.in, conf/configure.in: Configuration patch to
	circumvent an error of the Machten system     that have a signgam
	symbol in the math library which is not     declared in the math.h
	header Use of sys_errlist on systems which have it and have not
        strerror

1999-02-14 00:51  fnevgeny

	* examples/bar.agr, examples/fills.agr, examples/regions.par,
	examples/terr.agr, examples/tinset.agr: Updated several explanation
        strings on example files with the new GUI layout

1999-02-14 00:30  fnevgeny

	* conf/Make.conf.in: Minor re-arrangement

	* src/Makefile, src/main.c, src/plotone.c, src/printwin.c,
        src/utils.c, src/utils.h: Check for env. GRACE_PRINT_CMD

1999-02-13 22:53  fnevgeny

	* Makefile, gracerc, gracerc.sample, gracerc.user: Modified init
        files to reflect new path searching

1999-02-13 22:49  fnevgeny

	* auxiliary/Makefile, auxiliary/README, auxiliary/magic.grace,
	auxiliary/magic.xmgr: magic section updated to Grace; file(1) now
        also gives version number

	* scripts/makerelease: Don't make MIGRATION in makerelease

1999-02-13 22:45  fnevgeny

	* src/Make.dep, src/computils.c, src/defaults.c, src/defines.h,
	src/device.c, src/device.h, src/editpwin.c, src/events.c,
	src/events.h, src/featext.c, src/files.c, src/globals.h,
	src/graphs.c, src/graphs.h, src/graphutils.c, src/graphutils.h,
	src/main.c, src/motifutils.c, src/noxprotos.h, src/objutils.c,
	src/pars.yacc, src/plotone.c, src/plotone.h, src/ptswin.c,
	src/regionutils.c, src/regionwin.c, src/setutils.c, src/strwin.c,
	src/xmgrace.c, src/xprotos.h, src/xutil.c: Canvas event dealing
	(events.c) rewritten.  A lot of related changes in many other
        modules.

1999-02-06 23:53  fnevgeny

	* src/compwin.c: Removed all "pick" set operations

	* src/graphutils.c: Fixed bug in wrong autoscaling for both
        negative axis limits

1999-02-06 00:59  fnevgeny

	* src/xmgrace.c: Menu rearrangements

1999-02-02 22:56  fnevgeny

	* src/motifinc.h, src/setwin.c: Added menu bar to the dataset props
        popup

	* src/main.c: User's startup file is ~/.grace/gracerc now.  Only
        the first found instance of gracerc is read in.

1999-02-02 22:45  fnevgeny

	* src/missing.c, src/missing.h: Renamed popen_path_translate() to
        exe_path_translate()

	* src/files.c, src/files.h, src/iofilters.c: Any relative pathname
	is searched (in addition to cwd) in: 1. .grace/ 2. ~/.grace/ 3.
        $GRACE_HOME/

	* src/motifutils.c: Don't show by default data-less sets in set
        lists

	* src/compwin.c: Added check for valid gno in create_leval_frame()

1999-01-31 00:15  fnevgeny

	* doc/CHANGES.html, doc/Makefile, src/patchlevel.h: grace-990131
        snapshot

1999-01-31 00:02  fnevgeny

	* doc/CHANGES.html, doc/FAQ.html, doc/MIGRATION.html, doc/Makefile,
	doc/UsersGuide.sgml, doc/acegr_np.html, doc/commands.html,
	doc/data.html, doc/dblclick.html, doc/dlmodule.html,
	doc/edcrset.html, doc/file.html, doc/fonts.html, doc/graphops.html,
	doc/guide.html, doc/hotkeys.html, doc/intro.html, doc/main.html,
	doc/nohelp.html, doc/npipe.html, doc/options.html, doc/page.html,
	doc/plot.html, doc/points.html, doc/regions.html, doc/sets.html,
	doc/test_np.c, doc/testf_np.f, doc/trans.html, doc/usage.html,
	doc/view.html: Purged all old html docs; added a draft version of
        UsersGuide.sgml

1999-01-30 20:15  fnevgeny

	* arch/os2/Make.conf.os2, arch/os2/README, arch/os2/config.h.os2,
        arch/os2/configos2.cmd: OS/2 updates from Alexander

	* conf/config.h.in, conf/configure.in: Added HAVE_SYS_TIME_H and
        TIME_WITH_SYS_TIME

1999-01-28 23:37  fnevgeny

	* src/setutils.c: do_reverse_sets() renamed to reverse_set() and
	gno added as parameter sortset was broken during 5.0.2 development
        added safety checks for all functions accessing g[].p[] directly

1999-01-28 23:32  fnevgeny

	* src/events.c, src/noxprotos.h, src/setwin.c: do_reverse_sets()
        renamed to reverse_set() and gno added as parameter

1999-01-28 23:27  fnevgeny

	* src/globals.h: Default sformat changed to "%16.8lg"

	* src/editpwin.c, src/files.c, src/files.h, src/fileswin.c: Added
	the forth parameter to write_set(), "rawdata", which controls
        whether @TARGET and @TYPE will be included in the output

1999-01-28 23:21  fnevgeny

	* src/Makefile: buildinfo link flags modified

1999-01-27 22:33  fnevgeny

	* src/buildinfo.c: Some beatifyings of buildinfo

1999-01-27 01:16  fnevgeny

	* src/main.c: Small -help fixes

	* src/fileswin.c, src/motifutils.c, src/xprotos.h, src/eblockwin.c:
	If called from a set popup menu, create_block_data() had always G0
        activated in the graph selector

1999-01-25 23:54  fnevgeny

	* arch/vms/configure.com, arch/vms/descrip.mms, arch/vms/src.mms:
        New updates from John

1999-01-25 20:16  fnevgeny

	* Xbae/Actions.c, Xbae/Methods.c: Minor portability fixes

1999-01-24 00:17  fnevgeny

	* src/eblockwin.c: Block selectors have only the columns that
        correspond to the blockdata read (plus "Index").

	* src/graphutils.c: Bipolar cases were broken due to the last AS
        fixes

1999-01-23 21:55  fnevgeny

	* src/graphs.h, src/setutils.c: Added dataset_colname() which
        returns the name of a set column

	* src/utils.c: Conditional include of time.h and sys/time.h

	* src/graphutils.c: Autoscale fixes

	* src/editpwin.c, src/setwin.c: Use dataset_colname() instead of
        statically defined labels

	* src/motifutils.c: UpdateOptionChoice() fixes (if new nchoices is
        _less_ than the previous value)

1999-01-14 23:57  fnevgeny

	* src/XMgrace.ad, src/fontwin.c, src/xmgrace.c: Changed default
        fonts

	* src/utils.c, src/utils.h: Fixed broken sleep_wrap()

1999-01-13 16:04  fnevgeny

	* src/device.c, src/files.c, src/graphs.c, src/motifutils.c:
        Simplified usage of copy_string() in several places

1999-01-13 13:52  fnevgeny

	* CHANGES, COPYRIGHT, MIGRATION, arch/win32/README, src/helpwin.c,
        src/patchlevel.h: grace-990113

1999-01-13 13:38  fnevgeny

	* doc/CHANGES.html, doc/MIGRATION.html: grace-990113

	* src/helpwin.c: Mentioned all copyrights required to be such

	* conf/config.h.in, conf/configure.in: Added checks for setlocale()

1999-01-13 13:16  fnevgeny

	* src/drawticks.c, src/main.c, src/plotone.c, src/utils.c,
	src/utils.h: Added support for locale (LC_NUMERIC), for tick labels
        and annotative strings only

	* src/t1fonts.h, src/Make.dep: [no log message]

1999-01-13 11:18  fnevgeny

	* src/pars.yacc, src/utils.c, src/utils.h: Added sleep_wrap - a
        sleep() wrapper

1999-01-11 23:37  fnevgeny

	* Xbae/Actions.c, Xbae/Actions.h, Xbae/Cell.c, Xbae/Cell.h,
	Xbae/CellP.h, Xbae/Clip.c, Xbae/Clip.h, Xbae/ClipP.h,
	Xbae/Converters.c, Xbae/Converters.h, Xbae/Create.c, Xbae/Create.h,
	Xbae/Draw.c, Xbae/Draw.h, Xbae/LICENSE, Xbae/Macros.h,
	Xbae/Make.common, Xbae/Makefile, Xbae/Matrix.c, Xbae/Matrix.h,
	Xbae/MatrixP.h, Xbae/Methods.c, Xbae/Methods.h, Xbae/Public.c,
	Xbae/ScrollMgr.c, Xbae/ScrollMgr.h, Xbae/Shadow.c, Xbae/Shadow.h,
	Xbae/Utils.c, Xbae/Utils.h, Xbae/patchlevel.h, conf/config.h.in,
        conf/configure.in: Added bundled version of Xbae

1999-01-11 00:10  fnevgeny

	* src/editpwin.c, src/motifutils.c: Removed Xbae #ifdefs

	* src/setwin.c: Added statistics frame to "Data set props"

	* src/fontwin.c: Proper alignment of glyphs Removed Xbae #ifdefs

	* src/xmgrace.c: A couple of Xbae-related defaults

1999-01-10 00:15  fnevgeny

	* src/files.c: Reading in NXY was broken

1999-01-10 00:07  fnevgeny

	* src/setutils.c: minmax min/max indices begin with zero now

	* src/motifinc.h, src/motifutils.c: Moved some structure
        definitions from motifutils.c to motifinc.h

	* src/utils.c, src/utils.h: cxfree() renamed to xfree(); cxfree now
	is a macro, performing xfree() and then assigning NULL to the
        argument

1999-01-10 00:00  fnevgeny

	* src/editpwin.c: Removed obsolete structures

	* src/featext.c, src/fit.c, src/noxprotos.h, src/pars.yacc: Removed
        obsolete flag parameter from stasum()

1999-01-06 23:29  fnevgeny

	* src/utils.c, src/utils.h: Removed stripspecial(), added mytrunc()

1999-01-06 22:34  fnevgeny

	* src/device.h, src/draw.c, src/draw.h, src/dummydrv.c,
	src/dummydrv.h, src/graphs.c, src/mfdrv.c, src/mfdrv.h,
	src/pdfdrv.c, src/pdfdrv.h, src/plotone.c, src/psdrv.c,
	src/psdrv.h, src/rstdrv.c, src/rstdrv.h, src/x11drv.c,
	src/x11drv.h: Added DrawPixel primitive; as a result, all drivers
	should be much faster	in plotting multiple points Added line cap
	and line join properties and relevant get/set routines;   not used
	actually yet PS and PDF drivers optimized both for output time and
        file size

1999-01-04 23:08  fnevgeny

	* src/motifutils.c: Favor min/max limits in GetSpinChoice

1999-01-03 01:51  fnevgeny

	* src/defaults.c, src/defines.h, src/draw.c, src/draw.h,
	src/events.c, src/globals.h, src/graphappwin.c, src/graphs.h,
	src/motifinc.h, src/motifutils.c, src/params.c, src/pars.yacc,
	src/plotone.c, src/setappwin.c, src/strwin.c, src/tickwin.c: Line
	widths are doubles instead of int New SpinChoice widget group GUI
        line choices use the SpinChoice composite

1998-12-31 01:24  fnevgeny

	* src/editpwin.c, src/plotone.c, src/utils.c, src/utils.h,
	src/helpwin.c: Shielded system() from SIGALRM using system_wrap()
        wrapper

	* arch/vms/configure.com, arch/vms/readme, arch/vms/src.mms,
	doc/CHANGES.html, scripts/makerelease, src/missing.c,
        src/patchlevel.h: grace-981231 released

1998-12-31 00:33  fnevgeny

	* src/pars.yacc: TRUE/FALSE and ON/OFF are interchangable

1998-12-31 00:17  fnevgeny

	* src/fileswin.c: File/Save and File/Write/Sets use independent
        save formats

1998-12-31 00:00  fnevgeny

	* src/Make.dep, src/comwin.c, src/defines.h, src/eblockwin.c,
	src/editpwin.c, src/events.c, src/files.c, src/files.h,
	src/fileswin.c, src/globals.h, src/graphs.h, src/helpwin.c,
	src/iofilters.c, src/main.c, src/monwin.c, src/nonlwin.c,
	src/noxprotos.h, src/params.c, src/pars.yacc, src/plotone.c,
	src/setutils.c, src/utils.c, src/xmgrace.c, src/xutil.c: "-" and
	"stdin/stdout" can be used anywhere sformat (write format) is used
	for all dataset types (and thus is per-datum) grace_open[r,w] used
        everywhere

1998-12-29 00:34  fnevgeny

	* src/computils.c, src/compwin.c, src/defaults.c, src/eblockwin.c,
	src/editpwin.c, src/files.c, src/graphs.h, src/motifinc.h,
	src/motifutils.c, src/noxprotos.h, src/setutils.c, src/xmgrace.c,
	src/xprotos.h: Futher modification to the new set selectors +
        related stuff Cleaned up Xbae spreadsheet-like editor

1998-12-28 22:22  fnevgeny

	* cephes/isfinite.c: VMS patch from John

1998-12-22 23:56  fnevgeny

	* CHANGES, Makefile, T1lib/type1/t1io.c, T1lib/type1/t1stdio.h,
	arch/os2/Make.conf.os2, arch/os2/config.h.os2,
	arch/vms/configure.com, conf/config.h.in, conf/configure.in,
	conf/generic.gcc, conf/linux, conf/opennt, conf/sparc-sunos5.gcc,
	doc/CHANGES.html, src/draw.c, src/events.c, src/graphs.c,
	src/graphs.h, src/motifinc.h, src/motifutils.c, src/nonlwin.c,
	src/noxprotos.h, src/patchlevel.h, src/pdfdrv.c, src/plotone.c,
	src/printwin.c, src/psdrv.c, src/ptswin.c, src/rstdrv.c,
	src/setappwin.c, src/setutils.c, src/setwin.c, src/xmgrace.c,
        src/xprotos.h: 981223 snapshot

1998-12-22 22:21  fnevgeny

	* scripts/makerelease: [no log message]

1998-12-20 01:32  fnevgeny

	* src/defines.h, src/eblockwin.c, src/files.c, src/fileswin.c,
	src/fontwin.c, src/graphs.c, src/graphs.h, src/main.c,
	src/motifinc.h, src/motifutils.c, src/noxprotos.h, src/pars.yacc,
	src/plotone.c, src/setappwin.c, src/setutils.c, src/setwin.c,
	src/t1fonts.h, src/xmgrace.c, src/xprotos.h: Set type cleanings
	Removed -xy, -xydy etc command line flags; use -(set)type instead
        "Set appearance/Data/*" now act on selected sets only

1998-12-19 15:42  fnevgeny

	* src/missing.c, src/missing.h: Merged VMS stuff from
        arch/vms/*.[c,h] into missing.[c,h]

1998-12-19 15:27  fnevgeny

	* arch/vms/cephes.mms, arch/vms/config.h-common,
	arch/vms/config.h-dpml, arch/vms/config.h-no_dpml,
	arch/vms/config.h-vms6, arch/vms/config.h-vms7,
	arch/vms/configure.com, arch/vms/descrip.mms, arch/vms/dotest.com,
	arch/vms/getpwnam.c, arch/vms/make.conf-common,
	arch/vms/make.conf-m1_1, arch/vms/make.conf-m1_2,
	arch/vms/make.conf-vms6, arch/vms/make.conf-vms7,
	arch/vms/make.dep_cephes, arch/vms/make.dep_src,
	arch/vms/netscape.com, arch/vms/pwd.h_v6, arch/vms/readme,
	arch/vms/src.mms, arch/vms/t1lib.mms, arch/vms/t1lib_t1lib.mms,
	arch/vms/t1lib_type1.mms, arch/vms/vms_unix.c, arch/vms/vms_unix.h:
	Many changes to make configure.com under VMS work similar to
	configure.  VMS-specific stuff in .c and .h merged with
        missing.[c,h] in the main src tree.

1998-12-14 23:05  fnevgeny

	* src/Make.common, src/Make.dep, src/computils.c, src/compwin.c,
	src/defaults.c, src/editpwin.c, src/events.c, src/files.c,
	src/graphs.c, src/graphs.h, src/hotwin.c, src/main.c,
	src/motifinc.h, src/motifutils.c, src/noxprotos.h, src/pars.yacc,
	src/plotone.c, src/regionwin.c, src/setappwin.c, src/setutils.c,
	src/setwin.c, src/statuswin.c, src/xmgrace.c: New type of set
	selectors.  Removed "active" in the plotarr structure + respective
	changes.  Removed sets from the "Status" popup; what's left moved
        to "Region ops" Started coding set ops with the new set selectors.

1998-12-12 13:39  fnevgeny

	* src/alloca.c, src/missing.h: [no log message]

1998-12-11 00:16  fnevgeny

	* src/eblockwin.c: "Index" can be selected for every data column

1998-12-08 23:59  fnevgeny

	* src/compwin.c, src/eblockwin.c, src/featext.c, src/fileswin.c,
	src/graphappwin.c, src/motifinc.h, src/motifutils.c,
	src/regionwin.c, src/setwin.c, src/worldwin.c, src/xprotos.h: New
        CreateGraphChoice

1998-12-06 13:06  fnevgeny

	* src/noxprotos.h, src/xmgrace.c, src/xprotos.h: World stack stuff
        erroneously disappeared

1998-12-03 01:34  fnevgeny

	* CHANGES, conf/ix86-linux, doc/CHANGES.html, doc/commands.html,
        fonts/Makefile, src/draw.c, src/patchlevel.h, src/x11drv.c: 981203

	* src/t1fonts.c, src/t1fonts.h: Use IsoLatin1 if Default.enc is not
        found

1998-12-03 00:47  fnevgeny

	* src/graphutils.c, src/noxprotos.h, src/setutils.c: X/Y
        autoscaling within (respectively) Y/X world range

1998-12-02 00:24  fnevgeny

	* src/draw.c, src/draw.h, src/fontwin.c, src/graphappwin.c,
	src/main.c, src/motifinc.h, src/motifutils.c, src/params.c,
	src/pars.yacc, src/plotwin.c, src/setappwin.c, src/strwin.c,
	src/tickwin.c, src/x11drv.c: Rewritten part of the GUI functions to
	return pointers instead of aggregates Color map entries are
        user-adjustable

1998-11-29 00:30  fnevgeny

	* src/files.c, src/eblockwin.c: Block data read simplified

1998-11-28 23:07  fnevgeny

	* src/alloca.c, src/missing.h: Define alloca() if  the function is
        missing in the system

1998-11-28 22:50  fnevgeny

	* arch/vms/config.h-common, arch/vms/configure.com,
	arch/vms/descrip.mms, arch/vms/dotest.com,
	arch/vms/make.conf-common, arch/vms/readme, arch/vms/src.mms:
        Updates from John

1998-11-28 17:59  fnevgeny

	* src/utils.c: Buffered read from npipe

1998-11-26 00:33  fnevgeny

	* src/XMgrace.ad, src/xmgrace.c, src/xprotos.h: Xresources for
        enabling/disabling toolbars added

1998-11-25 01:42  fnevgeny

	* src/strwin.c: Slightly beatified Objects popups (strwin.c)

1998-11-25 00:18  fnevgeny

	* src/graphs.c, src/xmgrace.c: Fixed stack manipulation from GUI

	* src/pdfdrv.c, src/psdrv.c, src/rstdrv.c: Zero linewidth is
        treated as 1 pix

1998-11-24 22:15  fnevgeny

	* src/main.c, src/xutil.c: fixed -type <settype> -pipe; SET_XY was
        always used

1998-11-24 22:08  fnevgeny

	* CHANGES, COPYRIGHT, DEVELOPERS, INSTALL, LICENSE, MIGRATION,
	Makefile, README, README.FFTW, README.GIF, README.PDF,
	README.configure, cmath.h, gracerc.sample, examples/dotest,
	examples/test.com, cephes/airy.c, cephes/beta.c, cephes/chbevl.c,
	cephes/chdtr.c, cephes/const.c, cephes/dawsn.c, cephes/ellie.c,
	cephes/ellik.c, cephes/ellpe.c, doc/CHANGES.html, doc/FAQ.html,
	doc/FAQ.sgml, doc/GPL.html, doc/MIGRATION.html, doc/Makefile,
	doc/acegr_np.html, doc/commands.html, doc/data.html,
	doc/dblclick.html, doc/dlmodule.html, doc/edcrset.html,
	doc/file.html, doc/fonts.html, doc/graphops.html, doc/guide.html,
	doc/hotkeys.html, doc/intro.html, doc/main.html, doc/nohelp.html,
	doc/npipe.html, doc/options.html, doc/page.html,
	doc/philosophical-gnu-sm.jpg, doc/plot.html, doc/points.html,
	doc/regions.html, doc/sets.html, doc/test_np.c, doc/testf_np.f,
	doc/trans.html, doc/usage.html, doc/view.html, examples/Makefile,
	examples/altaxis.par, examples/au.agr, examples/axes.agr,
	examples/bar.agr, examples/brw.dat, examples/chartebar.agr,
	examples/charts.agr, examples/co2.agr, examples/co2.par,
	examples/explain.agr, examples/fills.agr, examples/graphs.par,
	examples/hilo.agr, examples/log.dat, examples/logistic.agr,
	examples/logistic.fit, examples/logtest.par,
	examples/manygraphs.agr, examples/mlo.dat, examples/moresyms.agr,
	examples/polar.agr, examples/props.agr, examples/regions.par,
	examples/slideshow.d, examples/stackedb.agr,
	examples/symslines.agr, examples/terr.agr, examples/terr2.agr,
	examples/test.dat, examples/test1.par, examples/test2.agr,
	examples/tfonts.agr, examples/tforms.par, examples/times.agr,
	examples/tinset.agr, examples/tlog.agr, examples/tmc.c,
	examples/tstack.agr, examples/txyr.agr, examples/typeset.agr,
	cephes/Make.common, cephes/Make.dep, cephes/Makefile,
	cephes/acosh.c, cephes/asinh.c, cephes/atanh.c, cephes/cbrt.c,
	cephes/cephes.h, cephes/check_float.c, cephes/ellpk.c,
	cephes/expn.c, cephes/fac.c, cephes/fdtr.c, cephes/fresnl.c,
	cephes/gamma.c, cephes/gdtr.c, cephes/hyp2f1.c, cephes/hyperg.c,
	cephes/i0.c, cephes/i1.c, cephes/igam.c, cephes/igami.c,
	cephes/incbet.c, cephes/incbi.c, cephes/isfinite.c, cephes/iv.c,
	cephes/j0.c, cephes/j1.c, cephes/jn.c, cephes/jv.c, cephes/k0.c,
	cephes/k1.c, cephes/kn.c, cephes/log2.c, cephes/mconf.h,
	cephes/mtherr.c, cephes/ndtr.c, cephes/ndtri.c, cephes/pdtr.c,
	cephes/polevl.c, cephes/polyn.c, cephes/psi.c, cephes/revers.c,
	cephes/rgamma.c, cephes/round.c, cephes/shichi.c, cephes/sici.c,
	cephes/spence.c, cephes/stdtr.c, cephes/struve.c, cephes/unity.c,
	cephes/yn.c, cephes/zeta.c, cephes/zetac.c, src/Make.common,
	src/Makefile, src/alloca.c, src/as274c.c, src/as274c.h,
	src/bitmaps.h, src/compute.c, src/computils.c, src/compwin.c,
	src/comwin.c, src/defaults.c, src/defines.h, src/device.c,
	src/dlmodule.h, src/draw.c, src/draw.h, src/drawticks.c,
	src/eblockwin.c, src/editpwin.c, src/events.c, src/f2c.h,
	src/featext.c, src/files.c, src/fileswin.c, src/fit.c,
	src/fourier.c, src/globals.h, src/graphutils.h, src/helpwin.c,
	src/hotwin.c, src/lmdif.c, src/locatewin.c, src/main.c,
	src/miscwin.c, src/monwin.c, src/motifinc.h, src/motifutils.c,
	src/nonlfit.c, src/nonlwin.c, src/noxprotos.h, src/objutils.c,
	src/params.c, src/pars.yacc, src/patchlevel.h, src/patterns.h,
	src/plotone.c, src/printwin.c, src/protos.h, src/ptswin.c,
	src/regionutils.c, src/regionwin.c, src/rstdrv.c, src/rstdrv.h,
	src/setutils.c, src/setwin.c, src/statuswin.c, src/strwin.c,
	src/tickwin.c, src/utils.c, src/worldwin.c, src/x11drv.c,
	src/xprotos.h, T1lib/LGPL, T1lib/LICENSE, T1lib/Makefile,
	T1lib/README.t1lib-0.8-beta, T1lib/t1lib/.dependencies,
	T1lib/t1lib/Makefile, T1lib/t1lib/parseAFM.c,
	T1lib/t1lib/parseAFM.h, T1lib/t1lib/sysconf.h,
	T1lib/t1lib/t1aaset.c, T1lib/t1lib/t1aaset.h,
	T1lib/t1lib/t1afmtool.c, T1lib/t1lib/t1afmtool.h,
	T1lib/t1lib/t1base.c, T1lib/t1lib/t1base.h, T1lib/t1lib/t1delete.c,
	T1lib/t1lib/t1delete.h, T1lib/t1lib/t1enc.c, T1lib/t1lib/t1enc.h,
	T1lib/t1lib/t1env.c, T1lib/t1lib/t1env.h, T1lib/t1lib/t1extern.h,
	T1lib/t1lib/t1finfo.c, T1lib/t1lib/t1finfo.h,
	T1lib/t1lib/t1global.h, T1lib/t1lib/t1lib.h, T1lib/t1lib/t1load.c,
	T1lib/t1lib/t1load.h, T1lib/t1lib/t1misc.h, T1lib/t1lib/t1set.c,
	T1lib/t1lib/t1set.h, T1lib/t1lib/t1trans.c, T1lib/t1lib/t1trans.h,
	T1lib/t1lib/t1types.h, T1lib/type1/CHANGES, T1lib/type1/README,
	T1lib/type1/README.RMz, T1lib/type1/Xstuff.h, T1lib/type1/arith.c,
	T1lib/type1/arith.h, T1lib/type1/blues.h, T1lib/type1/bstring.c,
	T1lib/type1/cluts.h, T1lib/type1/curves.c, T1lib/type1/curves.h,
	T1lib/type1/digit.h, T1lib/type1/ffilest.h, T1lib/type1/font.h,
	T1lib/type1/fontfcn.c, T1lib/type1/fontfcn.h,
	T1lib/type1/fontfile.h, T1lib/type1/fontmisc.h,
	T1lib/type1/fonts.h, T1lib/type1/fontstruct.h,
	T1lib/type1/fontxlfd.h, T1lib/type1/fsmasks.h,
	T1lib/type1/hdigit.h, T1lib/type1/hints.c, ac-tools/config.guess,
	ac-tools/config.sub, ac-tools/ice_check_lesstif.m4,
	ac-tools/ice_find_motif.m4, ac-tools/install-sh,
	ac-tools/mdw_check_manylibs.m4, ac-tools/mkinstalldirs,
	auxiliary/Makefile, auxiliary/README, auxiliary/fdf2fit,
	auxiliary/greg2jul.c, auxiliary/jul2greg.c, auxiliary/magic.xmgr,
	conf/Make.conf.in, conf/alpha-osf4, conf/config.h.in,
	conf/configure.in, conf/generic, conf/generic.gcc, conf/hppa-hpux,
	conf/ix86-cygwin32, conf/ix86-linux, conf/ix86-os2, conf/ix86-sco,
	conf/linux, conf/m88k-dgux, conf/mips-irix, conf/mips-irix6.4,
	conf/mips-ultrix, conf/opennt, conf/rs6000-aix3, conf/rs6000-aix4,
	conf/sparc-sunos4, conf/sparc-sunos5, conf/sparc-sunos5.gcc,
	grconvert/Makefile, grconvert/defaults.c, grconvert/grconvert.c,
	grconvert/grconvert.h, grconvert/readbin.c, grconvert/util.c,
	grconvert/writeasc.c, src/Make.dep, src/Tab.c, src/Tab.h,
	src/TabP.h, src/XMgrace.ad, src/buildinfo.c, src/device.h,
	src/dlmodule.c, src/dummydrv.c, src/dummydrv.h, src/fontwin.c,
	src/graphappwin.c, src/graphs.c, src/graphs.h, src/graphutils.c,
	src/iofilters.c, src/mfdrv.c, src/mfdrv.h, src/missing.c,
	src/missing.h, src/pdfdrv.c, src/pdfdrv.h, src/plotone.h,
	src/plotwin.c, src/psdrv.c, src/psdrv.h, src/setappwin.c,
	src/t1fonts.c, src/t1fonts.h, src/utils.h, src/x11drv.h,
	src/xmgrace.c, src/xutil.c, T1lib/type1/.dependencies,
	T1lib/type1/Makefile, T1lib/type1/hints.h, T1lib/type1/lines.c,
	T1lib/type1/lines.h, T1lib/type1/objects.c, T1lib/type1/objects.h,
	T1lib/type1/paths.c, T1lib/type1/paths.h, T1lib/type1/paths_rmz.h,
	T1lib/type1/pictures.h, T1lib/type1/regions.c,
	T1lib/type1/regions.h, T1lib/type1/scanfont.c,
	T1lib/type1/spaces.c, T1lib/type1/spaces.h,
	T1lib/type1/spaces_rmz.h, T1lib/type1/strokes.h,
	T1lib/type1/t1hdigit.h, T1lib/type1/t1imager.h,
	T1lib/type1/t1intf.h, T1lib/type1/t1io.c, T1lib/type1/t1snap.c,
	T1lib/type1/t1stdio.h, T1lib/type1/t1stub.c, T1lib/type1/token.c,
	T1lib/type1/token.h, T1lib/type1/tokst.h, T1lib/type1/trig.h,
	T1lib/type1/type1.c, T1lib/type1/types.h, T1lib/type1/util.c,
	T1lib/type1/util.h, arch/os2/Make.conf.os2, arch/os2/README,
	arch/os2/config.h.os2, arch/os2/configos2.cmd, arch/os2/dlfcn.c,
	arch/os2/dlfcn.h, arch/os2/dlfcn.mak, arch/os2/dotest.cmd,
	arch/vms/cephes.mms, arch/vms/config.h-common,
	arch/vms/config.h-dpml, arch/vms/config.h-no_dpml,
	arch/vms/config.h-vms6, arch/vms/config.h-vms7,
	arch/vms/configure.com, arch/vms/descrip.mms, arch/vms/dotest.com,
	arch/vms/getpwnam.c, arch/vms/grconvert.mms,
	arch/vms/make.conf-common, arch/vms/make.conf-m1_1,
	arch/vms/make.conf-m1_2, fonts/FontDataBase, fonts/Makefile,
	fonts/enc/IsoLatin1.enc, fonts/enc/IsoLatin2.enc,
	fonts/type1/d050000l.afm, fonts/type1/d050000l.pfb,
	fonts/type1/n019003l.afm, fonts/type1/n019003l.pfb,
	fonts/type1/n019004l.afm, fonts/type1/n019004l.pfb,
	fonts/type1/n019023l.afm, fonts/type1/n019023l.pfb,
	fonts/type1/n019024l.afm, fonts/type1/n019024l.pfb,
	fonts/type1/n021003l.afm, fonts/type1/n021003l.pfb,
	fonts/type1/n021004l.afm, fonts/type1/n021004l.pfb,
	fonts/type1/n021023l.afm, fonts/type1/n021023l.pfb,
	fonts/type1/n021024l.afm, fonts/type1/n021024l.pfb,
	fonts/type1/n022003l.afm, fonts/type1/n022003l.pfb,
	fonts/type1/n022004l.afm, fonts/type1/n022004l.pfb,
	fonts/type1/n022023l.afm, fonts/type1/n022023l.pfb,
	fonts/type1/n022024l.afm, fonts/type1/n022024l.pfb,
	fonts/type1/s050000l.afm, fonts/type1/s050000l.pfb,
	grace_np/Makefile, grace_np/grace_np.c, grace_np/grace_np.h,
	grace_np/gracef_np.c, grace_np/test_np.c, grace_np/testf_np.f,
	scripts/makepatch, arch/vms/make.conf-vms6,
	arch/vms/make.conf-vms7, arch/vms/make.dep_cephes,
	arch/vms/make.dep_src, arch/vms/motif1_1.opt,
	arch/vms/motif1_2.opt, arch/vms/pwd.h_v6, arch/vms/readme,
	arch/vms/src.mms, arch/vms/t1lib.mms, arch/vms/vms_unix.c,
	arch/vms/vms_unix.h, arch/vms/xdr.opt, arch/win32/README,
        arch/win32/dlfcn.h, patches/pdflib-0.6.patch: Imported sources

	* CHANGES, COPYRIGHT, DEVELOPERS, INSTALL, LICENSE, MIGRATION,
	Makefile, README, README.FFTW, README.GIF, README.PDF,
	README.configure, cmath.h, gracerc.sample, examples/dotest,
	examples/test.com, cephes/airy.c, cephes/beta.c, cephes/chbevl.c,
	cephes/chdtr.c, cephes/const.c, cephes/dawsn.c, cephes/ellie.c,
	cephes/ellik.c, cephes/ellpe.c, doc/CHANGES.html, doc/FAQ.html,
	doc/FAQ.sgml, doc/GPL.html, doc/MIGRATION.html, doc/Makefile,
	doc/acegr_np.html, doc/commands.html, doc/data.html,
	doc/dblclick.html, doc/dlmodule.html, doc/edcrset.html,
	doc/file.html, doc/fonts.html, doc/graphops.html, doc/guide.html,
	doc/hotkeys.html, doc/intro.html, doc/main.html, doc/nohelp.html,
	doc/npipe.html, doc/options.html, doc/page.html,
	doc/philosophical-gnu-sm.jpg, doc/plot.html, doc/points.html,
	doc/regions.html, doc/sets.html, doc/test_np.c, doc/testf_np.f,
	doc/trans.html, doc/usage.html, doc/view.html, examples/Makefile,
	examples/altaxis.par, examples/au.agr, examples/axes.agr,
	examples/bar.agr, examples/brw.dat, examples/chartebar.agr,
	examples/charts.agr, examples/co2.agr, examples/co2.par,
	examples/explain.agr, examples/fills.agr, examples/graphs.par,
	examples/hilo.agr, examples/log.dat, examples/logistic.agr,
	examples/logistic.fit, examples/logtest.par,
	examples/manygraphs.agr, examples/mlo.dat, examples/moresyms.agr,
	examples/polar.agr, examples/props.agr, examples/regions.par,
	examples/slideshow.d, examples/stackedb.agr,
	examples/symslines.agr, examples/terr.agr, examples/terr2.agr,
	examples/test.dat, examples/test1.par, examples/test2.agr,
	examples/tfonts.agr, examples/tforms.par, examples/times.agr,
	examples/tinset.agr, examples/tlog.agr, examples/tmc.c,
	examples/tstack.agr, examples/txyr.agr, examples/typeset.agr,
	cephes/Make.common, cephes/Make.dep, cephes/Makefile,
	cephes/acosh.c, cephes/asinh.c, cephes/atanh.c, cephes/cbrt.c,
	cephes/cephes.h, cephes/check_float.c, cephes/ellpk.c,
	cephes/expn.c, cephes/fac.c, cephes/fdtr.c, cephes/fresnl.c,
	cephes/gamma.c, cephes/gdtr.c, cephes/hyp2f1.c, cephes/hyperg.c,
	cephes/i0.c, cephes/i1.c, cephes/igam.c, cephes/igami.c,
	cephes/incbet.c, cephes/incbi.c, cephes/isfinite.c, cephes/iv.c,
	cephes/j0.c, cephes/j1.c, cephes/jn.c, cephes/jv.c, cephes/k0.c,
	cephes/k1.c, cephes/kn.c, cephes/log2.c, cephes/mconf.h,
	cephes/mtherr.c, cephes/ndtr.c, cephes/ndtri.c, cephes/pdtr.c,
	cephes/polevl.c, cephes/polyn.c, cephes/psi.c, cephes/revers.c,
	cephes/rgamma.c, cephes/round.c, cephes/shichi.c, cephes/sici.c,
	cephes/spence.c, cephes/stdtr.c, cephes/struve.c, cephes/unity.c,
	cephes/yn.c, cephes/zeta.c, cephes/zetac.c, src/Make.common,
	src/Makefile, src/alloca.c, src/as274c.c, src/as274c.h,
	src/bitmaps.h, src/compute.c, src/computils.c, src/compwin.c,
	src/comwin.c, src/defaults.c, src/defines.h, src/device.c,
	src/dlmodule.h, src/draw.c, src/draw.h, src/drawticks.c,
	src/eblockwin.c, src/editpwin.c, src/events.c, src/f2c.h,
	src/featext.c, src/files.c, src/fileswin.c, src/fit.c,
	src/fourier.c, src/globals.h, src/graphutils.h, src/helpwin.c,
	src/hotwin.c, src/lmdif.c, src/locatewin.c, src/main.c,
	src/miscwin.c, src/monwin.c, src/motifinc.h, src/motifutils.c,
	src/nonlfit.c, src/nonlwin.c, src/noxprotos.h, src/objutils.c,
	src/params.c, src/pars.yacc, src/patchlevel.h, src/patterns.h,
	src/plotone.c, src/printwin.c, src/protos.h, src/ptswin.c,
	src/regionutils.c, src/regionwin.c, src/rstdrv.c, src/rstdrv.h,
	src/setutils.c, src/setwin.c, src/statuswin.c, src/strwin.c,
	src/tickwin.c, src/utils.c, src/worldwin.c, src/x11drv.c,
	src/xprotos.h, T1lib/LGPL, T1lib/LICENSE, T1lib/Makefile,
	T1lib/README.t1lib-0.8-beta, T1lib/t1lib/.dependencies,
	T1lib/t1lib/Makefile, T1lib/t1lib/parseAFM.c,
	T1lib/t1lib/parseAFM.h, T1lib/t1lib/sysconf.h,
	T1lib/t1lib/t1aaset.c, T1lib/t1lib/t1aaset.h,
	T1lib/t1lib/t1afmtool.c, T1lib/t1lib/t1afmtool.h,
	T1lib/t1lib/t1base.c, T1lib/t1lib/t1base.h, T1lib/t1lib/t1delete.c,
	T1lib/t1lib/t1delete.h, T1lib/t1lib/t1enc.c, T1lib/t1lib/t1enc.h,
	T1lib/t1lib/t1env.c, T1lib/t1lib/t1env.h, T1lib/t1lib/t1extern.h,
	T1lib/t1lib/t1finfo.c, T1lib/t1lib/t1finfo.h,
	T1lib/t1lib/t1global.h, T1lib/t1lib/t1lib.h, T1lib/t1lib/t1load.c,
	T1lib/t1lib/t1load.h, T1lib/t1lib/t1misc.h, T1lib/t1lib/t1set.c,
	T1lib/t1lib/t1set.h, T1lib/t1lib/t1trans.c, T1lib/t1lib/t1trans.h,
	T1lib/t1lib/t1types.h, T1lib/type1/CHANGES, T1lib/type1/README,
	T1lib/type1/README.RMz, T1lib/type1/Xstuff.h, T1lib/type1/arith.c,
	T1lib/type1/arith.h, T1lib/type1/blues.h, T1lib/type1/bstring.c,
	T1lib/type1/cluts.h, T1lib/type1/curves.c, T1lib/type1/curves.h,
	T1lib/type1/digit.h, T1lib/type1/ffilest.h, T1lib/type1/font.h,
	T1lib/type1/fontfcn.c, T1lib/type1/fontfcn.h,
	T1lib/type1/fontfile.h, T1lib/type1/fontmisc.h,
	T1lib/type1/fonts.h, T1lib/type1/fontstruct.h,
	T1lib/type1/fontxlfd.h, T1lib/type1/fsmasks.h,
	T1lib/type1/hdigit.h, T1lib/type1/hints.c, ac-tools/config.guess,
	ac-tools/config.sub, ac-tools/ice_check_lesstif.m4,
	ac-tools/ice_find_motif.m4, ac-tools/install-sh,
	ac-tools/mdw_check_manylibs.m4, ac-tools/mkinstalldirs,
	auxiliary/Makefile, auxiliary/README, auxiliary/fdf2fit,
	auxiliary/greg2jul.c, auxiliary/jul2greg.c, auxiliary/magic.xmgr,
	conf/Make.conf.in, conf/alpha-osf4, conf/config.h.in,
	conf/configure.in, conf/generic, conf/generic.gcc, conf/hppa-hpux,
	conf/ix86-cygwin32, conf/ix86-linux, conf/ix86-os2, conf/ix86-sco,
	conf/linux, conf/m88k-dgux, conf/mips-irix, conf/mips-irix6.4,
	conf/mips-ultrix, conf/opennt, conf/rs6000-aix3, conf/rs6000-aix4,
	conf/sparc-sunos4, conf/sparc-sunos5, conf/sparc-sunos5.gcc,
	grconvert/Makefile, grconvert/defaults.c, grconvert/grconvert.c,
	grconvert/grconvert.h, grconvert/readbin.c, grconvert/util.c,
	grconvert/writeasc.c, src/Make.dep, src/Tab.c, src/Tab.h,
	src/TabP.h, src/XMgrace.ad, src/buildinfo.c, src/device.h,
	src/dlmodule.c, src/dummydrv.c, src/dummydrv.h, src/fontwin.c,
	src/graphappwin.c, src/graphs.c, src/graphs.h, src/graphutils.c,
	src/iofilters.c, src/mfdrv.c, src/mfdrv.h, src/missing.c,
	src/missing.h, src/pdfdrv.c, src/pdfdrv.h, src/plotone.h,
	src/plotwin.c, src/psdrv.c, src/psdrv.h, src/setappwin.c,
	src/t1fonts.c, src/t1fonts.h, src/utils.h, src/x11drv.h,
	src/xmgrace.c, src/xutil.c, T1lib/type1/.dependencies,
	T1lib/type1/Makefile, T1lib/type1/hints.h, T1lib/type1/lines.c,
	T1lib/type1/lines.h, T1lib/type1/objects.c, T1lib/type1/objects.h,
	T1lib/type1/paths.c, T1lib/type1/paths.h, T1lib/type1/paths_rmz.h,
	T1lib/type1/pictures.h, T1lib/type1/regions.c,
	T1lib/type1/regions.h, T1lib/type1/scanfont.c,
	T1lib/type1/spaces.c, T1lib/type1/spaces.h,
	T1lib/type1/spaces_rmz.h, T1lib/type1/strokes.h,
	T1lib/type1/t1hdigit.h, T1lib/type1/t1imager.h,
	T1lib/type1/t1intf.h, T1lib/type1/t1io.c, T1lib/type1/t1snap.c,
	T1lib/type1/t1stdio.h, T1lib/type1/t1stub.c, T1lib/type1/token.c,
	T1lib/type1/token.h, T1lib/type1/tokst.h, T1lib/type1/trig.h,
	T1lib/type1/type1.c, T1lib/type1/types.h, T1lib/type1/util.c,
	T1lib/type1/util.h, arch/os2/Make.conf.os2, arch/os2/README,
	arch/os2/config.h.os2, arch/os2/configos2.cmd, arch/os2/dlfcn.c,
	arch/os2/dlfcn.h, arch/os2/dlfcn.mak, arch/os2/dotest.cmd,
	arch/vms/cephes.mms, arch/vms/config.h-common,
	arch/vms/config.h-dpml, arch/vms/config.h-no_dpml,
	arch/vms/config.h-vms6, arch/vms/config.h-vms7,
	arch/vms/configure.com, arch/vms/descrip.mms, arch/vms/dotest.com,
	arch/vms/getpwnam.c, arch/vms/grconvert.mms,
	arch/vms/make.conf-common, arch/vms/make.conf-m1_1,
	arch/vms/make.conf-m1_2, fonts/FontDataBase, fonts/Makefile,
	fonts/enc/IsoLatin1.enc, fonts/enc/IsoLatin2.enc,
	fonts/type1/d050000l.afm, fonts/type1/d050000l.pfb,
	fonts/type1/n019003l.afm, fonts/type1/n019003l.pfb,
	fonts/type1/n019004l.afm, fonts/type1/n019004l.pfb,
	fonts/type1/n019023l.afm, fonts/type1/n019023l.pfb,
	fonts/type1/n019024l.afm, fonts/type1/n019024l.pfb,
	fonts/type1/n021003l.afm, fonts/type1/n021003l.pfb,
	fonts/type1/n021004l.afm, fonts/type1/n021004l.pfb,
	fonts/type1/n021023l.afm, fonts/type1/n021023l.pfb,
	fonts/type1/n021024l.afm, fonts/type1/n021024l.pfb,
	fonts/type1/n022003l.afm, fonts/type1/n022003l.pfb,
	fonts/type1/n022004l.afm, fonts/type1/n022004l.pfb,
	fonts/type1/n022023l.afm, fonts/type1/n022023l.pfb,
	fonts/type1/n022024l.afm, fonts/type1/n022024l.pfb,
	fonts/type1/s050000l.afm, fonts/type1/s050000l.pfb,
	grace_np/Makefile, grace_np/grace_np.c, grace_np/grace_np.h,
	grace_np/gracef_np.c, grace_np/test_np.c, grace_np/testf_np.f,
	scripts/makepatch, arch/vms/make.conf-vms6,
	arch/vms/make.conf-vms7, arch/vms/make.dep_cephes,
	arch/vms/make.dep_src, arch/vms/motif1_1.opt,
	arch/vms/motif1_2.opt, arch/vms/pwd.h_v6, arch/vms/readme,
	arch/vms/src.mms, arch/vms/t1lib.mms, arch/vms/vms_unix.c,
	arch/vms/vms_unix.h, arch/vms/xdr.opt, arch/win32/README,
	arch/win32/dlfcn.h, patches/pdflib-0.6.patch: branches:  1.1.1;
        Initial revision

