summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-10-06 19:21:17 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-10-06 19:21:17 +0000
commit63e7956ee13c720261fee7dd8dd973e14bd49819 (patch)
tree3fe686e70cc1b78e69b21a6f2255407e0fd90d4b /ChangeLog
parent68ab8e191cdd6e233ce2bdc131686f77ae583f96 (diff)
downloadglade-63e7956ee13c720261fee7dd8dd973e14bd49819.tar.gz
Rename placeholder_replace method to replace_child and get it from the xml files.
Move the implementation of the method to glade-gtk where it belongs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b767a8f3..fd857eb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2003-10-06 Paolo Borelli <pborelli@katamail.com>
+ * src/glade.h: define GLADE_TAG_REPLACE_CHILD_FUNCTION
+ * src/glade-widget-class.[ch]: rename the placeholder_replace method
+ to replace_child and get it from the xml. add_virtual_methods() is no
+ more.
+ * src/glade-placholder.[ch]: rename the replace_placeholder* functions
+ and move them to glade-gtk.c where they belong. add_method_to_class is
+ gone.
+ * src/glade-gtk.c: see above.
+ * src/glade-widget.c: fixup for the above changes.
+ * widgets/gtk-base.xml: extend gtknotebook with file.
+ * widgets/gtknotebook.xml: add ReplaceChildFunction.
+ * widgets/gtkcontainer.xml: ditto.
+
+2003-10-06 Paolo Borelli <pborelli@katamail.com>
+
* src/glade-widget.c (glade_widget_new_from_class): apply queried
properties after fill_empty.
* widgets/gtkbox.xml: remove the workaround for the bug fixed above.