mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:31:02 +00:00
Version 0.8.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16066 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a807d2eb25
commit
175cae89bc
9 changed files with 51 additions and 26 deletions
29
ANNOUNCE
29
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
ANNOUNCE
|
ANNOUNCE
|
||||||
********
|
********
|
||||||
|
|
||||||
This is version 0.8.3 of the GNUstep GUI library (`gnustep-gui').
|
This is version 0.8.4 of the GNUstep GUI library (`gnustep-gui').
|
||||||
|
|
||||||
What is the GNUstep GUI Library?
|
What is the GNUstep GUI Library?
|
||||||
================================
|
================================
|
||||||
|
@ -28,39 +28,36 @@ systems.
|
||||||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||||
component like the GNUstep 'Back' Backend.
|
component like the GNUstep 'Back' Backend.
|
||||||
|
|
||||||
Noteworthy changes in version `0.8.3'
|
Noteworthy changes in version `0.8.4'
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
* Additions for Gorm support.
|
This release features a brand new text and layout system thanks to
|
||||||
|
Alexander Malmberg. Other improvements include:
|
||||||
|
|
||||||
* Alpha support for OpenGL
|
* Various display optimizations.
|
||||||
|
|
||||||
* Better ruler support - dragging of tab markers.
|
* Default border to NSScrollView changed
|
||||||
|
|
||||||
* Document support, recent files, etc.
|
* Printing fixes.
|
||||||
|
|
||||||
* Simple printing to printer and print previewing.
|
* NSToolbar partially implemented.
|
||||||
|
|
||||||
* Window focus fixes
|
|
||||||
|
|
||||||
* Key view handling rewritten.
|
|
||||||
|
|
||||||
Where can you get it? How can you compile it?
|
Where can you get it? How can you compile it?
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
The gstep-gui-0.8.3.tar.gz distribution file has been placed on
|
The gstep-gui-0.8.4.tar.gz distribution file has been placed on
|
||||||
`ftp.gnustep.org' in `pub/gnustep/core'.
|
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||||
|
|
||||||
the TIFF Graphics library version 3.4 is required.
|
the TIFF Graphics library version 3.4 is required.
|
||||||
|
|
||||||
It also requires a FoundationKit library as specified by the OpenStep
|
It also requires the GNUstep Base Library.
|
||||||
specification. The only FoundationKit library known to work is the
|
|
||||||
GNUstep Base Library.
|
|
||||||
|
|
||||||
Where do I send bug reports?
|
Where do I send bug reports?
|
||||||
============================
|
============================
|
||||||
|
|
||||||
Bug reports can be sent to <bug-gnustep@gnu.org>.
|
Please log bug reports on the GNUstep project page
|
||||||
|
<http://savannah.gnu.org/support/?group=gnustep> or send bug reports to
|
||||||
|
<bug-gnustep@gnu.org>.
|
||||||
|
|
||||||
Obtaining GNU Software
|
Obtaining GNU Software
|
||||||
======================
|
======================
|
||||||
|
|
2
BUGS
2
BUGS
|
@ -31,5 +31,3 @@ such a degree to be unusable.
|
||||||
|
|
||||||
* All the Text classes
|
* All the Text classes
|
||||||
|
|
||||||
* NSColorPanel
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-02-24 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version: 0.8.4
|
||||||
|
|
||||||
2003-02-24 15:24 Alexander Malmberg <alexander@malmberg.org>
|
2003-02-24 15:24 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/GSLayoutManager.m (-invalidateGlyphsForCharacterRange:
|
* Source/GSLayoutManager.m (-invalidateGlyphsForCharacterRange:
|
||||||
|
|
|
@ -47,8 +47,9 @@ It also requires the GNUstep Base Library.
|
||||||
|
|
||||||
@section Where do I send bug reports?
|
@section Where do I send bug reports?
|
||||||
|
|
||||||
Bug reports can be sent to
|
Please log bug reports on the GNUstep project page
|
||||||
@email{bug-gnustep@@gnu.org}.
|
@url{http://savannah.gnu.org/support/?group=gnustep} or send
|
||||||
|
bug reports to @email{bug-gnustep@@gnu.org}.
|
||||||
|
|
||||||
@section Obtaining GNU Software
|
@section Obtaining GNU Software
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,20 @@
|
||||||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{0.8.4}
|
||||||
|
|
||||||
|
This release features a brand new text and layout system thanks
|
||||||
|
to Alexander Malmberg. Other improvements include:
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
@item Various display optimizations.
|
||||||
|
@item Default border to NSScrollView changed
|
||||||
|
@item Printing fixes.
|
||||||
|
@item NSToolbar partially implemented.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.8.3}
|
@section Noteworthy changes in version @samp{0.8.3}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
@ -21,8 +35,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
|
||||||
@item Key view handling rewritten.
|
@item Key view handling rewritten.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.8.2}
|
@section Noteworthy changes in version @samp{0.8.2}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
|
@ -37,5 +37,4 @@ Classes that need work (well every class needs work!)
|
||||||
@item NSComboBox, NSComboBoxCell
|
@item NSComboBox, NSComboBoxCell
|
||||||
@item NSProgressIndicator
|
@item NSProgressIndicator
|
||||||
@item All the Text classes
|
@item All the Text classes
|
||||||
@item NSColorPanel
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
16
NEWS
16
NEWS
|
@ -1,7 +1,21 @@
|
||||||
NEWS
|
NEWS
|
||||||
****
|
****
|
||||||
|
|
||||||
The currently released version of the library is `0.8.3'.
|
The currently released version of the library is `0.8.4'.
|
||||||
|
|
||||||
|
Noteworthy changes in version `0.8.4'
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
This release features a brand new text and layout system thanks to
|
||||||
|
Alexander Malmberg. Other improvements include:
|
||||||
|
|
||||||
|
* Various display optimizations.
|
||||||
|
|
||||||
|
* Default border to NSScrollView changed
|
||||||
|
|
||||||
|
* Printing fixes.
|
||||||
|
|
||||||
|
* NSToolbar partially implemented.
|
||||||
|
|
||||||
Noteworthy changes in version `0.8.3'
|
Noteworthy changes in version `0.8.3'
|
||||||
=====================================
|
=====================================
|
||||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
||||||
README
|
README
|
||||||
******
|
******
|
||||||
|
|
||||||
This is version 0.8.3 of the GNUstep GUI library (`gnustep-gui').
|
This is version 0.8.4 of the GNUstep GUI library (`gnustep-gui').
|
||||||
|
|
||||||
Here is some introductory info to get you started:
|
Here is some introductory info to get you started:
|
||||||
|
|
||||||
|
|
2
Version
2
Version
|
@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||||
GNUSTEP_GUI_MINOR_VERSION=8
|
GNUSTEP_GUI_MINOR_VERSION=8
|
||||||
GNUSTEP_GUI_SUBMINOR_VERSION=3
|
GNUSTEP_GUI_SUBMINOR_VERSION=4
|
||||||
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_GUI_VERSION}
|
VERSION=${GNUSTEP_GUI_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue