aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2015-04-11 15:37:45 +0200
committerJan D2015-04-11 15:37:45 +0200
commitbe008ff0c4ce6f88652d1a3c9ac1cedfba58a29a (patch)
tree4fa8729eab696aabff8bac7a2a04a9072081a77a /src/ChangeLog
parent69a8655d7190b1dc28de9cbc786a86e8966a45a4 (diff)
downloademacs-be008ff0c4ce6f88652d1a3c9ac1cedfba58a29a.tar.gz
emacs-be008ff0c4ce6f88652d1a3c9ac1cedfba58a29a.zip
Support JPEG with USE_CAIRO.
* configure.ac: Allow jpeg with cairo. * src/image.c (jpeg_load_body): Create cairo image surface if USE_CAIRO.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 18e4b343fb7..28c13da8937 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12015-04-11 Jan Djärv <jan.h.d@swipnet.se>
2
3 * image.c (jpeg_load_body): Create cairo image surface if USE_CAIRO.
4
12015-04-05 Jan Djärv <jan.h.d@swipnet.se> 52015-04-05 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * image.c: #undef COLOR_TABLE_SUPPORT when USE_CAIRO. 7 * image.c: #undef COLOR_TABLE_SUPPORT when USE_CAIRO.