diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a920ac1b970..2d5de9be5d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,6 +16,11 @@ | |||
| 16 | (x_clipboard_manager_save_all): | 16 | (x_clipboard_manager_save_all): |
| 17 | * xterm.c (x_term_init): Use build_local_string. | 17 | * xterm.c (x_term_init): Use build_local_string. |
| 18 | 18 | ||
| 19 | Avoid more integer overflows on string size calculations. | ||
| 20 | * category.c (Fmake_category_set): | ||
| 21 | * xdisp.c (get_overlay_arrow_glyph_row): | ||
| 22 | * w32font.c (intern_font_name): Prefer ptrdiff_t to int. | ||
| 23 | |||
| 19 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> | 24 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> |
| 20 | 25 | ||
| 21 | * sound.c [WINDOWSNT]: Include w32common.h and mbstring.h. | 26 | * sound.c [WINDOWSNT]: Include w32common.h and mbstring.h. |