log lisp/gnus/mm-util.el @ 111502:df6573cbdd34

age author description
Sun, 31 Oct 2010 23:39:01 -0700 Glenn Morris Silence compilation of mm-util.el.
Sun, 31 Oct 2010 19:21:42 -0700 Glenn Morris * lisp/gnus/mm-util.el (mm-string-to-multibyte): Simplify.
Mon, 11 Oct 2010 23:29:33 +0000 Katsumi Yamaoka nnimap.el (gnutls-negotiate): Silence the byte compiler.
Thu, 30 Sep 2010 08:39:23 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Wed, 29 Sep 2010 01:09:50 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
Wed, 22 Sep 2010 06:01:22 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
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.
Thu, 02 Sep 2010 00:55:51 +0000 Katsumi Yamaoka Remove arch-tags from all files, since these are no longer needed.
Mon, 30 Aug 2010 23:24:56 +0000 Katsumi Yamaoka gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 10 May 2010 12:07:40 +0000 Katsumi Yamaoka Synch with Gnus trunk.
Mon, 10 May 2010 07:25:27 +0000 Katsumi Yamaoka Synch with Gnus trunk.
Fri, 07 May 2010 06:58:17 +0000 Katsumi Yamaoka Synch with Gnus trunk.
Tue, 04 May 2010 00:38:50 +0200 Juanma Barranquero * mm-util.el (mm-decompress-buffer): Use `delete-file'.
Fri, 23 Apr 2010 12:15:51 -0400 Stefan Monnier * mm-util.el (mm-find-buffer-file-coding-system):
Mon, 15 Mar 2010 01:38:28 +0000 Katsumi Yamaoka (mm-charset-to-coding-system): Use coding-system-from-name
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 23 Sep 2009 23:58:40 +0000 Juanma Barranquero * gnus-art.el (gnus-article-encrypt-body):
Fri, 04 Sep 2009 02:47:26 +0000 Glenn Morris Use default-value rather than default-enable-multibyte-characters.
Thu, 03 Sep 2009 07:26:31 +0000 Glenn Morris Use default-value rather than default-enable-multibyte-characters.
Fri, 28 Aug 2009 17:02:53 +0000 Stefan Monnier * gnus/nnheader.el (nnheader-find-file-noselect):
Wed, 14 Jan 2009 07:51:26 +0000 Miles Bader Merge from gnus--devo--0
Fri, 09 Jan 2009 03:01:50 +0000 Miles Bader Merge from gnus--devo--0
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 19 Dec 2008 02:40:25 +0000 Miles Bader Merge from gnus--devo--0
Wed, 17 Dec 2008 00:34:16 +0000 Miles Bader Merge from gnus--devo--0
Tue, 16 Dec 2008 08:10:01 +0000 Glenn Morris (mm-charset-override-alist): Declare for compiler.
Mon, 15 Dec 2008 04:15:35 +0000 Katsumi Yamaoka (mm-charset-eval-alist): Define it before mm-charset-to-coding-system.
Wed, 10 Dec 2008 10:02:50 +0000 Katsumi Yamaoka * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
Thu, 02 Oct 2008 17:27:27 +0000 Glenn Morris (mm-codepage-setup): Tweak codepage error. Silence compiler warning.
Wed, 25 Jun 2008 15:10:16 +0000 Stefan Monnier * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.