diff options
| author | Mark Oteiza | 2016-02-04 18:00:37 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-04 18:00:51 +1100 |
| commit | 535e2bef6dd7b9abe2567f865c8b24a06a555178 (patch) | |
| tree | 95bc7781ab27b049c3db9e7b127cfad300fb9244 /etc | |
| parent | 8b35b109dd00e42a06f1031c49c471882460184f (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 |
| 57 | for the ChangeLog file, if none already exists. Customize | 62 | for the ChangeLog file, if none already exists. Customize |