diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 15:36:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-04 15:36:25 +0000 |
commit | 6355bfff6ea811824fa295ca0b1906cbc24d3110 (patch) | |
tree | cf1fe3bb4c286390cae07a01cee27a3ab655365c | |
parent | e631aef88191c44f199cb54ee6b75304b63193db (diff) | |
download | gtk+-6355bfff6ea811824fa295ca0b1906cbc24d3110.tar.gz |
Updates
svn path=/trunk/; revision=18026
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README.in | 10 |
3 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-06-04 Michael Natterer <mitch@imendio.com> + * NEWS: + * README.in: Updates + +2007-06-04 Michael Natterer <mitch@imendio.com> + Move "move-focus" signals from several widgets to GtkWidget to enable more flexible costomization of keyboard navigation via bindings. Fixes bug #414947. @@ -36,10 +36,15 @@ Overview of Changes from GTK+ 2.11.0 to 2.11.1 79585 GtkTextView API to change cursor color 132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer 348065 [PATCH] Remove automagic status of xinerama dependency + 441443 jpeg loader does not set error upon abortion + 386935 gtk_notebook_set_window_creation_hook only allows one... + 414947 Move "move-focus" signal to GtkWidget + * Updated translations: Thai (th) Spanish (es) + Norwegian bokmål (nb) Overview of Changes from GTK+ 2.10.x to 2.11 @@ -58,6 +58,16 @@ Release notes for 2.12 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 ====================== |