diff options
| author | Joakim Verona | 2013-08-15 18:41:51 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-15 18:41:51 +0200 |
| commit | d7d5ffd611d0fbeb9d55180d328e9203f3a1e199 (patch) | |
| tree | ccad369b6a77e325d728c2e4cdeaa0f321d7a0f3 /src/ChangeLog | |
| parent | 50bedb930dc5a15cb7cb5d689d9f1726a14fb158 (diff) | |
| parent | 0fe73012cda7153f85cff32db8df442a0859fa5b (diff) | |
| download | emacs-d7d5ffd611d0fbeb9d55180d328e9203f3a1e199.tar.gz emacs-d7d5ffd611d0fbeb9d55180d328e9203f3a1e199.zip | |
merge from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
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 @@ | |||
| 1 | 2013-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 | |||
| 7 | 2013-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 | |||
| 1 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> | 18 | 2013-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 | ||
| 22 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> | 42 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> |
| 23 | 43 | ||