diff options
| author | Joakim Verona | 2010-08-20 21:55:21 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-20 21:55:21 +0200 |
| commit | ccd806186417c006a97ac89162d2af3acb3d3047 (patch) | |
| tree | e15fcf659f82f0f7518149c7def2e80e1a9e45b2 | |
| parent | 96fa1768839e3a9aa5ab5f2b782cea376460df9d (diff) | |
| download | emacs-ccd806186417c006a97ac89162d2af3acb3d3047.tar.gz emacs-ccd806186417c006a97ac89162d2af3acb3d3047.zip | |
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
| -rw-r--r-- | ChangeLog | 19 | ||||
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
5 files changed, 28 insertions, 17 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-18 Joakim Verona <joakim@verona.se> | ||
| 2 | |||
| 3 | * config.in, Makefile.in, configure.in: Checks for ImageMagick. | ||
| 4 | |||
| 1 | 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in (AC_PREREQ): Require autoconf 2.65. | 7 | * configure.in (AC_PREREQ): Require autoconf 2.65. |
| @@ -139,21 +143,6 @@ | |||
| 139 | 143 | ||
| 140 | * Makefile.in (install-arch-indep): Delete any old info .gz files first. | 144 | * Makefile.in (install-arch-indep): Delete any old info .gz files first. |
| 141 | 145 | ||
| 142 | 2010-06-12 Joakim Verona <joakim@verona.se> | ||
| 143 | |||
| 144 | * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is | ||
| 145 | defined: | ||
| 146 | (imagemagick_image_p): New function to test for ImageMagic img. | ||
| 147 | (imagemagick_load): New function to load ImageMagick img. | ||
| 148 | (imagemagick_load_image): New function, helper for imagemagick_load | ||
| 149 | (imagemagick-types): New function. | ||
| 150 | (Qimagemagick): New Lisp_object. | ||
| 151 | (imagemagick-render-type): New var, decides which renderer to use | ||
| 152 | * image.el: | ||
| 153 | (imagemagick-types-inhibit): New var. | ||
| 154 | (imagemagick-register-types): New function. | ||
| 155 | * config.in, Makefile.in, configure.in | ||
| 156 | |||
| 157 | 2010-06-11 Glenn Morris <rgm@gnu.org> | 146 | 2010-06-11 Glenn Morris <rgm@gnu.org> |
| 158 | 147 | ||
| 159 | * configure.in (--without-compress-info): New option. | 148 | * configure.in (--without-compress-info): New option. |
| @@ -8726,7 +8726,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 8726 | fi | 8726 | fi |
| 8727 | 8727 | ||
| 8728 | 8728 | ||
| 8729 | $as_echo "#define HAVE_MAGICKEXPORTIMAGEPIXELS 1" >>confdefs.h | 8729 | $as_echo "#define HAVE_MAGICKEXPORTIMAGEPIXELS 0" >>confdefs.h |
| 8730 | 8730 | ||
| 8731 | 8731 | ||
| 8732 | 8732 | ||
diff --git a/configure.in b/configure.in index c989b0358ab..11d660cbc81 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1852,7 +1852,7 @@ if test "${with_imagemagick}" != "no"; then | |||
| 1852 | LIBS="$IMAGEMAGICK_LIBS $LIBS" | 1852 | LIBS="$IMAGEMAGICK_LIBS $LIBS" |
| 1853 | fi | 1853 | fi |
| 1854 | 1854 | ||
| 1855 | AC_DEFINE(HAVE_MAGICKEXPORTIMAGEPIXELS, 1, [Define to 1 if MagickExportImagePixels is defined.]) | 1855 | AC_DEFINE(HAVE_MAGICKEXPORTIMAGEPIXELS, 0, [Define to 1 if MagickExportImagePixels is defined.]) |
| 1856 | AC_CHECK_FUNCS_ONCE(MagickExportImagePixels) | 1856 | AC_CHECK_FUNCS_ONCE(MagickExportImagePixels) |
| 1857 | 1857 | ||
| 1858 | fi | 1858 | fi |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce5baa1b1a1..333764d846c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -26,6 +26,17 @@ | |||
| 26 | * emacs-lisp/autoload.el (make-autoload): Preload the macros's | 26 | * emacs-lisp/autoload.el (make-autoload): Preload the macros's |
| 27 | declarations that are useful before running the macro. | 27 | declarations that are useful before running the macro. |
| 28 | 28 | ||
| 29 | 2010-08-18 Joakim Verona <joakim@verona.se> | ||
| 30 | * image.el: | ||
| 31 | (imagemagick-types-inhibit): New var. | ||
| 32 | (imagemagick-register-types): New function. | ||
| 33 | * image-mode.el: | ||
| 34 | (image-transform-properties): New function. | ||
| 35 | (image-transform-set-scale, image-transform-fit-to-height) | ||
| 36 | (image-transform-set-rotation, image-transform-set-resize) | ||
| 37 | (image-transform-fit-to-width, image-transform-fit-to-height):New functions. | ||
| 38 | (image-toggle-display-image): Support image transforms. | ||
| 39 | |||
| 29 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | 40 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
| 30 | 41 | ||
| 31 | * image.el (create-animated-image): Don't add heuristic mask to image | 42 | * image.el (create-animated-image): Don't add heuristic mask to image |
diff --git a/src/ChangeLog b/src/ChangeLog index 0a1a268d962..5d26db96634 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,6 +33,17 @@ | |||
| 33 | NXSecondaryPboard = SecondarySelection. | 33 | NXSecondaryPboard = SecondarySelection. |
| 34 | (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677). | 34 | (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677). |
| 35 | 35 | ||
| 36 | 2010-08-18 Joakim Verona <joakim@verona.se> | ||
| 37 | |||
| 38 | * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is | ||
| 39 | defined: | ||
| 40 | (imagemagick_image_p): New function to test for ImageMagic img. | ||
| 41 | (imagemagick_load): New function to load ImageMagick img. | ||
| 42 | (imagemagick_load_image): New function, helper for imagemagick_load | ||
| 43 | (imagemagick-types): New function. | ||
| 44 | (Qimagemagick): New Lisp_object. | ||
| 45 | (imagemagick-render-type): New var, decides which renderer to use | ||
| 46 | |||
| 36 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> | 47 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 37 | 48 | ||
| 38 | * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL | 49 | * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL |