Version 0.2.5

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-01-21 15:18:30 +00:00
parent aa25a9ed53
commit dc50f55fd0
5 changed files with 42 additions and 32 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.2.0 of Gorm.
This is version 0.2.5 of Gorm.
What is Gorm?
=============
@ -15,30 +15,16 @@ GNUstep.
Gorm is not `gormless' (a Yorkshire dialect word that my parents
used when they spotted me staring, slack-jawed, at the TV).
Noteworthy changes in version `0.2.0' snapshot.
===============================================
Noteworthy changes in version `0.2.5'.
======================================
Gobs of improvements, mostly due to the hard work of Gregory John
Casamento and Pierre-Yves Rivaille. Thanks guys!
Many fixes and improvements to make the app work better.
* Custom class support/translations implemented.
* Better parsing of headers
* Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView
editing.
* Interface code redone as gorm files.
* Improved test mode support.
* Improved drag n' drop support on many items.
* Intelligent placement hints.
* Read gmodel files.
* More inspectors.
* Sound and Image support.
* gorm files were changed to directory wrappers for more flexibility.
* Re-add multiple selection via mouse drag.
How can I get support for this software?
========================================

View file

@ -1,3 +1,7 @@
2003-01-21 Adam Fedor <fedor@gnu.org>
* Version: 0.2.5
2003-01-16 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: awakeFromNib added to set the mainMenu to

View file

@ -4,6 +4,20 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.2.5}.
Many fixes and improvements to make the app work better.
@itemize @bullet
@item Better parsing of headers
@item Interface code redone as gorm files.
@item Re-add multiple selection via mouse drag.
@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.2.0} snapshot.
Gobs of improvements, mostly due to the hard work of
@ -21,10 +35,6 @@ Gregory John Casamento and Pierre-Yves Rivaille. Thanks guys!
@item gorm files were changed to directory wrappers for more flexibility.
@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.1.0}
@itemize @bullet

13
NEWS
View file

@ -1,7 +1,18 @@
Noteworthy changes in version `0.2.5'.
======================================
Many fixes and improvements to make the app work better.
* Better parsing of headers
* Interface code redone as gorm files.
* Re-add multiple selection via mouse drag.
Noteworthy changes in version `0.2.0' snapshot.
===============================================
Gobs of improvements, mostly due to the hard work of Gregory John
Gobs of improvements, mostly due to the hard work of Gregory John
Casamento and Pierre-Yves Rivaille. Thanks guys!
* Custom class support/translations implemented.

11
README
View file

@ -24,11 +24,11 @@ Software Foundation.
Status
======
Gorm is now completely usable. The necessary functionality to
support custom classes has been implemented and Gorm should now support
any user defined widget or AppKit widget. Bugs in Gorm should be
reported to the bug-gnustep mailing list, to one of the authors, or
on savannah.gnu.org.
At this point, Gorm is usable only for very simple stuff as it only
supports the most commonly used gui elements. However, the binary
format in which documents are archived is stable, so documents created
using Gorm now should remain useful. Interface test mode qorks quite
nicely - you really can see things working.
Known problems (things to do) -
@ -41,4 +41,3 @@ Acknowledgements
Code - GormViewKnobs.m adapted from code by Gerrit van Dyk.
Last Updated: 01/01/2003 by GJC