(Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
[emacs.git] / admin / FOR-RELEASE
blob73309bbb7e584cd10f4cce00929b63ba77b3d57a
1 Tasks needed before the next release.
3 * TO BE DONE SHORTLY BEFORE RELEASE
5 ** `undo-ask-before-discard', currently set to t for debugging purposes
6 has to be set to nil: when t, it can leak memory and cause other problems.
8 ** Update release dates of manuals.
10 ** Spell check the manuals.
12 ** Get rid of overfull and underfull boxes in manuals.
14 ** Check for widow and orphan lines in manuals;
15 make sure all the pages really look ok in the manual as formatted.
17 ** Update facemenu-unlisted-faces, adding whatever other
18 face name prefixes should be in it for good results.
20 ** Update AUTHORS.
22 ** Regenerate the postscript files of the reference cards in etc.
24 ** Ask maintainers of refcard translations to update them.
26 ** Check what should be deleted or updated in MORE.STUFF.
28 * NEW FEATURES
30 ** Rework how the fringe "angle" bitmap at at bottom of buffer is
31 shown to include an indication of whether the last line has a NL or not.
32 [Assigned to KFS]
34 ** Rework how fringe bitmaps are defined and used.
35 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
36 one-level representation.  It would be cleaner to split the
37 representation into a two-level model where first level maps
38 bitmap usage to a bitmap name, and second level maps bitmap name to
39 a bitmap appearence.
40 [Assigned to KFS]
42 ** Put a max-limit on the size of images, e.g. based on the display size.
43 This is to avoid allocating insane amounts of memory due to bogus
44 image size specifications.
45 Note: rather than clipping images that are too big (this may be
46 non-trivial to do correctly in all cases -- and thus non-trivial to
47 test), it may be better just to avoid displaying such images for emacs 22.
49 * FATAL ERRORS
51 ** Investigate reported crashes in compact_small_strings.
53 ** Investigate reported crashes related to using an
54 invalid pointer from string_free_list.
56 * BUGS
58 ** Make a new interface for specifying window configurations
59 so that we can fix bugs in balance-windows.
61 ** TCP server processes do not work on Windows.
63 TCP/IP server processes created with `make-network-process' consume
64 excesive CPU on some Windows environments.  Usages of 50% and 100%
65 CPU time have been observed on different Window XP configurations.
66 Seems to be a problem in sys_select in w32proc.c.
68 * DOCUMENTATION
70 ** Update man/info.texi.
72 ** Add missing years in copyright notices of all files.
74 Please record your name here and say which part of the distribution
75 you're going to handle.
77 DIRECTORY               STATUS          IN CHARGE
78 ---------               ------          ---------
79 etc (and subdirs)       done            Thien-Thi Nguyen (ttn(@gnu.org))
80 leim                    working         Kenichi Handa
81 lib-src                 done            ttn
82 lisp                    done            ttn
83 lisp/calc               done            ttn
84 lisp/calendar           working         Glenn Morris
85 lisp/emacs-lisp         done            ttn
86 lisp/emulation          done            ttn
87 lisp/eshell             done            ttn
88 lisp/gnus               done            ttn
89 lisp/international      done            Kenichi Handa
90 lisp/language           done            Kenichi Handa
91 lisp/mail               done            ttn
92 lisp/mh-e               working         Bill Wohler
93 lisp/net                done            ttn
94 lisp/obsolete           done            ttn
95 lisp/play               done            ttn
96 lisp/progmodes          done            Nick Roberts
97 lisp/term               done            ttn
98 lisp/textmodes          done            ttn
99 lisp/toolbar            done            ttn
100 lisp/url                done            ttn
101 lispintro               done            ttn
102 lispref                 done            ttn
103 lwlib                   done            ttn
104 m4                      done            ttn
105 mac (and subdirs)       done            ttn
106 man                     done            ttn
107 msdos                   done            ttn
108 nt (and subdirs)        done            ttn
109 oldXMenu                done            ttn
110 src (and subdirs)       done            ttn
111 vms                     done            ttn
113 ** Check the Emacs manual.
115 Each manual section should be checked for factual correctness
116 regarding recent changes by at least two people.  After each file
117 name, on the same line or the following line, come the names of the
118 people who have checked it.
120 SECTION             READERS
121 -----------------------------
122 man/abbrevs.texi    Chong Yidong    Joakim Verona
123 man/anti.texi       Chong Yidong
124 man/basic.texi      "Luc Teirlinck"  Chong Yidong
125 man/buffers.texi    "Luc Teirlinck"  Chong Yidong
126 man/building.texi   "Ted Zlatanov" <tzz@lifelogs.com>
127 man/calendar.texi   joakim@verona.se  Chong Yidong
128 man/cmdargs.texi    Chong Yidong     "Luc Teirlinck"
129 man/commands.texi   "Luc Teirlinck"  Chong Yidong
130 man/custom.texi     Chong Yidong
131 man/dired.texi      Chong Yidong     joakim@verona.se
132 man/display.texi    "Luc Teirlinck"  Chong Yidong
133 man/emacs.texi      "Luc Teirlinck"  Lute Kamstra
134 man/entering.texi   "Luc Teirlinck"  Chong Yidong
135 man/files.texi      "Luc Teirlinck"  Chong Yidong
136 man/fixit.texi      "Luc Teirlinck"  Chong Yidong
137 man/frames.texi     "Luc Teirlinck"  Chong Yidong
138 man/glossary.texi   Chong Yidong
139 man/help.texi       "Luc Teirlinck"  Chong Yidong
140 man/indent.texi     "Luc Teirlinck"  Chong Yidong
141 man/killing.texi    "Luc Teirlinck"  Chong Yidong
142 man/kmacro.texi     "Luc Teirlinck"  Chong Yidong
143 man/macos.texi
144 man/maintaining.texi Chong Yidong
145 man/major.texi      "Luc Teirlinck"  Chong Yidong
146 man/mark.texi       "Luc Teirlinck"  Chong Yidong
147 man/mini.texi       "Luc Teirlinck"  Chong Yidong
148 man/misc.texi       Chong Yidong
149 man/msdog.texi      Chong Yidong
150 man/mule.texi       "Luc Teirlinck"  Kenichi Handa
151 man/m-x.texi        "Luc Teirlinck"  Chong Yidong
152 man/picture.texi    Joakim Verona <joakim@verona.se>   Chong Yidong
153 man/programs.texi   "Stephen Eglen"  Chong Yidong
154 man/regs.texi       "Luc Teirlinck"   Chong Yidong
155 man/rmail.texi      Chong Yidong      "Luc Teirlinck"
156 man/screen.texi     "Luc Teirlinck"   Chong Yidong
157 man/search.texi     "Luc Teirlinck"   Chong Yidong
158 man/sending.texi    Chong Yidong      "Luc Teirlinck"
159 man/text.texi       "Luc Teirlinck"   Chong Yidong
160 man/trouble.texi    Chong Yidong
161 man/windows.texi    "Luc Teirlinck"   Chong Yidong
162 man/xresources.texi
164 ** Check the Emacs Lisp manual.
166 Each manual section should be checked for factual correctness
167 regarding recent changes by at least two people.  After each file
168 name, on the same line or the following line, come the names of the
169 people who have checked it.
171 SECTION                  READERS
172 ----------------------------------
173 lispref/abbrevs.texi     "Luc Teirlinck"   Chong Yidong
174 lispref/advice.texi      joakim@verona.se  Chong Yidong
175 lispref/anti.texi        Chong Yidong
176 lispref/backups.texi     "Luc Teirlinck"   Chong Yidong
177 lispref/buffers.texi     "Luc Teirlinck"   Chong Yidong
178 lispref/calendar.texi    Joakim Verona <joakim@verona.se>  Chong Yidong
179 lispref/commands.texi    "Luc Teirlinck"   Chong Yidong
180 lispref/compile.texi     "Luc Teirlinck"   Chong Yidong
181 lispref/control.texi     "Luc Teirlinck"   Chong Yidong
182 lispref/customize.texi   Chong Yidong
183 lispref/debugging.texi   Joakim Verona <joakim@verona.se>   Lute Kamstra
184 lispref/display.texi     Chong Yidong
185 lispref/edebug.texi      Chong Yidong      "Luc Teirlinck"
186 lispref/elisp.texi       "Luc Teirlinck"   Lute Kamstra
187 lispref/errors.texi      "Luc Teirlinck"   Chong Yidong
188 lispref/eval.texi        "Luc Teirlinck"   Chong Yidong
189 lispref/files.texi       "Luc Teirlinck"   Chong Yidong
190 lispref/frames.texi      "Luc Teirlinck"   Chong Yidong
191 lispref/functions.texi   "Luc Teirlinck"   Chong Yidong
192 lispref/hash.texi        "Luc Teirlinck"   Chong Yidong
193 lispref/help.texi        "Luc Teirlinck"   Chong Yidong
194 lispref/hooks.texi       Lute Kamstra      Chong Yidong
195 lispref/internals.texi   "Luc Teirlinck"   Chong Yidong
196 lispref/intro.texi       "Luc Teirlinck"   Josh Varner
197 lispref/keymaps.texi     "Luc Teirlinck"   Chong Yidong
198 lispref/lists.texi       "Luc Teirlinck"   Chong Yidong
199 lispref/loading.texi     "Luc Teirlinck"   Chong Yidong
200 lispref/locals.texi      Chong Yidong
201 lispref/macros.texi      "Luc Teirlinck"   Chong Yidong
202 lispref/maps.texi        Chong Yidong
203 lispref/markers.texi     "Luc Teirlinck"   Chong Yidong
204 lispref/minibuf.texi     "Luc Teirlinck"   Chong Yidong
205 lispref/modes.texi       Chong Yidong
206 lispref/nonascii.texi    "Luc Teirlinck"   Chong Yidong
207 lispref/numbers.texi     "Luc Teirlinck"   Chong Yidong
208 lispref/objects.texi     "Luc Teirlinck"   Chong Yidong
209 lispref/os.texi          "Luc Teirlinck"   Chong Yidong
210 lispref/positions.texi   "Luc Teirlinck"   Chong Yidong
211 lispref/processes.texi   Chong Yidong      ttn
212 lispref/searching.texi   "Luc Teirlinck"   Chong Yidong
213 lispref/sequences.texi   "Luc Teirlinck"   Chong Yidong
214 lispref/streams.texi     "Luc Teirlinck"   Chong Yidong
215 lispref/strings.texi     "Luc Teirlinck"   Chong Yidong
216 lispref/symbols.texi     "Luc Teirlinck"   Chong Yidong
217 lispref/syntax.texi      "Luc Teirlinck"   Chong Yidong
218 lispref/text.texi        Chong Yidong
219 lispref/tips.texi        "Luc Teirlinck"   Chong Yidong
220 lispref/variables.texi   "Luc Teirlinck"   Chong Yidong
221 lispref/windows.texi     "Luc Teirlinck"   Chong Yidong
223 ** Check the Emacs Tutorial.
225 The first line of every tutorial must begin with text ending in a period
226 (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language.
227 This should be followed by "See end for copying conditions", likewise
228 in the respective language.
230 After each file name, on the same line or the following line, come the
231 names of the people who have checked it.
233 SECTION                  READERS
234 ----------------------------------
235 etc/TUTORIAL             rms
236 etc/TUTORIAL.bg          Ognyan Kulev <ogi@fmi.uni-sofia.bg>
237 etc/TUTORIAL.cn
238 etc/TUTORIAL.cs          Pavel Janík <Pavel@Janik.cz>
239 etc/TUTORIAL.de          Werner LEMBERG <wl@gnu.org>
240 etc/TUTORIAL.es          Marcelo Toledo
241 etc/TUTORIAL.fr          ttn
242 etc/TUTORIAL.it          ttn
243 etc/TUTORIAL.ja          Kenichi Handa <handa@m17n.org>
244 etc/TUTORIAL.ko
245 etc/TUTORIAL.nl          Lute Kamstra
246 etc/TUTORIAL.pl          Slawomir Nowaczyk <slawek@cs.lth.se>
247 etc/TUTORIAL.pt_BR       Marcelo Toledo
248 etc/TUTORIAL.ro
249 etc/TUTORIAL.ru          Alex Ott <alexott@gmail.com>
250 etc/TUTORIAL.sk          Pavel Janík <Pavel@Janik.cz>
251 etc/TUTORIAL.sl          Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
252 etc/TUTORIAL.sv          Mats Lidell <matsl@contactor.se>
253 etc/TUTORIAL.th          Virach Sornlertlamvanich <virach@tcllab.org>
254 etc/TUTORIAL.zh
257 Local variables:
258 mode: outline
259 end: