summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-04 17:01:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-04 17:01:14 +0000
commit0f4d0f8e62fe15e12839b7f60f9530171bc324dd (patch)
tree6214a3a1a735c559c13bffad43f07046ad3ef68c /README
parent6355bfff6ea811824fa295ca0b1906cbc24d3110 (diff)
downloadgdk-pixbuf-0f4d0f8e62fe15e12839b7f60f9530171bc324dd.tar.gz
svn path=/trunk/; revision=18027
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 21 insertions, 1 deletions
diff --git a/README b/README
index 4b6ba7619..a1999bc81 100644
--- a/README
+++ b/README
@@ -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
======================