diff --git a/ChangeLog b/ChangeLog index dd45ed5660..52202a2502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-01-16 Matthias Clasen + * README.in: Mention new pixbuf engine features. + * gtk/gtk.symbols: * gtk/gtkradioaction.[hc]: Add a current-value property and a setter for it. (#322735, Jorn Baayen) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dd45ed5660..52202a2502 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-01-16 Matthias Clasen + * README.in: Mention new pixbuf engine features. + * gtk/gtk.symbols: * gtk/gtkradioaction.[hc]: Add a current-value property and a setter for it. (#322735, Jorn Baayen) diff --git a/README.in b/README.in index 8fd13afedb..ded0f90433 100644 --- a/README.in +++ b/README.in @@ -52,6 +52,10 @@ Release notes for 2.10 in toolbars. If this is not wanted, the feature can be suppressed by inserting a Unicode control character, e.g ZWNJ. +* The pixbuf theme engine can now customize expanders (in GtkTreeView + and GtkExpander) and resize grips, using the new EXPANDER and + RESIZE_GRIP function values. + Release notes =============