aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog5
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 @@
12001-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
12001-12-06 Stefan Monnier <monnier@cs.yale.edu> 102001-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 @@
12001-12-06 Richard M. Stallman <rms@gnu.org>
2
3 * s/hpux10.h (random): Add undef.
4 (HAVE_RANDOM): Define it just once.
5
12001-12-06 Stefan Monnier <monnier@cs.yale.edu> 62001-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.