aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>