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 /lisp/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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 572de2ed950..94473f03b7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * help.el (view-lossage): Include the actual commands run. | ||
| 4 | |||
| 1 | 2014-11-10 Dmitry Gutov <dgutov@yandex.ru> | 5 | 2014-11-10 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 6 | ||
| 3 | * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when | 7 | * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when |
| @@ -5,8 +9,8 @@ | |||
| 5 | 9 | ||
| 6 | 2014-11-09 Eric Ludlam <zappo@gnu.org> | 10 | 2014-11-09 Eric Ludlam <zappo@gnu.org> |
| 7 | 11 | ||
| 8 | * emacs-lisp/eieio-custom.el (eieio-customize-object): Set | 12 | * emacs-lisp/eieio-custom.el (eieio-customize-object): |
| 9 | eieio-cog (current group) to g, which is an improved form of input | 13 | Set eieio-cog (current group) to g, which is an improved form of input |
| 10 | group. | 14 | group. |
| 11 | 15 | ||
| 12 | 2014-11-09 Juri Linkov <juri@jurta.org> | 16 | 2014-11-09 Juri Linkov <juri@jurta.org> |
| @@ -14,8 +18,8 @@ | |||
| 14 | * isearch.el (isearch-message-prefix): Show "Multi-file" and | 18 | * isearch.el (isearch-message-prefix): Show "Multi-file" and |
| 15 | "Multi-buffer" instead of "Multi". (Bug#13592) | 19 | "Multi-buffer" instead of "Multi". (Bug#13592) |
| 16 | 20 | ||
| 17 | * misearch.el (multi-isearch-file-list): Autoload | 21 | * misearch.el (multi-isearch-file-list): |
| 18 | multi-isearch-buffer-list and multi-isearch-file-list. | 22 | Autoload multi-isearch-buffer-list and multi-isearch-file-list. |
| 19 | (multi-isearch-end): Reset multi-isearch-buffer-list and | 23 | (multi-isearch-end): Reset multi-isearch-buffer-list and |
| 20 | multi-isearch-file-list to nil. | 24 | multi-isearch-file-list to nil. |
| 21 | 25 | ||
| @@ -70,8 +74,8 @@ | |||
| 70 | 2014-11-08 Alan Mackenzie <acm@muc.de> | 74 | 2014-11-08 Alan Mackenzie <acm@muc.de> |
| 71 | 75 | ||
| 72 | Fix wrong bound to c-font-lock-declarators. Fixes bug #18948. | 76 | Fix wrong bound to c-font-lock-declarators. Fixes bug #18948. |
| 73 | * progmodes/cc-fonts.el (c-font-lock-declarations): Pass | 77 | * progmodes/cc-fonts.el (c-font-lock-declarations): |
| 74 | "(point-max)" as bound to c-font-lock-declarators, not "limit", as | 78 | Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as |
| 75 | the buffer is sometimes narrowed to less than "limit" (e.g., in | 79 | the buffer is sometimes narrowed to less than "limit" (e.g., in |
| 76 | the presence of macros). | 80 | the presence of macros). |
| 77 | 81 | ||