From d7fea59666e1aaf5ecc97219538b79932173e135 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 2 Oct 2005 20:50:25 +0000 Subject: Add configure switch to disable zeroconf bookmarks, since they're almost 2005-10-02 Christian Persch * configure.ac: * src/bookmarks/ephy-bookmarks.c: (save_filter), (ephy_bookmarks_save), (update_bookmark_keywords), (bookmark_is_categorized), (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_get_topic_uri), (ephy_bookmarks_find_keyword): * src/epiphany.defs: Add configure switch to disable zeroconf bookmarks, since they're almost useless since just about nobody ships gnome-vfs with howl support enabled, and have also been reported to cause long delays on startup. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 215c69da3..236880cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-10-02 Christian Persch + + * configure.ac: + * src/bookmarks/ephy-bookmarks.c: (save_filter), + (ephy_bookmarks_save), (update_bookmark_keywords), + (bookmark_is_categorized), (ephy_bookmarks_init), + (ephy_bookmarks_finalize), (ephy_bookmarks_get_topic_uri), + (ephy_bookmarks_find_keyword): + * src/epiphany.defs: + + Add configure switch to disable zeroconf bookmarks, since + they're almost useless since just about nobody ships gnome-vfs + with howl support enabled, and have also been reported to + cause long delays on startup. + 2005-10-02 Christian Persch * src/ephy-tab.c: (ephy_tab_finalize): -- cgit