aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-12-23 16:51:51 +0200
committerEli Zaretskii2011-12-23 16:51:51 +0200
commitd048e1e6bd3f634ca8308003e67967f134098c6c (patch)
tree6ebe88324d04e4a5b6447dad2c55002d1f159fde /src/ChangeLog
parentbffcee0ae34feab9b8b6f7d769f1107418eab724 (diff)
downloademacs-d048e1e6bd3f634ca8308003e67967f134098c6c.tar.gz
emacs-d048e1e6bd3f634ca8308003e67967f134098c6c.zip
Fix assertion violation in pop_it when org-indent-mode is used.
src/xdisp.c (handle_invisible_prop): Handle correctly an invisible property that ends at ZV, so that the bidi iteration could be resumed from there (after widening).
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 87750228f43..a3521bcd031 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-12-23 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
4 property that ends at ZV, so that the bidi iteration could be
5 resumed from there (after widening).
6
12011-12-22 Jan Djärv <jan.h.d@swipnet.se> 72011-12-22 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc. 9 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.