From: Richard M. Stallman Date: Sun, 29 Sep 2002 18:25:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35a0e76d748fa481537de51db5f7277bacf90ea1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b71002e3b0e..ea8d11de355 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2002-09-29 Richard M. Stallman + + * progmodes/compile.el (grep-compute-defaults): Move definition + up before `grep-command'. + +2002-09-29 Richard M. Stallman + + * net/ange-ftp.el (ange-ftp-write-region): + Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg + to ange-ftp-real-write-region. + +2002-09-29 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil. + + * simple.el (undo-elt-in-region): Fix one-off error at END. + 2002-09-28 John Paul Wallington * progmodes/m4-mode.el (m4-font-lock-keywords) diff --git a/src/ChangeLog b/src/ChangeLog index 41b6c9a4952..fc6cd8f14d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-09-29 Richard M. Stallman + + * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros. + (redisplay_internal): Use them. Do RESUME_POLLING at end of function. + + * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros. + (read_char): Use them. Do all exits thru the end of the function. + 2002-09-06 Juanma Barranquero * coding.c (syms_of_coding): Fix spacing.