aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-03 15:43:10 +0000
committerGerd Moellmann2001-09-03 15:43:10 +0000
commit7e376260321bdc436767a7e43e124362af8cb372 (patch)
tree317b503dbbc0080e9760880ec4907166a026d7ad /src/ChangeLog
parentc625688cf269aa13106406fd395360af5bc24b6d (diff)
downloademacs-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/ChangeLog10
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 @@
12001-09-03 Gerd Moellmann <gerd@gnu.org> 12001-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
52001-09-01 Eli Zaretskii <eliz@is.elta.co.il> 152001-09-01 Eli Zaretskii <eliz@is.elta.co.il>