diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ 2005-02-10 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_title_cb), + (ensure_page_info), (ephy_tab_init), (ephy_tab_set_title), + (ephy_tab_get_title), (ephy_tab_get_zoom): + * src/ephy-tab.h: + * src/ephy-tabs-menu.c: (ephy_tabs_menu_get_type), + (tab_action_activate_cb), (sync_tab_title), (tab_added_cb), + (tab_removed_cb), (tabs_reordered_cb), (sync_active_tab), + (ephy_tabs_menu_set_window), (ephy_tabs_menu_set_property), + (ephy_tabs_menu_get_property), (ephy_tabs_menu_class_init), + (ephy_tabs_menu_clean), (tab_set_action_accelerator), + (ephy_tabs_menu_update): + * src/ephy-window.c: (ephy_window_set_active_tab), + (ephy_window_get_active_embed): + + Remove ephy_tab_get_action(). Adapts the tabs menu accordingly. + +2005-02-10 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (ephy_window_dispose), (ephy_window_class_init), (ephy_window_finalize): |