aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12013-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
12013-08-14 Ken Brown <kbrown@cornell.edu> 102013-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