aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-14 00:00:25 -0700
committerPaul Eggert2013-08-14 00:00:25 -0700
commit01c3051fc39127302943846f15047da305c07df0 (patch)
tree9dd6da012f924c380e0ddea8f075e3c814bb91bf /src/ChangeLog
parent2084152aee6fe88fda43ffb5fd654aeae5d12129 (diff)
downloademacs-01c3051fc39127302943846f15047da305c07df0.tar.gz
emacs-01c3051fc39127302943846f15047da305c07df0.zip
* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
Use changed. This avoids the need to call xmalloc and for the caller to call xfree, and avoids memory leaks in some situations.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88df9f13762..30a3dc3462b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-08-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
4 Use changed. This avoids the need to call xmalloc and for the
5 caller to call xfree, and avoids memory leaks in some situations.
6
12013-08-14 Dmitry Antipov <dmantipov@yandex.ru> 72013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 * xdisp.c (adjust_window_ends): Move duplicated code to new function. 9 * xdisp.c (adjust_window_ends): Move duplicated code to new function.