diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-02 06:57:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-02 06:57:16 +0800 |
commit | 05b3184b5d074180c6a730e55b57ced1d5d480db (patch) | |
tree | 655829b92f263adbdf8aa4a917a6734e70508cdf /ChangeLog | |
parent | ab98ba5308fd8065876b480b799dc591893383e8 (diff) | |
download | gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar.gz gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar.bz2 gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar.lz gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar.xz gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.tar.zst gsoc2013-epiphany-05b3184b5d074180c6a730e55b57ced1d5d480db.zip |
New API to get the EphyTab from an EphyEmbed. Port all users.
2004-01-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb),
(ephy_notebook_insert_page), (ephy_notebook_remove_page):
* src/ephy-tab.c: (ephy_tab_for_embed), (ephy_tab_init):
* src/ephy-tab.h:
* src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb):
* src/ephy-window.c: (tab_context_menu_cb), (tab_added_cb),
(tab_removed_cb), (real_get_active_tab), (ephy_window_get_tabs):
New API to get the EphyTab from an EphyEmbed. Port all users.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-01-01 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (notebook_drag_data_received_cb), + (ephy_notebook_insert_page), (ephy_notebook_remove_page): + * src/ephy-tab.c: (ephy_tab_for_embed), (ephy_tab_init): + * src/ephy-tab.h: + * src/ephy-tabs-menu.c: (tab_added_cb), (tab_removed_cb): + * src/ephy-window.c: (tab_context_menu_cb), (tab_added_cb), + (tab_removed_cb), (real_get_active_tab), (ephy_window_get_tabs): + + New API to get the EphyTab from an EphyEmbed. Port all users. + +2004-01-01 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-command-manager.c: (ephy_command_manager_get_type), (ephy_command_manager_base_init), (ephy_command_manager_do_command), |