1 Tasks needed before the next release.
7 ** Make VC-over-Tramp work where possible, or at least fail
8 gracefully if something isn't supported over Tramp.
9 To be done by Andre Spiegel <spiegel@gnu.org>.
11 ** define-minor-mode should not put :require into defcustom.
12 See msg from rms to emacs-devel on 21 Dec.
16 ** Enhance scroll-bar to handle tall line (similar to line-move).
21 ** Investigate face cache related crash.
23 Indications: Face cache seems to have been cleared, but
24 redisplay uses an invalidated face_id with FACE_FROM_ID
25 which then returns a NULL pointer. Said to happen with
28 ** Investigate reported crashes in compact_small_strings.
30 ** Investigate reported crashes related to using an
31 invalid pointer from string_free_list.
36 ** Clean up flymake.el to follow Emacs Lisp conventions.
38 ** Fix up url-ldap.el.
42 ** Ange-ftp should ignore irrelevant IPv6 errors:
44 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
45 From: "Piet van Oostrum" <piet@cs.uu.nl>
46 To: emacs-pretest-bug@gnu.org
47 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
51 C-x C-f /ftp.nluug.nl:/
53 The problem is that the DNS first gives an IPV6 address. However our
54 router doesn't do IPV6. Ftp then falls back to IPV4:
56 ftp> open ftp.nluug.nl
57 Trying 2001:610:1:80aa:192:87:102:36...
58 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
59 Trying 192.87.102.36...
60 Connected to ftp.nluug.nl.
62 Ange-ftp chokes on the `No route to host' message and doesn't look any
65 I think in the near future we will see more of this problem, so it might be
66 time to make anfe-ftp more intelligent.
71 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
74 * REDISPLAY RELATED BUGS
76 ** Strange text scrolling with Emacs + GTK
78 > I could reproduce the problem with the latest CVS.
84 > C-x ( C-u - 1 C-v C-x )
87 > I see the problem around "CC mode" and "Forms".
89 It is not specific for the first line of a buffer.
91 Rather it happens for lines which are indented but the
92 indentation is controlled by a display property and
93 the newline is part of that display property -- in
94 that case, the indentation is not recognized for the
98 ** Avoid unbreakable loops in redisplay.
100 Redisplay may loop if there is an error in some display property, e.g.
103 A fix would be to somehow disable handling of display properties if an error
107 ** Problem with modeline and window margins:
109 The mode line's right "box" line is misplaced under the right margin,
110 rather than at the right window edge.
113 (set-window-margins nil 25 25)
117 ** custom mode-line face makes Emacs freeze up
119 From: Stephen Berman <Stephen.Berman@gmx.net>
120 Date: Sun, 24 Oct 2004 02:08:56 +0200
122 1. Start Emacs with -q -no-site-file.
124 2. Type `M-x customize-face' and at the prompt `mode-line'.
126 3. In the Custom buffer for mode-line face
127 a. check width and give it the value `narrow';
128 b. check height and give it the value 120 in 1/10 pt;
129 c. check underline and give it the value `on' (or `colored');
130 d. check overline and give it the value `on' (or `colored').
132 4. Set for current session.
134 5. Invoke Ediff on any two files.
136 6. Now Emacs is frozen and consumes 95-99% of CPU.
138 The customizations in step 3 appear to be the minimum necessary to
139 induce this bug. Leave out any one of them and Ediff runs without a
140 problem. Also if the 1/10 point value of height is 130 or greater
141 there's no bug (with the default font family; with e.g. Helvetica the
142 bug is induced only by a value of 100 or less).
144 I've noticed this freeze up only when invoking Ediff. The only thing
145 I've been able to do is kill Emacs externally, via top or with kill
146 when run in gdb, after interrupting. When the freeze up happens
147 within a gdb session, there is no automatic debugging feedback. After
148 interrupting I can get a backtrace, here's an example:
150 Update: Maybe only reveals itself when compiled with GTK+
155 ** Document Custom Themes.
157 ** Finish updating the Emacs Lisp manual.
159 ** Update the Emacs manual.
161 *** Update man/info.texi.
163 *** Update man/ack.texi.
165 ** Add missing years in copyright notices of all files.
169 ** Reorder NEWS entries.
171 ** Check the Emacs manual.
173 Each manual section should be checked for factual correctness
174 regarding recent changes by at least two people. After each file
175 name, on the same line or the following line, come the names of the
176 people who have checked it.
180 -----------------------------
181 man/abbrevs.texi Chong Yidong
183 man/basic.texi "Luc Teirlinck" Chong Yidong
184 man/buffers.texi "Luc Teirlinck" Chong Yidong
185 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com>
186 man/calendar.texi joakim@verona.se
187 man/cmdargs.texi Chong Yidong
188 man/commands.texi "Luc Teirlinck"
189 man/custom.texi Chong Yidong
190 man/dired.texi Chong Yidong joakim@verona.se
191 man/display.texi "Luc Teirlinck" Chong Yidong
192 man/emacs.texi "Luc Teirlinck"
193 man/entering.texi "Luc Teirlinck" Chong Yidong
194 man/files.texi "Luc Teirlinck" Chong Yidong
195 man/fixit.texi "Luc Teirlinck" Chong Yidong
196 man/frames.texi "Luc Teirlinck" Chong Yidong
198 man/help.texi "Luc Teirlinck" Chong Yidong
199 man/indent.texi "Luc Teirlinck" Chong Yidong
200 man/killing.texi "Luc Teirlinck" Chong Yidong
201 man/kmacro.texi "Luc Teirlinck" Chong Yidong
204 man/major.texi "Luc Teirlinck" Chong Yidong
205 man/mark.texi "Luc Teirlinck" Chong Yidong
206 man/mini.texi "Luc Teirlinck" Chong Yidong
208 man/msdog.texi Chong Yidong
209 man/mule.texi "Luc Teirlinck"
210 man/m-x.texi "Luc Teirlinck" Chong Yidong
211 man/picture.texi Joakim Verona <joakim@verona.se>
212 man/programs.texi "Stephen Eglen" Chong Yidong
213 man/regs.texi "Luc Teirlinck" Chong Yidong
215 man/screen.texi "Luc Teirlinck" Chong Yidong
216 man/search.texi "Luc Teirlinck"
218 man/text.texi "Luc Teirlinck" Chong Yidong
219 man/trouble.texi Chong Yidong
220 man/windows.texi "Luc Teirlinck" Chong Yidong
223 ** Check the Emacs Lisp manual.
225 Each manual section should be checked for factual correctness
226 regarding recent changes by at least two people. After each file
227 name, on the same line or the following line, come the names of the
228 people who have checked it.
231 ----------------------------------
232 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong
233 lispref/advice.texi joakim@verona.se Chong Yidong
235 lispref/backups.texi "Luc Teirlinck" Chong Yidong
236 lispref/buffers.texi "Luc Teirlinck" Chong Yidong
237 lispref/calendar.texi Joakim Verona <joakim@verona.se>
238 lispref/commands.texi "Luc Teirlinck" Chong Yidong
239 lispref/compile.texi "Luc Teirlinck" Chong Yidong
240 lispref/control.texi "Luc Teirlinck" Chong Yidong
241 lispref/customize.texi
242 lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
245 lispref/elisp.texi "Luc Teirlinck"
246 lispref/errors.texi "Luc Teirlinck"
247 lispref/eval.texi "Luc Teirlinck" Chong Yidong
248 lispref/files.texi "Luc Teirlinck" Chong Yidong
249 lispref/frames.texi "Luc Teirlinck" Chong Yidong
250 lispref/functions.texi "Luc Teirlinck" Chong Yidong
251 lispref/hash.texi "Luc Teirlinck" Chong Yidong
252 lispref/help.texi "Luc Teirlinck" Chong Yidong
254 lispref/internals.texi "Luc Teirlinck"
255 lispref/intro.texi "Luc Teirlinck"
256 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
257 lispref/lists.texi "Luc Teirlinck" Chong Yidong
258 lispref/loading.texi "Luc Teirlinck" Chong Yidong
260 lispref/macros.texi "Luc Teirlinck" Chong Yidong
262 lispref/markers.texi "Luc Teirlinck" Chong Yidong
263 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
264 lispref/modes.texi Chong Yidong
265 lispref/nonascii.texi "Luc Teirlinck"
266 lispref/numbers.texi "Luc Teirlinck" Chong Yidong
267 lispref/objects.texi "Luc Teirlinck" Chong Yidong
268 lispref/os.texi "Luc Teirlinck" Chong Yidong
269 lispref/positions.texi "Luc Teirlinck" Chong Yidong
270 lispref/processes.texi Chong Yidong
271 lispref/searching.texi "Luc Teirlinck"
272 lispref/sequences.texi "Luc Teirlinck" Chong Yidong
273 lispref/streams.texi "Luc Teirlinck" Chong Yidong
274 lispref/strings.texi "Luc Teirlinck" Chong Yidong
275 lispref/symbols.texi "Luc Teirlinck" Chong Yidong
276 lispref/syntax.texi "Luc Teirlinck" Chong Yidong
277 lispref/text.texi Chong Yidong
278 lispref/tips.texi "Luc Teirlinck" Chong Yidong
279 lispref/variables.texi "Luc Teirlinck" Chong Yidong
280 lispref/windows.texi "Luc Teirlinck" Chong Yidong