aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE103
1 files changed, 10 insertions, 93 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index e5e719f9037..8e660744370 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -10,6 +10,12 @@ Tasks needed before the next release.
10 10
11** Let mouse-1 follow links. 11** Let mouse-1 follow links.
12 12
13** Make Rmail find the best version of movemail.
14To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
15
16** Make VC-over-Tramp work where possible, or at least fail
17gracefully if something isn't supported over Tramp.
18To be done by Andre Spiegel <spiegel@gnu.org>.
13 19
14* FATAL ERRORS 20* FATAL ERRORS
15 21
@@ -30,7 +36,6 @@ invalid pointer from string_free_list.
30 36
31** Clean up flymake.el to follow Emacs Lisp conventions. 37** Clean up flymake.el to follow Emacs Lisp conventions.
32 38
33
34* GTK RELATED BUGS 39* GTK RELATED BUGS
35 40
36** Make GTK scrollbars behave like others w.r.t. overscrolling. 41** Make GTK scrollbars behave like others w.r.t. overscrolling.
@@ -103,50 +108,6 @@ interrupting I can get a backtrace, here's an example:
103Update: Maybe only reveals itself when compiled with GTK+ 108Update: Maybe only reveals itself when compiled with GTK+
104 109
105 110
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 111** Clicking on partially visible lines fails
151 112
152From: David Kastrup <dak@gnu.org> 113From: David Kastrup <dak@gnu.org>
@@ -180,52 +141,6 @@ Date: Mon, 11 Oct 2004 11:14:49 +0200
180now I can drag the modeline only upwards but not downwards 141now I can drag the modeline only upwards but not downwards
181 142
182 143
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 144** line-spacing and Electric-pop-up-window
230 145
231From: SAITO Takuya <tabmore@rivo.mediatti.net> 146From: SAITO Takuya <tabmore@rivo.mediatti.net>
@@ -244,6 +159,8 @@ Electric-pop-up-window can use it.
244 159
245* DOCUMENTATION 160* DOCUMENTATION
246 161
162** Document Custom Themes.
163
247** Finish updating the Emacs Lisp manual. 164** Finish updating the Emacs Lisp manual.
248 165
249** Update the Emacs manual. 166** Update the Emacs manual.
@@ -318,11 +235,11 @@ names of the people who have checked it.
318SECTION READERS 235SECTION READERS
319---------------------------------- 236----------------------------------
320lispref/abbrevs.texi "Luc Teirlinck" 237lispref/abbrevs.texi "Luc Teirlinck"
321lispref/advice.texi 238lispref/advice.texi Joakim Verona <joakim@verona.se>
322lispref/anti.texi 239lispref/anti.texi
323lispref/backups.texi "Luc Teirlinck" 240lispref/backups.texi "Luc Teirlinck"
324lispref/buffers.texi "Luc Teirlinck" 241lispref/buffers.texi "Luc Teirlinck"
325lispref/calendar.texi 242lispref/calendar.texi Joakim Verona <joakim@verona.se>
326lispref/commands.texi "Luc Teirlinck" 243lispref/commands.texi "Luc Teirlinck"
327lispref/compile.texi "Luc Teirlinck" 244lispref/compile.texi "Luc Teirlinck"
328lispref/control.texi "Luc Teirlinck" 245lispref/control.texi "Luc Teirlinck"