diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02673b21928..b950cad7d91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-12-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE. | ||
| 4 | (set-justification-left, set-justification-right): Doc fix. | ||
| 5 | |||
| 6 | * progmodes/f90.el (f90-break-line): Use (newline 1) | ||
| 7 | to insert newlines. | ||
| 8 | (bug-f90-mode): Variable deleted. | ||
| 9 | |||
| 1 | 2001-12-06 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2001-12-06 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * indent.el (indent-line-function): Default is indent-relative again. | 12 | * indent.el (indent-line-function): Default is indent-relative again. |
diff --git a/src/ChangeLog b/src/ChangeLog index b6da1da27c4..a3e542a1f40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-12-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * s/hpux10.h (random): Add undef. | ||
| 4 | (HAVE_RANDOM): Define it just once. | ||
| 5 | |||
| 1 | 2001-12-06 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2001-12-06 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * eval.c: Undo last change: the standard syntax is not wanted. | 8 | * eval.c: Undo last change: the standard syntax is not wanted. |