aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a3186b85f2..415c4c3f525 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Utility function and macro to copy Lisp string to C string.
4 * lisp.h (xlispstrdupa): New macro.
5 (xlispstrdup): New prototype.
6 * alloc.c (xlispstrdup): New function.
7 * callint.c (Fcall_interactively):
8 * fileio.c (Ffile_name_directory, Fexpand_file_name)
9 (Fsubstitute_in_file_name):
10 * frame.c (Fmake_terminal_frame): Use xlispstrdupa.
11 * image.c (x_create_bitmap_from_file):
12 * w32term.c (w32_term_init):
13 * xterm.c (x_term_init): Use xlispstrdup.
14
12013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 152013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 16
3 * image.c (imagemagick_load_image): Make animated pictures work. 17 * image.c (imagemagick_load_image): Make animated pictures work.