diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-28 02:18:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-28 02:18:04 +0800 |
commit | 648c4d43ce6d6e0e177825d80db430cb656b36d3 (patch) | |
tree | 15ac5050cd81a984e1ff30e2c58a947388b4be8f /ChangeLog | |
parent | fa8c6fe4a3d78d541bb28e3828a007238d9be3f9 (diff) | |
download | gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.gz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.bz2 gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.lz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.xz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.zst gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.zip |
2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/bookmarks/ephy-bookmarks-export.c: (add_topics_list),
(ephy_bookmarks_export_rdf):
* src/ephy-tab.c: (ephy_tab_address_cb):
* src/ephy-window.c: (ephy_window_load_url):
* src/window-commands.c: (window_cmd_file_open):
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org> + + * embed/ephy-embed.c: (ephy_embed_base_init): + * embed/ephy-embed.h: + * embed/mozilla/mozilla-embed.cpp: + * src/ephy-tab.c: (ephy_tab_address_cb): + + Actually return the toplevel url on get_location. + Add an url argument to location_changed and use it in tab. + + * src/window-commands.c: (window_cmd_file_open): + + Escape/unescape uri when passing it to gnome-vfs. + + * src/bookmarks/ephy-bookmarks-export.c: (add_topics_list), + (ephy_bookmarks_export_rdf): + + Fix some issues in the format. + 2003-06-26 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: (connect_proxy), |