From 43aa1541859b01180150a81e3eb525bb37a716df Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 14 Oct 2002 03:51:59 +0000 Subject: [PATCH] Version 0.1.9 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14774 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 24 +++++++++++------------- ChangeLog | 5 +++++ Documentation/news.texi | 21 +++++++++++++++++---- NEWS | 17 +++++++++++++++++ Version | 2 +- 5 files changed, 51 insertions(+), 18 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index c3f007ca..efb5ee31 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.1.0 of Gorm. +This is version 0.1.9 of Gorm. What is Gorm? ============= @@ -15,24 +15,22 @@ GNUstep. Gorm is not `gormless' (a Yorkshire dialect word that my parents used when they spotted me staring, slack-jawed, at the TV). -Noteworthy changes in version `0.1.0' -===================================== +Noteworthy changes in version `0.2.0' snapshot. +=============================================== - * load/parses class files for entry into class list. + Gobs of improvements, mostly due to the hard work of Gregory John +Casamento and Pierre-Yves Rivaille. Thanks guys! - * Pallete/inspectors for date and number formatters + * Custom class support/translations implemented. - * Pallete/Inspectors for browsers and tableViews + * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView + editing. - * NSStepper, NSForm, NSPopupButton pallete item and inspector + * Improved test mode support. - * Most inspectors greatly improved and fleshed out. + * Improved drag n' drop support on many items. - * Custom views added. - - * Ability to edit cells in a matrix. - - * Ability to change the font of some objects. + * Intelligent placement hints. How can I get support for this software? ======================================== diff --git a/ChangeLog b/ChangeLog index 53fd5606..4f8f4aa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-13 Adam Fedor + + * Version: 0.1.9 snapshot. + * Documentation/news.texi: Update. + 2002-10-13 Adam Fedor * ClassInformation.plist: Added NSDocumentController and diff --git a/Documentation/news.texi b/Documentation/news.texi index 81263d35..a2b40e26 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -4,6 +4,23 @@ @include version.texi @end ifset +@section Noteworthy changes in version @samp{0.2.0} snapshot. + +Gobs of improvements, mostly due to the hard work of +Gregory John Casamento and Pierre-Yves Rivaille. Thanks guys! + +@itemize @bullet +@item Custom class support/translations implemented. +@item Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView editing. +@item Improved test mode support. +@item Improved drag n' drop support on many items. +@item Intelligent placement hints. +@end itemize + +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.1.0} @itemize @bullet @@ -17,10 +34,6 @@ @item Ability to change the font of some objects. @end itemize -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.0.3} @itemize @bullet diff --git a/NEWS b/NEWS index f303512b..6e367a34 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Noteworthy changes in version `0.2.0' snapshot. +=============================================== + +Gobs of improvements, mostly due to the hard work of Gregory John +Casamento and Pierre-Yves Rivaille. Thanks guys! + + * Custom class support/translations implemented. + + * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView + editing. + + * Improved test mode support. + + * Improved drag n' drop support on many items. + + * Intelligent placement hints. + Noteworthy changes in version `0.1.0' ===================================== diff --git a/Version b/Version index db0ed32e..01fac392 100644 --- a/Version +++ b/Version @@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.7.5 # The version number of this release. MAJOR_VERSION=0 MINOR_VERSION=1 -SUBMINOR_VERSION=0 +SUBMINOR_VERSION=9 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}