aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza2016-02-04 18:00:37 +1100
committerLars Ingebrigtsen2016-02-04 18:00:51 +1100
commit535e2bef6dd7b9abe2567f865c8b24a06a555178 (patch)
tree95bc7781ab27b049c3db9e7b127cfad300fb9244 /etc
parent8b35b109dd00e42a06f1031c49c471882460184f (diff)
downloademacs-535e2bef6dd7b9abe2567f865c8b24a06a555178.tar.gz
emacs-535e2bef6dd7b9abe2567f865c8b24a06a555178.zip
Add a new command to switch between erc buffers
* doc/misc/eww.texi: Document eww-switch-to-buffer and its keybinding * etc/NEWS: Mention new command * lisp/net/eww.el (eww-mode-map): Bind eww-switch-to-buffer to "s" (eww-mode-map): Add menu item (eww-switch-to-buffer): New command
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31504325587..faf49b0b335 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -52,6 +52,11 @@ in these situations.
52 52
53* Changes in Specialized Modes and Packages in Emacs 25.2 53* Changes in Specialized Modes and Packages in Emacs 25.2
54 54
55** eww
56
57+++
58*** A new `s' command for switching to another eww buffer via the minibuffer.
59
55+++ 60+++
56** The commands that add ChangeLog entries now prefer a VCS root directory 61** The commands that add ChangeLog entries now prefer a VCS root directory
57for the ChangeLog file, if none already exists. Customize 62for the ChangeLog file, if none already exists. Customize