Fixed Partial highlighting of wrapped overlay bug
[emacs.git] / admin / FOR-RELEASE
blobd6d9060dbf1863751b8cf1fa90c0150a42001332
1 Tasks needed before the next release.
3 * NEW FEATURES
5 ** Face remapping.
7 ** Make Rmail find the best version of movemail.
8 To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
10 ** Make VC-over-Tramp work where possible, or at least fail
11 gracefully if something isn't supported over Tramp.
12 To be done by Andre Spiegel <spiegel@gnu.org>.
14 ** define-minor-mode should not put :require into defcustom.
15 See msg from rms to emacs-devel on 21 Dec.
17 * FATAL ERRORS
19 ** Investigate face cache related crash.
21 Indications: Face cache seems to have been cleared, but
22 redisplay uses an invalidated face_id with FACE_FROM_ID
23 which then returns a NULL pointer.  Said to happen with
24 isearch faces.
26 ** Investigate reported crashes in compact_small_strings.
28 ** Investigate reported crashes related to using an
29 invalid pointer from string_free_list.
32 * LOSSAGE
34 ** Clean up flymake.el to follow Emacs Lisp conventions.
36 ** Fix up url-ldap.el.
38 ** url/*.el has lots of `(declare (special ...))' which
39 are meaningless.  What's that trying to do?
41 * BUGS
43 ** Ange-ftp should ignore irrelevant IPv6 errors:
45 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
46 From: "Piet van Oostrum" <piet@cs.uu.nl>
47 To: emacs-pretest-bug@gnu.org
48 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
50 Symptoms:
52 C-x C-f /ftp.nluug.nl:/
54 The problem is that the DNS first gives an IPV6 address. However our
55 router doesn't do IPV6. Ftp then falls back to IPV4:
57 ftp> open ftp.nluug.nl
58 Trying 2001:610:1:80aa:192:87:102:36...
59 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
60 Trying 192.87.102.36...
61 Connected to ftp.nluug.nl.
63 Ange-ftp chokes on the `No route to host' message and doesn't look any
64 further.
66 I think in the near future we will see more of this problem, so it might be
67 time to make anfe-ftp more intelligent.
70 * GTK RELATED BUGS
72 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
75 * REDISPLAY RELATED BUGS
77 ** Strange text scrolling with Emacs + GTK
79 > I could reproduce the problem with the latest CVS.
81 >   % emacs -Q
82 >   M-x info RET
83 >   M->
84 >   C-l
85 >   C-x ( C-u - 1 C-v C-x )
86 >   C-x e e e e ...
88 > I see the problem around "CC mode" and "Forms".
90 It is not specific for the first line of a buffer.
92 Rather it happens for lines which are indented but the
93 indentation is controlled by a display property and
94 the newline is part of that display property -- in
95 that case, the indentation is not recognized for the
96 first display line.
99 ** Avoid unbreakable loops in redisplay.
101 Redisplay may loop if there is an error in some display property, e.g.
102      (space 'left-margin)
104 A fix would be to somehow disable handling of display properties if an error
105 is encountered.
108 ** Problem with modeline and window margins:
110 The mode line's right "box" line is misplaced under the right margin,
111 rather than at the right window edge.
113 emacs -Q
114 (set-window-margins nil 25 25)
115 C-x 2
118 ** custom mode-line face makes Emacs freeze up
120 From: Stephen Berman <Stephen.Berman@gmx.net>
121 Date: Sun, 24 Oct 2004 02:08:56 +0200
123 1. Start Emacs with -q -no-site-file.
125 2. Type `M-x customize-face' and at the prompt `mode-line'.
127 3. In the Custom buffer for mode-line face
128    a. check width and give it the value `narrow';
129    b. check height and give it the value 120 in 1/10 pt;
130    c. check underline and give it the value `on' (or `colored');
131    d. check overline and give it the value `on' (or `colored').
133 4. Set for current session.
135 5. Invoke Ediff on any two files.
137 6. Now Emacs is frozen and consumes 95-99% of CPU.
139 The customizations in step 3 appear to be the minimum necessary to
140 induce this bug.  Leave out any one of them and Ediff runs without a
141 problem.  Also if the 1/10 point value of height is 130 or greater
142 there's no bug (with the default font family; with e.g. Helvetica the
143 bug is induced only by a value of 100 or less).
145 I've noticed this freeze up only when invoking Ediff.  The only thing
146 I've been able to do is kill Emacs externally, via top or with kill
147 when run in gdb, after interrupting.  When the freeze up happens
148 within a gdb session, there is no automatic debugging feedback.  After
149 interrupting I can get a backtrace, here's an example:
151 Update: Maybe only reveals itself when compiled with GTK+
154 * DOCUMENTATION
156 ** Document Custom Themes.
158 ** Finish updating the Emacs Lisp manual.
160 ** Update the Emacs manual.
162 *** Update man/info.texi.
164 *** Update man/ack.texi.
166 ** Add missing years in copyright notices of all files.
168 ** Update AUTHORS.
170 ** Reorder NEWS entries.
172 ** Check the Emacs manual.
174 Each manual section should be checked for factual correctness
175 regarding recent changes by at least two people.  After each file
176 name, on the same line or the following line, come the names of the
177 people who have checked it.
180 SECTION             READERS
181 -----------------------------
182 man/abbrevs.texi
183 man/anti.texi
184 man/basic.texi      "Luc Teirlinck"
185 man/buffers.texi    "Luc Teirlinck"
186 man/building.texi   "Ted Zlatanov" <tzz@lifelogs.com>
187 man/calendar.texi
188 man/cmdargs.texi
189 man/commands.texi   "Luc Teirlinck"
190 man/custom.texi
191 man/dired.texi
192 man/display.texi    "Luc Teirlinck"
193 man/emacs.texi      "Luc Teirlinck"
194 man/entering.texi   "Luc Teirlinck"
195 man/files.texi      "Luc Teirlinck"
196 man/fixit.texi      "Luc Teirlinck"
197 man/frames.texi     "Luc Teirlinck"
198 man/glossary.texi
199 man/help.texi       "Luc Teirlinck"
200 man/indent.texi     "Luc Teirlinck"
201 man/killing.texi    "Luc Teirlinck"
202 man/kmacro.texi     "Luc Teirlinck"
203 man/macos.texi
204 man/maintaining.texi
205 man/major.texi      "Luc Teirlinck"
206 man/mark.texi       "Luc Teirlinck"
207 man/mini.texi       "Luc Teirlinck"
208 man/misc.texi
209 man/msdog.texi
210 man/mule.texi       "Luc Teirlinck"
211 man/m-x.texi        "Luc Teirlinck"
212 man/picture.texi
213 man/programs.texi   "Stephen Eglen"
214 man/regs.texi       "Luc Teirlinck"
215 man/rmail.texi
216 man/screen.texi     "Luc Teirlinck"
217 man/search.texi     "Luc Teirlinck"
218 man/sending.texi
219 man/text.texi       "Luc Teirlinck"
220 man/trouble.texi
221 man/windows.texi    "Luc Teirlinck"
222 man/xresources.texi
224 ** Check the Emacs Lisp manual.
226 Each manual section should be checked for factual correctness
227 regarding recent changes by at least two people.  After each file
228 name, on the same line or the following line, come the names of the
229 people who have checked it.
231 SECTION                  READERS
232 ----------------------------------
233 lispref/abbrevs.texi     "Luc Teirlinck"
234 lispref/advice.texi      Joakim Verona <joakim@verona.se>
235 lispref/anti.texi
236 lispref/backups.texi     "Luc Teirlinck"
237 lispref/buffers.texi     "Luc Teirlinck"
238 lispref/calendar.texi    Joakim Verona <joakim@verona.se>
239 lispref/commands.texi    "Luc Teirlinck"
240 lispref/compile.texi     "Luc Teirlinck"
241 lispref/control.texi     "Luc Teirlinck"
242 lispref/customize.texi
243 lispref/debugging.texi   Joakim Verona <joakim@verona.se>
244 lispref/display.texi
245 lispref/edebug.texi
246 lispref/elisp.texi       "Luc Teirlinck"
247 lispref/errors.texi      "Luc Teirlinck"
248 lispref/eval.texi        "Luc Teirlinck"
249 lispref/files.texi       "Luc Teirlinck"
250 lispref/frames.texi      "Luc Teirlinck"
251 lispref/functions.texi   "Luc Teirlinck"
252 lispref/hash.texi        "Luc Teirlinck"
253 lispref/help.texi        "Luc Teirlinck"
254 lispref/hooks.texi
255 lispref/internals.texi   "Luc Teirlinck"
256 lispref/intro.texi       "Luc Teirlinck"
257 lispref/keymaps.texi     "Luc Teirlinck"
258 lispref/lists.texi       "Luc Teirlinck"
259 lispref/loading.texi     "Luc Teirlinck"
260 lispref/locals.texi
261 lispref/macros.texi      "Luc Teirlinck"
262 lispref/maps.texi
263 lispref/markers.texi     "Luc Teirlinck"
264 lispref/minibuf.texi     "Luc Teirlinck"
265 lispref/modes.texi
266 lispref/nonascii.texi    "Luc Teirlinck"
267 lispref/numbers.texi     "Luc Teirlinck"
268 lispref/objects.texi     "Luc Teirlinck"
269 lispref/os.texi          "Luc Teirlinck"
270 lispref/positions.texi   "Luc Teirlinck"
271 lispref/processes.texi
272 lispref/searching.texi   "Luc Teirlinck"
273 lispref/sequences.texi   "Luc Teirlinck"
274 lispref/streams.texi     "Luc Teirlinck"
275 lispref/strings.texi     "Luc Teirlinck"
276 lispref/symbols.texi     "Luc Teirlinck"
277 lispref/syntax.texi      "Luc Teirlinck"
278 lispref/text.texi
279 lispref/tips.texi        "Luc Teirlinck"
280 lispref/variables.texi   "Luc Teirlinck"
281 lispref/windows.texi     "Luc Teirlinck"
284 Local variables:
285 mode: outline
286 end: