(ibuffer-mode): Doc fix.
[bpt/emacs.git] / admin / FOR-RELEASE
CommitLineData
e47ac727
RS
1Tasks needed before the next release.
2
c8de0427 3* TO BE DONE SHORTLY BEFORE RELEASE
1f912e99 4
c8de0427 5** `undo-ask-before-discard', currently set to t for debugging purposes
1f912e99
LT
6has to be set to nil: when t, it can leak memory and cause other problems.
7
07ff1e4b
RS
8** Update release dates of manuals.
9
07ff1e4b 10** Get rid of overfull and underfull boxes in manuals.
0ad6717d 11
059cbcd5
RS
12** Check for widow and orphan lines in manuals;
13make sure all the pages really look ok in the manual as formatted.
14
a68d870b
RS
15** Update facemenu-unlisted-faces, adding whatever other
16face name prefixes should be in it for good results.
059cbcd5 17
57985b44
LK
18** Update AUTHORS.
19
20** Regenerate the postscript files of the reference cards in etc.
21
b713c813
RS
22** Ask maintainers of refcard translations to update them.
23
49561a36
RS
24Requests to have been sent out on 2006-05-23 (Reiner Steib).
25
26LANG Translator Status
3f168e29 27cs Pavel Janík No response
6fc99f0c 28de Sven Joachim Done
ecd19d22 29fr Eric Jacoboni Done (layout might be improved)
9c486161 30pl Włodek Bzyl Done
49561a36
RS
31pt-br Rodrigo Real Done
32ru Alex Ott Working
9c486161 33sk Miroslav Vaško No response
49561a36 34
ecd19d22 35Reminders sent out on 2006-06-08.
49561a36 36
4bfd4524
CY
37** Send an email to the various distributions, including the GNOME
38and KDE projects, to use the new Emacs icons in etc/images/icons.
39
ee31cd78
RS
40* BUGS
41
d1ae9041
RS
42** text_property_stickiness can be called with a POS value that is before BEGV.
43
44text_property_stickiness is called from get_pos_property,
45which is called from find_field, which is called from
46various user-level functions in editfns.c.
a47ba658 47
e4a9a1cf
RS
48** JD Smith's 17 Apr 2006 bug report that CVS operations
49get mysterious unreproducible failures.
50
888046a6
RS
51** Is there a basic problem with cl-byte-compile-compiler-macro?
52
732ab737
KS
53** Markus Gritsch's report about Emacs looping on Windoze with the following
54.emacs file, and then reduce Emacs frame width to "something quite narrow":
55 (setq-default truncate-lines t)
56 (custom-set-variables
57 '(hscroll-margin 20)
58 '(hscroll-step 1)
59 )
60
fb90e6d9 61** TCP server processes do not work on Windows.
28df3a10
JB
62
63TCP/IP server processes created with `make-network-process' consume
64excesive CPU on some Windows environments. Usages of 50% and 100%
65CPU time have been observed on different Window XP configurations.
fc3c954c 66Seems to be a problem in sys_select in w32proc.c.
28df3a10 67
49af2995
KS
68In its current form, it sys_select says the socket is ready, so we
69call server_accept_connection which again calls accept() which returns
70-1 with errno == WSAEWOULDBLOCK (10035) indicating that there is no
71pending connection to accept.
72
73It seems that to fix this, w32 server sockets must use WSAAsyncSelect
74+ FD_ACCEPT to request notifications of incoming connections...
75
76
7956ef44
KS
77* DOCUMENTATION
78
7956ef44
KS
79** Check the Emacs Lisp manual.
80
762566f3
RS
81Each manual section should be checked for factual correctness
82regarding recent changes by at least two people. After each file
83name, on the same line or the following line, come the names of the
84people who have checked it.
98b83a88
LT
85
86SECTION READERS
87----------------------------------
aa5c6b3e
RS
88lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong
89lispref/advice.texi joakim@verona.se Chong Yidong
b02afb20 90lispref/anti.texi Chong Yidong
aa5c6b3e 91lispref/backups.texi "Luc Teirlinck" Chong Yidong
4e07258f 92lispref/buffers.texi "Luc Teirlinck" Chong Yidong
bfa8be14 93lispref/calendar.texi Joakim Verona <joakim@verona.se> Chong Yidong
aa5c6b3e 94lispref/commands.texi "Luc Teirlinck" Chong Yidong
134948fc
RS
95lispref/compile.texi "Luc Teirlinck" Chong Yidong
96lispref/control.texi "Luc Teirlinck" Chong Yidong
20ce8b1c 97lispref/customize.texi Chong Yidong "Luc Teirlinck"
a9ee5cac 98lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
bfa8be14 99lispref/display.texi Chong Yidong
69ea3196 100lispref/edebug.texi Chong Yidong "Luc Teirlinck"
405cb12a 101lispref/elisp.texi "Luc Teirlinck" Lute Kamstra
8d3c84f7 102lispref/errors.texi "Luc Teirlinck" Chong Yidong
134948fc 103lispref/eval.texi "Luc Teirlinck" Chong Yidong
4e07258f
RS
104lispref/files.texi "Luc Teirlinck" Chong Yidong
105lispref/frames.texi "Luc Teirlinck" Chong Yidong
134948fc
RS
106lispref/functions.texi "Luc Teirlinck" Chong Yidong
107lispref/hash.texi "Luc Teirlinck" Chong Yidong
aa5c6b3e 108lispref/help.texi "Luc Teirlinck" Chong Yidong
4ed7ef6b 109lispref/hooks.texi Lute Kamstra Chong Yidong
bfa8be14 110lispref/internals.texi "Luc Teirlinck" Chong Yidong
d7ea8b71 111lispref/intro.texi "Luc Teirlinck" Josh Varner
aa5c6b3e 112lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
134948fc
RS
113lispref/lists.texi "Luc Teirlinck" Chong Yidong
114lispref/loading.texi "Luc Teirlinck" Chong Yidong
4ed7ef6b 115lispref/locals.texi Chong Yidong
aa5c6b3e 116lispref/macros.texi "Luc Teirlinck" Chong Yidong
8d3c84f7 117lispref/maps.texi Chong Yidong
aa5c6b3e 118lispref/markers.texi "Luc Teirlinck" Chong Yidong
134948fc 119lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
ba2c991c 120lispref/modes.texi Chong Yidong
bfa8be14 121lispref/nonascii.texi "Luc Teirlinck" Chong Yidong
134948fc
RS
122lispref/numbers.texi "Luc Teirlinck" Chong Yidong
123lispref/objects.texi "Luc Teirlinck" Chong Yidong
a98ac7ae 124lispref/os.texi "Luc Teirlinck" Chong Yidong
ba2c991c 125lispref/positions.texi "Luc Teirlinck" Chong Yidong
02319508 126lispref/processes.texi Chong Yidong ttn
28084047 127lispref/searching.texi "Luc Teirlinck" Chong Yidong
a98ac7ae 128lispref/sequences.texi "Luc Teirlinck" Chong Yidong
134948fc 129lispref/streams.texi "Luc Teirlinck" Chong Yidong
ba2c991c 130lispref/strings.texi "Luc Teirlinck" Chong Yidong
134948fc 131lispref/symbols.texi "Luc Teirlinck" Chong Yidong
a98ac7ae 132lispref/syntax.texi "Luc Teirlinck" Chong Yidong
4e07258f 133lispref/text.texi Chong Yidong
a98ac7ae 134lispref/tips.texi "Luc Teirlinck" Chong Yidong
134948fc 135lispref/variables.texi "Luc Teirlinck" Chong Yidong
4e07258f 136lispref/windows.texi "Luc Teirlinck" Chong Yidong
7956ef44 137
0b048d52
MT
138** Check the Emacs Tutorial.
139
0598b84f
TTN
140The first line of every tutorial must begin with text ending in a period
141(".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language.
142This should be followed by "See end for copying conditions", likewise
143in the respective language.
b75122e4
RS
144
145After each file name, on the same line or the following line, come the
146names of the people who have checked it.
147
0b048d52
MT
148SECTION READERS
149----------------------------------
b75122e4 150etc/TUTORIAL rms
f290db1d 151etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
0b048d52 152etc/TUTORIAL.cn
d1ae9041 153etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
ce854ec1 154etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
f290db1d 155etc/TUTORIAL.es Marcelo Toledo
02319508
TTN
156etc/TUTORIAL.fr ttn
157etc/TUTORIAL.it ttn
c09b2b56 158etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
0b048d52 159etc/TUTORIAL.ko
1d88af04 160etc/TUTORIAL.nl Lute Kamstra
e31eb62c 161etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
f290db1d 162etc/TUTORIAL.pt_BR Marcelo Toledo
0b048d52 163etc/TUTORIAL.ro
8471dc58 164etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
d1ae9041 165etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
a049b36c 166etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
f290db1d 167etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
8471dc58 168etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
0b048d52
MT
169etc/TUTORIAL.zh
170
c0a070c1
KS
171\f
172Local variables:
173mode: outline
49561a36 174coding: utf-8
c0a070c1 175end: