diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-16 20:22:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-16 20:22:55 +0000 |
commit | 221843e95edaa2a1333f8970ab9aa23c2dbc8c79 (patch) | |
tree | 73d1cd85ac6dda80f6e647eabe105cb43deef0e4 /README | |
parent | 460737c53499756dbdefad844e05e7f859128ae8 (diff) | |
download | gtk+-221843e95edaa2a1333f8970ab9aa23c2dbc8c79.tar.gz |
=== Released 2.4.0 ===
Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.4.0 ===
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* NEWS: Updates
* README.in: Updates
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.3.6. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.4.0. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. @@ -28,6 +28,11 @@ See the file 'INSTALL' Release notes ============= +* The new GtkFileChooser widget emphasizes simplicity and thus does + not provide a navigation entry by default when opening files. + Experienced command line users will likely want to make heavy use of + the location dialog brought up by the Control-L key shortcut. + * As compared to GTK+-1.2, the default configuration of GTK+-2 has been stream-lined to reduce confusion on the part of new users or users coming from other environments. Users used to older versions of @@ -62,7 +67,7 @@ Release notes from the library, on others not. In no case can applications use these private symbols. -* GTK+-2.3 now requires version 2 of Xft; old fashioned core X +* GTK+-2.4 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 @@ -83,16 +88,19 @@ Release notes * The assumption of GLib and GTK+ by default is that filenames on the filesystem are encoded in UTF-8 rather than the encoding of the locale; - The GTK+ developers consider that having filenames whose interpretation + the GTK+ developers consider that having filenames whose interpretation depends on the current locale is fundamentally a bad idea. If you have filenames encoded in the encoding of your locale, then - you may want to set the G_BROKEN_FILENAMES environment variable: + you may want to set the G_FILENAME_ENCODING environment variable: - G_BROKEN_FILENAMES=1 - export G_BROKEN_FILENAMES + G_FILENAME_ENCODING=@local + export G_FILENAME_ENCODING - Best integration of GTK+-2.2 with the environment is achieved by + (Earlier versions of GLib-2.x required a different environment variable + setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this + is still supported, but G_FILENAME_ENCODING is preferred.) + Best integration of GTK+-2.4 with the environment is achieved by using a UTF-8 locale. How to report bugs |