commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/ChangeLog common/NEWS designer/NEWS...


From: Jason Cater
Subject: gnue common/ChangeLog common/NEWS designer/NEWS...
Date: Thu, 14 Nov 2002 00:05:29 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/11/14 00:05:28

Modified files:
        common         : ChangeLog NEWS 
        designer       : NEWS 
        forms          : ChangeLog NEWS 
        navigator      : ChangeLog NEWS 
        reports        : ChangeLog NEWS 

Log message:
        Updated NEWS and ChangeLogs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/NEWS.diff?cvsroot=OldCVS&tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/NEWS.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/ChangeLog.diff?cvsroot=OldCVS&tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/NEWS.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/ChangeLog.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/NEWS.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/ChangeLog.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/NEWS.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.14 gnue/common/ChangeLog:1.15
*** gnue/common/ChangeLog:1.14  Sun Sep 29 20:19:17 2002
--- gnue/common/ChangeLog       Thu Nov 14 00:05:28 2002
***************
*** 1,3 ****
--- 1,564 ----
+ 2002-11-13 22:06  jcater
+ 
+       * src/: GBaseApp.py, GParser.py: 
+       
+       Added btami's locale patches for better i18n support under win32
+ 
+ 2002-11-13 21:55  jcater
+ 
+       * setup.py, packaging/inno/gnue-tools.iss: 
+       
+       Added btami's mcmillan support files
+ 
+ 2002-11-13 17:56  jcater
+ 
+       * src/external/: README, __init__.py, shellwords.py: 
+       * First completely working label implementation in reports * Added
+       shellwords.py * Misc cleanup/bug fixes
+ 
+ 2002-11-13 11:06  jcater
+ 
+       * src/GConfig.py: removed lowercase conversion from Default
+       parameter parser
+ 
+ 2002-11-13 00:10  jcater
+ 
+       * etc/sample.report-filters.conf: added first label example to GNUe
+       Reports
+ 
+ 2002-11-12 23:55  dneighbors
+ 
+       * utils/xml2sql/schema.sxw: Updated documentation to include
+       information on how to use GSD format, import files and new
+       'defaultwith' attribute.
+ 
+ 2002-11-12 19:43  jcater
+ 
+       * src/schema/GSParser.py: removed scale reference; should be using
+       'precision'
+ 
+ 2002-11-12 18:39  jamest
+ 
+       * src/__init__.py: Remove python2.2ism
+ 
+ 2002-11-12 18:16  siesel
+ 
+       * src/schema/GSParser.py: fix CreateSchema Wizard add scale
+       attribut to GSParser
+ 
+ 2002-11-12 17:07  jcater
+ 
+       * src/__init__.py: updated VERSION numbers to be the new .99 format
+       for cvs
+ 
+ 2002-11-12 17:00  jamest
+ 
+       * src/GConditions.py: add in depreciated <conditions> tag
+ 
+ 2002-11-12 15:10  jcater
+ 
+       * src/TextUtils.py: added a textToMeasurment method that takes
+       '12pt', '32cm', '1in' type strings and returns the measurement in
+       inches
+ 
+ 2002-11-12 02:52  arturas
+ 
+       * utils/win-links.txt: A small readme about link creation tools for
+       Windows.
+ 
+ 2002-11-12 02:48  arturas
+ 
+       * utils/: fsutil.exe, linkd.exe: Removing non free software for
+       creating links under Windows.
+ 
+ 2002-11-11 14:51  jamest
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: distinct support fix
+ 
+ 2002-11-11 11:31  arturas
+ 
+       * utils/: fsutil.exe, linkd.exe: Two .exe files for creating links
+       under Windows (NTFS5). fsutil has many uses, among them it can
+       create file links (file comes with WindowsXP, but not with
+       Windows2000). linkd only creates links for directories.  If file is
+       linked, link can be safely deleted and it does not change original
+       file, but if directory is linked, deletion of any either original
+       target or link itself, results in deleting both (explorer does not
+       differ whether it is link or original), so linkd also implements
+       deletion of linked directories.
+ 
+ 2002-11-10 23:59  jcater
+ 
+       * src/cursing/: Frame.py, GraphicObject.py, MenuBar.py,
+       Notebook.py, ScreenContainer.py: 
+       
+       More work on the curses driver; mainly further implementation of
+       Notebook.py
+ 
+ 2002-11-10 16:15  siesel
+ 
+       * src/dbdrivers/: _pgsql/DBdriver.py, oracle/DBdriver.py: allow
+       customisation of date time format send to db
+ 
+ 2002-11-10 16:06  jcater
+ 
+       * src/: GBaseApp.py, schema/GSParser.py, schema/Objects.py,
+       schema/scripter/Scripter.py, schema/scripter/__init__.py,
+       schema/scripter/processors/__init__.py,
+       schema/scripter/processors/base.py,
+       schema/scripter/processors/oracle.py,
+       schema/scripter/processors/postgresql.py: 
+       
+       Added the new, script-based gsd-to-sql writer.  (NOT READY FOR
+       PUBLIC CONSUMPTION)
+ 
+ 2002-11-10 15:14  siesel
+ 
+       * src/GDataSource.py: * add SetCondition and GetCondition trigger
+       methods for changing/reading the   staticCondition of a Datasource
+       * removed SingleEntry for GStaticSet to allow more than one
+       StaticDatasource in   a source file
+ 
+ 2002-11-10 14:35  jcater
+ 
+       * src/GParser.py: fixed the buildImportableTags code to work with
+       tags that don't have native 'Attributes'
+ 
+ 2002-11-10 11:35  jcater
+ 
+       * src/schema/GSParser.py: synching repository to eliminate
+       scripter/ directory
+ 
+ 2002-11-09 20:59  jcater
+ 
+       * src/GDataSource.py: fixed typo wrt staticsets and SingleInstance
+ 
+ 2002-11-09 16:14  jcater
+ 
+       * src/GDataSource.py: ditto with the darn typos
+ 
+ 2002-11-09 15:47  jcater
+ 
+       * src/GDataSource.py: darn typos
+ 
+ 2002-11-09 15:36  jcater
+ 
+       * src/: GDataSource.py, schema/GSParser.py: fixed support for
+       order_by with a 'desc' clause
+ 
+ 2002-11-09 15:28  jcater
+ 
+       * src/dbdrivers/_oracle/DBdriver.py: fixed Oracle's
+       dataobject.sql() extension
+ 
+ 2002-11-08 09:55  jcater
+ 
+       * src/GParser.py: fixed new GParser.py issue w/namespace support
+ 
+ 2002-11-07 21:21  jamest
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed overlooked var name
+       change
+ 
+ 2002-11-07 18:12  jcater
+ 
+       * doc/technotes/00005.txt: updated technote to remove obsolete info
+ 
+ 2002-11-07 11:04  jamest
+ 
+       * src/dbdrivers/: cxoracle/DBdriver.py, db2/DBdriver.py,
+       gadfly/DBdriver.py, informix/DBdriver.py, ingres/DBdriver.py,
+       interbase/DBdriver.py, mxodbc/DBdriver.py, mysql/DBdriver.py,
+       oracle/DBdriver.py, popy/DBdriver.py, postgresql/DBdriver.py,
+       psycopg/DBdriver.py, pypgsql/DBdriver.py, sapdb/DBdriver.py,
+       sqlite/DBdriver.py, sqlrelay/DBdriver.py, sybase/DBdriver.py: Added
+       missing changes to the database drivers for query by detail
+ 
+ 2002-11-07 10:37  jcater
+ 
+       * src/cursing/: Button.py, ComboBox.py, Dialog.py,
+       FileSelectPad.py, FocusedLabel.py, Frame.py, GroupBox.py, Label.py,
+       MenuBar.py, Notebook.py, Progress.py, ScreenContainer.py,
+       ScrollBar.py, StatusBar.py, TextArea.py, TextBox.py: 
+       
+       * Added support for Frame panels that are controlled by their
+       parent container * Added an "absolute x,y" attribute to each
+       Control object, so they can transparently work in Frames * Moved
+       MenuBar to the Frame model * Started work on a Notebook control
+ 
+ 2002-11-06 21:20  jamest
+ 
+       * src/GParser.py: GParser now honors the Required and
+       SingleInstance attributes on tag definitions.
+ 
+ 2002-11-06 13:13  jamest
+ 
+       * src/: GDataObjects.py, GDataSource.py,
+       dbdrivers/_dbsig/DBdriver.py, dbdrivers/_empty/DBdriver.py,
+       dbdrivers/_static/DBdriver.py, dbdrivers/configfile/DBdriver.py,
+       dbdrivers/cxoracle/DBdriver.py, dbdrivers/popy/DBdriver.py,
+       dbdrivers/postgresql/DBdriver.py, dbdrivers/pypgsql/DBdriver.py,
+       dbdrivers/sapdb/DBdriver.py, dbdrivers/sqlite/DBdriver.py,
+       dbdrivers/sqlrelay/DBdriver.py, dbdrivers/sybase/DBdriver.py: query
+       by detail support (needs more testing)
+ 
+ 2002-11-05 20:03  jamest
+ 
+       * scripts/gnuedtd, src/GDataObjects.py, src/GDataSource.py,
+       src/dbdrivers/_dbsig/DBdriver.py,
+       src/dbdrivers/psycopg/DBdriver.py,
+       utils/doc-xml-attrs-openoffice.py: temp fix for dcl ticket #60 -
+       query on detail is blocked again partial implementation of query by
+       detail logic which should all be turned off at the moment. 
+       (syncing machines) misc fixes for changes in the GRootObj
+ 
+ 2002-11-05 14:36  jbailey
+ 
+       * src/GTest.py: Move src/GTest.py to utils
+ 
+ 2002-11-05 13:37  jcater
+ 
+       * src/cursing/Event.py: typos
+ 
+ 2002-11-05 13:07  jcater
+ 
+       * src/cursing/Event.py: typo fix
+ 
+ 2002-11-04 14:14  jamest
+ 
+       * src/GParser.py: Added support for common based <import> tag based
+       upon the tags marked as Importable Fixed bad function name in
+       form's wx UI driver
+ 
+ 2002-11-04 13:13  jamest
+ 
+       * src/schema/Objects.py: changed rootobj init
+ 
+ 2002-11-04 08:55  jamest
+ 
+       * src/: GDataSource.py, GParser.py, GRootObj.py, GTrigger.py:
+       Migration of import system into common (partially complete) Added
+       G*Parser attribute 'Importable' to entities if set to 1 makes then
+       that entity becomes importable.  Adjustments to make reports
+       support importable triggers All still pretty rough
+ 
+ 2002-11-04 00:01  jcater
+ 
+       * src/: GObjects.py, schema/GSParser.py: 
+       
+       * Misc cleanup
+ 
+ 2002-11-03 22:44  dneighbors
+ 
+       * utils/xml2sql/: Schema.txt, schema.sxw: GSD documentation revamp.
+        Because of datatype changes needed more rich documentation so
+       switched to open office format.
+ 
+ 2002-11-02 00:02  jcater
+ 
+       * src/: GRootObj.py, schema/Objects.py: moved the dumpXML root call
+       into GRootObj, so each tool doesn't have to redefine dumpXML()
+ 
+ 2002-10-31 23:02  jamest
+ 
+       * src/GTrigger.py: More trigger cleanup Added trigger support to
+       gnue-reports Added on-startup and on-exit to <report> Added
+       pre-section and post-section to <section> Added support for reports
+       trigger editing in designer foobulations grd is working sample
+ 
+ 2002-10-31 20:40  jamest
+ 
+       * src/: GObjects.py, GTrigger.py, GTriggerCore.py: Moved all
+       trigger support into common in prep to add to support to reports. 
+       Removed global valid trigger list with a per object valid trigger
+       definition
+ 
+ 2002-10-31 17:12  jcater
+ 
+       * src/: GDataSource.py, dbdrivers/_dbsig/DBdriver.py,
+       dbdrivers/_pgsql/DBdriver.py: added cross-tabulation (pivot table)
+       example to reports (pending a few bugfixes, it will work); misc
+       cleanup
+ 
+ 2002-10-27 20:10  jcater
+ 
+       * scripts/gnuedtd, src/GConditions.py, src/GDataSource.py,
+       utils/doc-xml-attrs-openoffice.py: added form tags to dev guide;
+       created a python script to autocreate OO docs from G?Parser.py
+       files; misc consistency checks
+ 
+ 2002-10-27 14:59  jcater
+ 
+       * src/: GObjects.py, dbdrivers/_dbsig/DBdriver.py: Trigger
+       Namespace changes: * Added support for negative indexes in
+       Block.gotoRecord   (negative numbers are relative to the last
+       record) * Added Block.parent and Entry.parent attributes * Added
+       getCurrentEntry, getCurrentBlock, and   getCurrentPage to Form
+ 
+ 2002-10-25 20:13  siesel
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: add an testcase for dropdown
+       refreshs remove dbsig modifying GObj tree and parameter caching add
+       setParameter function
+ 
+ 2002-10-25 17:08  jcater
+ 
+       * etc/sample.gnue.conf: added Entry.resetForeignKey() method for
+       triggers (not fully tested); misc code cleanup
+ 
+ 2002-10-23 22:00  jamest
+ 
+       * src/GTrigger.py: Partial removal of the GFTrigger class being
+       replaced by common trigger system.
+ 
+ 2002-10-23 19:26  jamest
+ 
+       * scripts/gnue-diag.sh: Removed files no longer needed by setup.py
+       Removed reference to PyXML as we no longer require it
+ 
+ 2002-10-23 08:56  jcater
+ 
+       * scripts/gnuedtd: fixed typo in gnuedtd
+ 
+ 2002-10-22 09:40  jamest
+ 
+       * README.databases: Fixed info per btami's request
+ 
+ 2002-10-21 07:57  siesel
+ 
+       * setup.py: added configfile and gadfly dbdrivers to setup.py
+ 
+ 2002-10-20 20:27  jamest
+ 
+       * src/GMimeTypes.py: Adding missing import
+ 
+ 2002-10-20 13:55  jcater
+ 
+       * src/: GRootObj.py, GTrigger.py: 
+       
+       * Added an On-Exit trigger to the form   object (complementary to
+       On-Startup)
+       
+       * Added support for global namespace objects   in trigger code. 
+       For example, in On-Startup:
+       
+           global math, myfunc, DEBUG
+           import math
+           def myfunc(n1,n2):
+              return n1+n2
+           DEBUG = 1
+       
+         Then other triggers can access math, myfunc,
+         and DEBUG as if they had imported or defined
+         them.
+ 
+ 2002-10-19 09:35  siesel
+ 
+       * utils/connection.gfd: add dropdown provider field to
+       connection.gfd (btami)
+ 
+ 2002-10-17 18:35  jcater
+ 
+       * src/cursing/: Frame.py, Menu.py, MenuBar.py, MenuItem.py: playing
+       w/docs
+ 
+ 2002-10-15 16:24  siesel
+ 
+       * src/commdrivers/_helpers/ObjectLibrarian.py: fixed startup
+       problems appserver had on some hosts
+ 
+ 2002-10-13 22:59  jcater
+ 
+       * src/cursing/: Menu.py, MenuBar.py, MenuItem.py,
+       ScreenContainer.py, TextArea.py, TextBox.py: more work on curses
+       driver
+ 
+ 2002-10-11 18:44  jcater
+ 
+       * src/cursing/: Button.py, Dialog.py, Frame.py, StatusBar.py,
+       TextArea.py, TextBox.py, __init__.py, sio.py: Added Frame and
+       StatusBar support; more code cleanup
+ 
+ 2002-10-11 00:10  jcater
+ 
+       * src/cursing/: GroupBox.py, __init__.py: renamed Frame to GroupBox
+       (as Frame implies a window/etc); more cleanup
+ 
+ 2002-10-10 20:47  jcater
+ 
+       * etc/sample.report-filters.conf: 
+       
+       More work on curses support (I have screens drawing properly, and a
+       login dialog working now)
+ 
+ 2002-10-10 20:46  jcater
+ 
+       * src/cursing/: Button.py, ComboBox.py, Control.py, Dialog.py,
+       Frame.py, GraphicObject.py, Label.py, ScreenContainer.py,
+       ScrollBar.py, TextArea.py, TextBox.py, VButton.py, VScrollBar.py,
+       __init__.py, sio.py, utility.py:  * Full-color support / colorized
+       default widgets
+        * Simplified drawing of widgets
+        * Lots of code simplification
+        * Started on keystroke/event hooks
+        * Dialogs: Made border optional
+        * Dialogs: Added optional dropshadows
+        * Dialogs: Added support for a "Title" on dialogs
+        * TextArea: Added a TextArea class (Multi-line text boxes)
+        * Buttons: Spacebar triggers a press
+ 
+ 2002-10-10 13:23  jcater
+ 
+       * setup.py: added events to setup.py
+ 
+ 2002-10-10 01:45  jcater
+ 
+       * setup.py, packaging/debian/changelog, packaging/debian/control,
+       packaging/debian/rules, src/cursing/Button.py,
+       src/cursing/Dialog.py, src/cursing/Label.py,
+       src/cursing/ScreenContainer.py, src/cursing/TextBox.py,
+       src/cursing/sio.py: added a login popup dialog for curses uidriver;
+       beat the curses uidriver into submission to get it to draw pages,
+       labels, and entries; more cleanup on common's curses library
+ 
+ 2002-10-10 00:23  jcater
+ 
+       * src/cursing/TextBox.py: added support for 'Password'-style data
+       entry (text hidden by '*')
+ 
+ 2002-10-09 22:42  jcater
+ 
+       * src/cursing/: Button.py, CheckBox.py, CheckBoxGroup.py,
+       ComboBox.py, Control.py, Dialog.py, DirChooser.py, Event.py,
+       FileSelectPad.py, FileSelector.py, FocusedLabel.py, Frame.py,
+       GraphicObject.py, InputBox.py, Label.py, Menu.py, MenuBar.py,
+       MsgBoxOK.py, MsgBoxTimer.py, MsgBoxYesNo.py, Progress.py,
+       RadioButton.py, RadioGroup.py, ScreenContainer.py, ScrollBar.py,
+       TextBox.py, VButton.py, VScrollBar.py, sio.py, tests/demo.py: fixed
+       typos; added demo
+ 
+ 2002-10-09 22:04  jcater
+ 
+       * src/cursing/: Button.py, CheckBox.py, CheckBoxGroup.py,
+       ComboBox.py, Control.py, Dialog.py, DirChooser.py,
+       FileSelectPad.py, FileSelector.py, FocusedLabel.py, Frame.py,
+       GraphicObject.py, InputBox.py, Label.py, Menu.py, MenuBar.py,
+       MenuItem.py, MsgBoxOK.py, MsgBoxTimer.py, MsgBoxYesNo.py,
+       Progress.py, RadioButton.py, RadioGroup.py, ScreenContainer.py,
+       ScrollBar.py, TextBox.py, VButton.py, VScrollBar.py, constants.py,
+       sio.py, utility.py: lots and lots of cleanup
+ 
+ 2002-10-09 21:44  jcater
+ 
+       * src/cursing/: Button.py, CheckBox.py, CheckBoxGroup.py,
+       ComboBox.py, Control.py, Dialog.py, DirChooser.py, Event.py,
+       FileSelectPad.py, FileSelector.py, FocusedLabel.py, Frame.py,
+       GraphicObject.py, InputBox.py, Label.py, Menu.py, MenuBar.py,
+       MenuItem.py, MsgBoxOK.py, MsgBoxTimer.py, MsgBoxYesNo.py,
+       Progress.py, README, RadioButton.py, RadioGroup.py,
+       ScreenContainer.py, ScrollBar.py, TextBox.py, VButton.py,
+       VScrollBar.py, __init__.py, constants.py, sio.py, utility.py:
+       experimental work w/curses
+ 
+ 2002-10-09 16:22  siesel
+ 
+       * src/dbdrivers/configfile/DBdriver.py: make configfile dbdriver
+       find configdir better
+ 
+ 2002-10-08 22:59  jcater
+ 
+       * packaging/debian/control: updated minimum version requirement
+ 
+ 2002-10-08 22:56  jcater
+ 
+       * packaging/debian/: control, control: added missing mxdatetime
+       requirement to the debian control files
+ 
+ 2002-10-08 16:50  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: added psfax
+       merge support
+ 
+ 2002-10-08 16:29  siesel
+ 
+       * src/FileUtils.py: fix "gncvs test.gear" calling forms.  allow
+       "gear://samples%2Fsamples.gear/myfile.gfd" URLs now
+ 
+ 2002-10-08 15:39  siesel
+ 
+       * src/: GDataSource.py, dbdrivers/_static/DBdriver.py: fix static
+       datasource for dropdown wizard <2> add static datasource sample
+ 
+ 2002-10-08 13:17  siesel
+ 
+       * src/GDataSource.py: fix static datasource for dropdown wizard <1>
+ 
+ 2002-10-08 12:30  jcater
+ 
+       * etc/sample.report-filters.conf: Added a Postscript mailmerge
+       driver to reports
+ 
+ 2002-10-07 23:20  jcater
+ 
+       * src/dbdrivers/sapdb/DBdriver.py: added Daniel Dittmar's
+       enhancement patch to SAP-DB driver
+ 
+ 2002-10-07 18:13  jcater
+ 
+       * doc/technotes/00008.txt, doc/technotes/index.html,
+       doc/technotes/index.txt, src/events/Event.py,
+       src/events/EventAware.py, src/events/EventController.py: started
+       adding event support to designer
+ 
+ 2002-10-07 16:45  jcater
+ 
+       * src/__init__.py: updating version numbers to 'development' status
+ 
+ 2002-10-07 16:29  jcater
+ 
+       * src/events/: Event.py, EventAware.py, EventController.py,
+       __init__.py: moved the event system out of forms and into common
+ 
+ 2002-10-06 10:21  siesel
+ 
+       * src/commdrivers/xmlrpc/RpcDoc.py: add javascript stub file
+       generation to grpcdoc tool
+ 
+ 2002-10-05 02:16  jcater
+ 
+       * MANIFEST.in, setup.py, packaging/debian/README.Debian,
+       packaging/debian/README.Debian, packaging/debian/README.cvs,
+       packaging/debian/README.cvs, packaging/debian/README.maintainers,
+       packaging/debian/README.maintainers, packaging/debian/changelog,
+       packaging/debian/changelog, packaging/debian/control,
+       packaging/debian/control, packaging/debian/copyright,
+       packaging/debian/copyright, packaging/debian/dirs,
+       packaging/debian/dirs, packaging/debian/docs,
+       packaging/debian/docs, packaging/debian/files,
+       packaging/debian/files, packaging/debian/postinst,
+       packaging/debian/postinst, packaging/debian/postrm,
+       packaging/debian/postrm, packaging/debian/prerm,
+       packaging/debian/prerm, packaging/debian/rules,
+       packaging/debian/rules, packaging/debian/setup.cfg.debian,
+       packaging/debian/setup.cfg.debian,
+       packaging/debian/site.cfg.debian, packaging/debian/site.cfg.debian,
+       src/GConfig.py: Changes needed to create .debs for the 0.4.0
+       release
+ 
+ 2002-10-03 09:35  siesel
+ 
+       * src/: GDataObjects.py, dbdrivers/_dbsig/DBdriver.py,
+       dbdrivers/_pgsql/DBdriver.py: add preliminary schema write support
+       to common add schema write wizard to designer
+ 
+ 2002-09-29 19:27  jcater
+ 
+       * TODO: TODO fixes
+ 
+ 2002-09-29 19:19  jcater
+ 
+       * ChangeLog, src/__init__.py: final changes for release
+ 
  2002-09-28 01:30  jcater
  
        * src/GDataSource.py: added primarykey="" support to datasources to
***************
*** 693,700 ****
  
  2002-06-19 15:42  siesel
  
!       * src/GTest.py: add very very basic introspection support and
!       enhanced the atest file add an option for _featuretest to gtestcvs
  
  2002-06-15 14:54  jcater
  
--- 1254,1262 ----
  
  2002-06-19 15:42  siesel
  
!       * src/GTest.py, utils/GTest.py: add very very basic introspection
!       support and enhanced the atest file add an option for _featuretest
!       to gtestcvs
  
  2002-06-15 14:54  jcater
  
***************
*** 748,754 ****
  
  2002-06-05 14:58  siesel
  
!       * src/GTest.py: add more options for RPC server testing to gtestcvs
  
  2002-06-05 14:15  siesel
  
--- 1310,1317 ----
  
  2002-06-05 14:58  siesel
  
!       * src/GTest.py, utils/GTest.py: add more options for RPC server
!       testing to gtestcvs
  
  2002-06-05 14:15  siesel
  
***************
*** 858,865 ****
  
  2002-05-29 05:23  siesel
  
!       * src/GTest.py: fix gtestcvs (option 3) calling running test two
!       times add correct url for py-xmlrpc to appserver/setup.py
  
  2002-05-28 17:26  siesel
  
--- 1421,1429 ----
  
  2002-05-29 05:23  siesel
  
!       * src/GTest.py, utils/GTest.py: fix gtestcvs (option 3) calling
!       running test two times add correct url for py-xmlrpc to
!       appserver/setup.py
  
  2002-05-28 17:26  siesel
  
***************
*** 1046,1054 ****
  
  2002-05-06 12:27  siesel
  
!       * src/: GTest.py, commdrivers/pw_xmlrpc/ClientAdapter.py,
!       commdrivers/xmlrpc/ClientAdapter.py: added some more comments to
!       GTest and added an i18n fix for XMLRPC client error messages
  
  2002-05-06 12:00  siesel
  
--- 1610,1619 ----
  
  2002-05-06 12:27  siesel
  
!       * src/GTest.py, utils/GTest.py,
!       src/commdrivers/pw_xmlrpc/ClientAdapter.py,
!       src/commdrivers/xmlrpc/ClientAdapter.py: added some more comments
!       to GTest and added an i18n fix for XMLRPC client error messages
  
  2002-05-06 12:00  siesel
  
***************
*** 1101,1111 ****
  
  2002-05-05 18:38  siesel
  
!       * src/: GServerApp.py, GTest.py, commdrivers/_test/README,
!       commdrivers/_test/donuts.grpc, commdrivers/_test/server.py,
!       commdrivers/_test/test.py, commdrivers/pw_xmlrpc/ServerAdapter.py:
!       some i18 fixes, add commands gacvs and gtestcvs.  updated and fixed
!       all testcases add testing program GTest.py
  
  2002-05-04 11:46  jcater
  
--- 1666,1677 ----
  
  2002-05-05 18:38  siesel
  
!       * src/GServerApp.py, src/GTest.py, src/commdrivers/_test/README,
!       src/commdrivers/_test/donuts.grpc, src/commdrivers/_test/server.py,
!       src/commdrivers/_test/test.py,
!       src/commdrivers/pw_xmlrpc/ServerAdapter.py, utils/GTest.py: some
!       i18 fixes, add commands gacvs and gtestcvs.  updated and fixed all
!       testcases add testing program GTest.py
  
  2002-05-04 11:46  jcater
  
***************
*** 3542,3549 ****
  
  2001-06-30 14:54  jamest
  
!       * setup.py, gnue/__init__.py: setup changes, start of designer
!       setup scripts
  
  2001-06-30 13:37  jamest
  
--- 4108,4115 ----
  
  2001-06-30 14:54  jamest
  
!       * setup.py, module/base/__init__.py: setup changes, start of
!       designer setup scripts
  
  2001-06-30 13:37  jamest
  
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.17 gnue/common/NEWS:1.18
*** gnue/common/NEWS:1.17       Mon Sep 23 00:42:02 2002
--- gnue/common/NEWS    Thu Nov 14 00:05:28 2002
***************
*** 1,4 ****
! New features/changes in version 0.3.1: (??-SEP-2002)
  o Addition of GNUe Schema support -- an XML-based table and
    data markup format.
  o Improved support for master/detail datasources
--- 1,13 ----
! New features/changes in version 0.4.1: (??-NOV-2002)
! o DataSource improvements: 
!   o "distinct" rows support
!   o Order by "descending" values
!   o "primarykey" and "explicitfields" support
! o Added "cursing", a python/curses widget toolkit
! o Improved validation by the XML parser
! o Added a common Event system for the tools to use
! 
! New features/changes in version 0.4.0: (29-SEP-2002)
  o Addition of GNUe Schema support -- an XML-based table and
    data markup format.
  o Improved support for master/detail datasources
Index: gnue/designer/NEWS
diff -c gnue/designer/NEWS:1.10 gnue/designer/NEWS:1.11
*** gnue/designer/NEWS:1.10     Mon Sep 23 00:42:02 2002
--- gnue/designer/NEWS  Thu Nov 14 00:05:28 2002
***************
*** 1,5 ****
! New features/changes in version 0.?.?: (??-SEP-2002)
! o Added wizards to extract a schema from a live database into 
    the new GSD (GNUe Schema Definition) XML format.
  o Added a new Reports wizard
  o Moved to a plug-in based setup -- widget creation logic is now
--- 1,11 ----
! New features/changes in version 0.4.1: (??-NOV-2002)
! o Added support for Report's Namespace model to Wizards
! o User-feedback enhancements
! o Updates to support GNUe Common 0.4.1
! o Many bug fixes
! 
! New features/changes in version 0.4.0: (29-SEP-2002)
! o Added wizards to extract a schema from a live database into
    the new GSD (GNUe Schema Definition) XML format.
  o Added a new Reports wizard
  o Moved to a plug-in based setup -- widget creation logic is now
Index: gnue/forms/ChangeLog
diff -c gnue/forms/ChangeLog:1.27 gnue/forms/ChangeLog:1.28
*** gnue/forms/ChangeLog:1.27   Sun Sep 29 20:19:17 2002
--- gnue/forms/ChangeLog        Thu Nov 14 00:05:28 2002
***************
*** 1,3 ****
--- 1,468 ----
+ 2002-11-13 21:55  jcater
+ 
+       * packaging/mcmillan/forms.spec,
+       packaging/mcmillan/hooks/hook-gnue.common.GComm.py,
+       packaging/mcmillan/hooks/hook-gnue.common.GConnections.py,
+       packaging/mcmillan/hooks/hook-gnue.common.commdrivers._helpers.RpcD
+       oc.py, packaging/mcmillan/hooks/hook-gnue.forms.GFClient.py,
+       scripts/gnue-forms.in: 
+       
+       Added btami's mcmillan support files
+ 
+ 2002-11-13 21:37  jcater
+ 
+       * src/uidrivers/gtk2/UIdriver.py: applied ajmitch's gtk2 patch
+ 
+ 2002-11-12 18:39  jamest
+ 
+       * src/__init__.py: Remove python2.2ism
+ 
+ 2002-11-12 17:07  jcater
+ 
+       * src/__init__.py: updated VERSION numbers to be the new .99 format
+       for cvs
+ 
+ 2002-11-11 00:00  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: 
+       
+       More work on the curses driver; mainly further implementation of
+       Notebook.py
+ 
+ 2002-11-09 16:26  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: fixed incorrect key description in
+       the menu
+ 
+ 2002-11-08 14:15  jcater
+ 
+       * src/: GFForm.py, GFParser.py: fixed parameter support :(
+ 
+ 2002-11-08 11:42  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: Added support for scrollbars when
+       form is bigger than screen area
+ 
+ 2002-11-08 09:55  jcater
+ 
+       * src/: GFForm.py, GFInstance.py, uidrivers/wx/UIdriver.py: fixed
+       new GParser.py issue w/namespace support
+ 
+ 2002-11-07 10:37  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: 
+       
+       * Added support for Frame panels that are controlled by their
+       parent container * Added an "absolute x,y" attribute to each
+       Control object, so they can transparently work in Frames * Moved
+       MenuBar to the Frame model * Started work on a Notebook control
+ 
+ 2002-11-06 21:20  jamest
+ 
+       * src/GFParser.py: GParser now honors the Required and
+       SingleInstance attributes on tag definitions.
+ 
+ 2002-11-06 13:13  jamest
+ 
+       * src/: GFInstance.py, GFObjects/GFBlock.py: query by detail
+       support (needs more testing)
+ 
+ 2002-11-05 20:03  jamest
+ 
+       * src/: GFInstance.py, GFObjects/GFBlock.py,
+       uidrivers/wx/UIdriver.py: temp fix for dcl ticket #60 - query on
+       detail is blocked again partial implementation of query by detail
+       logic which should all be turned off at the moment.  (syncing
+       machines) misc fixes for changes in the GRootObj
+ 
+ 2002-11-04 20:45  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: fixed some import
+       inconsistencies
+ 
+ 2002-11-04 20:43  jcater
+ 
+       * src/GFClient.py: changed -u nstti to -u curses
+ 
+ 2002-11-04 18:52  jcater
+ 
+       * doc/technotes/: 00004.txt, index.html, index.txt: added
+       setFeature technote
+ 
+ 2002-11-04 18:38  jcater
+ 
+       * doc/Developers-Guide.sxw, src/GFClient.py, src/GFForm.py,
+       src/uidrivers/curses/UIdriver.py, src/uidrivers/wx/UIdriver.py: 
+       * Added gConfigForm global config method
+       
+       * added setFeature support to forms in On-Startup, you can do:  
+       form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu bar
+       likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
+       On-Startup and their use is not officially supported!!!!
+ 
+ 2002-11-04 14:14  jamest
+ 
+       * src/: GFForm.py, GFParser.py, uidrivers/wx/UIdriver.py: Added
+       support for common based <import> tag based upon the tags marked as
+       Importable Fixed bad function name in form's wx UI driver
+ 
+ 2002-11-04 13:22  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: don't attempt to raise the splash
+       when it's disabled
+ 
+ 2002-11-04 09:40  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: Possible fix for the Gdk-ERROR **:
+       BadWindow (invalid Window parameter) error Made splashscreen stay
+       on top of form until timeout
+ 
+ 2002-11-04 08:55  jamest
+ 
+       * src/: GFClient.py, GFForm.py, GFInstance.py, GFLibrary.py,
+       GFParser.py: Migration of import system into common (partially
+       complete) Added G*Parser attribute 'Importable' to entities if set
+       to 1 makes then that entity becomes importable.  Adjustments to
+       make reports support importable triggers All still pretty rough
+ 
+ 2002-11-04 00:02  jcater
+ 
+       * src/: GFObjects/GFEntry.py, uidrivers/wx/UIdriver.py: 
+       
+       * Misc cleanup
+ 
+ 2002-11-03 23:05  jcater
+ 
+       * src/GFObjects/GFEntry.py: added missing triggers from jamest's
+       _validTriggers conversion
+ 
+ 2002-11-03 22:59  jcater
+ 
+       * src/GFObjects/GFBlock.py: added missing triggers from jamest's
+       _validTriggers conversion
+ 
+ 2002-11-03 22:50  jcater
+ 
+       * src/: GFForm.py, GFObjects/GFBlock.py: added missing triggers
+       from jamest's _validTriggers conversion
+ 
+ 2002-11-03 22:41  jcater
+ 
+       * src/GFObjects/GFBlock.py: added missing triggers from jamest's
+       _validTriggers conversion
+ 
+ 2002-11-02 00:02  jcater
+ 
+       * src/GFForm.py: moved the dumpXML root call into GRootObj, so each
+       tool doesn't have to redefine dumpXML()
+ 
+ 2002-10-31 23:02  jamest
+ 
+       * src/: GFForm.py, GFParser.py: More trigger cleanup Added trigger
+       support to gnue-reports Added on-startup and on-exit to <report>
+       Added pre-section and post-section to <section> Added support for
+       reports trigger editing in designer foobulations grd is working
+       sample
+ 
+ 2002-10-31 20:40  jamest
+ 
+       * src/: GFForm.py, GFParser.py, GFTrigger.py, GFObjects/GFBlock.py,
+       GFObjects/GFEntry.py, GFObjects/GFObj.py, GFObjects/GFPage.py:
+       Moved all trigger support into common in prep to add to support to
+       reports.  Removed global valid trigger list with a per object valid
+       trigger definition
+ 
+ 2002-10-31 16:58  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: Mouse focus to specific character
+       now works in multiline text boxes
+ 
+ 2002-10-30 07:57  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: Fixed refresh issue on wxpython
+       2.2.x
+ 
+ 2002-10-29 23:14  jcater
+ 
+       * src/GFForm.py: fixed issue with a readonly field being the first
+       defined field
+ 
+ 2002-10-28 23:03  jcater
+ 
+       * doc/Developers-Guide.sxw: misc changes
+ 
+ 2002-10-28 17:42  jcater
+ 
+       * doc/Developers-Guide.sxw: updated Dev Guide
+ 
+ 2002-10-28 05:19  siesel
+ 
+       * src/GFClient.py: show "No Forms Definition File Specified" for
+       CVS install too.
+ 
+ 2002-10-27 20:10  jcater
+ 
+       * doc/Developers-Guide.sxw, src/GFParser.py: added form tags to dev
+       guide; created a python script to autocreate OO docs from
+       G?Parser.py files; misc consistency checks
+ 
+ 2002-10-27 14:59  jcater
+ 
+       * doc/Developers-Guide.sxw, doc/gnue-forms.dtd, src/GFForm.py,
+       src/GFObjects/GFBlock.py, src/GFObjects/GFEntry.py: Trigger
+       Namespace changes: * Added support for negative indexes in
+       Block.gotoRecord   (negative numbers are relative to the last
+       record) * Added Block.parent and Entry.parent attributes * Added
+       getCurrentEntry, getCurrentBlock, and   getCurrentPage to Form
+ 
+ 2002-10-25 20:13  siesel
+ 
+       * src/: GFForm.py, GFObjects/GFParameter.py: add an testcase for
+       dropdown refreshs remove dbsig modifying GObj tree and parameter
+       caching add setParameter function
+ 
+ 2002-10-25 17:08  jcater
+ 
+       * doc/Developers-Guide.sxw, src/GFInstance.py,
+       src/GFObjects/GFEntry.py, src/uidrivers/curses/UIdriver.py,
+       src/uidrivers/wx/UIdriver.py: added Entry.resetForeignKey() method
+       for triggers (not fully tested); misc code cleanup
+ 
+ 2002-10-25 11:01  jcater
+ 
+       * README: added note about disableSplash on slower machines
+ 
+ 2002-10-24 13:35  jcater
+ 
+       * src/: GFEvent.py, GFKeyMapper.py, uidrivers/wx/UIdriver.py: fixed
+       GFKeyMapper
+ 
+ 2002-10-24 09:10  jamest
+ 
+       * src/GFEvent.py: removed reference to old GFEvent file removed old
+       GFEvent file
+ 
+ 2002-10-24 00:11  jcater
+ 
+       * src/GFEvent.py: fixed branch error
+ 
+ 2002-10-24 00:08  jcater
+ 
+       * src/GFEvent.py: fixed broken branch
+ 
+ 2002-10-23 23:55  jcater
+ 
+       * src/: GFDisplayHandler.py, GFEvent.py, GFForm.py, GFInstance.py,
+       GFObjects/GFDataSource.py, GFObjects/GFMsgBox.py,
+       uidrivers/_base/UIdriver.py, uidrivers/curses/UIdriver.py,
+       uidrivers/gtk2/UIdriver.py, uidrivers/wx/UIdriver.py: testing
+       numeric events
+ 
+ 2002-10-23 23:39  jcater
+ 
+       * src/: GFDisplayHandler.py, GFEvent.py, GFForm.py, GFInstance.py,
+       GFObjects/GFBlock.py, GFObjects/GFDataSource.py,
+       GFObjects/GFMsgBox.py, uidrivers/_base/UIWidget.py,
+       uidrivers/_base/UIdriver.py, uidrivers/curses/UIdriver.py,
+       uidrivers/gtk2/UIdriver.py, uidrivers/wx/UIdriver.py: moved
+       references from GFEvent to gnue.common.events
+ 
+ 2002-10-23 22:08  jcater
+ 
+       * src/uidrivers/: _base/UIdriver.py, curses/UIdriver.py,
+       gtk2/UIdriver.py, wx/UIdriver.py: fixed erratic mouse selections
+       with multi-row blocks; greyed out unused blocks
+ 
+ 2002-10-23 22:00  jamest
+ 
+       * src/: GFTrigger.py, GFObjects/GFObj.py: Partial removal of the
+       GFTrigger class being replaced by common trigger system.
+ 
+ 2002-10-23 21:30  jcater
+ 
+       * src/: GFInstance.py, uidrivers/wx/UIdriver.py: fixed bug with
+       notebook tabs; when changing focus via mouse + tab, internal focus
+       didn't change
+ 
+ 2002-10-23 21:11  jamest
+ 
+       * src/GFForm.py: I thought cvs wouldn't let us commit conflicts
+ 
+ 2002-10-23 19:26  jamest
+ 
+       * MANIFEST.in, setupext/__init__.py, setupext/install_data.py,
+       src/GFForm.py: Removed files no longer needed by setup.py Removed
+       reference to PyXML as we no longer require it
+ 
+ 2002-10-22 19:50  jcater
+ 
+       * doc/Developers-Guide.sxw, samples/intro/intro.gfd: more work on
+       docs
+ 
+ 2002-10-22 15:42  jcater
+ 
+       * src/GFForm.py: fixed global namespace issue
+ 
+ 2002-10-21 18:28  jcater
+ 
+       * src/GFForm.py: misc cleanup
+ 
+ 2002-10-21 18:28  jcater
+ 
+       * doc/Developers-Guide.sxw: 
+       
+       * Added Appendix C: Object Properties * Added Advanced Topics ->
+       Runtime Parameters * Added Understanding Data Sources -> Defining
+       Conditions * Misc additions throughout
+ 
+ 2002-10-20 14:18  jcater
+ 
+       * doc/Developers-Guide.sxw: expanded the 'Creating your First Form'
+       and 'Understanding Events and Triggers --> The Trigger Namespace'
+       sections
+ 
+ 2002-10-20 13:55  jcater
+ 
+       * src/: GFForm.py, GFInstance.py, GFTrigger.py: 
+       
+       * Added an On-Exit trigger to the form   object (complementary to
+       On-Startup)
+       
+       * Added support for global namespace objects   in trigger code. 
+       For example, in On-Startup:
+       
+           global math, myfunc, DEBUG
+           import math
+           def myfunc(n1,n2):
+              return n1+n2
+           DEBUG = 1
+       
+         Then other triggers can access math, myfunc,
+         and DEBUG as if they had imported or defined
+         them.
+ 
+ 2002-10-19 12:19  jcater
+ 
+       * doc/Developers-Guide.sxw: more docs
+ 
+ 2002-10-18 18:37  jcater
+ 
+       * doc/Developers-Guide.sxw: more work on docs
+ 
+ 2002-10-18 08:39  jcater
+ 
+       * doc/Developers-Guide.sxw: doc stuff
+ 
+ 2002-10-17 18:35  jcater
+ 
+       * doc/Developers-Guide.sxw, src/uidrivers/curses/UIdriver.py:
+       playing w/docs
+ 
+ 2002-10-15 10:19  arturas
+ 
+       * src/GFDisplayHandler.py: [checkbox] If we do toggle and know
+       current status then we don't need to know anything else (=> event)
+       to toggle the checkbox. Added support for toggling when event ==
+       None.
+ 
+ 2002-10-15 10:16  arturas
+ 
+       * src/uidrivers/wx/UIdriver.py: Removed tracebacks, when checkbox
+       has focus and someone starts typing text, added support to toggle
+       checkbox with <space> button.
+ 
+ 2002-10-13 22:59  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: more work on curses driver
+ 
+ 2002-10-11 18:44  jcater
+ 
+       * samples/intro/intro.gfd, src/GFKeyMapper.py,
+       src/uidrivers/curses/UIdriver.py: work on curses interface
+ 
+ 2002-10-11 00:10  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: renamed Frame to GroupBox (as
+       Frame implies a window/etc); more cleanup
+ 
+ 2002-10-10 20:47  jcater
+ 
+       * doc/Developers-Guide.sxw, src/uidrivers/curses/UIdriver.py: 
+       
+       More work on curses support (I have screens drawing properly, and a
+       login dialog working now)
+ 
+ 2002-10-10 01:45  jcater
+ 
+       * packaging/debian/changelog, packaging/debian/rules,
+       src/GFClient.py, src/uidrivers/curses/UIdriver.py: added a login
+       popup dialog for curses uidriver; beat the curses uidriver into
+       submission to get it to draw pages, labels, and entries; more
+       cleanup on common's curses library
+ 
+ 2002-10-09 10:03  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: applied Via Libre's MainLoop patch
+       to allow multiple forms to be loaded
+ 
+ 2002-10-08 19:03  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: test stuff
+ 
+ 2002-10-08 17:36  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: cleaned up some global variables to
+       improve support for runForm and for Navigator
+ 
+ 2002-10-07 18:11  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: added logic to postpone window
+       display until fully drawn
+ 
+ 2002-10-07 18:08  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: Improved the menu creation logic to
+       create dynamic ids; cleaned up init logic
+ 
+ 2002-10-07 16:45  jcater
+ 
+       * src/__init__.py: updating version numbers to 'development' status
+ 
+ 2002-10-07 16:29  jcater
+ 
+       * src/GFEvent.py: moved the event system out of forms and into
+       common
+ 
+ 2002-10-05 02:16  jcater
+ 
+       * setup.py, packaging/debian/README.Debian,
+       packaging/debian/README.cvs, packaging/debian/README.maintainers,
+       packaging/debian/changelog, packaging/debian/control,
+       packaging/debian/copyright, packaging/debian/dirs,
+       packaging/debian/docs, packaging/debian/files,
+       packaging/debian/postinst, packaging/debian/prerm,
+       packaging/debian/rules, packaging/debian/setup.cfg.debian: Changes
+       needed to create .debs for the 0.4.0 release
+ 
+ 2002-09-30 01:21  jcater
+ 
+       * src/GFForm.py: implemented the setFocus call to let triggers
+       modify the focus
+ 
+ 2002-09-29 20:11  jcater
+ 
+       * samples/intro/intro.gfd: updated intro examples
+ 
+ 2002-09-29 19:27  jcater
+ 
+       * BUGS, TODO: TODO fixes
+ 
+ 2002-09-29 19:19  jcater
+ 
+       * ChangeLog, packaging/inno/README, packaging/inno/gfclient.iss,
+       packaging/mcmillan/README, packaging/mcmillan/forms.spec,
+       src/__init__.py: final changes for release
+ 
  2002-09-29 12:42  jcater
  
        * packaging/: inno/gfclient.iss, mcmillan/README,
***************
*** 154,160 ****
  2002-09-17 10:27  jcater
  
        * src/: GFClient.py, GFForm.py, GFKeyMapper.py,
!       uidrivers/gtk2/UIdriver.py, uidrivers/nstti/UIdriver.py,
        uidrivers/wx/UIdriver.py: removed code from gnue.common.__init__
        and placed in either gnue.common.FileUtils or
        gnue.common.TextUtils; added stub for gear support
--- 619,625 ----
  2002-09-17 10:27  jcater
  
        * src/: GFClient.py, GFForm.py, GFKeyMapper.py,
!       uidrivers/curses/UIdriver.py, uidrivers/gtk2/UIdriver.py,
        uidrivers/wx/UIdriver.py: removed code from gnue.common.__init__
        and placed in either gnue.common.FileUtils or
        gnue.common.TextUtils; added stub for gear support
***************
*** 508,523 ****
  2002-06-17 19:19  jcater
  
        * src/: GFDisplayHandler.py, GFObjects/GFEntry.py,
!       uidrivers/nstti/UIdriver.py, uidrivers/wx/UIdriver.py: [ticket #62]
!       Removed auto-sorting of combo-boxes.  Combo-boxes now honor the
!       order_by= attribute of datasources [backported to 0.3.x series]
  
  2002-06-17 19:18  jcater
  
        * src/: GFDisplayHandler.py, GFObjects/GFEntry.py,
!       uidrivers/nstti/UIdriver.py, uidrivers/wx/UIdriver.py: [ticket #62]
!       Removed auto-sorting of combo-boxes.  Combo-boxes now honor the
!       order_by= attribute of datasources
  
  2002-06-15 16:15  jcater
  
--- 973,988 ----
  2002-06-17 19:19  jcater
  
        * src/: GFDisplayHandler.py, GFObjects/GFEntry.py,
!       uidrivers/curses/UIdriver.py, uidrivers/wx/UIdriver.py: [ticket
!       #62] Removed auto-sorting of combo-boxes.  Combo-boxes now honor
!       the order_by= attribute of datasources [backported to 0.3.x series]
  
  2002-06-17 19:18  jcater
  
        * src/: GFDisplayHandler.py, GFObjects/GFEntry.py,
!       uidrivers/curses/UIdriver.py, uidrivers/wx/UIdriver.py: [ticket
!       #62] Removed auto-sorting of combo-boxes.  Combo-boxes now honor
!       the order_by= attribute of datasources
  
  2002-06-15 16:15  jcater
  
***************
*** 551,557 ****
  2002-06-06 13:06  jcater
  
        * src/uidrivers/: _base/UIWidget.py, _base/UIdriver.py,
!       nstti/UIdriver.py, wx/UIdriver.py: cleaned up the UI widget
        createWidget methods; hopefully solved the problem of having
        multiple forms open with multipage notebook tabs
  
--- 1016,1022 ----
  2002-06-06 13:06  jcater
  
        * src/uidrivers/: _base/UIWidget.py, _base/UIdriver.py,
!       curses/UIdriver.py, wx/UIdriver.py: cleaned up the UI widget
        createWidget methods; hopefully solved the problem of having
        multiple forms open with multipage notebook tabs
  
***************
*** 757,763 ****
        * BUGS, src/GFClient.py, src/GFConfig.py, src/GFDisplayHandler.py,
        src/GFForm.py, src/GFInstance.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFEntry.py, src/GFObjects/GFLabel.py,
!       src/uidrivers/nstti/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Removed dependency on gnue.conf files (new config system) Moved
        text out of gnue.conf setting as the new i18n stuff replaces it
        Something else I've forgotten :)
--- 1222,1228 ----
        * BUGS, src/GFClient.py, src/GFConfig.py, src/GFDisplayHandler.py,
        src/GFForm.py, src/GFInstance.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFEntry.py, src/GFObjects/GFLabel.py,
!       src/uidrivers/curses/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Removed dependency on gnue.conf files (new config system) Moved
        text out of gnue.conf setting as the new i18n stuff replaces it
        Something else I've forgotten :)
***************
*** 943,949 ****
  
  2002-03-12 19:51  jamest
  
!       * src/uidrivers/nstti/: README, UIdriver.py, __init__.py: Added
        still not functional nstti (curses) driver to forms
  
  2002-03-04 15:23  jcater
--- 1408,1414 ----
  
  2002-03-12 19:51  jamest
  
!       * src/uidrivers/curses/: README, UIdriver.py, __init__.py: Added
        still not functional nstti (curses) driver to forms
  
  2002-03-04 15:23  jcater
Index: gnue/forms/NEWS
diff -c gnue/forms/NEWS:1.23 gnue/forms/NEWS:1.24
*** gnue/forms/NEWS:1.23        Mon Sep 23 00:42:02 2002
--- gnue/forms/NEWS     Thu Nov 14 00:05:28 2002
***************
*** 1,4 ****
! New features/changes in version 0.3.1(??-SEP-2002):
  o Addition of a native GTK 2 UI driver [alpha]
  o Improved feedback / error notification
  o Support for i18n font encodings
--- 1,15 ----
! New features/changes in version 0.4.1(??-NOV-2002):
! o Query-by-detail-block support implemented
! o Preliminary Curses driver added
! o Improvements to the GTK2 driver
! o Improved Developer API:
!   o Global trigger namespace
!   o Many new convenience functions
! o Updates to support GNUe Common 0.4.1
! o Various user-feedback improvements
! o Many bug fixes
! 
! New features/changes in version 0.4.0(29-SEP-2002):
  o Addition of a native GTK 2 UI driver [alpha]
  o Improved feedback / error notification
  o Support for i18n font encodings
***************
*** 24,30 ****
  
  New features/changes in version 0.1.0(20-NOV-2001):
  o Removed python 1.5.2 support
! o Performance improvments
  o Migration to new GNUe common data driver model
  o   Numerous databases supported (See gnue-common 0.1.0 NEWS)
  o   Improved master/detail support
--- 35,41 ----
  
  New features/changes in version 0.1.0(20-NOV-2001):
  o Removed python 1.5.2 support
! o Performance improvements
  o Migration to new GNUe common data driver model
  o   Numerous databases supported (See gnue-common 0.1.0 NEWS)
  o   Improved master/detail support
***************
*** 82,90 ****
  o Major speed improvment
  o Python 2.0 compatibility
  o Initial ODBC driver support
! o Improved MySQL driver 
! o Improved trigger and master/detail support 
! o UI Enhancements:  Informational Dialogs, About now gives form info, 
  o                   Borders now available on forms, Enhanced status bar,
  o                   UI Login/splashscreen support
  o                   character base placement system
--- 93,101 ----
  o Major speed improvment
  o Python 2.0 compatibility
  o Initial ODBC driver support
! o Improved MySQL driver
! o Improved trigger and master/detail support
! o UI Enhancements:  Informational Dialogs, About now gives form info,
  o                   Borders now available on forms, Enhanced status bar,
  o                   UI Login/splashscreen support
  o                   character base placement system
***************
*** 95,101 ****
  
  
  New features/changes in version 0.0.4: (11/24/00)
- 
  o Slight performance enhancements.
  o Menu's added.
  o Status bar now functional.
--- 106,111 ----
***************
*** 111,117 ****
  o Samples updated.
  
  New features/changes in version 0.0.3: (10/08/2000)
- 
  o Insert, query(wildcards too!), udpate all functional.
  o Database/Datasource support added.
  o Global debugging ability added.
--- 121,126 ----
***************
*** 125,137 ****
  o Password entry boxes added.
  o Samples updated.
  
- 
  New features/changes in version 0.0.2: (09/22/2000)
- 
  o Autoconf support added.
  o Focus system enhanced.
  
  New features/changes in version 0.0.1: (08/14/2000)
- 
  o This is first go around.
  
--- 134,143 ----
Index: gnue/navigator/ChangeLog
diff -c gnue/navigator/ChangeLog:1.3 gnue/navigator/ChangeLog:1.4
*** gnue/navigator/ChangeLog:1.3        Sun Sep 29 20:19:18 2002
--- gnue/navigator/ChangeLog    Thu Nov 14 00:05:28 2002
***************
*** 1,3 ****
--- 1,78 ----
+ 2002-11-13 21:55  jcater
+ 
+       * packaging/mcmillan/: navigator.spec,
+       hooks/hook-gnue.common.GComm.py,
+       hooks/hook-gnue.common.GConnections.py,
+       hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
+       hooks/hook-gnue.forms.GFClient.py,
+       hooks/hook-gnue.reports.GREngine.py,
+       hooks/hook-gnue.reports.GRFilters.py: 
+       
+       Added btami's mcmillan support files
+ 
+ 2002-11-12 18:39  jamest
+ 
+       * src/__init__.py: Remove python2.2ism
+ 
+ 2002-11-12 17:07  jcater
+ 
+       * src/__init__.py: updated VERSION numbers to be the new .99 format
+       for cvs
+ 
+ 2002-11-10 14:32  jcater
+ 
+       * src/GNParser.py: added missing buildImportableTags call
+ 
+ 2002-11-04 18:38  jcater
+ 
+       * src/GNClient.py: 
+       * Added gConfigForm global config method
+       
+       * added setFeature support to forms in On-Startup, you can do:  
+       form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu bar
+       likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
+       On-Startup and their use is not officially supported!!!!
+ 
+ 2002-11-04 12:59  jamest
+ 
+       * src/GNObjects.py: Made navigator work w/ current rootObj call
+ 
+ 2002-11-04 08:55  jamest
+ 
+       * src/UIwxpython.py: Migration of import system into common
+       (partially complete) Added G*Parser attribute 'Importable' to
+       entities if set to 1 makes then that entity becomes importable. 
+       Adjustments to make reports support importable triggers All still
+       pretty rough
+ 
+ 2002-11-04 00:02  jcater
+ 
+       * src/GNParser.py: 
+       
+       * Misc cleanup
+ 
+ 2002-11-02 00:02  jcater
+ 
+       * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
+       each tool doesn't have to redefine dumpXML()
+ 
+ 2002-10-07 16:45  jcater
+ 
+       * src/__init__.py: updating version numbers to 'development' status
+ 
+ 2002-09-29 19:56  jcater
+ 
+       * setup.py: added manfile support
+ 
+ 2002-09-29 19:27  jcater
+ 
+       * TODO: TODO fixes
+ 
+ 2002-09-29 19:19  jcater
+ 
+       * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
+       final changes for release
+ 
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
Index: gnue/navigator/NEWS
diff -c gnue/navigator/NEWS:1.2 gnue/navigator/NEWS:1.3
*** gnue/navigator/NEWS:1.2     Fri Sep 20 02:23:30 2002
--- gnue/navigator/NEWS Thu Nov 14 00:05:28 2002
***************
*** 1,6 ****
  
! New features/changes in version 0.0.1: (??-SEP-2002)
! 
  o This is the first go around.
  
  
--- 1,8 ----
+ New features/changes in version 0.0.2: (??-NOV-2002)
+ o Updates to reflect GNUe Common 0.4.1's API
+ o Miscellaneous bug fixes
  
! New features/changes in version 0.0.1: (29-SEP-2002)
  o This is the first go around.
  
  
Index: gnue/reports/ChangeLog
diff -c gnue/reports/ChangeLog:1.6 gnue/reports/ChangeLog:1.7
*** gnue/reports/ChangeLog:1.6  Sun Sep 29 20:19:18 2002
--- gnue/reports/ChangeLog      Thu Nov 14 00:05:28 2002
***************
*** 1,3 ****
--- 1,227 ----
+ 2002-11-13 22:08  jcater
+ 
+       * src/adapters/filters/sablotron/Adapter.py: added btami's patch
+       for pysablot
+ 
+ 2002-11-13 22:01  jcater
+ 
+       * src/GRReport.py: Added btami's i18n encoding patch for XML output
+ 
+ 2002-11-13 21:55  jcater
+ 
+       * packaging/mcmillan/: reports.spec,
+       hooks/hook-gnue.common.GComm.py,
+       hooks/hook-gnue.common.GConnections.py,
+       hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
+       hooks/hook-gnue.forms.GFClient.py,
+       hooks/hook-gnue.reports.GREngine.py,
+       hooks/hook-gnue.reports.GRFilters.py: 
+       
+       Added btami's mcmillan support files
+ 
+ 2002-11-13 17:56  jcater
+ 
+       * filters/Labels/label-specs.dat, src/GREngine.py,
+       src/GRFilters.py, src/adapters/filters/labels/Adapter.py,
+       src/adapters/filters/labels/LabelSpecs.py,
+       src/adapters/filters/labels/formatters/postscript.py: 
+       * First completely working label implementation in reports * Added
+       shellwords.py * Misc cleanup/bug fixes
+ 
+ 2002-11-13 16:15  jcater
+ 
+       * src/adapters/filters/_merge/MergeBase.py: fixed typo in previous
+       update
+ 
+ 2002-11-13 15:50  jcater
+ 
+       * src/adapters/filters/: _merge/MergeBase.py, labels/Adapter.py:
+       removed dependency on PyXML
+ 
+ 2002-11-13 11:00  jcater
+ 
+       * setup.py, src/GRConfig.py, src/GROutputAdapter.py,
+       src/adapters/destinations/printer/bsd.py,
+       src/adapters/filters/labels/formatters/postscript.py: updated
+       setup.py for labels
+ 
+ 2002-11-13 00:21  jcater
+ 
+       * src/adapters/filters/labels/formatters/postscript.py: added first
+       label example to GNUe Reports (minor adjustments)
+ 
+ 2002-11-13 00:10  jcater
+ 
+       * src/: GRRunUI.py, adapters/filters/labels/Adapter.py,
+       adapters/filters/labels/__init__.py,
+       adapters/filters/labels/formatters/__init__.py,
+       adapters/filters/labels/formatters/postscript.py: added first label
+       example to GNUe Reports
+ 
+ 2002-11-12 22:00  jcater
+ 
+       * samples/labels/README, samples/labels/labels.grd,
+       samples/labels/schema.sql,
+       src/adapters/filters/_merge/MergeBase.py: synching machines
+ 
+ 2002-11-12 21:00  jamest
+ 
+       * src/GRLayout.py: start of an on-process trigger
+ 
+ 2002-11-12 18:39  jamest
+ 
+       * src/: GRLayout.py, __init__.py: Remove python2.2ism
+ 
+ 2002-11-12 17:08  jcater
+ 
+       * src/adapters/filters/labels/LabelSpecs.py: 
+       start of support for label creation
+ 
+ 2002-11-12 17:07  jcater
+ 
+       * src/__init__.py: updated VERSION numbers to be the new .99 format
+       for cvs
+ 
+ 2002-11-12 12:35  jcater
+ 
+       * setup.py: moved gnue/reports/adapters to
+       gnue/reports/src/adapters
+ 
+ 2002-11-12 11:29  jcater
+ 
+       * filters/Labels/label-specs.dat: fixed XML inconsistencies
+ 
+ 2002-11-12 10:55  jcater
+ 
+       * filters/Labels/label-specs.dat: separated brand into brand and
+       category; added quill models
+ 
+ 2002-11-12 01:38  jcater
+ 
+       * filters/Labels/label-specs.dat: updated labels
+ 
+ 2002-11-11 22:27  jcater
+ 
+       * filters/Labels/label-specs.dat: added my label specs file
+ 
+ 2002-11-07 10:37  jcater
+ 
+       * src/GRRun.py: 
+       
+       * Added support for Frame panels that are controlled by their
+       parent container * Added an "absolute x,y" attribute to each
+       Control object, so they can transparently work in Frames * Moved
+       MenuBar to the Frame model * Started work on a Notebook control
+ 
+ 2002-11-04 18:48  jcater
+ 
+       * src/: GRReportInfo.py, GRRun.py, GRRunUI.py: reports can now use
+       the wx login, if --ui wx is passed; also --batch command line works
+ 
+ 2002-11-04 15:13  jcater
+ 
+       * src/: GREngine.py, GRFilters.py, GRParser.py, GRReport.py,
+       GRReportInfo.py, GRRun.py: added support for --list-filters
+ 
+ 2002-11-04 14:14  jamest
+ 
+       * src/GRParser.py: Added support for common based <import> tag
+       based upon the tags marked as Importable Fixed bad function name in
+       form's wx UI driver
+ 
+ 2002-11-04 13:37  jcater
+ 
+       * AUTHORS: updated AUTHORS
+ 
+ 2002-11-04 08:55  jamest
+ 
+       * src/: GREngine.py, GRParser.py, GRReport.py, ignore/test.py:
+       Migration of import system into common (partially complete) Added
+       G*Parser attribute 'Importable' to entities if set to 1 makes then
+       that entity becomes importable.  Adjustments to make reports
+       support importable triggers All still pretty rough
+ 
+ 2002-11-02 00:02  jcater
+ 
+       * src/GRReport.py: moved the dumpXML root call into GRootObj, so
+       each tool doesn't have to redefine dumpXML()
+ 
+ 2002-10-31 23:05  jcater
+ 
+       * TODO, src/GRLayout.py: minor doc updates
+ 
+ 2002-10-31 23:02  jamest
+ 
+       * doc/technotes/00001.txt, samples/foobulations/monthly.grd,
+       samples/location/zip-by-state.grd, src/GRLayout.py,
+       src/GRParser.py, src/GRReport.py: More trigger cleanup Added
+       trigger support to gnue-reports Added on-startup and on-exit to
+       <report> Added pre-section and post-section to <section> Added
+       support for reports trigger editing in designer foobulations grd is
+       working sample
+ 
+ 2002-10-31 17:12  jcater
+ 
+       * samples/cross-tabulation/README,
+       samples/cross-tabulation/cross.grd, src/GRDataMapper.py: added
+       cross-tabulation (pivot table) example to reports (pending a few
+       bugfixes, it will work); misc cleanup
+ 
+ 2002-10-30 16:45  jcater
+ 
+       * src/GRLayout.py: fixed an infinite loop issue when initializing
+       nested sections
+ 
+ 2002-10-23 19:26  jamest
+ 
+       * MANIFEST.in, setupext/__init__.py, setupext/install_data.py:
+       Removed files no longer needed by setup.py Removed reference to
+       PyXML as we no longer require it
+ 
+ 2002-10-20 23:49  jcater
+ 
+       * TODO: updated TODO
+ 
+ 2002-10-20 21:16  jcater
+ 
+       * src/: GRDataMapper.py, GRLayout.py, GRReport.py: fixed
+       calculations of summaries
+ 
+ 2002-10-10 10:07  jcater
+ 
+       * src/adapters/filters/merge_psfax/Adapter.py: fixes to broadcast
+       fax adapter
+ 
+ 2002-10-10 09:54  jcater
+ 
+       * src/adapters/filters/merge_psfax/Adapter.py: trying some fixes
+ 
+ 2002-10-09 20:55  jcater
+ 
+       * src/adapters/filters/merge_psfax/Adapter.py: fixed commenting
+       issue
+ 
+ 2002-10-08 16:50  jcater
+ 
+       * src/: GREngine.py, adapters/destinations/fax/hylafax.py,
+       adapters/filters/_merge/MergeBase.py,
+       adapters/filters/merge_psfax/Adapter.py,
+       adapters/filters/merge_psfax/__init__.py: added psfax merge support
+ 
+ 2002-10-08 12:30  jcater
+ 
+       * setup.py, src/adapters/filters/merge_ps/Adapter.py,
+       src/adapters/filters/merge_ps/__init__.py: Added a Postscript
+       mailmerge driver to reports
+ 
+ 2002-10-07 16:45  jcater
+ 
+       * src/__init__.py: updating version numbers to 'development' status
+ 
+ 2002-09-29 19:19  jcater
+ 
+       * ChangeLog, src/__init__.py: final changes for release
+ 
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, ReportingConcepts.lyx,
***************
*** 13,19 ****
  
  2002-09-23 15:19  jcater
  
!       * adapters/destinations/email/smtp.py: fixed typos preventing
        mcmillan from packaging designer
  
  2002-09-22 23:42  jcater
--- 237,243 ----
  
  2002-09-23 15:19  jcater
  
!       * src/adapters/destinations/email/smtp.py: fixed typos preventing
        mcmillan from packaging designer
  
  2002-09-22 23:42  jcater
***************
*** 32,38 ****
  
  2002-09-17 17:17  jcater
  
!       * adapters/filters/4xslt/Adapter.py: close() all temporary files
  
  2002-09-17 14:53  jcater
  
--- 256,263 ----
  
  2002-09-17 17:17  jcater
  
!       * src/adapters/filters/4xslt/Adapter.py: close() all temporary
!       files
  
  2002-09-17 14:53  jcater
  
***************
*** 40,49 ****
  
  2002-09-17 10:27  jcater
  
!       * adapters/filters/sablotron/Adapter.py, src/GREngine.py,
!       src/GRFilters.py: removed code from gnue.common.__init__ and placed
!       in either gnue.common.FileUtils or gnue.common.TextUtils; added
!       stub for gear support
  
  2002-09-16 23:07  dneighbors
  
--- 265,274 ----
  
  2002-09-17 10:27  jcater
  
!       * src/: GREngine.py, GRFilters.py,
!       adapters/filters/sablotron/Adapter.py: removed code from
!       gnue.common.__init__ and placed in either gnue.common.FileUtils or
!       gnue.common.TextUtils; added stub for gear support
  
  2002-09-16 23:07  dneighbors
  
***************
*** 70,78 ****
  
  2002-09-11 12:45  jcater
  
!       * adapters/filters/sablotron/Adapter.py: [ticket #87] added urlize
!       function to Common; fixed sablotron driver to return file://c:...
!       when c:... is the file name
  
  2002-09-07 09:58  jcater
  
--- 295,303 ----
  
  2002-09-11 12:45  jcater
  
!       * src/adapters/filters/sablotron/Adapter.py: [ticket #87] added
!       urlize function to Common; fixed sablotron driver to return
!       file://c:... when c:... is the file name
  
  2002-09-07 09:58  jcater
  
***************
*** 91,99 ****
  
  2002-08-08 11:53  siesel
  
!       * adapters/filters/4xslt/Adapter.py,
!       adapters/filters/4xslt/__init__.py,
!       filters/SimpleTabulation/text.xsl: * enhance text.xsl in
        SimpleTabulation [btami] * add a 4xslt Adapter.py (which should be
        useful for win32 users,   because 4suite has prebuilt binaries)
        [btmai]
--- 316,324 ----
  
  2002-08-08 11:53  siesel
  
!       * filters/SimpleTabulation/text.xsl,
!       src/adapters/filters/4xslt/Adapter.py,
!       src/adapters/filters/4xslt/__init__.py: * enhance text.xsl in
        SimpleTabulation [btami] * add a 4xslt Adapter.py (which should be
        useful for win32 users,   because 4suite has prebuilt binaries)
        [btmai]
***************
*** 110,116 ****
  
  2002-07-22 10:25  siesel
  
!       * adapters/: .cvsignore, destinations/.cvsignore,
        destinations/email/.cvsignore, destinations/fax/.cvsignore,
        destinations/file/.cvsignore, destinations/printer/.cvsignore,
        filters/.cvsignore, filters/_merge/.cvsignore,
--- 335,341 ----
  
  2002-07-22 10:25  siesel
  
!       * src/adapters/: .cvsignore, destinations/.cvsignore,
        destinations/email/.cvsignore, destinations/fax/.cvsignore,
        destinations/file/.cvsignore, destinations/printer/.cvsignore,
        filters/.cvsignore, filters/_merge/.cvsignore,
***************
*** 219,226 ****
  
  2002-05-29 22:11  jcater
  
!       * INSTALL, setup.py, adapters/destinations/email/smtp.py,
!       src/GRServices.py, src/__init__.py: updates for release
  
  2002-05-29 20:30  jcater
  
--- 444,451 ----
  
  2002-05-29 22:11  jcater
  
!       * INSTALL, setup.py, src/GRServices.py, src/__init__.py,
!       src/adapters/destinations/email/smtp.py: updates for release
  
  2002-05-29 20:30  jcater
  
***************
*** 238,250 ****
  
  2002-05-14 23:30  jcater
  
!       * adapters/filters/_merge/MergeBase.py,
!       adapters/filters/merge_rtf/Adapter.py, src/GRLayout.py: fixes to
!       bugs surfacing from merge_rtf testing
  
  2002-05-14 20:03  jcater
  
!       * adapters/filters/_merge/MergeBase.py: added missing file
  
  2002-05-14 19:58  jcater
  
--- 463,475 ----
  
  2002-05-14 23:30  jcater
  
!       * src/: GRLayout.py, adapters/filters/_merge/MergeBase.py,
!       adapters/filters/merge_rtf/Adapter.py: fixes to bugs surfacing from
!       merge_rtf testing
  
  2002-05-14 20:03  jcater
  
!       * src/adapters/filters/_merge/MergeBase.py: added missing file
  
  2002-05-14 19:58  jcater
  
***************
*** 252,284 ****
  
  2002-05-14 19:27  jcater
  
!       * adapters/filters/_merge/__init__.py,
!       adapters/filters/merge_latex/Adapter.py,
!       adapters/filters/merge_latex/__init__.py,
!       adapters/filters/merge_rtf/Adapter.py,
!       adapters/filters/merge_rtf/__init__.py,
!       adapters/filters/sablotron/Adapter.py,
!       samples/mailmerge/pg_schema.sql, src/GRFilters.py: added merge
        support/examples to reports (currently, only RTF works -- latex
        does not)
  
  2002-05-11 18:52  jamest
  
!       * adapters/filters/sablotron/Adapter.py, src/GRConfig.py,
!       src/GRFilters.py, src/GRRun.py: jamest - win32 setup fix, added
!       default config value load to reports jcater - added better import
!       error support in Sablotron driver        - added rest of reports
!       config options to GRConfig        - misc bug fixes
  
  2002-05-04 11:45  jamest
  
!       * adapters/destinations/email/sendmail.py,
!       adapters/destinations/fax/hylafax.py,
!       adapters/destinations/printer/bsd.py, src/GRConfig.py,
!       src/GREngine.py, src/GRFilters.py, src/GROutputAdapter.py,
!       src/GRRun.py, src/GRServer.py: Removed dependency on gnue.conf
!       files (new config system) Moved text out of gnue.conf setting as
!       the new i18n stuff replaces it Something else I've forgotten :)
  
  2002-04-28 23:19  jcater
  
--- 477,509 ----
  
  2002-05-14 19:27  jcater
  
!       * samples/mailmerge/pg_schema.sql, src/GRFilters.py,
!       src/adapters/filters/_merge/__init__.py,
!       src/adapters/filters/merge_latex/Adapter.py,
!       src/adapters/filters/merge_latex/__init__.py,
!       src/adapters/filters/merge_rtf/Adapter.py,
!       src/adapters/filters/merge_rtf/__init__.py,
!       src/adapters/filters/sablotron/Adapter.py: added merge
        support/examples to reports (currently, only RTF works -- latex
        does not)
  
  2002-05-11 18:52  jamest
  
!       * src/: GRConfig.py, GRFilters.py, GRRun.py,
!       adapters/filters/sablotron/Adapter.py: jamest - win32 setup fix,
!       added default config value load to reports jcater - added better
!       import error support in Sablotron driver        - added rest of
!       reports config options to GRConfig        - misc bug fixes
  
  2002-05-04 11:45  jamest
  
!       * src/: adapters/destinations/email/sendmail.py, GRConfig.py,
!       GREngine.py, GRFilters.py, GROutputAdapter.py, GRRun.py,
!       GRServer.py, adapters/destinations/fax/hylafax.py,
!       adapters/destinations/printer/bsd.py: Removed dependency on
!       gnue.conf files (new config system) Moved text out of gnue.conf
!       setting as the new i18n stuff replaces it Something else I've
!       forgotten :)
  
  2002-04-28 23:19  jcater
  
***************
*** 317,325 ****
  
  2002-04-24 17:51  jcater
  
!       * adapters/destinations/email/sendmail.py,
!       filters/SimpleTabulation/kspread.xsl: more work on report output
!       formats
  
  2002-04-22 10:46  jcater
  
--- 542,550 ----
  
  2002-04-24 17:51  jcater
  
!       * filters/SimpleTabulation/kspread.xsl,
!       src/adapters/destinations/email/sendmail.py: more work on report
!       output formats
  
  2002-04-22 10:46  jcater
  
***************
*** 357,363 ****
  
  2002-04-14 23:36  jcater
  
!       * INSTALL, adapters/destinations/email/sendmail.py: misc cleanup
  
  2002-04-14 23:36  jcater
  
--- 582,589 ----
  
  2002-04-14 23:36  jcater
  
!       * INSTALL, src/adapters/destinations/email/sendmail.py: misc
!       cleanup
  
  2002-04-14 23:36  jcater
  
***************
*** 370,381 ****
  
  2002-04-14 15:20  jcater
  
!       * adapters/destinations/email/sendmail.py,
!       adapters/destinations/fax/hylafax.py,
!       adapters/destinations/printer/bsd.py,
!       adapters/filters/sablotron/Adapter.py,
!       filters/SimpleTabulation/html.xsl: fixes to make fax and printer
!       support work; misc typo fixes
  
  2002-04-14 00:19  jcater
  
--- 596,607 ----
  
  2002-04-14 15:20  jcater
  
!       * src/adapters/destinations/email/sendmail.py,
!       src/adapters/destinations/fax/hylafax.py,
!       filters/SimpleTabulation/html.xsl,
!       src/adapters/destinations/printer/bsd.py,
!       src/adapters/filters/sablotron/Adapter.py: fixes to make fax and
!       printer support work; misc typo fixes
  
  2002-04-14 00:19  jcater
  
***************
*** 388,401 ****
  
  2002-04-12 20:54  jcater
  
!       * adapters/: destinations/email/sendmail.py,
        filters/sablotron/Adapter.py: fixed to destinations
  
  2002-04-12 19:54  jcater
  
!       * adapters/filters/sablotron/Adapter.py, src/GRFilters.py,
!       src/GROutputAdapter.py: reports: inplace transformations working
!       now (--filter html  or --filter text)
  
  2002-04-12 17:21  jcater
  
--- 614,627 ----
  
  2002-04-12 20:54  jcater
  
!       * src/adapters/: destinations/email/sendmail.py,
        filters/sablotron/Adapter.py: fixed to destinations
  
  2002-04-12 19:54  jcater
  
!       * src/: GRFilters.py, GROutputAdapter.py,
!       adapters/filters/sablotron/Adapter.py: reports: inplace
!       transformations working now (--filter html  or --filter text)
  
  2002-04-12 17:21  jcater
  
***************
*** 416,426 ****
  
  2002-04-12 00:59  jcater
  
!       * adapters/destinations/__init__.py,
        adapters/destinations/file/stdout.py,
!       adapters/destinations/file/text.py, adapters/filters/__init__.py,
!       src/GRFilters.py, src/GROutputAdapter.py, src/GRRun.py: more work
!       on modularization of output destinations/filters in reports
  
  2002-04-11 18:37  jcater
  
--- 642,653 ----
  
  2002-04-12 00:59  jcater
  
!       * src/: GRFilters.py, GROutputAdapter.py, GRRun.py,
!       adapters/destinations/__init__.py,
        adapters/destinations/file/stdout.py,
!       adapters/destinations/file/text.py, adapters/filters/__init__.py:
!       more work on modularization of output destinations/filters in
!       reports
  
  2002-04-11 18:37  jcater
  
***************
*** 432,449 ****
  
  2002-04-10 23:19  jcater
  
!       * adapters/destinations/email/sendmail.py,
!       adapters/destinations/email/smtp.py,
!       adapters/destinations/fax/hylafax.py,
!       adapters/destinations/file/stdout.py,
!       adapters/destinations/file/text.py,
!       adapters/filters/raw/Adapter.py, adapters/filters/raw/__init__.py,
!       adapters/filters/sablotron/Adapter.py,
!       adapters/filters/sablotron/__init__.py,
        samples/foobulations/monthly.grd, src/GRDataMapper.py,
!       src/GROutputAdapter.py, src/GRRun.py: Started on modularization of
!       GNUe Reprots transformation adapters and destination adapters;
!       cleanup of code
  
  2002-04-10 17:25  jcater
  
--- 659,677 ----
  
  2002-04-10 23:19  jcater
  
!       * src/adapters/destinations/email/sendmail.py,
!       src/adapters/destinations/email/smtp.py,
        samples/foobulations/monthly.grd, src/GRDataMapper.py,
!       src/GROutputAdapter.py, src/GRRun.py,
!       src/adapters/destinations/fax/hylafax.py,
!       src/adapters/destinations/file/stdout.py,
!       src/adapters/destinations/file/text.py,
!       src/adapters/filters/raw/Adapter.py,
!       src/adapters/filters/raw/__init__.py,
!       src/adapters/filters/sablotron/Adapter.py,
!       src/adapters/filters/sablotron/__init__.py: Started on
!       modularization of GNUe Reprots transformation adapters and
!       destination adapters; cleanup of code
  
  2002-04-10 17:25  jcater
  
***************
*** 531,545 ****
  
  2002-04-06 19:20  jcater
  
!       * adapters/__init__.py, adapters/destinations/email/__init__.py,
        adapters/destinations/email/smtp.py,
        adapters/destinations/fax/__init__.py,
        adapters/destinations/fax/hylafax.py,
        adapters/destinations/file/__init__.py,
        adapters/destinations/file/text.py,
        adapters/destinations/printer/__init__.py,
!       adapters/destinations/printer/bsd.py, src/GRFilters.py,
!       src/GRLayout.py, src/GRRun.py: lots o' work on reports
  
  2002-04-06 01:27  jcater
  
--- 759,773 ----
  
  2002-04-06 19:20  jcater
  
!       * src/: GRFilters.py, GRLayout.py, GRRun.py, adapters/__init__.py,
!       adapters/destinations/email/__init__.py,
        adapters/destinations/email/smtp.py,
        adapters/destinations/fax/__init__.py,
        adapters/destinations/fax/hylafax.py,
        adapters/destinations/file/__init__.py,
        adapters/destinations/file/text.py,
        adapters/destinations/printer/__init__.py,
!       adapters/destinations/printer/bsd.py: lots o' work on reports
  
  2002-04-06 01:27  jcater
  
Index: gnue/reports/NEWS
diff -c gnue/reports/NEWS:1.4 gnue/reports/NEWS:1.5
*** gnue/reports/NEWS:1.4       Mon Sep 23 00:42:02 2002
--- gnue/reports/NEWS   Thu Nov 14 00:05:28 2002
***************
*** 1,4 ****
! New features/changes in version 0.0.1: (03-JUN-2002)
  o Improved RTF merging support (mailmerge functionality)
  o Improved support for running on Win32 systems
  o Preliminary support for 4xslt as an alternate XSLT engine
--- 1,19 ----
! New features/changes in version 0.1.0: (??-NOV-02)
! o Implemented basic trigger support
!   o Report-level:  On-Startup, On-Exit
!   o Section-level: Pre-Section, On-Process, Post-Section
! o Added Label support; print out labels on stock
!   referenced by its brand name
! o Added PS Merge support for the MailMerge template
! o Added PSFAX Merge support... broadcast fax a postscript
!   file customized for each recipient from database data.
! o Improved UI-integration; can use form's Curses or WxWindows
!   login dialog if forms is installed (--ui command line)
! o Implemented support for listing available filters (--list-filters)
! o Improved encoding/I18N support
! o Many bugfixes
! 
! New features/changes in version 0.0.2: (29-SEP-02)
  o Improved RTF merging support (mailmerge functionality)
  o Improved support for running on Win32 systems
  o Preliminary support for 4xslt as an alternate XSLT engine




reply via email to

[Prev in Thread] Current Thread [Next in Thread]