(diff-hunk-style): New fun.
[emacs.git] / admin / FOR-RELEASE
blobbdd02523ceb2e381faa66bf83393a7dd2aa30827
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
48 ** Document the changes introduced by multi-tty
49 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
50 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
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 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process)
60 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
62 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
63 "can't turn off font-lock"
64 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
66 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
67 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
69 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
70 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
71 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
73 ** sdl.web@gmail.com, Sep 24: TLS infinite loop.
74 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
76 ** herring@lanl.gov: find-func: can no longer find adviced subrs
77 This ought to work.
79 ** \\{...} produces duplicate entries
80 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
82 ** menu indications of key bindings for remapped commands
83 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
85 ** tromey@redhat.com: two View-mode "quit" bugs
86 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html
88 * DOCUMENTATION
90 ** Check the Emacs Tutorial.
92 The first line of every tutorial must begin with text ending in a
93 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
94 language. This should be followed by "See end for copying conditions",
95 likewise in the respective language.
97 After each file name, on the same line or the following line, come the
98 names of the people who have checked it.
100 SECTION                  READERS
101 ----------------------------------
102 etc/TUTORIAL             rms
103 etc/TUTORIAL.bg          Ognyan Kulev <ogi@fmi.uni-sofia.bg>
104 etc/TUTORIAL.cn
105 etc/TUTORIAL.cs          Pavel Janík <Pavel@Janik.cz>
106 etc/TUTORIAL.de          Werner LEMBERG <wl@gnu.org>
107 etc/TUTORIAL.eo
108 etc/TUTORIAL.es          Marcelo Toledo
109 etc/TUTORIAL.fr          ttn
110 etc/TUTORIAL.it          ttn
111 etc/TUTORIAL.ja          Kenichi Handa <handa@m17n.org>
112 etc/TUTORIAL.ko
113 etc/TUTORIAL.nl          Lute Kamstra
114 etc/TUTORIAL.pl          Slawomir Nowaczyk <slawek@cs.lth.se>
115 etc/TUTORIAL.pt_BR       Marcelo Toledo
116 etc/TUTORIAL.ro
117 etc/TUTORIAL.ru          Alex Ott <alexott@gmail.com>
118 etc/TUTORIAL.sk          Pavel Janík <Pavel@Janik.cz>
119 etc/TUTORIAL.sl          Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
120 etc/TUTORIAL.sv          Mats Lidell <matsl@contactor.se>
121 etc/TUTORIAL.th          Virach Sornlertlamvanich <virach@tcllab.org>
122 etc/TUTORIAL.zh
125 Local variables:
126 mode: outline
127 coding: utf-8
128 end: