aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-06-10 11:00:43 +0000
committerLute Kamstra2005-06-10 11:00:43 +0000
commit257914aaabe89bb14c22b9430a21fbc8b5b05657 (patch)
tree7761d93e62a0270cad610f3ba4a4414fd80b6fbc
parent313cdfa4ca0841ae303a2732ad159487408fc605 (diff)
downloademacs-257914aaabe89bb14c22b9430a21fbc8b5b05657.tar.gz
emacs-257914aaabe89bb14c22b9430a21fbc8b5b05657.zip
*** empty log message ***
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog11
-rw-r--r--man/ChangeLog6
5 files changed, 30 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 9f5b9462a5f..d833ea77a5e 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12005-06-10 Lute Kamstra <lute@gnu.org>
2
3 * admin.el (set-version): Set version in lisp manual too.
4 * make-tarball.txt: Commit lispref/elisp.texi too.
5
12005-06-04 Richard M. Stallman <rms@gnu.org> 62005-06-04 Richard M. Stallman <rms@gnu.org>
2 7
3 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it. 8 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 441c8fe4fa2..b867ea68267 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -82,6 +82,8 @@ is encountered.
82 82
83** Finish updating the Emacs Lisp manual. 83** Finish updating the Emacs Lisp manual.
84 84
85*** Update lispref/README.
86
85** Update the Emacs manual. 87** Update the Emacs manual.
86 88
87*** Update man/info.texi. 89*** Update man/info.texi.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e64df8797c4..af8eab7fa12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-06-10 Lute Kamstra <lute@gnu.org>
2
3 * play/dunnet.el (dun-mode): Use define-derived-mode.
4 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5 obsolete alias.
6
12005-06-10 Miles Bader <miles@gnu.org> 72005-06-10 Miles Bader <miles@gnu.org>
2 8
3 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 9 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6742080bd03..b476dc4efde 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
12005-06-10 Lute Kamstra <lute@gnu.org>
2
3 * elisp.texi: Use EMACSVER to refer to the current version of
4 Emacs.
5 (Top): Give it a title. Correct version number. Give the
6 detailed node listing a more prominent header.
7 * intro.texi: Don't set VERSION here a second time. Mention
8 Emacs' version too.
9 * anti.texi (Antinews): Use EMACSVER to refer to the current
10 version of Emacs.
11
12005-06-09 Kim F. Storm <storm@cua.dk> 122005-06-09 Kim F. Storm <storm@cua.dk>
2 13
3 * searching.texi (Entire Match Data): Explain new `reseat' argument to 14 * searching.texi (Entire Match Data): Explain new `reseat' argument to
diff --git a/man/ChangeLog b/man/ChangeLog
index ef16f71987a..b57a2370eaa 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12005-06-10 Lute Kamstra <lute@gnu.org>
2
3 * emacs.texi (Top): Correct version number.
4 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5 refer to the current version of Emacs.
6
12005-06-08 Luc Teirlinck <teirllm@auburn.edu> 72005-06-08 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * files.texi (Log Buffer): Document when there can be more than 9 * files.texi (Log Buffer): Document when there can be more than