diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-06 20:48:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-06 20:48:16 +0800 |
commit | 19f14575a21dd7e93440916cdbd2e4f41c8f2776 (patch) | |
tree | 04155956932a3574e993a1e7754d0695e05320de /ChangeLog | |
parent | 3e389a63c4b7d7795d35ea87fa34e7ce2a84ccac (diff) | |
download | gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar.gz gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar.bz2 gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar.lz gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar.xz gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.tar.zst gsoc2013-epiphany-19f14575a21dd7e93440916cdbd2e4f41c8f2776.zip |
Make ephy_session_get_windows() return only the list of EphyWindows, and
2004-08-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-session.c: (ephy_session_init), (ephy_session_finalize),
(ephy_session_set_property), (ephy_session_class_init),
(ephy_session_close), (write_tool_window), (ephy_session_save),
(parse_embed), (ephy_session_load), (ephy_session_add_window),
(ephy_session_remove_window), (ephy_session_get_active_window):
Make ephy_session_get_windows() return only the list of
EphyWindows, and store the tool windows internally.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-08-06 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-session.c: (ephy_session_init), (ephy_session_finalize), + (ephy_session_set_property), (ephy_session_class_init), + (ephy_session_close), (write_tool_window), (ephy_session_save), + (parse_embed), (ephy_session_load), (ephy_session_add_window), + (ephy_session_remove_window), (ephy_session_get_active_window): + + Make ephy_session_get_windows() return only the list of + EphyWindows, and store the tool windows internally. + 2004-08-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: |