mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Releasing 0.4.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17794 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7fd2cbcbf8
commit
afb10e522b
6 changed files with 64 additions and 16 deletions
23
ANNOUNCE
23
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.3.1 of Gorm.
|
||||
This is version 0.4.0 of Gorm.
|
||||
|
||||
What is Gorm?
|
||||
=============
|
||||
|
@ -12,16 +12,27 @@ perhaps GNUstep Object Relationship Modeler).
|
|||
Gorm is a clone of the NeXTstep `Interface Builder' application for
|
||||
GNUstep.
|
||||
|
||||
Noteworthy changes in version `0.3.1'
|
||||
Noteworthy changes in version `0.4.0'
|
||||
=====================================
|
||||
|
||||
* New custom class system.
|
||||
* New Menu and Menu Item inspectors.
|
||||
|
||||
* Images now persist correctly when added to a button or view.
|
||||
* User can now specify the Services and Windows menus in the menu
|
||||
inspector.
|
||||
|
||||
* Fixed DND
|
||||
* User can specify a non-custom subclass as well as a custom one to
|
||||
replace the class when the .gorm is unarchived. This can be used
|
||||
to turn a NSTextField into NSSecureTextField and etc.
|
||||
|
||||
* Various bugfixes
|
||||
* New set name panel.
|
||||
|
||||
* New switch control on the font panel to allow the user to specify
|
||||
if a font is encoded with its default size or not.
|
||||
|
||||
* Added NSStepper and NSStepperCell to the class list to allow
|
||||
creation of custom subclasses.
|
||||
|
||||
* Windows and Services menus now function correctly.
|
||||
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-09-28 00:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 0.4.0
|
||||
|
||||
2003-09-28 19:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormDocument.h: Removed some ivars which were not being used.
|
||||
|
|
|
@ -115,13 +115,13 @@ See the file @samp{COPYING}.
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
Richard Frith-Macdonald <richard@@brainstorm.co.uk> wrote
|
||||
Gorm as part of the GNUstep project.
|
||||
@item
|
||||
Gregory John Casamento <greg_casamento@@yahoo.com> Is the
|
||||
current maintaner of Gorm. Has implemented lots of new
|
||||
features and rewritten large portions of the existing code.
|
||||
@item
|
||||
Richard Frith-Macdonald <richard@@brainstorm.co.uk> wrote
|
||||
Gorm as part of the GNUstep project.
|
||||
@item
|
||||
Pierre-Yves Rivaille <gnustep@@rivaille.net> Is also a
|
||||
major contributor to the Gorm application.
|
||||
@end itemize
|
||||
|
|
|
@ -4,6 +4,20 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.4.0}
|
||||
|
||||
@itemize @bullet
|
||||
@item New Menu and Menu Item inspectors.
|
||||
@item User can now specify the Services and Windows menus in the menu inspector.
|
||||
@item User can specify a non-custom subclass as well as a custom one to replace the class when the .gorm is unarchived. This can be used to turn a NSTextField into NSSecureTextField and etc.
|
||||
@item New set name panel.
|
||||
@item New switch control on the font panel to allow the user to specify if a font is encoded with its default size or not.
|
||||
@item Added NSStepper and NSStepperCell to the class list to allow creation of custom subclasses.
|
||||
@item Windows and Services menus now function correctly.
|
||||
@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.3.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -12,9 +26,6 @@
|
|||
@item Fixed DND
|
||||
@item Various bugfixes
|
||||
@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.3.0}
|
||||
|
||||
|
|
22
NEWS
22
NEWS
|
@ -1,3 +1,25 @@
|
|||
Noteworthy changes in version `0.4.0'
|
||||
=====================================
|
||||
|
||||
* New Menu and Menu Item inspectors.
|
||||
|
||||
* User can now specify the Services and Windows menus in the menu
|
||||
inspector.
|
||||
|
||||
* User can specify a non-custom subclass as well as a custom one to
|
||||
replace the class when the .gorm is unarchived. This can be used
|
||||
to turn a NSTextField into NSSecureTextField and etc.
|
||||
|
||||
* New set name panel.
|
||||
|
||||
* New switch control on the font panel to allow the user to specify
|
||||
if a font is encoded with its default size or not.
|
||||
|
||||
* Added NSStepper and NSStepperCell to the class list to allow
|
||||
creation of custom subclasses.
|
||||
|
||||
* Windows and Services menus now function correctly.
|
||||
|
||||
Noteworthy changes in version `0.3.1'
|
||||
=====================================
|
||||
|
||||
|
|
8
Version
8
Version
|
@ -2,13 +2,13 @@
|
|||
# Compatible with Bourne shell syntax, so it can included there too.
|
||||
|
||||
# The gcc version required to compile the library.
|
||||
GNUSTEP_GCC=2.8.0
|
||||
GNUSTEP_GCC=2.95.0
|
||||
|
||||
# GNUstep version required
|
||||
GNUSTEP_CORE_VERSION=0.8.9
|
||||
GNUSTEP_CORE_VERSION=0.9.0
|
||||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=3
|
||||
SUBMINOR_VERSION=1
|
||||
MINOR_VERSION=4
|
||||
SUBMINOR_VERSION=0
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue