mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Version 0.0.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10513 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9364950b9e
commit
e3c62bfcf6
8 changed files with 48 additions and 16 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-18 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.0.3.
|
||||
|
||||
2001-07-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
GormDocument.m: ([-detachObject:]) retain object name on entry and
|
||||
|
|
|
@ -20,10 +20,11 @@ See @url{http://www.gnustep.org/} for further information.
|
|||
|
||||
@subsection Build and Install
|
||||
|
||||
To build Gorm, simply type 'make'
|
||||
To build Gorm, simply type 'make'. To install, type 'make install'
|
||||
|
||||
@subsection Trouble
|
||||
|
||||
Try to fix the problem. Send patches to <richard@@brainstorm.co.uk>.
|
||||
Give us feedback! Tell us what you like; tell us what you think
|
||||
could be better. Send bug reports and patches to @email{bug-gnustep@@gnu.org}.
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.0.3}
|
||||
|
||||
@itemize @bullet
|
||||
@item Create stub .m and .h files from new classes
|
||||
@item Works better with ProjectCenter.
|
||||
@item Handle Ctrl-Drag and Alt-Drag of objects - automatic conversion to
|
||||
matrices and/or increase decrease rows and cols.
|
||||
@item Edit NSForms titles in place.
|
||||
@item Edit NSBoxes and add subviews.
|
||||
@item Support for custom objects.
|
||||
@end itemize
|
||||
|
||||
@section Noteworthy changes in version @samp{0.0.2}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
|
@ -22,11 +22,12 @@ Foundation.
|
|||
|
||||
Gorm is released under the GPL - see the file `COPYING' for details.
|
||||
|
||||
Little documentation exists. There is a nice basic tutorial
|
||||
at @url{http://www.gnustep.it/pierre-yves/index.html}.
|
||||
|
||||
|
||||
@section Status
|
||||
|
||||
25 Feb 2000
|
||||
|
||||
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
|
||||
|
@ -38,8 +39,6 @@ Known problems (things to do) -
|
|||
@enumerate
|
||||
@item Documentation - only a tiny start has been made on this!
|
||||
|
||||
@item Support for custom objects needs to be added.
|
||||
|
||||
@item Editors and inspectors need writing for most gui elements -
|
||||
popup menus
|
||||
boxes
|
||||
|
|
5
INSTALL
5
INSTALL
|
@ -17,10 +17,11 @@ compile and use Gorm. The core packages are, at a minimum:
|
|||
Build and Install
|
||||
-----------------
|
||||
|
||||
To build Gorm, simply type 'make'
|
||||
To build Gorm, simply type 'make'. To install, type 'make install'
|
||||
|
||||
Trouble
|
||||
-------
|
||||
|
||||
Try to fix the problem. Send patches to <richard@brainstorm.co.uk>.
|
||||
Give us feedback! Tell us what you like; tell us what you think
|
||||
could be better. Send bug reports and patches to <bug-gnustep@gnu.org>.
|
||||
|
||||
|
|
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
|||
Noteworthy changes in version `0.0.3'
|
||||
=====================================
|
||||
|
||||
* Create stub .m and .h files from new classes
|
||||
|
||||
* Works better with ProjectCenter.
|
||||
|
||||
* Handle Ctrl-Drag and Alt-Drag of objects - automatic conversion to
|
||||
matrices and/or increase decrease rows and cols.
|
||||
|
||||
* Edit NSForms titles in place.
|
||||
|
||||
* Edit NSBoxes and add subviews.
|
||||
|
||||
* Support for custom objects.
|
||||
|
||||
Noteworthy changes in version `0.0.2'
|
||||
=====================================
|
||||
|
||||
|
|
13
README
13
README
|
@ -18,11 +18,12 @@ Software Foundation.
|
|||
|
||||
Gorm is released under the GPL - see the file `COPYING' for details.
|
||||
|
||||
Little documentation exists. There is a nice basic tutorial at
|
||||
<http://www.gnustep.it/pierre-yves/index.html>.
|
||||
|
||||
Status
|
||||
======
|
||||
|
||||
25 Feb 2000
|
||||
|
||||
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
|
||||
|
@ -33,15 +34,13 @@ nicely - you really can see things working.
|
|||
|
||||
1. Documentation - only a tiny start has been made on this!
|
||||
|
||||
2. Support for custom objects needs to be added.
|
||||
|
||||
3. Editors and inspectors need writing for most gui elements -
|
||||
2. Editors and inspectors need writing for most gui elements -
|
||||
popup menus boxes browsers scrollviews splitviews etc etc
|
||||
|
||||
4. Support for color and images on buttons etc. This requires
|
||||
3. Support for color and images on buttons etc. This requires
|
||||
improved image and color support in the gui library
|
||||
|
||||
5. Support for fonts etc This requires improved font management
|
||||
4. Support for fonts etc This requires improved font management
|
||||
support in the gui library
|
||||
|
||||
Acknowledgements
|
||||
|
|
2
Version
2
Version
|
@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.6.5
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=0
|
||||
SUBMINOR_VERSION=2
|
||||
SUBMINOR_VERSION=3
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue