commit-gnue
[Top][All Lists]
Advanced

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

gnue-navigator ChangeLog NEWS


From: James Thompson
Subject: gnue-navigator ChangeLog NEWS
Date: Fri, 25 Jul 2003 20:56:40 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-navigator
Branch:         
Changes by:     James Thompson <address@hidden> 03/07/25 20:56:39

Modified files:
        .              : ChangeLog NEWS 

Log message:
        preping for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/ChangeLog.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/NEWS.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue-navigator/ChangeLog
diff -c gnue-navigator/ChangeLog:1.5 gnue-navigator/ChangeLog:1.6
*** gnue-navigator/ChangeLog:1.5        Sun Nov 17 20:27:05 2002
--- gnue-navigator/ChangeLog    Fri Jul 25 20:56:39 2003
***************
*** 1,3 ****
--- 1,81 ----
+ 2003-07-05 17:09  btami
+ 
+       * src/UIwin32.py: A first activex contol in GNUe, wow !
+ 
+ 2003-06-27 02:22  btami
+ 
+       * src/UIwin32.py: more work on win32 navigator
+ 
+ 2003-06-25 18:03  btami
+ 
+       * src/: GNClient.py, UIwin32.py: starting a native win32 navigator
+         driver
+ 
+ 2003-06-16 07:39  btami
+ 
+       * src/: GNClient.py, GNObjects.py: fixing reports support in
+         navigator
+ 
+ 2003-04-15 17:06  jcater
+ 
+       * src/__init__.py: set version numbers to reflect development
+         status
+ 
+ 2003-04-15 16:35  jcater
+ 
+       * NEWS, src/__init__.py: updated navigator version
+ 
+ 2003-04-07 12:50  jamest
+ 
+       * src/UIwxpython.py: get navigator working again
+ 
+ 2003-04-06 21:12  jamest
+ 
+       * src/__init__.py: last updates prior to release
+ 
+ 2003-04-06 20:16  jamest
+ 
+       * NEWS: Updating text docs for release
+ 
+ 2003-04-02 15:20  jcater
+ 
+       * NEWS: updated NEWS
+ 
+ 2003-02-17 01:32  jcater
+ 
+       * src/: GNClient.py, GNConfig.py, GNObjects.py, GNParser.py,
+         UItext.py, UIwxpython.py: phase I of gnue-common structural
+         cleanup
+ 
+ 2003-01-11 11:19  jcater
+ 
+       * src/GNClient.py: more independence fixes
+ 
+ 2003-01-11 11:05  jcater
+ 
+       * src/: GNObjects.py, UIwxpython.py: fixed reports imports
+ 
+ 2003-01-01 18:45  jcater
+ 
+       * setup.cfg.in, setup.py, scripts/gnue-navigator.in,
+         src/GNClient.py, src/GNConfig.py, src/GNObjects.py,
+         src/GNParser.py, src/UItext.py, src/UIwxpython.py,
+         src/UIwxweb.py, src/__init__.py, src/Actions/gnome_menu.py,
+         src/Actions/kde_menu.py: updated copyright headers
+ 
+ 2002-12-11 19:00  jcater
+ 
+       * ROADMAP.in: added roadmap/feature plan template and parser script
+ 
+ 2002-11-19 14:52  jcater
+ 
+       * src/: GNParser.py, __init__.py: added description to be a child
+         of step
+ 
+ 2002-11-17 19:27  jamest
+ 
+       * ChangeLog, NEWS: Final updates for new release
+ 
  2002-11-17 19:17  jcater
  
        * src/__init__.py: doc/version changes in prep for a release
***************
*** 13,26 ****
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: navigator.spec,
!       hooks/hook-gnue.common.GComm.py,
!       hooks/hook-gnue.common.GConnections.py,
!       hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
!       hooks/hook-gnue.forms.GFClient.py,
!       hooks/hook-gnue.reports.GREngine.py,
!       hooks/hook-gnue.reports.GRFilters.py: 
!       
!       Added btami's mcmillan support files
  
  2002-11-12 18:39  jamest
  
--- 91,104 ----
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: navigator.spec,
!         hooks/hook-gnue.common.GComm.py,
!         hooks/hook-gnue.common.GConnections.py,
!         hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
!         hooks/hook-gnue.forms.GFClient.py,
!         hooks/hook-gnue.reports.GREngine.py,
!         hooks/hook-gnue.reports.GRFilters.py:
! 
!         Added btami's mcmillan support files
  
  2002-11-12 18:39  jamest
  
***************
*** 29,35 ****
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!       for cvs
  
  2002-11-10 14:32  jcater
  
--- 107,113 ----
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!         for cvs
  
  2002-11-10 14:32  jcater
  
***************
*** 37,49 ****
  
  2002-11-04 18:38  jcater
  
!       * src/GNClient.py: 
!       * Added gConfigForm global config method
!       
!       * added setFeature support to forms in On-Startup, you can do:  
!       form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu bar
!       likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
!       On-Startup and their use is not officially supported!!!!
  
  2002-11-04 12:59  jamest
  
--- 115,127 ----
  
  2002-11-04 18:38  jcater
  
!       * src/GNClient.py:
!         * Added gConfigForm global config method
! 
!         * added setFeature support to forms in On-Startup, you can do:
!         form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu
!         bar likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
!         On-Startup and their use is not officially supported!!!!
  
  2002-11-04 12:59  jamest
  
***************
*** 52,72 ****
  2002-11-04 08:55  jamest
  
        * src/UIwxpython.py: Migration of import system into common
!       (partially complete) Added G*Parser attribute 'Importable' to
!       entities if set to 1 makes then that entity becomes importable. 
!       Adjustments to make reports support importable triggers All still
!       pretty rough
  
  2002-11-04 00:02  jcater
  
!       * src/GNParser.py: 
!       
!       * Misc cleanup
  
  2002-11-02 00:02  jcater
  
        * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
!       each tool doesn't have to redefine dumpXML()
  
  2002-10-07 16:45  jcater
  
--- 130,150 ----
  2002-11-04 08:55  jamest
  
        * src/UIwxpython.py: Migration of import system into common
!         (partially complete) Added G*Parser attribute 'Importable' to
!         entities if set to 1 makes then that entity becomes importable.
!         Adjustments to make reports support importable triggers All still
!         pretty rough
  
  2002-11-04 00:02  jcater
  
!       * src/GNParser.py:
! 
!         * Misc cleanup
  
  2002-11-02 00:02  jcater
  
        * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
!         each tool doesn't have to redefine dumpXML()
  
  2002-10-07 16:45  jcater
  
***************
*** 83,104 ****
  2002-09-29 19:19  jcater
  
        * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
!       final changes for release
  
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
!       documentation
  
  2002-09-23 23:41  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!       typos, part 2)
  
  2002-09-23 23:38  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!       typos)
  
  2002-09-23 23:35  jcater
  
--- 161,182 ----
  2002-09-29 19:19  jcater
  
        * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
!         final changes for release
  
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
!         documentation
  
  2002-09-23 23:41  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!         typos, part 2)
  
  2002-09-23 23:38  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!         typos)
  
  2002-09-23 23:35  jcater
  
***************
*** 111,129 ****
  2002-09-20 01:23  jcater
  
        * ChangeLog, INSTALL, NEWS: first round of changes to text
!       documents in prep for a release
  
  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
  
--- 189,207 ----
  2002-09-20 01:23  jcater
  
        * ChangeLog, INSTALL, NEWS: first round of changes to text
!         documents in prep for a release
  
  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
  
***************
*** 136,142 ****
  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
  
--- 214,220 ----
  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
  
***************
*** 145,157 ****
  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
  
--- 223,235 ----
  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
  
***************
*** 160,224 ****
  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
  
--- 238,303 ----
  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
  
***************
*** 227,233 ****
  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
  
--- 306,312 ----
  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
  
***************
*** 244,275 ****
  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
  
--- 323,354 ----
  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
  
***************
*** 278,284 ****
  2002-04-22 02:18  jcater
  
        * setup.py: fixed if's without corresponding code blocks (per
!       btami)
  
  2002-04-18 10:12  jcater
  
--- 357,363 ----
  2002-04-22 02:18  jcater
  
        * setup.py: fixed if's without corresponding code blocks (per
!         btami)
  
  2002-04-18 10:12  jcater
  
***************
*** 287,293 ****
  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
  
--- 366,372 ----
  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
  
***************
*** 296,308 ****
  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
  
--- 375,387 ----
  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
  
***************
*** 315,359 ****
  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
  
--- 394,438 ----
  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
  
***************
*** 362,379 ****
  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
  
--- 441,458 ----
  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
  
***************
*** 382,388 ****
  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
  
--- 461,467 ----
  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/NEWS
diff -c gnue-navigator/NEWS:1.7 gnue-navigator/NEWS:1.8
*** gnue-navigator/NEWS:1.7     Tue Apr 15 17:35:17 2003
--- gnue-navigator/NEWS Fri Jul 25 20:56:39 2003
***************
*** 1,3 ****
--- 1,7 ----
+ New features/changes in version 0.0.5: (##-JUL-2003)
+ o Reports support fixed
+ o Improved windows support
+ 
  New features/changes in version 0.0.4: (15-APR-2003)
  o Installation bug fixes
  




reply via email to

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