diff options
author | taca <taca@pkgsrc.org> | 2003-08-18 14:29:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-08-18 14:29:13 +0000 |
commit | 9f91059ede033f454883e444ba51e7b39f221ce2 (patch) | |
tree | 5ca529564e90b5b8367689f496be35df48a45823 /mail/mew3 | |
parent | 214d41a566835c3340e929080c60edc20db6072b (diff) | |
download | pkgsrc-9f91059ede033f454883e444ba51e7b39f221ce2.tar.gz |
Update mew package to 3.3.
Mew 3.3 release (2003/07/24)
Mew 3.3 release candidate 4 (2003/07/16)
* Set mew-icon-p to t on Emacs 21 when tool-bar is available.
KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp>
* Defining mew-highlight-x-face-function.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Tuning up mew-summary-scan.
* mew-input-refile-folders sets inhibit-quit to nil to avoid
Emacs 21.3's bug.
* Security fix: stunnel now allows access from localhost only.
Koga Youichirou <y-koga@cq.jp.nec.com>
Mew 3.3 release candidate 3 (2003/06/23)
* Implementing mew-find-file-noselect2().
* Setting buffer-file-coding-system for Summary/Virtual mode
so that modeline displays "1".
* Loosen content-type check. ("Text" instead of "Text/")
Mew 3.3 release candidate 2 (2003/06/19)
* Security fix: Implementing mew-find-file-noselect to prevent
file-local variable attack.
* A bug fix for "mr" in Virtual mode.
* A bug fix for "mo".
Mew 3.3 release candidate 1 (2003/05/22)
* A bug fix for mew-smtp-queue again.
* A bug fix for handling Message-Id: in citation.
* Checking utf-translate-cjk-mode to set mew-internal-utf-8p.
* A bug fix for 7bit vs mew-convert-singlepart.
* The filename parameter for CDP:inline of CT: Message/.
* Moving the position of mew-make-message-hook so that ispell-message
works.
Diffstat (limited to 'mail/mew3')
-rw-r--r-- | mail/mew3/Makefile | 4 | ||||
-rw-r--r-- | mail/mew3/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile index c8cfb55bdda..111a208d130 100644 --- a/mail/mew3/Makefile +++ b/mail/mew3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/08/18 13:17:52 minoura Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/18 14:29:13 taca Exp $ -DISTNAME= mew-3.2 +DISTNAME= mew-3.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ diff --git a/mail/mew3/distinfo b/mail/mew3/distinfo index 3a0ea9a626b..dcf885ffba9 100644 --- a/mail/mew3/distinfo +++ b/mail/mew3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/04/12 13:50:34 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2003/08/18 14:29:13 taca Exp $ -SHA1 (mew-3.2.tar.gz) = 7cb1536f572876cc4db73a77d922a60c8b97d786 -Size (mew-3.2.tar.gz) = 838449 bytes +SHA1 (mew-3.3.tar.gz) = 173189ab30d95972c3dc0dc2367ef1fdd6abf5c7 +Size (mew-3.3.tar.gz) = 840756 bytes |