aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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>