aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b77f081f52..61afecff203 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,14 @@
5 (note_mouse_highlight): Clear mouse highlight when mouse pointer 5 (note_mouse_highlight): Clear mouse highlight when mouse pointer
6 is in a R2L row on the stretch glyph that stands for no text 6 is in a R2L row on the stretch glyph that stands for no text
7 beyond the line end. 7 beyond the line end.
8 (row_containing_pos): Don't return too early when CHARPOS is in a
9 bidi-reordered continued line. Return immediately when the first
10 hit is found in a line that is not continued, or when an exact
11 match for CHARPOS is found.
12 (mouse_face_from_buffer_pos): Rewrite to not assume that
13 START_CHARPOS is always in mouse_face_beg_row. If necessary, swap
14 mouse_face_beg_row and mouse_face_end_row so that the former is
15 always above the latter or identical to it.
8 16
92010-08-28 Eli Zaretskii <eliz@gnu.org> 172010-08-28 Eli Zaretskii <eliz@gnu.org>
10 18