diff options
| author | Glenn Morris | 2014-06-07 17:35:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-07 17:35:27 -0700 |
| commit | 36cf8493aff99b652b2ad8c9e4d55a18688e8484 (patch) | |
| tree | f8ff499c2ee5e91b20d8576841f0e6bf91d1ba34 /admin | |
| parent | 2be772ff45057215c1c70252008c1f9703ef3bff (diff) | |
| parent | da8de2908c35ad1fd5c437486d2ea5f6ebb75ca3 (diff) | |
| download | emacs-36cf8493aff99b652b2ad8c9e4d55a18688e8484.tar.gz emacs-36cf8493aff99b652b2ad8c9e4d55a18688e8484.zip | |
Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index e8a52fd23a1..b5bf6739a86 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -11,6 +11,10 @@ Check for node names using problematic characters: | |||
| 11 | find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} + | 11 | find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} + |
| 12 | Sadly makeinfo does not warn about such characters. | 12 | Sadly makeinfo does not warn about such characters. |
| 13 | 13 | ||
| 14 | Check for major new features added since the last release (e.g. new | ||
| 15 | lisp files), and add the relevant authors to the Acknowledgments in | ||
| 16 | doc/emacs/ack.texi and emacs.texi. | ||
| 17 | |||
| 14 | Check cross-references between the manuals (eg from emacs to elisp) | 18 | Check cross-references between the manuals (eg from emacs to elisp) |
| 15 | are correct. You can use something like the following in the info | 19 | are correct. You can use something like the following in the info |
| 16 | directory in the Emacs build tree: | 20 | directory in the Emacs build tree: |