aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-06-04 01:11:51 +0000
committerKim F. Storm2006-06-04 01:11:51 +0000
commit32a877bb6756a0f41ea919c60b846320763e7c64 (patch)
treeb7267728c1801a9935f422c4e5faa74f4a63e207
parent9a21d88ba1c249264c225cb64d24cdb3b57b73e1 (diff)
downloademacs-32a877bb6756a0f41ea919c60b846320763e7c64.tar.gz
emacs-32a877bb6756a0f41ea919c60b846320763e7c64.zip
Reorganize NEWS and ONEWS files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version. Update copyright notices.
-rw-r--r--etc/ChangeLog46
-rw-r--r--lisp/ChangeLog7
2 files changed, 34 insertions, 19 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a0acf56373b..b68a7391c14 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,26 +1,34 @@
12006-06-04 Kim F. Storm <storm@cua.dk>
2
3 * NEWS: Move news for pre-22 versions into...
4 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
5 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
6 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
7 versions in separte files. Update copyright notices.
8
12006-06-03 Eli Zaretskii <eliz@gnu.org> 92006-06-03 Eli Zaretskii <eliz@gnu.org>
2 10
3 * LPF: Deleted. 11 * LPF: Deleted.
4 12
5 * FTP: 13 * FTP:
6 * ORDERS: 14 * ORDERS:
7 * MOTIVATION: 15 * MOTIVATION:
8 * enriched.doc: 16 * enriched.doc:
9 * README: 17 * README:
10 * TERMS: 18 * TERMS:
11 * ulimit.hack: 19 * ulimit.hack:
12 * ses-example.ses: 20 * ses-example.ses:
13 * ms-7bkermit: 21 * ms-7bkermit:
14 * emacs.csh: 22 * emacs.csh:
15 * Xkeymap.txt: 23 * Xkeymap.txt:
16 * SERVICE: 24 * SERVICE:
17 * HELLO: 25 * HELLO:
18 * ETAGS.EBNF: 26 * ETAGS.EBNF:
19 * MAILINGLISTS: 27 * MAILINGLISTS:
20 * compilation.txt: 28 * compilation.txt:
21 * grep.txt: 29 * grep.txt:
22 * MACHINES: 30 * MACHINES:
23 * TODO: 31 * TODO:
24 * MORE.STUFF: Add copyright notice and copying permissions. 32 * MORE.STUFF: Add copyright notice and copying permissions.
25 33
26 * LEDIT: Remove file. 34 * LEDIT: Remove file.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea1045ebb7e..29ac323e350 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12006-06-04 Kim F. Storm <storm@cua.dk>
2
3 * help.el (view-emacs-news): Rewrite to support new NEWS,
4 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
5 e.g. version 10 matches 1.10, and don't be confused by version 1.1
6 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
7
12006-06-03 Vivek Dasmohapatra <vivek@etla.org> 82006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2 9
3 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted 10 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted