diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c6bf77785b..c7922ee8a8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * alloc.c (allocate_window): Zero out non-Lisp part of newly | ||
| 4 | allocated window. | ||
| 5 | (allocate_process): Likewise for new process. | ||
| 6 | (allocate_terminal): Changed to use offsetof. | ||
| 7 | (allocate_frame): Likewise. | ||
| 8 | * frame.c (make_frame): Omit redundant initialization. | ||
| 9 | * window.c (make_parent_window): Use memset. | ||
| 10 | (make_window): Omit redundant initialization. | ||
| 11 | * process.c (make_process): Omit redundant initialization. | ||
| 12 | * terminal.c (create_terminal): Likewise. | ||
| 13 | |||
| 14 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 15 | |||
| 3 | * term.c (delete_tty): Remove redundant call to memset. | 16 | * term.c (delete_tty): Remove redundant call to memset. |
| 4 | 17 | ||
| 5 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> | 18 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> |