log src/image.c @ 110901:00157498ec82

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