From: Gerd Moellmann Date: Thu, 17 Aug 2000 20:27:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7b2852367a97fd250d41d103f893acd7db8eb6f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c67bce1502..1f4240f15b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,19 @@ 2000-08-17 Gerd Moellmann + * format.el (format-encode-run-method): Fix error message to say + `encode' instead of `decode'. Use save-window-excursion around + shell-command-on-region as in format-decode-run-method because + shell-command-on-region can display a buffer with error output. + (format-decode): Don't record undo information for the decoding. + (format-annotate-function): Add parameter FORMAT-COUNT. Make + that number part of the temporary buffer name so that more than + one decoding using a temporary buffer can happen safely. + + * enriched.el (enriched-annotation-regexp): Use `A-Z' instead + of `A-z' in the regexp. + + * hilit-chg.el: Fix typos in commentary. + * help.el (view-emacs-news): Rewritten for new naming scheme for old NEWS files. diff --git a/src/ChangeLog b/src/ChangeLog index 26b9cd339d5..8fe4c581fc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2000-08-17 Gerd Moellmann + + * fileio.c (build_annotations): Add a comment explaining the + return value of format-annotate-function. Replace a spurious call + to Flength with a CONSP test. Call format-annotate-function with + a fifth arg specifying how many times the function is been called + in a row, to let it choose temporary buffers appropriately. + 2000-08-17 Dave Love * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't