diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c286c57b8f..dce6d72851c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | * log-view.el (log-view-minor-wrap): Use the same logic to get | 8 | * log-view.el (log-view-minor-wrap): Use the same logic to get |
| 9 | revisions as `log-view-diff'. | 9 | revisions as `log-view-diff'. |
| 10 | 10 | ||
| 11 | * info.el (Info-revert-find-node): Check for Info-current-file | ||
| 12 | before preserving new-history. | ||
| 13 | |||
| 11 | * man.el (Man-heading-regexp): Add `/'. | 14 | * man.el (Man-heading-regexp): Add `/'. |
| 12 | 15 | ||
| 13 | * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie. | 16 | * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie. |
| @@ -31,6 +34,10 @@ | |||
| 31 | Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for | 34 | Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for |
| 32 | mouse-3. | 35 | mouse-3. |
| 33 | 36 | ||
| 37 | * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from | ||
| 38 | Buffer-menu-buffer. Doc fix. | ||
| 39 | (Buffer-menu-buffer): Face alias to buffer-menu-buffer. | ||
| 40 | |||
| 34 | * info.el (Info-mode-line-node-keymap): New defvar. | 41 | * info.el (Info-mode-line-node-keymap): New defvar. |
| 35 | (Info-set-mode-line): Use `stringp' to check Info-current-file. | 42 | (Info-set-mode-line): Use `stringp' to check Info-current-file. |
| 36 | Propertize Info-current-node with `mode-line-buffer-id' and | 43 | Propertize Info-current-node with `mode-line-buffer-id' and |