mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
1.0.1 release of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22045 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d70f725da2
commit
e650c71898
6 changed files with 54 additions and 41 deletions
18
ANNOUNCE
18
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 ANNOUNCE
|
||||
**********
|
||||
|
||||
This is version 1.0.0 of Gorm.
|
||||
This is version 1.0.1 of Gorm.
|
||||
|
||||
1.1 What is Gorm?
|
||||
=================
|
||||
|
@ -15,21 +15,11 @@ GNUstep.
|
|||
1.2 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).
|
||||
This is a bugfix release.
|
||||
|
||||
* All inspectors are now modeled in .gorm files.
|
||||
* Fixed some bugs with table column selection.
|
||||
|
||||
* Added autosizing to form attributes inspector.
|
||||
|
||||
* Utilize and maintain parent/child data structure more pervasively
|
||||
|
||||
* Reorganized code in palettes for cleaner implementation.
|
||||
|
||||
* Removed code to check for user bundles, since bugs in Camaelon
|
||||
which prompted those changes were fixed long ago.
|
||||
|
||||
* Added documentation to GormCore
|
||||
* Corrected a minor problem in the custom class inspector.
|
||||
|
||||
1.3 How can I get support for this software?
|
||||
============================================
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-19 09:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 1.0.1
|
||||
|
||||
2005-11-14 09:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/3Containers/GormTabViewEditor.m: Correction to tabView:
|
||||
|
|
|
@ -6,6 +6,19 @@
|
|||
|
||||
@section Noteworthy changes in version @samp{1.0.0}
|
||||
|
||||
This is a bugfix release.
|
||||
|
||||
@itemize @bullet
|
||||
@item Fixed some bugs with table column selection.
|
||||
@item Corrected a minor problem in the custom class 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.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).
|
||||
|
||||
|
@ -18,10 +31,6 @@ PLEASE NOTE: This version of Gorm requires base 1.11.1 and
|
|||
@item Added documentation to GormCore
|
||||
@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.11.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
||||
ApplicationIcon = "Gorm.tiff";
|
||||
ApplicationName = "Gorm";
|
||||
ApplicationRelease = "Gorm 1.0.1 (CVS)";
|
||||
ApplicationRelease = "Gorm 1.0.1 (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 FSF";
|
||||
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
||||
NSBuildVersion = "1.0.1 Nov 2 2005";
|
||||
NSBuildVersion = "1.0.1 Nov 19 2005";
|
||||
}
|
||||
|
|
49
NEWS
49
NEWS
|
@ -1,6 +1,15 @@
|
|||
0.1 Noteworthy changes in version `1.0.0'
|
||||
=========================================
|
||||
|
||||
This is a bugfix release.
|
||||
|
||||
* Fixed some bugs with table column selection.
|
||||
|
||||
* Corrected a minor problem in the custom class inspector.
|
||||
|
||||
0.2 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).
|
||||
|
||||
|
@ -17,7 +26,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
|
|||
|
||||
* Added documentation to GormCore
|
||||
|
||||
0.2 Noteworthy changes in version `0.11.0'
|
||||
0.3 Noteworthy changes in version `0.11.0'
|
||||
==========================================
|
||||
|
||||
* Improved implementation of canSubstituteForClass: the default
|
||||
|
@ -54,7 +63,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.3 Noteworthy changes in version `0.9.10'
|
||||
0.4 Noteworthy changes in version `0.9.10'
|
||||
==========================================
|
||||
|
||||
* Gorm now has a full implementation of canSubstituteForClass: which
|
||||
|
@ -85,7 +94,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
|
|||
|
||||
* A myriad of bug fixes.
|
||||
|
||||
0.4 Noteworthy changes in version `0.9.2'
|
||||
0.5 Noteworthy changes in version `0.9.2'
|
||||
=========================================
|
||||
|
||||
NOTE: This is mainly a bugfix release.
|
||||
|
@ -106,7 +115,7 @@ NOTE: This is mainly a bugfix release.
|
|||
|
||||
* Various improvements in documentation
|
||||
|
||||
0.5 Noteworthy changes in version `0.9.0'
|
||||
0.6 Noteworthy changes in version `0.9.0'
|
||||
=========================================
|
||||
|
||||
* Images/Sounds can now be dragged into a matrix cell.
|
||||
|
@ -145,7 +154,7 @@ NOTE: This is mainly a bugfix release.
|
|||
|
||||
* Fixed a number of bugs.
|
||||
|
||||
0.6 Noteworthy changes in version `0.8.0'
|
||||
0.7 Noteworthy changes in version `0.8.0'
|
||||
=========================================
|
||||
|
||||
PLEASE NOTE: It is important for this release that you upgrade to Gorm
|
||||
|
@ -193,7 +202,7 @@ that it is known beyond a reasonable doubt.
|
|||
amount of time the user needs to spend fiddling with the font
|
||||
panel.
|
||||
|
||||
0.7 Noteworthy changes in version `0.7.7'
|
||||
0.8 Noteworthy changes in version `0.7.7'
|
||||
=========================================
|
||||
|
||||
* Important bugfixes in editor classes.
|
||||
|
@ -217,7 +226,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.8 Noteworthy changes in version `0.7.6'
|
||||
0.9 Noteworthy changes in version `0.7.6'
|
||||
=========================================
|
||||
|
||||
This release is mainly a bugfix release for 0.7.5.
|
||||
|
@ -230,8 +239,8 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Important bugfixes for class inspector.
|
||||
|
||||
0.9 Noteworthy changes in version `0.7.5'
|
||||
=========================================
|
||||
0.10 Noteworthy changes in version `0.7.5'
|
||||
==========================================
|
||||
|
||||
* The 'reparent' feature in the class inspector. This allows the
|
||||
user to change the class hierarchy from within Gorm.
|
||||
|
@ -251,7 +260,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.10 Noteworthy changes in version `0.6.0'
|
||||
0.11 Noteworthy changes in version `0.6.0'
|
||||
==========================================
|
||||
|
||||
* Several major bugs corrected.
|
||||
|
@ -262,7 +271,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* More descriptive title displayed when a class is being edited.
|
||||
|
||||
0.11 Noteworthy changes in version `0.5.0'
|
||||
0.12 Noteworthy changes in version `0.5.0'
|
||||
==========================================
|
||||
|
||||
* Enabled defer in NSWindow inspector.
|
||||
|
@ -281,7 +290,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Bug fixes, eliminated memory leak, code cleanup, etc.
|
||||
|
||||
0.12 Noteworthy changes in version `0.4.0'
|
||||
0.13 Noteworthy changes in version `0.4.0'
|
||||
==========================================
|
||||
|
||||
* New Menu and Menu Item inspectors.
|
||||
|
@ -303,7 +312,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Windows and Services menus now function correctly.
|
||||
|
||||
0.13 Noteworthy changes in version `0.3.1'
|
||||
0.14 Noteworthy changes in version `0.3.1'
|
||||
==========================================
|
||||
|
||||
* New custom class system.
|
||||
|
@ -314,7 +323,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Various bugfixes
|
||||
|
||||
0.14 Noteworthy changes in version `0.3.0'
|
||||
0.15 Noteworthy changes in version `0.3.0'
|
||||
==========================================
|
||||
|
||||
* Preferences added.
|
||||
|
@ -339,7 +348,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* various bug fixes.
|
||||
|
||||
0.15 Noteworthy changes in version `0.2.5'.
|
||||
0.16 Noteworthy changes in version `0.2.5'.
|
||||
===========================================
|
||||
|
||||
Many fixes and improvements to make the app work better.
|
||||
|
@ -350,7 +359,7 @@ Many fixes and improvements to make the app work better.
|
|||
|
||||
* Re-add multiple selection via mouse drag.
|
||||
|
||||
0.16 Noteworthy changes in version `0.2.0' snapshot.
|
||||
0.17 Noteworthy changes in version `0.2.0' snapshot.
|
||||
====================================================
|
||||
|
||||
Gobs of improvements, mostly due to the hard work of Gregory John
|
||||
|
@ -375,7 +384,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* gorm files were changed to directory wrappers for more flexibility.
|
||||
|
||||
0.17 Noteworthy changes in version `0.1.0'
|
||||
0.18 Noteworthy changes in version `0.1.0'
|
||||
==========================================
|
||||
|
||||
* load/parses class files for entry into class list.
|
||||
|
@ -394,7 +403,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Ability to change the font of some objects.
|
||||
|
||||
0.18 Noteworthy changes in version `0.0.3'
|
||||
0.19 Noteworthy changes in version `0.0.3'
|
||||
==========================================
|
||||
|
||||
* Create stub .m and .h files from new classes
|
||||
|
@ -410,7 +419,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Support for custom objects.
|
||||
|
||||
0.19 Noteworthy changes in version `0.0.2'
|
||||
0.20 Noteworthy changes in version `0.0.2'
|
||||
==========================================
|
||||
|
||||
* Add popup and pulldown menu controls
|
||||
|
@ -423,7 +432,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Much more fleshed out - too numerous to mention.
|
||||
|
||||
0.20 Noteworthy changes in version `0.0.1'
|
||||
0.21 Noteworthy changes in version `0.0.1'
|
||||
==========================================
|
||||
|
||||
* 8th December 1999
|
||||
|
|
3
Version
3
Version
|
@ -1,3 +1,4 @@
|
|||
|
||||
# This file is included in various Makefile's to get version information.
|
||||
# Compatible with Bourne shell syntax, so it can included there too.
|
||||
|
||||
|
@ -10,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.10.0
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=0
|
||||
SUBMINOR_VERSION=0
|
||||
SUBMINOR_VERSION=1
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue