From 5a5019951143ed50de6271c7631fc3d20673a7cb Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 8 Jun 2005 21:27:18 +0000 Subject: Handle Ctrl-F like / to open the find bar without focusing it. Fixes link 2005-06-08 Christian Persch * 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 017861842..6dd85bf65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-06-08 Christian Persch + + * 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 * embed/mozilla/MozDownload.cpp: (file_is_compressed), -- cgit