(idlwave-complete-in-buffer): Use mapc rather than mapcar.
[emacs.git] / admin / FOR-RELEASE
blob56a9d3f9981eb34957aed5de955b0b754aec661a
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 Windows only bug. Bug appears only when Cleartype enabled, probably related
34 to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
36 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
37   (Did we decide that is unreproducible?)
39 ** set-frame-size for frame without minibuffer loses mode line
40 Probably a Windows only bug.  Reported by Drew Adams on bug-gnu-emacs on
41 2007-08-07.  It seems that the bug manifests itself only if resizing the
42 frame makes the menu bar wrap before.  On 2007-08-16 Glenn Morris
43 reported on emacs-devel that he was not able to reproduce the bug on a
44 GNU/Linux system.
46 * BUGS WAITING FOR MORE USER INPUT
48 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process)
49 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
51 * BUGS
53 ** Document the changes introduced by multi-tty
54 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
55 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
57 ** Does deleting frames run Lisp code?  If so, can we get rid of that?
58 It is a dangerous design.
59 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
61 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
62 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
64 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
65 "can't turn off font-lock"
66 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
68 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
69 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
71 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
72 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
73 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
75 ** sdl.web@gmail.com, Sep 24: TLS infinite loop.
76 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
78 ** herring@lanl.gov: find-func: can no longer find adviced subrs
79 This ought to work.
81 ** \\{...} produces duplicate entries
82 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
84 ** menu indications of key bindings for remapped commands
85 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
87 ** tromey@redhat.com: two View-mode "quit" bugs
88 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html
90 * DOCUMENTATION
92 ** Check the Emacs Tutorial.
94 The first line of every tutorial must begin with text ending in a
95 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
96 language. This should be followed by "See end for copying conditions",
97 likewise in the respective language.
99 After each file name, on the same line or the following line, come the
100 names of the people who have checked it.
102 SECTION                  READERS
103 ----------------------------------
104 etc/TUTORIAL             
105 etc/TUTORIAL.bg          
106 etc/TUTORIAL.cn
107 etc/TUTORIAL.cs          
108 etc/TUTORIAL.de          
109 etc/TUTORIAL.eo
110 etc/TUTORIAL.es          
111 etc/TUTORIAL.fr          
112 etc/TUTORIAL.it          
113 etc/TUTORIAL.ja          
114 etc/TUTORIAL.ko
115 etc/TUTORIAL.nl          
116 etc/TUTORIAL.pl          
117 etc/TUTORIAL.pt_BR       
118 etc/TUTORIAL.ro
119 etc/TUTORIAL.ru          
120 etc/TUTORIAL.sk          
121 etc/TUTORIAL.sl          
122 etc/TUTORIAL.sv          
123 etc/TUTORIAL.th          
124 etc/TUTORIAL.zh
127 Local variables:
128 mode: outline
129 coding: utf-8
130 end: