diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-19 02:06:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-19 02:06:02 +0800 |
commit | b40f531dea45d3b365bd310536afddc32573caad (patch) | |
tree | 25e2c51d81a54558ad18494a935d2eacf6cd4b3f /ChangeLog | |
parent | babb935ba03b3888164c609b9d6c498f392dd2c0 (diff) | |
download | gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar.gz gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar.bz2 gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar.lz gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar.xz gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.tar.zst gsoc2013-epiphany-b40f531dea45d3b365bd310536afddc32573caad.zip |
Use insert_text delete_text to show/hide the autocompletion window.
2003-06-18 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-autocompletion.c: (ephy_autocompletion_refine_matches),
(ephy_autocompletion_update_matches_full_item):
* lib/widgets/ephy-location-entry.c: (ephy_location_entry_build),
(ephy_location_entry_autocompletion_show_alternatives_to),
(real_entry_set_location), (delete_text_cb), (insert_text_cb),
(ephy_location_entry_key_press_event_cb),
(ephy_location_entry_content_is_text),
(ephy_location_entry_activate_cb):
* src/bookmarks/ephy-bookmarks.c:
(ephy_bookmarks_autocompletion_source_foreach):
* src/ephy-location-action.c: (create_tool_item),
(location_url_activate_cb):
Use insert_text delete_text to show/hide the autocompletion
window.
Remember last search with autocompletion smart bookmarks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 2003-06-18 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/ephy-autocompletion.c: (ephy_autocompletion_refine_matches), + (ephy_autocompletion_update_matches_full_item): + * lib/widgets/ephy-location-entry.c: (ephy_location_entry_build), + (ephy_location_entry_autocompletion_show_alternatives_to), + (real_entry_set_location), (delete_text_cb), (insert_text_cb), + (ephy_location_entry_key_press_event_cb), + (ephy_location_entry_content_is_text), + (ephy_location_entry_activate_cb): + * src/bookmarks/ephy-bookmarks.c: + (ephy_bookmarks_autocompletion_source_foreach): + * src/ephy-location-action.c: (create_tool_item), + (location_url_activate_cb): + + Use insert_text delete_text to show/hide the autocompletion + window. + Remember last search with autocompletion smart bookmarks. + + +2003-06-18 Marco Pesenti Gritti <marco@it.gnome.org> + * src/ephy-history-window.c: (confirmation_dialog_construct): Higgify clear dialog |