diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b69830b23a0..362109acbe6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -74,6 +74,9 @@ | |||
| 74 | (Fexecute_kbd_macro): Don't assume repeat count fits in int. | 74 | (Fexecute_kbd_macro): Don't assume repeat count fits in int. |
| 75 | * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int. | 75 | * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int. |
| 76 | 76 | ||
| 77 | * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf, | ||
| 78 | in case result does not fit in int. | ||
| 79 | |||
| 77 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 80 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 78 | 81 | ||
| 79 | Integer and memory overflow issues (Bug#9196). | 82 | Integer and memory overflow issues (Bug#9196). |