commit-gnue
[Top][All Lists]
Advanced

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

gnue/designer NEWS src/__init__.py


From: Jason Cater
Subject: gnue/designer NEWS src/__init__.py
Date: Fri, 18 Jan 2002 20:30:03 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/18 20:30:03

Modified files:
        designer       : NEWS 
        designer/src   : __init__.py 

Log message:
        changes for 0.1.1 release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/NEWS.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/designer/NEWS
diff -c gnue/designer/NEWS:1.5 gnue/designer/NEWS:1.6
*** gnue/designer/NEWS:1.5      Tue Nov 20 22:15:02 2001
--- gnue/designer/NEWS  Fri Jan 18 20:30:03 2002
***************
*** 1,3 ****
--- 1,14 ----
+ New features/changes in version 0.1.1: (??-JAN-2002)
+ o Added a Data Source Editor with table introspection support
+   and drag-and-drop field creation.
+ o Added a code editor based on Scintilla complete with Syntax-
+   Highlighting (which is disabled by default)
+ o Cleanup of Tool frames (Object Navigator is now in a separate frame)
+ o Addition of "Open Recent..." support (Most-Recently-Used support)
+ o Start of a Developer's Guide to introduce GNUe Forms concepts
+ o Many bug fixes and performance enhancements
+ 
+ 
  New features/changes in version 0.1.0: (20-NOV-2001)
  o Brought code up to date with GNUe-Common 0.1.0 and GNUe-Forms 0.1.0
  o Added Wizards/Automatic form generation
Index: gnue/designer/src/__init__.py
diff -c gnue/designer/src/__init__.py:1.7 gnue/designer/src/__init__.py:1.8
*** gnue/designer/src/__init__.py:1.7   Fri Jan 11 18:35:20 2002
--- gnue/designer/src/__init__.py       Fri Jan 18 20:30:03 2002
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,1,1)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,1,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')



reply via email to

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