aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-09-22 11:54:58 +0900
committerKenichi Handa2010-09-22 11:54:58 +0900
commit86282aabd0094aac190834788200bd049a976fc9 (patch)
tree2b90c80b2c9f7db0683c569b5314468e3e9507cb /src/ChangeLog
parentd19e096ef54a8764186a72b1a0d6cf551ca8cc6e (diff)
downloademacs-86282aabd0094aac190834788200bd049a976fc9.tar.gz
emacs-86282aabd0094aac190834788200bd049a976fc9.zip
Fix position calculation on mouse click within bidi-reordered composition.
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.