diff options
| author | Eli Zaretskii | 2013-06-09 19:49:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-09 19:49:07 +0300 |
| commit | ad257d4f6c67ff216a1944acde6e9cf740922ae8 (patch) | |
| tree | e17842bf53653ac545d60690535be4fc5923c6e9 /src/ChangeLog | |
| parent | 52fab9c9b8d690de6e8754995c0027767d356146 (diff) | |
| download | emacs-ad257d4f6c67ff216a1944acde6e9cf740922ae8.tar.gz emacs-ad257d4f6c67ff216a1944acde6e9cf740922ae8.zip | |
Fix current-bidi-paragraph-direction wrt window pointer.
src/xdisp.c (compute_display_string_pos): When W is NULL, use the current
buffer as the object to pass to get-char-property.
(Fcurrent_bidi_paragraph_direction): Assign NULL to the window
pointer member of the bidi iterator, since no window is pertinent
to this function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06b738e5043..94c5f76a76d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * xdisp.c (get_it_property): If it->object is a buffer, pass to | 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 | 4 | get-char-property the window that is being rendered, instead of |
| 5 | the buffer, to support window-specific overlays. (Bug#14575) | 5 | the buffer, to support window-specific overlays. (Bug#14575) |
| 6 | (compute_display_string_pos): When W is NULL, use the current | ||
| 7 | buffer as the object to pass to get-char-property. | ||
| 8 | (Fcurrent_bidi_paragraph_direction): Assign NULL to the window | ||
| 9 | pointer member of the bidi iterator, since no window is pertinent | ||
| 10 | to this function. | ||
| 6 | 11 | ||
| 7 | 2013-06-08 Eli Zaretskii <eliz@gnu.org> | 12 | 2013-06-08 Eli Zaretskii <eliz@gnu.org> |
| 8 | 13 | ||