diff options
| author | Daniel Colascione | 2012-10-14 15:25:37 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-14 15:25:37 -0800 |
| commit | 33d4113cf5da783b5b1ab559587640f39a0831dc (patch) | |
| tree | 91c6e5eff91663bf593c1d185468c4129761e376 /src/ChangeLog | |
| parent | 1a9653aa8c2d31d5951345643944f7e2a8df8ca2 (diff) | |
| download | emacs-33d4113cf5da783b5b1ab559587640f39a0831dc.tar.gz emacs-33d4113cf5da783b5b1ab559587640f39a0831dc.zip | |
* image.c (init_tiff_functions, init_imagemagick_functions)
(init_svg_functions): Fix cygw32 build break by using these
functions only when WINDOWSNT _and_ HAVE_NTGUI.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b3d02f75ac..bb7ddcfd39e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-14 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * image.c (init_tiff_functions, init_imagemagick_functions) | ||
| 4 | (init_svg_functions): Fix cygw32 build break by using these | ||
| 5 | functions only when WINDOWSNT _and_ HAVE_NTGUI. | ||
| 6 | |||
| 1 | 2012-10-14 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2012-10-14 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422). | 9 | * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422). |