diff options
| author | Eli Zaretskii | 2011-07-25 18:36:47 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-07-25 18:36:47 +0300 |
| commit | 2238127283d703f38765f9b3f6a64f799d18e9e5 (patch) | |
| tree | 93e26a0639a073f566b6e800a2a133a37b469701 /src/ChangeLog | |
| parent | 0f0a88b94cce778a7903196b07a0d70657fb4dc0 (diff) | |
| parent | 7daee9109e1d69d62528f6b460d101e1ea44f4e1 (diff) | |
| download | emacs-2238127283d703f38765f9b3f6a64f799d18e9e5.tar.gz emacs-2238127283d703f38765f9b3f6a64f799d18e9e5.zip | |
Fix logic of caching display string positions for bidi display.
src/xdisp.c (compute_display_string_pos): Fix logic of caching
previous display string position. Initialize cached_prev_pos to -1.
Fixes slow-down at the beginning of a buffer.
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 e537848ea41..b3d2f64bcc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (compute_display_string_pos): Fix logic of caching | ||
| 4 | previous display string position. Initialize cached_prev_pos to | ||
| 5 | -1. Fixes slow-down at the beginning of a buffer. | ||
| 6 | |||
| 1 | 2011-07-24 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-07-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil' | 9 | * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil' |