diff options
| author | Eli Zaretskii | 2010-04-23 18:05:23 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-23 18:05:23 +0300 |
| commit | 8785b8887a35e22970b65409de0738302b91c982 (patch) | |
| tree | e1b1c429af2a6fe26b23333564f31ec3f72dfc22 /src/ChangeLog | |
| parent | 809fcabaac3e5ecd5f953928483216d0d25b957e (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2010-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. |