diff options
| author | Joakim Verona | 2013-08-15 07:41:16 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-15 07:41:16 +0200 |
| commit | 31800c9173af4d2c445bb52b2c338a3f0bde5b12 (patch) | |
| tree | 18ba130472110da57d198d680933c78dd2a8cb62 /src/ChangeLog | |
| parent | 0b15597dcec4aaa6c4f35138da2471f6dd4fb003 (diff) | |
| parent | 9c25330708e49ddaeb71f16a65cdc1b51be2a27d (diff) | |
| download | emacs-31800c9173af4d2c445bb52b2c338a3f0bde5b12.tar.gz emacs-31800c9173af4d2c445bb52b2c338a3f0bde5b12.zip | |
merge from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 43e9bca061b..0d3982618b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources) | ||
| 4 | (tty_free_frame_resources, delete_tty): Prefer eassert to emacs_abort. | ||
| 5 | * image.c (make_image_cache): For struct image_cache, prefer xmalloc | ||
| 6 | to xzalloc and so avoid redundant call to memset. | ||
| 7 | * xterm.c (x_term_init): Avoid unnecessary initializations of dpyinfo | ||
| 8 | members because it is allocated with xzalloc and so already zeroed. | ||
| 9 | |||
| 1 | 2013-08-14 Ken Brown <kbrown@cornell.edu> | 10 | 2013-08-14 Ken Brown <kbrown@cornell.edu> |
| 2 | 11 | ||
| 3 | * gmalloc.c (memalign) [CYGWIN]: Rename to emacs_memalign | 12 | * gmalloc.c (memalign) [CYGWIN]: Rename to emacs_memalign |