summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-09-29 18:25:42 +0000
committerRichard M. Stallman <rms@gnu.org>2002-09-29 18:25:42 +0000
commit35a0e76d748fa481537de51db5f7277bacf90ea1 (patch)
tree47efcff31ab3db5280c692fdef69a90868dc7e5b
parent5614d6cb270a84614d908de6f534722a458b6db8 (diff)
downloademacs-35a0e76d748fa481537de51db5f7277bacf90ea1.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog17
-rw-r--r--src/ChangeLog8
2 files changed, 25 insertions, 0 deletions
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 <rms@gnu.org>
+
+ * progmodes/compile.el (grep-compute-defaults): Move definition
+ up before `grep-command'.
+
+2002-09-29 Richard M. Stallman <rms@gnu.org>
+
+ * 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 <rms@gnu.org>
+
+ * 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 <jpw@shootybangbang.com>
* 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 <rms@gnu.org>
+
+ * 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 <lektu@terra.es>
* coding.c (syms_of_coding): Fix spacing.