aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2004-11-12 02:53:04 +0000
committerMiles Bader2004-11-12 02:53:04 +0000
commit8b7e837d9c3266e775142a4865845b3d2a8b60aa (patch)
treed1468612ab319b665728b9ebf94dbc0c0d4c20fc /admin
parentd1a3e560ff62e047d9fa8e8b3b1bc1e56e104c26 (diff)
parente22c7647c7ff33c846132f3d2877ac436b8b47e6 (diff)
downloademacs-8b7e837d9c3266e775142a4865845b3d2a8b60aa.tar.gz
emacs-8b7e837d9c3266e775142a4865845b3d2a8b60aa.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71 Update from CVS
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE83
1 files changed, 10 insertions, 73 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index e5e719f9037..a410f784b07 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>
@@ -200,32 +161,6 @@ Then, point is displayed at the center of the window.
200But point should be displayed at the bottom of the window like Emacs-21.3. 161But point should be displayed at the bottom of the window like Emacs-21.3.
201 162
202 163
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 164** line-spacing and Electric-pop-up-window
230 165
231From: SAITO Takuya <tabmore@rivo.mediatti.net> 166From: SAITO Takuya <tabmore@rivo.mediatti.net>
@@ -244,6 +179,8 @@ Electric-pop-up-window can use it.
244 179
245* DOCUMENTATION 180* DOCUMENTATION
246 181
182** Document Custom Themes.
183
247** Finish updating the Emacs Lisp manual. 184** Finish updating the Emacs Lisp manual.
248 185
249** Update the Emacs manual. 186** Update the Emacs manual.
@@ -318,11 +255,11 @@ names of the people who have checked it.
318SECTION READERS 255SECTION READERS
319---------------------------------- 256----------------------------------
320lispref/abbrevs.texi "Luc Teirlinck" 257lispref/abbrevs.texi "Luc Teirlinck"
321lispref/advice.texi 258lispref/advice.texi Joakim Verona <joakim@verona.se>
322lispref/anti.texi 259lispref/anti.texi
323lispref/backups.texi "Luc Teirlinck" 260lispref/backups.texi "Luc Teirlinck"
324lispref/buffers.texi "Luc Teirlinck" 261lispref/buffers.texi "Luc Teirlinck"
325lispref/calendar.texi 262lispref/calendar.texi Joakim Verona <joakim@verona.se>
326lispref/commands.texi "Luc Teirlinck" 263lispref/commands.texi "Luc Teirlinck"
327lispref/compile.texi "Luc Teirlinck" 264lispref/compile.texi "Luc Teirlinck"
328lispref/control.texi "Luc Teirlinck" 265lispref/control.texi "Luc Teirlinck"