summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-08-07 17:03:52 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-08-07 17:03:52 +0000
commite725eccca3a5c58ca3b2e001976ed9932e194e2f (patch)
tree45b81f2331ee518aab708ce5f574300aa4627801 /ChangeLog
parent0a346340afa2bbc446358240fd0eb85a1589aecd (diff)
downloadglade-e725eccca3a5c58ca3b2e001976ed9932e194e2f.tar.gz
glade_editor_property_new_from_widget() added "packing" argument.
* gladeui/glade-editor-property.[ch]: glade_editor_property_new_from_widget() added "packing" argument. * gladeui/glade-base-editor.[ch]: Fixed va_start() without va_end() in glade_base_editor_add_properties(), also added "packing" argument to glade_base_editor_add_properties(). * plugins/gtk+/glade-gtk.c: Added "expand" and "homogeneous" packing properties to toolbar children in the toolbar editor (bug 429409). svn path=/trunk/; revision=1539
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 769b328e..5138b368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
* configure.ac: Removed bogus output about python bindings.
+ * gladeui/glade-editor-property.[ch]: glade_editor_property_new_from_widget() added
+ "packing" argument.
+
+ * gladeui/glade-base-editor.[ch]: Fixed va_start() without va_end() in
+ glade_base_editor_add_properties(), also added "packing" argument to
+ glade_base_editor_add_properties().
+
+ * plugins/gtk+/glade-gtk.c: Added "expand" and "homogeneous" packing properties
+ to toolbar children in the toolbar editor (bug 429409).
+
2006-08-06 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/gtk+.xml.in: Disabled the "submenu" property of GtkMenuItem