diff options
| author | Eli Zaretskii | 2014-06-16 22:38:28 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-16 22:38:28 +0300 |
| commit | 4f9dc9b61df1ee2128f4e0cb9dda66860c625159 (patch) | |
| tree | eec09cf88b423dc9b71edfdf991f80d9c8c999e1 /src/ChangeLog | |
| parent | 6a7faa16644364dc86e5b47c86be803664be94f7 (diff) | |
| download | emacs-4f9dc9b61df1ee2128f4e0cb9dda66860c625159.tar.gz emacs-4f9dc9b61df1ee2128f4e0cb9dda66860c625159.zip | |
A better fix for bug #17777 with visual-order cursor movement.
src/xdisp.c (Fmove_point_visually): Instead of testing for keyboard
macro execution, make sure point didn't move since last complete
redisplay, as the condition for using the glyph matrix
information.
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 6e312e79d7d..2c27be577a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fmove_point_visually): Instead of testing for keyboard | ||
| 4 | macro execution, make sure point didn't move since last complete | ||
| 5 | redisplay, as the condition for using the glyph matrix | ||
| 6 | information. (Bug#17777) | ||
| 7 | |||
| 1 | 2014-06-14 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-06-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (Fmove_point_visually): Don't use the glyph matrix | 10 | * xdisp.c (Fmove_point_visually): Don't use the glyph matrix |