aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-11-09 21:58:52 -0500
committerStefan Monnier2014-11-09 21:58:52 -0500
commiteca1ea96559e04e18a62a61208d501c557dd4cab (patch)
treebc1b7bb276957c445917c7a70dbfe604710545ff /test/ChangeLog
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 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 86f8e240af4..48e01ca973a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
4 * automated/cl-lib-tests.el: Rename from cl-lib.el.
5
12014-10-28 Ulf Jasper <ulf.jasper@web.de> 62014-10-28 Ulf Jasper <ulf.jasper@web.de>
2 7
3 * automated/libxml-tests.el: New file. 8 * automated/libxml-tests.el: New file.