commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/ChangeLog common/ChangeLog forms...


From: Jason Cater
Subject: gnue appserver/ChangeLog common/ChangeLog forms...
Date: Fri, 20 Sep 2002 02:23:30 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/09/20 02:23:30

Modified files:
        appserver      : ChangeLog 
        common         : ChangeLog 
        forms          : AUTHORS ChangeLog 
        navigator      : ChangeLog INSTALL NEWS 
        reports        : ChangeLog 

Log message:
        first round of changes to text documents in prep for a release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/appserver/ChangeLog.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/AUTHORS.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/ChangeLog.diff?cvsroot=OldCVS&tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/INSTALL.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/NEWS.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/ChangeLog.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/appserver/ChangeLog
diff -c gnue/appserver/ChangeLog:1.3 gnue/appserver/ChangeLog:1.4
*** gnue/appserver/ChangeLog:1.3        Mon Jun  3 17:08:38 2002
--- gnue/appserver/ChangeLog    Fri Sep 20 02:23:30 2002
***************
*** 1,3 ****
--- 1,255 ----
+ 2002-09-18 09:07  siesel
+ 
+       * INSTALL, INSTALL.cvs, setup.py, samples/setup-pgsql.sh,
+       src/geasList.py, src/test.py: code and documetation cleanups
+ 
+ 2002-09-17 10:27  jcater
+ 
+       * src/: geasRpcServer.py, _featuretest/gcdParser.py,
+       _featuretest/geasTools.py, objrepos/geasClassDefs.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 00:39  baumannd
+ 
+       * src/_featuretest/OdlLexer.py: Fix it so we now match and ignore
+       c++-style one line comments.
+ 
+ 2002-09-15 23:47  baumannd
+ 
+       * src/_featuretest/: OdlLexer.py, lex.py, yacc.py: Add ODL lexer,
+       has issues with c++-style comments still :(. Also add PLY files as
+       they aren't packaged and the easiest thing to do is shove them in
+       cvs.
+ 
+ 2002-09-15 23:44  baumannd
+ 
+       * src/_featuretest/: GodlParser.py, Objects.py,
+       thekitchensink.godl: Godl parser crack.
+ 
+ 2002-09-03 23:15  baumannd
+ 
+       * src/_featuretest/GodlParser.py: Little bit of parser work...must
+       sleep.
+ 
+ 2002-09-02 23:02  baumannd
+ 
+       * src/_featuretest/: GodlParser.py, Objects.py, godlParser.py,
+       thekitchensink.godl: Start parser (needs work).
+ 
+ 2002-09-02 05:35  baumannd
+ 
+       * src/_featuretest/: thekitchensink.godl, thekitchensink.odl: Done.
+ 
+ 2002-08-31 13:35  baumannd
+ 
+       * src/_featuretest/: thekitchensink.godl, thekitchensink.odl: Add
+       stuff.
+ 
+ 2002-08-15 21:51  baumannd
+ 
+       * src/_featuretest/thekitchensink.godl: More crap. Why did I make
+       this file so damned large?
+ 
+ 2002-08-11 08:50  baumannd
+ 
+       * src/_featuretest/thekitchensink.godl: Add more.
+ 
+ 2002-08-08 09:47  jcater
+ 
+       * doc/technotes/index.html: merged psu's index.html code into our
+       create-technote-index.py script so both an index.html and index.txt
+       are created
+ 
+ 2002-08-01 17:29  siesel
+ 
+       * TODO: added timeout for dynamic created objects to RPC library,
+       and a garbage collector which is running in a seperate thread
+ 
+ 2002-07-28 05:42  siesel
+ 
+       * samples/Makefile: changes to interbase/DBdriver.py (add primary
+       key etc) [closing Ticket #116] adding interbase.xsl [closing Ticket
+       #117] changing Makefiles to use interbase.xsl
+ 
+ 2002-07-24 22:01  baumannd
+ 
+       * src/_featuretest/thekitchensink.godl: Add to godl file (xml
+       markup) of thekitchensink.odl.
+ 
+ 2002-07-24 17:40  siesel
+ 
+       * doc/diagrams/: CHANGELOG, geas.dia, geor.dia, usage.dia: added
+       FSF copyright (ariel)
+ 
+ 2002-07-23 16:40  siesel
+ 
+       * samples/Makefile: add missing images for HTML representation from
+       DCL tree support HTML creation in Makefiles
+ 
+ 2002-07-23 06:09  baumannd
+ 
+       * src/_featuretest/thekitchensink.odl: Fix syntax error.
+ 
+ 2002-07-23 06:03  baumannd
+ 
+       * src/_featuretest/thekitchensink.odl: Finish adding to the kitchen
+       sink, this should be sufficient now for testing.
+ 
+ 2002-07-22 06:20  baumannd
+ 
+       * src/_featuretest/thekitchensink.odl: Add some to the kitchen
+       sink.
+ 
+ 2002-07-21 08:19  baumannd
+ 
+       * src/_featuretest/thekitchensink.odl: Add more to the kitchen
+       sink.
+ 
+ 2002-07-18 13:29  jcater
+ 
+       * doc/technotes/index.txt: added footer message
+ 
+ 2002-07-18 13:23  jcater
+ 
+       * doc/technotes/: 00000.txt, index.txt: added technote structure
+ 
+ 2002-07-16 18:03  siesel
+ 
+       * doc/diagrams/: CHANGELOG, README, geas.dia: added REAME +
+       CHANGELOG, updated geas.dia (ariel_)
+ 
+ 2002-07-15 16:29  baumannd
+ 
+       * doc/geasarch/outline.txt: Add section to the ODMG Python binding
+       for handling idl union types.
+ 
+ 2002-07-15 04:44  siesel
+ 
+       * src/_featuretest/geasTools.py: add missing geasTools (import
+       tools i.e. for GODL)
+ 
+ 2002-07-15 04:43  siesel
+ 
+       * src/_featuretest/: atest.py, geasMetaObject.py,
+       geasObjectServer.py, godlParser.py: included basic godlParser into
+       test run improved the loading of Namespaces etc, which have not
+       commited
+ 
+ 2002-07-15 01:11  baumannd
+ 
+       * src/_featuretest/: godl.xsd, godlParser.py, odltypes.godl,
+       odmg.odl, thekitchensink.godl, thekitchensink.odl: Add godl parser,
+       godl xml schema, example godl files, and example odl files.
+ 
+ 2002-07-10 15:29  siesel
+ 
+       * samples/: Makefile, sample.gsd: allow pgsql.xsl to transform .gsd
+       files, add an sample.gsd as representation of the sample database
+       tables for appserver, add a data section to gsd files.
+ 
+ 2002-07-03 16:33  siesel
+ 
+       * src/: geasInstance.py, geasList.py, test.py: add simple hack to
+       mis-use triggers as methods and let the user test it
+ 
+ 2002-07-03 16:20  siesel
+ 
+       * src/_featuretest/__init__.py: added missing __init__.py. gtestcvs
+       should work now.
+ 
+ 2002-07-03 11:10  siesel
+ 
+       * samples/appservertest.gfd: add an button for calling a function
+       on the server to the standart example
+ 
+ 2002-07-03 10:58  siesel
+ 
+       * src/: geasInstance.py, geasTrigger.py: - add a global 'call'
+       function to the trigger namespace - make appserver support that
+       function and call the instance.call function   of the current
+       record - add default datasourceEntrys entry to make not GObj based
+       access to datasources cleaner.
+ 
+ 2002-07-02 08:19  siesel
+ 
+       * doc/diagrams/: geas.dia, geor.dia, usage.dia: add diagrams of the
+       structure of appserver (made by ariel)
+ 
+ 2002-06-25 17:09  siesel
+ 
+       * samples/: Makefile, sample.xml: add XSLTs for table definition in
+       XML to db specific sql add table definitions in XML for appserver
+ 
+ 2002-06-21 09:34  siesel
+ 
+       * src/_featuretest/: GEMA.py, TODO, atest.py, create_tables.sql:
+       add a global namespace to instance methods.  i.e. you can access
+       Address.newinstance from an instance method
+ 
+ 2002-06-20 19:34  siesel
+ 
+       * samples/setup-pgsql.sh, src/geasList.py, src/geasRpcServer.py,
+       src/geasSession.py, src/geasTrigger.py: hacked trigger support into
+       appserver, please look and change
+ 
+ 2002-06-19 15:42  siesel
+ 
+       * src/_featuretest/: GEDI.py, README, atest.py,
+       geasConnectionPool.py, geasMetaObject.py, geasObjectServer.py: add
+       very very basic introspection support and enhanced the atest file
+       add an option for _featuretest to gtestcvs
+ 
+ 2002-06-19 08:26  siesel
+ 
+       * src/_featuretest/: .cvsignore, GEMA.py, geasMetaObject.py,
+       geasNameSpace.py: small changes in method creation code
+ 
+ 2002-06-19 08:15  siesel
+ 
+       * src/_featuretest/: GEDI.py, GEMA.py, README, TODO, atest.py,
+       geasAuthentification.py, geasConnectionPool.py, geasInstance.py,
+       geasList.py, geasMetaObject.py, geasNameSpace.py, geasObject.py,
+       geasObjectServer.py, geasSession.py, geasSuperObject.py: add a
+       better seperation between data fetching and object creation
+       different other code cleanups
+ 
+ 2002-06-15 14:51  jcater
+ 
+       * src/__init__.py: updated version numbers to development status
+ 
+ 2002-06-15 06:31  siesel
+ 
+       * server/.cvsignore: remove files from server directory (not needed
+       anymore)
+ 
+ 2002-06-05 15:39  siesel
+ 
+       * doc/api/api.texi: update api to contain geasAuthClient
+ 
+ 2002-06-05 14:15  siesel
+ 
+       * ROADMAP, TODO, samples/setup-pgsql.sh,
+       src/geasAuthentification.py, src/geasRpcServer.py,
+       src/geasSession.py: add authentification agent to appserver small
+       patches
+ 
+ 2002-06-05 09:33  siesel
+ 
+       * src/_featuretest/gcdParser.py: add a beginning for a parser for
+       gcd files
+ 
+ 2002-06-04 10:02  siesel
+ 
+       * src/: geasList.py, geasSession.py: add condition tree <-> token
+       list (prefix notation) conversion routines add condition support to
+       appserver
+ 
+ 2002-06-03 16:08  jcater
+ 
+       * ChangeLog: updated changelogs
+ 
  2002-06-03 14:58  jcater
  
        * setup.py: fixes for client/ changes
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.12 gnue/common/ChangeLog:1.13
*** gnue/common/ChangeLog:1.12  Mon Jun  3 17:08:38 2002
--- gnue/common/ChangeLog       Fri Sep 20 02:23:30 2002
***************
*** 1,3 ****
--- 1,681 ----
+ 2002-09-19 10:57  arturas
+ 
+       * doc/technotes/00002.txt: Some more updates, probably known to
+       everyone, but that's what documentation is for.
+ 
+ 2002-09-19 09:02  arturas
+ 
+       * doc/technotes/00002.txt: Updated documentation.
+ 
+ 2002-09-19 07:48  siesel
+ 
+       * src/dbdrivers/gadfly/: DBdriver.py, __init__.py: some code
+       cleanups for the gadfly driver, gadfly works now in forms and
+       designer.
+ 
+ 2002-09-18 08:46  siesel
+ 
+       * src/: FileUtils.py, gear/GearSystem.py,
+       gear/NavigationBuilder.py: finish .gear file access seperation
+ 
+ 2002-09-18 01:49  jcater
+ 
+       * doc/technotes/00005.txt, doc/technotes/index.html,
+       doc/technotes/index.txt, src/GBaseApp.py, src/GConnections.py,
+       src/GLoginHandler.py: added support for custom login
+       authenticators; read common technote 00005.txt for more information
+ 
+ 2002-09-18 00:13  jcater
+ 
+       * src/: GBaseApp.py, GCConfig.py, GClientApp.py, GConfig.py: 
+       * Added support for a [common] section in gnue.conf * Moved
+       StoreTriggersAsCDATA to [common] * Added ImportPath to [common] so
+       end developers can write their own modules   that can easily be
+       referenced in, say, trigger code without adding the   needed
+       modules to the system python path.    (e.g., you can have
+       ImportPath=/usr/local/gnue/import,/home/me/mypython)  * Misc
+       performance improvements in GBaseApp
+ 
+ 2002-09-17 15:41  jcater
+ 
+       * src/GConnections.py: hopefully a fix to the netrc issue
+ 
+ 2002-09-17 14:36  jcater
+ 
+       * setup.py: added/removed schema-related and gear-related entries
+       from setup.py
+ 
+ 2002-09-17 11:52  arturas
+ 
+       * utils/po-diff.py: Something that msgmerge should do but i wasn't
+       enough clever to force it to.  The script takes one some years ago
+       translated .po file, compares it with recently generated empty .po
+       file and produces result - leaving the same lines intact and
+       clearly showing what translations have been changes/added/removed -
+       as a .po file.
+ 
+ 2002-09-17 10:45  jcater
+ 
+       * src/GConnections.py: fixed bug in netrc support that prevented
+       mysql or appserver logins
+ 
+ 2002-09-17 10:27  jcater
+ 
+       * src/: FileUtils.py, GBaseApp.py, GComm.py, GConfig.py,
+       GConnections.py, TextUtils.py, __init__.py,
+       commdrivers/_helpers/RpcDoc.py, commdrivers/_test/server.py,
+       dbdrivers/mxodbc/DBdriver.py, gear/__init__.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 15:18  jcater
+ 
+       * doc/Connections.txt, doc/common-techref.lyx,
+       etc/sample.gnue.conf, scripts/gnue-diag.sh: changed references from
+       gfclient to gnue-forms [patch by filc]
+ 
+ 2002-09-16 15:09  jcater
+ 
+       * src/schema/__init__.py: preparing for move of schema's parser
+       from designer to common
+ 
+ 2002-09-16 14:30  jcater
+ 
+       * src/GConnections.py: added TODO comments about incorrect
+       defaulting of namespaces in reports
+ 
+ 2002-09-15 15:54  siesel
+ 
+       * src/__init__.py: * make gnue-forms use openResource (gnue-common)
+       instead of openurl * allow openResource to transparently access
+       files stored in a zip archive   (this special zip archive is called
+       gear for now) * allow navigator to open these zip files and get an
+       process definition   file which describes the archive content
+       created on the fly
+ 
+ 2002-09-14 09:59  siesel
+ 
+       * src/GConnections.py: [.netrc patch breaks win32 forms, because of
+       missing HOME env. var.] fixed
+ 
+ 2002-09-14 09:19  siesel
+ 
+       * src/dbdrivers/configfile/: DBdriver.py, __init__.py: add a
+       "configfile" DB driver to edit config files add an "connection.cfd"
+       example which can be directly used to edit your private
+       "connection.conf".
+ 
+ 2002-09-11 15:23  siesel
+ 
+       * src/__init__.py: add missing ":" to __init__.py, add <parameter>
+       tag to showparameter.gfd example
+ 
+ 2002-09-11 13:02  jcater
+ 
+       * README.databases: [ticket #102] fixed typo in URL of psycopg
+       driver
+ 
+ 2002-09-11 12:45  jcater
+ 
+       * src/__init__.py: [ticket #87] added urlize function to Common;
+       fixed sablotron driver to return file://c:... when c:... is the
+       file name
+ 
+ 2002-09-10 10:30  jcater
+ 
+       * src/FormatMasks/: BaseMask.py, DateMask.py: merged
+       forms-input-mask back into head (not completed); added support for
+       command-line parameters
+ 
+ 2002-09-10 10:15  jcater
+ 
+       * etc/sample.report-filters.conf, src/FormatMasks/BaseMask.py,
+       src/FormatMasks/DateMask.py, src/dbdrivers/_dbsig/DBdriver.py:
+       added support for command-line parameters
+ 
+ 2002-09-08 10:52  siesel
+ 
+       * src/GConnections.py: don't break forms if netrc file empty or in
+       a wrong format.  add small info about the contents of a .netrc
+       file.
+ 
+ 2002-09-07 11:08  jcater
+ 
+       * src/GConnections.py: fixed bug in netrc patch; patch causes forms
+       to bomb out if a .netrc file doesn't exist
+ 
+ 2002-09-07 10:26  jcater
+ 
+       * src/GConnections.py: added netrc support [patches by Papo team]
+ 
+ 2002-09-04 18:29  siesel
+ 
+       * doc/technotes/: 00006.txt, index.html, index.txt: add technotes
+       for trigger namespace extensions for GDatasource, GFEntry, GFForm
+ 
+ 2002-08-24 20:05  jcater
+ 
+       * src/FormatMasks/BaseMask.py: added experimental format mask
+       support [branched]
+ 
+ 2002-08-08 16:16  jcater
+ 
+       * src/dbdrivers/sqlite/: DBdriver.py, __init__.py: added initial
+       support for SQLite [should work, but untested w/no introspection]
+ 
+ 2002-08-08 09:47  jcater
+ 
+       * doc/technotes/index.html, utils/create-technote-index.py: merged
+       psu's index.html code into our create-technote-index.py script so
+       both an index.html and index.txt are created
+ 
+ 2002-08-07 18:29  jcater
+ 
+       * etc/sample.report-filters.conf, src/GParser.py: re-implemented
+       toolbars to have them emulate the Menubar events; i.e., toolbar
+       entries are nothing more than a link to a menu entry; more work on
+       the AddDropDown wizard; misc funky fixes
+ 
+ 2002-08-02 10:38  arturas
+ 
+       * etc/sample.gnue.conf: Added default date mask formats -
+       dateFormatMaskView & dateFormatMaskEdit.
+ 
+ 2002-08-01 17:29  siesel
+ 
+       * src/commdrivers/_helpers/: ObjectEnabler.py, ObjectLibrarian.py:
+       added timeout for dynamic created objects to RPC library, and a
+       garbage collector which is running in a seperate thread
+ 
+ 2002-07-31 09:28  arturas
+ 
+       * doc/technotes/00002.txt: Minor changes and updates.
+ 
+ 2002-07-31 09:25  arturas
+ 
+       * src/GParser.py: To prevent errors in reports. Will need to
+       rewrite this part when [common] section in gnue.conf appears.
+ 
+ 2002-07-31 09:10  arturas
+ 
+       * src/GParser.py: Temporary correction.
+ 
+ 2002-07-31 08:47  arturas
+ 
+       * translations/hu_HU/: gnue.mo, gnue.po: These files are in
+       hu_HU/LC_MESSAGES/ subdirectory (in a hurry mistakenly put them in
+       hu_HU/).
+ 
+ 2002-07-31 06:01  arturas
+ 
+       * src/GParser.py: Corrected problem of i18n characters in .gfd file
+       - in case of not only ascii characters, sax returned unicode
+       string, which caused further errors in python. Earlier this was
+       solved by changing system-wide site.py file option defaultencoding
+       from 'ascii' to other value. Now encoding is read from gnue.conf
+       file option formFontEncoding and is used to enforce sax returned
+       unicode string recode to given encoding.
+ 
+ 2002-07-30 12:00  siesel
+ 
+       * utils/xml2sql/pgsql_2.xsl: moved Constrain definitions into table
+       definitions (ariel)
+ 
+ 2002-07-29 12:12  siesel
+ 
+       * src/schema/GSParser.py: make "name" attribute in a <value> tag
+       not required add name to privatekey in Introspection wizard
+ 
+ 2002-07-28 05:42  siesel
+ 
+       * src/dbdrivers/interbase/DBdriver.py,
+       utils/xml2sql/Makefile.sample, utils/xml2sql/interbase.xsl: changes
+       to interbase/DBdriver.py (add primary key etc) [closing Ticket
+       #116] adding interbase.xsl [closing Ticket #117] changing Makefiles
+       to use interbase.xsl
+ 
+ 2002-07-26 09:57  siesel
+ 
+       * utils/xml2sql/: Makefile.sample, README, crn.png, display.xsl,
+       fkey.png, idx.png: updated display.xsl to show foreign keys,
+       indexes, and primary keys (defined by index/constraint statement)
+       add images for foreign keys, indexes and undefined constraints
+       updated README and Makefile
+ 
+ 2002-07-26 09:14  siesel
+ 
+       * utils/xml2sql/: Schema.txt, example.gsd, mssql.xsl, mysql.xsl,
+       sybase.xsl: modified xsl files to work with modified
+       index/primary/foreign key syntax add an example gsd file, corrected
+       bug in schema.txt
+ 
+ 2002-07-25 00:36  jcater
+ 
+       * src/: GDataSource.py, dbdrivers/_static/DBdriver.py: more work on
+       the Add Dropdown wizard (THIS IS NOT WORKING YET! HAVING MOUSE
+       ISSUES!)
+ 
+ 2002-07-24 18:25  siesel
+ 
+       * doc/gnue-schema.dtd, utils/xml2sql/pgsql.xsl,
+       utils/xml2sql/pgsql_2.xsl: CreateSchema.py: change default field
+       type to varchar added new pgsql stylesheet which move primary key
+       definition into table def.  other small updates
+ 
+ 2002-07-24 15:40  jcater
+ 
+       * scripts/gnuedtd: fixed #DEFAULT error
+ 
+ 2002-07-24 10:23  siesel
+ 
+       * src/schema/: GSParser.py, Objects.py: add first foreign key
+       creation feature to CreateSchema wizard.  changed GSSchema
+       definition
+ 
+ 2002-07-24 09:11  siesel
+ 
+       * utils/xml2sql/Schema.txt: add explanations about gnue schema file
+       format (sledge)
+ 
+ 2002-07-23 16:46  siesel
+ 
+       * utils/xml2sql/README: add png to list
+ 
+ 2002-07-23 16:40  siesel
+ 
+       * utils/xml2sql/: Makefile.sample, key.png, no.png, yes.png: add
+       missing images for HTML representation from DCL tree support HTML
+       creation in Makefiles
+ 
+ 2002-07-23 15:56  siesel
+ 
+       * utils/xml2sql/: Makefile.sample, README, display.xsl, mssql.xsl,
+       mysql.xsl, pgsql.xsl, sybase.xsl: add README and a sample Makefile
+       to xml2sql fix "no 'primary key' sql code generated" bug in all xsl
+       files.    (bug because of syntax change between .xml and .gsd)  add
+       INSERT data support to all database xsl files.
+ 
+ 2002-07-22 18:04  jcater
+ 
+       * src/GObjects.py: more work on plug-in support in Designer
+ 
+ 2002-07-21 23:09  jcater
+ 
+       * src/schema/: GSParser.py, Objects.py: removed more forms-specific
+       cruft in designer; added primary key support to the Introspection
+       schema wizard; fixed wizard support
+ 
+ 2002-07-21 23:08  jcater
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: commented out misplaced date
+       support in pgsql driver; fixed support for primary keys in pgsql
+       driver
+ 
+ 2002-07-19 13:59  jcater
+ 
+       * utils/xml2sql/: display.xsl, mssql.xsl, mysql.xsl, pgsql.xsl,
+       sybase.xsl: removed annoying tabs
+ 
+ 2002-07-19 08:22  siesel
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: use connectData and gConfig to
+       determine database encoding now.  (fix appserver doesn't work with
+       postgres bug)
+ 
+ 2002-07-19 07:55  siesel
+ 
+       * src/commdrivers/xmlrpc/ServerAdapter.py: correct error function
+       accepting only 2 values. should fix one part of the "timeout"
+       problem mentioned on address@hidden
+ 
+ 2002-07-18 13:41  jcater
+ 
+       * doc/technotes/index.txt: updated index
+ 
+ 2002-07-18 13:40  jcater
+ 
+       * doc/: CustomizedLoginHandlers.txt, DataObjects.txt, Menus.txt,
+       WritingClientApps.txt, i18n.txt, technotes/00001.txt,
+       technotes/00002.txt, technotes/00003.txt, technotes/00004.txt,
+       technotes/00005.txt: converted some note files into technotes
+       format
+ 
+ 2002-07-18 13:29  jcater
+ 
+       * doc/technotes/index.txt, utils/create-technote-index.py: added
+       footer message
+ 
+ 2002-07-18 13:23  jcater
+ 
+       * doc/technotes/00000.txt, doc/technotes/index.txt,
+       utils/create-technote-index.py: added technote structure
+ 
+ 2002-07-18 13:18  jamest
+ 
+       * src/dbdrivers/: _dbsig/DBdriver.py, _pgsql/DBdriver.py:
+       Atmospheric crack levels in KS have returned to normal.  Adjusting
+       previous changes to compensate.
+ 
+ 2002-07-15 15:12  jcater
+ 
+       * doc/gnue-schema.dtd, src/schema/GSParser.py: fixed incorrect
+       parenttag of pkfield
+ 
+ 2002-07-15 15:00  jcater
+ 
+       * doc/RPC-grpc-file.dtd, doc/gnue-schema.dtd, scripts/gnuedtd: more
+       changes to DTD to play nicer with emacs
+ 
+ 2002-07-15 14:35  jcater
+ 
+       * doc/RPC-grpc-file.dtd, doc/gnue-schema.dtd, scripts/gnuedtd: misc
+       changes in DTD formatting
+ 
+ 2002-07-15 14:27  jcater
+ 
+       * scripts/gnuedtd: fixed inconsistencies in created DTDs
+ 
+ 2002-07-15 12:56  jcater
+ 
+       * etc/sample.gnue.conf: changed misleading comments for
+       fixedWidthFont
+ 
+ 2002-07-15 09:53  arturas
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: Added _dateTimeFormat='%Y-%m-%d
+       %H:%M:%S'.  Added time\date datatype formatting (from '2002-12-31
+       23:59:59,99' to '2002-12-31 23:59:59').
+ 
+ 2002-07-15 09:51  arturas
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: Removed '%Y-%m-%d %H:%M:%S'
+       back to '%c' for compatability with all databases.
+ 
+ 2002-07-15 09:26  arturas
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: Removed incorrectly placed
+       changes.
+ 
+ 2002-07-15 08:36  arturas
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: Added potentially problematic
+       date\time format conversion from '2002-12-31 23:59:59,99' format
+       into '2002-12-31 23:59:59' format.  Problem may arise if we have
+       some data that is exactly in this date\time format, but not a
+       date\time - because the function will leave only the first part of
+       the string before ',' - that's potential data loss. But if leave
+       the initial format ('...,99'), then database has update\insert
+       problems with data types.  Changed _dateTimeFormat variable value
+       from '%c' (what was system localised default date\time format) into
+       '%Y-%m-%d %H:%M:%S'. The first one created problems with database
+       insert\update by creating 'localised' SQL queries ('...WHERE
+       month="May"...' does work in English, but it does not work
+       translated into Lithuanian '...WHERE month="Geguþë"...').  TODO:
+       with other databases\database adapters the same problems may arise,
+       but i'm unable to check this now because of databases shortage :)
+ 
+ 2002-07-15 03:22  arturas
+ 
+       * src/FormatMasks/: BaseMask.py, DateMask.py, NumberMask.py,
+       TextMask.py: Some code optimizations for i18n.
+ 
+ 2002-07-13 05:55  siesel
+ 
+       * utils/xml2sql/: display.xsl, mssql.xsl, mysql.xsl, sybase.xsl:
+       change xsl templates to accept GSD ( GNUe Schema definition )
+       instead of old xml format
+ 
+ 2002-07-10 17:27  siesel
+ 
+       * src/schema/: GSParser.py, Objects.py: add data support to
+       designer
+ 
+ 2002-07-10 15:29  siesel
+ 
+       * utils/xml2sql/pgsql.xsl: allow pgsql.xsl to transform .gsd files,
+       add an sample.gsd as representation of the sample database tables
+       for appserver, add a data section to gsd files.
+ 
+ 2002-07-10 09:57  arturas
+ 
+       * doc/i18n.txt: A bit more updates.
+ 
+ 2002-07-10 08:59  arturas
+ 
+       * doc/i18n.txt: i18n changes. A small update.
+ 
+ 2002-07-10 08:52  arturas
+ 
+       * etc/sample.gnue.conf: i18n changes. Added variable
+       'fontFormEncoding' to enable choose font encoding.
+ 
+ 2002-07-10 08:31  arturas
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: Kinda i18n changes.
+       connectData['encoding'] does not work, so commented it out and
+       added simple gConfig('encoding'). This does work.
+ 
+ 2002-07-09 06:54  siesel
+ 
+       * AUTHORS: correct email address
+ 
+ 2002-07-08 19:03  jcater
+ 
+       * AUTHORS, src/dbdrivers/gadfly/DBdriver.py: committed ajmitch's
+       Gadfly driver
+ 
+ 2002-07-08 03:23  arturas
+ 
+       * translations/lt_LT/LC_MESSAGES/: gnue.mo, gnue.po: Almost full
+       translations into Lithuania language.
+ 
+ 2002-07-05 16:32  siesel
+ 
+       * src/GBaseApp.py: i18 changes bug fix, move "," back into "".
+ 
+ 2002-07-05 08:01  arturas
+ 
+       * src/commdrivers/xmlrpc/ClientAdapter.py: Removed unnecessary
+       translation.
+ 
+ 2002-07-05 07:17  arturas
+ 
+       * src/GBaseApp.py: Removed a few more unnecessary translations.
+ 
+ 2002-07-05 06:59  arturas
+ 
+       * src/GBaseApp.py: Removed minor unnecesary translation.
+ 
+ 2002-07-05 06:39  arturas
+ 
+       * doc/i18n.txt: Update.
+ 
+ 2002-07-04 13:44  jcater
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: Added DEFAULT VALUE and PRIMARY
+       KEY support (preliminary/testing) to postgresql's introspection
+ 
+ 2002-07-04 13:41  jcater
+ 
+       * src/GTrigger.py: temporarily fixed issue with saving forms with
+       triggers under designer
+ 
+ 2002-07-03 11:39  arturas
+ 
+       * utils/create-po.sh: Added new files, made file more
+       user-friendly.
+ 
+ 2002-07-03 10:58  siesel
+ 
+       * src/: GDataSource.py, dbdrivers/appserver/DBdriver.py: - add a
+       global 'call' function to the trigger namespace - make appserver
+       support that function and call the instance.call function   of the
+       current record - add default datasourceEntrys entry to make not
+       GObj based access to datasources cleaner.
+ 
+ 2002-07-02 09:37  arturas
+ 
+       * utils/create-po.sh: Added some new files.
+ 
+ 2002-07-01 18:09  jamest
+ 
+       * src/: GDataObjects.py, GDataSource.py: Added delete() to trigger
+       namespace to delete the current record being commited usefull in
+       pre-commit triggers removed unneeded import from navigator
+ 
+ 2002-06-30 19:30  jcater
+ 
+       * doc/RPC-grpc-file.dtd, doc/gnue-schema.dtd, scripts/gnuedtd,
+       src/GConditions.py, src/GMenu.py: Reworked support for gnuedtd...
+       created base tool's DTD's as an example
+ 
+ 2002-06-29 09:36  arturas
+ 
+       * doc/i18n.txt: Corrected grammar mistake.
+ 
+ 2002-06-29 09:10  arturas
+ 
+       * translations/gnue.po: 
+       Basis for translations - if someone wants to translate, but does
+       not know what to do and etc., he (she) will be able simply to take
+       this file, copy it and translate; file is generated by create-po.sh
+       script (in common/utils).
+ 
+ 2002-06-29 09:08  arturas
+ 
+       * translations/README: Few updates.
+ 
+ 2002-06-28 16:54  jamest
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: postgresql db driver should now
+       typecast int fields properly
+ 
+ 2002-06-27 23:03  jcater
+ 
+       * src/: GTypecast.py, dbdrivers/_pgsql/DBdriver.py,
+       schema/GSParser.py, schema/Objects.py: first implementation of
+       Schema Designer support in GNUe Designer; further modularization of
+       designer (removing forms-specific stuff from the main designer
+       code); introduction of first Schema wizard
+ 
+ 2002-06-27 20:29  jcater
+ 
+       * src/: GObjects.py, GTypecast.py: made the default attribute for
+       boolean values be ="Y" or ="N" instead of =""
+ 
+ 2002-06-27 17:48  jcater
+ 
+       * src/schema/: GSParser.py, Objects.py: start of Schema designer
+       support; initial check-ins
+ 
+ 2002-06-26 17:31  jcater
+ 
+       * src/GTypecast.py: [W/O #73] Added support for multiple foreign
+       key descriptions (comma-separated list)
+ 
+ 2002-06-25 17:09  siesel
+ 
+       * utils/xml2sql/: build.py, display.psp, display.xsl, mssql.xsl,
+       mysql.xsl, pgsql.xsl, strip.command.xsl, sybase.xsl: add XSLTs for
+       table definition in XML to db specific sql add table definitions in
+       XML for appserver
+ 
+ 2002-06-24 23:16  jcater
+ 
+       * README.databases: fixed typo in ODBC support
+ 
+ 2002-06-19 15:48  jamest
+ 
+       * src/GParser.py: backported - Import error was still telling user
+       to install PyXML which is wrong.
+ 
+ 2002-06-19 15:47  jamest
+ 
+       * src/GParser.py: Import error was still telling user to install
+       PyXML which is wrong.
+ 
+ 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
+ 
+       * src/__init__.py: updated version numbers to branch/development
+       status
+ 
+ 2002-06-15 14:51  jcater
+ 
+       * src/__init__.py: updated version numbers to development status
+ 
+ 2002-06-13 11:10  siesel
+ 
+       * src/GTypecast.py: added uppername type to GTypecast. triggers of
+       type named (instead of NAMED) should be detected now.
+ 
+ 2002-06-11 18:44  siesel
+ 
+       * src/commdrivers/: GCommBase.py, _directory/DirectoryServer.py,
+       _helpers/ObjectEnabler.py, xmlrpc/DebugSocketServer.py,
+       xmlrpc/ServerAdapter.py: split up call dispatching, move directory
+       based dispatching into directoryServer, added new ObjectEnabler
+       object for object-method dispatching new dispatchers can be added
+       on the fly.  Just update xmlrpc for now
+ 
+ 2002-06-09 08:55  siesel
+ 
+       * src/: commdrivers/pw_xmlrpc/ClientAdapter.py, GComm.py,
+       commdrivers/xmlrpc/ClientAdapter.py: add special function for
+       creating boolean/base64/datetime parameters on client side
+ 
+ 2002-06-09 03:31  siesel
+ 
+       * src/commdrivers/pw_xmlrpc/DebugSocketServer.py: remove old and
+       unused stuff
+ 
+ 2002-06-06 21:11  jamest
+ 
+       * images/: ship1.png, ship2.png: Added a few test images for
+       navigator startup
+ 
+ 2002-06-06 18:56  siesel
+ 
+       * src/commdrivers/: GCommBase.py, _directory/DirectoryServer.py,
+       pw_xmlrpc/ClientAdapter.py, pw_xmlrpc/ServerAdapter.py,
+       xmlrpc/ClientAdapter.py: pw_xmlrpc uses directoryserver now support
+       for deleting of dynamic objects many smaller patches
+ 
+ 2002-06-05 18:02  jcater
+ 
+       * src/GConfig.py: more work on threading support in Navigator
+ 
+ 2002-06-05 14:58  siesel
+ 
+       * src/GTest.py: add more options for RPC server testing to gtestcvs
+ 
+ 2002-06-05 14:15  siesel
+ 
+       * src/: GConditions.py, dbdrivers/appserver/DBdriver.py: add
+       authentification agent to appserver small patches
+ 
+ 2002-06-04 13:46  jcater
+ 
+       * src/GParser.py: fixed check for required attributes
+ 
+ 2002-06-04 10:02  siesel
+ 
+       * src/: GConditions.py, dbdrivers/appserver/DBdriver.py: add
+       condition tree <-> token list (prefix notation) conversion routines
+       add condition support to appserver
+ 
+ 2002-06-03 17:18  jamest
+ 
+       * NEWS: Set dates in NEWS files
+ 
+ 2002-06-03 16:08  jcater
+ 
+       * ChangeLog: updated changelogs
+ 
  2002-06-03 07:44  siesel
  
        * src/commdrivers/pw_xmlrpc/ServerAdapter.py: small hack to fix
***************
*** 154,165 ****
        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-21 00:36  baumannd
- 
-       * src/odmg/: .cvsignore, Database.py, Object.py, Query.py,
-       Transaction.py, __init__.py, odmg.odl: Add beginnings of ODMG
-       Python binding.
  
  2002-05-21 00:33  baumannd
  
--- 832,837 ----
Index: gnue/forms/AUTHORS
diff -c gnue/forms/AUTHORS:1.11 gnue/forms/AUTHORS:1.12
*** gnue/forms/AUTHORS:1.11     Wed Jan  9 00:11:42 2002
--- gnue/forms/AUTHORS  Fri Sep 20 02:23:30 2002
***************
*** 20,25 ****
--- 20,28 ----
  Georg Lehner <address@hidden>
    new INSTALL document
  
+ Via Libre
+   User interface improvements
+ 
  Micah
    Trigger exception handling
  
Index: gnue/forms/ChangeLog
diff -c gnue/forms/ChangeLog:1.25 gnue/forms/ChangeLog:1.26
*** gnue/forms/ChangeLog:1.25   Mon Jun  3 17:08:38 2002
--- gnue/forms/ChangeLog        Fri Sep 20 02:23:30 2002
***************
*** 1,3 ****
--- 1,481 ----
+ 2002-09-20 01:20  jcater
+ 
+       * src/uidrivers/: _base/UIWidget.py, wx/UIdriver.py: temporarily
+       disabled the boxes-as-containers patch until after the 0.4.0
+       release; it will require too many changes to make it backwards
+       compatable enough
+ 
+ 2002-09-19 04:58  siesel
+ 
+       * samples/configfile/connection.gfd, src/GFObjects/GFContainer.py:
+       fix connection.gfd to work with "box as container" patch
+ 
+ 2002-09-18 19:17  jcater
+ 
+       * src/uidrivers/gtk2/UIdriver.py: initial structure for integrator
+ 
+ 2002-09-18 15:02  jcater
+ 
+       * packaging/inno/README: added location of psycopg binary
+ 
+ 2002-09-18 00:13  jcater
+ 
+       * src/GFConfig.py: 
+       * Added support for a [common] section in gnue.conf * Moved
+       StoreTriggersAsCDATA to [common] * Added ImportPath to [common] so
+       end developers can write their own modules   that can easily be
+       referenced in, say, trigger code without adding the   needed
+       modules to the system python path.    (e.g., you can have
+       ImportPath=/usr/local/gnue/import,/home/me/mypython)  * Misc
+       performance improvements in GBaseApp
+ 
+ 2002-09-17 19:27  jcater
+ 
+       * src/: GFForm.py, GFParser.py, GFObjects/GFBlock.py,
+       GFObjects/GFBox.py, GFObjects/GFButton.py,
+       GFObjects/GFContainer.py, GFObjects/GFEntry.py,
+       GFObjects/GFPage.py, GFObjects/GFTabStop.py: lots of cleanup to
+       form's tab traversal/focus order; added support for focusorder='1'
+       (tab order specifications); fixed the bugs introduced by
+       boxes-as-containers patch; WARNING: existing forms with boxes may
+       not display correctly as the box now uses a wxStaticBox, so it's
+       interior section is no longer transparent :(  Fields and labels may
+       get hidden.
+ 
+ 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
+ 
+ 2002-09-16 23:07  dneighbors
+ 
+       * samples/track/README: Patch: Phil Cole WO# 100
+       
+       Change grrun and gnuenav to gnue-reports and gnue-navigator
+       respectively.
+ 
+ 2002-09-16 15:18  jcater
+ 
+       * FAQ, INSTALL, README, doc/techref.lyx, doc/techref.txt,
+       doc/user_guide.lyx, samples/intro/intro.gfd, scripts/.cvsignore,
+       src/GFForm.py: changed references from gfclient to gnue-forms
+       [patch by filc]
+ 
+ 2002-09-15 15:54  siesel
+ 
+       * src/GFClient.py: * make gnue-forms use openResource (gnue-common)
+       instead of openurl * allow openResource to transparently access
+       files stored in a zip archive   (this special zip archive is called
+       gear for now) * allow navigator to open these zip files and get an
+       process definition   file which describes the archive content
+       created on the fly
+ 
+ 2002-09-14 15:15  jcater
+ 
+       * src/: GFForm.py, uidrivers/_base/UIdriver.py,
+       uidrivers/wx/UIdriver.py: applied Via Libre's
+       GFBoxes-as-container's patch [untested]
+ 
+ 2002-09-14 09:19  siesel
+ 
+       * samples/configfile/: README, TODO, connection.gfd: add a
+       "configfile" DB driver to edit config files add an "connection.cfd"
+       example which can be directly used to edit your private
+       "connection.conf".
+ 
+ 2002-09-11 15:23  siesel
+ 
+       * samples/trigger/showparameter.gfd: add missing ":" to
+       __init__.py, add <parameter> tag to showparameter.gfd example
+ 
+ 2002-09-10 13:35  jcater
+ 
+       * src/GFParser.py, src/GFObjects/GFParameter.py,
+       src/GFObjects/__init__.py, doc/technotes/00003.txt: more work on
+       form parameters (added <parameter> tag)
+ 
+ 2002-09-10 12:34  siesel
+ 
+       * doc/technotes/00003.txt, samples/trigger/showparameter.gfd: add a
+       test form for user parameters and some more explanations
+ 
+ 2002-09-10 10:34  jcater
+ 
+       * src/GFDisplayHandler.py: restored broken GFDisplayHandler
+ 
+ 2002-09-10 10:30  jcater
+ 
+       * src/: GFClient.py, GFConfig.py, GFDisplayHandler.py, GFForm.py,
+       GFInstance.py, GFParser.py, GFObjects/GFBox.py,
+       GFObjects/GFEntry.py, GFObjects/GFParameter.py,
+       GFObjects/__init__.py: merged forms-input-mask back into head (not
+       completed); added support for command-line parameters
+ 
+ 2002-09-10 10:28  jcater
+ 
+       * src/GFDisplayHandler.py: quick fixes so I can merge back with
+       head
+ 
+ 2002-09-10 10:15  jcater
+ 
+       * src/: GFClient.py, GFDisplayHandler.py, GFForm.py, GFInstance.py,
+       GFParser.py, GFObjects/GFBox.py, GFObjects/GFEntry.py,
+       GFObjects/GFParameter.py, GFObjects/__init__.py: added support for
+       command-line parameters
+ 
+ 2002-09-10 10:15  jcater
+ 
+       * src/GFObjects/GFParameter.py: file GFParameter.py was initially
+       added on branch forms-input-mask.
+ 
+ 2002-09-08 10:41  siesel
+ 
+       * src/uidrivers/gtk2/UIdriver.py: fix "1. Does not ask to save on
+       exit after making changes." issue of gtk2 uidriver.
+ 
+ 2002-09-08 05:57  siesel
+ 
+       * src/uidrivers/gtk2/UIdriver.py: add code to check that the gtk2
+       uidriver really uses gtk2.0
+ 
+ 2002-09-07 09:59  jcater
+ 
+       * setup.py: added GTK2 module to the setup script [patches by
+       btami]
+ 
+ 2002-09-04 18:29  siesel
+ 
+       * doc/technotes/: 00003.txt, index.html, index.txt: add technotes
+       for trigger namespace extensions for GDatasource, GFEntry, GFForm
+ 
+ 2002-08-29 07:00  arturas
+ 
+       * src/uidrivers/gtk2/UIdriver.py: i18n gettext changes.  Beta
+       splash screen... opens but does not close...  Centered login
+       screen.
+ 
+ 2002-08-28 10:04  arturas
+ 
+       * src/uidrivers/gtk2/README: Updated.
+ 
+ 2002-08-28 10:02  arturas
+ 
+       * src/uidrivers/gtk2/UIdriver.py: Now it should work with current
+       forms client version.
+ 
+ 2002-08-28 08:39  arturas
+ 
+       * src/uidrivers/gtk2/UIdriver.py: Minor changes to login window to
+       make it look a bit more friendly.
+ 
+ 2002-08-28 05:20  arturas
+ 
+       * src/uidrivers/gtk2/UIdriver.py: Removed prints, added
+       GDebug.printMesg() stuff.
+ 
+ 2002-08-28 04:57  arturas
+ 
+       * src/uidrivers/gtk2/UIdriver.py: Small bug fixed concerning
+       splashScreen.
+ 
+ 2002-08-28 04:18  arturas
+ 
+       * src/uidrivers/gtk2/: README, UIdriver.py, __init__.py: New
+       UIdriver made by Aditya. Curently works only with forms-0-3-0.
+ 
+ 2002-08-26 12:54  jcater
+ 
+       * src/: GFConfig.py, GFDisplayHandler.py, GFObjects/GFEntry.py,
+       GFConfig.py, GFDisplayHandler.py, GFObjects/GFEntry.py: restored
+       previous no-input mask support to head; moved experimental input
+       mask support to branch as I had intended to begin with
+       [forms-input-mask]
+ 
+ 2002-08-24 20:05  jcater
+ 
+       * src/: GFConfig.py, GFDisplayHandler.py, GFObjects/GFEntry.py:
+       added experimental format mask support [branched]
+ 
+ 2002-08-08 09:47  jcater
+ 
+       * doc/technotes/index.html: merged psu's index.html code into our
+       create-technote-index.py script so both an index.html and index.txt
+       are created
+ 
+ 2002-08-02 10:34  arturas
+ 
+       * src/GFConfig.py: Added default format masks for date
+       (dateFormatMaskEdit & dateFormatMaskView), default values for them
+       are: '%m/%d/%y'.
+ 
+ 2002-08-01 02:56  arturas
+ 
+       * src/uidrivers/_base/UIdriver.py: Update for koi8-r encoding.
+ 
+ 2002-08-01 02:56  arturas
+ 
+       * src/uidrivers/wx/UIdriver.py: Update for koi8-r encoding
+ 
+ 2002-07-30 14:33  siesel
+ 
+       * samples/track/sql/dbschema.gsd, src/GFObjects/GFBlock.py: add
+       delete/next/prev record trigger functions to GFBlocks improved
+       datatype detection in the CreateSchema wizard updated wizard
+       example
+ 
+ 2002-07-25 19:52  siesel
+ 
+       * samples/track/sql/dbschema.gsd: add a check for entry types, add
+       a name to <primarykey> (to conform to designersparser) and updated
+       example
+ 
+ 2002-07-24 18:25  siesel
+ 
+       * samples/track/sql/dbschema.gsd: CreateSchema.py: change default
+       field type to varchar added new pgsql stylesheet which move primary
+       key definition into table def.  other small updates
+ 
+ 2002-07-24 17:44  siesel
+ 
+       * samples/track/sql/dbschema.gsd: create schema from form wizard
+       update: primary keys now supported updated example
+ 
+ 2002-07-23 19:10  siesel
+ 
+       * samples/track/sql/dbschema.gsd: add an create schema wizard which
+       create a schema for a GFD file add an example schema too
+ 
+ 2002-07-18 13:31  jcater
+ 
+       * doc/Events.txt: moved Events.txt to technotes (00002.txt) as it
+       really didn't belong in the docs section
+ 
+ 2002-07-18 13:29  jcater
+ 
+       * doc/technotes/index.txt: added footer message
+ 
+ 2002-07-18 13:23  jcater
+ 
+       * doc/technotes/: 00000.txt, 00001.txt, 00002.txt, index.txt: added
+       technote structure
+ 
+ 2002-07-15 15:00  jcater
+ 
+       * doc/gnue-forms.dtd: more changes to DTD to play nicer with emacs
+ 
+ 2002-07-15 14:35  jcater
+ 
+       * doc/gnue-forms.dtd: misc changes in DTD formatting
+ 
+ 2002-07-10 09:46  arturas
+ 
+       * src/GFConfig.py: i18n changes. Corrected accidental typo.
+ 
+ 2002-07-10 08:30  arturas
+ 
+       * src/GFConfig.py: i18n changes. Added variable fontFormEncoding to
+       enable choosing font encoding in dictionary.
+ 
+ 2002-07-10 08:28  arturas
+ 
+       * src/uidrivers/wx/UIdriver.py: i18n changes. Added support for
+       language font encodings via 'encodings' dictionary. wxWindows level
+       support.
+ 
+ 2002-07-10 08:26  arturas
+ 
+       * src/uidrivers/_base/UIdriver.py: i18n changes. Added base support
+       for different encodings via 'encodings' dictionary.
+ 
+ 2002-07-08 22:05  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: beginning of improved tools menu
+       (with wizard support)
+ 
+ 2002-07-04 18:13  jcater
+ 
+       * src/uidrivers/: _base/UIdriver.py, wx/UIdriver.py: futile (so
+       far) attempts to get Tabbed pages sized correctly
+ 
+ 2002-07-04 17:36  jcater
+ 
+       * src/: GFParser.py, GFObjects/GFPage.py, uidrivers/wx/UIdriver.py:
+       added support for <page caption="...">
+ 
+ 2002-07-04 13:53  jcater
+ 
+       * src/: GFInstance.py, GFObjects/GFEntry.py: fixed record-level
+       block triggers (pre-insert/update/commit/delete) so they properly
+       propogate to the entry objects; finished support for
+       entry.isEmpty()
+ 
+ 2002-07-04 13:45  jcater
+ 
+       * src/: GFConfig.py, GFObjects/GFEntry.py: added automatic
+       PRE-INSERT trigger creation to designer's Schema Viewer drag-n-drop
+       support
+ 
+ 2002-07-04 02:04  jcater
+ 
+       * src/GFParser.py: Corrected GFParser entry for <entry>s to show
+       style="label"
+ 
+ 2002-07-03 11:55  siesel
+ 
+       * src/uidrivers/wx/UIdriver.py: call a trigger of a button just
+       once. i.e. just on a wxEVT_COMMAND_BUTTON_CLICKED event.
+ 
+ 2002-07-02 19:28  jamest
+ 
+       * src/GFDisplayHandler.py: Unfixed the fix that was invalid python.
+        Included a what I think was the correct line but left it commented
+       out.
+ 
+ 2002-07-02 09:35  arturas
+ 
+       * src/GFDisplayHandler.py: By btami: corrected small bug on forms
+       on win32.
+ 
+ 2002-07-01 19:32  jamest
+ 
+       * INSTALL.win32, setup.py, doc/techref.txt, src/GFClient.py,
+       src/GFKeyMapper.py: Removed references to PyXML UI driver load
+       failure now generates error instead of fail silent
+       Ctrl-UP/Ctrl-Down tied to First/Last record jump updated docs(i
+       guess, it's been a while :)
+ 
+ 2002-07-01 18:09  jamest
+ 
+       * src/GFInstance.py: Added delete() to trigger namespace to delete
+       the current record being commited usefull in pre-commit triggers
+       removed unneeded import from navigator
+ 
+ 2002-07-01 10:20  arturas
+ 
+       * src/GFDisplayHandler.py: Added error message in status bar and a
+       BEEP, removed MessageBox when user enters non-existent value in
+       dropdown box.
+ 
+ 2002-07-01 09:08  arturas
+ 
+       * src/GFInstance.py: Corrected bug with readonly entries (ticket
+       #55)
+ 
+ 2002-06-30 19:30  jcater
+ 
+       * doc/gnue-forms.dtd, src/GFParser.py: Reworked support for
+       gnuedtd... created base tool's DTD's as an example
+ 
+ 2002-06-26 17:31  jcater
+ 
+       * samples/zipcode/zipcode.gfd, src/GFConfig.py,
+       src/GFObjects/GFEntry.py: [W/O #73] Added support for multiple
+       foreign key descriptions (comma-separated list)
+ 
+ 2002-06-19 15:46  jamest
+ 
+       * src/GFDisplayHandler.py: backported Minor change to make module
+       import failure more informative
+ 
+ 2002-06-19 15:45  jamest
+ 
+       * src/GFDisplayHandler.py: Minor change to make module import
+       failure more informative
+ 
+ 2002-06-17 19:57  jcater
+ 
+       * samples/geas/person.gfd,
+       samples/inventory/forms/inv_maintenance.gfd,
+       samples/location/forms/county_maint.gfd,
+       samples/location/forms/zip_coords_maint.gfd,
+       samples/location/forms/zipcode_maint.gfd,
+       samples/track/forms/contact_manager.gfd,
+       samples/zipcode/zipcode.gfd, src/GFParser.py,
+       src/GFObjects/GFEntry.py: reworked the foreign_key support in
+       <entry> tags: instead of foreign_key & foreign_key_description, use
+       fk_source, fk_key, and fk_description (forms will implicitly
+       convert old-style)
+ 
+ 2002-06-17 19:29  jcater
+ 
+       * src/GFConfig.py: [ticket #61] Added default values for gnue.conf
+       values checkboxTrue and checkboxFalse [backported to 0.3.x series]
+ 
+ 2002-06-17 19:29  jcater
+ 
+       * src/GFConfig.py: [ticket #61] Added default values for gnue.conf
+       values checkboxTrue and checkboxFalse
+ 
+ 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
+ 
+       * src/: GFForm.py, GFInstance.py, GFObjects/GFButton.py,
+       uidrivers/wx/UIdriver.py: [ticket #80] Modified GFButton code so
+       that GFButtons are tab-stops/navigable
+ 
+ 2002-06-15 16:14  jcater
+ 
+       * src/: GFForm.py, GFInstance.py, GFObjects/GFButton.py,
+       uidrivers/_base/UIdriver.py, uidrivers/wx/UIdriver.py: [ticket #80]
+       Modified GFButton code so that GFButtons are tab-stops/navigable
+       [backported to 0.3.x branch]
+ 
+ 2002-06-15 14:54  jcater
+ 
+       * src/__init__.py: updated version numbers to branch/development
+       status
+ 
+ 2002-06-15 14:51  jcater
+ 
+       * src/: GFForm.py, GFInstance.py, __init__.py,
+       GFObjects/GFButton.py, uidrivers/_base/UIdriver.py: updated version
+       numbers to development status
+ 
+ 2002-06-13 11:10  siesel
+ 
+       * src/GFParser.py: added uppername type to GTypecast. triggers of
+       type named (instead of NAMED) should be detected now.
+ 
+ 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
+ 
+ 2002-06-04 18:20  jcater
+ 
+       * src/GFClient.py: working on getting navigator to do local forms
+       instances
+ 
+ 2002-06-03 17:45  jcater
+ 
+       * MANIFEST.in: missed name changes
+ 
+ 2002-06-03 17:18  jamest
+ 
+       * NEWS: Set dates in NEWS files
+ 
+ 2002-06-03 16:08  jcater
+ 
+       * ChangeLog, packaging/inno/gfclient.iss: updated changelogs
+ 
  2002-06-03 15:39  jcater
  
        * packaging/: inno/gfclient.iss, mcmillan/gfclient.cfg: modified
Index: gnue/navigator/ChangeLog
diff -c gnue/navigator/ChangeLog:1.1 gnue/navigator/ChangeLog:1.2
*** gnue/navigator/ChangeLog:1.1        Tue Jan  8 17:16:55 2002
--- gnue/navigator/ChangeLog    Fri Sep 20 02:23:30 2002
***************
*** 0 ****
--- 1,273 ----
+ 2002-09-17 10:27  jcater
+ 
+       * src/: GNClient.py, UIwxpython.py: removed code from
+       gnue.common.__init__ and placed in either gnue.common.FileUtils or
+       gnue.common.TextUtils; added stub for gear support
+ 
+ 2002-08-08 09:47  jcater
+ 
+       * doc/technotes/index.html: merged psu's index.html code into our
+       create-technote-index.py script so both an index.html and index.txt
+       are created
+ 
+ 2002-07-18 13:29  jcater
+ 
+       * doc/technotes/index.txt: added footer message
+ 
+ 2002-07-18 13:23  jcater
+ 
+       * doc/technotes/: 00000.txt, index.txt: added technote structure
+ 
+ 2002-07-15 15:00  jcater
+ 
+       * doc/gnue-navigator.dtd: more changes to DTD to play nicer with
+       emacs
+ 
+ 2002-07-15 14:35  jcater
+ 
+       * doc/gnue-navigator.dtd: misc changes in DTD formatting
+ 
+ 2002-07-01 18:09  jamest
+ 
+       * src/UIwxpython.py: Added delete() to trigger namespace to delete
+       the current record being commited usefull in pre-commit triggers
+       removed unneeded import from navigator
+ 
+ 2002-06-30 19:30  jcater
+ 
+       * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created
+       base tool's DTD's as an example
+ 
+ 2002-06-30 19:26  jcater
+ 
+       * FAQ, NEWS, TODO: documentation stubs
+ 
+ 2002-06-10 18:42  siesel
+ 
+       * samples/foobulations.gpd, src/GNClient.py, src/GNConfig.py,
+       src/GNObjects.py, src/UItext.py, src/UIwxpython.py, src/UIwxweb.py:
+       add foobulations navigator test changes to let navigator start
+       reports with single logon
+ 
+ 2002-06-07 05:11  siesel
+ 
+       * src/: GNClient.py, UItext.py, UIwxpython.py, UIwxweb.py: add
+       about box to UIwxpython, update text client to work with the new
+       GNDescription type, add an back button to UIwxweb.
+ 
+ 2002-06-07 00:24  dneighbors
+ 
+       * src/GNClient.py: Lame fix to circumvent fact that web interface
+       isnt same as wx interface just yet.
+ 
+ 2002-06-06 22:03  dneighbors
+ 
+       * src/UIwxpython.py: Fixed not being able to run forms from
+       navigator.  Seemed like there was a stray 'return' sitting out
+       there.  I commented out incase it was there for reason, but
+       removing it fixed things.
+ 
+ 2002-06-06 21:15  jamest
+ 
+       * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample
+       and new startup page
+ 
+ 2002-06-06 17:07  jamest
+ 
+       * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,
+       src/UIwxpython.py: Added support for <description> tag that can
+       contain html code containing help text for the navigator
+ 
+ 2002-06-06 16:16  siesel
+ 
+       * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add
+       error dialog and removed endless handle error loop
+ 
+ 2002-06-06 15:55  jamest
+ 
+       * src/: GNParser.py, UItext.py, UIwxpython.py, UIwxweb.py: panels
+       size properly now replaced the help text widget with html widget
+       replaced the description attribute with title in preperation for
+       adding a <description> tag
+ 
+ 2002-06-06 14:48  jamest
+ 
+       * src/UIwxpython.py: Starting to add description/help pane to
+       navigator
+ 
+ 2002-06-05 19:35  jcater
+ 
+       * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple
+       forms within its python instance, requiring a single session login
+ 
+ 2002-06-05 18:02  jcater
+ 
+       * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on
+       threading support in Navigator
+ 
+ 2002-06-04 22:54  jcater
+ 
+       * src/GNClient.py: more work on native support for forms
+ 
+ 2002-06-04 18:20  jcater
+ 
+       * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:
+       working on getting navigator to do local forms instances
+ 
+ 2002-06-04 16:59  jcater
+ 
+       * src/UIwxpython.py: Changes to make default a tree
+ 
+ 2002-06-04 16:03  jcater
+ 
+       * src/UIwxweb.py: fix for web driver
+ 
+ 2002-06-03 14:42  jcater
+ 
+       * README, setup.py: fixes for the client/ directory changes
+ 
+ 2002-06-02 17:21  jcater
+ 
+       * src/GNClient.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-21 00:33  baumannd
+ 
+       * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:
+       Ignore some files.
+ 
+ 2002-05-04 11:45  jamest
+ 
+       * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py,
+       Actions/gnome_menu.py, Actions/kde_menu.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-27 15:59  jcater
+ 
+       * setup.py: to do a non-standard installation, pass "--cfg-file
+       /my/site/file.cfg" to all the setup.py scripts
+ 
+ 2002-04-22 10:46  jcater
+ 
+       * .cvsignore: added cvsignore file
+ 
+ 2002-04-22 02:18  jcater
+ 
+       * setup.py: fixed if's without corresponding code blocks (per
+       btami)
+ 
+ 2002-04-18 10:12  jcater
+ 
+       * setup.py: [WO #30] removed PyXML checks from the setup scripts
+ 
+ 2002-04-17 14:09  jamest
+ 
+       * src/__init__.py: removed getObjectType() clean up start of some
+       subtle new bugs
+ 
+ 2002-04-14 00:19  jcater
+ 
+       * AUTHORS: updates to documentation
+ 
+ 2002-04-02 21:52  dneighbors
+ 
+       * src/GNObjects.py: ** Added log message instead of doing blind
+       pass until reports    type implemented.
+ 
+ 2002-03-22 01:38  jcater
+ 
+       * src/GNParser.py: clarified the loadXML parameter names (renamed
+       the misleading 'URL' to 'buffer' as it expected an open file
+       buffer, not a URL)
+ 
+ 2002-02-14 17:07  jamest
+ 
+       * src/GNObjects.py: Windows updates syncing machines
+ 
+ 2002-02-14 00:01  jamest
+ 
+       * src/GNObjects.py: Check for missing formdir in gnue.conf
+ 
+ 2002-02-13 15:59  jamest
+ 
+       * src/: GNObjects.py, UIwxpython.py: fixed window startup size on
+       win32 start of default path support for running forms (broken on
+       win32)
+ 
+ 2002-02-13 14:38  jamest
+ 
+       * setup.py, src/GNClient.py, src/GNObjects.py, src/GNParser.py,
+       src/UItext.py, src/UIwxpython.py, src/UIwxweb.py: added type='app'
+       support to steps added hourglass feedback on form/app launch fixed
+       setup to include Actions package on install
+ 
+ 2002-01-22 19:25  jcater
+ 
+       * src/GNObjects.py: implemented a basic GNUe Navigator module for
+       GNUe Designer
+ 
+ 2002-01-21 17:56  jcater
+ 
+       * src/UIwxweb.py: added widget toolbar to designer; not yet
+       functional
+ 
+ 2002-01-18 14:57  jcater
+ 
+       * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator
+       hanging on exit
+ 
+ 2002-01-13 23:40  jcater
+ 
+       * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
+       directories/submenus
+ 
+ 2002-01-13 22:13  jcater
+ 
+       * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
+       filenames
+ 
+ 2002-01-11 01:35  jcater
+ 
+       * src/__init__.py: misc changes; restructuring -- this may
+       temporarily break cvs, I'll fix in the AM
+ 
+ 2002-01-10 19:14  jcater
+ 
+       * src/: GNClient.py, UIwxweb.py: syncing machines
+ 
+ 2002-01-08 23:09  jcater
+ 
+       * AUTHORS, README: updated AUTHORS and created a basic README   **
+       SOMEONE PLEASE DO A BETTER README **
+ 
+ 2002-01-08 22:57  jcater
+ 
+       * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,
+       Actions/kde_menu.py: Implemented --install-kde-menu and
+       --install-gnome-menu functionality
+ 
+ 2002-01-08 18:07  jcater
+ 
+       * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based
+       (line-oriented) menu module
+ 
+ 2002-01-08 16:31  jcater
+ 
+       * setup.cfg.in, setup.py, scripts/gnue-navigator.in: added setup.py
+ 
+ 2002-01-08 16:16  jcater
+ 
+       * AUTHORS, COPYING, ChangeLog, INSTALL, README, samples/sample.gpd,
+       scripts/gnue-navigator.in, src/GNClient.py, src/GNObjects.py,
+       src/GNParser.py, src/UIwxpython.py, src/__init__.py: first stab at
+       a navigator
+ 
Index: gnue/navigator/INSTALL
diff -c gnue/navigator/INSTALL:1.1 gnue/navigator/INSTALL:1.2
*** gnue/navigator/INSTALL:1.1  Tue Jan  8 17:16:55 2002
--- gnue/navigator/INSTALL      Fri Sep 20 02:23:30 2002
***************
*** 0 ****
--- 1,21 ----
+ GNUe Navigator is a navigation/menuing system for GNU Enterprise.
+ 
+ 
+ To install:
+ 
+   ./setup.py install
+ 
+ 
+ To run:
+ 
+ 
+   To run an interactive session, type:
+ 
+     gnue-navigator [-u <gui|text|curses>] <processdefs.gpd>
+ 
+ 
+   Or, to create static menus for your os, type:
+ 
+     gnue-navigator <--install-kde-menu |
+       --install-gnome-menu> <processdefs.gpd> [menu=<BaseMenu>]
+ 
Index: gnue/navigator/NEWS
diff -c gnue/navigator/NEWS:1.1 gnue/navigator/NEWS:1.2
*** gnue/navigator/NEWS:1.1     Sun Jun 30 20:26:56 2002
--- gnue/navigator/NEWS Fri Sep 20 02:23:30 2002
***************
*** 0 ****
--- 1,6 ----
+ 
+ New features/changes in version 0.0.1: (??-SEP-2002)
+ 
+ o This is the first go around.
+ 
+ 
Index: gnue/reports/ChangeLog
diff -c gnue/reports/ChangeLog:1.4 gnue/reports/ChangeLog:1.5
*** gnue/reports/ChangeLog:1.4  Mon Jun  3 17:08:39 2002
--- gnue/reports/ChangeLog      Fri Sep 20 02:23:30 2002
***************
*** 1,3 ****
--- 1,147 ----
+ 2002-09-18 10:14  siesel
+ 
+       * src/GRServer.py: split grpc's up in GRServer part and Appserver
+       part in setup-cvs installer
+ 
+ 2002-09-17 17:17  jcater
+ 
+       * adapters/filters/4xslt/Adapter.py: close() all temporary files
+ 
+ 2002-09-17 14:53  jcater
+ 
+       * src/GRFilters.py: fixed typo from the FileUtils conversion
+ 
+ 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
+ 
+       * doc/ReportingConcepts.lyx: Patch: Phil Cole WO# 100
+       
+       Change grrun and gnuenav to gnue-reports and gnue-navigator
+       respectively.
+ 
+ 2002-09-16 14:30  jcater
+ 
+       * src/GREngine.py: added TODO comments about incorrect defaulting
+       of namespaces in reports
+ 
+ 2002-09-16 14:22  jcater
+ 
+       * src/: GRLayout.py, GRRun.py: [ticket #86] removed Unix getpass
+       dependencies; uses getpass module only if present
+ 
+ 2002-09-16 11:18  siesel
+ 
+       * src/: GREngine.py, GRLayout.py: fix reports to process
+       monthly.grd (again) and reports created by the simple report wizard
+       of gnue designer
+ 
+ 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
+ 
+       * setup.py, filters/SimpleTabulation/fo.xsl: added 4xslt adapter;
+       FO filter [patches by btami]
+ 
+ 2002-08-27 10:53  jcater
+ 
+       * TODO, src/GRDataMapper.py, src/GRLayout.py: fixed incorrect
+       resetting of summaries; misc bug fixes (esp. w/mailmerge)
+ 
+ 2002-08-22 18:09  jcater
+ 
+       * samples/mailmerge/create-report.pl: added quick hack to generate
+       a mailmerge report from an RTF file
+ 
+ 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]
+ 
+ 2002-08-08 09:47  jcater
+ 
+       * doc/technotes/index.html: merged psu's index.html code into our
+       create-technote-index.py script so both an index.html and index.txt
+       are created
+ 
+ 2002-07-23 12:52  jcater
+ 
+       * src/GRLayout.py: added btami's report module/wizard to designer
+ 
+ 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,
+       filters/merge_latex/.cvsignore, filters/merge_rtf/.cvsignore,
+       filters/raw/.cvsignore, filters/sablotron/.cvsignore: beautify cvs
+       update output :)
+ 
+ 2002-07-18 13:29  jcater
+ 
+       * doc/technotes/index.txt: added footer message
+ 
+ 2002-07-18 13:23  jcater
+ 
+       * doc/technotes/: 00000.txt, index.txt: added technote structure
+ 
+ 2002-07-15 15:00  jcater
+ 
+       * doc/gnue-reports.dtd: more changes to DTD to play nicer with
+       emacs
+ 
+ 2002-07-15 14:35  jcater
+ 
+       * doc/gnue-reports.dtd: misc changes in DTD formatting
+ 
+ 2002-06-30 19:30  jcater
+ 
+       * doc/gnue-reports.dtd: Reworked support for gnuedtd... created
+       base tool's DTD's as an example
+ 
+ 2002-06-27 20:14  jcater
+ 
+       * src/GRParser.py: Fixed some attribute typecasting issues
+ 
+ 2002-06-15 14:51  jcater
+ 
+       * src/__init__.py: updated version numbers to development status
+ 
+ 2002-06-04 16:30  siesel
+ 
+       * grpc/GRServer.grpc, src/GRServer.py: add basic rpc server
+       functions to GRServer.
+ 
+ 2002-06-03 17:36  jcater
+ 
+       * MANIFEST.in: fixed some oddity in distutil
+ 
+ 2002-06-03 17:33  jcater
+ 
+       * MANIFEST.in: fixed some oddity in distutil
+ 
+ 2002-06-03 17:18  jamest
+ 
+       * NEWS: Set dates in NEWS files
+ 
+ 2002-06-03 16:08  jcater
+ 
+       * ChangeLog: updated changelogs
+ 
  2002-06-03 14:42  jcater
  
        * ChangeLog, INSTALL, setup.py: fixes for the client/ directory




reply via email to

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