diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-20 20:39:26 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-20 20:39:26 +0800 |
commit | 476c242753cd43a612cd9eea3166c77d822f7c80 (patch) | |
tree | 81e71105a66296918da1970c0ca7b7cfb57ce897 /ChangeLog | |
parent | 8b66172512d6bfbdbb783613ed9b8e6cc057e86a (diff) | |
download | gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar.gz gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar.bz2 gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar.lz gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar.xz gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.tar.zst gsoc2013-epiphany-476c242753cd43a612cd9eea3166c77d822f7c80.zip |
Ever put cursor at the end of the text when selecting autocompletion
2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_autocompletion_window_url_selected_cb):
Ever put cursor at the end of the text when selecting autocompletion
items.
* src/pdm-dialog.c: (cookies_treeview_selection_changed_cb),
(action_treeview_selection_changed_cb):
Do not allow to open properties of multiple cookies. (insensitive)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/widgets/ephy-location-entry.c: + (ephy_location_entry_autocompletion_window_url_selected_cb): + + Ever put cursor at the end of the text when selecting autocompletion + items. + + * src/pdm-dialog.c: (cookies_treeview_selection_changed_cb), + (action_treeview_selection_changed_cb): + + Do not allow to open properties of multiple cookies. (insensitive) + +2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * embed/mozilla/EphyWrapper.cpp: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init), (location_focus_out_cb), |