aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76fc8424a..efb2e8463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-08-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/bookmarks/ephy-topics-selector.c:
+ (ephy_topics_selector_get_type), (ephy_topics_selector_apply),
+ (provide_toggle), (ephy_topics_selector_constructor),
+ (topic_destroy_cb), (node_toggled_cb),
+ (ephy_topics_selector_finalize), (ephy_topics_selector_class_init):
+
+ Free list and filter on finalize; fixes bug #149689.
+ Use g_list_prepend instead of _append.
+ Mark the column title for translation.
+
2004-08-08 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp: