From 96b34afe3a6bffb9cb7a6671403de31644688cce Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 4 Jun 2003 15:27:13 +0000 Subject: Make sure to rebuild on add bookmark and on topic removal. Update on idle, 2003-06-04 Marco Pesenti Gritti * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_rebuild), (do_updates), (bookmarks_tree_changed_cb), (ephy_bookmarks_menu_init): * src/bookmarks/ephy-bookmarks.c: (bookmarks_changed_cb), (topics_removed_cb), (ephy_bookmarks_add): Make sure to rebuild on add bookmark and on topic removal. Update on idle, so things like importing bookmarks doesnt take two days. * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-shell.c: (ephy_init_services), (load_homepage), (ephy_shell_new_tab): * src/ephy-shell.h: * src/ephy-window.c: (setup_window): * src/session.c: (parse_embed): Drop NOT_JUMP_TO flag, we dont have a pref anymore. On new page instead of really clone the page, just clone the url (put it in the address entry). So if the user need it it's easy to load, but there are not the inacceptable slow downs of real cloning. Let's see how this works ... --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e22dfe2ed..4ca500647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2003-06-04 Marco Pesenti Gritti + + * src/bookmarks/ephy-bookmarks-menu.c: + (ephy_bookmarks_menu_rebuild), (do_updates), + (bookmarks_tree_changed_cb), (ephy_bookmarks_menu_init): + * src/bookmarks/ephy-bookmarks.c: (bookmarks_changed_cb), + (topics_removed_cb), (ephy_bookmarks_add): + + Make sure to rebuild on add bookmark and on topic removal. + Update on idle, so things like importing bookmarks doesnt + take two days. + + * src/ephy-notebook.c: (notebook_drag_data_received_cb): + * src/ephy-shell.c: (ephy_init_services), (load_homepage), + (ephy_shell_new_tab): + * src/ephy-shell.h: + * src/ephy-window.c: (setup_window): + * src/session.c: (parse_embed): + + Drop NOT_JUMP_TO flag, we dont have a pref anymore. + + On new page instead of really clone the page, just clone + the url (put it in the address entry). So if the user need it + it's easy to load, but there are not the inacceptable slow + downs of real cloning. Let's see how this works ... + 2003-06-04 Marco Pesenti Gritti * src/bookmarks/Makefile.am: -- cgit v1.2.3