1 Tasks needed before the next release.
3 * TO BE DONE SHORTLY BEFORE RELEASE
6 Check for node names using problematic characters:
7 find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} +
8 Sadly makeinfo does not warn about such characters.
10 Check cross-references between the manuals (eg from emacs to elisp)
11 are correct. You can use something like the following in the info
12 directory in the Emacs build tree:
14 emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \
15 -f info-xref-check-all
17 Setting Info-directory-list avoids having system info pages confuse
18 things. References to external manuals will be flagged as
19 uncheckable. You should still check these, and also that each
20 external manual has an appropriate redirect in the file manual/.htaccess
21 in the web pages repository. E.g.:
22 Redirect /software/emacs/manual/html_mono/automake.html /software/automake/manual/automake.html
23 Redirect /software/emacs/manual/html_node/automake/ /software/automake/manual/html_node/
25 Another tool you can use to check links is gnu.org's linc.py:
26 http://www.gnu.org/server/source/
28 You run this something like:
30 cd /path/to/cvs/emacs-www
31 linc.py -o /path/to/output-dir --url http://www.gnu.org/software/emacs/ .
33 Be warned that it is really, really slow (as in, can take ~ a full day
34 to check the manual/ directory). It is probably best to run it on a
35 single directory at a time from eg manual/html_node. It is very
36 inefficient, but may reveal a few things that info-xref does not.
39 make emacs.dvi, elisp.dvi, and deal with any errors (undefined
40 references etc) in the output. Break any overfull lines.
41 Underfull hboxes are not serious, but it can be nice to get rid of
42 them if a simple rephrasing or rearrangement will work.
44 Update the master menu and detailed menu (eg the antinews version).
45 The command texinfo-multiple-files-update can do this, but you
46 probably want to apply the results selectively (eg the current master
47 menu has better line-breaks than the automatic version). It includes
48 the menu-entry name (if there is one) as well as the node name - using
49 only the latter looks better. Also, it doesn't seem to handle nested
50 includes, so will miss edebug.texi etc.
52 Check for widow and orphan lines in the printed manual; make sure all
53 the pages really look ok in the manual as formatted. Orphans/widows
54 are cases where the first/last line of a paragraph is on its own at
55 the end/start of a page, or where the last word in a paragraph is on
56 its own at the start of a line. It looks better if you reword/respace
57 things to avoid these. (AFAIK, there is no way to find these except
58 paging through the whole manual.) This should be the very last thing
59 you do, since any change can alter the layout.
60 (Actually, there is probably little point in trying to do this.
61 It's only really relevant if printed versions of the manuals are going
62 to be published. End-users are not likely to print out all 1000+
63 pages of the manuals, and even if they do, the resulting page breaks
64 depend on what paper and font size they use. This also means that if
65 you _are_ going to do this, it should be done with the paper and font
66 size that the GNU Press are going to use when they print the manuals.
67 I think this is different to what you get if you just use eg `make
68 emacs.pdf' (e.g., enable "smallbook").
70 ** Check the keybindings in the refcards are correct, and add any new ones.
71 Regenerate the pdf versions in etc/refcards/.
72 What paper size are the English versions supposed to be on?
73 On Debian testing, the packages texlive-lang-czechslovak and
74 texlive-lang-polish will let you generate the cs-* and sk-* pdfs.
75 (You may need texlive-lang-cyrillic, texlive-lang-german for others.)
76 The Makefile rules did not work for me, I had to use something like:
77 csplain -output-format=pdf cs-refcard
79 ** Ask maintainers of refcard translations to update them.
83 LANG Translator Status
92 ** For a major release, add a "New in Emacs XX" section to faq.texi.
94 ** Remove temporary +++/--- lines in NEWS.
96 ** Try to reorder NEWS: most important things first, related items together.
98 ** Consider bumping customize-changed-options-previous-release.
100 ** cusver-check from admin.el can help find new defcustoms missing
105 ** Check for modes which bind M-s that conflicts with a new global binding M-s
106 and change key bindings where necessary. The current list of modes:
108 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
110 2. Minibuffer binds `M-s' to `next-matching-history-element'
111 (not useful any more since C-s can now search in the history).
113 3. `center-line' in Text mode was already moved to the text formatting
114 keymap as `M-o M-s' (thus this binding is not necessary any more
115 in `nroff-mode-map' too and can be removed now from the nroff mode
116 because it can now use the global key binding `M-o M-s' `center-line').
118 4. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
119 `log-edit-comment-search-forward'. Perhaps search commands
120 on the global key binding `M-s' are useless in these modes.
122 5. Rmail binds `\es' to `rmail-search'/`rmail-summary-search'.
127 ** Check the Emacs Tutorial.
129 The first line of every tutorial must begin with text ending in a
130 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
131 language. This should be followed by "See end for copying conditions",
132 likewise in the respective language.
134 After each file name, on the same line or the following line, come the
135 names of the people who have checked it.
138 ----------------------------------
151 TUTORIAL.nl Pieter Schoenmakers
157 TUTORIAL.sl Primoz PETERLIN
158 TUTORIAL.sv Mats Lidell
167 arevert-xtra.texi cyd
185 fortran-xtra.texi rgm
192 macos.texi rgm (can't actually test any of it though)
198 msdog.texi rgm (can't actually test any of it though)
199 msdog-xtra.texi rgm (can't actually test any of it though)
200 mule.texi rgm (not 100% sure about "Fontsets")
203 picture-xtra.texi rgm
217 ** Check the Lisp manual.
242 internals.texi rgm cyd
268 windows.texi rgm (skimmed)