aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2004-12-25 02:00:25 +0000
committerMiles Bader2004-12-25 02:00:25 +0000
commit6a89b7e95a771e5141bb1718e8278dcf892359ea (patch)
tree189a864da85f49e73c6f9220b7231f0c54250e6e /admin
parent054b6b53c3554c83ae02d24a772a74b63ebb08cd (diff)
parent70d16390a08dc9d94c961eb380be8e1b5b496963 (diff)
downloademacs-6a89b7e95a771e5141bb1718e8278dcf892359ea.tar.gz
emacs-6a89b7e95a771e5141bb1718e8278dcf892359ea.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-747 Update from CVS
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE24
1 files changed, 23 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ca0e16bdec9..e00c40b0871 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -57,7 +57,7 @@ Trying 192.87.102.36...
57Connected to ftp.nluug.nl. 57Connected to ftp.nluug.nl.
58 58
59Ange-ftp chokes on the `No route to host' message and doesn't look any 59Ange-ftp chokes on the `No route to host' message and doesn't look any
60further. 60further.
61 61
62I think in the near future we will see more of this problem, so it might be 62I think in the near future we will see more of this problem, so it might be
63time to make anfe-ftp more intelligent. 63time to make anfe-ftp more intelligent.
@@ -112,6 +112,28 @@ we come to mark the http buffers as dead.
112 112
113* REDISPLAY RELATED BUGS 113* REDISPLAY RELATED BUGS
114 114
115** Strange text scrolling with Emacs + GTK
116
117> I could reproduce the problem with the latest CVS.
118>
119> % emacs -Q
120> M-x info RET
121> M->
122> C-l
123> C-x ( C-u - 1 C-v C-x )
124> C-x e e e e ...
125>
126> I see the problem around "CC mode" and "Forms".
127
128It is not specific for the first line of a buffer.
129
130Rather it happens for lines which are indented but the
131indentation is controlled by a display property and
132the newline is part of that display property -- in
133that case, the indentation is not recognized for the
134first display line.
135
136
115** Avoid unbreakable loops in redisplay. 137** Avoid unbreakable loops in redisplay.
116 138
117Redisplay may loop if there is an error in some display property, e.g. 139Redisplay may loop if there is an error in some display property, e.g.