changeset 30928:9747d7fb3ba9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Aug 2000 20:27:27 +0000
parents 5c0b3d6959c4
children 3d5ccbaddc59
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 17 20:25:50 2000 +0000
+++ b/lisp/ChangeLog	Thu Aug 17 20:27:27 2000 +0000
@@ -1,5 +1,19 @@
 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
 
+	* 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.
 
--- a/src/ChangeLog	Thu Aug 17 20:25:50 2000 +0000
+++ b/src/ChangeLog	Thu Aug 17 20:27:27 2000 +0000
@@ -1,3 +1,11 @@
+2000-08-17  Gerd Moellmann  <gerd@gnu.org>
+
+	* 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  <fx@gnu.org>
 
 	* lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL.  Don't