diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 22:16:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 22:16:07 +0000 |
commit | 3a7a64aa46ea1c312c06e17a177c81fddfa93683 (patch) | |
tree | 12608b485ea365f093a99c5c7e0654049a4bcb2c /README | |
parent | 1e5c8e64f5f44adc288e16bc2aafbb06372e600f (diff) | |
download | gtk+-3a7a64aa46ea1c312c06e17a177c81fddfa93683.tar.gz |
=== Released 2.3.0 ===GTK_2_3_0
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* configure.in: Remove a stray comma.
* README.in: Fix a few notes about Xft 1 and pango-1.0.
* NEWS: Finish updates for 2.3.0.
* po/Makefile.in.in: Update to latest GLib version.
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 3 insertions, 21 deletions
@@ -62,31 +62,13 @@ Release notes from the library, on others not. In no case can applications use these private symbols. -* GTK+-2.2 can be build either with Pango-1.0 and version 1 of - the Xft library or Pango-1.2 and version 2 of the Xft library - (Xft is used to to display anti-aliased fonts) By default, GTK+ and - Pango are built so that applications will not have explicit dependencies - on either version of Xft. To make sure that your application will be - binary compatible with future versions of GTK+: - - - Do not configure Pango or GTK+ with the --enable-static or - --enable-explicit-deps options, since they will cause dependencies - on the particular version of Xft. - - - Do not use Xft version 1 directly in your applications. +* GTK+-2.3 now requires version 2 of Xft; old fashioned core X + fonts are no longer supported. * There is a bug in the Xft library in XFree86-4.1 and possibly previous versions that causes random crashes when using the Pango Xft backend. If you want to use Xft fonts, you should upgrade to - XFree86-4.2. - -* Xft support is on by default when using Xft2 but off by - default when using Xft1. To change this default, set the - variable GDK_USE_XFT to '1' or '0'. For instance, to - turn on Xft fonts when Xft1. - - GDK_USE_XFT=1 - export GDK_USE_XFT + at least XFree86-4.2. * The gdk_pixbuf_xlib library included in the contrib/ directory of GTK+ is provided on a as-is basis and has not been tested at all. No |