2003-10-06 14:10  jcater

	* doc/: Concepts-Guide.sxw, Tech-Reference.sxw: fixed zero-length
	  file

2003-10-06 13:50  reinhard

	* setup.py, doc/man/gnue-navigator.1: Include man page.

2003-10-05 13:03  btami

	* scripts/gnue-navigator: removed old "magic" code needed for
	  mcmillan packaging on win32

2003-10-05 12:45  reinhard

	* .cvsignore, MANIFEST.in, setup.cfg.in, setup.py,
	  scripts/.cvsignore, scripts/gnue-navigator,
	  scripts/gnue-navigator.in, src/__init__.py: Changed setup script
	  to use GSetup.

2003-09-26 15:17  btami

	* src/: UIwxpython.py, UIwxweb.py: removed duplicated files

2003-09-25 20:04  jcater

	* setup.cvs: Added a new per-module cvs setup system

2003-09-25 18:17  reinhard

	* src/: GNClient.py, GNObjects.py: Do not use depreciated
	  environment variable INSTALL_PREFIX

2003-09-18 22:59  jcater

	* setup.py: fix for --prefix

2003-08-22 06:59  jcater

	* src/: UIgtk2.py, UIwx.py, UIwxpython.py: proper fix for version
	  display

2003-08-21 10:57  jcater

	* src/__init__.py: updated release status

2003-08-20 08:57  dneighbors

	* src/Actions/gnome_menu.py: Made changes so that the program
	  doesn't bomb.  It creates gnome2 style files now.  However, it is
	  not properly doing submenus.	It also is not issuing proper
	  GConfig commands to get run variables.

2003-08-19 23:36  dneighbors

	* src/UIwx.py: Updated hard coded version number, needs to be
	  changed to dynamic number I suspect.

2003-08-10 18:28  btami

	* src/: GNClient.py, UIweb.py, UIwx.py: changing to dyn_import

2003-08-10 13:15  jcater

	* NEWS: updated dates in NEWS files

2003-08-10 13:09  jcater

	* ChangeLog: last minute release commits

2003-08-04 10:41  siesel

	* src/: GNClient.py, UIgtk2.py: add gtk2 UI option to
	  gnue-navigator (enable with -u gtk2)

2003-07-25 20:47  jamest

	* src/__init__.py: prerelease prep

2003-07-25 19:56  jamest

	* ChangeLog, NEWS: preping for release

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

2002-11-14 14:26  jcater

	* src/GNParser.py: fixes for the new gparser xmlelement support

2002-11-13 23:05  jcater

	* ChangeLog, NEWS: Updated NEWS and ChangeLogs

2002-11-13 21:55  jcater

	* packaging/mcmillan/: navigator.spec,
	  hooks/hook-gnue.common.GComm.py,
	  hooks/hook-gnue.common.GConnections.py,
	  hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
	  hooks/hook-gnue.forms.GFClient.py,
	  hooks/hook-gnue.reports.GREngine.py,
	  hooks/hook-gnue.reports.GRFilters.py:

	  Added btami's mcmillan support files

2002-11-12 18:39  jamest

	* src/__init__.py: Remove python2.2ism

2002-11-12 17:07  jcater

	* src/__init__.py: updated VERSION numbers to be the new .99 format
	  for cvs

2002-11-10 14:32  jcater

	* src/GNParser.py: added missing buildImportableTags call

2002-11-04 18:38  jcater

	* src/GNClient.py:
	  * Added gConfigForm global config method

	  * added setFeature support to forms in On-Startup, you can do:
	  form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu
	  bar likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
	  On-Startup and their use is not officially supported!!!!

2002-11-04 12:59  jamest

	* src/GNObjects.py: Made navigator work w/ current rootObj call

2002-11-04 08:55  jamest

	* src/UIwxpython.py: Migration of import system into common
	  (partially complete) Added G*Parser attribute 'Importable' to
	  entities if set to 1 makes then that entity becomes importable.
	  Adjustments to make reports support importable triggers All still
	  pretty rough

2002-11-04 00:02  jcater

	* src/GNParser.py:

	  * Misc cleanup

2002-11-02 00:02  jcater

	* src/GNObjects.py: moved the dumpXML root call into GRootObj, so
	  each tool doesn't have to redefine dumpXML()

2002-10-07 16:45  jcater

	* src/__init__.py: updating version numbers to 'development' status

2002-09-29 19:56  jcater

	* setup.py: added manfile support

2002-09-29 19:27  jcater

	* TODO: TODO fixes

2002-09-29 19:19  jcater

	* ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
	  final changes for release

2002-09-25 18:05  jcater

	* doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
	  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

	* src/UIwxpython.py: fixed runForm support in Navigator

2002-09-20 14:23  jcater

	* MANIFEST.in: added support files needed for sdist

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

	* 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

