diff options
| author | Eli Zaretskii | 2011-08-24 14:49:54 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-24 14:49:54 +0300 |
| commit | 5980d4c6db923da523fbb0e2fb44ecd68b13c53d (patch) | |
| tree | 8ff36b595125112f39ea288dab1de68a1393e5bb /src/ChangeLog | |
| parent | 11dcdbb283eb9efddf73939d3c3d12404731833f (diff) | |
| download | emacs-5980d4c6db923da523fbb0e2fb44ecd68b13c53d.tar.gz emacs-5980d4c6db923da523fbb0e2fb44ecd68b13c53d.zip | |
Fix current-bidi-paragraph-direction and its doc.
src/xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
buffers, return left-to-right.
doc/lispref/display.texi (Bidirectional Display): Document return value in
buffers that are not bidi-reordered for display, and in unibyte
buffers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f52e8cad479..d4d6a4c4bbd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-08-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte | ||
| 4 | buffers, return left-to-right. | ||
| 5 | |||
| 3 | * bidi.c (bidi_check_type): Use xassert. | 6 | * bidi.c (bidi_check_type): Use xassert. |
| 4 | (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p | 7 | (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p |
| 5 | members. | 8 | members. |