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 /src/ChangeLog | |
| 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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 36f4dbdac66..b51f3c15a66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (command_loop_1): Record this-command in recent-keys. | ||
| 4 | (Frecent_keys): Rewrite. and add optional `include-cmds' arg. | ||
| 5 | |||
| 1 | 2014-11-09 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2014-11-09 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * nsterm.m (ns_set_vertical_scroll_bar) | 8 | * nsterm.m (ns_set_vertical_scroll_bar) |