mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Committing for release 0.3.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17588 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5976bf5b2c
commit
0cd892746d
7 changed files with 36 additions and 26 deletions
26
ANNOUNCE
26
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.3.0 of Gorm.
|
||||
This is version 0.3.1 of Gorm.
|
||||
|
||||
What is Gorm?
|
||||
=============
|
||||
|
@ -12,30 +12,16 @@ perhaps GNUstep Object Relationship Modeler).
|
|||
Gorm is a clone of the NeXTstep `Interface Builder' application for
|
||||
GNUstep.
|
||||
|
||||
Noteworthy changes in version `0.3.0'
|
||||
Noteworthy changes in version `0.3.1'
|
||||
=====================================
|
||||
|
||||
* Preferences added.
|
||||
* New custom class system.
|
||||
|
||||
* User can now enable and disable guidlines for easier editing.
|
||||
* Images now persist correctly when added to a button or view.
|
||||
|
||||
* Refactored code into GormLib which is a clone of the
|
||||
InterfaceBuilder framework. This facilitates creating palettes
|
||||
and inspectors outside of Gorm.
|
||||
* Fixed DND
|
||||
|
||||
* Added class inspector for easier editing of classes. This gives
|
||||
the user the option to use either the outline view or the
|
||||
inspector to edit new classes.
|
||||
|
||||
* Added inspectors for the following: NSScrollView,
|
||||
NSProgressIndicator, NSColorWell, GormImageInspector (for images
|
||||
added to .gorm files).
|
||||
|
||||
* Improved look of NSTabView inspector.
|
||||
|
||||
* Removed all warnings from the code.
|
||||
|
||||
* various bug fixes.
|
||||
* Various bugfixes
|
||||
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 0.3.1
|
||||
|
||||
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormViewEditor.m: Added code to allow saving of image as part of
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.3.1}
|
||||
|
||||
@itemize @bullet
|
||||
@item New custom class system.
|
||||
@item Images now persist correctly when added to a button or view.
|
||||
@item Fixed DND
|
||||
@item Various bugfixes
|
||||
@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.3.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -16,9 +28,6 @@
|
|||
@item Removed all warnings from the code.
|
||||
@item various bug fixes.
|
||||
@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.5}.
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ 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}.
|
||||
at @url{http://www.sophos.ca/~ludovic/article/article.html}.
|
||||
|
||||
|
||||
@section Status
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,3 +1,14 @@
|
|||
Noteworthy changes in version `0.3.1'
|
||||
=====================================
|
||||
|
||||
* New custom class system.
|
||||
|
||||
* Images now persist correctly when added to a button or view.
|
||||
|
||||
* Fixed DND
|
||||
|
||||
* Various bugfixes
|
||||
|
||||
Noteworthy changes in version `0.3.0'
|
||||
=====================================
|
||||
|
||||
|
|
2
README
2
README
|
@ -16,7 +16,7 @@ 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>.
|
||||
<http://www.sophos.ca/~ludovic/article/article.html>.
|
||||
|
||||
Status
|
||||
======
|
||||
|
|
2
Version
2
Version
|
@ -10,5 +10,5 @@ GNUSTEP_CORE_VERSION=0.8.8
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=3
|
||||
SUBMINOR_VERSION=0
|
||||
SUBMINOR_VERSION=1
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue