aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.