diff options
| author | Eli Zaretskii | 2010-04-23 18:09:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-23 18:09:11 +0300 |
| commit | f1bbc65578cd055f4107f0117e6c317b45bc5b33 (patch) | |
| tree | 7627d10e245ec9fa6bd0a86c06f36f77faca4030 /src/ChangeLog | |
| parent | a5bee597fb5c417c6f4288d0c2b96448e9b9ac7f (diff) | |
| parent | 8785b8887a35e22970b65409de0738302b91c982 (diff) | |
| download | emacs-f1bbc65578cd055f4107f0117e6c317b45bc5b33.tar.gz emacs-f1bbc65578cd055f4107f0117e6c317b45bc5b33.zip | |
Support `display' text properties and overlay strings in bidi buffers.
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be510c69f1a..966fc74744d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-04-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Support `display' text properties and overlay strings in bidi | ||
| 4 | buffers. | ||
| 5 | * xdisp.c (pop_it): When the stack is popped after displaying | ||
| 6 | from a string, bidi-iterate to exit from the text portion covered | ||
| 7 | by the `display' property or overlay. (Bug#5988, bug#5920) | ||
| 8 | |||
| 1 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef. | 11 | * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef. |