diff options
| author | Miles Bader | 2005-01-22 21:39:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-01-22 21:39:38 +0000 |
| commit | 18643d1d412928c57690271c8b7a65e50503441f (patch) | |
| tree | a9303ce501314fc316c20ca29928b2fa168d0421 /admin/FOR-RELEASE | |
| parent | cfa4901a57cc9920eec0401d8b33abac7d3f8e5b (diff) | |
| parent | ddff82cf89b20912729a1483da3f28608b44115a (diff) | |
| download | emacs-18643d1d412928c57690271c8b7a65e50503441f.tar.gz emacs-18643d1d412928c57690271c8b7a65e50503441f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-41
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-46
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
Update from CVS
Diffstat (limited to 'admin/FOR-RELEASE')
| -rw-r--r-- | admin/FOR-RELEASE | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index daaeb27b80e..d6d9060dbf1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -40,8 +40,6 @@ are meaningless. What's that trying to do? | |||
| 40 | 40 | ||
| 41 | * BUGS | 41 | * BUGS |
| 42 | 42 | ||
| 43 | ** Incomplete overlay mouse-face highlight bug (Ralf Angeli, Oct 18) | ||
| 44 | |||
| 45 | ** Ange-ftp should ignore irrelevant IPv6 errors: | 43 | ** Ange-ftp should ignore irrelevant IPv6 errors: |
| 46 | 44 | ||
| 47 | Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> | 45 | Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> |
| @@ -153,32 +151,6 @@ interrupting I can get a backtrace, here's an example: | |||
| 153 | Update: Maybe only reveals itself when compiled with GTK+ | 151 | Update: Maybe only reveals itself when compiled with GTK+ |
| 154 | 152 | ||
| 155 | 153 | ||
| 156 | ** Partial highlighting of wrapped overlay | ||
| 157 | |||
| 158 | From: Ralf Angeli <angeli@iwi.uni-sb.de> | ||
| 159 | Date: Mon, 18 Oct 2004 19:09:19 +0200 | ||
| 160 | |||
| 161 | If you put | ||
| 162 | |||
| 163 | (let* ((length (+ (- (window-width) (current-column)) 40)) | ||
| 164 | (start (point)) | ||
| 165 | (end (+ (point) length)) | ||
| 166 | (string (make-string length ?x)) | ||
| 167 | ov) | ||
| 168 | (insert string) | ||
| 169 | (setq ov (make-overlay start end)) | ||
| 170 | (overlay-put ov 'mouse-face 'highlight) | ||
| 171 | (overlay-put ov 'display string)) | ||
| 172 | |||
| 173 | into the *scratch* buffer and type `C-x C-e' with point at the last | ||
| 174 | parenthesis, you will get a string which does not fit into the line | ||
| 175 | and has to be wrapped. If you move over it with your mouse, you | ||
| 176 | should see that only the part on the second line is being highlighted. | ||
| 177 | The full string is highlighted only if the 'display property is not | ||
| 178 | set. | ||
| 179 | |||
| 180 | |||
| 181 | |||
| 182 | * DOCUMENTATION | 154 | * DOCUMENTATION |
| 183 | 155 | ||
| 184 | ** Document Custom Themes. | 156 | ** Document Custom Themes. |