diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-19 13:41:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-19 13:41:24 +0000 |
commit | 3d94afadbfdd2864f58409d5bfacf4e08e11527d (patch) | |
tree | bb4a67263a7c935b18b489cea00334e756f754cf /mail | |
parent | 1da96e67db7206b47d2b205fabf57a47f56e404c (diff) | |
download | pkgsrc-3d94afadbfdd2864f58409d5bfacf4e08e11527d.tar.gz |
Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956.
Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
Version 2.10.1 is a bug fix version of 2.10.0.
** Fixed after message buffer kill, prefetch doesn't work.
** Default value of wl-delete-folder-alist,
wl-folder-hierarchy-access-folders are changed.
** Support localdir and pipe folder rename.
** Fixed message and error argument. Use %s for variable.
** Now, response from IMAP server (e.g. \Noselect, \Flagged)
parse case-ignore.
** Fixed elmo-msgdb-extra-fields field are case sensitive.
** Fixed IMAP folder included ~, expand to home directory.
** Fixed the problem that msgdb be destroyed when print-length or
print-level has Non-nil value.
** Fixed a problem that wl-folder-move-cur-folder doesn't work.
** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
** Fixed a problem that wl-summary-pack-number doesn't work on
Maildir, shimbun, and pipe folders.
** Fixed a problem that cache file is not protected even if it is marked
as important.
** Fixed a problem that %# in wl-summary-line-format cannot handle large
number.
** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
phase.
** Default value of wl-message-buffer-prefetch-folder-type-list,
wl-message-buffer-prefetch-idle-time, and
wl-message-buffer-prefetch-depth are changed.
** Fixed to compile on XEmacs without mule feature.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wl/Makefile | 4 | ||||
-rw-r--r-- | mail/wl/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index d53b15b08eb..fa1d44c3ae4 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2004/05/08 13:35:20 uebayasi Exp $ +# $NetBSD: Makefile,v 1.19 2004/09/19 13:41:24 wiz Exp $ -DISTNAME= wl-2.10.0 +DISTNAME= wl-2.10.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ring.gr.jp/pub/text/elisp/wl/stable/ diff --git a/mail/wl/distinfo b/mail/wl/distinfo index 598d566e79d..2cf9fd0f4f0 100644 --- a/mail/wl/distinfo +++ b/mail/wl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2003/01/25 03:49:42 uebayasi Exp $ +$NetBSD: distinfo,v 1.9 2004/09/19 13:41:24 wiz Exp $ -SHA1 (wl-2.10.0.tar.gz) = a7730ac483d60ae8be25e173ae3aa8144970e50d -Size (wl-2.10.0.tar.gz) = 959695 bytes +SHA1 (wl-2.10.1.tar.gz) = 022c5984ea576d96184d5e3a576ec2a23f015a45 +Size (wl-2.10.1.tar.gz) = 967205 bytes SHA1 (patch-aa) = ede97cce8b2574737a91941a905e067c940fb50a SHA1 (patch-ab) = 6e476198c3a0d5c7b8cb6939e4bbe046f69066c2 SHA1 (patch-ac) = c30b711db7b73a2d2bd7d6025bc394ecf7c35aad |