mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Slight corrections to changelog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18502b461f
commit
af917aba6f
2 changed files with 16 additions and 6 deletions
|
@ -16,8 +16,9 @@
|
|||
|
||||
2008-12-18 00:52-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Plugins/Nib/GormNibWrapperBuilder.m: -[GormNibWrapperBuilder archiver:
|
||||
willEncodeObject:] add back code to replace GormFirstResponder with nil.
|
||||
* Plugins/Nib/GormNibWrapperBuilder.m: -[GormNibWrapperBuilder
|
||||
archiver: willEncodeObject:] add back code to replace
|
||||
GormFirstResponder with nil.
|
||||
|
||||
2008-12-18 00:20-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
|
|
|
@ -6,6 +6,19 @@
|
|||
|
||||
@section Noteworthy changes in version @samp{1.2.6}
|
||||
|
||||
Requires: gnustep-gui-0.16.0. It will not compile without this version of the library.
|
||||
Reason: Nib and Gorm loading was moved to a more sensible file structure. Additionally, Nib loading was refactored.
|
||||
|
||||
@itemize @bullet
|
||||
@item
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
|
||||
@section Noteworthy changes in version @samp{1.2.6}
|
||||
|
||||
@itemize @bullet
|
||||
@item Corrections to allow Gorm to build and run properly on the Darwin operating system.
|
||||
@item Corrected sizing of Controls Palette.
|
||||
|
@ -15,10 +28,6 @@
|
|||
@item Correction for bug#24146, bug#23889.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
|
||||
@section Noteworthy changes in version @samp{1.2.4}
|
||||
|
||||
Requires: gnustep-gui-0.13.2.
|
||||
|
|
Loading…
Reference in a new issue