aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f71e4dcbb80..ae154994da1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-12-16 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fmove_point_visually): Fix subtle bugs in the fallback
4 code, revealed in presence of R2L characters, character
5 compositions, and display vectors. A better fix for Bug#16148.
6
7 * dispextern.h (struct composition_it): Correct a comment for the
8 'width' member.
9
12013-12-16 Paul Eggert <eggert@cs.ucla.edu> 102013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy. 12 * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.