log src/image.c @ 111815:2278399d2eb9

age author description
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.