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 7bc69b2894e..ecf8503117c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-03-03 Eli Zaretskii <eliz@gnu.org>
2
3 * gmalloc.c (aligned_alloc): Fix adjustment of size of the
4 allocated buffer due to alignment.
5 (freehook): If the block to be freed was allocated by
6 'aligned_alloc', find its real pointer before calling 'free'.
7 (Bug#16901)
8 (mabort) [emacs]: Call 'emacs_abort', not 'abort', to provide a
9 backtrace.
10
12014-03-03 Dmitry Antipov <dmantipov@yandex.ru> 112014-03-03 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 * font.c (toplevel): Adjust comment about font cache layout. 13 * font.c (toplevel): Adjust comment about font cache layout.