diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2003-05-23 Marco Pesenti Gritti <marco@it.gnome.org> + + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_load), + (ephy_favicon_cache_save), (ephy_favicon_cache_init), + (ephy_favicon_cache_finalize): + * embed/ephy-history.c: (ephy_history_load), (ephy_history_save), + (ephy_history_init): + * lib/ephy-node-db.c: (ephy_node_db_set_version), + (ephy_node_db_get_property), (ephy_node_db_set_property), + (ephy_node_db_class_init), (ephy_node_db_init), + (ephy_node_db_finalize), (ephy_node_db_new), + (_ephy_node_db_remove_id), (ephy_node_db_load_from_xml), + (ephy_node_db_save_to_xml): + * lib/ephy-node-db.h: + * lib/ephy-node.c: (ephy_node_to_xml): + * lib/ephy-node.h: + * lib/ephy-state.c: (ephy_states_load), (ephy_states_save), + (ensure_states): + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_load), + (ephy_bookmarks_save), (ephy_bookmarks_init), + (ephy_bookmarks_finalize): + + Implement generic way to save/load db and make it + low disk safe. + 2003-05-22 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-topic-action.c: |