* pldap.el (ldap-static-if): New backquote style.
[elisp/wanderlust.git] / elmo / ChangeLog
index c257933..a125bdf 100644 (file)
@@ -1,3 +1,116 @@
+2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * pldap.el (ldap-static-if): New backquote style.
+       (ldap/ldif-safe-string-p): Ditto.
+       (ldap/ldif-insert-field): Ditto.
+
+       * elmo-version.el (elmo-version): Up to 2.15.6.
+
+2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
+       messages with \Deleted flag.
+       (elmo-folder-delete-messages-plugged): Ask before sending expunge
+       command if there are messages with \Deleted flag.
+
+2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
+       http://seclists.org/bugtraq/2007/Apr/0018.html
+       (Suggested by Tatsuya Kinoshita)
+
+2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
+       with \Noselect attribute.
+
+2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
+       hierarchical folder structure with UW-imapd.
+
+2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
+       when the LOGINDISABLED capability is advertised.
+
+2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
+
+2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
+       `entity'.
+       (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
+       if the message entity is exists.
+
+2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-msgdb-insert-file-header): Call
+       `elmo-delete-cr-buffer'.
+
+       * elmo-localdir.el (elmo-message-fetch-internal): Use
+       `insert-file-contents-as-raw-text' instead of
+       `insert-file-contents-as-binary'.
+
+       * elmo-maildir.el (elmo-map-message-fetch): Ditto.
+
+2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-imap4.el (elmo-network-initialize-session): Check to
+       retrieve a whole greeting message.
+
+2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
+
+2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-safe-plist-get): New alias or macro.
+       (elmo-progress-notify): Use it instead of `plist-get'.
+
+2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo.el (elmo-generic-folder-append-messages): Remove unused
+       variable `table'.
+
+2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-pipe.el (elmo-folder-set-plugged): Define.
+
+2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
+       (elmo-spam-list-spam-messages): Check it option.
+
+2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elmo-util.el (elmo-with-progress-display): Return the value
+       of the last form in `body'.
+
+2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
+       `elmo-progress-counter' as t when a query callback returns nil.
+       (elmo-progress-clear): New function.
+       (elmo-progress-done): Split into `elmo-progress-clear'.
+       (elmo-progress-notify): Update a total slot when it is nil.
+       (elmo-with-progress-display): Call `elmo-progress-clear' in
+       unwind-protect and move calling `elmo-progress-done' to outside.
+
+       * elmo-imap4.el (elmo-imap4-find-next-line): Call
+       `elmo-progress-notify' with :total parameter instead of
+       `elmo-progress-counter-set-total'.
+
+2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
+       Make it interactive.
+       (elmo-progress-start): Avoid updating `elmo-progress-counter'
+       when a query callback returns nil.  Return a progress counter
+       instead of t whenever a start callback was called.
+
 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.