diff options
| author | Miles Bader | 2004-12-25 02:00:25 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-12-25 02:00:25 +0000 |
| commit | 6a89b7e95a771e5141bb1718e8278dcf892359ea (patch) | |
| tree | 189a864da85f49e73c6f9220b7231f0c54250e6e /admin | |
| parent | 054b6b53c3554c83ae02d24a772a74b63ebb08cd (diff) | |
| parent | 70d16390a08dc9d94c961eb380be8e1b5b496963 (diff) | |
| download | emacs-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-RELEASE | 24 |
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... | |||
| 57 | Connected to ftp.nluug.nl. | 57 | Connected to ftp.nluug.nl. |
| 58 | 58 | ||
| 59 | Ange-ftp chokes on the `No route to host' message and doesn't look any | 59 | Ange-ftp chokes on the `No route to host' message and doesn't look any |
| 60 | further. | 60 | further. |
| 61 | 61 | ||
| 62 | I think in the near future we will see more of this problem, so it might be | 62 | I think in the near future we will see more of this problem, so it might be |
| 63 | time to make anfe-ftp more intelligent. | 63 | time 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 | |||
| 128 | It is not specific for the first line of a buffer. | ||
| 129 | |||
| 130 | Rather it happens for lines which are indented but the | ||
| 131 | indentation is controlled by a display property and | ||
| 132 | the newline is part of that display property -- in | ||
| 133 | that case, the indentation is not recognized for the | ||
| 134 | first display line. | ||
| 135 | |||
| 136 | |||
| 115 | ** Avoid unbreakable loops in redisplay. | 137 | ** Avoid unbreakable loops in redisplay. |
| 116 | 138 | ||
| 117 | Redisplay may loop if there is an error in some display property, e.g. | 139 | Redisplay may loop if there is an error in some display property, e.g. |