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.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Mon, 19 Oct 2009 22:33:42 +0000 |
Dan Nicolaescu |
* fns.c: Remove code for unsupported system: MAC_OS.
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Tue, 25 Aug 2009 03:05:50 +0000 |
Glenn Morris |
joakim at verona.se
|
Thu, 13 Aug 2009 17:01:21 +0000 |
Chong Yidong |
* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
|
Wed, 04 Mar 2009 12:59:11 +0000 |
Jason Rumney |
(xbm_read_bitmap_data, png_load, svg_load_image):
|
Fri, 06 Feb 2009 17:19:10 +0000 |
Chong Yidong |
(svg_load_image): Fix last change.
|
Thu, 29 Jan 2009 10:36:49 +0000 |
Adrian Robert |
* image.c (svg_load_image): Don't right-shift background RGB when
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|