Mercurial > emacs
log
age | author | description |
---|---|---|
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. |
Sat, 04 Sep 2010 10:30:14 +0300 | Eli Zaretskii | Update config.bat due to lisp/gnus/.dir-locals.el. |
Sat, 04 Sep 2010 00:50:02 +0000 | Katsumi Yamaoka | Fix previous merge from Gnus trunk. |
Sat, 04 Sep 2010 00:45:13 +0000 | Katsumi Yamaoka | mm-util.el: Just return the image directories, not all directories in the path in addition to the image directories; Maintain a cache of the image directories. This means that the `g' command in Gnus doesn't have to stat dozens of directories each time; nnmh.el: Only recurse down into subdirectories if the link count is more than 2. This results in a 100x speed up on my nnmh spool, and that's from an SSD disk, and not over nfs. |