mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Commit for Version 0.6.0 of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a38969cb36
commit
da35a01e7f
5 changed files with 35 additions and 18 deletions
20
ANNOUNCE
20
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.5.0 of Gorm.
|
||||
This is version 0.6.0 of Gorm.
|
||||
|
||||
What is Gorm?
|
||||
=============
|
||||
|
@ -12,24 +12,16 @@ perhaps GNUstep Object Relationship Modeler).
|
|||
Gorm is a clone of the NeXTstep `Interface Builder' application for
|
||||
GNUstep.
|
||||
|
||||
Noteworthy changes in version `0.5.0'
|
||||
Noteworthy changes in version `0.6.0'
|
||||
=====================================
|
||||
|
||||
* Enabled defer in NSWindow inspector.
|
||||
* Several major bugs corrected.
|
||||
|
||||
* Added code to the connection inspector to prevent erroneous
|
||||
connections.
|
||||
* Clarified some of the inspectors
|
||||
|
||||
* Added support for upgrading of old .gorm files using the older
|
||||
template mechanism
|
||||
* Menu items are now properly enabled/disabled when appropriate
|
||||
|
||||
* Grouping with an NSSplitView now operates using the relative
|
||||
positions of the views in the window.
|
||||
|
||||
* Custom Class inspector now shows all subclasses, not just direct
|
||||
custom subclasses.
|
||||
|
||||
* Bug fixes, eliminated memory leak, code cleanup, etc.
|
||||
* More descriptive title displayed when a class is being edited.
|
||||
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-01-29 12:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 0.6.0
|
||||
|
||||
2004-01-25 17:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormInternalViewEditor.m: Change to remove dependency on internals
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.6.0}
|
||||
|
||||
@itemize @bullet
|
||||
@item Several major bugs corrected.
|
||||
@item Clarified some of the inspectors
|
||||
@item Menu items are now properly enabled/disabled when appropriate
|
||||
@item More descriptive title displayed when a class is being edited.
|
||||
@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.5.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -14,9 +26,7 @@
|
|||
@item Custom Class inspector now shows all subclasses, not just direct custom subclasses.
|
||||
@item Bug fixes, eliminated memory leak, code cleanup, etc.
|
||||
@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.4.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,3 +1,14 @@
|
|||
Noteworthy changes in version `0.6.0'
|
||||
=====================================
|
||||
|
||||
* Several major bugs corrected.
|
||||
|
||||
* Clarified some of the inspectors
|
||||
|
||||
* Menu items are now properly enabled/disabled when appropriate
|
||||
|
||||
* More descriptive title displayed when a class is being edited.
|
||||
|
||||
Noteworthy changes in version `0.5.0'
|
||||
=====================================
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -9,6 +9,6 @@ GNUSTEP_CORE_VERSION=0.9.1
|
|||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=5
|
||||
MINOR_VERSION=6
|
||||
SUBMINOR_VERSION=0
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue