diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-06-09 05:27:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-06-09 05:27:18 +0800 |
commit | 5a5019951143ed50de6271c7631fc3d20673a7cb (patch) | |
tree | fa6aeb5c713504a1605d3aaa40127becf00a42c8 /ChangeLog | |
parent | d6ce392e91751470ca20c2aa935da6ba8304b43b (diff) | |
download | gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.gz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.bz2 gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.lz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.xz gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.tar.zst gsoc2013-epiphany-5a5019951143ed50de6271c7631fc3d20673a7cb.zip |
Handle Ctrl-F like / to open the find bar without focusing it. Fixes link
2005-06-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
* src/ephy-window.h:
* src/epiphany.defs:
* src/window-commands.c: (window_cmd_edit_select_all),
(window_cmd_edit_find):
Handle Ctrl-F like / to open the find bar without focusing it.
Fixes link activation while finding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-06-08 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-window.c: + * src/ephy-window.h: + * src/epiphany.defs: + * src/window-commands.c: (window_cmd_edit_select_all), + (window_cmd_edit_find): + + Handle Ctrl-F like / to open the find bar without focusing it. + Fixes link activation while finding. + 2005-06-07 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: (file_is_compressed), |