diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-07 19:15:07 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-07 19:15:07 +0800 |
commit | 8c2b1c4e5e6335423c335fd99ab852fe74c0999f (patch) | |
tree | aa04069966c6138ff659ca4fd9f6fd34a5ea9d3d /ChangeLog | |
parent | 3c2105e20f61af4cf4f94f35588dc0d6cf750e9b (diff) | |
download | gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar.gz gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar.bz2 gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar.lz gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar.xz gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.tar.zst gsoc2013-epiphany-8c2b1c4e5e6335423c335fd99ab852fe74c0999f.zip |
Cleanup.
2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-autocompletion-window.c:
(ephy_autocompletion_window_key_press_cb):
Cleanup.
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_key_press_event_cb):
Handle Tab key binding. The window binding doesnt
work because of the grab.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ 2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-autocompletion-window.c: + (ephy_autocompletion_window_key_press_cb): + + Cleanup. + + * lib/widgets/ephy-location-entry.c: + (ephy_location_entry_key_press_event_cb): + + Handle Tab key binding. The window binding doesnt + work because of the grab. + +2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org> + + * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_finalize_impl), (ephy_autocompletion_window_show), (move_selection), (ephy_autocompletion_window_key_press_hack), |