diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-09-25 Markus Rost <rost@math.ohio-state.edu> | 7 | 2000-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 @@ | |||
| 1 | 2000-09-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||
| 5 | 2000-09-24 Dave Love <fx@gnu.org> | 7 | 2000-09-24 Dave Love <fx@gnu.org> |