* Version 0.9.5

* Headers/x11/XGDragView.h, Source/x11/XGDragView.m: Tag previous
version of file for release.
* Source/win32/WIN32Server.m: Revert 2005-2-23 change for this release.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21015 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2005-03-31 03:34:30 +00:00
parent e432f0e3c8
commit a025d325d9
7 changed files with 38 additions and 24 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.9.4 of the GNUstep GUI Backend (`gnustep-back').
This is version 0.9.5 of the GNUstep GUI Backend (`gnustep-back').
What is the GNUstep GUI Backend?
================================
@ -20,25 +20,19 @@ easily ported to other display systems.
Window's Systems. It works via a DPS emulation engine to emulate the
DPS functions required by the front-end system.
Noteworthy changes in version `0.9.4'
Noteworthy changes in version `0.9.5'
=====================================
* Fast drawing on 8 bit displays was added (although it might only
speed things up on old X11 servers and/or remote servers).
* Added support for window alpha on X servers.
* GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
* Add support for old and new freetype libs.
* Added a Cairo backend, although it is probably non-functional.
Anyone is invited to contribute to making it work.
* art backend supports reading from a window.
* Add internal window decoration handling.
* Some improvements to the Windows backend.
Where can you get it? How can you compile it?
==============================================
The gstep-back-0.9.4.tar.gz distribution file has been placed on
The gstep-back-0.9.5.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
Where do I send bug reports?

View file

@ -1,3 +1,11 @@
2005-03-30 Adam Fedor <fedor@gnu.org>
* Version 0.9.5
* Headers/x11/XGDragView.h, Source/x11/XGDragView.m: Tag previous
version of file for release.
* Source/win32/WIN32Server.m: Revert 2005-2-23 change for this release.
2005-03-29 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/x11/XGDragView.h: Make this a subclass of GSDragView

View file

@ -7,6 +7,18 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.9.5}
@itemize @bullet
@item Added support for window alpha on X servers.
@item Add support for old and new freetype libs.
@item Some improvements to the Windows backend.
@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.4}
@itemize @bullet
@ -19,10 +31,6 @@ is invited to contribute to making it work.
@item Add internal window decoration handling.
@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.3}
@itemize @bullet

9
NEWS
View file

@ -1,6 +1,15 @@
NEWS
****
Noteworthy changes in version `0.9.5'
=====================================
* Added support for window alpha on X servers.
* Add support for old and new freetype libs.
* Some improvements to the Windows backend.
Noteworthy changes in version `0.9.4'
=====================================

2
README
View file

@ -1,7 +1,7 @@
README
******
This is version 0.9.4 of the GNUstep GUI Backend (`gnustep-back').
This is version 0.9.5 of the GNUstep GUI Backend (`gnustep-back').
Here is some introductory info to get you started:

View file

@ -125,7 +125,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
watcher: (id<RunLoopEvents>)self
forMode: mode];
#else
#if 0
// FIXME
NSTimer *timer;
timer = [NSTimer timerWithTimeInterval: 0.01
@ -134,11 +134,6 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
userInfo: nil
repeats: YES];
[[NSRunLoop currentRunLoop] addTimer: timer forMode: mode];
#else
[[NSRunLoop currentRunLoop] addMsgTarget: self
withMethod: @selector(callback:)
forMode: mode];
#endif
#endif
}

View file

@ -4,7 +4,7 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=9
GNUSTEP_BACK_SUBMINOR_VERSION=4
GNUSTEP_BACK_SUBMINOR_VERSION=5
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}