aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-18 11:35:09 +0300
committerEli Zaretskii2014-04-18 11:35:09 +0300
commitea0ca0f45870e18517a234726e59fd7c6dbb4d15 (patch)
treedb5a3cb2057dd5740a10051158685f91238f42fb /src/ChangeLog
parentad62a11591180447cc36faec3308d3cf5617d80d (diff)
downloademacs-ea0ca0f45870e18517a234726e59fd7c6dbb4d15.tar.gz
emacs-ea0ca0f45870e18517a234726e59fd7c6dbb4d15.zip
Fix bug #17288 with inserting left truncation glyph under linum-mode.
src/xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation glyph is written to TEXT_AREA of the temporary glyph_row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e8f122d3c76..e7b8384b431 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-04-18 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation
4 glyph is written to TEXT_AREA of the temporary glyph_row.
5 (Bug#17288)
6
12014-04-18 Paul Eggert <eggert@cs.ucla.edu> 72014-04-18 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * emacs.c (close_output_streams): Don't clear and restore errno. 9 * emacs.c (close_output_streams): Don't clear and restore errno.