diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef1f210ba66..9b412fd01e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Fapply): Allow calling it with a single argument. | ||
| 4 | |||
| 1 | 2012-06-26 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-06-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to | 7 | * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to |
| @@ -9,7 +13,7 @@ | |||
| 9 | * alloc.c (allocate_window): Zero out non-Lisp part of newly | 13 | * alloc.c (allocate_window): Zero out non-Lisp part of newly |
| 10 | allocated window. | 14 | allocated window. |
| 11 | (allocate_process): Likewise for new process. | 15 | (allocate_process): Likewise for new process. |
| 12 | (allocate_terminal): Changed to use offsetof. | 16 | (allocate_terminal): Change to use offsetof. |
| 13 | (allocate_frame): Likewise. | 17 | (allocate_frame): Likewise. |
| 14 | * frame.c (make_frame): Omit redundant initialization. | 18 | * frame.c (make_frame): Omit redundant initialization. |
| 15 | * window.c (make_parent_window): Use memset. | 19 | * window.c (make_parent_window): Use memset. |