Version 0.8.8

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-07-24 03:38:57 +00:00
parent a20f5d62ed
commit 4ed7d9cb7b
4 changed files with 29 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2003-07-23 Adam Fedor <fedor@gnu.org>
* Version 0.8.8
2003-07-22 Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
* Headers/xlib/XGFontSetFontInfo.h: New file.

View file

@ -83,6 +83,15 @@
problem with the X-Server.
</p>
</desc>
<term>GSXEnableFontSet</term>
<desc>
<p> A string value which defaults to <code>NO</code>. If set to
<code>YES</code>, then the backend font classes will support
full multi-byte/unicode characters. This is useful for using
many East Asian languages. However, the respose of the GUI is
somwhat slower when this is enabled.
</p>
</desc>
<term>GSXIMInputMethodStyle</term>
<desc>
<p> A string value used to specify the XIM input method for

View file

@ -7,15 +7,27 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.8.6}
@section Noteworthy changes in version @samp{0.8.8}
Handle NSBezierPath glyph drawing in art backend. art backend compiles
with all freetype except 2.1.3 via ifdefs.
Full multi-byte/unicode support for East Asian languages was added to
the xlib backend. The X11 server now supports use of the XIM input
method for entering non-keyboard characters. Both contributions thanks
to Kazunobu Kuriyama.
@itemize @bullet
@item Also added slightly better EWMH support.
@item Art backend works with more versions of freetype.
@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.8.7}
Handle NSBezierPath glyph drawing in art backend. art backend compiles
with all freetype except 2.1.3 via ifdefs.
@section Noteworthy changes in version @samp{0.8.6}
Bug fixes. See the gnustep-gui NEWS for changes.

View file

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