Subject: CVS commit: pkgsrc/graphics/scigraphica
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/24/2002 21:24:05
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Jan 24 19:24:04 UTC 2002

Modified Files:
	pkgsrc/graphics/scigraphica: Makefile PLIST distinfo
	pkgsrc/graphics/scigraphica/patches: patch-aa patch-ab patch-ac

Log Message:
Update to 0.8.0. Makes it build again with current gtk+extra, fixing
bulk build failure.
Changes since 0.7.0 (approximate, since the ChangeLog is not very tidy):
11/20/2001  Adrian Feiguin:
	    Gtkextra fine tunning.
	    Matrix support.
	    New cloning strategy for supporting multiple copies of the
	    same dataset.
	    Using gtkplot iterators to retrieve data from worksheets.
	    New tick labels strategy using callback functions.
	    gtkplotart.[ch]: gtkplotpc driver for libart.
	    Anlialiasing using libart.
	    gtkplotgnome.[ch]: gtkplotpc driver for gnome-print.
	    Print preview using gnome-print, still under developement.
	    Custom page size.
	    Layer size in different units.
	    Matrix datasets: bubbles, surfaces, contours and density maps.
	    Symbol scaling for bubbles, boxes, and vectors.
	    Style dialog for new features included in the gtkextra widgets.
	    New fields in the xml file to support additions.
	    Example matrix.sg to show new features.
	    Autoscaling fixes, toghether with Conrad.
	    Gradient autoscaling.
	    New rotations for 3D plots.
	    Arbitrary meshes using Delaunay triangulizations.
	    Enhancements in the GUI, new tools and icons.
	    Data markers, still under developement.
	    Fixes in clipboard.
	    Bugfixes.

	    Randolf Mock:
	    New autoscaling icon.

11/19/2001  Rob Lahaye:
            src/sg_project_rescue.c: revised version, uses sigaction(..) instead of
                                     signal(..) and gtk_idle_add for bailout signals.

11/13/2001  Rob Lahaye:
            src/sg_project_file_sax.c
            src/sg_project_autosave.c: add filename check for newer versions
                                       of autosaved or rescued file.
            src/Makefile.am: remove the sga->scigraphica link.

10/19/2001  Rob Lahaye:
            src/sg_file.c: fix disappearing python terminal

10/10/2001  Conrad Steenberg:
            Matrix formula support
            Autoscaling of 2D layers configuration support
            Remove dumb warnings in some places
            Fix 'formulas not evaluated upon file load' bug
            Update Clarens plugin to import Tags

10/05/2001  Rob lahaye:
            src/*[ch]: Clean up with stricter coding related to the source vs. header files:
                          - functions in source files declared as static where possible.
                          - strictly applying the extern/global/static rules to variable declarations.
                       Allow strong type checking by making the src-tree g++ compatible.

09/30/2001  Rob Lahaye:
            src/python/import_data.c
            src/python/python_sheet.c: use #ifdef WITH_WARNINGS for developers' warnings
            src/python/python_int.c
            src/python/unpickler.py: change .sgsconfig to .scigrahpica/config

09/29/2001  Rob Lahaye:
            src/sg_preferences_dialog.[ch] : void -> static void
            src/g_project_autosave.c : new file with autosave utilities
            src/Makefile.am : add sg_project_autosave.c
	    src/main.h
	    src/sg.c
	    src/sg_project.h
	    src/sg_project_menu.c
	    src/sg_project_rescue.c
	    src/python/python_int.c : add autosave utilities

09/26/2001  Rob Lahaye:
            Configure.in: Remove duplicate entries in the "Compiler flags"
              of the --version output.

09/13/2001  Conrad Steenberg:
            Adapt the FitWizard module to fit data in plots, and plot the
                resulting function in the same layer.
            Python methods to access the datasets in a layer.

08/22/2001  Conrad Steenberg:
            Plug-in documentation
            New configuration system with python bindings
            Python wizard interface
            Curve fitting wizard from Adrian's gtkLeastSquares plug-in
            Simple statistics plug-in
            New python bindings to access layers and datasets

08/01/2001 Rob Lahaye:
	    sg_dialogs.h, sg_file_dialog.c, sg_project_menu.c:
	        WINDOWCLOSE_CLICKED added to dialogs control
	    sg_entry.c: remove redudant emumerate YES/NO/CANCEL_CLICKED
	    sg_plot_menu.c: add selected layer nr in sg_menu_remove_layer

07/31/2001  Conrad Steenberg:
            Cells are now cleared before new content is added.
            Fixes to number editing in the sheet for non-formula numbers.
            UI fixes for renaming sheets.
            Icons are now installed during 'make install' for use by
            plugins.

07/26/2001  *********  0.7.1 Released ********

07/25/2001 Adrian Feiguin:
	    Bugfixes in gtkextra
	    Enhancements in plugin system
	    Bugfixes in autosymbol
	    Bugfixes in zoom

           Conrad Steenberg:
	    More Python stuff
	    More enhancements in plugin system
            ASCII import fixes for comments at the start of a file.

07/17/2001 Adrian Feiguin:
	    New plugin system (C stuff)
	    Bugfixes in sg_project_file_sax.c
	    Bugfixes in text dialog
	    Bugfixes in gtkextra

           Conrad Steenberg:
	    New plugin system (Python stuff)
            Python call to obtain sheet selection area
            Terminal fixes:
               No more text droppings when closing.
               Prompt now correctly appears after error output, not before
            Python wizard creation framework
            Work around Numeric Python 20.1 bugs, which caused crases
               for a lot of people
            New Configuration option: module search paths.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/scigraphica/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/scigraphica/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/scigraphica/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/scigraphica/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/scigraphica/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/scigraphica/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.