aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-07 03:41:19 +0000
committerRichard M. Stallman2001-12-07 03:41:19 +0000
commitc93674bb07eb5ccd85094043370f697e4d208c53 (patch)
treec3d71d3697b6e266a4d6a25e75d08cbea06653c4
parent3d82370938bcc5de92d6aaaaff637836ecbf39e2 (diff)
downloademacs-c93674bb07eb5ccd85094043370f697e4d208c53.tar.gz
emacs-c93674bb07eb5ccd85094043370f697e4d208c53.zip
*** empty log message ***
-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.