aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-21 04:13:18 -0400
committerEli Zaretskii2011-09-21 04:13:18 -0400
commit3341db6299a2bb63a641210d72f73e93e2d1542e (patch)
tree0c10f907b173a58f0616c6413e11de9978224924 /src/ChangeLog
parentb523dc2054c5b53080082122ed4f639b59632bad (diff)
downloademacs-3341db6299a2bb63a641210d72f73e93e2d1542e.tar.gz
emacs-3341db6299a2bb63a641210d72f73e93e2d1542e.zip
Fix assertion failure when displaying stretch glyphs under linum-mode.
src/xdisp.c (pop_it): Allow it->object that is a cons cell to pass the xassert test. src/dispextern.h (struct it): Update the comment documenting what can it->OBJECT be.
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 17b53216e83..dff41f1dbbf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-09-21 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
4 the xassert test.
5
6 * dispextern.h (struct it): Update the comment documenting what
7 can it->OBJECT be.
8
12011-09-20 Eli Zaretskii <eliz@gnu.org> 92011-09-20 Eli Zaretskii <eliz@gnu.org>
2 10
3 * xdisp.c (set_cursor_from_row): If the row ends in a newline from 11 * xdisp.c (set_cursor_from_row): If the row ends in a newline from