From ac8141ec81c855a0f6376af9b6e93f9474bb80bc Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Wed, 19 May 2010 00:42:39 +0000 Subject: [PATCH] * ANNOUNCE * Documentation/announce.texi * Documentation/news.texi * Documentation/readme.texi * NEWS * README: Updating for release. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30419 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 22 ++++++---- ChangeLog | 9 ++++ Documentation/announce.texi | 2 +- Documentation/news.texi | 7 +++- Documentation/readme.texi | 10 ++--- NEWS | 83 ++++++++++++++++++++++--------------- README | 13 +++--- 7 files changed, 90 insertions(+), 56 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 61a466a1..a83f4301 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ 1 ANNOUNCE ********** -This is version 1.2.10 of Gorm. +This is version 1.2.12 of Gorm. 1.1 What is Gorm? ================= @@ -9,19 +9,25 @@ This is version 1.2.10 of Gorm. Gorm is an acronym for Graphic Object Relationship modeler (or perhaps GNUstep Object Relationship Modeler). - Gorm is a clone of the NeXTstep `Interface Builder' application for -GNUstep. + Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' +application for GNUstep. -1.2 Noteworthy changes in version `1.2.10' +1.2 Noteworthy changes in version `1.2.12' ========================================== - * Correction for bug #25401 +Requires: gnustep-base-1.20.0, gnustep-gui-0.18.0. Reason: Parts of +the runtime which Gorm used were refactored and it was necessary to +make corresponding changes in Gorm to use it. - * Correction for some nib loading issues. + * Correction for bugs #27295, 28643, 29085. - * Limited support for standalone views. + * Added a DO server which allows modification of internal data + structures using a simple interface. - * Fixes for various bugs. + * Tooltips now show the object name and the object type for + informational purposes. + + * Opens default document when using NSWindows95InterfaceStyle. 1.3 How can I get support for this software? ============================================ diff --git a/ChangeLog b/ChangeLog index 42b62395..6b8a0001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-05-18 20:50-EDT Gregory John Casamento + + * ANNOUNCE + * Documentation/announce.texi + * Documentation/news.texi + * Documentation/readme.texi + * NEWS + * README: Updating for release. + 2010-05-18 20:38-EDT Gregory John Casamento * GormCore/GormFilePrefsManager.m diff --git a/Documentation/announce.texi b/Documentation/announce.texi index 12bfe772..e655b0bd 100644 --- a/Documentation/announce.texi +++ b/Documentation/announce.texi @@ -11,7 +11,7 @@ This is version @value{GORM-VERSION} of Gorm. Gorm is an acronym for Graphic Object Relationship modeler (or perhaps GNUstep Object Relationship Modeler). -Gorm is a clone of the NeXTstep `Interface Builder' application for GNUstep. +Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep. @set ANNOUNCE-ONLY @include news.texi diff --git a/Documentation/news.texi b/Documentation/news.texi index 94e0f3a7..c4fb30d5 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -4,13 +4,16 @@ @include version.texi @end ifset -@section Noteworthy changes in version @samp{1.2.8} +@section Noteworthy changes in version @samp{1.2.12} Requires: gnustep-base-1.20.0, gnustep-gui-0.18.0. Reason: Parts of the runtime which Gorm used were refactored and it was necessary to make corresponding changes in Gorm to use it. @itemize @bullet -@item Correction for bug #27295, +@item Correction for bugs #27295, 28643, 29085. +@item Added a DO server which allows modification of internal data structures using a simple interface. +@item Tooltips now show the object name and the object type for informational purposes. +@item Opens default document when using NSWindows95InterfaceStyle. @end itemize @ifclear ANNOUNCE-ONLY diff --git a/Documentation/readme.texi b/Documentation/readme.texi index da71d8d8..47bb6d1b 100644 --- a/Documentation/readme.texi +++ b/Documentation/readme.texi @@ -23,8 +23,7 @@ Documentation for Gorm is located in the Documentation directory. It's also ava @section Status -Gorm is now completely usable. There are some minor bugs, but most of the -major functionality is now implemented. Please report bugs to bug-gnustep@@gnu.org +Gorm is usable and stable. Please report bugs to bug-gnustep@@gnu.org Known problems (things to do) - @@ -35,6 +34,7 @@ Known problems (things to do) - @section Acknowledgements -Icons - Mostly by Andrew Lindsay. Gorm application icon by Jesse Ross. - -Code - GormViewKnobs.m adapted from code by Gerrit van Dyk. +@enumerate +@item Icons - Mostly by Andrew Lindsay. Gorm application icon by Jesse Ross. +@item Code - GormViewKnobs.m adapted from code by Gerrit van Dyk. +@end enumerate diff --git a/NEWS b/NEWS index 03abe8d7..362725b5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ -0.1 Noteworthy changes in version `1.2.10' +0.1 Noteworthy changes in version `1.2.12' +========================================== + +Requires: gnustep-base-1.20.0, gnustep-gui-0.18.0. Reason: Parts of +the runtime which Gorm used were refactored and it was necessary to +make corresponding changes in Gorm to use it. + + * Correction for bugs #27295, 28643, 29085. + + * Added a DO server which allows modification of internal data + structures using a simple interface. + + * Tooltips now show the object name and the object type for + informational purposes. + + * Opens default document when using NSWindows95InterfaceStyle. + +0.2 Noteworthy changes in version `1.2.10' ========================================== * Correction for bug #25401 @@ -9,7 +26,7 @@ * Fixes for various bugs. -0.2 Noteworthy changes in version `1.2.8' +0.3 Noteworthy changes in version `1.2.8' ========================================= Requires: gnustep-gui-0.16.0. It will not compile without this version @@ -24,7 +41,7 @@ sensible file structure. Additionally, Nib loading was refactored. * Changes to use new headers. -0.3 Noteworthy changes in version `1.2.6' +0.4 Noteworthy changes in version `1.2.6' ========================================= * Corrections to allow Gorm to build and run properly on the Darwin @@ -42,7 +59,7 @@ sensible file structure. Additionally, Nib loading was refactored. * Correction for bug#24146, bug#23889. -0.4 Noteworthy changes in version `1.2.4' +0.5 Noteworthy changes in version `1.2.4' ========================================= Requires: gnustep-gui-0.13.2. Reason: Due to changes in popupbutton @@ -59,7 +76,7 @@ controller logic. * Added ruler switch to scroll view inspector. -0.5 Noteworthy changes in version `1.2.2' +0.6 Noteworthy changes in version `1.2.2' ========================================= Requires: gnustep-gui-0.13.0. @@ -80,12 +97,12 @@ Requires: gnustep-gui-0.13.0. * Other miscellaneous bug corrections. -0.6 Noteworthy changes in version `1.2.1' +0.7 Noteworthy changes in version `1.2.1' ========================================= * Minor corrections to previous release. -0.7 Noteworthy changes in version `1.2.0' +0.8 Noteworthy changes in version `1.2.0' ========================================= * Corrections to some editors to not change selection if connection @@ -97,7 +114,7 @@ Requires: gnustep-gui-0.13.0. * Minor bug fixes. -0.8 Noteworthy changes in version `1.1.0' +0.9 Noteworthy changes in version `1.1.0' ========================================= * Changed Gorm architecture to use NSDocument classes. @@ -119,8 +136,8 @@ Requires: gnustep-gui-0.13.0. * A number of bugs have been addressed in this release. -0.9 Noteworthy changes in version `1.0.8' -========================================= +0.10 Noteworthy changes in version `1.0.8' +========================================== This is a bugfix release. @@ -128,7 +145,7 @@ This is a bugfix release. * Correction for handling non-string identifiers in tableviews. -0.10 Noteworthy changes in version `1.0.6' +0.11 Noteworthy changes in version `1.0.6' ========================================== This is a bugfix release. @@ -145,7 +162,7 @@ This is a bugfix release. * Changed formatting in some of the inspectors so that they are easier to navigate. -0.11 Noteworthy changes in version `1.0.4' +0.12 Noteworthy changes in version `1.0.4' ========================================== This is a bugfix release. @@ -160,7 +177,7 @@ This is a bugfix release. * Corrected problem with standalone views -0.12 Noteworthy changes in version `1.0.2' +0.13 Noteworthy changes in version `1.0.2' ========================================== This is a bugfix release. @@ -169,7 +186,7 @@ This is a bugfix release. * Corrected a minor problem in the custom class inspector. -0.13 Noteworthy changes in version `1.0.0' +0.14 Noteworthy changes in version `1.0.0' ========================================== PLEASE NOTE: This version of Gorm requires base 1.11.1 and @@ -188,7 +205,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0). * Added documentation to GormCore -0.14 Noteworthy changes in version `0.11.0' +0.15 Noteworthy changes in version `0.11.0' =========================================== * Improved implementation of canSubstituteForClass: the default @@ -225,7 +242,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.15 Noteworthy changes in version `0.9.10' +0.16 Noteworthy changes in version `0.9.10' =========================================== * Gorm now has a full implementation of canSubstituteForClass: which @@ -256,7 +273,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0). * A myriad of bug fixes. -0.16 Noteworthy changes in version `0.9.2' +0.17 Noteworthy changes in version `0.9.2' ========================================== NOTE: This is mainly a bugfix release. @@ -277,7 +294,7 @@ NOTE: This is mainly a bugfix release. * Various improvements in documentation -0.17 Noteworthy changes in version `0.9.0' +0.18 Noteworthy changes in version `0.9.0' ========================================== * Images/Sounds can now be dragged into a matrix cell. @@ -316,7 +333,7 @@ NOTE: This is mainly a bugfix release. * Fixed a number of bugs. -0.18 Noteworthy changes in version `0.8.0' +0.19 Noteworthy changes in version `0.8.0' ========================================== PLEASE NOTE: It is important for this release that you upgrade to Gorm @@ -364,7 +381,7 @@ that it is known beyond a reasonable doubt. amount of time the user needs to spend fiddling with the font panel. -0.19 Noteworthy changes in version `0.7.7' +0.20 Noteworthy changes in version `0.7.7' ========================================== * Important bugfixes in editor classes. @@ -388,7 +405,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.20 Noteworthy changes in version `0.7.6' +0.21 Noteworthy changes in version `0.7.6' ========================================== This release is mainly a bugfix release for 0.7.5. @@ -401,7 +418,7 @@ This release is mainly a bugfix release for 0.7.5. * Important bugfixes for class inspector. -0.21 Noteworthy changes in version `0.7.5' +0.22 Noteworthy changes in version `0.7.5' ========================================== * The 'reparent' feature in the class inspector. This allows the @@ -422,7 +439,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.22 Noteworthy changes in version `0.6.0' +0.23 Noteworthy changes in version `0.6.0' ========================================== * Several major bugs corrected. @@ -433,7 +450,7 @@ This release is mainly a bugfix release for 0.7.5. * More descriptive title displayed when a class is being edited. -0.23 Noteworthy changes in version `0.5.0' +0.24 Noteworthy changes in version `0.5.0' ========================================== * Enabled defer in NSWindow inspector. @@ -452,7 +469,7 @@ This release is mainly a bugfix release for 0.7.5. * Bug fixes, eliminated memory leak, code cleanup, etc. -0.24 Noteworthy changes in version `0.4.0' +0.25 Noteworthy changes in version `0.4.0' ========================================== * New Menu and Menu Item inspectors. @@ -474,7 +491,7 @@ This release is mainly a bugfix release for 0.7.5. * Windows and Services menus now function correctly. -0.25 Noteworthy changes in version `0.3.1' +0.26 Noteworthy changes in version `0.3.1' ========================================== * New custom class system. @@ -485,7 +502,7 @@ This release is mainly a bugfix release for 0.7.5. * Various bugfixes -0.26 Noteworthy changes in version `0.3.0' +0.27 Noteworthy changes in version `0.3.0' ========================================== * Preferences added. @@ -510,7 +527,7 @@ This release is mainly a bugfix release for 0.7.5. * various bug fixes. -0.27 Noteworthy changes in version `0.2.5'. +0.28 Noteworthy changes in version `0.2.5'. =========================================== Many fixes and improvements to make the app work better. @@ -521,7 +538,7 @@ Many fixes and improvements to make the app work better. * Re-add multiple selection via mouse drag. -0.28 Noteworthy changes in version `0.2.0' snapshot. +0.29 Noteworthy changes in version `0.2.0' snapshot. ==================================================== Gobs of improvements, mostly due to the hard work of Gregory John @@ -546,7 +563,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys! * gorm files were changed to directory wrappers for more flexibility. -0.29 Noteworthy changes in version `0.1.0' +0.30 Noteworthy changes in version `0.1.0' ========================================== * load/parses class files for entry into class list. @@ -565,7 +582,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys! * Ability to change the font of some objects. -0.30 Noteworthy changes in version `0.0.3' +0.31 Noteworthy changes in version `0.0.3' ========================================== * Create stub .m and .h files from new classes @@ -581,7 +598,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys! * Support for custom objects. -0.31 Noteworthy changes in version `0.0.2' +0.32 Noteworthy changes in version `0.0.2' ========================================== * Add popup and pulldown menu controls @@ -594,7 +611,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys! * Much more fleshed out - too numerous to mention. -0.32 Noteworthy changes in version `0.0.1' +0.33 Noteworthy changes in version `0.0.1' ========================================== * 8th December 1999 diff --git a/README b/README index 480a5349..2e654b95 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ file for installation instructions. Gorm is an acronym for Graphic Object Relationship modeler (or perhaps GNUstep Object Relationship Modeler). - Gorm is a clone of the NeXTstep `Interface Builder' application for -GNUstep. + Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' +application for GNUstep. Gorm is part of the GNUstep project, and is copyrighted by the Free Software Foundation. @@ -22,9 +22,7 @@ http://wiki.gnustep.org/index.php/Gorm_Manual. 0.2 Status ========== -Gorm is now completely usable. There are some minor bugs, but most of -the major functionality is now implemented. Please report bugs to -bug-gnustep@gnu.org +Gorm is usable and stable. Please report bugs to bug-gnustep@gnu.org Known problems (things to do) - @@ -35,7 +33,8 @@ bug-gnustep@gnu.org 0.3 Acknowledgements ==================== -Icons - Mostly by Andrew Lindsay. + 1. Icons - Mostly by Andrew Lindsay. Gorm application icon by Jesse + Ross. - Code - GormViewKnobs.m adapted from code by Gerrit van Dyk. + 2. Code - GormViewKnobs.m adapted from code by Gerrit van Dyk.