*** empty log message ***
[bpt/emacs.git] / admin / FOR-RELEASE
CommitLineData
e47ac727
RS
1Tasks needed before the next release.
2
c0a070c1 3* NEW FEATURES
2f0e0a0b 4
c0a070c1
KS
5** Test the mbox branch of Rmail.
6
7** Install the mbox branch of Rmail.
d8c379f8 8
bf77a420
KS
9** Face remapping.
10
e84fe274
KS
11** Let mouse-1 follow links.
12
3d351c97 13
c0a070c1 14* FATAL ERRORS
3d351c97
KS
15
16** Investigate face cache related crash.
17
c0a070c1
KS
18Indications: Face cache seems to have been cleared, but
19redisplay uses an invalidated face_id with FACE_FROM_ID
20which then returns a NULL pointer. Said to happen with
21isearch faces.
22
e84fe274
KS
23** Investigate reported crashes in compact_small_strings.
24
25** Investigate reported crashes related to using an
26invalid pointer from string_free_list.
27
28
2d1ef312
RS
29* LOSSAGE
30
31** Clean up flymake.el to follow Emacs Lisp conventions.
c0a070c1 32
e84fe274 33
c0a070c1
KS
34* GTK RELATED BUGS
35
c0a070c1
KS
36** Make GTK scrollbars behave like others w.r.t. overscrolling.
37
e84fe274
KS
38
39* REDISPLAY RELATED BUGS
40
41** Avoid unbreakable loops in redisplay.
42
43Redisplay may loop if there is an error in some display property, e.g.
44 (space 'left-margin)
45
46A fix would be to somehow disable handling of display properties if an error
47is encountered.
48
49** Problem with cursor border around images and window-margins:
50
51The border around the image when the cursor is on the image
52flows into the right fringe and margin.
53
54 (progn
55 (auto-image-file-mode 1)
56 (find-file (concat data-directory "splash.xpm"))
57 (set-window-margins (selected-window) 25 25))
58
59
60** Problem with modeline and window margins:
61
62The mode line's right "box" line is misplaced under the right margin,
63rather than at the right window edge.
64
65emacs -Q
66(set-window-margins nil 25 25)
67C-x 2
68
69
70** custom mode-line face makes Emacs freeze up
71
72From: Stephen Berman <Stephen.Berman@gmx.net>
73Date: Sun, 24 Oct 2004 02:08:56 +0200
74
751. Start Emacs with -q -no-site-file.
76
772. Type `M-x customize-face' and at the prompt `mode-line'.
78
793. In the Custom buffer for mode-line face
80 a. check width and give it the value `narrow';
81 b. check height and give it the value 120 in 1/10 pt;
82 c. check underline and give it the value `on' (or `colored');
83 d. check overline and give it the value `on' (or `colored').
84
854. Set for current session.
86
875. Invoke Ediff on any two files.
88
896. Now Emacs is frozen and consumes 95-99% of CPU.
90
91The customizations in step 3 appear to be the minimum necessary to
92induce this bug. Leave out any one of them and Ediff runs without a
93problem. Also if the 1/10 point value of height is 130 or greater
94there's no bug (with the default font family; with e.g. Helvetica the
95bug is induced only by a value of 100 or less).
96
97I've noticed this freeze up only when invoking Ediff. The only thing
98I've been able to do is kill Emacs externally, via top or with kill
99when run in gdb, after interrupting. When the freeze up happens
100within a gdb session, there is no automatic debugging feedback. After
101interrupting I can get a backtrace, here's an example:
102
949b26bc
KS
103Update: Maybe only reveals itself when compiled with GTK+
104
e84fe274
KS
105
106** Mouse-face overlay bleeds into header line
107
108From: Stephen Berman <Stephen.Berman@gmx.net>
109Date: Thu, 21 Oct 2004 18:11:01 +0200
110
111Mouse-face overlays bleed into the header line when the beginning of
112the overlay is above (point-min). To reproduce:
113
1141. Start Emacs with -q -no-site-file.
115
1162. In *scratch* eval (setq ov (make-overlay 66 92)), (overlay-put ov
117'mouse-face 'highlight), and (setq header-line-format "test").
118
1193. Drag the mouse over the string "evaluation.\n;; If you want" and
120notice the highlighting of only this string.
121
1224. Now click on the down arrow in the scroll bar until the line
123beginning ";; If you want" is directly below the header line.
124
1255. Drag the mouse over ";; If you want" and notice that not only it
126but also the header line are highlighted.
127
128
129** scroll-preserve-screen-position doesn't work with a header-line-format
130
131From: jbyler+emacs-lists@anon41.eml.cc
132Date: Tue, 17 Aug 2004 17:10:14 -0400
133
134There seems to be an off-by-one error triggered by using a header line
135together with scroll-preserve-screen-position. The symptom: instead of
136staying in the same position on the screen when scrolling, the cursor
137moves one screen line down each time the buffer is scrolled. Put
138another way: repeatedly typing C-v M-v or using a mouse scroll wheel to
139scroll up and down causes the cursor to migrate slowly down the screen
140instead of staying put as it should.
141
142To reproduce:
143
144emacs -q --no-site-file
145(setq scroll-preserve-screen-position t)
146(setq header-line-format "")
147C-v M-v C-v M-v C-v M-v etc.
148
149
150** Clicking on partially visible lines fails
151
152From: David Kastrup <dak@gnu.org>
153Date: 27 Apr 2004 16:42:58 +0200
154
e84fe274
KS
155I had gnus display a mouse-highlighted line (a URL from browse-url)
156partially at the bottom of its window. If I click with middle mouse
157key on it, the window gets recentered while I hold the mouse key
158pressed. If I release it, the window returns into its old position
159(cursor in top row) and nothing happens, presumably because the click
160was not registered on the line itself, but on the magically
161recentered version.
162
163That is a nuisance. Recentering of even partially visible click
164targets should only happen if window-point moves there, but not at
165the time of the click. From the moment I hold down a key until it
166gets released, the displayed window portion should not change, with
167the sole exception of scrolling when dragging at the edge of the
168screen.
169
170
171** Can't drag modeline when mouse-autoselect-window is set
172
173From: Klaus Zeitler <kzeitler@lucent.com>
174Date: Mon, 11 Oct 2004 11:14:49 +0200
175
1761. start emacs -q --no-site-file
1772. set variable mouse-autoselect-window to t
1783. split-window-vertically
179
180now I can drag the modeline only upwards but not downwards
181
182
183** line-spacing and (recenter -1)
184
185From: SAITO Takuya <tabmore@rivo.mediatti.net>
186Date: Mon, 31 May 2004 02:07:57 +0900 (JST)
187
188(recenter -1) does not show point at the bottom of the window
189if line-spacing is set to positive integer.
190
191Start emacs -Q, and evaluate below:
192
193(progn
194 (setq line-spacing 1)
195 (dotimes (i (window-height))
196 (insert "\n" (int-to-string i)))
197 (recenter -1))
198
199Then, point is displayed at the center of the window.
200But point should be displayed at the bottom of the window like Emacs-21.3.
201
202
203** line-spacing and garbage in fringe
204
205From: SAITO Takuya <tabmore@rivo.mediatti.net>
206Date: Mon, 31 May 2004 02:08:05 +0900 (JST)
207
208Start emacs -Q and evaluate below with C-xC-e:
209
210(let ((lines 2)
211 (spacing 1))
212 (setq line-spacing spacing
213 indicate-buffer-boundaries t)
214 (insert (make-string (window-height) ?\n))
215 (goto-char (point-min))
216 (message (make-string (* (window-width) lines) ?.))
217 (scroll-up 1))
218
219then, garbage is displayed in right fringe.
220
221Above code reproduces this bug with
222(frame-parameter nil 'font)
223=> "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1"
224
225If you use different font, you may need different value of
226`lines' and/or `spacing'.
227
228
229** line-spacing and Electric-pop-up-window
230
231From: SAITO Takuya <tabmore@rivo.mediatti.net>
232Date: Mon, 31 May 2004 02:08:10 +0900 (JST)
233
234Electric-pop-up-window does not work well
235if truncate long lines disabled and/or
236`line-spacing' is set to positive integer.
237
238For example, start emacs -Q --line-spacing 1, and type M-` .
239Then, the last line of *Completions* buffer is not visible.
240
241fit-window-to-buffer works well for me, so I guess
242Electric-pop-up-window can use it.
243
244
7956ef44
KS
245* DOCUMENTATION
246
247** Finish updating the Emacs Lisp manual.
248
7956ef44
KS
249** Update the Emacs manual.
250
251*** Update man/info.texi.
252
253*** Update man/ack.texi.
254
255** Add missing years in copyright notices of all files.
256
257** Update AUTHORS.
258
259** Reorder NEWS entries.
260
261** Check the Emacs manual.
262
98b83a88
LT
263Each manual section should be proof-read by at least two people.
264After each file name, on the same line or the following line, come the
265names of the people who have checked it.
266
267
268SECTION READERS
269-----------------------------
270man/abbrevs.texi
271man/anti.texi
272man/basic.texi "Luc Teirlinck"
273man/buffers.texi "Luc Teirlinck"
274man/building.texi "Ted Zlatanov" <tzz@lifelogs.com>
275man/calendar.texi
276man/cmdargs.texi
277man/commands.texi "Luc Teirlinck"
278man/custom.texi
279man/dired.texi
280man/display.texi "Luc Teirlinck"
281man/emacs.texi "Luc Teirlinck"
282man/entering.texi "Luc Teirlinck"
283man/files.texi "Luc Teirlinck"
284man/fixit.texi "Luc Teirlinck"
285man/frames.texi "Luc Teirlinck"
286man/glossary.texi
287man/help.texi "Luc Teirlinck"
288man/indent.texi "Luc Teirlinck"
289man/killing.texi "Luc Teirlinck"
290man/kmacro.texi "Luc Teirlinck"
291man/macos.texi
292man/maintaining.texi
293man/major.texi "Luc Teirlinck"
294man/mark.texi "Luc Teirlinck"
295man/mini.texi "Luc Teirlinck"
296man/misc.texi
297man/msdog.texi
298man/mule.texi "Luc Teirlinck"
299man/m-x.texi "Luc Teirlinck"
300man/picture.texi
301man/programs.texi
302man/regs.texi "Luc Teirlinck"
303man/rmail.texi
304man/screen.texi "Luc Teirlinck"
305man/search.texi "Luc Teirlinck"
306man/sending.texi
9e9245ce 307man/text.texi "Luc Teirlinck"
98b83a88
LT
308man/trouble.texi
309man/windows.texi "Luc Teirlinck"
310man/xresources.texi
7956ef44
KS
311
312** Check the Emacs Lisp manual.
313
98b83a88
LT
314Each manual section should be proof-read by at least two people.
315After each file name, on the same line or the following line, come the
316names of the people who have checked it.
317
318SECTION READERS
319----------------------------------
320lispref/abbrevs.texi "Luc Teirlinck"
321lispref/advice.texi
322lispref/anti.texi
323lispref/backups.texi "Luc Teirlinck"
324lispref/buffers.texi "Luc Teirlinck"
325lispref/calendar.texi
326lispref/commands.texi "Luc Teirlinck"
327lispref/compile.texi "Luc Teirlinck"
328lispref/control.texi "Luc Teirlinck"
329lispref/customize.texi
330lispref/debugging.texi
331lispref/display.texi
332lispref/edebug.texi
333lispref/elisp.texi "Luc Teirlinck"
334lispref/errors.texi "Luc Teirlinck"
335lispref/eval.texi "Luc Teirlinck"
336lispref/files.texi "Luc Teirlinck"
337lispref/frames.texi "Luc Teirlinck"
338lispref/functions.texi "Luc Teirlinck"
339lispref/hash.texi "Luc Teirlinck"
340lispref/help.texi "Luc Teirlinck"
341lispref/hooks.texi
342lispref/internals.texi "Luc Teirlinck"
343lispref/intro.texi "Luc Teirlinck"
344lispref/keymaps.texi "Luc Teirlinck"
345lispref/lists.texi "Luc Teirlinck"
346lispref/loading.texi "Luc Teirlinck"
347lispref/locals.texi
348lispref/macros.texi "Luc Teirlinck"
349lispref/maps.texi
350lispref/markers.texi "Luc Teirlinck"
351lispref/minibuf.texi "Luc Teirlinck"
352lispref/modes.texi
353lispref/nonascii.texi "Luc Teirlinck"
354lispref/numbers.texi "Luc Teirlinck"
355lispref/objects.texi "Luc Teirlinck"
356lispref/os.texi "Luc Teirlinck"
357lispref/positions.texi "Luc Teirlinck"
358lispref/processes.texi
359lispref/searching.texi "Luc Teirlinck"
360lispref/sequences.texi "Luc Teirlinck"
361lispref/streams.texi "Luc Teirlinck"
362lispref/strings.texi "Luc Teirlinck"
363lispref/symbols.texi "Luc Teirlinck"
364lispref/syntax.texi "Luc Teirlinck"
365lispref/text.texi
366lispref/tips.texi "Luc Teirlinck"
367lispref/variables.texi "Luc Teirlinck"
368lispref/windows.texi "Luc Teirlinck"
7956ef44 369
c0a070c1
KS
370\f
371Local variables:
372mode: outline
373end: