Version number is increased to 2.5.7.
@c %**end of header
@documentlanguage ja
@documentencoding iso-2022-jp
-@set VERSION 2.5.6
+@set VERSION 2.5.7
@synindex pg cp
@finalout
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1998, 1999, 2000 @w{Yuuichi Teranishi},
+Copyright @copyright{} 1998, 1999, 2000, 2001 @w{Yuuichi Teranishi},
@w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada}, and
@w{Kaoru Takahashi}.
@code{clear} (\e$B$^$?$O\e(B @code{nil}\e$B!#@8%Q%9%o!<%I$rAw?.\e(B) \e$B$N$$$:$l$+$r;XDj!#\e(B
@end example
-(CRAM-MD5 \e$B$d\e(B DIGEST-MD5 \e$B$K$h$kG'>Z$r9T$J$&$K$O\e(B \e$BK\%Q%C%1!<%8$N\e(B
-@file{utils/sasl} \e$B$r%$%s%9%H!<%k$9$kI,MW$,$"$j$^$9!#\e(B)
+(1.14.0 \e$B$h$j0JA0$N%P!<%8%g%s$N\e(B FLIM \e$B$G\e(B CRAM-MD5 \e$B$d\e(B DIGEST-MD5 \e$B$K$h$kG'>Z$r9T$J$&$K$O\e(B \e$BK\%Q%C%1!<%8$N\e(B @file{utils/sasl} \e$B$r%$%s%9%H!<%k$9$kI,MW$,$"$j$^$9!#\e(B1.14.0 \e$B0J9_$N%P!<%8%g%s$N\e(B FLIM \e$B$G$"$l$P!"K\%Q%C%1!<%8$N\e(B @file{utils/sasl} \e$B$r%$%s%9%H!<%k$9$kI,MW$O$"$j$^$;$s!#\e(B)
default \e$BCM\e(B:
7/11 killed message \e$B5!G=DI2C!#\e(B
7/18 POP3 \e$B$r\e(B UIDL \e$BBP1~!#\e(B
9/12 biff \e$B5!G=\e(B with \e$B:72eED$5$s!u;32,$5$s!#\e(B
+ 10/17 expire-hide by \e$B2,ED$5$s!#\e(B
+ 11/08 2.4.0 stable \e$B%j%j!<%9!#\e(B
@end example
\e$B$/$o$7$$JQA+$O\e(B @file{ChangeLog} \e$B$r8fMw$/$@$5$$!#\e(B
@c %**end of header
@documentlanguage en
@documentencoding us-ascii
-@set VERSION 2.5.6
+@set VERSION 2.5.7
@synindex pg cp
@finalout
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1998, 1999, 2000 @w{Yuuichi Teranishi},
+Copyright @copyright{} 1998, 1999, 2000, 2001 @w{Yuuichi Teranishi},
@w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
@w{Kaoru Takahashi}, @w{Bun Mizuhara} and @w{Masayuki Osada}.
@code{cram-md5} (CRAM-MD5 authentication), @code{digest-md5} (DIGEST-MD5
authentication) or @code{clear} (or @code{nil}, plain password
transmission) as @var{authenticate-type}. (To use CRAM-MD5 or
-DIGEST-MD5 authentication, you must install @file{utils/sasl} package.)
+DIGEST-MD5 authentication, you must install @file{utils/sasl} package if FLIM version is earlier than 1.14.0. If FLIM version is 1.14.0 or later, you need not install @file{utils/sasl})
default:
7/11 killed message feature.
7/18 Use UIDL in POP3.
9/12 biff feature with Satata-san & Yamaoka-san.
+ 10/17 expire-hide by Okada-san.
+ 11/08 Released 2.4.0 stable.
@end example
See @file{ChangeLog} for details.
+2001-02-01 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-version.el (elmo-version): Up to 2.5.7.
+
2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
* elmo-version.el (elmo-version): Up to 2.5.6.
new SASL API.
* elmo-imap4.el (elmo-network-authenticate-session): Ditto.
+2001-01-30 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
+
+2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
+ Fixed problem when `elmo-pop3-use-uidl' is nil.
+ (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
+
2000-11-19 Kenichi OKADA <okada@opaopa.org>
* elmo-version.el (elmo-version): Up to 2.5.2.
(defalias 'elmo-pop3-msgdb-create 'elmo-pop3-msgdb-create-as-numlist)
(defun elmo-pop3-sort-overview-by-original-number (overview loc-alist)
- (sort overview
- (lambda (ent1 ent2)
- (< (elmo-pop3-uidl-to-number
- (cdr (assq (elmo-msgdb-overview-entity-get-number ent1)
- loc-alist)))
- (elmo-pop3-uidl-to-number
- (cdr (assq (elmo-msgdb-overview-entity-get-number ent2)
- loc-alist)))))))
+ (if loc-alist
+ (sort overview
+ (lambda (ent1 ent2)
+ (< (elmo-pop3-uidl-to-number
+ (cdr (assq (elmo-msgdb-overview-entity-get-number ent1)
+ loc-alist)))
+ (elmo-pop3-uidl-to-number
+ (cdr (assq (elmo-msgdb-overview-entity-get-number ent2)
+ loc-alist))))))
+ overview))
(defun elmo-pop3-sort-msgdb-by-original-number (msgdb)
(message "Sorting...")
(defun elmo-folder-local-p (folder)
"Return whether FOLDER is a local folder or not."
- (let ((type (elmo-folder-get-type folder)))
- (memq type '(localdir localnews archive maildir internal cache))))
+ (let ((spec (elmo-folder-get-spec folder)))
+ (case (car spec)
+ (filter (elmo-folder-local-p (nth 2 spec)))
+ (pipe (elmo-folder-local-p (elmo-pipe-spec-dst spec)))
+ (t (memq (car spec)
+ '(localdir localnews archive maildir internal cache))))))
(defun elmo-folder-writable-p (folder)
(let ((type (elmo-folder-get-type folder)))
;; product-define in the first place
(product-provide 'elmo-version
- (product-define "ELMO" nil '(2 5 6)))
+ (product-define "ELMO" nil '(2 5 7)))
;; For APEL 10.2 or earlier.
(defun-maybe product-version-as-string (product)
+2001-02-01 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * Version number is increased to 2.5.7.
+
2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-message.el (wl-message-next-page): Bind
* wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
find decoder for To, Cc, and Subject.
+2001-01-30 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-summary.el (wl-cache-prefetch-next): Revert the logic
+ for checking `elmo-use-buffer-cache'.
+ (wl-summary-mark-as-important): Fixed typo in comment.
+
+2001-01-22 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
+ field in the original message.
+ (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
+
+2001-01-19 Akihiro MOTOKI <mokkun@iname.com>
+
+ * wl-expire.el (wl-expire-hide):
+ Call `wl-expire-delete-reserve-marked-msgs-from-list'.
+
+2001-01-19 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
+ find decoder for To, Cc, and Subject.
+
2001-01-18 Yuuichi Teranishi <teranisi@gohome.org>
* Version number is increased to 2.5.5.
(unless no-server-update
(elmo-unmark-important folder (list number) msgdb)
(elmo-msgdb-global-mark-delete message-id))
- ;; Remove cache if local it is folder.
+ ;; Remove cache if local folder.
(if (elmo-folder-local-p folder)
(elmo-cache-delete message-id folder number))
(when visible
(defun wl-cache-prefetch-next (fld msg &optional summary)
(if (wl-cache-prefetch-p fld)
- (if (not elmo-use-buffer-cache)
+ (if elmo-use-buffer-cache
;;; (message "`elmo-use-buffer-cache' is nil, cache prefetch is disable.")
(save-excursion
(set-buffer (or summary (get-buffer wl-summary-buffer-name)))