diff options
| author | Glenn Morris | 2018-05-01 07:50:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-05-01 07:50:48 -0700 |
| commit | 62032f699a4969ffacd9b8ea9dccd3ce6b10051f (patch) | |
| tree | 357983c747ff7af985339027113adbc942f0edcd /admin | |
| parent | b3b4697ff8b9093cef2cc3842dab731f37c9e2e1 (diff) | |
| parent | 71be806d01c4e135f067bc842a9d684e594b4f35 (diff) | |
| download | emacs-62032f699a4969ffacd9b8ea9dccd3ce6b10051f.tar.gz emacs-62032f699a4969ffacd9b8ea9dccd3ce6b10051f.zip | |
Merge from origin/emacs-26
71be806 ; * etc/DEBUG: Minor clarification.
4403f89 Update the Emacs FAQ
40b3317 * etc/DEBUG: Minor copyedits.
850ff18 Clarify wording of NS drag n drop documentation
343d70b1 Improve kill-related documentation (bug#31209)
0b43224 * lisp/simple.el (region-extract-function): Don't hide the 'n...
d6e2c59 Fix pre- and post-command-hook errors in term.el
6cf83131e * doc/lispref/display.texi (Glyphless Chars): Fix grammar.
88d178c Fix macOS drag n drop event documentation
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/release-process | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/release-process b/admin/release-process index 3bb72b9735c..71ada82356c 100644 --- a/admin/release-process +++ b/admin/release-process | |||
| @@ -99,6 +99,10 @@ significant changes and new features in the upcoming release, then | |||
| 99 | describe the "benefits" from losing those features. Be funny, use | 99 | describe the "benefits" from losing those features. Be funny, use |
| 100 | humor. The text written for the previous releases can serve as an example. | 100 | humor. The text written for the previous releases can serve as an example. |
| 101 | 101 | ||
| 102 | The Emacs FAQ (doc/misc/efaq.texi) also has a "What's new" section; | ||
| 103 | for major releases a new section should be added listing the | ||
| 104 | significant changes. | ||
| 105 | |||
| 102 | Check cross-references between the manuals (e.g. from emacs to elisp) | 106 | Check cross-references between the manuals (e.g. from emacs to elisp) |
| 103 | are correct. You can use something like the following in the info | 107 | are correct. You can use something like the following in the info |
| 104 | directory in the Emacs build tree: | 108 | directory in the Emacs build tree: |