diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 17:01:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 17:01:14 +0000 |
commit | 0f4d0f8e62fe15e12839b7f60f9530171bc324dd (patch) | |
tree | 6214a3a1a735c559c13bffad43f07046ad3ef68c /README | |
parent | 6355bfff6ea811824fa295ca0b1906cbc24d3110 (diff) | |
download | gdk-pixbuf-0f4d0f8e62fe15e12839b7f60f9530171bc324dd.tar.gz |
2.11.1GTK_2_11_1
svn path=/trunk/; revision=18027
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.11.0. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.11.1. 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. @@ -48,6 +48,26 @@ Release notes for 2.12 GDK for drawing decorations. In particular, metacity <= 2.18.0 is affected by this. The problem has been fixed in metacity 2.18.1. +* Semi-private GtkTextLayout api has changed: new GtkTextLayout method + invalidate_cursors(), and new functions gtk_text_layout_invalidate_cursors() + and gtk_text_layout_cursors_changed(), which should be used in place of + gtk_text_layout_invalidate() and gtk_text_layout_changed() if invalidation + is due to marks moved or changed selection; new GtkTextLineDisplay structure + member. Source compatibility is preserved; binary compatibility may break + only if GtkTextLineDisplay structure was created on stack or as a part + of another structure (in particular GnomeCanvas and its clones do not need + recompiling). + +* Another new signal has been added to GtkNotebook. The new signal + is called create-window, so this name can no longer be used for signals + in objects derived from GtkNotebook. + +* The move-focus signal has been moved to GtkWidget, to unify the + various implementations of this signal in specific widgets. Great care + has been taken to make sure that all code using this signal continues + to work. + + Release notes for 2.10 ====================== |