From 393c76d574626ca402bc86057bea66a0130e2a72 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 22 Jun 2003 09:32:07 +0000 Subject: When following SAVE_POSITION/SAVE_SIZE flags actually not save them 2003-06-22 Marco Pesenti Gritti * lib/ephy-state.c: (ephy_state_window_set_size), (ephy_state_window_set_position), (ephy_state_window_save_size), (ephy_state_window_save_position), (ephy_state_window_save), (window_configure_event_cb), (window_state_event_cb), (ephy_state_add_window): When following SAVE_POSITION/SAVE_SIZE flags actually not save them instead of just not restore. Do not use coords value to determine unset state but a boolean flag. (this will restore all saved states to NULL now) * lib/ephy-state.h: Add a NONE flag, it will restore but not save. * src/ephy-tab.c: (ephy_tab_set_title): Fix a warning when the url is NULL (popups) * src/ephy-window.c: (ephy_window_init), (ephy_window_show): Use normal size for not sized popups. --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aec660b94..29946353b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2003-06-22 Marco Pesenti Gritti + + * lib/ephy-state.c: (ephy_state_window_set_size), + (ephy_state_window_set_position), (ephy_state_window_save_size), + (ephy_state_window_save_position), (ephy_state_window_save), + (window_configure_event_cb), (window_state_event_cb), + (ephy_state_add_window): + + When following SAVE_POSITION/SAVE_SIZE flags actually not save + them instead of just not restore. + Do not use coords value to determine unset state but a boolean + flag. (this will restore all saved states to NULL now) + + * lib/ephy-state.h: + + Add a NONE flag, it will restore but not save. + + * src/ephy-tab.c: (ephy_tab_set_title): + + Fix a warning when the url is NULL (popups) + + * src/ephy-window.c: (ephy_window_init), (ephy_window_show): + + Use normal size for not sized popups. + 2003-06-22 Marco Pesenti Gritti * embed/downloader-view.c: (downloader_view_update_details): -- cgit v1.2.3