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 /test | |
| 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 'test')
| -rw-r--r-- | test/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-10-28 Ulf Jasper <ulf.jasper@web.de> | 6 | 2014-10-28 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 7 | ||
| 3 | * automated/libxml-tests.el: New file. | 8 | * automated/libxml-tests.el: New file. |