commit-gnue
[Top][All Lists]
Advanced

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

gnue/common ChangeLog NEWS src/__init__.py


From: Jason Cater
Subject: gnue/common ChangeLog NEWS src/__init__.py
Date: Wed, 11 Dec 2002 23:38:54 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         common-0-4-1-branch
Changes by:     Jason Cater <address@hidden>    02/12/11 23:38:54

Modified files:
        common         : ChangeLog NEWS 
        common/src     : __init__.py 

Log message:
        checkins for 0.4.3 prerelease

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/ChangeLog.diff?only_with_tag=common-0-4-1-branch&tr1=1.16.2.1&tr2=1.16.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/NEWS.diff?only_with_tag=common-0-4-1-branch&tr1=1.19.2.1&tr2=1.19.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/__init__.py.diff?only_with_tag=common-0-4-1-branch&tr1=1.21.2.3&tr2=1.21.2.4&r1=text&r2=text

Patches:
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.15 gnue/common/ChangeLog:1.16
*** gnue/common/ChangeLog:1.15  Thu Nov 14 00:05:28 2002
--- gnue/common/ChangeLog       Sun Nov 17 20:27:05 2002
***************
*** 1,3 ****
--- 1,82 ----
+ 2002-11-17 19:17  jcater
+ 
+       * doc/Developers-Guide.sxw, src/__init__.py,
+       utils/doc-xml-attrs-openoffice.py: doc/version changes in prep for
+       a release
+ 
+ 2002-11-17 16:53  jcater
+ 
+       * src/cursing/Button.py, src/cursing/ColorScheme.py,
+       src/cursing/ComboBox.py, src/cursing/Control.py,
+       src/cursing/Dialog.py, src/cursing/Frame.py,
+       src/cursing/GraphicObject.py, src/cursing/GroupBox.py,
+       src/cursing/Label.py, src/cursing/MenuBar.py,
+       src/cursing/MenuItem.py, src/cursing/ScreenContainer.py,
+       src/cursing/StatusBar.py, src/cursing/TextArea.py,
+       src/cursing/TextBox.py, src/cursing/VButton.py,
+       src/cursing/VScrollBar.py, src/cursing/sio.py,
+       src/cursing/utility.py, utils/doc-xml-attrs-openoffice.py: updated
+       Forms Dev Guide to have new descriptions of attributes
+ 
+ 2002-11-17 10:00  jamest
+ 
+       * setup.py: added gnue.common.external to setup.py
+ 
+ 2002-11-16 23:17  dimas
+ 
+       * doc/technotes/00002.txt: Minor typo.
+ 
+ 2002-11-16 15:14  jamest
+ 
+       * src/GDataObjects.py: Fixed for unbound fields in blocks sometimes
+       flaging that blocks resultset to require saving
+ 
+ 2002-11-16 09:44  jcater
+ 
+       * src/GParser.py: If a referenced importable object is not found,
+       raise an exception
+ 
+ 2002-11-16 09:20  jcater
+ 
+       * src/cursing/: ComboBox.py, Dialog.py, VScrollBar.py: 
+       
+       Fixed incorrect drawing of Login dialog and scrollbars
+ 
+ 2002-11-15 17:18  jcater
+ 
+       * src/cursing/sio.py: 
+       
+       More work on color support
+ 
+ 2002-11-15 16:13  jamest
+ 
+       * src/GDataObjects.py: master datasources no longer cause detail
+       datasources to execute a query for detail key = to null when the
+       master is cleared or at startup
+ 
+ 2002-11-15 11:06  jcater
+ 
+       * setup.py: added sqlite to setup.py
+ 
+ 2002-11-15 01:20  jcater
+ 
+       * src/cursing/: Button.py, ColorScheme.py, GraphicObject.py,
+       MenuItem.py, StatusBar.py, TextArea.py, sio.py: more work on curses
+ 
+ 2002-11-14 22:00  jamest
+ 
+       * doc/Developers-Guide.sxw: The start of a developers guide for
+       GNUe Common.
+ 
+ 2002-11-14 19:44  jcater
+ 
+       * src/cursing/: Button.py, Frame.py, ScreenContainer.py,
+       StatusBar.py, TextBox.py, sio.py: more work in curses driver
+ 
+ 2002-11-13 23:05  jcater
+ 
+       * ChangeLog, NEWS: Updated NEWS and ChangeLogs
+ 
  2002-11-13 22:06  jcater
  
        * src/: GBaseApp.py, GParser.py: 
***************
*** 66,91 ****
        * utils/win-links.txt: A small readme about link creation tools for
        Windows.
  
- 2002-11-12 02:48  arturas
- 
-       * utils/: fsutil.exe, linkd.exe: Removing non free software for
-       creating links under Windows.
- 
  2002-11-11 14:51  jamest
  
        * src/dbdrivers/_dbsig/DBdriver.py: distinct support fix
- 
- 2002-11-11 11:31  arturas
- 
-       * utils/: fsutil.exe, linkd.exe: Two .exe files for creating links
-       under Windows (NTFS5). fsutil has many uses, among them it can
-       create file links (file comes with WindowsXP, but not with
-       Windows2000). linkd only creates links for directories.  If file is
-       linked, link can be safely deleted and it does not change original
-       file, but if directory is linked, deletion of any either original
-       target or link itself, results in deleting both (explorer does not
-       differ whether it is link or original), so linkd also implements
-       deletion of linked directories.
  
  2002-11-10 23:59  jcater
  
--- 145,153 ----
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.18 gnue/common/NEWS:1.19
*** gnue/common/NEWS:1.18       Thu Nov 14 00:05:28 2002
--- gnue/common/NEWS    Sun Nov 17 20:27:05 2002
***************
*** 1,10 ****
! New features/changes in version 0.4.1: (??-NOV-2002)
  o DataSource improvements: 
    o "distinct" rows support
    o Order by "descending" values
    o "primarykey" and "explicitfields" support
  o Added "cursing", a python/curses widget toolkit
  o Improved validation by the XML parser
  o Added a common Event system for the tools to use
  
  New features/changes in version 0.4.0: (29-SEP-2002)
--- 1,11 ----
! New features/changes in version 0.4.1: (17-NOV-2002)
  o DataSource improvements: 
    o "distinct" rows support
    o Order by "descending" values
    o "primarykey" and "explicitfields" support
  o Added "cursing", a python/curses widget toolkit
  o Improved validation by the XML parser
+ o GParser support for importable libraries
  o Added a common Event system for the tools to use
  
  New features/changes in version 0.4.0: (29-SEP-2002)
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.22 gnue/common/src/__init__.py:1.23
*** gnue/common/src/__init__.py:1.22    Tue Nov 19 20:01:36 2002
--- gnue/common/src/__init__.py Fri Dec  6 01:25:17 2002
***************
*** 31,37 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,2)
  _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
--- 31,37 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,5,0)
  _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS



reply via email to

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