diff options
| author | Eli Zaretskii | 2013-06-09 19:37:22 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-09 19:37:22 +0300 |
| commit | 52fab9c9b8d690de6e8754995c0027767d356146 (patch) | |
| tree | f7ab231ad82c10ccb14c8be8abf51fbda1cee1ec /src/ChangeLog | |
| parent | bf77e2305f392b966805fb7b080570911468709b (diff) | |
| download | emacs-52fab9c9b8d690de6e8754995c0027767d356146.tar.gz emacs-52fab9c9b8d690de6e8754995c0027767d356146.zip | |
Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.
src/xdisp.c (get_it_property): If it->object is a buffer, pass to
get-char-property the window that is being rendered, instead of
the buffer, to support window-specific overlays.
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 cf5a8c0ee1e..06b738e5043 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_it_property): If it->object is a buffer, pass to | ||
| 4 | get-char-property the window that is being rendered, instead of | ||
| 5 | the buffer, to support window-specific overlays. (Bug#14575) | ||
| 6 | |||
| 1 | 2013-06-08 Eli Zaretskii <eliz@gnu.org> | 7 | 2013-06-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * bidi.c (bidi_fetch_char): Accept additional argument, the window | 9 | * bidi.c (bidi_fetch_char): Accept additional argument, the window |