diff options
| author | Dmitry Antipov | 2013-03-08 03:37:36 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-03-08 03:37:36 +0400 |
| commit | 36075a19b2d37e38e8258dff2f774a2a3702dc55 (patch) | |
| tree | d6b7433481f28fcfd8f609fe2974a4b0f2ed5ea1 /src/ChangeLog | |
| parent | c095b77025b5bc3ea72972b33dae025b4c52abeb (diff) | |
| download | emacs-36075a19b2d37e38e8258dff2f774a2a3702dc55.tar.gz emacs-36075a19b2d37e38e8258dff2f774a2a3702dc55.zip | |
* bidi.c (bidi_fetch_char): Swap first and second arguments
to match other functions accepting character and byte positions.
Adjust comment.
(bidi_resolve_explicit_1, bidi_level_of_next_char): Adjust users.
(bidi_paragraph_init): Likewise. Use DEC_BOTH which is faster
when you need just to move to the previous buffer position.
* xdisp.c (Fcurrent_bidi_paragraph_direction): Use DEC_BOTH.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54b1fd04503..02c928f8f82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * bidi.c (bidi_fetch_char): Swap first and second arguments | ||
| 4 | to match other functions accepting character and byte positions. | ||
| 5 | Adjust comment. | ||
| 6 | (bidi_resolve_explicit_1, bidi_level_of_next_char): Adjust users. | ||
| 7 | (bidi_paragraph_init): Likewise. Use DEC_BOTH which is faster | ||
| 8 | when you need just to move to the previous buffer position. | ||
| 9 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Use DEC_BOTH. | ||
| 10 | |||
| 1 | 2013-03-07 Eli Zaretskii <eliz@gnu.org> | 11 | 2013-03-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * .gdbinit (prowlims): Display the enabled_p flag of the row. | 13 | * .gdbinit (prowlims): Display the enabled_p flag of the row. |