diff options
| author | Gerd Moellmann | 2000-08-17 20:27:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-17 20:27:27 +0000 |
| commit | a7b2852367a97fd250d41d103f893acd7db8eb6f (patch) | |
| tree | 0916c4d228874188e3b58b9ea65fa5c0f4cbd6ef /lisp/ChangeLog | |
| parent | 532ed661555e0c4f2079bd4c6ac7fc0115e2135d (diff) | |
| download | emacs-a7b2852367a97fd250d41d103f893acd7db8eb6f.tar.gz emacs-a7b2852367a97fd250d41d103f893acd7db8eb6f.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c67bce1502..1f4240f15b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2000-08-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * format.el (format-encode-run-method): Fix error message to say | ||
| 4 | `encode' instead of `decode'. Use save-window-excursion around | ||
| 5 | shell-command-on-region as in format-decode-run-method because | ||
| 6 | shell-command-on-region can display a buffer with error output. | ||
| 7 | (format-decode): Don't record undo information for the decoding. | ||
| 8 | (format-annotate-function): Add parameter FORMAT-COUNT. Make | ||
| 9 | that number part of the temporary buffer name so that more than | ||
| 10 | one decoding using a temporary buffer can happen safely. | ||
| 11 | |||
| 12 | * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | ||
| 13 | of `A-z' in the regexp. | ||
| 14 | |||
| 15 | * hilit-chg.el: Fix typos in commentary. | ||
| 16 | |||
| 3 | * help.el (view-emacs-news): Rewritten for new naming scheme | 17 | * help.el (view-emacs-news): Rewritten for new naming scheme |
| 4 | for old NEWS files. | 18 | for old NEWS files. |
| 5 | 19 | ||