svn path=/trunk/; revision=20385
This commit is contained in:
Matthias Clasen
2008-06-14 01:21:31 +00:00
parent 4ed25e1df4
commit 975b1c6ff6
203 changed files with 56597 additions and 57902 deletions

8
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.13.2. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.3. 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.
@ -36,6 +36,12 @@ Release notes for 2.14
without including gtkitemfactory.h - even though this behaviour has never
been supported in the first place.
* The GtkFileSystem semi-private interface has been removed.
The GTK+ filechooser implementation now uses GIO directly, which has
rendered external filesystem implementations unnecessary. Consequently,
the GtkFileSystem interface is no longer available, nor the filechooser
will load any GtkFileSystem implementation.
Release notes for 2.12
======================