diff --git a/ANNOUNCE b/ANNOUNCE index 6444e386..632ceb90 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ ANNOUNCE ******** -This is version 0.7.5 of Gorm. +This is version 0.7.6 of Gorm. What is Gorm? ============= @@ -12,26 +12,18 @@ perhaps GNUstep Object Relationship Modeler). Gorm is a clone of the NeXTstep `Interface Builder' application for GNUstep. -Noteworthy changes in version `0.7.5' +Noteworthy changes in version `0.7.6' ===================================== - * The 'reparent' feature in the class inspector. This allows the - user to change the class hierarchy from within Gorm. + This release is mainly a bugfix release for 0.7.5. - * Some important bugfixes + * Improved .gmodel support - * a property 'GormRepairFileOnLoad' (untested) which should repaire - old .gorm files... It is HIGHLY recommended that Gorm not be run - with this on constantly and that you back up any files which you - want to repair before opening them with this option turned on. + * Corrections to previous repair feature. - * A shelf inspector in prefs that lets you expand the size of the - names in the object view.. + * Important bugfixes for Menu editing. - * Support for NSFontManager - - * A way to restore a complete NSMenu if it's deleted (a new palette - entry for NSMenu, not just an item) + * Important bugfixes for class inspector. How can I get support for this software? ======================================== diff --git a/ChangeLog b/ChangeLog index 145af2d5..11424f63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2004-05-09 10:16 Gregory John Casamento +2004-05-10 09:55 Gregory John Casamento + + * Version 0.7.6 + +2004-05-10 09:08 Gregory John Casamento * GormDocument.m: Corrected an issue when creating an "Inspector" or "Palette" in [GormDocument setupDefaults:]. diff --git a/Documentation/news.texi b/Documentation/news.texi index 8b97e7f8..b01c138c 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -3,7 +3,21 @@ @ifset TEXT-ONLY @include version.texi @end ifset +@section Noteworthy changes in version @samp{0.7.6} + +This release is mainly a bugfix release for 0.7.5. + +@itemize @bullet +@item Improved .gmodel support +@item Corrections to previous repair feature. +@item Important bugfixes for Menu editing. +@item Important bugfixes for class inspector. +@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.7.5} + @itemize @bullet @item The 'reparent' feature in the class inspector. This allows the user to change the class hierarchy from within Gorm. @item Some important bugfixes @@ -12,9 +26,6 @@ @item Support for NSFontManager @item A way to restore a complete NSMenu if it's deleted (a new palette entry for NSMenu, not just an item) @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.6.0} @itemize @bullet diff --git a/NEWS b/NEWS index a3fadd82..dfb7465a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Noteworthy changes in version `0.7.6' +===================================== + +This release is mainly a bugfix release for 0.7.5. + + * Improved .gmodel support + + * Corrections to previous repair feature. + + * Important bugfixes for Menu editing. + + * Important bugfixes for class inspector. + Noteworthy changes in version `0.7.5' ===================================== diff --git a/Version b/Version index 394e8247..9c0ef3e3 100644 --- a/Version +++ b/Version @@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.9.1 # The version number of this release. MAJOR_VERSION=0 MINOR_VERSION=7 -SUBMINOR_VERSION=5 +SUBMINOR_VERSION=6 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}