diff options
| author | Eli Zaretskii | 2011-07-15 13:50:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-07-15 13:50:03 +0300 |
| commit | aa4b6df6901fc736db6165f379857f448abbe711 (patch) | |
| tree | ceaef3fb90bb1dd7a696712ea196f7698457f08a /src/ChangeLog | |
| parent | 75c68aa1b696fca51177e7777e4aa9838a1b4660 (diff) | |
| download | emacs-aa4b6df6901fc736db6165f379857f448abbe711.tar.gz emacs-aa4b6df6901fc736db6165f379857f448abbe711.zip | |
Fix vertical cursor motion in Speedbar frames under bidi display.
src/xdisp.c (move_it_in_display_line_to): Fix vertical motion with
bidi redisplay when a line includes both an image and is
truncated.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21563806ece..3bb02a71865 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Fix vertical motion with | ||
| 4 | bidi redisplay when a line includes both an image and is | ||
| 5 | truncated. | ||
| 6 | |||
| 1 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Fix minor problems found by static checking. | 9 | Fix minor problems found by static checking. |