]> code.delx.au - gnu-emacs/blob - admin/FOR-RELEASE
allout.el patch from Manheimer installed.
[gnu-emacs] / admin / FOR-RELEASE
1 Tasks needed before the next release.
2
3 * TO BE DONE SHORTLY BEFORE RELEASE
4
5 ** Update release dates of manuals.
6
7 ** Check for widow and orphan lines in manuals;
8 make sure all the pages really look ok in the manual as formatted.
9
10 ** Update AUTHORS.
11
12 ** Regenerate the postscript files of the reference cards in etc.
13
14 ** Ask maintainers of refcard translations to update them.
15
16 Requests to have been sent out on 2006-05-23 (Reiner Steib).
17
18 LANG Translator Status
19 cs Pavel Janík Can't work on it now.
20 de Sven Joachim Done
21 fr Eric Jacoboni Done (layout might be improved)
22 pl Włodek Bzyl Done
23 pt-br Rodrigo Real Done
24 ru Alex Ott Done
25 sk Miroslav Vaško No response
26
27 Reminders sent out on 2006-06-08.
28
29 ** Send an email to the various distributions, including the GNOME
30 and KDE projects, to use the new Emacs icons in etc/images/icons.
31
32 * WINDOWS SUPPORT BUGS.
33 These don't need to be fixed to start pretest, but we call the
34 attention of Windows users to fixing them.
35
36 ** Markus Gritsch's report about Emacs looping on Windoze with the following
37 .emacs file, and then reduce Emacs frame width to "something quite narrow":
38 (setq-default truncate-lines t)
39 (custom-set-variables
40 '(hscroll-margin 20)
41 '(hscroll-step 1)
42 )
43
44 ** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
45 Windows only bug.
46
47 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
48 (Did we decide that is unreproducible?)
49
50 * BUGS
51
52 ** Field handling in C-n.
53
54 ** C-g fails to interrupt accept-process-output in Gnus.
55 (Is that fixed?)
56
57 ** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13.
58
59 ** regex char class matching needs a call to char-syntax.
60
61 ** regex char class matching breaks if you change entries
62 in the syntax table.
63
64 ** Handa's Sep 6 compilation font lock bug report.
65
66 * DOCUMENTATION
67
68 ** Check the Emacs Tutorial.
69
70 The first line of every tutorial must begin with text ending in a period
71 (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language.
72 This should be followed by "See end for copying conditions", likewise
73 in the respective language.
74
75 After each file name, on the same line or the following line, come the
76 names of the people who have checked it.
77
78 SECTION READERS
79 ----------------------------------
80 etc/TUTORIAL rms
81 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
82 etc/TUTORIAL.cn
83 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
84 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
85 etc/TUTORIAL.es Marcelo Toledo
86 etc/TUTORIAL.fr ttn
87 etc/TUTORIAL.it ttn
88 etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
89 etc/TUTORIAL.ko
90 etc/TUTORIAL.nl Lute Kamstra
91 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
92 etc/TUTORIAL.pt_BR Marcelo Toledo
93 etc/TUTORIAL.ro
94 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
95 etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
96 etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
97 etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
98 etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
99 etc/TUTORIAL.zh
100
101 \f
102 Local variables:
103 mode: outline
104 coding: utf-8
105 end: