aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 205ae565e6b..063d65475ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12010-09-22 Kenichi Handa <handa@m17n.org>
2
3 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
4 only if we are not at a composition.
5 (set_iterator_to_next): Give it->end_charpos to
6 composition_compute_stop_pos.
7 (set_iterator_to_next, next_element_from_buffer): Likewise.
8
9 * dispnew.c (buffer_posn_from_coords): Fix position when the
10 current display element is a grapheme cluster in bidi-reordered
11 region.
12
12010-09-21 Dan Nicolaescu <dann@ics.uci.edu> 132010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * emacs.c: Do not include sys/ioctl.h, not needed. 15 * emacs.c: Do not include sys/ioctl.h, not needed.