aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 888db1f8cf4..c12b32ebc71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12013-08-15 Ken Brown <kbrown@cornell.edu>
2
3 * emacs.c (main): Update comment about G_SLICE_ALWAYS_MALLOC.
4 * gmalloc.c (memalign) [CYGWIN]: Revert last change; it's not
5 needed.
6
72013-08-15 Paul Eggert <eggert@cs.ucla.edu>
8
9 Fix minor problems found by static checking.
10 * frame.c (delete_frame):
11 * xdisp.c (next_element_from_display_vector):
12 Avoid uninitialized local.
13 * image.c (imagemagick_compute_animated_image): Port to C89.
14 Prefer usual GNU indentation style for loops.
15 Be more careful about bizarrely large sizes, by using ptrdiff_t
16 instead of int.
17
12013-08-15 Dmitry Antipov <dmantipov@yandex.ru> 182013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2 19
3 Fix infinite frame selection loop (Bug#15025). 20 Fix infinite frame selection loop (Bug#15025).
@@ -18,6 +35,9 @@
18 35
19 * image.c (imagemagick_compute_animated_image): Implement animated 36 * image.c (imagemagick_compute_animated_image): Implement animated
20 images (bug#14700). 37 images (bug#14700).
38 (imagemagick_compute_animated_image): Fix some compilation
39 warnings. Implement a very simple cache to make the animation
40 usable at all, but it should be replaced with a per-image cache.
21 41
222013-08-15 Dmitry Antipov <dmantipov@yandex.ru> 422013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
23 43