*** empty log message ***
[emacs.git] / admin / FOR-RELEASE
bloba0cce628110cc57ebc0b5171369006ec6f1d6241
1 Tasks needed before the next release.
3 * NEW FEATURES
5 ** Test the mbox branch of Rmail.
7 ** Install the mbox branch of Rmail.
9 ** Face remapping.
11 ** Let mouse-1 follow links.
13 ** Make Rmail find the best version of movemail.
14 To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
16 * FATAL ERRORS
18 ** Investigate face cache related crash.
20 Indications: Face cache seems to have been cleared, but
21 redisplay uses an invalidated face_id with FACE_FROM_ID
22 which then returns a NULL pointer.  Said to happen with
23 isearch faces.
25 ** Investigate reported crashes in compact_small_strings.
27 ** Investigate reported crashes related to using an
28 invalid pointer from string_free_list.
31 * LOSSAGE
33 ** Clean up flymake.el to follow Emacs Lisp conventions.
35 * GTK RELATED BUGS
37 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
40 * REDISPLAY RELATED BUGS
42 ** Avoid unbreakable loops in redisplay.
44 Redisplay may loop if there is an error in some display property, e.g.
45      (space 'left-margin)
47 A fix would be to somehow disable handling of display properties if an error
48 is encountered.
50 ** Problem with cursor border around images and window-margins:
52 The border around the image when the cursor is on the image
53 flows into the right fringe and margin.
55      (progn
56        (auto-image-file-mode 1)
57        (find-file (concat data-directory "splash.xpm"))
58        (set-window-margins (selected-window) 25 25))
61 ** Problem with modeline and window margins:
63 The mode line's right "box" line is misplaced under the right margin,
64 rather than at the right window edge.
66 emacs -Q
67 (set-window-margins nil 25 25)
68 C-x 2
71 ** custom mode-line face makes Emacs freeze up
73 From: Stephen Berman <Stephen.Berman@gmx.net>
74 Date: Sun, 24 Oct 2004 02:08:56 +0200
76 1. Start Emacs with -q -no-site-file.
78 2. Type `M-x customize-face' and at the prompt `mode-line'.
80 3. In the Custom buffer for mode-line face
81    a. check width and give it the value `narrow';
82    b. check height and give it the value 120 in 1/10 pt;
83    c. check underline and give it the value `on' (or `colored');
84    d. check overline and give it the value `on' (or `colored').
86 4. Set for current session.
88 5. Invoke Ediff on any two files.
90 6. Now Emacs is frozen and consumes 95-99% of CPU.
92 The customizations in step 3 appear to be the minimum necessary to
93 induce this bug.  Leave out any one of them and Ediff runs without a
94 problem.  Also if the 1/10 point value of height is 130 or greater
95 there's no bug (with the default font family; with e.g. Helvetica the
96 bug is induced only by a value of 100 or less).
98 I've noticed this freeze up only when invoking Ediff.  The only thing
99 I've been able to do is kill Emacs externally, via top or with kill
100 when run in gdb, after interrupting.  When the freeze up happens
101 within a gdb session, there is no automatic debugging feedback.  After
102 interrupting I can get a backtrace, here's an example:
104 Update: Maybe only reveals itself when compiled with GTK+
107 ** Clicking on partially visible lines fails
109 From: David Kastrup <dak@gnu.org>
110 Date: 27 Apr 2004 16:42:58 +0200
112 I had gnus display a mouse-highlighted line (a URL from browse-url)
113 partially at the bottom of its window.  If I click with middle mouse
114 key on it, the window gets recentered while I hold the mouse key
115 pressed.  If I release it, the window returns into its old position
116 (cursor in top row) and nothing happens, presumably because the click
117 was not registered on the line itself, but on the magically
118 recentered version.
120 That is a nuisance.  Recentering of even partially visible click
121 targets should only happen if window-point moves there, but not at
122 the time of the click.  From the moment I hold down a key until it
123 gets released, the displayed window portion should not change, with
124 the sole exception of scrolling when dragging at the edge of the
125 screen.
128 ** Can't drag modeline when mouse-autoselect-window is set
130 From: Klaus Zeitler <kzeitler@lucent.com>
131 Date: Mon, 11 Oct 2004 11:14:49 +0200
133 1. start emacs -q --no-site-file
134 2. set variable mouse-autoselect-window to t
135 3. split-window-vertically
137 now I can drag the modeline only upwards but not downwards
140 ** line-spacing and (recenter -1)
142 From: SAITO Takuya <tabmore@rivo.mediatti.net>
143 Date: Mon, 31 May 2004 02:07:57 +0900 (JST)
145 (recenter -1) does not show point at the bottom of the window
146 if line-spacing is set to positive integer.
148 Start emacs -Q, and evaluate below:
150 (progn
151   (setq line-spacing 1)
152   (dotimes (i (window-height))
153     (insert "\n" (int-to-string i)))
154   (recenter -1))
156 Then, point is displayed at the center of the window.
157 But point should be displayed at the bottom of the window like Emacs-21.3.
160 ** line-spacing and Electric-pop-up-window
162 From: SAITO Takuya <tabmore@rivo.mediatti.net>
163 Date: Mon, 31 May 2004 02:08:10 +0900 (JST)
165 Electric-pop-up-window does not work well
166 if truncate long lines disabled and/or
167 `line-spacing' is set to positive integer.
169 For example, start emacs -Q --line-spacing 1, and type M-` .
170 Then, the last line of *Completions* buffer is not visible.
172 fit-window-to-buffer works well for me, so I guess
173 Electric-pop-up-window can use it.
176 * DOCUMENTATION
178 ** Document Custom Themes.
180 ** Finish updating the Emacs Lisp manual.
182 ** Update the Emacs manual.
184 *** Update man/info.texi.
186 *** Update man/ack.texi.
188 ** Add missing years in copyright notices of all files.
190 ** Update AUTHORS.
192 ** Reorder NEWS entries.
194 ** Check the Emacs manual.
196 Each manual section should be proof-read by at least two people.
197 After each file name, on the same line or the following line, come the
198 names of the people who have checked it.
201 SECTION             READERS
202 -----------------------------
203 man/abbrevs.texi
204 man/anti.texi
205 man/basic.texi      "Luc Teirlinck"
206 man/buffers.texi    "Luc Teirlinck"
207 man/building.texi   "Ted Zlatanov" <tzz@lifelogs.com>
208 man/calendar.texi
209 man/cmdargs.texi
210 man/commands.texi   "Luc Teirlinck"
211 man/custom.texi
212 man/dired.texi
213 man/display.texi    "Luc Teirlinck"
214 man/emacs.texi      "Luc Teirlinck"
215 man/entering.texi   "Luc Teirlinck"
216 man/files.texi      "Luc Teirlinck"
217 man/fixit.texi      "Luc Teirlinck"
218 man/frames.texi     "Luc Teirlinck"
219 man/glossary.texi
220 man/help.texi       "Luc Teirlinck"
221 man/indent.texi     "Luc Teirlinck"
222 man/killing.texi    "Luc Teirlinck"
223 man/kmacro.texi     "Luc Teirlinck"
224 man/macos.texi
225 man/maintaining.texi
226 man/major.texi      "Luc Teirlinck"
227 man/mark.texi       "Luc Teirlinck"
228 man/mini.texi       "Luc Teirlinck"
229 man/misc.texi
230 man/msdog.texi
231 man/mule.texi       "Luc Teirlinck"
232 man/m-x.texi        "Luc Teirlinck"
233 man/picture.texi
234 man/programs.texi
235 man/regs.texi       "Luc Teirlinck"
236 man/rmail.texi
237 man/screen.texi     "Luc Teirlinck"
238 man/search.texi     "Luc Teirlinck"
239 man/sending.texi
240 man/text.texi       "Luc Teirlinck"
241 man/trouble.texi
242 man/windows.texi    "Luc Teirlinck"
243 man/xresources.texi
245 ** Check the Emacs Lisp manual.
247 Each manual section should be proof-read by at least two people.
248 After each file name, on the same line or the following line, come the
249 names of the people who have checked it.
251 SECTION                  READERS
252 ----------------------------------
253 lispref/abbrevs.texi     "Luc Teirlinck"
254 lispref/advice.texi      Joakim Verona <joakim@verona.se>
255 lispref/anti.texi
256 lispref/backups.texi     "Luc Teirlinck"
257 lispref/buffers.texi     "Luc Teirlinck"
258 lispref/calendar.texi    Joakim Verona <joakim@verona.se>
259 lispref/commands.texi    "Luc Teirlinck"
260 lispref/compile.texi     "Luc Teirlinck"
261 lispref/control.texi     "Luc Teirlinck"
262 lispref/customize.texi
263 lispref/debugging.texi
264 lispref/display.texi
265 lispref/edebug.texi
266 lispref/elisp.texi       "Luc Teirlinck"
267 lispref/errors.texi      "Luc Teirlinck"
268 lispref/eval.texi        "Luc Teirlinck"
269 lispref/files.texi       "Luc Teirlinck"
270 lispref/frames.texi      "Luc Teirlinck"
271 lispref/functions.texi   "Luc Teirlinck"
272 lispref/hash.texi        "Luc Teirlinck"
273 lispref/help.texi        "Luc Teirlinck"
274 lispref/hooks.texi
275 lispref/internals.texi   "Luc Teirlinck"
276 lispref/intro.texi       "Luc Teirlinck"
277 lispref/keymaps.texi     "Luc Teirlinck"
278 lispref/lists.texi       "Luc Teirlinck"
279 lispref/loading.texi     "Luc Teirlinck"
280 lispref/locals.texi
281 lispref/macros.texi      "Luc Teirlinck"
282 lispref/maps.texi
283 lispref/markers.texi     "Luc Teirlinck"
284 lispref/minibuf.texi     "Luc Teirlinck"
285 lispref/modes.texi
286 lispref/nonascii.texi    "Luc Teirlinck"
287 lispref/numbers.texi     "Luc Teirlinck"
288 lispref/objects.texi     "Luc Teirlinck"
289 lispref/os.texi          "Luc Teirlinck"
290 lispref/positions.texi   "Luc Teirlinck"
291 lispref/processes.texi
292 lispref/searching.texi   "Luc Teirlinck"
293 lispref/sequences.texi   "Luc Teirlinck"
294 lispref/streams.texi     "Luc Teirlinck"
295 lispref/strings.texi     "Luc Teirlinck"
296 lispref/symbols.texi     "Luc Teirlinck"
297 lispref/syntax.texi      "Luc Teirlinck"
298 lispref/text.texi
299 lispref/tips.texi        "Luc Teirlinck"
300 lispref/variables.texi   "Luc Teirlinck"
301 lispref/windows.texi     "Luc Teirlinck"
304 Local variables:
305 mode: outline
306 end: