aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-03-08 03:37:36 +0400
committerDmitry Antipov2013-03-08 03:37:36 +0400
commit36075a19b2d37e38e8258dff2f774a2a3702dc55 (patch)
treed6b7433481f28fcfd8f609fe2974a4b0f2ed5ea1 /src/ChangeLog
parentc095b77025b5bc3ea72972b33dae025b4c52abeb (diff)
downloademacs-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/ChangeLog10
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 @@
12013-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
12013-03-07 Eli Zaretskii <eliz@gnu.org> 112013-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.