aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fe771fd8f74..915a53f7e6e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,12 @@
9 (apply_lambda): Likewise. Get current specpdl level as 3rd arg. 9 (apply_lambda): Likewise. Get current specpdl level as 3rd arg.
10 (do_debug_on_call): Get current specpdl level as 2nd arg. 10 (do_debug_on_call): Get current specpdl level as 2nd arg.
11 11
12 Prefer ptrdiff_t to int and avoid integer overflows.
13 * fileio.c (make_temp_name):
14 * font.c (font_parse_family_registry): Avoid integer
15 overflow on string size calculation.
16 * data.c (Faset): Likewise for byte index.
17
122014-09-15 Eli Zaretskii <eliz@gnu.org> 182014-09-15 Eli Zaretskii <eliz@gnu.org>
13 19
14 Fix display of R2L lines in partial-width windows. 20 Fix display of R2L lines in partial-width windows.