Mercurial > emacs
comparison admin/FOR-RELEASE @ 60716:056673a2ec2d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 18 Mar 2005 18:35:33 +0000 |
parents | 7e29653a0f41 |
children | 4b6f377ee225 1830bcd0eec0 30ad2795fdab |
comparison
equal
deleted
inserted
replaced
60715:7ccba703d1ac | 60716:056673a2ec2d |
---|---|
15 | 15 |
16 ** Enhance scroll-bar to handle tall line (similar to line-move). | 16 ** Enhance scroll-bar to handle tall line (similar to line-move). |
17 | 17 |
18 | 18 |
19 * FATAL ERRORS | 19 * FATAL ERRORS |
20 | |
21 ** Investigate face cache related crash. | |
22 | |
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 | |
26 isearch faces. | |
27 | 20 |
28 ** Investigate reported crashes in compact_small_strings. | 21 ** Investigate reported crashes in compact_small_strings. |
29 | 22 |
30 ** Investigate reported crashes related to using an | 23 ** Investigate reported crashes related to using an |
31 invalid pointer from string_free_list. | 24 invalid pointer from string_free_list. |
71 ** Make GTK scrollbars behave like others w.r.t. overscrolling. | 64 ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
72 | 65 |
73 | 66 |
74 * REDISPLAY RELATED BUGS | 67 * REDISPLAY RELATED BUGS |
75 | 68 |
76 ** Strange text scrolling with Emacs + GTK | |
77 | |
78 > I could reproduce the problem with the latest CVS. | |
79 > | |
80 > % emacs -Q | |
81 > M-x info RET | |
82 > M-> | |
83 > C-l | |
84 > C-x ( C-u - 1 C-v C-x ) | |
85 > C-x e e e e ... | |
86 > | |
87 > I see the problem around "CC mode" and "Forms". | |
88 | |
89 It is not specific for the first line of a buffer. | |
90 | |
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 | |
95 first display line. | |
96 | |
97 | |
98 ** Avoid unbreakable loops in redisplay. | 69 ** Avoid unbreakable loops in redisplay. |
99 | 70 |
100 Redisplay may loop if there is an error in some display property, e.g. | 71 Redisplay may loop if there is an error in some display property, e.g. |
101 (space 'left-margin) | 72 (space 'left-margin) |
102 | 73 |
103 A fix would be to somehow disable handling of display properties if an error | 74 A fix would be to somehow disable handling of display properties if an error |
104 is encountered. | 75 is encountered. |
105 | |
106 | |
107 ** Problem with modeline and window margins: | |
108 | |
109 The mode line's right "box" line is misplaced under the right margin, | |
110 rather than at the right window edge. | |
111 | |
112 emacs -Q | |
113 (set-window-margins nil 25 25) | |
114 C-x 2 | |
115 | 76 |
116 | 77 |
117 ** custom mode-line face makes Emacs freeze up | 78 ** custom mode-line face makes Emacs freeze up |
118 | 79 |
119 From: Stephen Berman <Stephen.Berman@gmx.net> | 80 From: Stephen Berman <Stephen.Berman@gmx.net> |
206 man/mini.texi "Luc Teirlinck" Chong Yidong | 167 man/mini.texi "Luc Teirlinck" Chong Yidong |
207 man/misc.texi Chong Yidong | 168 man/misc.texi Chong Yidong |
208 man/msdog.texi Chong Yidong | 169 man/msdog.texi Chong Yidong |
209 man/mule.texi "Luc Teirlinck" | 170 man/mule.texi "Luc Teirlinck" |
210 man/m-x.texi "Luc Teirlinck" Chong Yidong | 171 man/m-x.texi "Luc Teirlinck" Chong Yidong |
211 man/picture.texi Joakim Verona <joakim@verona.se> | 172 man/picture.texi Joakim Verona <joakim@verona.se> Chong Yidong |
212 man/programs.texi "Stephen Eglen" Chong Yidong | 173 man/programs.texi "Stephen Eglen" Chong Yidong |
213 man/regs.texi "Luc Teirlinck" Chong Yidong | 174 man/regs.texi "Luc Teirlinck" Chong Yidong |
214 man/rmail.texi Chong Yidong | 175 man/rmail.texi Chong Yidong |
215 man/screen.texi "Luc Teirlinck" Chong Yidong | 176 man/screen.texi "Luc Teirlinck" Chong Yidong |
216 man/search.texi "Luc Teirlinck" | 177 man/search.texi "Luc Teirlinck" Chong Yidong |
217 man/sending.texi Chong Yidong | 178 man/sending.texi Chong Yidong |
218 man/text.texi "Luc Teirlinck" Chong Yidong | 179 man/text.texi "Luc Teirlinck" Chong Yidong |
219 man/trouble.texi Chong Yidong | 180 man/trouble.texi Chong Yidong |
220 man/windows.texi "Luc Teirlinck" Chong Yidong | 181 man/windows.texi "Luc Teirlinck" Chong Yidong |
221 man/xresources.texi | 182 man/xresources.texi |
266 lispref/numbers.texi "Luc Teirlinck" Chong Yidong | 227 lispref/numbers.texi "Luc Teirlinck" Chong Yidong |
267 lispref/objects.texi "Luc Teirlinck" Chong Yidong | 228 lispref/objects.texi "Luc Teirlinck" Chong Yidong |
268 lispref/os.texi "Luc Teirlinck" Chong Yidong | 229 lispref/os.texi "Luc Teirlinck" Chong Yidong |
269 lispref/positions.texi "Luc Teirlinck" Chong Yidong | 230 lispref/positions.texi "Luc Teirlinck" Chong Yidong |
270 lispref/processes.texi Chong Yidong | 231 lispref/processes.texi Chong Yidong |
271 lispref/searching.texi "Luc Teirlinck" | 232 lispref/searching.texi "Luc Teirlinck" Chong Yidong |
272 lispref/sequences.texi "Luc Teirlinck" Chong Yidong | 233 lispref/sequences.texi "Luc Teirlinck" Chong Yidong |
273 lispref/streams.texi "Luc Teirlinck" Chong Yidong | 234 lispref/streams.texi "Luc Teirlinck" Chong Yidong |
274 lispref/strings.texi "Luc Teirlinck" Chong Yidong | 235 lispref/strings.texi "Luc Teirlinck" Chong Yidong |
275 lispref/symbols.texi "Luc Teirlinck" Chong Yidong | 236 lispref/symbols.texi "Luc Teirlinck" Chong Yidong |
276 lispref/syntax.texi "Luc Teirlinck" Chong Yidong | 237 lispref/syntax.texi "Luc Teirlinck" Chong Yidong |