mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
Version 0.8.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16066 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3fcdcbb2f
commit
4fe72e287d
4 changed files with 16 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.4
|
||||
|
||||
2003-02-20 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
|
||||
|
||||
* Source/xlib/XGFont.m ([XGFontInfo -setupAttributes]): Use
|
||||
|
|
|
@ -34,10 +34,10 @@ specific options are at the end of this list (if any).
|
|||
The backend comes with several different window server and graphics
|
||||
drawing implementations. If you do nothing, the default ones will be
|
||||
chosen. You can can change this using configure. For instance,
|
||||
to choose the gslib graphical drawing implementation, run
|
||||
to choose the art graphical drawing implementation, run
|
||||
|
||||
@example
|
||||
configure --enable-gslib
|
||||
configure --enable-graphics=art
|
||||
@end example
|
||||
|
||||
Type @code{configure --help} for a list of graphical drawing
|
||||
|
@ -45,22 +45,22 @@ implementations.
|
|||
|
||||
You can also change the name of the backend when configuring it. This is
|
||||
convienient if you want to have a different backend with different
|
||||
configurations. For instance, to create an xlib and and xdps backend,
|
||||
configurations. For instance, to create an xlib and and art backend,
|
||||
you could do this:
|
||||
|
||||
@example
|
||||
configure --enable-xlib --with-name=xlib
|
||||
configure --enable-graphics=xlib --with-name=xlib
|
||||
make install
|
||||
|
||||
make distclean
|
||||
configure --enable-xdps --with-name=xdps
|
||||
configure --enable-graphics=art --with-name=art
|
||||
make install
|
||||
@end example
|
||||
|
||||
Before running an application, choose one backend using the defaults program:
|
||||
|
||||
@example
|
||||
defaults write NSGlobalDomain GSBackend libgnustep-xdps
|
||||
defaults write NSGlobalDomain GSBackend libgnustep-xlib
|
||||
@end example
|
||||
|
||||
@node Compilation, Installing, Configuration, Top
|
||||
|
|
|
@ -9,12 +9,16 @@
|
|||
|
||||
@section Noteworthy changes in version @samp{0.8.3}
|
||||
|
||||
See the gnustep-gui NEWS for changes.
|
||||
Text system improvements. See the gnustep-gui NEWS for changes.
|
||||
|
||||
@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.3}
|
||||
|
||||
See the gnustep-gui NEWS for changes.
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.2}
|
||||
|
||||
Improved font handling in art backend. Improved compositing with
|
||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=8
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=3
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=4
|
||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue