commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/ChangeLog common/ChangeLog desig...


From: Jason Cater
Subject: gnue appserver/ChangeLog common/ChangeLog desig...
Date: Mon, 03 Jun 2002 17:08:39 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/06/03 17:08:39

Modified files:
        appserver      : ChangeLog 
        common         : ChangeLog 
        designer/packaging/inno: gfdesigner.iss 
        forms          : ChangeLog 
        forms/packaging/inno: gfclient.iss 
        reports        : ChangeLog 

Log message:
        updated changelogs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/ChangeLog.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/ChangeLog.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/packaging/inno/gfdesigner.iss.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/ChangeLog.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/packaging/inno/gfclient.iss.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/ChangeLog.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/appserver/ChangeLog
diff -c gnue/appserver/ChangeLog:1.2 gnue/appserver/ChangeLog:1.3
*** gnue/appserver/ChangeLog:1.2        Mon Jun  3 15:42:40 2002
--- gnue/appserver/ChangeLog    Mon Jun  3 17:08:38 2002
***************
*** 1,3 ****
--- 1,59 ----
+ 2002-06-03 14:58  jcater
+ 
+       * setup.py: fixes for client/ changes
+ 
+ 2002-06-03 14:42  jcater
+ 
+       * ChangeLog, INSTALL.cvs, setup.py: fixes for the client/ directory
+       changes
+ 
+ 2002-06-03 14:09  jcater
+ 
+       * src/geasRpcServer.py: fixes for the client/ directory changes
+ 
+ 2002-06-03 08:21  siesel
+ 
+       * src/geasRpcServer.py: fix bug: no os.environ["LOGNAME"] on
+       windows
+ 
+ 2002-06-03 05:41  siesel
+ 
+       * src/geasRpcServer.py: closing Ticket 47
+ 
+ 2002-06-03 04:44  reinhard
+ 
+       * doc/whitepaper/: version.texi, whitepaper.texi: Changed the word
+       "field" to "attribute" if it related to objects, and to "column" if
+       it related to databases.
+ 
+ 2002-06-02 17:51  jcater
+ 
+       * setup.py: fixed directory structure for installed man files
+ 
+ 2002-06-02 17:21  jcater
+ 
+       * MANIFEST.in, setup.py, src/geasRpcServer.py: Added
+       --generate-man-page to GBaseApp and updated the setup.py's to
+       create the manpages before creating a source distribution
+ 
+ 2002-06-02 17:07  siesel
+ 
+       * INSTALL, MANIFEST.in, ROADMAP, scripts/gnue-appserver.in,
+       src/geasRpcServer.py: remove INSTALL.cvs from source dist.  remove
+       CVS instruction from INSTALL add subpoint to ROADMAP bugfix for RPC
+       Server (--rpc_type works now for non CVS)
+ 
+ 2002-06-01 12:47  jcater
+ 
+       * MANIFEST.in, setup.py, setupext/__init__.py,
+       setupext/install_data.py: added missing MANIFEST entries; added
+       support for GNUE_VERSION_SUFFIX to the setup.py's to ease the
+       creating of prereleases
+ 
+ 2002-05-31 15:05  jcater
+ 
+       * ChangeLog: ChangeLog updates
+ 
  2002-05-31 14:24  jcater
  
        * INSTALL, setup.py, src/__init__.py, src/objrepos/__init__.py:
***************
*** 5,11 ****
  
  2002-05-29 19:12  baumannd
  
!       * doc/gnue-appserverarch/.cvsignore: Ignore created doc directory.
  
  2002-05-29 10:05  siesel
  
--- 61,67 ----
  
  2002-05-29 19:12  baumannd
  
!       * doc/geasarch/.cvsignore: Ignore created doc directory.
  
  2002-05-29 10:05  siesel
  
***************
*** 14,29 ****
  2002-05-29 09:17  siesel
  
        * INSTALL, samples/appservertest.gfd: add an appserver entry to
!       sample.connections.conf changed entry name from gnue-appserverV2 to 
appserver
  
  2002-05-29 08:48  siesel
  
!       * INSTALL, src/gnue-appserverRpcServer.py: add setup information to 
INSTALL
        add username and password command line options to appserver
  
  2002-05-29 07:35  siesel
  
!       * src/: gnue-appserverList.py, gnue-appserverRpcServer.py, 
gnue-appserverSession.py: add a
        rpctype and a database command option to appserver
  
  2002-05-29 05:23  siesel
--- 70,85 ----
  2002-05-29 09:17  siesel
  
        * INSTALL, samples/appservertest.gfd: add an appserver entry to
!       sample.connections.conf changed entry name from geasV2 to appserver
  
  2002-05-29 08:48  siesel
  
!       * INSTALL, src/geasRpcServer.py: add setup information to INSTALL
        add username and password command line options to appserver
  
  2002-05-29 07:35  siesel
  
!       * src/: geasList.py, geasRpcServer.py, geasSession.py: add a
        rpctype and a database command option to appserver
  
  2002-05-29 05:23  siesel
***************
*** 42,50 ****
  
  2002-05-27 14:42  baumannd
  
!       * doc/gnue-appserverarch/: .cvsignore, AUTHORS, COPYING, ChangeLog, 
INSTALL,
        NEWS, README, TODO, bindings.txt, bookinfo.sgml, chapters.ent,
!       gnue-appserver-schema-compiler.dia, gnue-appserverarch.sgml, 
gnue-appserverv2arch.dia,
        neilt-arch-explanation.txt, outline.txt, version.ent,
        chapters/introduction.sgml, shared/copyright.sgml, shared/fdl.sgml,
        shared/gpl.sgml, shared/shared.ent: Move architecture document to
--- 98,106 ----
  
  2002-05-27 14:42  baumannd
  
!       * doc/geasarch/: .cvsignore, AUTHORS, COPYING, ChangeLog, INSTALL,
        NEWS, README, TODO, bindings.txt, bookinfo.sgml, chapters.ent,
!       geas-schema-compiler.dia, geasarch.sgml, geasv2arch.dia,
        neilt-arch-explanation.txt, outline.txt, version.ent,
        chapters/introduction.sgml, shared/copyright.sgml, shared/fdl.sgml,
        shared/gpl.sgml, shared/shared.ent: Move architecture document to
***************
*** 57,67 ****
  2002-05-26 17:43  siesel
  
        * setup.cfg.in, setup.py, samples/appservertest.gfd,
!       samples/gnue-appserverV2test.gfd, scripts/gnue-appserver.in: added 
basic setup routine
  
  2002-05-26 16:15  reinhard
  
!       * src/: gnue-appserverInstance.py, gnue-appserverList.py, 
gnue-appserverSession.py, test.py:
        Added some comments and minor code cleanups.
  
  2002-05-26 16:00  reinhard
--- 113,124 ----
  2002-05-26 17:43  siesel
  
        * setup.cfg.in, setup.py, samples/appservertest.gfd,
!       samples/geasV2test.gfd, scripts/gnue-appserver.in: added basic
!       setup routine
  
  2002-05-26 16:15  reinhard
  
!       * src/: geasInstance.py, geasList.py, geasSession.py, test.py:
        Added some comments and minor code cleanups.
  
  2002-05-26 16:00  reinhard
***************
*** 75,98 ****
  
  2002-05-26 14:36  siesel
  
!       * src/gnue-appserverList.py: change setSort function to accept an list 
as
        parameter instead of a string
  
  2002-05-26 05:59  siesel
  
!       * samples/gnue-appserverV2test.gfd: add a gfd to test gnue-appserverV2 
with forms
  
  2002-05-26 04:22  siesel
  
!       * grpc/GEAS.grpc, src/gnue-appserverInstance.py, 
src/gnue-appserverList.py,
!       src/gnue-appserverSession.py: update appserver/DBdriver to support 
writing,
        inserting and deleting records added functions for inserting and
        deleting records to appserver for appserver v0.01 just
!       gnue-appserverConditions support is missing
  
  2002-05-23 16:26  siesel
  
!       * src/_featuretest/gnue-appserverList.py: same fix as in GEDI.py
  
  2002-05-23 16:24  siesel
  
--- 132,155 ----
  
  2002-05-26 14:36  siesel
  
!       * src/geasList.py: change setSort function to accept an list as
        parameter instead of a string
  
  2002-05-26 05:59  siesel
  
!       * samples/geasV2test.gfd: add a gfd to test geasV2 with forms
  
  2002-05-26 04:22  siesel
  
!       * grpc/GEAS.grpc, src/geasInstance.py, src/geasList.py,
!       src/geasSession.py: update appserver/DBdriver to support writing,
        inserting and deleting records added functions for inserting and
        deleting records to appserver for appserver v0.01 just
!       geasConditions support is missing
  
  2002-05-23 16:26  siesel
  
!       * src/_featuretest/geasList.py: same fix as in GEDI.py
  
  2002-05-23 16:24  siesel
  
***************
*** 110,121 ****
  
  2002-05-22 10:25  siesel
  
!       * src/: gnue-appserverInstance.py, gnue-appserverSession.py: add write 
support
        (deleting and inserting instances still missing)
  
  2002-05-21 15:07  reinhard
  
!       * src/objrepos/gnue-appserverClassDefs.py: Removed 
GStoredObjectDefinition in
        favour of init methods.  Cleared relationship of GFieldDefinition
        and GTypeDefinition.
  
--- 167,178 ----
  
  2002-05-22 10:25  siesel
  
!       * src/: geasInstance.py, geasSession.py: add write support
        (deleting and inserting instances still missing)
  
  2002-05-21 15:07  reinhard
  
!       * src/objrepos/geasClassDefs.py: Removed GStoredObjectDefinition in
        favour of init methods.  Cleared relationship of GFieldDefinition
        and GTypeDefinition.
  
***************
*** 134,140 ****
  
  2002-05-19 17:34  siesel
  
!       * grpc/GEAS.grpc, src/gnue-appserverList.py, 
src/gnue-appserverSession.py: Added
        DBdriver for Appserver (working read only at the moment)
  
  2002-05-19 14:21  reinhard
--- 191,197 ----
  
  2002-05-19 17:34  siesel
  
!       * grpc/GEAS.grpc, src/geasList.py, src/geasSession.py: Added
        DBdriver for Appserver (working read only at the moment)
  
  2002-05-19 14:21  reinhard
***************
*** 153,159 ****
  
  2002-05-14 12:21  siesel
  
!       * src/_featuretest/: gnue-appserverObject.py, 
gnue-appserverTransaction.py: odmg
        compatibility issues
  
  2002-05-14 10:26  reinhard
--- 210,216 ----
  
  2002-05-14 12:21  siesel
  
!       * src/_featuretest/: geasObject.py, geasTransaction.py: odmg
        compatibility issues
  
  2002-05-14 10:26  reinhard
***************
*** 162,179 ****
  
  2002-05-14 10:26  reinhard
  
!       * src/objrepos/: .cvsignore, gnue-appserverClassDefs.py: Added first 
draft
        for the object repository, from Jens Müller.
  
  2002-05-13 17:34  siesel
  
        * src/_featuretest/: GEDI.py, GEMA.py, README, TODO, atest.py,
!       gnue-appserverInstance.py, gnue-appserverList.py, 
gnue-appserverMetaObject.py, gnue-appserverNameSpace.py,
!       gnue-appserverObject.py, gnue-appserverSession.py, 
gnue-appserverSuperObject.py,
!       gnue-appserverTransaction.py: adding a testfield for implementing 
functions
        and features, which could be added to the app. server later.  the
        testfield is working, and supports loading of methods out of
!       database, namespaces and classes for gnue-appserverInstances...
  
  2002-05-10 08:23  reinhard
  
--- 219,236 ----
  
  2002-05-14 10:26  reinhard
  
!       * src/objrepos/: .cvsignore, geasClassDefs.py: Added first draft
        for the object repository, from Jens Müller.
  
  2002-05-13 17:34  siesel
  
        * src/_featuretest/: GEDI.py, GEMA.py, README, TODO, atest.py,
!       geasInstance.py, geasList.py, geasMetaObject.py, geasNameSpace.py,
!       geasObject.py, geasSession.py, geasSuperObject.py,
!       geasTransaction.py: adding a testfield for implementing functions
        and features, which could be added to the app. server later.  the
        testfield is working, and supports loading of methods out of
!       database, namespaces and classes for geasInstances...
  
  2002-05-10 08:23  reinhard
  
***************
*** 198,210 ****
  
  2002-05-06 17:32  siesel
  
!       * INSTALL, src/gnue-appserverRpcClient.py, 
src/gnue-appserverRpcServer.py, src/test.py:
!       update RPC scripts/server to make the first db connection
  
  2002-05-06 15:27  reinhard
  
!       * samples/setup-pgsql.sh, src/gnue-appserverInstance.py, 
src/gnue-appserverList.py,
!       src/gnue-appserverSession.py, src/test.py: Implemented basic read-only 
data
        access using the GNUe Common database driver.
  
  2002-05-06 11:02  siesel
--- 255,267 ----
  
  2002-05-06 17:32  siesel
  
!       * INSTALL, src/geasRpcClient.py, src/geasRpcServer.py, src/test.py:
!       update RPC client/server to make the first db connection
  
  2002-05-06 15:27  reinhard
  
!       * samples/setup-pgsql.sh, src/geasInstance.py, src/geasList.py,
!       src/geasSession.py, src/test.py: Implemented basic read-only data
        access using the GNUe Common database driver.
  
  2002-05-06 11:02  siesel
***************
*** 213,225 ****
  
  2002-05-05 18:38  siesel
  
!       * grpc/GEAS.grpc, src/gnue-appserverRpcClient.py, src/test.py: some i18
        fixes, add commands gacvs and gtestcvs.  updated and fixed all
        testcases add testing program GTest.py
  
  2002-05-03 21:52  siesel
  
!       * src/gnue-appserverRpcServer.py: i18 fixes and more configuration for  
the
        xmlrpc ClientAdapter
  
  2002-05-01 19:23  siesel
--- 270,282 ----
  
  2002-05-05 18:38  siesel
  
!       * grpc/GEAS.grpc, src/geasRpcClient.py, src/test.py: some i18
        fixes, add commands gacvs and gtestcvs.  updated and fixed all
        testcases add testing program GTest.py
  
  2002-05-03 21:52  siesel
  
!       * src/geasRpcServer.py: i18 fixes and more configuration for  the
        xmlrpc ClientAdapter
  
  2002-05-01 19:23  siesel
***************
*** 232,262 ****
  
  2002-05-01 15:58  reinhard
  
!       * src/: gnue-appserver_instance.py, gnue-appserver_list.py, 
gnue-appserver_rpc_client.py,
!       gnue-appserver_rpc_server.py, gnue-appserver_session.py: Removed the 
gnue-appserver_* files,
!       which have been replaced by gnue-appserverX* files.
  
  2002-05-01 15:56  reinhard
  
!       * src/: gnue-appserverInstance.py, gnue-appserverList.py, 
gnue-appserverRpcClient.py,
!       gnue-appserverRpcServer.py, gnue-appserverSession.py, test.py: Moved 
from underlines to
        camel case.
  
  2002-04-30 18:41  siesel
  
!       * AUTHORS, INSTALL, src/GEAS.grpc, src/gnue-appserver_rpc_server.py: 
change
        appserver to work with the new RPC changes add me to AUTHORS file
        added instructions to INSTALL file
  
  2002-04-30 13:03  siesel
  
!       * INSTALL, src/gnue-appserver_rpc_client.py, src/test.py: added more 
info to
        use the RPC demo and split RPC demo from normal demo
  
  2002-04-22 10:30  siesel
  
!       * src/: GEAS.grpc, gnue-appserver_list.py, gnue-appserver_rpc_client.py,
!       gnue-appserver_rpc_server.py, test.py: added GNURPC to the appserver
  
  2002-04-18 14:25  reinhard
  
--- 289,319 ----
  
  2002-05-01 15:58  reinhard
  
!       * src/: geas_instance.py, geas_list.py, geas_rpc_client.py,
!       geas_rpc_server.py, geas_session.py: Removed the geas_* files,
!       which have been replaced by geasX* files.
  
  2002-05-01 15:56  reinhard
  
!       * src/: geasInstance.py, geasList.py, geasRpcClient.py,
!       geasRpcServer.py, geasSession.py, test.py: Moved from underlines to
        camel case.
  
  2002-04-30 18:41  siesel
  
!       * AUTHORS, INSTALL, src/GEAS.grpc, src/geas_rpc_server.py: change
        appserver to work with the new RPC changes add me to AUTHORS file
        added instructions to INSTALL file
  
  2002-04-30 13:03  siesel
  
!       * INSTALL, src/geas_rpc_client.py, src/test.py: added more info to
        use the RPC demo and split RPC demo from normal demo
  
  2002-04-22 10:30  siesel
  
!       * src/: GEAS.grpc, geas_list.py, geas_rpc_client.py,
!       geas_rpc_server.py, test.py: added GNURPC to the appserver
  
  2002-04-18 14:25  reinhard
  
***************
*** 264,270 ****
  
  2002-04-18 14:24  reinhard
  
!       * src/: gnue-appserver_instance.py, gnue-appserver_list.py, 
gnue-appserver_session.py, test.py:
        Created some stub functions defining the basic interface, and the
        start of a test/demo program
  
--- 321,327 ----
  
  2002-04-18 14:24  reinhard
  
!       * src/: geas_instance.py, geas_list.py, geas_session.py, test.py:
        Created some stub functions defining the basic interface, and the
        start of a test/demo program
  
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.11 gnue/common/ChangeLog:1.12
*** gnue/common/ChangeLog:1.11  Fri May 31 16:05:22 2002
--- gnue/common/ChangeLog       Mon Jun  3 17:08:38 2002
***************
*** 1,3 ****
--- 1,39 ----
+ 2002-06-03 07:44  siesel
+ 
+       * src/commdrivers/pw_xmlrpc/ServerAdapter.py: small hack to fix
+       pw_xmlrpc server support (should make appserver usable on windows)
+ 
+ 2002-06-03 05:41  siesel
+ 
+       * src/dbdrivers/appserver/DBdriver.py: closing Ticket 47
+ 
+ 2002-06-02 17:56  jcater
+ 
+       * etc/sample.gnue.conf: commented out old stuff in gnue.conf
+ 
+ 2002-06-02 17:21  jcater
+ 
+       * MANIFEST.in, src/GBaseApp.py: Added --generate-man-page to
+       GBaseApp and updated the setup.py's to create the manpages before
+       creating a source distribution
+ 
+ 2002-06-01 14:35  jamest
+ 
+       * src/: GBaseApp.py, GConfig.py: --help and --version now print the
+       GNUe Common version that is installed new common option
+       --configuration-options prints the application's valid config file
+       entries
+ 
+ 2002-06-01 12:47  jcater
+ 
+       * MANIFEST.in, setup.py: added missing MANIFEST entries; added
+       support for GNUE_VERSION_SUFFIX to the setup.py's to ease the
+       creating of prereleases
+ 
+ 2002-05-31 15:05  jcater
+ 
+       * ChangeLog: ChangeLog updates
+ 
  2002-05-31 13:12  jcater
  
        * src/dbdrivers/interbase/DBdriver.py: fix to introspection case
***************
*** 3164,3177 ****
  
  2001-04-11 11:43  jcater
  
!       * INSTALL, README, setup.py, debian/.cvsignore,
!       debian/README.Debian, debian/changelog, debian/control,
!       debian/copyright, debian/dirs, debian/docs, debian/postinst,
!       debian/prerm, debian/rules, images/gnue-splash.png,
        images/gnue-splash.xcf, images/gnue.png, images/gnue.xcf,
        images/tb_help.png, images/tb_left_arrow.png, images/tb_new.png,
        images/tb_preferences.png, images/tb_right_arrow.png,
        images/tb_save.png, images/tb_search.png, images/tb_trash.png,
!       images/tb_undo.png, setupext/__init__.py, setupext/install_data.py:
!       copied python-gnue-base to gnue-common
  
--- 3200,3215 ----
  
  2001-04-11 11:43  jcater
  
!       * INSTALL, README, setup.py, images/gnue-splash.png,
        images/gnue-splash.xcf, images/gnue.png, images/gnue.xcf,
        images/tb_help.png, images/tb_left_arrow.png, images/tb_new.png,
        images/tb_preferences.png, images/tb_right_arrow.png,
        images/tb_save.png, images/tb_search.png, images/tb_trash.png,
!       images/tb_undo.png, packaging/debian/.cvsignore,
!       packaging/debian/README.Debian, packaging/debian/changelog,
!       packaging/debian/control, packaging/debian/copyright,
!       packaging/debian/dirs, packaging/debian/docs,
!       packaging/debian/postinst, packaging/debian/prerm,
!       packaging/debian/rules, setupext/__init__.py,
!       setupext/install_data.py: copied python-gnue-base to gnue-common
  
Index: gnue/designer/packaging/inno/gfdesigner.iss
diff -c gnue/designer/packaging/inno/gfdesigner.iss:1.10 
gnue/designer/packaging/inno/gfdesigner.iss:1.11
*** gnue/designer/packaging/inno/gfdesigner.iss:1.10    Mon Jun  3 16:39:20 2002
--- gnue/designer/packaging/inno/gfdesigner.iss Mon Jun  3 17:08:38 2002
***************
*** 52,58 ****
  ; These four associations associate GFD files with GNUe Forms
  Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletevalue
  Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey
! Root: HKCR; Subkey: "GNUeFormsClient\shell\Open in GNUe Designer\command"; 
ValueType: string; ValueName: ""; ValueData: """{app}\GFDESIGNER.EXE"" ""%1"""
  
  
  
--- 52,58 ----
  ; These four associations associate GFD files with GNUe Forms
  Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletevalue
  Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey
! Root: HKCR; Subkey: "GNUeFormsClient\shell\Open in GNUe Designer\command"; 
ValueType: string; ValueName: ""; ValueData: """{app}\GNUE-DESIGNER.EXE"" 
""%1"""
  
  
  
Index: gnue/forms/ChangeLog
diff -c gnue/forms/ChangeLog:1.24 gnue/forms/ChangeLog:1.25
*** gnue/forms/ChangeLog:1.24   Fri May 31 16:05:22 2002
--- gnue/forms/ChangeLog        Mon Jun  3 17:08:38 2002
***************
*** 1,3 ****
--- 1,61 ----
+ 2002-06-03 15:39  jcater
+ 
+       * packaging/: inno/gfclient.iss, mcmillan/gfclient.cfg: modified
+       win32 install files to reflect new gnue-forms and gnue-designer
+       names
+ 
+ 2002-06-03 14:31  jcater
+ 
+       * src/GFClient.py: fixed the forms symlink support to recognize
+       move from gfclient to gnue-forms
+ 
+ 2002-06-03 14:19  jamest
+ 
+       * MANIFEST.in, setup.py: updates to make gfclient replaced with
+       gnue-forms
+ 
+ 2002-06-03 14:09  jcater
+ 
+       * src/GFClient.py: fixes for the client/ directory changes
+ 
+ 2002-06-03 11:53  jamest
+ 
+       * src/GFConfig.py: Added missing config option
+ 
+ 2002-06-02 18:18  siesel
+ 
+       * setup.py: add an check for the mx DateTime Library
+ 
+ 2002-06-02 17:51  jcater
+ 
+       * setup.py: fixed directory structure for installed man files
+ 
+ 2002-06-02 17:21  jcater
+ 
+       * MANIFEST.in, setup.py, src/GFClient.py: Added --generate-man-page
+       to GBaseApp and updated the setup.py's to create the manpages
+       before creating a source distribution
+ 
+ 2002-06-01 12:47  jcater
+ 
+       * setup.py: added missing MANIFEST entries; added support for
+       GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of
+       prereleases
+ 
+ 2002-05-31 20:27  jcater
+ 
+       * doc/techref.txt, packaging/inno/gfclient.iss: fixes for win32
+       binary creation
+ 
+ 2002-05-31 18:01  jcater
+ 
+       * packaging/inno/: README, gfclient.iss: more updates for
+       prerelease testing
+ 
+ 2002-05-31 15:05  jcater
+ 
+       * ChangeLog: ChangeLog updates
+ 
  2002-05-30 23:10  jcater
  
        * setup.py: more fixes to setup.py
***************
*** 330,336 ****
  
  2002-03-01 13:05  jamest
  
!       * doc/installer/gfclient.cfg, doc/installer/gfclient.iss,
        src/GFClient.py, src/GFObjects/GFBlock.py,
        src/uidrivers/wx/UIdriver.py: missing gfd file now gives clean
        error message not python dump delete fixed in _dgsig renames menus
--- 388,394 ----
  
  2002-03-01 13:05  jamest
  
!       * packaging/inno/gfclient.iss, packaging/mcmillan/gfclient.cfg,
        src/GFClient.py, src/GFObjects/GFBlock.py,
        src/uidrivers/wx/UIdriver.py: missing gfd file now gives clean
        error message not python dump delete fixed in _dgsig renames menus
***************
*** 672,678 ****
  
  2002-01-30 12:54  jamest
  
!       * doc/installer/gfclient.cfg, src/GFForm.py,
        src/GFObjects/GFEntry.py: Trigger changes Win32 build changes
        Mainly checking in to get a second set of eyes on a problem piece
        of code
--- 730,736 ----
  
  2002-01-30 12:54  jamest
  
!       * packaging/mcmillan/gfclient.cfg, src/GFForm.py,
        src/GFObjects/GFEntry.py: Trigger changes Win32 build changes
        Mainly checking in to get a second set of eyes on a problem piece
        of code
***************
*** 714,722 ****
  
  2002-01-19 14:57  jamest
  
!       * NEWS, doc/installer/README, doc/installer/gfclient.cfg,
!       doc/installer/gfclient.iss: Doc and package config updates for the
!       0.1.1 release
  
  2002-01-18 23:34  jamest
  
--- 772,780 ----
  
  2002-01-19 14:57  jamest
  
!       * NEWS, packaging/inno/README, packaging/inno/gfclient.iss,
!       packaging/mcmillan/gfclient.cfg: Doc and package config updates for
!       the 0.1.1 release
  
  2002-01-18 23:34  jamest
  
***************
*** 892,898 ****
  
  2001-11-20 23:41  jcater
  
!       * doc/installer/gfclient.iss: changes to Inno setup files for
        Documentation
  
  2001-11-20 22:44  jamest
--- 950,956 ----
  
  2001-11-20 23:41  jcater
  
!       * packaging/inno/gfclient.iss: changes to Inno setup files for
        Documentation
  
  2001-11-20 22:44  jamest
***************
*** 944,950 ****
  
  2001-11-15 15:46  jcater
  
!       * doc/installer/gfclient.iss, src/GFClient.py: fixed Inno install
        to start Intro form
  
  2001-11-15 15:29  jcater
--- 1002,1008 ----
  
  2001-11-15 15:46  jcater
  
!       * packaging/inno/gfclient.iss, src/GFClient.py: fixed Inno install
        to start Intro form
  
  2001-11-15 15:29  jcater
***************
*** 992,1002 ****
  
  2001-11-13 22:12  jcater
  
!       * doc/installer/gfclient.iss: added samples to inno setup; cleanup
  
  2001-11-13 17:59  jcater
  
!       * doc/installer/gfclient.iss: added LICENSE.txt to Inno installs;
        added components, sample forms to inno installs
  
  2001-11-12 23:07  jcater
--- 1050,1060 ----
  
  2001-11-13 22:12  jcater
  
!       * packaging/inno/gfclient.iss: added samples to inno setup; cleanup
  
  2001-11-13 17:59  jcater
  
!       * packaging/inno/gfclient.iss: added LICENSE.txt to Inno installs;
        added components, sample forms to inno installs
  
  2001-11-12 23:07  jcater
***************
*** 1006,1018 ****
  
  2001-11-12 21:55  jamest
  
!       * doc/installer/: README, gfclient.cfg, gfclient.iss: Updates to
!       the install system it should now be possible to create working
!       gnuef setup.exe
  
  2001-11-12 20:19  jcater
  
!       * doc/installer/gfclient.cfg: Modified mcmillan cfg files
  
  2001-11-12 19:56  jcater
  
--- 1064,1076 ----
  
  2001-11-12 21:55  jamest
  
!       * packaging/: inno/README, inno/gfclient.iss,
!       mcmillan/gfclient.cfg: Updates to the install system it should now
!       be possible to create working gnuef setup.exe
  
  2001-11-12 20:19  jcater
  
!       * packaging/mcmillan/gfclient.cfg: Modified mcmillan cfg files
  
  2001-11-12 19:56  jcater
  
***************
*** 1021,1027 ****
  
  2001-11-12 19:06  jcater
  
!       * doc/installer/gfclient.iss: changes to Inno installer; misc
        changes
  
  2001-11-12 16:56  jcater
--- 1079,1085 ----
  
  2001-11-12 19:06  jcater
  
!       * packaging/inno/gfclient.iss: changes to Inno installer; misc
        changes
  
  2001-11-12 16:56  jcater
***************
*** 1036,1042 ****
  
  2001-11-12 16:02  jamest
  
!       * doc/installer/: README, gfclient.iss: Added config files for the
        INNO setup.exe creator
  
  2001-11-12 15:48  jcater
--- 1094,1100 ----
  
  2001-11-12 16:02  jamest
  
!       * packaging/inno/: README, gfclient.iss: Added config files for the
        INNO setup.exe creator
  
  2001-11-12 15:48  jcater
***************
*** 1049,1056 ****
  
  2001-11-12 13:53  jamest
  
!       * build_win.bat, doc/installer/README, doc/installer/gfclient.cfg:
!       Updates for McMillian installer instructions and config files
  
  2001-11-10 18:54  jcater
  
--- 1107,1115 ----
  
  2001-11-12 13:53  jamest
  
!       * build_win.bat, packaging/inno/README,
!       packaging/mcmillan/gfclient.cfg: Updates for McMillian installer
!       instructions and config files
  
  2001-11-10 18:54  jcater
  
***************
*** 1381,1387 ****
  
  2001-09-06 04:06  baumannd
  
!       * .cvsignore, client/.cvsignore, src/GFObjects/.cvsignore: Ignore
        the rest of the build generated files.
  
  2001-09-03 23:56  dneighbors
--- 1440,1446 ----
  
  2001-09-06 04:06  baumannd
  
!       * .cvsignore, scripts/.cvsignore, src/GFObjects/.cvsignore: Ignore
        the rest of the build generated files.
  
  2001-09-03 23:56  dneighbors
***************
*** 1463,1473 ****
  
  2001-08-12 14:55  jamest
  
!       * TODO, client/gfclient, samples/location/forms/zipcode_maint.gfd,
        samples/trigger/trigger.gfd, samples/zipcode/states.gfd,
!       samples/zipcode/zipcode.gfd, src/GFClient.py, src/GFController.py,
!       src/GFDebug.py, src/GFForm.py, src/GFGetOpt.py, src/GFInstance.py,
!       src/GFOptions.py, src/GFParser.py, src/GFTrigger.py, src/UIbase.py,
        src/UIwxpython.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
        src/GFObjects/GFLabel.py, src/GFObjects/GFObj.py,
--- 1522,1533 ----
  
  2001-08-12 14:55  jamest
  
!       * TODO, samples/location/forms/zipcode_maint.gfd,
        samples/trigger/trigger.gfd, samples/zipcode/states.gfd,
!       samples/zipcode/zipcode.gfd, scripts/gfclient, src/GFClient.py,
!       src/GFController.py, src/GFDebug.py, src/GFForm.py,
!       src/GFGetOpt.py, src/GFInstance.py, src/GFOptions.py,
!       src/GFParser.py, src/GFTrigger.py, src/UIbase.py,
        src/UIwxpython.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
        src/GFObjects/GFLabel.py, src/GFObjects/GFObj.py,
***************
*** 1682,1688 ****
  
  2001-07-19 23:20  jcater
  
!       * client/gfclient, src/GFForm.py, src/GFInstance.py,
        src/GFObjects/GFBlock.py, src/GFObjects/GFDataSource.py,
        src/GFObjects/GFEntry.py: synching machines
  
--- 1742,1748 ----
  
  2001-07-19 23:20  jcater
  
!       * scripts/gfclient, src/GFForm.py, src/GFInstance.py,
        src/GFObjects/GFBlock.py, src/GFObjects/GFDataSource.py,
        src/GFObjects/GFEntry.py: synching machines
  
***************
*** 1773,1780 ****
  
  2001-07-17 14:24  jamest
  
!       * TODO, client/gfclient, doc/techref.lyx,
!       samples/trigger/trigger.gfd, src/GFForm.py, src/GFInstance.py,
        src/GFParser.py, src/GFTrigger.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFDatabase.py,
--- 1833,1840 ----
  
  2001-07-17 14:24  jamest
  
!       * TODO, doc/techref.lyx, samples/trigger/trigger.gfd,
!       scripts/gfclient, src/GFForm.py, src/GFInstance.py,
        src/GFParser.py, src/GFTrigger.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFDatabase.py,
***************
*** 2011,2017 ****
  
  2001-06-24 17:28  jamest
  
!       * TODO, setup.py, client/gfclient.in, src/GFObjects.py,
        src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Converted gfclient
        from bash script to python script (still need to do gfcvs) Fix bug
        in UIwxpython Cleaned up TODO
--- 2071,2077 ----
  
  2001-06-24 17:28  jamest
  
!       * TODO, setup.py, scripts/gnue-forms.in, src/GFObjects.py,
        src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Converted gfclient
        from bash script to python script (still need to do gfcvs) Fix bug
        in UIwxpython Cleaned up TODO
***************
*** 2177,2190 ****
  
  2001-06-01 17:02  jamest
  
!       * TODO, client/gfclient, src/GFClient.py, src/GFInstance.py,
        src/GFOptions.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
        Added option to bypass the splashscreen Removed some old stuff from
        TODO Bumped the rev level to pre-0.0.8
  
  2001-06-01 15:34  jcater
  
!       * setup_cvs_devel.sh, client/gfclient.in: Added logic so that
        gfclient and gfcvs do not default to a connections file if that
        file doesn't exist.
  
--- 2237,2250 ----
  
  2001-06-01 17:02  jamest
  
!       * TODO, scripts/gfclient, src/GFClient.py, src/GFInstance.py,
        src/GFOptions.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
        Added option to bypass the splashscreen Removed some old stuff from
        TODO Bumped the rev level to pre-0.0.8
  
  2001-06-01 15:34  jcater
  
!       * setup_cvs_devel.sh, scripts/gnue-forms.in: Added logic so that
        gfclient and gfcvs do not default to a connections file if that
        file doesn't exist.
  
***************
*** 2243,2250 ****
  
  2001-05-30 13:00  jcater
  
!       * setup.py, client/gfclient.in: Fixed bug in setting of environment
!       variables
  
  2001-05-30 12:54  jcater
  
--- 2303,2310 ----
  
  2001-05-30 13:00  jcater
  
!       * setup.py, scripts/gnue-forms.in: Fixed bug in setting of
!       environment variables
  
  2001-05-30 12:54  jcater
  
***************
*** 2256,2264 ****
  
  2001-05-30 12:47  jcater
  
!       * client/: gfclient, gfclient.in: Made gfclient a script.  CVS will
!       contain a file called gfclient.in .  setup.py will take this file
!       and insertsite-specific environment variables into it and
        automatically create gfclient.
  
  2001-05-30 12:45  jcater
--- 2316,2324 ----
  
  2001-05-30 12:47  jcater
  
!       * scripts/: gfclient, gnue-forms.in: Made gfclient a script.  CVS
!       will contain a file called gfclient.in .  setup.py will take this
!       file and insertsite-specific environment variables into it and
        automatically create gfclient.
  
  2001-05-30 12:45  jcater
***************
*** 2288,2296 ****
  
  2001-05-25 03:17  jcater
  
!       * FAQ, README, client/gfclient,
!       samples/location/forms/zipcode_maint.gfd, src/GFParser.py: Made
!       minor changes to documentation
  
  2001-05-24 10:31  jcater
  
--- 2348,2356 ----
  
  2001-05-25 03:17  jcater
  
!       * FAQ, README, samples/location/forms/zipcode_maint.gfd,
!       scripts/gfclient, src/GFParser.py: Made minor changes to
!       documentation
  
  2001-05-24 10:31  jcater
  
***************
*** 2315,2321 ****
  2001-05-15 10:13  jcater
  
        * src/GFForm.py, src/UIbase.py, src/uidrivers/_base/UIdriver.py,
!       client/gfclient, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
        Made minor changes due to changes in gnue-common.  Preparing for
        migration to new dbdriver/datasource format.
  
--- 2375,2381 ----
  2001-05-15 10:13  jcater
  
        * src/GFForm.py, src/UIbase.py, src/uidrivers/_base/UIdriver.py,
!       scripts/gfclient, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
        Made minor changes due to changes in gnue-common.  Preparing for
        migration to new dbdriver/datasource format.
  
***************
*** 2334,2355 ****
  
  2001-05-11 20:42  jcater
  
!       * client/gfclient, src/GFForm.py, src/GFParser.py: Added support to
!       gnuef for connection definition files
  
  2001-05-11 19:04  jcater
  
!       * client/gfclient: Added profiling support to the new GClientApp so
!       profiling will be provided by default to all client apps.  Updated
!       gfclient to reflect this change (it previously did its own
        profiling).
  
  2001-05-11 16:58  jcater
  
!       * client/gfclient, src/GFDebug.py: Modified gfclient to use the new
!       GClientApp class.  Note the new help system :)  Developers should
!       now try to start using gnue.common.GDebug.printMesg instead of
!       GFDebug.printMesg. Note that GFDebug.printMesg now simply calls
        GDebug.printMesg, so code will not be broken.  However, GFDebug
        *should* be phased out.
  
--- 2394,2415 ----
  
  2001-05-11 20:42  jcater
  
!       * scripts/gfclient, src/GFForm.py, src/GFParser.py: Added support
!       to gnuef for connection definition files
  
  2001-05-11 19:04  jcater
  
!       * scripts/gfclient: Added profiling support to the new GClientApp
!       so profiling will be provided by default to all client apps. 
!       Updated gfclient to reflect this change (it previously did its own
        profiling).
  
  2001-05-11 16:58  jcater
  
!       * scripts/gfclient, src/GFDebug.py: Modified gfclient to use the
!       new GClientApp class.  Note the new help system :)  Developers
!       should now try to start using gnue.common.GDebug.printMesg instead
!       of GFDebug.printMesg. Note that GFDebug.printMesg now simply calls
        GDebug.printMesg, so code will not be broken.  However, GFDebug
        *should* be phased out.
  
***************
*** 2372,2378 ****
  
  2001-04-20 20:22  jcater
  
!       * client/gfclient, src/GFController.py, src/GFError.py,
        src/GFForm.py, src/GFObjects.py, src/GFParser.py, src/GFTrigger.py,
        src/UIbase.py, src/UIcurses.py, src/UIpyncurses.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
--- 2432,2438 ----
  
  2001-04-20 20:22  jcater
  
!       * scripts/gfclient, src/GFController.py, src/GFError.py,
        src/GFForm.py, src/GFObjects.py, src/GFParser.py, src/GFTrigger.py,
        src/UIbase.py, src/UIcurses.py, src/UIpyncurses.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
***************
*** 2399,2405 ****
  
  2001-04-16 21:35  jamest
  
!       * setup.py, client/gfclient, src/GFObjects.py, src/GFParser.py:
        Misc small bugs found during prerelease testing
  
  2001-04-16 20:40  jamest
--- 2459,2465 ----
  
  2001-04-16 21:35  jamest
  
!       * setup.py, scripts/gfclient, src/GFObjects.py, src/GFParser.py:
        Misc small bugs found during prerelease testing
  
  2001-04-16 20:40  jamest
***************
*** 2409,2415 ****
  
  2001-04-16 19:42  jcater
  
!       * client/gfclient: Fixed invalid login problem with oracle driver
  
  2001-04-16 19:31  jcater
  
--- 2469,2475 ----
  
  2001-04-16 19:42  jcater
  
!       * scripts/gfclient: Fixed invalid login problem with oracle driver
  
  2001-04-16 19:31  jcater
  
***************
*** 2421,2433 ****
  
  2001-04-16 18:23  jamest
  
!       * client/gfclient, src/GFTrigger.py: Fixed status bar not updating
        status after query with no records returned Additional changes
        needed to make multi-line triggers work
  
  2001-04-16 15:20  jamest
  
!       * setup.py, client/gfclient, src/GFObjects.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py: Fixed bug preventing data entry in
        databaseless forms Fixed startup bug in forms w/o entry widgets
        Other things I've forgot
--- 2481,2493 ----
  
  2001-04-16 18:23  jamest
  
!       * scripts/gfclient, src/GFTrigger.py: Fixed status bar not updating
        status after query with no records returned Additional changes
        needed to make multi-line triggers work
  
  2001-04-16 15:20  jamest
  
!       * setup.py, scripts/gfclient, src/GFObjects.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py: Fixed bug preventing data entry in
        databaseless forms Fixed startup bug in forms w/o entry widgets
        Other things I've forgot
***************
*** 2447,2453 ****
  
  2001-04-15 16:42  jamest
  
!       * client/gfclient, src/GFForm.py, src/GFObjects.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Added ra3vat's checkbox support
  
--- 2507,2513 ----
  
  2001-04-15 16:42  jamest
  
!       * scripts/gfclient, src/GFForm.py, src/GFObjects.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Added ra3vat's checkbox support
  
***************
*** 2485,2491 ****
        * src/GFForm.py, src/GFObjects.py, src/GFParser.py,
        src/GFParser2.py, src/GFTrigger.py, src/GParser.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py, client/gfclient: Implemented new
        parsing model
  
  2001-04-13 00:32  jcater
--- 2545,2551 ----
        * src/GFForm.py, src/GFObjects.py, src/GFParser.py,
        src/GFParser2.py, src/GFTrigger.py, src/GParser.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py, scripts/gfclient: Implemented new
        parsing model
  
  2001-04-13 00:32  jcater
***************
*** 2534,2540 ****
  
  2001-04-05 23:33  jamest
  
!       * client/gfclient, src/UIbase.py, src/UIwxpython.py,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Moved rollback button away from new record crude autoresize of
        status bar boxes status bar update bug fixed
--- 2594,2600 ----
  
  2001-04-05 23:33  jamest
  
!       * scripts/gfclient, src/UIbase.py, src/UIwxpython.py,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Moved rollback button away from new record crude autoresize of
        status bar boxes status bar update bug fixed
***************
*** 2623,2629 ****
  
  2001-03-22 20:25  dneighbors
  
!       * client/gfclient, src/GFForm.py: client/gfclient   ** changed
        changeFocus and nextEntry methods to use GFMessageBox when     
        handling errors
        
--- 2683,2689 ----
  
  2001-03-22 20:25  dneighbors
  
!       * scripts/gfclient, src/GFForm.py: client/gfclient   ** changed
        changeFocus and nextEntry methods to use GFMessageBox when     
        handling errors
        
***************
*** 2666,2677 ****
  
  2001-03-20 21:01  jamest
  
!       * client/gfclient: Fixed really braindead error in gfclient - i
        should test _before_ commit
  
  2001-03-20 20:58  jamest
  
!       * client/gfclient, src/GFForm.py, src/GFObjects.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Fixed issue with blocks contains data
        aware and unaware fields where unaware fields not functoinal due to
--- 2726,2737 ----
  
  2001-03-20 21:01  jamest
  
!       * scripts/gfclient: Fixed really braindead error in gfclient - i
        should test _before_ commit
  
  2001-03-20 20:58  jamest
  
!       * scripts/gfclient, src/GFForm.py, src/GFObjects.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Fixed issue with blocks contains data
        aware and unaware fields where unaware fields not functoinal due to
***************
*** 2679,2685 ****
  
  2001-03-20 17:25  jamest
  
!       * client/gfclient, samples/zipcode/zipcode.gfd, src/GFForm.py,
        src/GFObjects.py, src/UIbase.py, src/UIwxpython.py,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Fixed prequery not displaying properly bug Fixed error message
--- 2739,2745 ----
  
  2001-03-20 17:25  jamest
  
!       * samples/zipcode/zipcode.gfd, scripts/gfclient, src/GFForm.py,
        src/GFObjects.py, src/UIbase.py, src/UIwxpython.py,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
        Fixed prequery not displaying properly bug Fixed error message
***************
*** 2687,2699 ****
  
  2001-03-20 14:23  jamest
  
!       * client/gfclient, samples/trigger/trigger.gfd, src/GFForm.py,
        src/GFObjects.py, src/GFTrigger.py: Added MicahY's toXML function
        Added support for On-Change trigger
  
  2001-03-17 08:11  jamest
  
!       * client/gfclient, src/GFController.py, src/GFEvent.py,
        src/GFForm.py, src/GFObjects.py, src/GFOptions.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Moved gfclient logic out of GFForm
--- 2747,2759 ----
  
  2001-03-20 14:23  jamest
  
!       * samples/trigger/trigger.gfd, scripts/gfclient, src/GFForm.py,
        src/GFObjects.py, src/GFTrigger.py: Added MicahY's toXML function
        Added support for On-Change trigger
  
  2001-03-17 08:11  jamest
  
!       * scripts/gfclient, src/GFController.py, src/GFEvent.py,
        src/GFForm.py, src/GFObjects.py, src/GFOptions.py, src/UIbase.py,
        src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Moved gfclient logic out of GFForm
***************
*** 2769,2785 ****
  
  2001-02-25 14:02  jamest
  
!       * client/gfclient: Fixed reported bug in gfclient's ability to see
        if it was ran as gfclient
  
  2001-02-22 21:02  jamest
  
!       * client/gfclient: Second test of keyword substitution, updated
        copyright info
  
  2001-02-22 20:58  jamest
  
!       * client/gfclient: Testing CVS keyword substitution
  
  2001-02-21 20:08  jamest
  
--- 2829,2845 ----
  
  2001-02-25 14:02  jamest
  
!       * scripts/gfclient: Fixed reported bug in gfclient's ability to see
        if it was ran as gfclient
  
  2001-02-22 21:02  jamest
  
!       * scripts/gfclient: Second test of keyword substitution, updated
        copyright info
  
  2001-02-22 20:58  jamest
  
!       * scripts/gfclient: Testing CVS keyword substitution
  
  2001-02-21 20:08  jamest
  
***************
*** 2789,2804 ****
  
  2001-02-21 16:54  jamest
  
!       * client/gfclient, src/GFForm.py, src/UIbase.py, src/UIwxpython.py,
!       src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
!       Cleaned out all the print statements I forgot about A global
!       UIBase.py kludge to get to UIfoo.py defined classes
  
  2001-02-21 15:42  jamest
  
!       * client/gfclient, src/GFForm.py, src/UIbase.py, src/UIwxpython.py,
!       src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
!       Start of rewrite of UI system Lots of misc cleanups
  
  2001-02-20 13:57  jamest
  
--- 2849,2866 ----
  
  2001-02-21 16:54  jamest
  
!       * scripts/gfclient, src/GFForm.py, src/UIbase.py,
!       src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py: Cleaned out all the print statements
!       I forgot about A global UIBase.py kludge to get to UIfoo.py defined
!       classes
  
  2001-02-21 15:42  jamest
  
!       * scripts/gfclient, src/GFForm.py, src/UIbase.py,
!       src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py: Start of rewrite of UI system Lots of
!       misc cleanups
  
  2001-02-20 13:57  jamest
  
***************
*** 2886,2895 ****
  
  2001-02-08 22:55  jamest
  
!       * client/gfclient, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
!       Win32 urllib drive letter bug work arround Win32 login dialog under
!       splashscreen bug MySQL/ODBC driver changes Remove function key ref
!       from about dialog
  
  2001-02-08 16:18  treshna
  
--- 2948,2957 ----
  
  2001-02-08 22:55  jamest
  
!       * scripts/gfclient, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: Win32 urllib drive letter bug work
!       arround Win32 login dialog under splashscreen bug MySQL/ODBC driver
!       changes Remove function key ref from about dialog
  
  2001-02-08 16:18  treshna
  
***************
*** 2897,2903 ****
  
  2001-02-07 21:11  jamest
  
!       * setup.py, client/gfclient: setup.py only checks during a build
        Untested changes to fix odbc and mysql drivers error checking
        Changes gfclient to handle full path symbolic links to forms
  
--- 2959,2965 ----
  
  2001-02-07 21:11  jamest
  
!       * setup.py, scripts/gfclient: setup.py only checks during a build
        Untested changes to fix odbc and mysql drivers error checking
        Changes gfclient to handle full path symbolic links to forms
  
***************
*** 2958,2969 ****
  2001-01-24 21:13  jamest
  
        * FAQ, MANIFEST.in, README, README.curses, README.windows,
!       setup.cfg, setup.py, client/gfclient, doc/techref.lyx,
!       doc/techref.ps, samples/simple/form.gfd,
!       samples/zipcode/zipcode.gfd, setupext/__init__.py,
!       setupext/install_data.py: Updated docs changed -u text to -u pytext
!       and -u newtext to -u text moved images arround a bit setup.py
!       enhancements
  
  2001-01-21 12:50  jamest
  
--- 3020,3030 ----
  2001-01-24 21:13  jamest
  
        * FAQ, MANIFEST.in, README, README.curses, README.windows,
!       setup.cfg, setup.py, doc/techref.lyx, doc/techref.ps,
!       samples/simple/form.gfd, samples/zipcode/zipcode.gfd,
!       scripts/gfclient, setupext/__init__.py, setupext/install_data.py:
!       Updated docs changed -u text to -u pytext and -u newtext to -u text
!       moved images arround a bit setup.py enhancements
  
  2001-01-21 12:50  jamest
  
***************
*** 3123,3152 ****
  
  2000-12-21 15:14  cspence
  
!       * client/gfclient: Added _incomplete_ python curses support use
        gfclient -u newtext to see progress so far
  
  2000-12-19 21:28  dneighbors
  
!       * client/gfclient: Switched from globals to class vars.
  
  2000-12-19 10:51  jamest
  
!       * client/gfclient, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
!       Quick fix for windows UI support Put about menu back in
  
  2000-12-18 21:27  dneighbors
  
!       * client/gfclient, src/GFGetOpt.py: Moved options out of .run() to
        allow for -p profiling switch.
  
  2000-12-18 20:52  dneighbors
  
!       * client/gfclient: Fixed -h option.
  
  2000-12-18 20:45  jamest
  
!       * client/gfclient: Fixed error in gfclient preventing -v from
        working properly
  
  2000-12-18 20:32  dneighbors
--- 3184,3214 ----
  
  2000-12-21 15:14  cspence
  
!       * scripts/gfclient: Added _incomplete_ python curses support use
        gfclient -u newtext to see progress so far
  
  2000-12-19 21:28  dneighbors
  
!       * scripts/gfclient: Switched from globals to class vars.
  
  2000-12-19 10:51  jamest
  
!       * scripts/gfclient, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: Quick fix for windows UI support Put
!       about menu back in
  
  2000-12-18 21:27  dneighbors
  
!       * scripts/gfclient, src/GFGetOpt.py: Moved options out of .run() to
        allow for -p profiling switch.
  
  2000-12-18 20:52  dneighbors
  
!       * scripts/gfclient: Fixed -h option.
  
  2000-12-18 20:45  jamest
  
!       * scripts/gfclient: Fixed error in gfclient preventing -v from
        working properly
  
  2000-12-18 20:32  dneighbors
***************
*** 3156,3162 ****
  
  2000-12-18 18:27  jamest
  
!       * TODO, client/gfclient, src/GFForm.py, src/GFOptions.py,
        src/UIpyncurses.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py: Fixed bug allowing hidden fields to
        get focus on startup Fixed _version bug Updated master field
--- 3218,3224 ----
  
  2000-12-18 18:27  jamest
  
!       * TODO, scripts/gfclient, src/GFForm.py, src/GFOptions.py,
        src/UIpyncurses.py, src/UIwxpython.py,
        src/uidrivers/wx/UIdriver.py: Fixed bug allowing hidden fields to
        get focus on startup Fixed _version bug Updated master field
***************
*** 3167,3173 ****
  
  2000-12-18 13:59  cspence
  
!       * client/gfclient, samples/trigger/trigger.gfd, src/GFDebug.py,
        src/GFEvent.py, src/GFForm.py, src/GFGetOpt.py, src/GFObjects.py,
        src/GFOptions.py, src/GFParser.py, src/UIbase.py,
        src/UIpyncurses.py, src/UIwxpython.py,
--- 3229,3235 ----
  
  2000-12-18 13:59  cspence
  
!       * samples/trigger/trigger.gfd, scripts/gfclient, src/GFDebug.py,
        src/GFEvent.py, src/GFForm.py, src/GFGetOpt.py, src/GFObjects.py,
        src/GFOptions.py, src/GFParser.py, src/UIbase.py,
        src/UIpyncurses.py, src/UIwxpython.py,
***************
*** 3249,3255 ****
  
  2000-12-13 00:35  jamest
  
!       * INSTALL, TODO, client/gfclient, samples/simple/form.gfd,
        src/GFForm.py, src/GFObjects.py, src/GFOptions.py, src/GFParser.py,
        src/UIbase.py, src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: ficed dropdowns not clearing on
--- 3311,3317 ----
  
  2000-12-13 00:35  jamest
  
!       * INSTALL, TODO, samples/simple/form.gfd, scripts/gfclient,
        src/GFForm.py, src/GFObjects.py, src/GFOptions.py, src/GFParser.py,
        src/UIbase.py, src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: ficed dropdowns not clearing on
***************
*** 3314,3320 ****
  
  2000-12-08 15:49  cspence
  
!       * README.curses, client/gfclient, samples/zipcode/zipcode.gfd,
        src/GFController.py, src/GFEvent.py, src/GFForm.py, src/UIbase.py,
        src/UIpyncurses.py, src/UIwxpython.py, src/gnue-splash.bmp,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
--- 3376,3382 ----
  
  2000-12-08 15:49  cspence
  
!       * README.curses, samples/zipcode/zipcode.gfd, scripts/gfclient,
        src/GFController.py, src/GFEvent.py, src/GFForm.py, src/UIbase.py,
        src/UIpyncurses.py, src/UIwxpython.py, src/gnue-splash.bmp,
        src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
***************
*** 3337,3343 ****
  
  2000-12-07 10:40  cspence
  
!       * client/gfclient, src/UIpyncurses.py: started to convert
        UIpyncurses
  
  2000-12-07 07:03  cspence
--- 3399,3405 ----
  
  2000-12-07 10:40  cspence
  
!       * scripts/gfclient, src/UIpyncurses.py: started to convert
        UIpyncurses
  
  2000-12-07 07:03  cspence
***************
*** 3354,3360 ****
  
  2000-12-06 17:02  cspence
  
!       * client/gfclient, src/GFController.py, src/GFEvent.py,
        src/GFForm.py, src/UIbase.py, src/UIwxpython.py,
        src/gnue-splash.bmp, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Branch with proposed gui login screen
--- 3416,3422 ----
  
  2000-12-06 17:02  cspence
  
!       * scripts/gfclient, src/GFController.py, src/GFEvent.py,
        src/GFForm.py, src/UIbase.py, src/UIwxpython.py,
        src/gnue-splash.bmp, src/uidrivers/_base/UIdriver.py,
        src/uidrivers/wx/UIdriver.py: Branch with proposed gui login screen
***************
*** 3415,3426 ****
  2000-11-27 10:54  jmeskill
  
        * Makefile.am, acinclude.m4, autogen.sh, configure.in,
!       setup_cvs_devel.sh, client/Makefile.am, doc/Makefile.am,
!       samples/Makefile.am, samples/geas/Makefile.am,
!       samples/po/Makefile.am, samples/zipcode/Makefile.am,
!       src/Makefile.am: Removed autotools files since they are no longer
!       needed Moved script that allows us to test in CVS to
!       setup_cvs_devel.sh
  
  2000-11-26 22:56  dneighbors
  
--- 3477,3487 ----
  2000-11-27 10:54  jmeskill
  
        * Makefile.am, acinclude.m4, autogen.sh, configure.in,
!       setup_cvs_devel.sh, doc/Makefile.am, samples/Makefile.am,
!       samples/geas/Makefile.am, samples/po/Makefile.am,
!       samples/zipcode/Makefile.am, scripts/Makefile.am, src/Makefile.am:
!       Removed autotools files since they are no longer needed Moved
!       script that allows us to test in CVS to setup_cvs_devel.sh
  
  2000-11-26 22:56  dneighbors
  
***************
*** 3445,3459 ****
  
  2000-11-20 23:30  jmeskill
  
!       * setup.py, debian/changelog, debian/control, debian/dirs,
!       debian/files, debian/postinst, debian/postinst.debhelper,
!       debian/prerm.debhelper, debian/rules: cleaned up deb support
!       removed gnue python package since it is now in python-gnue-base
  
  2000-11-20 14:26  jmeskill
  
!       * debian/rules, src/DBfactory.py, src/GFObjects.py: Simple changes
!       to make initializing db drivers better
  
  2000-11-20 00:55  jmeskill
  
--- 3506,3522 ----
  
  2000-11-20 23:30  jmeskill
  
!       * setup.py, packaging/debian/changelog, packaging/debian/control,
!       packaging/debian/dirs, packaging/debian/files,
!       packaging/debian/postinst, packaging/debian/postinst.debhelper,
!       packaging/debian/prerm.debhelper, packaging/debian/rules: cleaned
!       up deb support removed gnue python package since it is now in
!       python-gnue-base
  
  2000-11-20 14:26  jmeskill
  
!       * packaging/debian/rules, src/DBfactory.py, src/GFObjects.py:
!       Simple changes to make initializing db drivers better
  
  2000-11-20 00:55  jmeskill
  
***************
*** 3499,3509 ****
  
  2000-11-14 22:04  jamest
  
!       * client/gfclient, src/GFEvent.py, src/GFForm.py, src/GFOptions.py,
!       src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Moved an error
!       text to GFOptions.py Fixed bug where mouse click on a label
!       generated a block error Minor speed enhancements (the ones that
!       didn't break everything :)
  
  2000-11-10 13:48  cspence
  
--- 3562,3572 ----
  
  2000-11-14 22:04  jamest
  
!       * scripts/gfclient, src/GFEvent.py, src/GFForm.py,
!       src/GFOptions.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
!       Moved an error text to GFOptions.py Fixed bug where mouse click on
!       a label generated a block error Minor speed enhancements (the ones
!       that didn't break everything :)
  
  2000-11-10 13:48  cspence
  
***************
*** 3516,3522 ****
  
  2000-11-09 21:23  jamest
  
!       * TODO, client/gfclient, src/GFForm.py, src/GFObjects.py: fixed
        validator bugs performance improvements
  
  2000-11-09 17:50  jamest
--- 3579,3585 ----
  
  2000-11-09 21:23  jamest
  
!       * TODO, scripts/gfclient, src/GFForm.py, src/GFObjects.py: fixed
        validator bugs performance improvements
  
  2000-11-09 17:50  jamest
***************
*** 3595,3603 ****
  
  2000-11-07 13:14  jmeskill
  
!       * debian/: README.Debian, changelog, control, copyright, dirs,
!       docs, files, postinst, postinst.debhelper, prerm, prerm.debhelper,
!       rules: Added debian support
  
  2000-11-06 23:47  jmeskill
  
--- 3658,3666 ----
  
  2000-11-07 13:14  jmeskill
  
!       * packaging/debian/: README.Debian, changelog, control, copyright,
!       dirs, docs, files, postinst, postinst.debhelper, prerm,
!       prerm.debhelper, rules: Added debian support
  
  2000-11-06 23:47  jmeskill
  
***************
*** 3605,3615 ****
  
  2000-11-06 22:31  jamest
  
!       * README, pg.py.patch, client/gfclient,
!       samples/zipcode/zip_code.gfd, samples/zipcode/zipcode.gfd,
!       src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: README updates
!       renamed zip_code.gfd to zipcode.gfd removed profiler code partial
!       addition of new login form (not active in this code checkin)
  
  2000-11-06 20:21  dneighbors
  
--- 3668,3678 ----
  
  2000-11-06 22:31  jamest
  
!       * README, pg.py.patch, samples/zipcode/zip_code.gfd,
!       samples/zipcode/zipcode.gfd, scripts/gfclient, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: README updates renamed zip_code.gfd
!       to zipcode.gfd removed profiler code partial addition of new login
!       form (not active in this code checkin)
  
  2000-11-06 20:21  dneighbors
  
***************
*** 3621,3627 ****
  
  2000-11-04 22:14  jamest
  
!       * TODO, client/gfclient, src/GFForm.py, src/GFObjects.py,
        src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: status bar
        speedups added support for checking that data is saved prior to
        query/exit   (moved exit approval from UI to GFForm) start of a GUI
--- 3684,3690 ----
  
  2000-11-04 22:14  jamest
  
!       * TODO, scripts/gfclient, src/GFForm.py, src/GFObjects.py,
        src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: status bar
        speedups added support for checking that data is saved prior to
        query/exit   (moved exit approval from UI to GFForm) start of a GUI
***************
*** 3699,3706 ****
  2000-10-27 14:59  jmeskill
  
        * INSTALL, Makefile.am, README, README.developers, TODO,
!       autogen.sh, configure.in, client/.cvsignore, client/Makefile.am,
!       client/gfclient, doc/Makefile.am, samples/Makefile.am,
        samples/po/.cvsignore, samples/po/Makefile.am,
        samples/zipcode/.cvsignore, samples/zipcode/Makefile.am,
        src/.cvsignore, src/DBfactory.py, src/GFClient.py, src/Makefile.am,
--- 3762,3769 ----
  2000-10-27 14:59  jmeskill
  
        * INSTALL, Makefile.am, README, README.developers, TODO,
!       autogen.sh, configure.in, scripts/.cvsignore, scripts/Makefile.am,
!       scripts/gfclient, doc/Makefile.am, samples/Makefile.am,
        samples/po/.cvsignore, samples/po/Makefile.am,
        samples/zipcode/.cvsignore, samples/zipcode/Makefile.am,
        src/.cvsignore, src/DBfactory.py, src/GFClient.py, src/Makefile.am,
Index: gnue/forms/packaging/inno/gfclient.iss
diff -c gnue/forms/packaging/inno/gfclient.iss:1.12 
gnue/forms/packaging/inno/gfclient.iss:1.13
*** gnue/forms/packaging/inno/gfclient.iss:1.12 Mon Jun  3 16:39:20 2002
--- gnue/forms/packaging/inno/gfclient.iss      Mon Jun  3 17:08:39 2002
***************
*** 69,76 ****
  Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletekey deletekey
  Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey deletekey
  ;when we get a nifty icon, that's set here :)
! Root: HKCR; Subkey: "GNUeFormsClient\DefaultIcon"; ValueType: string; 
ValueName: ""; ValueData: "{app}\GFCLIENT.EXE,0"
! Root: HKCR; Subkey: "GNUeFormsClient\shell\open\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GFCLIENT.EXE"" ""%1"""; Flags: deletekey
  
  
  
--- 69,76 ----
  Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletekey deletekey
  Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey deletekey
  ;when we get a nifty icon, that's set here :)
! Root: HKCR; Subkey: "GNUeFormsClient\DefaultIcon"; ValueType: string; 
ValueName: ""; ValueData: "{app}\GNUE-FORMS.EXE,0"
! Root: HKCR; Subkey: "GNUeFormsClient\shell\open\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GNUE-FORMS.EXE"" ""%1"""; Flags: deletekey
  
  
  
Index: gnue/reports/ChangeLog
diff -c gnue/reports/ChangeLog:1.3 gnue/reports/ChangeLog:1.4
*** gnue/reports/ChangeLog:1.3  Mon Jun  3 15:42:40 2002
--- gnue/reports/ChangeLog      Mon Jun  3 17:08:39 2002
***************
*** 1,3 ****
--- 1,34 ----
+ 2002-06-03 14:42  jcater
+ 
+       * ChangeLog, INSTALL, setup.py: fixes for the client/ directory
+       changes
+ 
+ 2002-06-03 14:09  jcater
+ 
+       * src/: GRRun.py, GRServer.py: fixes for the client/ directory
+       changes
+ 
+ 2002-06-02 17:51  jcater
+ 
+       * setup.py: fixed directory structure for installed man files
+ 
+ 2002-06-02 17:21  jcater
+ 
+       * MANIFEST.in, setup.py, src/GRRun.py, src/GRServer.py: Added
+       --generate-man-page to GBaseApp and updated the setup.py's to
+       create the manpages before creating a source distribution
+ 
+ 2002-06-01 12:47  jcater
+ 
+       * MANIFEST.in, setup.py, setupext/__init__.py,
+       setupext/install_data.py: added missing MANIFEST entries; added
+       support for GNUE_VERSION_SUFFIX to the setup.py's to ease the
+       creating of prereleases
+ 
+ 2002-05-31 15:05  jcater
+ 
+       * ChangeLog: ChangeLog updates
+ 
  2002-05-30 23:10  jcater
  
        * setup.py: more fixes to setup.py
***************
*** 444,451 ****
  
  2001-10-24 13:37  jcater
  
!       * README, setup.py, scripts/gnue-reports-server.in, src/GRServer.py: 
simplified
!       the setup scripts; continued work on report server
  
  2001-10-22 18:01  jcater
  
--- 475,483 ----
  
  2001-10-24 13:37  jcater
  
!       * README, setup.py, scripts/gnue-reports-server.in,
!       src/GRServer.py: simplified the setup scripts; continued work on
!       report server
  
  2001-10-22 18:01  jcater
  
***************
*** 522,531 ****
  
  2001-10-07 01:28  jcater
  
!       * AUTHORS, INSTALL, setup.cfg.in, setup.py, scripts/gnue-reports.in,
!       samples/mailmerge/mailmerge.py, src/GRDataMapper.py,
!       src/GRLayout.py, src/GRReport.py, src/GRRun.py,
!       src/GRSortOptions.py, src/gnue-reports: misc setup changes; misc fixes
  
  2001-10-04 23:31  jcater
  
--- 554,564 ----
  
  2001-10-07 01:28  jcater
  
!       * AUTHORS, INSTALL, setup.cfg.in, setup.py,
!       samples/mailmerge/mailmerge.py, scripts/gnue-reports.in,
!       src/GRDataMapper.py, src/GRLayout.py, src/GRReport.py,
!       src/GRRun.py, src/GRSortOptions.py, src/grrun: misc setup changes;
!       misc fixes
  
  2001-10-04 23:31  jcater
  
***************
*** 562,568 ****
  
  2001-09-19 14:32  jcater
  
!       * src/gnue-reports: fixed form's queryDefault support; fixed problem
        w/conditional combines; misc other fixes
  
  2001-08-12 14:55  jamest
--- 595,601 ----
  
  2001-09-19 14:32  jcater
  
!       * src/grrun: fixed form's queryDefault support; fixed problem
        w/conditional combines; misc other fixes
  
  2001-08-12 14:55  jamest
***************
*** 612,618 ****
  
  2001-06-05 10:57  jcater
  
!       * src/gnue-reports: Minor changes
  
  2001-05-30 09:43  jcater
  
--- 645,651 ----
  
  2001-06-05 10:57  jcater
  
!       * src/grrun: Minor changes
  
  2001-05-30 09:43  jcater
  
***************
*** 628,634 ****
        * README, samples/location/zip-by-state.grd, src/GRDataMapper.py,
        src/GREngine.py, src/GRExceptions.py, src/GRLayout.py,
        src/GRParameters.py, src/GRParser.py, src/GRReport.py,
!       src/GRSources.py, src/gnue-reports: First working model of Reports.
        Currently does not recognize summaries, sortoptions, or parameters
        (the latter two are pending changes to the <datasource> tag
        formats).
--- 661,667 ----
        * README, samples/location/zip-by-state.grd, src/GRDataMapper.py,
        src/GREngine.py, src/GRExceptions.py, src/GRLayout.py,
        src/GRParameters.py, src/GRParser.py, src/GRReport.py,
!       src/GRSources.py, src/grrun: First working model of Reports.
        Currently does not recognize summaries, sortoptions, or parameters
        (the latter two are pending changes to the <datasource> tag
        formats).
***************
*** 652,667 ****
  
        * samples/location/zip-by-state.grd, src/GREngine.py,
        src/GRParameters.py, src/GRParser.py, src/GRReport.py,
!       src/GRSortOptions.py, src/gnue-reports: Several miscellaneous changes;
        started on outputting report text;  Parameters and Sort Options can
        be set and default values correctly pulled if no value specified. 
!       gnue-reports loads and attempts to load a report; supports quite a few
        command line options.
  
  2001-05-23 11:20  jcater
  
        * samples/location/zip-by-state.grd, src/GREngine.py,
!       src/GRParser.py, src/GRReport.py, src/gnue-reports: Added my working
        sample.  It is a quickly developing sample, so don't look at it and
        say, 'Ooh, I think I can write a report like this.' because you
        can't!  It'll break shortly. :) Also posted miscellaneous changes
--- 685,700 ----
  
        * samples/location/zip-by-state.grd, src/GREngine.py,
        src/GRParameters.py, src/GRParser.py, src/GRReport.py,
!       src/GRSortOptions.py, src/grrun: Several miscellaneous changes;
        started on outputting report text;  Parameters and Sort Options can
        be set and default values correctly pulled if no value specified. 
!       grrun loads and attempts to load a report; supports quite a few
        command line options.
  
  2001-05-23 11:20  jcater
  
        * samples/location/zip-by-state.grd, src/GREngine.py,
!       src/GRParser.py, src/GRReport.py, src/grrun: Added my working
        sample.  It is a quickly developing sample, so don't look at it and
        say, 'Ooh, I think I can write a report like this.' because you
        can't!  It'll break shortly. :) Also posted miscellaneous changes
***************
*** 669,675 ****
  
  2001-05-17 13:59  jcater
  
!       * src/: GREngine.py, GRParser.py, GRReport.py, GRSources.py, 
gnue-reports,
        test.py: Miscellaneous changes
  
  2001-05-16 13:59  jcater
--- 702,708 ----
  
  2001-05-17 13:59  jcater
  
!       * src/: GREngine.py, GRParser.py, GRReport.py, GRSources.py, grrun,
        test.py: Miscellaneous changes
  
  2001-05-16 13:59  jcater



reply via email to

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