aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-11-09 21:58:52 -0500
committerStefan Monnier2014-11-09 21:58:52 -0500
commiteca1ea96559e04e18a62a61208d501c557dd4cab (patch)
treebc1b7bb276957c445917c7a70dbfe604710545ff /etc
parent155d93fff87a516197d29edbd02af9a10517bd61 (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ee6b63b69ed..f838fa1c5dc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
54x-select-enable-primary and renamed select-enable-primary. 56x-select-enable-primary and renamed select-enable-primary.