diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-03-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix bug when building Emacs with a GNU Make submake (Bug#13962). | ||
| 4 | * Makefile.in (QUIET_SUBMAKE): New macro. | ||
| 5 | (install-info, uninstall): Use it. | ||
| 6 | |||
| 3 | Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867). | 7 | Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867). |
| 4 | * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2. | 8 | * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2. |
| 5 | We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be | 9 | We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be |