aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/FOR-RELEASE5
-rw-r--r--admin/admin.el3
-rw-r--r--admin/make-tarball.txt8
4 files changed, 15 insertions, 6 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..c76bc3d4f48 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -18,7 +18,6 @@ See msg from rms to emacs-devel on 21 Dec.
18 18
19** Enhance scroll-bar to handle tall line (similar to line-move). 19** Enhance scroll-bar to handle tall line (similar to line-move).
20 20
21** Adapt mouse-sel-mode to mouse-1-click-follows-link.
22 21
23 22
24* FATAL ERRORS 23* FATAL ERRORS
@@ -82,6 +81,8 @@ is encountered.
82 81
83** Finish updating the Emacs Lisp manual. 82** Finish updating the Emacs Lisp manual.
84 83
84*** Update lispref/README.
85
85** Update the Emacs manual. 86** Update the Emacs manual.
86 87
87*** Update man/info.texi. 88*** Update man/info.texi.
@@ -187,7 +188,7 @@ lispref/control.texi "Luc Teirlinck" Chong Yidong
187lispref/customize.texi Chong Yidong 188lispref/customize.texi Chong Yidong
188lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra 189lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
189lispref/display.texi Chong Yidong 190lispref/display.texi Chong Yidong
190lispref/edebug.texi Chong Yidong 191lispref/edebug.texi Chong Yidong "Luc Teirlinck"
191lispref/elisp.texi "Luc Teirlinck" Lute Kamstra 192lispref/elisp.texi "Luc Teirlinck" Lute Kamstra
192lispref/errors.texi "Luc Teirlinck" 193lispref/errors.texi "Luc Teirlinck"
193lispref/eval.texi "Luc Teirlinck" Chong Yidong 194lispref/eval.texi "Luc Teirlinck" Chong Yidong
diff --git a/admin/admin.el b/admin/admin.el
index 44fbd8ed543..07a2bcb757e 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -84,6 +84,9 @@ Root must be the root of an Emacs source tree."
84 (submatch (1+ (in "0-9.")))))) 84 (submatch (1+ (in "0-9."))))))
85 (set-version-in-file root "man/emacs.texi" version 85 (set-version-in-file root "man/emacs.texi" version
86 (rx (and "EMACSVER" (1+ space) 86 (rx (and "EMACSVER" (1+ space)
87 (submatch (1+ (in "0-9."))))))
88 (set-version-in-file root "lispref/elisp.texi" version
89 (rx (and "EMACSVER" (1+ space)
87 (submatch (1+ (in "0-9."))))))) 90 (submatch (1+ (in "0-9.")))))))
88 91
89;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5 92;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 4ca4a21feab..10fca7e84ac 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -22,10 +22,10 @@ For each step, check for possible errors.
225. rm configure; make bootstrap 225. rm configure; make bootstrap
23 23
246. Commit configure, README, AUTHORS, lisp/cus-load.el, 246. Commit configure, README, AUTHORS, lisp/cus-load.el,
25 lisp/finder-inf.el, lisp/version.el, man/emacs.texi. 25 lisp/finder-inf.el, lisp/version.el, man/emacs.texi,
26 Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit 26 lispref/elisp.texi. Copy lisp/loaddefs.el to lisp/ldefs-boot.el
27 lisp/ldefs-boot.el. For a release, also commit the ChangeLog 27 and commit lisp/ldefs-boot.el. For a release, also commit the
28 files in all directories. 28 ChangeLog files in all directories.
29 29
307. make-dist --snapshot. Check the contents of the new tar with 307. make-dist --snapshot. Check the contents of the new tar with
31 admin/diff-tar-files against an older tar file. Some old pretest 31 admin/diff-tar-files against an older tar file. Some old pretest