log src/image.c @ 112324:2b598aa5d397

age author description
Thu, 13 Jan 2011 09:17:33 -0800 Paul Eggert Merge from mainline.
Tue, 11 Jan 2011 21:57:19 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Mon, 03 Jan 2011 21:32:41 +0200 Eli Zaretskii Don't use png_jmpbuf, it doesn't work with dynamic loading.
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Wed, 12 Jan 2011 08:35:04 +0100 Tassilo Horn Minor docfixes in imagemagick_load_image.
Tue, 11 Jan 2011 21:14:13 +0100 Tassilo Horn * image.c (imagemagick_load_image, Finit_image_library): Free
Fri, 07 Jan 2011 23:33:32 +0100 Andreas Schwab Fix some resource leaks in ImageMagick image loader
Mon, 03 Jan 2011 21:35:59 +0200 Eli Zaretskii Don't use png_jmpbuf, it doesn't work with dynamic loading.
Sun, 02 Jan 2011 15:28:40 -0500 Chong Yidong Merge changes from emacs-23 branch
Fri, 31 Dec 2010 18:33:40 +0200 Eli Zaretskii More elegant solution for accessing png_ptr without GCC warnings.
Fri, 31 Dec 2010 14:38:06 +0200 Eli Zaretskii Fix bug #7716 with PNG image support libraries on Windows.
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Tue, 09 Nov 2010 15:07:10 -0500 Stefan Monnier Merge from emacs-23
Wed, 03 Nov 2010 16:08:48 -0400 Chong Yidong Support for gif transparency.
Fri, 05 Nov 2010 14:28:19 -0400 Chong Yidong Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
Fri, 15 Oct 2010 12:10:20 +0200 Eli Zaretskii image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
Thu, 14 Oct 2010 01:48:09 +0200 Juanma Barranquero src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.
Wed, 13 Oct 2010 16:50:06 +0200 Juanma Barranquero Rename `image-library-alist' to `dynamic-library-alist'.
Fri, 01 Oct 2010 05:25:21 -0700 Dan Nicolaescu Use intern_c_string instead of intern.
Sat, 25 Sep 2010 14:04:35 +0200 Juanma Barranquero Fix typos.
Sat, 04 Sep 2010 21:39:34 +0200 Andreas Schwab Check all lisp types in image loader
Sat, 04 Sep 2010 12:43:43 +0200 Andreas Schwab * image.c (Fimagemagick_types): Doc fix.
Sat, 04 Sep 2010 12:41:52 +0200 Andreas Schwab Fix type mismatch in ImageMagick loader
Sat, 04 Sep 2010 10:23:09 +0200 Andreas Schwab * image.c (imagemagick_image_p): Replace bcopy by memcpy.
Fri, 20 Aug 2010 14:02:43 +0200 Andreas Schwab * image.c (imagemagick_clear_image): Remove debugging output.
Thu, 19 Aug 2010 09:29:27 +0200 Joakim some minor cosmetic fixes in comments
Thu, 19 Aug 2010 09:23:06 +0200 Joakim fix some accidental whitespace changes
Wed, 18 Aug 2010 11:09:46 +0200 Joakim minor cleanup
Tue, 17 Aug 2010 23:19:11 +0200 Joakim merge from trunk
Thu, 01 Jul 2010 23:38:33 +0200 Joakim reworked :index functionality a bit so its faster
Sat, 26 Jun 2010 23:17:02 +0200 Joakim image-mode changes. removed the imagemagick specific :geometry and :crop interface that wasnt very good.
Thu, 17 Jun 2010 09:44:04 +0200 Joakim improved lisp interface to scaling, doc changed acordingly
Mon, 14 Jun 2010 23:27:03 +0200 Joakim cosmetics, and changing of defconst to defcustom
Mon, 14 Jun 2010 15:57:48 +0200 Joakim mostly cosmetic, moving { instances, changing indentation accordingly.
Mon, 14 Jun 2010 11:48:51 +0200 Joakim merged from trunk
Fri, 14 May 2010 12:07:01 +0200 Joakim configure support for MagickExportImagePixels and README
Fri, 14 May 2010 10:19:30 +0200 Joakim initial support for supplying image count property for image bundles
Thu, 13 May 2010 15:13:52 +0200 Joakim merge and fixes
Fri, 02 Apr 2010 23:09:13 +0200 joakim imagemagick patch5 + minor mods
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 19 Jun 2010 15:43:47 -0400 Chong Yidong * image.c (free_image): Mark frame as garbaged (Bug#6426).
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Sat, 22 May 2010 12:48:01 -0400 Chong Yidong Rename image-refresh to image-flush.
Fri, 21 May 2010 13:29:27 -0400 Chong Yidong Improve image cache clearing logic (Bug#6230).
Wed, 31 Mar 2010 17:55:01 +0300 Juri Linkov Rename `image-extension-data' to `image-metadata'.
Sun, 24 Jan 2010 18:03:13 -0500 Chong Yidong Use png_sig_cmp to allow linking with libpng 1.4.0.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.