(dired-isearch-filenames-setup): Add autoload cookie
[emacs.git] / admin / FOR-RELEASE
blob3a37dc93a09dcd7dfd6d0b8544e41bd074650964
1 Tasks needed before the next release.
3 * TO BE DONE SHORTLY BEFORE RELEASE
5 ** Check for widow and orphan lines in manuals;
6 make sure all the pages really look ok in the manual as formatted.
8 ** Regenerate the pdf versions of the reference cards in etc/refcards/.
10 ** Ask maintainers of refcard translations to update them.
12 Emacs 22 translators:
14 LANG    Translator            Status
15 cs      Pavel Janík           
16 de      Sven Joachim          
17 fr      Eric Jacoboni         
18 pl      Włodek Bzyl           
19 pt-br   Rodrigo Real          
20 ru      Alex Ott              
21 sk      Miroslav Vaško        
23 ** Remove temporary +++/--- lines in NEWS.
25 ** Try to reorder NEWS: most important things first, related items together.
27 * WINDOWS SUPPORT BUGS
29 These don't need to be fixed before a release, but we call the
30 attention of Windows users to fixing them.
32 ** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
33 Verify that the new font backend eliminates this and other Cleartype related
34 problems.
36 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
37   (Did we decide that is unreproducible?)
39 * BUGS WAITING FOR MORE USER INPUT
41 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process)
42 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
44 ** undefined reference getopt_long
45 Report by Daniel C. Bastos <dbast0s@yahoo.com.br> on bug-gnu-emacs
46 from 2007-08-27.  Impossible to procede without more input from OP (as
47 of 20070912, emails are bouncing) or someone else who can reproduce this.
48 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01497.html
50 * BUGS
52 ** Does deleting frames run Lisp code?  If so, can we get rid of that?
53 It is a dangerous design.
54 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
56 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
57 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
59 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
60 "can't turn off font-lock"
61 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
63 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
64 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
66 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
67 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
68 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
70 ** sdl.web@gmail.com, Sep 24: TLS infinite loop.
71 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
73 ** herring@lanl.gov: find-func: can no longer find adviced subrs
74 This ought to work.
76 ** \\{...} produces duplicate entries
77 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
79 ** menu indications of key bindings for remapped commands
80 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
82 ** rms: gnus-dired.el is a mistake.  Those features should not
83 be part of Gnus.  They should be moved to some other part of Emacs.
84 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
85 minimized.  I don't know what is left to do here.
87 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
89 ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround
91 ** multi-tty does not work correctly.
92 If the server is started from a tty frame and emacsclient creates an
93 X11 frame, the tty frame gets confused, it thinks it is an X11 frame
94 when trying to do a C-z.  This worked with server.el version 1.136, it
95 broke after that.
96 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html
97 Also emacsclient does not work on Windows, it also worked with
98 server.el version 1.136.
99 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html
101 ** skeleton bug? Or is it now working as documented?
102 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01335.html
104 ** move verilog-mode.el compile patterns into compile.el?
105 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00234.html
107 ** stack-trace-on-error segfaults infloop
108 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg02031.html
110 ** han@mijncomputer.nl, Feb 3: emacsclient misbehaves
112 ** Mouse clicks on the menubar don't currently work with a console
113 Following the direct use of Gpm, the menubar now needs to be
114 considered a special part of the screen in Emacs on a console.
115 http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00277.html
117 ** unicode-merge issues:
119 *** The data segment size increased after the unicode-2 merge.
120 The "data" size increased for emacs from ~4MB to ~11MB on x86.
121 The temacs sizes are comparable.
122 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00951.html
124 ** Clean up Emacs.app references in code and documentation.
126 * DOCUMENTATION
128 ** Verify if doc/emacs/macos.texi is still useful, remove it if it is not.
130 ** Document multi-tty features
131 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
132 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
134 ** Document new font backend
136 ** Document XEmbed support
138 ** Check the Emacs Tutorial.
140 The first line of every tutorial must begin with text ending in a
141 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
142 language. This should be followed by "See end for copying conditions",
143 likewise in the respective language.
145 After each file name, on the same line or the following line, come the
146 names of the people who have checked it.
148 SECTION                  READERS
149 ----------------------------------
150 etc/TUTORIAL             
151 etc/TUTORIAL.bg          
152 etc/TUTORIAL.cn
153 etc/TUTORIAL.cs          
154 etc/TUTORIAL.de          
155 etc/TUTORIAL.eo
156 etc/TUTORIAL.es          
157 etc/TUTORIAL.fr          
158 etc/TUTORIAL.it          
159 etc/TUTORIAL.ja          
160 etc/TUTORIAL.ko
161 etc/TUTORIAL.nl          
162 etc/TUTORIAL.pl          
163 etc/TUTORIAL.pt_BR       
164 etc/TUTORIAL.ro
165 etc/TUTORIAL.ru          
166 etc/TUTORIAL.sk          
167 etc/TUTORIAL.sl          
168 etc/TUTORIAL.sv          
169 etc/TUTORIAL.th          
170 etc/TUTORIAL.zh
172 ** Check the manual.
174 abbrevs.texi
175 ack.texi
176 anti.texi
177 arevert-xtra.texi
178 basic.texi
179 buffers.texi
180 building.texi
181 calendar.texi
182 cal-xtra.texi
183 cmdargs.texi
184 commands.texi     -- cyd
185 custom.texi
186 dired.texi
187 dired-xtra.texi
188 display.texi
189 emacs.texi        -- cyd
190 emacs-xtra.texi
191 emerge-xtra.texi
192 entering.texi     -- cyd
193 files.texi
194 fixit.texi
195 fortran-xtra.texi
196 frames.texi
197 glossary.texi
198 gnu.texi
199 gpl.texi
200 help.texi
201 indent.texi
202 killing.texi
203 kmacro.texi
204 macos.texi
205 maintaining.texi
206 major.texi
207 mark.texi         -- cyd
208 mini.texi
209 misc.texi
210 msdog.texi
211 msdog-xtra.texi
212 mule.texi
213 m-x.texi
214 programs.texi
215 regs.texi
216 rmail.texi
217 screen.texi       -- cyd
218 search.texi
219 sending.texi
220 text.texi
221 trouble.texi
222 windows.texi
223 xresources.texi
225 ** Check the Lisp manual.
227 abbrevs.texi
228 advice.texi
229 anti.texi
230 back.texi
231 backups.texi
232 buffers.texi
233 commands.texi
234 compile.texi
235 control.texi
236 customize.texi
237 debugging.texi
238 display.texi
239 doclicense.texi
240 edebug.texi
241 elisp.texi
242 errors.texi
243 eval.texi
244 files.texi
245 frames.texi
246 functions.texi
247 hash.texi
248 help.texi
249 hooks.texi
250 index.texi
251 internals.texi
252 intro.texi
253 keymaps.texi
254 lists.texi
255 loading.texi
256 locals.texi
257 macros.texi
258 maps.texi
259 markers.texi
260 minibuf.texi
261 modes.texi
262 nonascii.texi
263 numbers.texi
264 objects.texi
265 os.texi
266 positions.texi
267 processes.texi
268 searching.texi
269 sequences.texi
270 spellfile
271 streams.texi
272 strings.texi
273 symbols.texi
274 syntax.texi
275 text.texi
276 tips.texi
277 two.el
278 variables.texi
279 windows.texi
281 * PLANNED ADDITIONS
282 ** CEDET
283 ** Emacs.app
284 ** ruby-mode
285 ** js2-mode
286 ** pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
288 Local variables:
289 mode: outline
290 coding: utf-8
291 end: