diff options
| author | Eli Zaretskii | 2009-07-11 10:40:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-07-11 10:40:30 +0000 |
| commit | 54aa48feb74a8dd6a6734fd25c3cf808da1a1de9 (patch) | |
| tree | 1752ac1cc700a3455022f515c413809d90472631 /admin | |
| parent | 1639ee1d5e41cfbd8a0b74a0c8db3de3ae19b1ee (diff) | |
| download | emacs-54aa48feb74a8dd6a6734fd25c3cf808da1a1de9.tar.gz emacs-54aa48feb74a8dd6a6734fd25c3cf808da1a1de9.zip | |
Add a note about bumping the value of
customize-changed-options-previous-release.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/make-tarball.txt | 15 |
2 files changed, 15 insertions, 5 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 88aac773bc9..97d2757afcd 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * make-tarball.txt: Add a note about bumping the value of | ||
| 4 | customize-changed-options-previous-release. | ||
| 5 | |||
| 1 | 2009-06-24 Kenichi Handa <handa@m17n.org> | 6 | 2009-06-24 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * charsets/mapconv: For the UNICODE format files, do reverse sort | 8 | * charsets/mapconv: For the UNICODE format files, do reverse sort |
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 4d809045c63..0a2eb55e10c 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -22,21 +22,26 @@ For each step, check for possible errors. | |||
| 22 | For a pretest, start at version .90. After .99, use .990 (so that | 22 | For a pretest, start at version .90. After .99, use .990 (so that |
| 23 | it sorts). | 23 | it sorts). |
| 24 | 24 | ||
| 25 | 5. rm configure; autoconf | 25 | If needed, increment the value of the variable |
| 26 | `customize-changed-options-previous-release' in cus-edit.el to | ||
| 27 | refer to a newer release of Emacs. (This is probably needed only | ||
| 28 | when preparing a major Emacs release, or branching for it.) | ||
| 29 | |||
| 30 | 5. rm configure; autoconf | ||
| 26 | 31 | ||
| 27 | Patch configure: See | 32 | Patch configure: See |
| 28 | http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00851.html | 33 | http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00851.html |
| 29 | 34 | ||
| 30 | make bootstrap | 35 | make bootstrap |
| 31 | 36 | ||
| 32 | 6. Commit configure, README, doc/emacs/emacs.texi, | 37 | 6. Commit configure, README, doc/emacs/emacs.texi, |
| 33 | doc/lispref/elisp.texi, etc/AUTHORS, lisp/version.el, | 38 | doc/lispref/elisp.texi, etc/AUTHORS, lisp/version.el, nt/emacs.rc, |
| 34 | nt/emacs.rc. Copy lisp/loaddefs.el to | 39 | and lisp/cus-edit.el (if modified). Copy lisp/loaddefs.el to |
| 35 | lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, | 40 | lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, |
| 36 | also commit the ChangeLog files in all directories. | 41 | also commit the ChangeLog files in all directories. |
| 37 | 42 | ||
| 38 | 7. make-dist --snapshot. Check the contents of the new tar with | 43 | 7. make-dist --snapshot. Check the contents of the new tar with |
| 39 | admin/diff-tar-files against an older tar file. Some old pretest | 44 | admin/diff-tar-files against an older tar file. Some old pretest |
| 40 | tarballs are kept under fencepost.gnu.org:~pot/emacs-pretest/, while | 45 | tarballs are kept under fencepost.gnu.org:~pot/emacs-pretest/, while |
| 41 | old emacs tarballs are at <ftp://ftp.gnu.org/pub/gnu/emacs/>. | 46 | old emacs tarballs are at <ftp://ftp.gnu.org/pub/gnu/emacs/>. |
| 42 | 47 | ||