Correction to announcement and install files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-05-20 04:33:02 +00:00
parent b06b7c8924
commit 6e690fad5e
2 changed files with 56 additions and 15 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.9.2 of Gorm.
This is version 0.9.10 of Gorm.
What is Gorm?
=============
@ -12,26 +12,36 @@ perhaps GNUstep Object Relationship Modeler).
Gorm is a clone of the NeXTstep `Interface Builder' application for
GNUstep.
Noteworthy changes in version `0.9.2'
=====================================
Noteworthy changes in version `0.9.10'
======================================
NOTE: This is mainly a bugfix release.
* Gorm now has a full implementation of canSubstituteForClass: which
is used to determine if a class can be substituted in the custom
class inspector. This allows classes added in palettes to say
whether or not they can be used as a subsitute for a kit class.
* Some improvements to the procedure for removing connections.
* Better separation of Gorm into libraries. As well as the ability
to compile on windows with a simple: "make install"
* Corrected various issues with header parsing.
* Implementation of IBResourceManager class. This class is used by
palettes to register drag types to be considered by the top level
editors in the document window: object, sound, image, class.
* Now closes windows which were opened during interface testing such
as font panels, info panels, etc.
* Gorm now is able to switch views in the document window when you
drag a file into it. If it's an image it will switch to the image
view, if it's a sound, the sound view, an object the object view
etc or if it's a class (a .h file) it will switch to the classes
view.
* Minor corrections to background color for a number of inspectors.
* Drag and drop parsing of header files (if you hadn't gathered from
the previous item).
* Improvements to gmodel importation.
* Better support for standalone views. while the user cannot
instantiate from the classes view (there were too many problems
with this approach). They can now drag any view from the palette
into the objects view and have it work.
* Better detection of when the user is utilizing a user bundle.
Gorm will now warn the user with a panel.
* Various improvements in documentation
* A myriad of bug fixes.
How can I get support for this software?
========================================

33
NEWS
View file

@ -1,7 +1,38 @@
Noteworthy changes in version `0.9.10'
======================================
* Gorm now has a full implementation of canSubstituteForClass: which
is used to determine if a class can be substituted in the custom
class inspector. This allows classes added in palettes to say
whether or not they can be used as a subsitute for a kit class.
* Better separation of Gorm into libraries. As well as the ability
to compile on windows with a simple: "make install"
* Implementation of IBResourceManager class. This class is used by
palettes to register drag types to be considered by the top level
editors in the document window: object, sound, image, class.
* Gorm now is able to switch views in the document window when you
drag a file into it. If it's an image it will switch to the image
view, if it's a sound, the sound view, an object the object view
etc or if it's a class (a .h file) it will switch to the classes
view.
* Drag and drop parsing of header files (if you hadn't gathered from
the previous item).
* Better support for standalone views. while the user cannot
instantiate from the classes view (there were too many problems
with this approach). They can now drag any view from the palette
into the objects view and have it work.
* A myriad of bug fixes.
Noteworthy changes in version `0.9.2'
=====================================
NOTE: This is mainly a bugfix release.
NOTE: This is mainly a bugfix release.
* Some improvements to the procedure for removing connections.