]> code.delx.au - gnu-emacs/blob - admin/FOR-RELEASE
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
[gnu-emacs] / admin / FOR-RELEASE
1 Tasks needed before the next release.
2
3 * TO BE DONE SHORTLY BEFORE RELEASE
4
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.
7
8 * NEW FEATURES
9
10 ** Face remapping.
11
12 ** Make VC-over-Tramp work where possible, or at least fail
13 gracefully if something isn't supported over Tramp.
14 To be done by Andre Spiegel <spiegel@gnu.org>.
15
16 ** define-minor-mode should not put :require into defcustom.
17 See msg from rms to emacs-devel on 21 Dec.
18
19 ** Update Speedbar.
20
21 ** Enhance scroll-bar to handle tall line (similar to line-move).
22
23 ** Adapt mouse-sel-mode to mouse-1-click-follows-link.
24
25
26 * FATAL ERRORS
27
28 ** Make unexec handle memory mapping policy of the latest versions of Linux.
29
30 ** Investigate reported crashes in compact_small_strings.
31
32 ** Investigate reported crashes related to using an
33 invalid pointer from string_free_list.
34
35
36 * LOSSAGE
37
38 ** Clean up flymake.el to follow Emacs Lisp conventions.
39
40 * BUGS
41
42 ** Ange-ftp should ignore irrelevant IPv6 errors:
43
44 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
45 From: "Piet van Oostrum" <piet@cs.uu.nl>
46 To: emacs-pretest-bug@gnu.org
47 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
48
49 Symptoms:
50
51 C-x C-f /ftp.nluug.nl:/
52
53 The problem is that the DNS first gives an IPV6 address. However our
54 router doesn't do IPV6. Ftp then falls back to IPV4:
55
56 ftp> open ftp.nluug.nl
57 Trying 2001:610:1:80aa:192:87:102:36...
58 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
59 Trying 192.87.102.36...
60 Connected to ftp.nluug.nl.
61
62 Ange-ftp chokes on the `No route to host' message and doesn't look any
63 further.
64
65 I think in the near future we will see more of this problem, so it might be
66 time to make anfe-ftp more intelligent.
67
68
69 * GTK RELATED BUGS
70
71 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
72
73
74 * REDISPLAY RELATED BUGS
75
76 ** Avoid unbreakable loops in redisplay.
77
78 Redisplay may loop if there is an error in some display property, e.g.
79 (space 'left-margin)
80
81 A fix would be to somehow disable handling of display properties if an error
82 is encountered.
83
84
85 * DOCUMENTATION
86
87 ** Document Custom Themes.
88
89 ** Finish updating the Emacs Lisp manual.
90
91 ** Update the Emacs manual.
92
93 *** Update man/info.texi.
94
95 *** Update man/ack.texi.
96
97 ** Add missing years in copyright notices of all files.
98
99 ** Update AUTHORS.
100
101 ** Reorder NEWS entries.
102
103 ** Check the Emacs manual.
104
105 Each manual section should be checked for factual correctness
106 regarding recent changes by at least two people. After each file
107 name, on the same line or the following line, come the names of the
108 people who have checked it.
109
110
111 SECTION READERS
112 -----------------------------
113 man/abbrevs.texi Chong Yidong Joakim Verona
114 man/anti.texi
115 man/basic.texi "Luc Teirlinck" Chong Yidong
116 man/buffers.texi "Luc Teirlinck" Chong Yidong
117 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com>
118 man/calendar.texi joakim@verona.se Chong Yidong
119 man/cmdargs.texi Chong Yidong "Luc Teirlinck"
120 man/commands.texi "Luc Teirlinck" Chong Yidong
121 man/custom.texi Chong Yidong
122 man/dired.texi Chong Yidong joakim@verona.se
123 man/display.texi "Luc Teirlinck" Chong Yidong
124 man/emacs.texi "Luc Teirlinck"
125 man/entering.texi "Luc Teirlinck" Chong Yidong
126 man/files.texi "Luc Teirlinck" Chong Yidong
127 man/fixit.texi "Luc Teirlinck" Chong Yidong
128 man/frames.texi "Luc Teirlinck" Chong Yidong
129 man/glossary.texi Chong Yidong
130 man/help.texi "Luc Teirlinck" Chong Yidong
131 man/indent.texi "Luc Teirlinck" Chong Yidong
132 man/killing.texi "Luc Teirlinck" Chong Yidong
133 man/kmacro.texi "Luc Teirlinck" Chong Yidong
134 man/macos.texi
135 man/maintaining.texi
136 man/major.texi "Luc Teirlinck" Chong Yidong
137 man/mark.texi "Luc Teirlinck" Chong Yidong
138 man/mini.texi "Luc Teirlinck" Chong Yidong
139 man/misc.texi Chong Yidong
140 man/msdog.texi Chong Yidong
141 man/mule.texi "Luc Teirlinck"
142 man/m-x.texi "Luc Teirlinck" Chong Yidong
143 man/picture.texi Joakim Verona <joakim@verona.se> Chong Yidong
144 man/programs.texi "Stephen Eglen" Chong Yidong
145 man/regs.texi "Luc Teirlinck" Chong Yidong
146 man/rmail.texi Chong Yidong "Luc Teirlinck"
147 man/screen.texi "Luc Teirlinck" Chong Yidong
148 man/search.texi "Luc Teirlinck" Chong Yidong
149 man/sending.texi Chong Yidong "Luc Teirlinck"
150 man/text.texi "Luc Teirlinck" Chong Yidong
151 man/trouble.texi Chong Yidong
152 man/windows.texi "Luc Teirlinck" Chong Yidong
153 man/xresources.texi
154
155 ** Check the Emacs Lisp manual.
156
157 Each manual section should be checked for factual correctness
158 regarding recent changes by at least two people. After each file
159 name, on the same line or the following line, come the names of the
160 people who have checked it.
161
162 SECTION READERS
163 ----------------------------------
164 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong
165 lispref/advice.texi joakim@verona.se Chong Yidong
166 lispref/anti.texi
167 lispref/backups.texi "Luc Teirlinck" Chong Yidong
168 lispref/buffers.texi "Luc Teirlinck" Chong Yidong
169 lispref/calendar.texi Joakim Verona <joakim@verona.se> Chong Yidong
170 lispref/commands.texi "Luc Teirlinck" Chong Yidong
171 lispref/compile.texi "Luc Teirlinck" Chong Yidong
172 lispref/control.texi "Luc Teirlinck" Chong Yidong
173 lispref/customize.texi Chong Yidong
174 lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
175 lispref/display.texi Chong Yidong
176 lispref/edebug.texi Chong Yidong
177 lispref/elisp.texi "Luc Teirlinck"
178 lispref/errors.texi "Luc Teirlinck"
179 lispref/eval.texi "Luc Teirlinck" Chong Yidong
180 lispref/files.texi "Luc Teirlinck" Chong Yidong
181 lispref/frames.texi "Luc Teirlinck" Chong Yidong
182 lispref/functions.texi "Luc Teirlinck" Chong Yidong
183 lispref/hash.texi "Luc Teirlinck" Chong Yidong
184 lispref/help.texi "Luc Teirlinck" Chong Yidong
185 lispref/hooks.texi Lute Kamstra
186 lispref/internals.texi "Luc Teirlinck" Chong Yidong
187 lispref/intro.texi "Luc Teirlinck"
188 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
189 lispref/lists.texi "Luc Teirlinck" Chong Yidong
190 lispref/loading.texi "Luc Teirlinck" Chong Yidong
191 lispref/locals.texi
192 lispref/macros.texi "Luc Teirlinck" Chong Yidong
193 lispref/maps.texi
194 lispref/markers.texi "Luc Teirlinck" Chong Yidong
195 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
196 lispref/modes.texi Chong Yidong
197 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong
198 lispref/numbers.texi "Luc Teirlinck" Chong Yidong
199 lispref/objects.texi "Luc Teirlinck" Chong Yidong
200 lispref/os.texi "Luc Teirlinck" Chong Yidong
201 lispref/positions.texi "Luc Teirlinck" Chong Yidong
202 lispref/processes.texi Chong Yidong
203 lispref/searching.texi "Luc Teirlinck" Chong Yidong
204 lispref/sequences.texi "Luc Teirlinck" Chong Yidong
205 lispref/streams.texi "Luc Teirlinck" Chong Yidong
206 lispref/strings.texi "Luc Teirlinck" Chong Yidong
207 lispref/symbols.texi "Luc Teirlinck" Chong Yidong
208 lispref/syntax.texi "Luc Teirlinck" Chong Yidong
209 lispref/text.texi Chong Yidong
210 lispref/tips.texi "Luc Teirlinck" Chong Yidong
211 lispref/variables.texi "Luc Teirlinck" Chong Yidong
212 lispref/windows.texi "Luc Teirlinck" Chong Yidong
213
214 ** Check the Emacs Tutorial.
215
216 The first line of every tutorial must begin with a sentence saying
217 "Emacs Tutorial" in the respective language. This should be followed
218 by "See end for copying conditions", likewise in the respective
219 language.
220
221 After each file name, on the same line or the following line, come the
222 names of the people who have checked it.
223
224
225 SECTION READERS
226 ----------------------------------
227 etc/TUTORIAL rms
228 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
229 etc/TUTORIAL.cn
230 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
231 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
232 etc/TUTORIAL.es Marcelo Toledo
233 etc/TUTORIAL.fr Thien-Thi Nguyen
234 etc/TUTORIAL.it Thien-Thi Nguyen
235 etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
236 etc/TUTORIAL.ko
237 etc/TUTORIAL.nl Lute Kamstra
238 etc/TUTORIAL.pl
239 etc/TUTORIAL.pt_BR Marcelo Toledo
240 etc/TUTORIAL.ro
241 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
242 etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
243 etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
244 etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
245 etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
246 etc/TUTORIAL.zh
247
248
249
250 \f
251 Local variables:
252 mode: outline
253 end: