aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 10984d5ce25..fa79ac43bdf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,9 @@
15 * xfont.c (xfont_open): 15 * xfont.c (xfont_open):
16 * xftfont.c (xftfont_open): All users changed. 16 * xftfont.c (xftfont_open): All users changed.
17 17
18 * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and
19 so avoid integer overflow if decoded gap size exceeds INT_MAX bytes.
20
182014-07-09 Eli Zaretskii <eliz@gnu.org> 212014-07-09 Eli Zaretskii <eliz@gnu.org>
19 22
20 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what 23 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what