]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Add gtktoggleactionprivate.h
[~andy/gtk] / ChangeLog.pre-2-6
index e62ecf6c9c8df055a86b3e5c434533e56baf36dc..016378a58d6cb8c68ebd4451e18178c7b7d73668 100644 (file)
@@ -1,5 +1,11 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
+       replaces gtk_ui_manager_activate().  (#120658)
+
+       * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
+       gtk_ui_manager_activate().
+
        * gtk/gtkaction.c: 
        * gtk/gtkactiongroup.c: Some doc tweaks.
 
@@ -21,7 +27,7 @@
        * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
        setter and getter. If it is set, add tearoff menu items to regular 
        menus, but not to popups. Add a signal "changed", which gets emitted
-       when the merged ui has changed.
+       when the merged ui has changed.  (#120649, #120656)
 
        * tests/testmerge.c: Add button to test the generation of tearoff 
        menu items.