mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Version 0.1.9
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22a40338e5
commit
43aa154185
5 changed files with 51 additions and 18 deletions
24
ANNOUNCE
24
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.1.0 of Gorm.
|
||||
This is version 0.1.9 of Gorm.
|
||||
|
||||
What is Gorm?
|
||||
=============
|
||||
|
@ -15,24 +15,22 @@ 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.1.0'
|
||||
=====================================
|
||||
Noteworthy changes in version `0.2.0' snapshot.
|
||||
===============================================
|
||||
|
||||
* load/parses class files for entry into class list.
|
||||
Gobs of improvements, mostly due to the hard work of Gregory John
|
||||
Casamento and Pierre-Yves Rivaille. Thanks guys!
|
||||
|
||||
* Pallete/inspectors for date and number formatters
|
||||
* Custom class support/translations implemented.
|
||||
|
||||
* Pallete/Inspectors for browsers and tableViews
|
||||
* Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView
|
||||
editing.
|
||||
|
||||
* NSStepper, NSForm, NSPopupButton pallete item and inspector
|
||||
* Improved test mode support.
|
||||
|
||||
* Most inspectors greatly improved and fleshed out.
|
||||
* Improved drag n' drop support on many items.
|
||||
|
||||
* Custom views added.
|
||||
|
||||
* Ability to edit cells in a matrix.
|
||||
|
||||
* Ability to change the font of some objects.
|
||||
* Intelligent placement hints.
|
||||
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-10-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.1.9 snapshot.
|
||||
* Documentation/news.texi: Update.
|
||||
|
||||
2002-10-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* ClassInformation.plist: Added NSDocumentController and
|
||||
|
|
|
@ -4,6 +4,23 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.2.0} snapshot.
|
||||
|
||||
Gobs of improvements, mostly due to the hard work of
|
||||
Gregory John Casamento and Pierre-Yves Rivaille. Thanks guys!
|
||||
|
||||
@itemize @bullet
|
||||
@item Custom class support/translations implemented.
|
||||
@item Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView editing.
|
||||
@item Improved test mode support.
|
||||
@item Improved drag n' drop support on many items.
|
||||
@item Intelligent placement hints.
|
||||
@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
|
||||
|
@ -17,10 +34,6 @@
|
|||
@item Ability to change the font of some objects.
|
||||
@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.0.3}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
17
NEWS
17
NEWS
|
@ -1,3 +1,20 @@
|
|||
Noteworthy changes in version `0.2.0' snapshot.
|
||||
===============================================
|
||||
|
||||
Gobs of improvements, mostly due to the hard work of Gregory John
|
||||
Casamento and Pierre-Yves Rivaille. Thanks guys!
|
||||
|
||||
* Custom class support/translations implemented.
|
||||
|
||||
* Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView
|
||||
editing.
|
||||
|
||||
* Improved test mode support.
|
||||
|
||||
* Improved drag n' drop support on many items.
|
||||
|
||||
* Intelligent placement hints.
|
||||
|
||||
Noteworthy changes in version `0.1.0'
|
||||
=====================================
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.7.5
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=1
|
||||
SUBMINOR_VERSION=0
|
||||
SUBMINOR_VERSION=9
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue