aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a088c1b42d0..764b345bd25 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12011-04-16 Ben Key <bkey76@gmail.com>
2
3 * nsfont.m: Fixed bugs in ns_get_family and
4 ns_descriptor_to_entity that were caused by using free to
5 deallocate memory blocks that were allocated by xmalloc (via
6 xstrdup). This caused Emacs to crash when compiled with
7 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
8 --enable-checking=xmallocoverrun). xfree is now used to
9 deallocate these memory blocks.
10
12011-04-15 Paul Eggert <eggert@cs.ucla.edu> 112011-04-15 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT. 13 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.