aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-09-16 18:44:51 +0300
committerEli Zaretskii2014-09-16 18:44:51 +0300
commitc20b4c2de5a8c5ef4ac0655d74dd28c002b7aad3 (patch)
treed476c56b1149211b946ec552876873152d6b6cb3 /src/ChangeLog
parent005aff709292db4fda0c39e7ed512f064bb7d1a9 (diff)
downloademacs-c20b4c2de5a8c5ef4ac0655d74dd28c002b7aad3.tar.gz
emacs-c20b4c2de5a8c5ef4ac0655d74dd28c002b7aad3.zip
Fix block cursor display in R2L lines.
src/xterm.c (x_draw_stretch_glyph_string): src/w32term.c (x_draw_stretch_glyph_string): Fix a thinko that caused the block cursor to disappear on a TAB in R2L lines in every window except the leftmost one. Reported by Martin Rudalics <rudalics@gmx.at>.
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 915a53f7e6e..49ff8efc794 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-09-16 Eli Zaretskii <eliz@gnu.org>
2
3 * xterm.c (x_draw_stretch_glyph_string):
4 * w32term.c (x_draw_stretch_glyph_string): Fix a thinko that
5 caused the block cursor to disappear on a TAB in R2L lines in
6 every window except the leftmost one. Reported by Martin Rudalics
7 <rudalics@gmx.at>.
8
12014-09-16 Dmitry Antipov <dmantipov@yandex.ru> 92014-09-16 Dmitry Antipov <dmantipov@yandex.ru>
2 10
3 Always use matched specpdl entry to record call arguments (Bug#18473). 11 Always use matched specpdl entry to record call arguments (Bug#18473).