aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-25 11:53:11 +0000
committerGerd Moellmann2000-09-25 11:53:11 +0000
commitb11af2dddf23a74dddc362625ceae0a0ef2dd803 (patch)
tree5d358750556f9c5aa0f7c96de44b30e2088b313f
parent76bb714a40d4cb7ae630a405788fc7a8fb781dcb (diff)
downloademacs-b11af2dddf23a74dddc362625ceae0a0ef2dd803.tar.gz
emacs-b11af2dddf23a74dddc362625ceae0a0ef2dd803.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog2
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 08d9f19d588..52919a0aa6a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-09-25 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4 starting with `@def' or `@multitable', in addition to ones
5 specified by the user in auto-fill-inhibit-regexp.
6
12000-09-25 Markus Rost <rost@math.ohio-state.edu> 72000-09-25 Markus Rost <rost@math.ohio-state.edu>
2 8
3 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if 9 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
diff --git a/src/ChangeLog b/src/ChangeLog
index 16fd6195c4b..70afeb5892c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-09-25 Gerd Moellmann <gerd@gnu.org> 12000-09-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * s/freebsd.h (POSIX_SIGNALS): Define.
4
3 * xterm.c (x_clear_mouse_face): Block/unblock input. 5 * xterm.c (x_clear_mouse_face): Block/unblock input.
4 6
52000-09-24 Dave Love <fx@gnu.org> 72000-09-24 Dave Love <fx@gnu.org>