commit-gnue
[Top][All Lists]
Advanced

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

gnue-forms ./ChangeLog src/__init__.py


From: James Thompson
Subject: gnue-forms ./ChangeLog src/__init__.py
Date: Wed, 22 Oct 2003 15:37:33 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-forms
Branch:         
Changes by:     James Thompson <address@hidden> 03/10/22 15:37:33

Modified files:
        .              : ChangeLog 
        src            : __init__.py 

Log message:
        making release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-forms/ChangeLog.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-forms/src/__init__.py.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: gnue-forms/ChangeLog
diff -c gnue-forms/ChangeLog:1.36 gnue-forms/ChangeLog:1.37
*** gnue-forms/ChangeLog:1.36   Fri Oct 17 17:37:09 2003
--- gnue-forms/ChangeLog        Wed Oct 22 15:37:32 2003
***************
*** 1,3 ****
--- 1,45 ----
+ 2003-10-21 11:04  reinhard
+ 
+       * src/__init__.py: Set release back to 0 for prereleases.
+ 
+ 2003-10-21 11:03  reinhard
+ 
+       * setup.py: Include examples into installation.
+ 
+ 2003-10-20 20:46  jamest
+ 
+       * NEWS, src/__init__.py: preping for release
+ 
+ 2003-10-20 14:31  reinhard
+ 
+       * src/GFForm.py: Update the UI after marking a record for deletion.
+         This fixes the commit button not becoming active after marking a
+         record for deletion.
+ 
+ 2003-10-20 14:30  reinhard
+ 
+       * src/GFInstance.py: On commit, call entryUpdated *before*
+         refreshDisplay. This fixes the commit button not greying out
+         after committing a record in some cases.
+ 
+ 2003-10-20 05:11  btami
+ 
+       * src/uidrivers/win32/widgets/entry.py: fixed multiline edit width
+         to fit into a box (in about.gfd)
+ 
+ 2003-10-18 05:03  btami
+ 
+       * src/: GFParser.py, GFObjects/GFEntry.py,
+         uidrivers/gtk2/widgets/_base.py, uidrivers/gtk2/widgets/entry.py,
+         uidrivers/qt/widgets/_base.py, uidrivers/qt/widgets/entry.py,
+         uidrivers/win32/widgets/entry.py, uidrivers/wx/widgets/entry.py:
+         on win32 current focus is invisible on checkbox entry if it has
+         no label, so label support added to checkboxes
+ 
+ 2003-10-17 16:37  jamest
+ 
+       * ChangeLog, NEWS: preping for release
+ 
  2003-10-10 07:14  btami
  
        * src/GFForm.py: fixed error message, when focus moved on GFButton
***************
*** 32,41 ****
  
  2003-10-05 18:34  jbailey
  
!       * packaging/debian/: README.Debian, README.maintainers, changelog,
!         control, copyright, dirs, files, postinst, prerm, rules,
!         setup.cfg.debian: gnue-forms (0.5.1.20031005) unstable;
!         urgency=low
  
            * Update to CVS branch.  Packaging is now upstream.
  
--- 74,83 ----
  
  2003-10-05 18:34  jbailey
  
!       * packaging/debian/: .cvsignore, README.Debian, README.cvs,
!         README.maintainers, changelog, control, copyright, dirs, files,
!         postinst, prerm, rules, setup.cfg.debian: gnue-forms
!         (0.5.1.20031005) unstable; urgency=low
  
            * Update to CVS branch.  Packaging is now upstream.
  
***************
*** 45,50 ****
--- 87,97 ----
           -- Jeff Bailey <address@hidden>  Sun,  5 Oct 2003 19:06:42
          -0400
  
+ 2003-10-05 16:20  reinhard
+ 
+       * setupext/.cvsignore: Removed .cvsignore from otherwise empty
+         directory.
+ 
  2003-10-05 13:04  btami
  
        * scripts/gnue-forms, src/GFInstance.py, src/dialogs/__init__.py,
***************
*** 52,70 ****
          src/uidrivers/_base/widgets/__init__.py: updating "magic" code
          needed for mcmillan packaging on win32
  
  2003-10-05 04:35  reinhard
  
        * setup.py: Remove "import wxPython" because it fails if we don't
          run under X.
  
  2003-10-05 03:44  reinhard
  
        * scripts/gnue-forms: Fixed comment.
  
  2003-10-04 15:40  reinhard
  
!       * setup.cfg.in, setup.py, scripts/gnue-forms,
!         scripts/gnue-forms.in, setupext/__init__.py,
          setupext/install_data.py, src/__init__.py: Updated setup routine
          to use GSetup.
  
--- 99,128 ----
          src/uidrivers/_base/widgets/__init__.py: updating "magic" code
          needed for mcmillan packaging on win32
  
+ 2003-10-05 11:39  reinhard
+ 
+       * MANIFEST.in, doc/.cvsignore: Include all available documentation
+         in distribution.
+ 
  2003-10-05 04:35  reinhard
  
        * setup.py: Remove "import wxPython" because it fails if we don't
          run under X.
  
+ 2003-10-05 03:56  reinhard
+ 
+       * MANIFEST.in, samples/.cvsignore, samples/po/.cvsignore,
+         samples/zipcode/.cvsignore: Fixed list of files to go into
+         distribution.
+ 
  2003-10-05 03:44  reinhard
  
        * scripts/gnue-forms: Fixed comment.
  
  2003-10-04 15:40  reinhard
  
!       * MANIFEST.in, setup.cfg.in, setup.py, scripts/.cvsignore,
!         scripts/gnue-forms, scripts/gnue-forms.in, setupext/__init__.py,
          setupext/install_data.py, src/__init__.py: Updated setup routine
          to use GSetup.
  
***************
*** 192,197 ****
--- 250,259 ----
  
        * NEWS: updated dates in NEWS files
  
+ 2003-08-10 13:09  jcater
+ 
+       * ChangeLog: last minute release commits
+ 
  2003-08-09 20:24  jcater
  
        * src/GFClient.py: added support for external (i.e., not located in
***************
*** 299,305 ****
  
  2003-07-25 19:51  jamest
  
!       * NEWS: preping for release
  
  2003-07-25 15:12  jcater
  
--- 361,367 ----
  
  2003-07-25 19:51  jamest
  
!       * ChangeLog, NEWS: preping for release
  
  2003-07-25 15:12  jcater
  
***************
*** 786,791 ****
--- 848,857 ----
  
        * src/uidrivers/wx/ErrorHandler.py: minor fix
  
+ 2003-04-02 14:50  jcater
+ 
+       * MANIFEST.in: added missing files
+ 
  2003-04-02 14:49  jcater
  
        * setup.py, dialogs/about.gfd, dialogs/jumpto.gfd,
***************
*** 807,813 ****
  
  2003-04-01 23:37  jamest
  
!       * setup.py: installer fixes to produce good tarballs
  
  2003-04-01 22:38  jcater
  
--- 873,879 ----
  
  2003-04-01 23:37  jamest
  
!       * MANIFEST.in, setup.py: installer fixes to produce good tarballs
  
  2003-04-01 22:38  jcater
  
***************
*** 836,841 ****
--- 902,911 ----
  
        * NEWS: updates to NEWS files for pending release
  
+ 2003-04-01 16:53  jcater
+ 
+       * ChangeLog: changelog updates
+ 
  2003-04-01 16:52  jcater
  
        * setup.py: updates to generate prereleases
***************
*** 1641,1646 ****
--- 1711,1721 ----
        * src/GFObjects/GFBlock.py: reworking the format of designer
          wizards and namespace support
  
+ 2002-12-21 14:36  jcater
+ 
+       * ChangeLog:
+         * Changes for -pre3
+ 
  2002-12-21 13:36  jamest
  
        * src/uidrivers/wx/common.py: sigh, missing file
***************
*** 1667,1672 ****
--- 1742,1753 ----
  
        * utils/gfd04to05.py: added check for trigger.type
  
+ 2002-12-20 18:15  jcater
+ 
+       * ChangeLog:
+ 
+         synching machines
+ 
  2002-12-17 18:36  jcater
  
        * src/: GFForm.py, GFInstance.py, uidrivers/wx/UIdriver.py:
***************
*** 1675,1682 ****
  
  2002-12-16 21:07  jcater
  
!       * INSTALL, NEWS, ROADMAP.in, TODO: Preliminary updates for pending
!         release
  
  2002-12-13 10:58  jcater
  
--- 1756,1763 ----
  
  2002-12-16 21:07  jcater
  
!       * ChangeLog, INSTALL, MANIFEST.in, NEWS, ROADMAP.in, TODO:
!         Preliminary updates for pending release
  
  2002-12-13 10:58  jcater
  
***************
*** 1716,1722 ****
  
  2002-12-11 22:39  jcater
  
!       * NEWS, src/__init__.py: checkins for 0.4.3 prerelease
  
  2002-12-11 22:08  jamest
  
--- 1797,1803 ----
  
  2002-12-11 22:39  jcater
  
!       * ChangeLog, NEWS, src/__init__.py: checkins for 0.4.3 prerelease
  
  2002-12-11 22:08  jamest
  
***************
*** 1810,1817 ****
  
  2002-12-02 20:37  jamest
  
!       * NEWS, samples/zipcode/zipcode.gfd, src/__init__.py: Checkins
!         final for 0.4.2 releases of common, designer, forms
  
  2002-12-01 17:04  jcater
  
--- 1891,1898 ----
  
  2002-12-02 20:37  jamest
  
!       * ChangeLog, NEWS, samples/zipcode/zipcode.gfd, src/__init__.py:
!         Checkins final for 0.4.2 releases of common, designer, forms
  
  2002-12-01 17:04  jcater
  
***************
*** 2136,2148 ****
  
  2002-11-17 19:27  jamest
  
!       * NEWS, src/GFObjects/GFEntry.py, src/GFObjects/GFField.py,
!         src/uidrivers/_base/UIdriver.py: Final updates for new release
  
  2002-11-17 19:17  jcater
  
!       * setup.py, doc/Developers-Guide.sxw, src/__init__.py: doc/version
!         changes in prep for a release
  
  2002-11-17 17:39  jamest
  
--- 2217,2230 ----
  
  2002-11-17 19:27  jamest
  
!       * ChangeLog, NEWS, src/GFObjects/GFEntry.py,
!         src/GFObjects/GFField.py, src/uidrivers/_base/UIdriver.py: Final
!         updates for new release
  
  2002-11-17 19:17  jcater
  
!       * MANIFEST.in, setup.py, doc/Developers-Guide.sxw, src/__init__.py:
!         doc/version changes in prep for a release
  
  2002-11-17 17:39  jamest
  
***************
*** 2208,2214 ****
  
  2002-11-13 23:05  jcater
  
!       * NEWS: Updated NEWS and ChangeLogs
  
  2002-11-13 21:55  jcater
  
--- 2290,2296 ----
  
  2002-11-13 23:05  jcater
  
!       * ChangeLog, NEWS: Updated NEWS and ChangeLogs
  
  2002-11-13 21:55  jcater
  
***************
*** 2506,2514 ****
  
  2002-10-23 19:26  jamest
  
!       * setupext/__init__.py, setupext/install_data.py, src/GFForm.py:
!         Removed files no longer needed by setup.py Removed reference to
!         PyXML as we no longer require it
  
  2002-10-22 19:50  jcater
  
--- 2588,2596 ----
  
  2002-10-23 19:26  jamest
  
!       * MANIFEST.in, setupext/__init__.py, setupext/install_data.py,
!         src/GFForm.py: Removed files no longer needed by setup.py Removed
!         reference to PyXML as we no longer require it
  
  2002-10-22 19:50  jcater
  
***************
*** 2652,2664 ****
  2002-10-05 02:16  jcater
  
        * setup.py, packaging/debian/README.Debian,
!         packaging/debian/README.maintainers, packaging/debian/changelog,
!         packaging/debian/control, packaging/debian/copyright,
!         packaging/debian/dirs, packaging/debian/docs,
!         packaging/debian/files, packaging/debian/postinst,
!         packaging/debian/prerm, packaging/debian/rules,
!         packaging/debian/setup.cfg.debian: Changes needed to create .debs
!         for the 0.4.0 release
  
  2002-09-30 01:21  jcater
  
--- 2734,2746 ----
  2002-10-05 02:16  jcater
  
        * setup.py, packaging/debian/README.Debian,
!         packaging/debian/README.cvs, packaging/debian/README.maintainers,
!         packaging/debian/changelog, packaging/debian/control,
!         packaging/debian/copyright, packaging/debian/dirs,
!         packaging/debian/docs, packaging/debian/files,
!         packaging/debian/postinst, packaging/debian/prerm,
!         packaging/debian/rules, packaging/debian/setup.cfg.debian:
!         Changes needed to create .debs for the 0.4.0 release
  
  2002-09-30 01:21  jcater
  
***************
*** 2675,2681 ****
  
  2002-09-29 19:19  jcater
  
!       * packaging/inno/README, packaging/inno/gfclient.iss,
          packaging/mcmillan/README, packaging/mcmillan/forms.spec,
          src/__init__.py: final changes for release
  
--- 2757,2763 ----
  
  2002-09-29 19:19  jcater
  
!       * ChangeLog, packaging/inno/README, packaging/inno/gfclient.iss,
          packaging/mcmillan/README, packaging/mcmillan/forms.spec,
          src/__init__.py: final changes for release
  
***************
*** 2786,2793 ****
  
  2002-09-20 01:23  jcater
  
!       * AUTHORS: first round of changes to text documents in prep for a
!         release
  
  2002-09-20 01:20  jcater
  
--- 2868,2875 ----
  
  2002-09-20 01:23  jcater
  
!       * AUTHORS, ChangeLog: first round of changes to text documents in
!         prep for a release
  
  2002-09-20 01:20  jcater
  
***************
*** 2852,2859 ****
  2002-09-16 15:18  jcater
  
        * FAQ, INSTALL, README, doc/techref.lyx, doc/techref.txt,
!         doc/user_guide.lyx, samples/intro/intro.gfd, src/GFForm.py:
!         changed references from gfclient to gnue-forms [patch by filc]
  
  2002-09-15 15:54  siesel
  
--- 2934,2942 ----
  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
  
***************
*** 3242,3254 ****
        * src/GFClient.py: working on getting navigator to do local forms
          instances
  
  2002-06-03 17:18  jamest
  
        * NEWS: Set dates in NEWS files
  
  2002-06-03 16:08  jcater
  
!       * packaging/inno/gfclient.iss: updated changelogs
  
  2002-06-03 15:39  jcater
  
--- 3325,3341 ----
        * 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
  
***************
*** 3263,3269 ****
  
  2002-06-03 14:19  jamest
  
!       * setup.py: updates to make gfclient replaced with gnue-forms
  
  2002-06-03 14:09  jcater
  
--- 3350,3357 ----
  
  2002-06-03 14:19  jamest
  
!       * MANIFEST.in, setup.py: updates to make gfclient replaced with
!         gnue-forms
  
  2002-06-03 14:09  jcater
  
***************
*** 3283,3291 ****
  
  2002-06-02 17:21  jcater
  
!       * setup.py, src/GFClient.py: Added --generate-man-page to GBaseApp
!         and updated the setup.py's to create the manpages before creating
!         a source distribution
  
  2002-06-01 12:47  jcater
  
--- 3371,3379 ----
  
  2002-06-02 17:21  jcater
  
!       * MANIFEST.in, setup.py, src/GFClient.py: Added --generate-man-page
!         to GBaseApp and updated the setup.py's to create the manpages
!         before creating a source distribution
  
  2002-06-01 12:47  jcater
  
***************
*** 3303,3308 ****
--- 3391,3400 ----
        * packaging/inno/: README, gfclient.iss: more updates for
          prerelease testing
  
+ 2002-05-31 15:05  jcater
+ 
+       * ChangeLog: ChangeLog updates
+ 
  2002-05-30 23:10  jcater
  
        * setup.py: more fixes to setup.py
***************
*** 3329,3339 ****
--- 3421,3440 ----
  
        * NEWS, src/__init__.py: more changes for a release
  
+ 2002-05-29 22:41  jcater
+ 
+       * ChangeLog: more changes for a release
+ 
  2002-05-28 10:28  jcater
  
        * src/uidrivers/wx/UIdriver.py: [ticket #39] removed redundent
          combo box initialization code [patch by btami]
  
+ 2002-05-21 00:33  baumannd
+ 
+       * src/uidrivers/: .cvsignore, _base/.cvsignore, wx/.cvsignore:
+         Ignore some files.
+ 
  2002-05-19 11:06  jcater
  
        * src/GFObjects/GFBlock.py: bugfix for datasource-less blocks
***************
*** 4028,4035 ****
  
  2002-01-18 19:19  jamest
  
!       * NEWS, setup.py, src/__init__.py: Misc updates in prep for a
!         release
  
  2002-01-16 01:05  jcater
  
--- 4129,4136 ----
  
  2002-01-18 19:19  jamest
  
!       * ChangeLog, NEWS, setup.py, src/__init__.py: Misc updates in prep
!         for a release
  
  2002-01-16 01:05  jcater
  
***************
*** 4191,4201 ****
  
  2001-11-20 22:44  jamest
  
!       * setup.py: Changes required to make good source distros
  
  2001-11-20 21:23  jamest
  
!       * BUGS, NEWS, setup.py: Final updates for 0.1.0 releases
  
  2001-11-20 21:08  jcater
  
--- 4292,4304 ----
  
  2001-11-20 22:44  jamest
  
!       * MANIFEST.in, setup.py: Changes required to make good source
!         distros
  
  2001-11-20 21:23  jamest
  
!       * BUGS, ChangeLog, MANIFEST.in, NEWS, setup.py: Final updates for
!         0.1.0 releases
  
  2001-11-20 21:08  jcater
  
***************
*** 4222,4228 ****
  
  2001-11-19 18:15  jamest
  
!       * NEWS: Updated NEWS and Changelog for pending release
  
  2001-11-17 17:15  dimas
  
--- 4325,4331 ----
  
  2001-11-19 18:15  jamest
  
!       * ChangeLog, NEWS: Updated NEWS and Changelog for pending release
  
  2001-11-17 17:15  dimas
  
***************
*** 4421,4427 ****
  
  2001-11-04 21:41  jamest
  
!       * NEWS: Update files for upcomming release
  
  2001-11-04 21:21  jamest
  
--- 4524,4530 ----
  
  2001-11-04 21:41  jamest
  
!       * ChangeLog, NEWS: Update files for upcomming release
  
  2001-11-04 21:21  jamest
  
***************
*** 4676,4681 ****
--- 4779,4789 ----
        * src/GFObjects/: GFEntry.py, GFField.py: GFEntry.py   ** Fixed so
          respects rows attribute at levels other than block
  
+ 2001-09-06 04:06  baumannd
+ 
+       * .cvsignore, scripts/.cvsignore, src/GFObjects/.cvsignore: Ignore
+         the rest of the build generated files.
+ 
  2001-09-03 23:56  dneighbors
  
        * samples/track/forms/contact_manager.gfd: contact_manager.gfd   **
***************
*** 5202,5212 ****
  
  2001-06-30 18:14  jamest
  
!       * NEWS: Updated NEWS for next release
  
  2001-06-30 17:58  jamest
  
!       * INSTALL, INSTALL.win32, 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
--- 5310,5320 ----
  
  2001-06-30 18:14  jamest
  
!       * ChangeLog, NEWS: Updated NEWS for next release
  
  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
***************
*** 5215,5221 ****
  
  2001-06-30 14:54  jamest
  
!       * setup.py: setup changes, start of designer setup scripts
  
  2001-06-30 00:03  jamest
  
--- 5323,5330 ----
  
  2001-06-30 14:54  jamest
  
!       * MANIFEST.in, setup.py: setup changes, start of designer setup
!         scripts
  
  2001-06-30 00:03  jamest
  
***************
*** 5287,5293 ****
  
  2001-06-26 00:21  jamest
  
!       * NEWS: More updates in preperatoin for release.
  
  2001-06-25 23:40  dneighbors
  
--- 5396,5402 ----
  
  2001-06-26 00:21  jamest
  
!       * ChangeLog, NEWS: More updates in preperatoin for release.
  
  2001-06-25 23:40  dneighbors
  
***************
*** 5311,5318 ****
  
  2001-06-25 07:27  jamest
  
!       * INSTALL, INSTALL.win32, NEWS, README, setup.py: Misc changes for
!         upcomming release
  
  2001-06-24 17:28  jamest
  
--- 5420,5427 ----
  
  2001-06-25 07:27  jamest
  
!       * ChangeLog, INSTALL, INSTALL.win32, MANIFEST.in, NEWS, README,
!         setup.py: Misc changes for upcomming release
  
  2001-06-24 17:28  jamest
  
***************
*** 5687,5697 ****
  
  2001-04-17 22:22  jamest
  
!       * NEWS: Final updates prior to tagging cvs trees
  
  2001-04-17 20:39  jamest
  
!       * FAQ, INSTALL, THANKS: More cleanup prior to 0.0.7 release
  
  2001-04-16 23:12  jamest
  
--- 5796,5807 ----
  
  2001-04-17 22:22  jamest
  
!       * ChangeLog, NEWS: Final updates prior to tagging cvs trees
  
  2001-04-17 20:39  jamest
  
!       * FAQ, INSTALL, MANIFEST.in, THANKS: More cleanup prior to 0.0.7
!         release
  
  2001-04-16 23:12  jamest
  
***************
*** 5722,5728 ****
  
  2001-04-16 18:53  jamest
  
!       * NEWS, src/GFOptions.py: Updates for 0.0.7 release
  
  2001-04-16 18:23  jamest
  
--- 5832,5838 ----
  
  2001-04-16 18:53  jamest
  
!       * ChangeLog, NEWS, src/GFOptions.py: Updates for 0.0.7 release
  
  2001-04-16 18:23  jamest
  
***************
*** 5844,5849 ****
--- 5954,5971 ----
          Moved rollback button away from new record crude autoresize of
          status bar boxes status bar update bug fixed
  
+ 2001-04-01 16:27  baumannd
+ 
+       * setupext/.cvsignore: Ignore build generated files.
+ 
+ 2001-04-01 16:24  baumannd
+ 
+       * .cvsignore: [no log message]
+ 
+ 2001-04-01 16:22  baumannd
+ 
+       * .cvsignore: Ingnore build generated files.
+ 
  2001-03-29 17:34  dneighbors
  
        * samples/track/README: Ok guess instructions would be good.
***************
*** 6006,6025 ****
  
  2001-03-12 20:11  jamest
  
!       * setup.py, src/GFObjects.py: Fix key exception error on commit
!         Misc setup changes
  
  2001-03-07 20:59  jamest
  
!       * FAQ, README, README.curses, README.windows, setup.py,
!         doc/README.ObjectHierarchy, doc/just, doc/techref.ps: Cleanup of
!         docs and stuff for upcomming release
  
  2001-03-07 01:11  jamest
  
!       * NEWS, setup.py, images/gnue-splash.png, images/gnue-splash.xcf,
!         images/gnue.png, images/gnue.xcf, images/tb_help.png,
!         images/tb_left_arrow.png, images/tb_new.png,
          images/tb_preferences.png, images/tb_right_arrow.png,
          images/tb_save.png, images/tb_search.png, images/tb_trash.png,
          images/tb_undo.png: Moving things arround in preperation for
--- 6128,6147 ----
  
  2001-03-12 20:11  jamest
  
!       * MANIFEST.in, setup.py, src/GFObjects.py: Fix key exception error
!         on commit Misc setup changes
  
  2001-03-07 20:59  jamest
  
!       * FAQ, MANIFEST.in, README, README.curses, README.windows,
!         setup.py, doc/README.ObjectHierarchy, doc/just, doc/techref.ps:
!         Cleanup of docs and stuff for upcomming release
  
  2001-03-07 01:11  jamest
  
!       * ChangeLog, MANIFEST.in, NEWS, setup.py, images/gnue-splash.png,
!         images/gnue-splash.xcf, images/gnue.png, images/gnue.xcf,
!         images/tb_help.png, images/tb_left_arrow.png, images/tb_new.png,
          images/tb_preferences.png, images/tb_right_arrow.png,
          images/tb_save.png, images/tb_search.png, images/tb_trash.png,
          images/tb_undo.png: Moving things arround in preperation for
***************
*** 6027,6033 ****
  
  2001-03-06 22:43  jamest
  
!       * doc/: techref.lyx, techref.ps: Updated documentation for 0.0.6
  
  2001-03-05 22:04  jamest
  
--- 6149,6156 ----
  
  2001-03-06 22:43  jamest
  
!       * ChangeLog, doc/techref.lyx, doc/techref.ps: Updated documentation
!         for 0.0.6
  
  2001-03-05 22:04  jamest
  
***************
*** 6093,6102 ****
  
  2001-02-20 13:57  jamest
  
!       * src/: GFForm.py, GFObjects.py, UIwxpython.py,
!         uidrivers/wx/UIdriver.py: Cleanup and comments in code UI hacks
!         to make it DTRT in several instances where it wasn't Updated
!         changelog
  
  2001-02-19 20:47  jamest
  
--- 6216,6225 ----
  
  2001-02-20 13:57  jamest
  
!       * ChangeLog, src/GFForm.py, src/GFObjects.py, src/UIwxpython.py,
!         src/uidrivers/wx/UIdriver.py: Cleanup and comments in code UI
!         hacks to make it DTRT in several instances where it wasn't
!         Updated changelog
  
  2001-02-19 20:47  jamest
  
***************
*** 6256,6264 ****
  
  2001-01-24 21:13  jamest
  
!       * FAQ, README, README.curses, README.windows, setup.cfg, setup.py,
!         doc/techref.lyx, doc/techref.ps, images/gnue-splash.xcf,
!         images/gnue.bmp, images/gnuef-splash.bmp,
          samples/simple/form.gfd, samples/zipcode/zipcode.gfd,
          scripts/gfclient, setupext/__init__.py, setupext/install_data.py:
          Updated docs changed -u text to -u pytext and -u newtext to -u
--- 6379,6387 ----
  
  2001-01-24 21:13  jamest
  
!       * FAQ, MANIFEST.in, README, README.curses, README.windows,
!         setup.cfg, setup.py, doc/techref.lyx, doc/techref.ps,
!         images/gnue-splash.xcf, images/gnue.bmp, images/gnuef-splash.bmp,
          samples/simple/form.gfd, samples/zipcode/zipcode.gfd,
          scripts/gfclient, setupext/__init__.py, setupext/install_data.py:
          Updated docs changed -u text to -u pytext and -u newtext to -u
***************
*** 6271,6277 ****
  
  2001-01-18 07:26  jamest
  
!       * NEWS, README, TODO, samples/track/tracking.gfd,
          samples/zipcode/states.gfd, src/GFForm.py, src/GFObjects.py,
          src/UIcurses.py: Updated log files to rflect upcomming release
          Hack to improve master/detail support UIcurses changes: support
--- 6394,6400 ----
  
  2001-01-18 07:26  jamest
  
!       * ChangeLog, NEWS, README, TODO, samples/track/tracking.gfd,
          samples/zipcode/states.gfd, src/GFForm.py, src/GFObjects.py,
          src/UIcurses.py: Updated log files to rflect upcomming release
          Hack to improve master/detail support UIcurses changes: support
***************
*** 6403,6410 ****
  
  2000-12-22 17:05  jamest
  
!       * src/: GFForm.py, GFObjects.py: added samples to sdist
!         distrobutions some m/d stuff misc stuff I've forgotten :)
  
  2000-12-22 12:55  jmeskill
  
--- 6526,6533 ----
  
  2000-12-22 17:05  jamest
  
!       * MANIFEST.in, src/GFForm.py, src/GFObjects.py: added samples to
!         sdist distrobutions some m/d stuff misc stuff I've forgotten :)
  
  2000-12-22 12:55  jmeskill
  
***************
*** 6723,6733 ****
--- 6846,6864 ----
  
        * NEWS: v0.0.4
  
+ 2000-11-22 12:15  jmeskill
+ 
+       * MANIFEST.in: Added files that get skipped by bdist_rpm
+ 
  2000-11-22 10:55  jmeskill
  
        * __init__.py, configure.in, src/__init__.py, src/__init__.py.in:
          Hopefully removed last bastion of autotools dependencies
  
+ 2000-11-22 10:53  jmeskill
+ 
+       * src/.cvsignore: Unignore __init__.py :)
+ 
  2000-11-20 23:30  jmeskill
  
        * setup.py, packaging/debian/changelog, packaging/debian/control,
***************
*** 6756,6762 ****
  
  2000-11-19 16:46  dneighbors
  
!       * NEWS, samples/po/sc_po_entry.gfd: v0.0.4 stuff
  
  2000-11-15 11:50  jamest
  
--- 6887,6893 ----
  
  2000-11-19 16:46  dneighbors
  
!       * ChangeLog, NEWS, samples/po/sc_po_entry.gfd: v0.0.4 stuff
  
  2000-11-15 11:50  jamest
  
***************
*** 6918,6924 ****
  
  2000-11-03 23:03  dneighbors
  
!       * NEWS: Updating information to get a handle on 0.0.4 status.
  
  2000-11-02 23:18  jamest
  
--- 7049,7056 ----
  
  2000-11-03 23:03  dneighbors
  
!       * ChangeLog, NEWS: Updating information to get a handle on 0.0.4
!         status.
  
  2000-11-02 23:18  jamest
  
***************
*** 6982,6992 ****
  2000-10-27 14:59  jmeskill
  
        * INSTALL, Makefile.am, README, README.developers, TODO,
!         autogen.sh, configure.in, scripts/Makefile.am, scripts/gfclient,
!         doc/Makefile.am, samples/Makefile.am, samples/po/Makefile.am,
!         samples/zipcode/Makefile.am, src/DBfactory.py, src/GFClient.py,
!         src/Makefile.am, src/__init__.py.in: Made a TON of changes so we
!         can make install properly
  
          gnue-forms now installs into
          (pythonlibdir)/site-packages/gnue/forms so to access forms you
--- 7114,7126 ----
  2000-10-27 14:59  jmeskill
  
        * INSTALL, Makefile.am, README, README.developers, TODO,
!         autogen.sh, configure.in, scripts/.cvsignore,
!         scripts/Makefile.am, scripts/gfclient, doc/Makefile.am,
!         samples/Makefile.am, samples/po/.cvsignore,
!         samples/po/Makefile.am, samples/zipcode/.cvsignore,
!         samples/zipcode/Makefile.am, src/.cvsignore, src/DBfactory.py,
!         src/GFClient.py, src/Makefile.am, src/__init__.py.in: Made a TON
!         of changes so we can make install properly
  
          gnue-forms now installs into
          (pythonlibdir)/site-packages/gnue/forms so to access forms you
***************
*** 7221,7227 ****
  
  2000-10-08 02:09  dneighbors
  
!       * NEWS: updated for 0.0.3 release. :)
  
  2000-10-08 01:13  dneighbors
  
--- 7355,7361 ----
  
  2000-10-08 02:09  dneighbors
  
!       * ChangeLog, NEWS: updated for 0.0.3 release. :)
  
  2000-10-08 01:13  dneighbors
  
***************
*** 7379,7384 ****
--- 7513,7532 ----
          Start of code for data sources Very ugly and broken Ignore it -
          it's so andrew can play too :)
  
+ 2000-09-24 03:21  dneighbors
+ 
+       * ChangeLog: This is how its to be done.
+ 
+ 2000-09-24 02:59  dneighbors
+ 
+       * ChangeLog: Brought some history over.  Really need to have
+         ChangeLog created off of CVS.. What changelog currently looks
+         like should really probably be more the NEWS file.
+ 
+ 2000-09-23 03:19  dneighbors
+ 
+       * ChangeLog: Password Support Added.
+ 
  2000-09-23 03:17  dneighbors
  
        * src/GFClient.py: Added password attribute.  Its not mandatory.
***************
*** 7396,7401 ****
--- 7544,7557 ----
        * samples/form.gfd: Changed the defualt attribute to value and
          updated look and feel slightly.
  
+ 2000-09-22 23:21  dneighbors
+ 
+       * ChangeLog: Added line about new and updated samples
+ 
+ 2000-09-22 22:23  dneighbors
+ 
+       * ChangeLog: added focus note
+ 
  2000-09-22 22:16  dneighbors
  
        * configure.in: bumped to version 0.0.2.. is there a way to make
***************
*** 7427,7437 ****
  
  2000-09-21 18:52  jmeskill
  
!       * Makefile.am, autogen.sh, configure.in, doc/Makefile.am,
!         samples/Makefile.am, src/Makefile.am: Added .cvsignore where
!         necessary Added Makefile.am for dist building Added configure.in
!         to help Makefiles Added autogen.sh to build configure Removed
!         .pyc and .bak files
  
  2000-09-21 18:13  jamest
  
--- 7583,7594 ----
  
  2000-09-21 18:52  jmeskill
  
!       * .cvsignore, Makefile.am, autogen.sh, configure.in,
!         doc/.cvsignore, doc/Makefile.am, samples/.cvsignore,
!         samples/Makefile.am, src/.cvsignore, src/Makefile.am: Added
!         .cvsignore where necessary Added Makefile.am for dist building
!         Added configure.in to help Makefiles Added autogen.sh to build
!         configure Removed .pyc and .bak files
  
  2000-09-21 18:13  jamest
  
***************
*** 7493,7499 ****
  
  2000-08-19 17:56  dneighbors
  
!       * AUTHORS, COPYING, INSTALL, NEWS: more FSF stuff..
  
  2000-08-13 21:47  jamest
  
--- 7650,7656 ----
  
  2000-08-19 17:56  dneighbors
  
!       * AUTHORS, COPYING, ChangeLog, INSTALL, NEWS: more FSF stuff..
  
  2000-08-13 21:47  jamest
  
Index: gnue-forms/src/__init__.py
diff -c gnue-forms/src/__init__.py:1.22 gnue-forms/src/__init__.py:1.23
*** gnue-forms/src/__init__.py:1.22     Tue Oct 21 12:04:50 2003
--- gnue-forms/src/__init__.py  Wed Oct 22 15:37:33 2003
***************
*** 32,38 ****
  #   5. Commit to CVS
  
  _version = (0,5,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 32,38 ----
  #   5. Commit to CVS
  
  _version = (0,5,2)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:




reply via email to

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