diff options
| author | Stefan Monnier | 2014-11-09 21:58:52 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-11-09 21:58:52 -0500 |
| commit | eca1ea96559e04e18a62a61208d501c557dd4cab (patch) | |
| tree | bc1b7bb276957c445917c7a70dbfe604710545ff /etc | |
| parent | 155d93fff87a516197d29edbd02af9a10517bd61 (diff) | |
| download | emacs-eca1ea96559e04e18a62a61208d501c557dd4cab.tar.gz emacs-eca1ea96559e04e18a62a61208d501c557dd4cab.zip | |
* lisp/help.el (view-lossage): Include the actual commands run.
* src/keyboard.c (command_loop_1): Record this-command in recent-keys.
(Frecent_keys): Rewrite. and add optional `include-cmds' arg.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -49,6 +49,8 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | |||
| 49 | 49 | ||
| 50 | * Changes in Emacs 25.1 | 50 | * Changes in Emacs 25.1 |
| 51 | 51 | ||
| 52 | ** C-h l now also lists the commands that were run. | ||
| 53 | |||
| 52 | ** M-x suggests shorthands and ignores obsolete commands for completion. | 54 | ** M-x suggests shorthands and ignores obsolete commands for completion. |
| 53 | ** x-select-enable-clipboard is renamed select-enable-clipboard. | 55 | ** x-select-enable-clipboard is renamed select-enable-clipboard. |
| 54 | x-select-enable-primary and renamed select-enable-primary. | 56 | x-select-enable-primary and renamed select-enable-primary. |