From 6f4d431c2ea7384aec032c691cd0743755d364a7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 6 May 2003 11:59:09 +0000 Subject: Implement the EPHY_NEW_TAB_APPEND_AFTER flag. 2003-05-05 Christian Persch * src/ephy-shell.c: * src/ephy-shell.h: (ephy_shell_new_tab): Implement the EPHY_NEW_TAB_APPEND_AFTER flag. * src/ephy-window.c: * src/ephy-window.h: (ephy_window_add_tab): Changed parameter (gboolean) groupde to (gint) position, to support specifying the position in the notebook to insert the new tab into. * src/ephy-shell.c: (ephy_shell_new_window_cb): * src/ephy-tab.c: (ephy_tab_new_window_cb): Fix callers of ephy_window_add_tab for new parameter. * src/ephy-notebook.c: (notebook_drag_data_received_cb), (ephy_notebook_init), (ephy_notebook_insert_page): Implement drag-and-drop of links to tabs. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41a09c7fb..024f9c208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2003-05-05 Christian Persch + + * src/ephy-shell.c: + * src/ephy-shell.h: (ephy_shell_new_tab): + + Implement the EPHY_NEW_TAB_APPEND_AFTER flag. + + * src/ephy-window.c: + * src/ephy-window.h: (ephy_window_add_tab): + + Changed parameter (gboolean) groupde to (gint) position, to support + specifying the position in the notebook to insert the new tab into. + + * src/ephy-shell.c: (ephy_shell_new_window_cb): + * src/ephy-tab.c: (ephy_tab_new_window_cb): + + Fix callers of ephy_window_add_tab for new parameter. + + * src/ephy-notebook.c: (notebook_drag_data_received_cb), + (ephy_notebook_init), (ephy_notebook_insert_page): + + Implement drag-and-drop of links to tabs. + 2003-05-06 Christian Persch * embed/mozilla/EphyWrapper.cpp: (EphyWrapper::SetZoomOnDocshell): -- cgit v1.2.3