changeset 41851:666875256d75

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Dec 2001 03:41:19 +0000
parents 792538769b27
children 4330aadac353
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 07 03:38:24 2001 +0000
+++ b/lisp/ChangeLog	Fri Dec 07 03:41:19 2001 +0000
@@ -1,3 +1,12 @@
+2001-12-06  Richard M. Stallman  <rms@gnu.org>
+
+	* textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
+	(set-justification-left, set-justification-right): Doc fix.
+
+	* progmodes/f90.el (f90-break-line): Use (newline 1)
+	to insert newlines.
+	(bug-f90-mode): Variable deleted.
+
 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* indent.el (indent-line-function): Default is indent-relative again.
--- a/src/ChangeLog	Fri Dec 07 03:38:24 2001 +0000
+++ b/src/ChangeLog	Fri Dec 07 03:41:19 2001 +0000
@@ -1,3 +1,8 @@
+2001-12-06  Richard M. Stallman  <rms@gnu.org>
+
+	* s/hpux10.h (random): Add undef.
+	(HAVE_RANDOM): Define it just once.
+
 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* eval.c: Undo last change: the standard syntax is not wanted.