mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Version 0.9.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@19500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d5a85f401b
commit
4c9268ec48
3 changed files with 18 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-06-11 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version 0.9.3
|
||||||
|
* Documentation/news.texi: Update.
|
||||||
|
|
||||||
2004-05-27 Fred Kiefer <FredKiefer@gmx.de>
|
2004-05-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/win32/WIN32ServerEvent.m (-windowEventProc:::) Added
|
* Source/win32/WIN32ServerEvent.m (-windowEventProc:::) Added
|
||||||
|
|
|
@ -7,6 +7,18 @@
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{0.9.3}
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
@item A number of W32 window event enhancements
|
||||||
|
@item art backend glyph drawing with alpha enhancements.
|
||||||
|
@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.9.2}
|
@section Noteworthy changes in version @samp{0.9.2}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
@ -16,10 +28,6 @@
|
||||||
@item Better font and draw handling on Windows.
|
@item Better font and draw handling on Windows.
|
||||||
@end itemize
|
@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.9.1}
|
@section Noteworthy changes in version @samp{0.9.1}
|
||||||
|
|
||||||
Color on 8 bit displays works correctly now. WindowMaker properties are
|
Color on 8 bit displays works correctly now. WindowMaker properties are
|
||||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||||
GNUSTEP_BACK_MINOR_VERSION=9
|
GNUSTEP_BACK_MINOR_VERSION=9
|
||||||
GNUSTEP_BACK_SUBMINOR_VERSION=2
|
GNUSTEP_BACK_SUBMINOR_VERSION=3
|
||||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_BACK_VERSION}
|
VERSION=${GNUSTEP_BACK_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue