diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-01 23:12:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-01 23:12:41 +0000 |
commit | d0840135dc0331df438d63bee43f3a192c368004 (patch) | |
tree | f7ead140502ed9fd3f38d354f2a778c8bd7292f7 | |
parent | 4d4080a2d530aaf35daee7d6baaf2b563870e668 (diff) | |
download | gtk+-d0840135dc0331df438d63bee43f3a192c368004.tar.gz |
More updates
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | NEWS | 11 |
3 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-05-01 Matthias Clasen <mclasen@localhost.localdomain> + + * NEWS: Updates + 2006-05-02 Kristian Rietveld <kris@imendio.com> * configure.in: Up ABI version to 2.10.0 (by Matthias' request). diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d6dc000631..1433dec225 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-05-01 Matthias Clasen <mclasen@localhost.localdomain> + + * NEWS: Updates + 2006-05-02 Kristian Rietveld <kris@imendio.com> * configure.in: Up ABI version to 2.10.0 (by Matthias' request). @@ -23,12 +23,21 @@ Overview of Changes from GTK+ 2.8.x to 2.9.0 * GtkNotebook supports DND, allowing to reorder tabs, move tabs between notebooks and drop tabs on the desktop to open a new window -* GtkTreeView changes: +* GtkTreeView: - Enhanced customizability (e.g. grouping) with the show-expanders and level-indentation properties - Allow to embed the search popup - Better search popup positioning +* GtkFileChooser: + - Communication with backends is now asynchronous to avoid + blocking on filesystem operations. Due to the required interface + changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party + filesystem backends have to be ported to the new interface, other + modules, such as theme engines, input method modules or pixbuf loaders + have to be rebuilt so that they are installed in the right place + for GTK+ to find them. + * Reworked hex Unicode input now requires Ctrl-Shift-U * Animations can now be globally controlled by settings |