aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-12 20:12:10 +0300
committerEli Zaretskii2012-09-12 20:12:10 +0300
commitaa36e4d28b7a405fa542d9fa1dbbfd9758980f22 (patch)
treeed20d28cd4dfbc86caf7c0503a0c831c95932331 /src/ChangeLog
parente0453b552e68fc2c05cb78cec6103511660c7531 (diff)
downloademacs-aa36e4d28b7a405fa542d9fa1dbbfd9758980f22.tar.gz
emacs-aa36e4d28b7a405fa542d9fa1dbbfd9758980f22.zip
Fix bug #12403 with garbled display under non-zero scroll-margin.
src/xdisp.c (try_window_reusing_current_matrix): Under bidi reordering, locate the cursor by calling set_cursor_from_row; if that fails, clear the desired glyph matrix before returning a failure indication to the caller. Fixes leaving garbled display when fast scrolling with a down-key when scroll-margin is non-zero.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49c1fa345bb..39bdd191188 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-09-12 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (try_window_reusing_current_matrix): Under bidi
4 reordering, locate the cursor by calling set_cursor_from_row; if
5 that fails, clear the desired glyph matrix before returning a
6 failure indication to the caller. Fixes leaving garbled display
7 when fast scrolling with a down-key. (Bug#12403)
8
12012-09-12 Jan Djärv <jan.h.d@swipnet.se> 92012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it 11 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it