commit-gnue
[Top][All Lists]
Advanced

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

gnue gnue-common/ChangeLog gnue-common/NEWS gnu...


From: James Thompson
Subject: gnue gnue-common/ChangeLog gnue-common/NEWS gnu...
Date: Sat, 30 Jun 2001 16:14:53 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/06/30 16:14:52

Modified files:
        gnue-common    : ChangeLog NEWS 
        gnuef          : ChangeLog NEWS 
Added files:
        designer       : NEWS 

Log message:
        Updated NEWS for next release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/NEWS?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/NEWS.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/ChangeLog.diff?cvsroot=OldCVS&tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/NEWS.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/gnue-common/ChangeLog
diff -u gnue/gnue-common/ChangeLog:1.4 gnue/gnue-common/ChangeLog:1.5
--- gnue/gnue-common/ChangeLog:1.4      Mon Jun 25 22:21:08 2001
+++ gnue/gnue-common/ChangeLog  Sat Jun 30 16:14:52 2001
@@ -1,48 +1,109 @@
+2001-06-30 17:58  jamest
+
+       * MANIFEST.in, setup.py: Switch designer RuntimeSettings to use
+       $HOME var (you can use this in windows) Changes to make an
+       installed designer work properly Misc setup tweaks for win32/unix
+       Docs updates Misc stuff I've forgotten
+
+2001-06-30 14:54  jamest
+
+       * setup.py, gnue/__init__.py: setup changes, start of designer
+       setup scripts
+
+2001-06-30 13:37  jamest
+
+       * etc/sample-windows.gnue.conf, src/GConfig.py,
+       src/dbdrivers/postgresql/DBdriver.py: More changes in prep for next
+       release
+
+2001-06-29 19:59  jamest
+
+       * src/GObjects.py: Misc changes required to get this puppy working
+       on win32
+
+2001-06-29 18:27  jamest
+
+       * setup.cfg, setup.cfg.in, setup.py: Changes required to reflect
+       the manual manipulation of the cvs repository
+
+2001-06-29 17:55  jamest
+
+       * setup.py, src/GParser.py: Setup tweaks to make gfcvs/gfdes work
+       w/ non bash shells Setup tweaks to get setup.py install doing
+       something under windows Broke GFObjects.py apart for future
+       clean-up work Added Misc TODO junk
+
+2001-06-27 21:20  jcater
+
+       * src/GObjects.py: Fixed problem w/dumpXML preventing forms from
+       being saved in designer
+
+2001-06-27 20:58  jamest
+
+       * etc/sample.gnue.conf, src/dbdrivers/geas/DBdriver.py: Fixed geas
+       driver issues Fixed button trigger support in UIwxpython Minor
+       setup.py changes Misc config changes to make gnuef work with
+       installed geas by default
+
+2001-06-26 23:18  jcater
+
+       * src/GDataSource.py: Fixed bug in datasource definition
+
+2001-06-26 22:20  jcater
+
+       * src/: GConfig.py, GDataSource.py, GObjects.py, GParser.py:
+       Converted parser format from nested tuples to nested dictionaries
+       so that in future info can be added to parser definition without
+       breaking other code and vise versa; Added 'default' element to
+       GConfig.get; added flag to GContent.dumpXML to dump text as is (not
+       escape it)
+
+2001-06-26 00:21  jamest
+
+       * ChangeLog, NEWS, setup.py: More updates in preperatoin for
+       release.
+
 2001-06-25 23:32  jamest
 
        * ChangeLog, INSTALL, MANIFEST.in, NEWS, TODO, setup.cfg, setup.py,
-       gnue/common/dbdrivers/db2/DBdriver.py,
-       gnue/common/dbdrivers/geas/DBdriver.py,
-       gnue/common/dbdrivers/mysql/DBdriver.py,
-       gnue/common/dbdrivers/odbc/DBdriver.py,
-       gnue/common/dbdrivers/oracle/DBdriver.py,
-       gnue/common/dbdrivers/postgresql/DBdriver.py: Removed references to
+       src/dbdrivers/db2/DBdriver.py, src/dbdrivers/geas/DBdriver.py,
+       src/dbdrivers/mysql/DBdriver.py, src/dbdrivers/odbc/DBdriver.py,
+       src/dbdrivers/oracle/DBdriver.py,
+       src/dbdrivers/postgresql/DBdriver.py: Removed references to
        GFOptions in db drivers Setup tweaks Misc changes in prep for
        release
 
 2001-06-25 16:15  jcater
 
-       * gnue/common/: GObjects.py, GParser.py: Added internal check for
-       PyXML so, if not present, gives a better error message than
-       exception trace
+       * src/: GObjects.py, GParser.py: Added internal check for PyXML so,
+       if not present, gives a better error message than exception trace
 
 2001-06-25 14:29  jcater
 
-       * gnue/common/: GConfig.py, GConnections.py, GParser.py: Bug fixes
+       * src/: GConfig.py, GConnections.py, GParser.py: Bug fixes
 
 2001-06-25 14:27  jcater
 
-       * gnue/common/__init__.py: Fixed bug in openResource relating to
-       windows drive letters
+       * src/__init__.py: Fixed bug in openResource relating to windows
+       drive letters
 
 2001-06-11 00:16  jcater
 
-       * gnue/common/: GObjects.py, GParser.py: Minor changes for
-       GFDesigner
+       * src/: GObjects.py, GParser.py: Minor changes for GFDesigner
 
 2001-06-07 22:55  dneighbors
 
-       * gnue/common/dbdrivers/geas/DBdriver.py: Changed GConf. to
-       GConfig. for all referencing to idl pathing.
+       * src/dbdrivers/geas/DBdriver.py: Changed GConf. to GConfig. for
+       all referencing to idl pathing.
 
 2001-06-07 22:48  jamest
 
-       * gnue/common/dbdrivers/geas/DBdriver.py: Changes to hopefully make
-       geas driver play nice with new config system (untested)
+       * src/dbdrivers/geas/DBdriver.py: Changes to hopefully make geas
+       driver play nice with new config system (untested)
 
 2001-06-07 11:58  jcater
 
-       * gnue/common/GParser.py: Added importing capabilities to forms
+       * src/GParser.py: Added importing capabilities to forms
 
 2001-06-07 10:10  jcater
 
@@ -51,81 +112,78 @@
 
 2001-06-06 22:33  jamest
 
-       * gnue/common/dbdrivers/db2/: DBdriver.py, __init__.py: Added
-       Jachym Simecek's DB2 driver to gnue-common
+       * src/dbdrivers/db2/: DBdriver.py, __init__.py: Added Jachym
+       Simecek's DB2 driver to gnue-common
 
 2001-06-06 21:09  jcater
 
-       * gnue/common/GConditions.py: Added support for conditions to
-       datasources
+       * src/GConditions.py: Added support for conditions to datasources
 
 2001-06-06 18:02  jcater
 
-       * gnue/common/GParser.py: Enabled parser to inform object's
-       __init__ what tag name it was created from
+       * src/GParser.py: Enabled parser to inform object's __init__ what
+       tag name it was created from
 
 2001-06-06 17:45  jcater
 
-       * gnue/common/GConfig.py: Added a convenience function,
-       openResource, that handles opening a URL or file resource
+       * src/GConfig.py: Added a convenience function, openResource, that
+       handles opening a URL or file resource
 
 2001-06-06 17:31  jcater
 
-       * gnue/common/: GConnections.py, __init__.py: Added a convenience
-       function, openResource, that handles opening a URL or file resource
+       * src/: GConnections.py, __init__.py: Added a convenience function,
+       openResource, that handles opening a URL or file resource
 
 2001-06-06 17:08  jcater
 
-       * gnue/common/GObjects.py: Added support for '-' in tag element
-       names.
+       * src/GObjects.py: Added support for '-' in tag element names.
 
 2001-06-06 16:33  jcater
 
-       * gnue/common/GParser.py: Added getDescription to GContent for use
-       by designer packages
+       * src/GParser.py: Added getDescription to GContent for use by
+       designer packages
 
 2001-06-06 14:01  jcater
 
-       * gnue/common/GObjects.py: Added getDescription so designers can
-       get a useful description of it (e.g., item's name or id)
+       * src/GObjects.py: Added getDescription so designers can get a
+       useful description of it (e.g., item's name or id)
 
 2001-06-06 00:24  jcater
 
-       * gnue/common/dbdrivers/_dbsig/DBdriver.py: Fixed a few mistypings
-       causing problems with parameters in reports
+       * src/dbdrivers/_dbsig/DBdriver.py: Fixed a few mistypings causing
+       problems with parameters in reports
 
 2001-06-05 23:21  jcater
 
-       * gnue/common/GDataSource.py: Fixed a slight bug that prevented
-       forms from working
+       * src/GDataSource.py: Fixed a slight bug that prevented forms from
+       working
 
 2001-06-05 21:50  jcater
 
-       * gnue/common/GDataSource.py: Fixed invalid references in
-       GDataSource to connections
+       * src/GDataSource.py: Fixed invalid references in GDataSource to
+       connections
 
 2001-06-05 20:22  jcater
 
-       * gnue/common/: GDataSource.py, dbdrivers/_dbsig/DBdriver.py: Added
+       * src/: GDataSource.py, dbdrivers/_dbsig/DBdriver.py: Added
        conditional support to gnue-comon dbdrivers
 
 2001-06-05 10:57  jcater
 
-       * gnue/common/: GConnections.py, GDataObjects.py,
+       * src/: GConnections.py, GDataObjects.py,
        dbdrivers/_dbsig/DBdriver.py, dbdrivers/postgresql/DBdriver.py:
        Minor changes for reports
 
 2001-06-04 22:23  jamest
 
-       * etc/sample.gnue.conf, gnue/common/GClientApp.py,
-       gnue/common/GConfig.py, gnue/common/GConfigParser.py,
-       gnue/common/GConnections.py,
-       gnue/common/dbdrivers/postgresql/DBdriver.py: Added GConfig code to
-       provide configuration system
+       * etc/sample.gnue.conf, src/GClientApp.py, src/GConfig.py,
+       src/GConfigParser.py, src/GConnections.py,
+       src/dbdrivers/postgresql/DBdriver.py: Added GConfig code to provide
+       configuration system
 
 2001-06-01 14:56  jcater
 
-       * gnue/common/GClientApp.py: Stuff
+       * src/GClientApp.py: Stuff
 
 2001-05-30 17:35  jcater
 
@@ -140,38 +198,37 @@
 
 2001-05-29 21:54  jcater
 
-       * gnue/common/GDataObjects.py: Fixed bug in <datasource> tag:
-       strips spaces from masterlink and detaillink after splitting along
-       commas
+       * src/GDataObjects.py: Fixed bug in <datasource> tag: strips spaces
+       from masterlink and detaillink after splitting along commas
 
 2001-05-29 21:20  jcater
 
-       * gnue/common/: GDataObjects.py, GDataSource.py, GParser.py,
+       * src/: GDataObjects.py, GDataSource.py, GParser.py,
        dbdrivers/_dbsig/DBdriver.py, dbdrivers/postgresql/DBdriver.py:
        Changes made to gnue-common for the first test run of gnue-reports.
 
 2001-05-29 20:07  jcater
 
-       * gnue/common/GDebug.py: GDebug.printMesg now correctly handles
-       printing types other than strings
+       * src/GDebug.py: GDebug.printMesg now correctly handles printing
+       types other than strings
 
 2001-05-29 16:49  jcater
 
-       * gnue/common/GDataFormatter.py: Added a Data Formatter to
-       gnue-common.  As of yet, it does not apply masks; it is only a
-       skeleton. (TODO list :)
+       * src/GDataFormatter.py: Added a Data Formatter to gnue-common.  As
+       of yet, it does not apply masks; it is only a skeleton. (TODO list
+       :)
 
 2001-05-26 21:42  jcater
 
-       * gnue/common/GClientApp.py: Fixed a bug in the profiling routine.
+       * src/GClientApp.py: Fixed a bug in the profiling routine.
 
 2001-05-26 17:36  jcater
 
-       * gnue/common/GParser.py: Removed a debugging line I forgot about
+       * src/GParser.py: Removed a debugging line I forgot about
 
 2001-05-26 17:26  jcater
 
-       * gnue/common/: GObjects.py, GParser.py: Fixed GParser problem with
+       * src/: GObjects.py, GParser.py: Fixed GParser problem with
        removing newlines from content. Also, minor changes for reports.
 
 2001-05-26 16:51  jcater
@@ -189,37 +246,37 @@
 
 2001-05-25 03:03  jcater
 
-       * INSTALL, doc/WritingClientApps.txt, gnue/common/GConnections.py,
-       gnue/common/GDataSource.py: Added documentation and a few other
-       minor changes
+       * INSTALL, doc/WritingClientApps.txt, src/GConnections.py,
+       src/GDataSource.py: Added documentation and a few other minor
+       changes
 
 2001-05-18 10:51  jcater
 
-       * gnue/common/GDataSource.py: Added xmlElements to GDataSource and
-       to client parsers to clients will have consistent set of DataSource
+       * src/GDataSource.py: Added xmlElements to GDataSource and to
+       client parsers to clients will have consistent set of DataSource
        options
 
 2001-05-17 13:59  jcater
 
-       * gnue/common/: GClientApp.py, GConnections.py, GDataSource.py,
+       * src/: GClientApp.py, GConnections.py, GDataSource.py,
        GObjects.py: Miscellaneous changes
 
 2001-05-17 09:13  jcater
 
-       * gnue/common/GDataSource.py: Created a generic DataSource
-       implementation to be used by client apps such as reports and forms.
+       * src/GDataSource.py: Created a generic DataSource implementation
+       to be used by client apps such as reports and forms.
 
 2001-05-15 10:16  jcater
 
-       * gnue/common/: GClientApp.py, GConnections.py, GDataObjects.py,
+       * src/: GClientApp.py, GConnections.py, GDataObjects.py,
        GLoginHandler.py: Umm, I wouldn't know where to begin. -- a lot of
        stuff?
 
 2001-05-15 10:15  jcater
 
-       * gnue/common/dbdrivers/: _dbsig/DBdriver.py,
-       postgresql/DBdriver.py: placed experimental dbdriver into main
-       postgresql file since two formats do not conflict with each other
+       * src/dbdrivers/: _dbsig/DBdriver.py, postgresql/DBdriver.py:
+       placed experimental dbdriver into main postgresql file since two
+       formats do not conflict with each other
 
 2001-05-14 18:54  jcater
 
@@ -228,37 +285,35 @@
 
 2001-05-14 16:59  jcater
 
-       * gnue/common/GLoginHandler.py: Added LoginHandler, a class that
-       handles prompting user for login information (doesn't actually do
-       anything -- design to be subclassed by the UI portion of the
-       client).
+       * src/GLoginHandler.py: Added LoginHandler, a class that handles
+       prompting user for login information (doesn't actually do anything
+       -- design to be subclassed by the UI portion of the client).
 
 2001-05-14 14:58  jcater
 
-       * gnue/common/GDebug.py: Updated GDebug.printMesg to print
-       filename:line number next to messages (.e.g, DB001 [GFObjects:15]
-       Debug Message)
+       * src/GDebug.py: Updated GDebug.printMesg to print filename:line
+       number next to messages (.e.g, DB001 [GFObjects:15] Debug Message)
 
 2001-05-11 20:42  jcater
 
-       * gnue/common/: GClientApp.py, GConnections.py, GParser.py: Added
-       support to gnuef for connection definition files
+       * src/: GClientApp.py, GConnections.py, GParser.py: Added support
+       to gnuef for connection definition files
 
 2001-05-11 19:04  jcater
 
-       * gnue/common/GClientApp.py: 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).
+       * src/GClientApp.py: 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 18:09  jcater
 
-       * gnue/common/GConnections.py: Added GConnections.py which reads
-       and parses connection definition files.
+       * src/GConnections.py: Added GConnections.py which reads and parses
+       connection definition files.
 
 2001-05-11 16:59  jcater
 
-       * gnue/common/: GClientApp.py, GDataObjects.py,
+       * src/: GClientApp.py, GDataObjects.py,
        dbdrivers/_dbsig/DBdriver.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
@@ -268,21 +323,21 @@
 
 2001-05-11 16:09  jcater
 
-       * gnue/common/GClientApp.py: Added GClientApp, a class that other
-       GNUe apps can be based on.  This new class offers command line
-       parsing, debugging, profiling, help and version output, handling of
-       data connection files, etc behind the scenes. (Profiling and data
+       * src/GClientApp.py: Added GClientApp, a class that other GNUe apps
+       can be based on.  This new class offers command line parsing,
+       debugging, profiling, help and version output, handling of data
+       connection files, etc behind the scenes. (Profiling and data
        connection files is not yet complete :)
 
 2001-05-11 13:56  jcater
 
-       * gnue/common/GDebug.py: Completed GDebug.py so that it handles
-       traces, exceptions, and writing to log files. Will be used
-       transparently by new GClientApp class. Note that this file is not
-       exactly the same as GFDebug, although this file supercedes GFDebug.
-        The printMesg works the same. However, to set the log file and
-       debugging level, run GDebug.setDebug(level, file).  If file==None
-       then stderr is used.
+       * src/GDebug.py: Completed GDebug.py so that it handles traces,
+       exceptions, and writing to log files. Will be used transparently by
+       new GClientApp class. Note that this file is not exactly the same
+       as GFDebug, although this file supercedes GFDebug.  The printMesg
+       works the same. However, to set the log file and debugging level,
+       run GDebug.setDebug(level, file).  If file==None then stderr is
+       used.
 
 2001-05-10 13:58  jcater
 
@@ -292,28 +347,28 @@
 
 2001-05-10 11:14  jcater
 
-       * gnue/common/__init__.py: Added VERSION attribute to gnue.common
+       * src/__init__.py: Added VERSION attribute to gnue.common
 
 2001-05-02 17:33  jcater
 
-       * gnue/common/: GDataObjects.py, dbdrivers/_dbsig/DBdriver.py,
+       * src/: GDataObjects.py, dbdrivers/_dbsig/DBdriver.py,
        dbdrivers/_dbsig/__init__.py: Added first draft of DBdrivers using
        new DB-SIG 2 standard
 
 2001-04-24 21:12  jcater
 
-       * gnue/common/: GDataObjects.py, GDebug.py: Added GDebug.py and
+       * src/: GDataObjects.py, GDebug.py: Added GDebug.py and
        GDataObjects.py to GNUe-Common
 
 2001-04-23 11:29  jcater
 
-       * gnue/common/GObjects.py: Added type= parameters to
-       GObj.__init__() to make inherited classes easier to define
+       * src/GObjects.py: Added type= parameters to GObj.__init__() to
+       make inherited classes easier to define
 
 2001-04-20 20:23  jcater
 
-       * gnue/common/: GObjects.py, GParser.py: Modified variables
-       internal to objects to self._attr format
+       * src/: GObjects.py, GParser.py: Modified variables internal to
+       objects to self._attr format
 
 2001-04-17 22:22  jamest
 
@@ -325,21 +380,21 @@
 
 2001-04-16 19:30  jcater
 
-       * gnue/common/GParser.py: Removed debugging messages
+       * src/GParser.py: Removed debugging messages
 
 2001-04-16 19:22  jcater
 
-       * gnue/common/dbdrivers/oracle/DBdriver.py: Updated Oracle driver
+       * src/dbdrivers/oracle/DBdriver.py: Updated Oracle driver
 
 2001-04-16 18:23  jamest
 
-       * MANIFEST.in, gnue/common/GParser.py: Fixed status bar not
-       updating status after query with no records returned Additional
-       changes needed to make multi-line triggers work
+       * MANIFEST.in, src/GParser.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 18:08  jcater
 
-       * gnue/common/: GObjects.py, GParser.py: [no log message]
+       * src/: GObjects.py, GParser.py: [no log message]
 
 2001-04-15 22:33  jamest
 
@@ -347,18 +402,17 @@
 
 2001-04-15 20:33  jamest
 
-       * gnue/common/dbdrivers/: __init__.py, factory.py,
-       geas/DBdriver.py, geas/__init__.py, mysql/DBdriver.py,
-       mysql/__init__.py, odbc/DBdriver.py, odbc/__init__.py,
-       oracle/DBdriver.py, oracle/__init__.py, postgresql/DBdriver.py,
-       postgresql/__init__.py: Added database drivers from gnue forms to
-       common for reuse in gnue reports
+       * src/dbdrivers/: __init__.py, factory.py, geas/DBdriver.py,
+       geas/__init__.py, mysql/DBdriver.py, mysql/__init__.py,
+       odbc/DBdriver.py, odbc/__init__.py, oracle/DBdriver.py,
+       oracle/__init__.py, postgresql/DBdriver.py, postgresql/__init__.py:
+       Added database drivers from gnue forms to common for reuse in gnue
+       reports
 
 2001-04-13 13:07  jcater
 
-       * setup.py, gnue/common/GObjects.py, gnue/common/GParser.py,
-       gnue/common/__init__.py: Moved generic objects from gnuef to
-       gnue-common
+       * setup.py, src/GObjects.py, src/GParser.py, src/__init__.py: Moved
+       generic objects from gnuef to gnue-common
 
 2001-04-11 12:58  jcater
 
@@ -369,12 +423,11 @@
        * 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, gnue/.cvsignore, gnue/__init__.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,
-       setupext/__init__.py, setupext/install_data.py: copied
-       python-gnue-base to gnue-common
+       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
 
Index: gnue/gnue-common/NEWS
diff -u gnue/gnue-common/NEWS:1.4 gnue/gnue-common/NEWS:1.5
--- gnue/gnue-common/NEWS:1.4   Mon Jun 25 22:21:08 2001
+++ gnue/gnue-common/NEWS       Sat Jun 30 16:14:52 2001
@@ -1,4 +1,9 @@
-New features/changes in version 0.0.2:
+New features/changes in version 0.0.3:
+o Changes to support multi-platform installs
+o Changes required by Designer 0.0.1
+o Misc bug fixes
+
+New features/changes in version 0.0.2(26-JUN-2001):
 o Start of conversion to DB-SIG2 std
 o Enhanced debug system
 o New base application class (GClientApp)
Index: gnue/gnuef/ChangeLog
diff -u gnue/gnuef/ChangeLog:1.17 gnue/gnuef/ChangeLog:1.18
--- gnue/gnuef/ChangeLog:1.17   Mon Jun 25 22:21:08 2001
+++ gnue/gnuef/ChangeLog        Sat Jun 30 16:14:52 2001
@@ -1,3 +1,87 @@
+2001-06-30 17:58  jamest
+
+       * INSTALL, INSTALL.win32, MANIFEST.in, build_win.bat, setup.py,
+       samples/history/myform.gfd, src/GFObjects/GFBlock.py: Switch
+       designer RuntimeSettings to use $HOME var (you can use this in
+       windows) Changes to make an installed designer work properly Misc
+       setup tweaks for win32/unix Docs updates Misc stuff I've forgotten
+
+2001-06-30 14:54  jamest
+
+       * MANIFEST.in, setup.py: setup changes, start of designer setup
+       scripts
+
+2001-06-30 00:03  jamest
+
+       * build_win.bat, setup.py, src/UIwxpython.py,
+       src/GFObjects/__init__.py: Misc changes to get things running on
+       win32
+
+2001-06-29 19:59  jamest
+
+       * setup.py, src/GFClient.py, src/GFForm.py, src/GFInstance.py: Misc
+       changes required to get this puppy working on win32
+
+2001-06-29 18:27  jamest
+
+       * setup.cfg, setup.cfg.in, setup.py: Changes required to reflect
+       the manual manipulation of the cvs repository
+
+2001-06-29 17:55  jamest
+
+       * TODO, setup.py, src/GFClient.py, src/GFForm.py, src/GFObjects.py,
+       src/GFTrigger.py, src/GFObjects/GFBlock.py, src/GFObjects/GFBox.py,
+       src/GFObjects/GFButton.py, src/GFObjects/GFDataSource.py,
+       src/GFObjects/GFDatabase.py, src/GFObjects/GFEntry.py,
+       src/GFObjects/GFLabel.py, src/GFObjects/GFMsgBox.py,
+       src/GFObjects/GFObj.py, src/GFObjects/GFOption.py,
+       src/GFObjects/GFOptions.py, src/GFObjects/GFPage.py,
+       src/GFObjects/GFScrollBar.py, src/GFObjects/GFValue.py,
+       src/GFObjects/__init__.py: Setup tweaks to make gfcvs/gfdes work w/
+       non bash shells Setup tweaks to get setup.py install doing
+       something under windows Broke GFObjects.py apart for future
+       clean-up work Added Misc TODO junk
+
+2001-06-27 23:02  jamest
+
+       * setup.py: Tweaks to setup.py devel
+
+2001-06-27 21:22  jcater
+
+       * src/GFTrigger.py: Removed annoying debugging statement
+
+2001-06-27 21:20  jcater
+
+       * src/: GFParser.py, GFTrigger.py: Fixed problem w/dumpXML
+       preventing forms from being saved in designer
+
+2001-06-27 20:58  jamest
+
+       * setup.py, samples/geas/country.gfd, samples/geas/users.gfd,
+       src/UIwxpython.py: Fixed geas driver issues Fixed button trigger
+       support in UIwxpython Minor setup.py changes Misc config changes to
+       make gnuef work with installed geas by default
+
+2001-06-26 23:26  jcater
+
+       * src/GFParser.py: Fixed problem w/new parser that broke importing
+
+2001-06-26 22:17  jcater
+
+       * src/: GFParser.py, GFTrigger.py: Converted parser format from
+       nested tuples to nested dictionaries so that in future info can be
+       added to parser definition without breaking other code and vise
+       versa; also; added StoreTriggerAsCDATA setting to gnue.conf; if
+       true, triggers are surrounded by \<\!\[CDATA[...\]\]\> and are
+       stored as is; if false; <.>, & are converted to &lt; &gt; &amp;
+       Note: the only advantage to this setting is if you are planning on
+       editing the gfd file in a text editor; CDATA may be easier to edit
+       than xml-friendly entities.
+
+2001-06-26 00:21  jamest
+
+       * ChangeLog, NEWS: More updates in preperatoin for release.
+
 2001-06-25 23:40  dneighbors
 
        * samples/track/forms/contact_manager.gfd: contact_manager.gfd   **
Index: gnue/gnuef/NEWS
diff -u gnue/gnuef/NEWS:1.12 gnue/gnuef/NEWS:1.13
--- gnue/gnuef/NEWS:1.12        Mon Jun 25 22:21:08 2001
+++ gnue/gnuef/NEWS     Sat Jun 30 16:14:52 2001
@@ -1,4 +1,8 @@
-New features/changes in version 0.0.8:
+New features/changes in version 0.0.9():
+o Windows support now functional again
+o Misc bug fixes in code and samples
+
+New features/changes in version 0.0.8 (26-JUN-2001):
 o Migration of more features to the GNUe-Common package
 o   Enhanced logging, parser, global connection configuration,
 o   DB2 support, etc



reply via email to

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