aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-14 09:11:58 +0200
committerJoakim Verona2013-08-14 09:11:58 +0200
commitcfb926eb66f52143a3951aaa0b1ac6b11f686c53 (patch)
tree5218ec25e4ba8a4490fd2e8b5e324e25e7cd64c4 /src/ChangeLog
parent0d50a0024015b4198a75dc70475b351d7c98d74f (diff)
parentaab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b (diff)
downloademacs-cfb926eb66f52143a3951aaa0b1ac6b11f686c53.tar.gz
emacs-cfb926eb66f52143a3951aaa0b1ac6b11f686c53.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88df9f13762..a120cf1b182 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-08-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * xdisp.c (cursor_type_changed): Now static.
4
5 * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
6 Use changed. This avoids the need to call xmalloc and for the
7 caller to call xfree, and avoids memory leaks in some situations.
8
12013-08-14 Dmitry Antipov <dmantipov@yandex.ru> 92013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2 10
3 * xdisp.c (adjust_window_ends): Move duplicated code to new function. 11 * xdisp.c (adjust_window_ends): Move duplicated code to new function.