diff options
| author | Daniel Colascione | 2012-10-14 17:38:07 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-14 17:38:07 -0800 |
| commit | 3e0341b0a481d833942f3964a70e7f3494588ce6 (patch) | |
| tree | 138fdf7ba1d191d706bb51c4e32e73471c5cf91d /src/ChangeLog | |
| parent | 33d4113cf5da783b5b1ab559587640f39a0831dc (diff) | |
| download | emacs-3e0341b0a481d833942f3964a70e7f3494588ce6.tar.gz emacs-3e0341b0a481d833942f3964a70e7f3494588ce6.zip | |
Fix cygw32 build break with dbus compilation
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 bb7ddcfd39e..e142cad7bf6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-15 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * dbusbind.c: Fix cygw32 build break when compiling with dbus | ||
| 4 | enabled by undefining the symbol "interface", which the platform | ||
| 5 | headers define to something incompatible. | ||
| 6 | |||
| 1 | 2012-10-14 Daniel Colascione <dancol@dancol.org> | 7 | 2012-10-14 Daniel Colascione <dancol@dancol.org> |
| 2 | 8 | ||
| 3 | * image.c (init_tiff_functions, init_imagemagick_functions) | 9 | * image.c (init_tiff_functions, init_imagemagick_functions) |