changeset 31872:feb0ad9daae1

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 25 Sep 2000 11:53:11 +0000
parents 576a8de6ffb4
children 3440ceda4745
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 25 11:52:48 2000 +0000
+++ b/lisp/ChangeLog	Mon Sep 25 11:53:11 2000 +0000
@@ -1,3 +1,9 @@
+2000-09-25  Gerd Moellmann  <gerd@gnu.org>
+
+	* textmodes/texinfo.el (texinfo-mode): Prevent filling lines
+	starting with `@def' or `@multitable', in addition to ones
+	specified by the user in auto-fill-inhibit-regexp.
+
 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
 
 	* mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
--- a/src/ChangeLog	Mon Sep 25 11:52:48 2000 +0000
+++ b/src/ChangeLog	Mon Sep 25 11:53:11 2000 +0000
@@ -1,5 +1,7 @@
 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
 
+	* s/freebsd.h (POSIX_SIGNALS): Define.
+
 	* xterm.c (x_clear_mouse_face): Block/unblock input.
 
 2000-09-24  Dave Love  <fx@gnu.org>