diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2013-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. |