diff options
| author | Dmitry Antipov | 2013-08-14 20:36:16 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-14 20:36:16 +0400 |
| commit | 5b71542de3ef7f08b7c30e93340502d7cc120910 (patch) | |
| tree | dfb9bee6c19bf4467852500cf6b53771652e3d84 /src/ChangeLog | |
| parent | d48d97ee4ab07e0c3e8c1a63efcfb707eef1b352 (diff) | |
| download | emacs-5b71542de3ef7f08b7c30e93340502d7cc120910.tar.gz emacs-5b71542de3ef7f08b7c30e93340502d7cc120910.zip | |
Utility function and macro to copy Lisp string to C string.
* lisp.h (xlispstrdupa): New macro.
(xlispstrdup): New prototype.
* alloc.c (xlispstrdup): New function.
* callint.c (Fcall_interactively):
* fileio.c (Ffile_name_directory, Fexpand_file_name)
(Fsubstitute_in_file_name):
* frame.c (Fmake_terminal_frame): Use xlispstrdupa.
* image.c (x_create_bitmap_from_file):
* w32term.c (w32_term_init):
* xterm.c (x_term_init): Use xlispstrdup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 15 | 2013-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. |