Fix previous change.
[emacs.git] / admin / FOR-RELEASE
bloba00a200a75316a856d8da410db3ade5ae2f909ce
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 ** emacs-22.1 with GTK problems (with patches)
51 Only outstanding issue seems to be whether Solaris 2.6 GTK can be
52 supported in the absence of recursive mutexes, via a change to
53 alloc.c, or whether configure should abort.
54 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
56 * BUGS
58 ** modify-frame-parameters behaviour broken
59 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
60 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
62 This should move the R frame edge 20pix to the R of the R screen edge.
63 Instead, it moves the L frame edge 20pix to the R of the L screen edge.
64 (modify-frame-parameters nil
65                          '((user-position . t) (user-size . t) (left - -20)))
67 This should move the L frame edge 20pix to the L of the L screen edge.
68 Instead, it moves the R frame edge 20pix to the L of the R screen edge.
69 (modify-frame-parameters nil
70                          '((user-position . t) (user-size . t) (left + -20)))
72 It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
73 the number is -ve that things go wrong.
76 ** Does deleting frames run Lisp code?  If so, can we get rid of that?
77 It is a dangerous design.
78 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
80 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
81 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
83 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
84 "can't turn off font-lock"
85 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
87 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
88 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
90 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
91 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
92 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
94 ** sdl.web@gmail.com, Sep 24: TLS infinite loop.
95 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
97 ** herring@lanl.gov: find-func: can no longer find adviced subrs
98 This ought to work.
100 ** \\{...} produces duplicate entries
101 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
103 ** menu indications of key bindings for remapped commands
104 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
106 ** rms: gnus-dired.el is a mistake.  Those features should not
107 be part of Gnus.  They should be moved to some other part of Emacs.
108 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
109 minimized.  I don't know what is left to do here.
111 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
113 ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround
115 ** multi-tty does not work correctly.
116 If the server is started from a tty frame and emacsclient creates an
117 X11 frame, the tty frame gets confused, it thinks it is an X11 frame
118 when trying to do a C-z.  This worked with server.el version 1.136, it
119 broke after that.
120 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html
121 Also emacsclient does not work on Windows, it also worked with
122 server.el version 1.136.
123 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html
125 ** diff mode change for missing spaces in -u format.
126 http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01990.html
127 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01114.html
129 ** skeleton bug? Or is it now working as documented?
130 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01335.html
132 ** move verilog-mode.el compile patterns into compile.el?
133 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00234.html
135 ** stack-trace-on-error segfaults infloop
136 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg02031.html
138 ** `make bootstrap; make install' dumps another emacs
139 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html
141 ** unicode-merge issues:
143 ** The data segment size increased after the unicode-2 merge.
144 The "data" size increased for emacs from ~4MB to ~11MB on x86.
145 The temacs sizes are comparable.
146 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00951.html
148 ** Xresource pane.menubar.*font no longer takes effect
149 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00314.html
150 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg01683.html
152 ** han@mijncomputer.nl, Feb 3: emacsclient misbehaves
154 * DOCUMENTATION
156 ** Document multi-tty features
157 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
158 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
160 ** Document new font backend
162 ** Document XEmbed support
164 ** Check the Emacs Tutorial.
166 The first line of every tutorial must begin with text ending in a
167 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
168 language. This should be followed by "See end for copying conditions",
169 likewise in the respective language.
171 After each file name, on the same line or the following line, come the
172 names of the people who have checked it.
174 SECTION                  READERS
175 ----------------------------------
176 etc/TUTORIAL             
177 etc/TUTORIAL.bg          
178 etc/TUTORIAL.cn
179 etc/TUTORIAL.cs          
180 etc/TUTORIAL.de          
181 etc/TUTORIAL.eo
182 etc/TUTORIAL.es          
183 etc/TUTORIAL.fr          
184 etc/TUTORIAL.it          
185 etc/TUTORIAL.ja          
186 etc/TUTORIAL.ko
187 etc/TUTORIAL.nl          
188 etc/TUTORIAL.pl          
189 etc/TUTORIAL.pt_BR       
190 etc/TUTORIAL.ro
191 etc/TUTORIAL.ru          
192 etc/TUTORIAL.sk          
193 etc/TUTORIAL.sl          
194 etc/TUTORIAL.sv          
195 etc/TUTORIAL.th          
196 etc/TUTORIAL.zh
199 Local variables:
200 mode: outline
201 coding: utf-8
202 end: