Changes for 0.7.7 Release of Gorm.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19549 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-06-19 05:37:59 +00:00
parent 85f61b6056
commit 629bb7c6b7
6 changed files with 65 additions and 14 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.7.6 of Gorm.
This is version 0.7.7 of Gorm.
What is Gorm?
=============
@ -12,18 +12,29 @@ perhaps GNUstep Object Relationship Modeler).
Gorm is a clone of the NeXTstep `Interface Builder' application for
GNUstep.
Noteworthy changes in version `0.7.6'
Noteworthy changes in version `0.7.7'
=====================================
This release is mainly a bugfix release for 0.7.5.
* Important bugfixes in editor classes.
* Improved .gmodel support
* Rearranged some of the editor classes to be in the palettes which
contain the classes they are responsible for editing
(GormButtonEditor & GormTabViewEditor).
* Corrections to previous repair feature.
* Image and Sound editors will now display system default images or
sounds if they are available.
* Important bugfixes for Menu editing.
* Document window now uses an NSToolbar (experimental).
* Important bugfixes for class inspector.
* Improved the layout of some of the inspectors.
* Corrected some minor issues in the inspectors
* Added code to allow NSTableView and NSOutlineView to show some
data during testing
* Gorm will now show an alert panel when a model fails to load or
test properly.
How can I get support for this software?
========================================

View file

@ -1,3 +1,7 @@
2004-06-18 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.7.7
2004-06-15 01:28 Gregory John Casamento <greg_casamento@yahoo.com>
* GormPalettesManager.m: [GormPalettesManager mouseDown:] a

View file

@ -3,6 +3,21 @@
@ifset TEXT-ONLY
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.7.7}
@itemize @bullet
@item Important bugfixes in editor classes.
@item Rearranged some of the editor classes to be in the palettes which contain the classes they are responsible for editing (GormButtonEditor & GormTabViewEditor).
@item Image and Sound editors will now display system default images or sounds if they are available.
@item Document window now uses an NSToolbar (experimental).
@item Improved the layout of some of the inspectors.
@item Corrected some minor issues in the inspectors
@item Added code to allow NSTableView and NSOutlineView to show some data during testing
@item Gorm will now show an alert panel when a model fails to load or test properly.
@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.6}
This release is mainly a bugfix release for 0.7.5.
@ -13,9 +28,6 @@ This release is mainly a bugfix release for 0.7.5.
@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

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphica] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.7.7 (Alpha)";
ApplicationRelease = "Gorm 0.7.7 (Release)";
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "0.7.7 May 10 2004";
NSBuildVersion = "0.7.7 June 18 2004";
}

26
NEWS
View file

@ -1,7 +1,31 @@
Noteworthy changes in version `0.7.7'
=====================================
* Important bugfixes in editor classes.
* Rearranged some of the editor classes to be in the palettes which
contain the classes they are responsible for editing
(GormButtonEditor & GormTabViewEditor).
* Image and Sound editors will now display system default images or
sounds if they are available.
* Document window now uses an NSToolbar (experimental).
* Improved the layout of some of the inspectors.
* Corrected some minor issues in the inspectors
* Added code to allow NSTableView and NSOutlineView to show some
data during testing
* Gorm will now show an alert panel when a model fails to load or
test properly.
Noteworthy changes in version `0.7.6'
=====================================
This release is mainly a bugfix release for 0.7.5.
This release is mainly a bugfix release for 0.7.5.
* Improved .gmodel support

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=6
SUBMINOR_VERSION=7
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}