diff options
| author | Paul Eggert | 2017-03-19 12:34:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-19 12:34:03 -0700 |
| commit | 90f5282e20df79dedaa9d231a108f9a91222eca7 (patch) | |
| tree | 4b2f648d7209c93fc845c68beccd27b98a51fdac /admin | |
| parent | c4fca5cee27e3bf399ad23bf42317bffcc80f160 (diff) | |
| parent | ec4226d81074751c105264a3a3383c48d0a05e41 (diff) | |
| download | emacs-90f5282e20df79dedaa9d231a108f9a91222eca7.tar.gz emacs-90f5282e20df79dedaa9d231a108f9a91222eca7.zip | |
Merge from origin/emacs-25
ec4226d * lisp/woman.el (woman): Fix docstring prefix arg description.
2b774fa Mention "editor" in Emacs man page header
ae60d0c Document problems with nerd-fonts
2fdb5a9 ; Details about pinning Emacs to w32 task bar
5c3105e * doc/lispref/modes.texi (Derived Modes): Make example more i...
4c51ef4 Clarify what is the "cursor"
8303c32 ; * etc/NEWS: Copyedits.
3f7493e ; Fix a typo in comment
c54cf8d Improve commentary in lisp.h
8b92f86 ; * admin/make-tarball.txt: Cross-reference admin/release-pro...
0ba9932 Disable native completion for ipython (Bug#25067)
38fc456 Fix a typo in ada-mode manual
00e75ba ; * src/coding.c (Fencode_coding_region): Fix a typo in the d...
a541c21 Clarify documentation of 'bufferpos-to-filepos' and 'filepos-...
# Conflicts:
# etc/NEWS
# etc/PROBLEMS
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index d26f397e151..e5c77172c9f 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -55,9 +55,12 @@ General steps (for each step, check for possible errors): | |||
| 55 | M-x set-version RET). For a pretest, start at version .90. After | 55 | M-x set-version RET). For a pretest, start at version .90. After |
| 56 | .99, use .990 (so that it sorts). | 56 | .99, use .990 (so that it sorts). |
| 57 | 57 | ||
| 58 | The final pretest should be a release candidate. Set the version | 58 | The final pretest should be a release candidate. |
| 59 | number to that of the actual release. Pick a date about a week | 59 | Before a release candidate is made, the tasks listed in |
| 60 | from now when you intend to make the release. Use M-x | 60 | admin/release-process must be completed. |
| 61 | |||
| 62 | Set the version number to that of the actual release. Pick a date | ||
| 63 | about a week from now when you intend to make the release. Use M-x | ||
| 61 | add-release-logs to add entries to etc/HISTORY and the ChangeLog | 64 | add-release-logs to add entries to etc/HISTORY and the ChangeLog |
| 62 | file. It's best not to commit these files until the release is | 65 | file. It's best not to commit these files until the release is |
| 63 | actually made. Merge the entries from (unversioned) ChangeLog | 66 | actually made. Merge the entries from (unversioned) ChangeLog |