aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-28 10:46:31 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-28 10:46:31 +0800
commit9f7e8afa6de9c9a643d727f791160ce11cff7044 (patch)
treec09146bfb54db198e0823cfeb6297b1f6828ff84 /ChangeLog
parentea7657cbc7b0a294305716fa0ed3660ccdb15f43 (diff)
downloadgsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar.gz
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar.bz2
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar.lz
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar.xz
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.tar.zst
gsoc2013-epiphany-9f7e8afa6de9c9a643d727f791160ce11cff7044.zip
cleaner xml dump code.
2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-start-here.c: (ephy_start_here_get_page): cleaner xml dump code. * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_key_press_hack): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init), (ephy_location_entry_finalize_impl), (ephy_location_entry_autocompletion_show_alternatives_to), (ephy_location_entry_key_press_event_cb), (ephy_location_entry_autocompletion_window_url_selected_cb): Do not overwrite search text when going on an action, make Esc get back the location content before the completion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20484a10f..4ab7a5a4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-02-28 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * lib/ephy-start-here.c: (ephy_start_here_get_page):
+
+ cleaner xml dump code.
+
+ * lib/widgets/ephy-autocompletion-window.c:
+ (ephy_autocompletion_window_key_press_hack):
+ * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init),
+ (ephy_location_entry_finalize_impl),
+ (ephy_location_entry_autocompletion_show_alternatives_to),
+ (ephy_location_entry_key_press_event_cb),
+ (ephy_location_entry_autocompletion_window_url_selected_cb):
+
+ Do not overwrite search text when going on an action,
+ make Esc get back the location content before the completion.
+
2003-02-27 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: (editor_close),