aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-08 04:07:12 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-08 04:07:12 +0800
commitde5a9b3979658fe7cdf928e3bc0501131dec0da2 (patch)
tree40df23c96dcc2a11d20afbbf580aa013e52f1bc5
parent93cae499e00be4b654192183e746bb66e17da1e5 (diff)
downloadgsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar.gz
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar.bz2
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar.lz
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar.xz
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.tar.zst
gsoc2013-epiphany-de5a9b3979658fe7cdf928e3bc0501131dec0da2.zip
*** empty log message ***
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af2ec98fe..51fe451b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-07-10 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * data/ui/epiphany-toolbar.xml.in:
+ * embed/ephy-favicon-cache.c: (ephy_favicon_cache_load),
+ (ephy_favicon_cache_init):
+ * embed/ephy-history.c: (ephy_history_load), (ephy_history_init):
+ * lib/ephy-node-common.h:
+ * lib/ephy-state.c: (ensure_states):
+ * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init):
+ * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name),
+ (impl_add_item), (ephy_toolbars_model_remove_bookmark),
+ (ephy_toolbars_model_add_bookmark),
+ (ephy_toolbars_model_has_bookmark):
+ * src/ephy-toolbars-model.h:
+ * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb),
+ (toolbar_ensure_action):
+
+ Use url/name to store topics and bookmarks in the xml instead of
+ an id that would be hard to mantain. This unfortunately means
+ users will lose their toolbar settings.
+ Freeze formats for 1.0, only bookmarks left.
+
2003-07-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (sync_tab_load_status), (tab_removed_cb):