aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-23 18:05:23 +0300
committerEli Zaretskii2010-04-23 18:05:23 +0300
commit8785b8887a35e22970b65409de0738302b91c982 (patch)
treee1b1c429af2a6fe26b23333564f31ec3f72dfc22 /src/ChangeLog
parent809fcabaac3e5ecd5f953928483216d0d25b957e (diff)
downloademacs-8785b8887a35e22970b65409de0738302b91c982.tar.gz
emacs-8785b8887a35e22970b65409de0738302b91c982.zip
Support `display' text properties and overlays.
xdisp.c (pop_it): When the stack is popped after displaying from a string, bidi-iterate to exit from the text portion covered by the `display' property or overlay. (Bug#5988, bug#5920)
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 9e08f6a8977..25f5a2af42a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-04-23 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (pop_it): When the stack is popped after displaying
4 from a string, bidi-iterate to exit from the text portion covered
5 by the `display' property or overlay. (Bug#5988, bug#5920)
6
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 72010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc. 9 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.