aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenjiro NAKAYAMA2014-11-14 04:46:11 +0100
committerLars Magne Ingebrigtsen2014-11-14 04:46:11 +0100
commit3bdc6ce7e34705dc09a938d07296230436ea089c (patch)
tree1faf71a350f127c3aa529c5f877a4a248735062b /etc
parentba88f195330c513423feed4e5db4122c0e674e22 (diff)
downloademacs-3bdc6ce7e34705dc09a938d07296230436ea089c.tar.gz
emacs-3bdc6ce7e34705dc09a938d07296230436ea089c.zip
Bind `M-s M-s' globally to `eww-search-words'
Fixes: debbugs:16258 * etc/NEWS: Mention the new `M-s M-s' keystroke. * lisp/bindings.el (search-map): Bind M-s M-s to `eww-search-words'. * net/eww.el (eww-search-words): New command.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b3f4afa93a0..983fcaa28eb 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Mention the new `M-s M-s' keystroke.
4
12014-11-13 Paul Eggert <eggert@cs.ucla.edu> 52014-11-13 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Fix minor Bazaar leftovers. 7 Fix minor Bazaar leftovers.
diff --git a/etc/NEWS b/etc/NEWS
index 911fe6a8380..2172d078c44 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -51,6 +51,9 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
51 51
52** C-h l now also lists the commands that were run. 52** C-h l now also lists the commands that were run.
53 53
54** The new M-s M-s key binding uses eww to search the web for the
55text in the region.
56
54** M-x suggests shorthands and ignores obsolete commands for completion. 57** M-x suggests shorthands and ignores obsolete commands for completion.
55** x-select-enable-clipboard is renamed select-enable-clipboard. 58** x-select-enable-clipboard is renamed select-enable-clipboard.
56x-select-enable-primary and renamed select-enable-primary. 59x-select-enable-primary and renamed select-enable-primary.