aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-26 08:59:17 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-26 08:59:17 +0800
commit2227b7a87f73bea0b61e92aa003d7a5a77c1a583 (patch)
treef58ff04b5234fae159b52a2976c6ab1b33121f85 /ChangeLog
parenta19a320b865685d726ed8a50b36872596ddd70be (diff)
downloadgsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar.gz
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar.bz2
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar.lz
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar.xz
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.tar.zst
gsoc2013-epiphany-2227b7a87f73bea0b61e92aa003d7a5a77c1a583.zip
Remove Tab autocompletion. Behavior still not optimal, but that code is
2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_init), (ephy_autocompletion_reset), (ephy_autocompletion_set_key), (ephy_autocompletion_update_matches): * lib/ephy-autocompletion.h: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_key_press_event_cb), (ephy_location_entry_autocompletion_sources_changed_cb): Remove Tab autocompletion. Behavior still not optimal, but that code is such a pain :(
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebcf81d45..d4d3cafb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * lib/ephy-autocompletion.c: (ephy_autocompletion_init),
+ (ephy_autocompletion_reset), (ephy_autocompletion_set_key),
+ (ephy_autocompletion_update_matches):
+ * lib/ephy-autocompletion.h:
+ * lib/widgets/ephy-location-entry.c:
+ (ephy_location_entry_key_press_event_cb),
+ (ephy_location_entry_autocompletion_sources_changed_cb):
+
+ Remove Tab autocompletion. Behavior still not optimal,
+ but that code is such a pain :(
+
2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: (drag_data_delete_cb),