Committing for release 0.7.6.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19278 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-05-10 13:52:22 +00:00
parent a894e6b56a
commit 6f79a58eb2
5 changed files with 40 additions and 20 deletions

View file

@ -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?
========================================

View file

@ -1,4 +1,8 @@
2004-05-09 10:16 Gregory John Casamento <greg_casamento@yahoo.com>
2004-05-10 09:55 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.7.6
2004-05-10 09:08 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: Corrected an issue when creating an
"Inspector" or "Palette" in [GormDocument setupDefaults:].

View file

@ -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

13
NEWS
View file

@ -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'
=====================================

View file

@ -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}