diff options
author | Kim F. Storm <storm@cua.dk> | 2006-06-04 01:11:51 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-06-04 01:11:51 +0000 |
commit | 32a877bb6756a0f41ea919c60b846320763e7c64 (patch) | |
tree | b7267728c1801a9935f422c4e5faa74f4a63e207 | |
parent | 9a21d88ba1c249264c225cb64d24cdb3b57b73e1 (diff) | |
download | emacs-32a877bb6756a0f41ea919c60b846320763e7c64.tar.gz |
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/ChangeLog | 46 | ||||
-rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ +2006-06-04 Kim F. Storm <storm@cua.dk> + + * NEWS: Move news for pre-22 versions into... + * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news. + * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ... + * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs + versions in separte files. Update copyright notices. + 2006-06-03 Eli Zaretskii <eliz@gnu.org> * LPF: Deleted. - * FTP: - * ORDERS: - * MOTIVATION: - * enriched.doc: - * README: - * TERMS: - * ulimit.hack: - * ses-example.ses: - * ms-7bkermit: - * emacs.csh: - * Xkeymap.txt: - * SERVICE: - * HELLO: - * ETAGS.EBNF: - * MAILINGLISTS: - * compilation.txt: - * grep.txt: - * MACHINES: - * TODO: + * FTP: + * ORDERS: + * MOTIVATION: + * enriched.doc: + * README: + * TERMS: + * ulimit.hack: + * ses-example.ses: + * ms-7bkermit: + * emacs.csh: + * Xkeymap.txt: + * SERVICE: + * HELLO: + * ETAGS.EBNF: + * MAILINGLISTS: + * compilation.txt: + * grep.txt: + * MACHINES: + * TODO: * MORE.STUFF: Add copyright notice and copying permissions. * 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 @@ +2006-06-04 Kim F. Storm <storm@cua.dk> + + * help.el (view-emacs-news): Rewrite to support new NEWS, + NEWS.major, and NEWS.1-17 file naming. Add more intelligense, + e.g. version 10 matches 1.10, and don't be confused by version 1.1 + begin a prefix of 1.12 (etc). A numeric prefix arg also works. + 2006-06-03 Vivek Dasmohapatra <vivek@etla.org> * progmodes/sh-script.el (sh-quoted-exec): New face for quoted |