diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0450dbdc61d..ff8086441c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,21 @@ | |||
| 1 | 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * outline.el (outline-invent-heading): New fun. | ||
| 4 | (outline-promote, outline-demote): Use it. | ||
| 5 | (outline-move-subtree-down): Remove unused vars `re' and `txt'. | ||
| 6 | (outline-end-of-subtree): Remove unused var `opoint'. | ||
| 7 | |||
| 1 | 2005-08-26 David Reitter <david.reitter@gmail.com> | 8 | 2005-08-26 David Reitter <david.reitter@gmail.com> |
| 2 | 9 | ||
| 3 | * menu-bar.el (truncate-lines, write-file, print-buffer) | 10 | * menu-bar.el (truncate-lines, write-file, print-buffer) |
| 4 | (ps-print-buffer-faces, ps-print-buffer, split-window): Disable | 11 | (ps-print-buffer-faces, ps-print-buffer, split-window): |
| 5 | menu items when the frame they refer to is invisible, or when they | 12 | Disable menu items when the frame they refer to is invisible, or when |
| 6 | refer to a buffer and the minibuffer is selected. | 13 | they refer to a buffer and the minibuffer is selected. |
| 7 | 14 | ||
| 8 | 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com> | 15 | 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com> |
| 9 | 16 | ||
| 10 | * progmodes/flymake.el (flymake-highlight-err-lines): Use | 17 | * progmodes/flymake.el (flymake-highlight-err-lines): |
| 11 | save-excursion around flymake-highlight-line to preserve point. | 18 | Use save-excursion around flymake-highlight-line to preserve point. |
| 12 | 19 | ||
| 13 | 2005-08-26 Eli Zaretskii <eliz@gnu.org> | 20 | 2005-08-26 Eli Zaretskii <eliz@gnu.org> |
| 14 | 21 | ||