summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-10-13 16:15:22 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-10-13 16:15:22 +0000
commita2f0d0069a8eccad9228bbb0e0fffbe7bc9a18d5 (patch)
tree3a682bfd355f29904bdf2ae66f49cb248d13836b /ChangeLog
parent63e7956ee13c720261fee7dd8dd973e14bd49819 (diff)
downloadglade-a2f0d0069a8eccad9228bbb0e0fffbe7bc9a18d5.tar.gz
Clean up the loading of property_class list. The most relevant change is
getting rid of ParamSpec="FALSE" tag since it's a leftover from when we listed all the properties in the xml files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd857eb6..a78f2141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-10-13 Paolo Borelli <pborelli@katamail.com>
+
+ * src/glade.h: remove GLADE_TAG_PARAM_SPEC. We no longer need it since
+ we list in the xml files only the overridden properties.
+ * src/glade-property-class.[ch]: add an enum_type field to hold the
+ GType of enum properties. glade_property_class_update_from_node: clean
+ up and remove the handling of ParamSpec="FALSE" since it's a leftover
+ from when we listed all the properties in the xml files.
+ glade_property_class_list_add_from_node: moved to glade-widget-class.
+ * src/glade-widget-class.c: add update_properties_from_node().
+ * widgets/*.xml: remove all the occurrencies of ParamSpec="FALSE" and
+ remove some other no longer needed properties.
+
2003-10-06 Paolo Borelli <pborelli@katamail.com>
* src/glade.h: define GLADE_TAG_REPLACE_CHILD_FUNCTION