aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog5
-rw-r--r--src/ChangeLog5
4 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cacd8b71085..25d85640774 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * startup.el: Document command line option --no-window-system
4 instead of --no-windows.
5
12001-10-30 Stefan Monnier <monnier@cs.yale.edu> 62001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * font-lock.el (java-font-lock-syntactic-face-function): New fun. 8 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4c36780af7a..0a81701f189 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12001-10-31 Pavel Janík <Pavel@Janik.cz>
2
3 * tips.texi (Coding Conventions): Fix typo.
4
12001-10-23 Gerd Moellmann <gerd@gnu.org> 52001-10-23 Gerd Moellmann <gerd@gnu.org>
2 6
3 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. 7 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
diff --git a/man/ChangeLog b/man/ChangeLog
index dbc180b0275..afb363393ba 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * cmdargs.texi (Initial Options): Document command line option
4 --no-window-system instead of --no-windows.
5
12001-10-20 Gerd Moellmann <gerd@gnu.org> 62001-10-20 Gerd Moellmann <gerd@gnu.org>
2 7
3 * (Version 21.1 released.) 8 * (Version 21.1 released.)
diff --git a/src/ChangeLog b/src/ChangeLog
index bd88c1cd765..a6997e984d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * emacs.c (USAGE1): Show command line option --no-window-system
4 instead of --no-windows in usage.
5 (standard_args): Rename --no-windows to --no-window-system.
6 (bug_reporting_address): Follow Emacs coding conventions.
7
3 * eval.c (Fcommandp): Doc fix. 8 * eval.c (Fcommandp): Doc fix.
4 Change doc-string comments to `new style' [w/`doc:' keyword]. 9 Change doc-string comments to `new style' [w/`doc:' keyword].
5 10