Version 1.2.4

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-04-07 01:09:52 +00:00
parent 6161138b6c
commit 4885ca5241
7 changed files with 94 additions and 54 deletions

View file

@ -1,7 +1,7 @@
1 ANNOUNCE
**********
This is version 1.2.2 of Gorm.
This is version 1.2.3 of Gorm.
1.1 What is Gorm?
=================
@ -12,26 +12,22 @@ GNUstep Object Relationship Modeler).
Gorm is a clone of the NeXTstep `Interface Builder' application for
GNUstep.
1.2 Noteworthy changes in version `1.2.2'
1.2 Noteworthy changes in version `1.2.4'
=========================================
Requires: gnustep-gui-0.13.0.
Requires: gnustep-gui-0.13.2. Reason: Due to changes in popupbutton
controller logic.
* Moved to GPLv3
* Corrected bug#'s 19640, 21845, 19792, 15637, 17892, 18171.
* Added text field to NSTableColumn inspector to allow editing of
table column title.
* Added error panel to show the detected inconsistencies in a file.
* Corrected issue with selection.
* Added preference setting to turn on or off the gorm file repair
logic.
* Added button modifiers for special keys to button inspectors.
* Added capability to repair logic to fix window level issue.
* Corrected issue with loading of older gorm files.
* Fix to allow Gorm's menus to be Mac-style, but not the one being
edited.
* Other miscellaneous bug corrections.
* Added ruler switch to scroll view inspector.
1.3 How can I get support for this software?
============================================

View file

@ -1,3 +1,13 @@
2008-04-06 22:09-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* ANNOUNCE
* ChangeLog
* Documentation/news.texi
* GormCore/GormFilePrefsManager.m
* GormInfo.plist
* NEWS
* Version: Updating for release.
2008-03-05 20:45-EST Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormWrapperLoader.m: Correct c99'ism.
@ -20,8 +30,8 @@
* GormCore/GormScrollViewEditor.m
* GormCore/GormSplitViewEditor.m
* GormCore/GormViewEditor.m
* GormCore/GormViewWithContentViewEditor.m: Corrections for bug#18171.
Fixes issues with grouping and ungrouping.
* GormCore/GormViewWithContentViewEditor.m: Corrections for
bug#18171. Fixes issues with grouping and ungrouping.
2008-02-16 20:54-EST Gregory John Casamento <greg_casamento@yahoo.com>
@ -194,6 +204,10 @@
* Plugins/GNUmakefile: First cut at changes to add Plugin support
to Gorm.
2007-11-11 15:40-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Version: 1.2.2
2007-11-11 15:38-EST Gregory John Casamento <greg_casamento@yahoo.com>
* ANNOUNCE

View file

@ -4,6 +4,23 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{1.2.4}
Requires: gnustep-gui-0.13.2.
Reason: Due to changes in popupbutton controller logic.
@itemize @bullet
@item Corrected bug#'s 19640, 21845, 19792, 15637, 17892, 18171.
@item Added error panel to show the detected inconsistencies in a file.
@item Added preference setting to turn on or off the gorm file repair logic.
@item Added capability to repair logic to fix window level issue.
@item Added ruler switch to scroll view inspector.
@end itemize
@ifclear ANNOUNCE-ONLY
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@section Noteworthy changes in version @samp{1.2.2}
Requires: gnustep-gui-0.13.0.
@ -18,10 +35,6 @@ Requires: gnustep-gui-0.13.0.
@item Other miscellaneous bug corrections.
@end itemize
@ifclear ANNOUNCE-ONLY
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@section Noteworthy changes in version @samp{1.2.1}
@itemize @bullet

View file

@ -85,7 +85,7 @@ NSString *formatVersion(int version)
+ (int) currentVersion
{
return appVersion(1,2,2);
return appVersion(1,2,4);
}
- (void) awakeFromNib

View file

@ -34,9 +34,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.2.3 (SVN)";
ApplicationRelease = "Gorm 1.2.4 (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, 2004, 2005, 2006 FSF";
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.3 Dec 31 2007";
NSBuildVersion = "1.2.4 Apr 6 2008";
}

75
NEWS
View file

@ -1,4 +1,21 @@
0.1 Noteworthy changes in version `1.2.2'
0.1 Noteworthy changes in version `1.2.4'
=========================================
Requires: gnustep-gui-0.13.2. Reason: Due to changes in popupbutton
controller logic.
* Corrected bug#'s 19640, 21845, 19792, 15637, 17892, 18171.
* Added error panel to show the detected inconsistencies in a file.
* Added preference setting to turn on or off the gorm file repair
logic.
* Added capability to repair logic to fix window level issue.
* Added ruler switch to scroll view inspector.
0.2 Noteworthy changes in version `1.2.2'
=========================================
Requires: gnustep-gui-0.13.0.
@ -19,12 +36,12 @@ Requires: gnustep-gui-0.13.0.
* Other miscellaneous bug corrections.
0.2 Noteworthy changes in version `1.2.1'
0.3 Noteworthy changes in version `1.2.1'
=========================================
* Minor corrections to previous release.
0.3 Noteworthy changes in version `1.2.0'
0.4 Noteworthy changes in version `1.2.0'
=========================================
* Corrections to some editors to not change selection if connection
@ -36,7 +53,7 @@ Requires: gnustep-gui-0.13.0.
* Minor bug fixes.
0.4 Noteworthy changes in version `1.1.0'
0.5 Noteworthy changes in version `1.1.0'
=========================================
* Changed Gorm architecture to use NSDocument classes.
@ -58,7 +75,7 @@ Requires: gnustep-gui-0.13.0.
* A number of bugs have been addressed in this release.
0.5 Noteworthy changes in version `1.0.8'
0.6 Noteworthy changes in version `1.0.8'
=========================================
This is a bugfix release.
@ -67,7 +84,7 @@ This is a bugfix release.
* Correction for handling non-string identifiers in tableviews.
0.6 Noteworthy changes in version `1.0.6'
0.7 Noteworthy changes in version `1.0.6'
=========================================
This is a bugfix release.
@ -84,7 +101,7 @@ This is a bugfix release.
* Changed formatting in some of the inspectors so that they are
easier to navigate.
0.7 Noteworthy changes in version `1.0.4'
0.8 Noteworthy changes in version `1.0.4'
=========================================
This is a bugfix release.
@ -99,7 +116,7 @@ This is a bugfix release.
* Corrected problem with standalone views
0.8 Noteworthy changes in version `1.0.2'
0.9 Noteworthy changes in version `1.0.2'
=========================================
This is a bugfix release.
@ -108,8 +125,8 @@ This is a bugfix release.
* Corrected a minor problem in the custom class inspector.
0.9 Noteworthy changes in version `1.0.0'
=========================================
0.10 Noteworthy changes in version `1.0.0'
==========================================
PLEASE NOTE: This version of Gorm requires base 1.11.1 and
gui 0.10.1 to be installed (gnustep-startup-0.13.0).
@ -127,7 +144,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
* Added documentation to GormCore
0.10 Noteworthy changes in version `0.11.0'
0.11 Noteworthy changes in version `0.11.0'
===========================================
* Improved implementation of canSubstituteForClass: the default
@ -164,7 +181,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
* Lots of bugfixes and usability changes are also included in this
release.
0.11 Noteworthy changes in version `0.9.10'
0.12 Noteworthy changes in version `0.9.10'
===========================================
* Gorm now has a full implementation of canSubstituteForClass: which
@ -195,7 +212,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
* A myriad of bug fixes.
0.12 Noteworthy changes in version `0.9.2'
0.13 Noteworthy changes in version `0.9.2'
==========================================
NOTE: This is mainly a bugfix release.
@ -216,7 +233,7 @@ NOTE: This is mainly a bugfix release.
* Various improvements in documentation
0.13 Noteworthy changes in version `0.9.0'
0.14 Noteworthy changes in version `0.9.0'
==========================================
* Images/Sounds can now be dragged into a matrix cell.
@ -255,7 +272,7 @@ NOTE: This is mainly a bugfix release.
* Fixed a number of bugs.
0.14 Noteworthy changes in version `0.8.0'
0.15 Noteworthy changes in version `0.8.0'
==========================================
PLEASE NOTE: It is important for this release that you upgrade to Gorm
@ -303,7 +320,7 @@ that it is known beyond a reasonable doubt.
amount of time the user needs to spend fiddling with the font
panel.
0.15 Noteworthy changes in version `0.7.7'
0.16 Noteworthy changes in version `0.7.7'
==========================================
* Important bugfixes in editor classes.
@ -327,7 +344,7 @@ that it is known beyond a reasonable doubt.
* Gorm will now show an alert panel when a model fails to load or
test properly.
0.16 Noteworthy changes in version `0.7.6'
0.17 Noteworthy changes in version `0.7.6'
==========================================
This release is mainly a bugfix release for 0.7.5.
@ -340,7 +357,7 @@ This release is mainly a bugfix release for 0.7.5.
* Important bugfixes for class inspector.
0.17 Noteworthy changes in version `0.7.5'
0.18 Noteworthy changes in version `0.7.5'
==========================================
* The 'reparent' feature in the class inspector. This allows the
@ -361,7 +378,7 @@ This release is mainly a bugfix release for 0.7.5.
* A way to restore a complete NSMenu if it's deleted (a new palette
entry for NSMenu, not just an item)
0.18 Noteworthy changes in version `0.6.0'
0.19 Noteworthy changes in version `0.6.0'
==========================================
* Several major bugs corrected.
@ -372,7 +389,7 @@ This release is mainly a bugfix release for 0.7.5.
* More descriptive title displayed when a class is being edited.
0.19 Noteworthy changes in version `0.5.0'
0.20 Noteworthy changes in version `0.5.0'
==========================================
* Enabled defer in NSWindow inspector.
@ -391,7 +408,7 @@ This release is mainly a bugfix release for 0.7.5.
* Bug fixes, eliminated memory leak, code cleanup, etc.
0.20 Noteworthy changes in version `0.4.0'
0.21 Noteworthy changes in version `0.4.0'
==========================================
* New Menu and Menu Item inspectors.
@ -413,7 +430,7 @@ This release is mainly a bugfix release for 0.7.5.
* Windows and Services menus now function correctly.
0.21 Noteworthy changes in version `0.3.1'
0.22 Noteworthy changes in version `0.3.1'
==========================================
* New custom class system.
@ -424,7 +441,7 @@ This release is mainly a bugfix release for 0.7.5.
* Various bugfixes
0.22 Noteworthy changes in version `0.3.0'
0.23 Noteworthy changes in version `0.3.0'
==========================================
* Preferences added.
@ -449,7 +466,7 @@ This release is mainly a bugfix release for 0.7.5.
* various bug fixes.
0.23 Noteworthy changes in version `0.2.5'.
0.24 Noteworthy changes in version `0.2.5'.
===========================================
Many fixes and improvements to make the app work better.
@ -460,7 +477,7 @@ Many fixes and improvements to make the app work better.
* Re-add multiple selection via mouse drag.
0.24 Noteworthy changes in version `0.2.0' snapshot.
0.25 Noteworthy changes in version `0.2.0' snapshot.
====================================================
Gobs of improvements, mostly due to the hard work of Gregory John
@ -485,7 +502,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
* gorm files were changed to directory wrappers for more flexibility.
0.25 Noteworthy changes in version `0.1.0'
0.26 Noteworthy changes in version `0.1.0'
==========================================
* load/parses class files for entry into class list.
@ -504,7 +521,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
* Ability to change the font of some objects.
0.26 Noteworthy changes in version `0.0.3'
0.27 Noteworthy changes in version `0.0.3'
==========================================
* Create stub .m and .h files from new classes
@ -520,7 +537,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
* Support for custom objects.
0.27 Noteworthy changes in version `0.0.2'
0.28 Noteworthy changes in version `0.0.2'
==========================================
* Add popup and pulldown menu controls
@ -533,7 +550,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
* Much more fleshed out - too numerous to mention.
0.28 Noteworthy changes in version `0.0.1'
0.29 Noteworthy changes in version `0.0.1'
==========================================
* 8th December 1999

View file

@ -11,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.13.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=2
SUBMINOR_VERSION=3
SUBMINOR_VERSION=4
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}