# HG changeset patch # User Gerd Moellmann # Date 999531790 0 # Node ID beac401e9115454c92b96316c996c4b5a4470369 # Parent 67831adbf4d9e45a908abfd98f8a9b44789e117c *** empty log message *** diff -r 67831adbf4d9 -r beac401e9115 src/ChangeLog --- a/src/ChangeLog Mon Sep 03 15:42:28 2001 +0000 +++ b/src/ChangeLog Mon Sep 03 15:43:10 2001 +0000 @@ -1,5 +1,15 @@ 2001-09-03 Gerd Moellmann + * xterm.c (note_mouse_highlight) : 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) : When on a string that doesn't + have mouse-face, look ``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. + * buffer.c (syms_of_buffer) : Doc fix. 2001-09-01 Eli Zaretskii