diff options
| author | Eli Zaretskii | 2011-08-19 13:18:40 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-19 13:18:40 +0300 |
| commit | 54a1215bccc20584285799c015a81f668b266bbc (patch) | |
| tree | c870777f750687615733292d31f31be2c1fa2a88 /src/ChangeLog | |
| parent | f08670270206439ed672793573159c611a6f1379 (diff) | |
| download | emacs-54a1215bccc20584285799c015a81f668b266bbc.tar.gz emacs-54a1215bccc20584285799c015a81f668b266bbc.zip | |
Fix bidi cursor motion when a line begins with a composed character.
src/xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
a composition, take its buffer position from IT->cmp_it.charpos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b5b6fd0602..b5474fcc55b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-08-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from | ||
| 4 | a composition, take its buffer position from IT->cmp_it.charpos. | ||
| 5 | Fixes cursor positioning at the beginning of a line that begins | ||
| 6 | with a composed character. | ||
| 7 | |||
| 1 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | 8 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the | 10 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the |