diff options
| author | Gerd Moellmann | 2001-09-03 15:43:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-03 15:43:10 +0000 |
| commit | 7e376260321bdc436767a7e43e124362af8cb372 (patch) | |
| tree | 317b503dbbc0080e9760880ec4907166a026d7ad /src/ChangeLog | |
| parent | c625688cf269aa13106406fd395360af5bc24b6d (diff) | |
| download | emacs-7e376260321bdc436767a7e43e124362af8cb372.tar.gz emacs-7e376260321bdc436767a7e43e124362af8cb372.zip | |
(note_mouse_highlight) <help-echo>: When looking for
help-echo for a string which doesn't have help-echo itself, use
get-char-property to obtain the help-echo from the string's buffer
(note_mouse_highlight) <mouse-face>: When on a string that doesn't
have mouse-face, look for mouse-face ``under'' the string for
mouse-face from an overlay.
(fast_find_position): Add parameter STOP. In the final row,
stop before glyphs having STOP as object. Don't consider
glyphs that are not from a buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a9f85555fa..9df54f3666f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2001-09-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-09-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (note_mouse_highlight) <help-echo>: When looking for | ||
| 4 | help-echo for a string which doesn't have help-echo itself, use | ||
| 5 | get-char-property to obtain the help-echo from the string's buffer | ||
| 6 | (note_mouse_highlight) <mouse-face>: When on a string that doesn't | ||
| 7 | have mouse-face, look ``under'' the string for mouse-face from an | ||
| 8 | overlay. | ||
| 9 | (fast_find_position): Add parameter STOP. In the final row, stop | ||
| 10 | before glyphs having STOP as object. Don't consider glyphs that | ||
| 11 | are not from a buffer. | ||
| 12 | |||
| 3 | * buffer.c (syms_of_buffer) <default-directory>: Doc fix. | 13 | * buffer.c (syms_of_buffer) <default-directory>: Doc fix. |
| 4 | 14 | ||
| 5 | 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> | 15 | 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> |