aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-23 20:08:01 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-23 20:08:01 +0800
commitb5a198b5d45ae6460919c4001a27574ff640ba27 (patch)
tree45a45e66ef0451e8b60186f75ec89a333d1ba69f /ChangeLog
parentd07a7cfd1903d727b888eeafd1858850ed467540 (diff)
downloadgsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar.gz
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar.bz2
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar.lz
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar.xz
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.tar.zst
gsoc2013-epiphany-b5a198b5d45ae6460919c4001a27574ff640ba27.zip
Make the hierarchy separator a #define.
2004-08-23 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder), (folders_list_to_topic_name): * src/bookmarks/ephy-bookmarks.h: Make the hierarchy separator a #define. * src/bookmarks/ephy-bookmarks-menu.c: (remove_action), (ephy_bookmarks_menu_clean), (open_bookmark_cb), (add_action_for_bookmark), (ensure_bookmark_actions), (create_menu), (create_submenu), (ephy_bookmarks_menu_rebuild), (do_update_cb), (ephy_bookmarks_menu_maybe_update), (ephy_bookmarks_menu_set_window), (ephy_bookmarks_menu_set_property), (ephy_bookmarks_menu_get_property), (bookmarks_tree_changed_cb), (topics_added_cb), (topics_removed_cb), (topic_child_changed_cb), (bookmark_added_cb), (bookmark_removed_cb), (activate_cb), (ephy_bookmarks_menu_init), (ephy_bookmarks_menu_constructor), (ephy_bookmarks_menu_finalize), (ephy_bookmarks_menu_class_init), (ephy_bookmarks_menu_new): * src/bookmarks/ephy-bookmarks-menu.h: * src/bookmarks/ephy-bookmarks.c: (bookmarks_removed_cb), (topics_removed_cb), (ephy_bookmarks_add): Speed up bookmarks menu with large bookmarks collections, partially fixes bug #141269. Fix topic hierarchy and updating on changes, fixes bug #147470, bug 147786, and bug #150246.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fb1ff40f..459df1ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
2004-08-23 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import):
+ * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder),
+ (folders_list_to_topic_name):
+ * src/bookmarks/ephy-bookmarks.h:
+
+ Make the hierarchy separator a #define.
+
+ * src/bookmarks/ephy-bookmarks-menu.c: (remove_action),
+ (ephy_bookmarks_menu_clean), (open_bookmark_cb),
+ (add_action_for_bookmark), (ensure_bookmark_actions),
+ (create_menu), (create_submenu), (ephy_bookmarks_menu_rebuild),
+ (do_update_cb), (ephy_bookmarks_menu_maybe_update),
+ (ephy_bookmarks_menu_set_window),
+ (ephy_bookmarks_menu_set_property),
+ (ephy_bookmarks_menu_get_property), (bookmarks_tree_changed_cb),
+ (topics_added_cb), (topics_removed_cb), (topic_child_changed_cb),
+ (bookmark_added_cb), (bookmark_removed_cb), (activate_cb),
+ (ephy_bookmarks_menu_init), (ephy_bookmarks_menu_constructor),
+ (ephy_bookmarks_menu_finalize), (ephy_bookmarks_menu_class_init),
+ (ephy_bookmarks_menu_new):
+ * src/bookmarks/ephy-bookmarks-menu.h:
+ * src/bookmarks/ephy-bookmarks.c: (bookmarks_removed_cb),
+ (topics_removed_cb), (ephy_bookmarks_add):
+
+ Speed up bookmarks menu with large bookmarks collections, partially
+ fixes bug #141269.
+ Fix topic hierarchy and updating on changes, fixes bug #147470,
+ bug 147786, and bug #150246.
+
+2004-08-23 Christian Persch <chpe@cvs.gnome.org>
+
* NEWS:
Merge from gnome-2-6 branch.