# HG changeset patch # User Richard M. Stallman # Date 1007696479 0 # Node ID 666875256d75d7f9b2d9013e2c100d7d4bf1c0fa # Parent 792538769b2753092ceacc3ad47c9ef511371399 *** empty log message *** diff -r 792538769b27 -r 666875256d75 lisp/ChangeLog --- 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 + + * 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 * indent.el (indent-line-function): Default is indent-relative again. diff -r 792538769b27 -r 666875256d75 src/ChangeLog --- 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 + + * s/hpux10.h (random): Add undef. + (HAVE_RANDOM): Define it just once. + 2001-12-06 Stefan Monnier * eval.c: Undo last change: the standard syntax is not wanted.