aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2012-07-13 14:20:07 +0200
committerJan Djärv2012-07-13 14:20:07 +0200
commit2277de02b932b0c685a832dbcdc224885decbb30 (patch)
treeee70b3f87cfb8e76c299ff2c1fcf8fd5954a649a /src/ChangeLog
parentef099b57b6fb2de43feb3b40860dd9a3fbc7fdbd (diff)
downloademacs-2277de02b932b0c685a832dbcdc224885decbb30.tar.gz
emacs-2277de02b932b0c685a832dbcdc224885decbb30.zip
* image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
and free it with DestroyExceptionInfo. Fixes: debbugs:11558
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26019c1302d..9161d4c40de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
2
3 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
4 and free it with DestroyExceptionInfo (Bug#11558).
5
12012-07-13 Juanma Barranquero <lekktu@gmail.com> 62012-07-13 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt. 8 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.