FOR-RELEASE 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. Tasks needed before the next release.
  2. * TO BE DONE SHORTLY BEFORE RELEASE
  3. ** Manuals
  4. Check cross-references between the manuals (eg from emacs to elisp)
  5. are correct. You can use something like the following in the info
  6. directory in the Emacs build tree:
  7. emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \
  8. -f info-xref-check-all
  9. make emacs.dvi, elisp.dvi, and deal with any errors (undefined
  10. references etc) in the output. Break any overfull lines.
  11. Underfull hboxes are not serious, but it can be nice to get rid of
  12. them if a simple rephrasing or rearrangement will work.
  13. Update the master menu and detailed menu (eg the antinews version).
  14. The command texinfo-multiple-files-update can do this, but you
  15. probably want to apply the results selectively (eg the current master
  16. menu has better line-breaks than the automatic version). It includes
  17. the menu-entry name (if there is one) as well as the node name - using
  18. only the latter looks better. Also, it doesn't seem to handle nested
  19. includes, so will miss edebug.texi etc.
  20. Check for widow and orphan lines in the printed manual; make sure all
  21. the pages really look ok in the manual as formatted. Orphans/widows
  22. are cases where the first/last line of a paragraph is on its own at
  23. the end/start of a page, or where the last word in a paragraph is on
  24. its own at the start of a line. It looks better if you reword/respace
  25. things to avoid these. (AFAIK, there is no way to find these except
  26. paging through the whole manual.) This should be the very last thing
  27. you do, since any change can alter the layout.
  28. (Actually, there is probably little point in trying to do this.
  29. It's only really relevant if printed versions of the manuals are going
  30. to be published. End-users are not likely to print out all 1000+
  31. pages of the manuals, and even if they do, the resulting page breaks
  32. depend on what paper and font size they use. This also means that if
  33. you _are_ going to do this, it should be done with the paper and font
  34. size that the GNU Press are going to use when they print the manuals.
  35. I think this is different to what you get if you just use eg `make
  36. emacs.pdf' (e.g., enable "smallbook").
  37. ** Check the keybindings in the refcards are correct, and add any new ones.
  38. Regenerate the pdf versions in etc/refcards/.
  39. What paper size are the English versions supposed to be on?
  40. On Debian testing, the packages texlive-lang-czechslovak and
  41. texlive-lang-polish will let you generate the cs-* and sk-* pdfs.
  42. (You may need texlive-lang-cyrillic, texlive-lang-german for others.)
  43. The Makefile rules did not work for me, I had to use something like:
  44. csplain -output-format=pdf cs-refcard
  45. ** Ask maintainers of refcard translations to update them.
  46. Emacs 22 translators:
  47. LANG Translator Status
  48. cs Pavel Janík
  49. de Sven Joachim
  50. fr Eric Jacoboni
  51. pl Włodek Bzyl
  52. pt-br Rodrigo Real
  53. ru Alex Ott
  54. sk Miroslav Vaško
  55. ** For a major release, add a "New in Emacs XX" section to faq.texi.
  56. ** Remove temporary +++/--- lines in NEWS.
  57. ** Try to reorder NEWS: most important things first, related items together.
  58. ** Consider bumping customize-changed-options-previous-release.
  59. ** cusver-check from admin.el can help find new defcustoms missing
  60. :version tags.
  61. * BUGS
  62. ** Check for modes which bind M-s that conflicts with a new global binding M-s
  63. and change key bindings where necessary. The current list of modes:
  64. 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
  65. 2. Minibuffer binds `M-s' to `next-matching-history-element'
  66. (not useful any more since C-s can now search in the history).
  67. 3. `center-line' in Text mode was already moved to the text formatting
  68. keymap as `M-o M-s' (thus this binding is not necessary any more
  69. in `nroff-mode-map' too and can be removed now from the nroff mode
  70. because it can now use the global key binding `M-o M-s' `center-line').
  71. 4. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
  72. `log-edit-comment-search-forward'. Perhaps search commands
  73. on the global key binding `M-s' are useless in these modes.
  74. 5. Rmail binds `\es' to `rmail-search'/`rmail-summary-search'.
  75. * DOCUMENTATION
  76. ** Check the Emacs Tutorial.
  77. The first line of every tutorial must begin with text ending in a
  78. period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
  79. language. This should be followed by "See end for copying conditions",
  80. likewise in the respective language.
  81. After each file name, on the same line or the following line, come the
  82. names of the people who have checked it.
  83. SECTION READERS
  84. ----------------------------------
  85. TUTORIAL cyd
  86. TUTORIAL.bg ogi
  87. TUTORIAL.cn
  88. TUTORIAL.cs
  89. TUTORIAL.de wl
  90. TUTORIAL.eo
  91. TUTORIAL.es
  92. TUTORIAL.fr
  93. TUTORIAL.he eliz
  94. TUTORIAL.it
  95. TUTORIAL.ja
  96. TUTORIAL.ko
  97. TUTORIAL.nl Pieter Schoenmakers
  98. TUTORIAL.pl
  99. TUTORIAL.pt_BR
  100. TUTORIAL.ro
  101. TUTORIAL.ru Alex Ott
  102. TUTORIAL.sk
  103. TUTORIAL.sl Primoz PETERLIN
  104. TUTORIAL.sv Mats Lidell
  105. TUTORIAL.th
  106. TUTORIAL.zh
  107. ** Check the manual.
  108. abbrevs.texi cyd
  109. ack.texi rgm
  110. anti.texi cyd
  111. arevert-xtra.texi cyd
  112. basic.texi cyd
  113. buffers.texi cyd
  114. building.texi cyd
  115. calendar.texi rgm
  116. cal-xtra.texi rgm
  117. cmdargs.texi cyd
  118. commands.texi cyd
  119. custom.texi cyd
  120. dired.texi cyd
  121. dired-xtra.texi rgm
  122. display.texi cyd
  123. emacs.texi rgm
  124. emacs-xtra.texi rgm
  125. emerge-xtra.texi rgm
  126. entering.texi cyd
  127. files.texi cyd
  128. fixit.texi cyd
  129. fortran-xtra.texi rgm
  130. frames.texi cyd
  131. glossary.texi rgm
  132. help.texi cyd
  133. indent.texi cyd
  134. killing.texi cyd
  135. kmacro.texi cyd
  136. macos.texi rgm (can't actually test any of it though)
  137. maintaining.texi cyd
  138. mark.texi cyd
  139. mini.texi rgm
  140. misc.texi cyd
  141. modes.texi cyd
  142. msdog.texi rgm (can't actually test any of it though)
  143. msdog-xtra.texi rgm (can't actually test any of it though)
  144. mule.texi rgm (not 100% sure about "Fontsets")
  145. m-x.texi cyd
  146. package.texi cyd
  147. picture-xtra.texi rgm
  148. programs.texi cyd
  149. regs.texi cyd
  150. rmail.texi rgm
  151. screen.texi cyd
  152. search.texi cyd
  153. sending.texi cyd
  154. text.texi cyd
  155. trouble.texi cyd
  156. vc-xtra.texi cyd
  157. vc1-xtra.texi cyd
  158. windows.texi cyd
  159. xresources.texi cyd
  160. ** Check the Lisp manual.
  161. abbrevs.texi rgm
  162. advice.texi cyd
  163. anti.texi rgm
  164. back.texi rgm
  165. backups.texi cyd
  166. buffers.texi cyd
  167. commands.texi cyd
  168. compile.texi cyd
  169. control.texi cyd
  170. customize.texi cyd
  171. debugging.texi cyd
  172. display.texi cyd
  173. edebug.texi rgm
  174. elisp.texi
  175. errors.texi rgm
  176. eval.texi cyd
  177. files.texi cyd
  178. frames.texi cyd
  179. functions.texi cyd
  180. hash.texi cyd
  181. help.texi cyd
  182. hooks.texi rgm
  183. index.texi
  184. internals.texi rgm cyd
  185. intro.texi cyd
  186. keymaps.texi cyd
  187. lists.texi cyd
  188. loading.texi cyd
  189. macros.texi cyd
  190. maps.texi rgm
  191. markers.texi rgm
  192. minibuf.texi rgm
  193. modes.texi cyd
  194. nonascii.texi cyd
  195. numbers.texi cyd
  196. objects.texi cyd
  197. os.texi cyd
  198. package.texi rgm
  199. positions.texi cyd
  200. processes.texi rgm
  201. searching.texi rgm
  202. sequences.texi cyd
  203. streams.texi cyd
  204. strings.texi cyd
  205. symbols.texi cyd
  206. syntax.texi cyd
  207. text.texi cyd
  208. tips.texi rgm
  209. variables.texi cyd
  210. windows.texi rgm (skimmed)
  211. Local variables:
  212. mode: outline
  213. coding: utf-8
  214. end: