* elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
[elisp/wanderlust.git] / elmo / ChangeLog
index 300b089..aa31f36 100644 (file)
@@ -1,3 +1,145 @@
+2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
+       (elmo-folder-list-importants): Ditto.
+       (elmo-folder-list-answereds): Ditto.
+
+       * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
+       qualifier.
+       (elmo-folder-mark-as-read): Ditto.
+       (elmo-folder-unmark-read): Ditto.
+       (elmo-folder-mark-as-answered): Ditto.
+       (elmo-folder-unmark-answered): Ditto.
+       (elmo-folder-list-flagged): Define.
+       (elmo-folder-commit): Ditto.
+       (elmo-folder-length): Ditto.
+       (elmo-folder-count-flags): Ditto.
+
+2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-detach-messages): New method.
+       (elmo-folder-move-messages): Use it.
+       (elmo-folder-synchronize): Ditto.
+
+       * elmo-multi.el (elmo-folder-detach-messages): Define.
+
+       * elmo.el (elmo-message-copy-entity): New function.
+       (elmo-message-entity-set-number): Ditto.
+       (elmo-message-mark): Define as method.
+
+       * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
+       (elmo-folder-synchronize): Return 0 (Should be reconsider).
+       (elmo-message-entity): Fixed last change.
+       (elmo-message-mark): Define.
+       (elmo-folder-msgdb-create): Abolish.
+       (elmo-multi-folder-append-msgdb): Ditto.
+       (elmo-multi-folder-diff): Fixed.
+       (elmo-multi-split-number-alist): Removed.
+       (elmo-multi-split-mark-alist): Removed.
+       (elmo-folder-list-messages): Define.
+       (elmo-folder-list-messages-internal): Removed.
+
+       * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
+       local file messages.
+       (elmo-folder-msgdb-create): Fixed read mark.
+
+2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
+       if mark is nil.
+
+2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-list-message-entities): Define as inline
+       function.
+       (elmo-folder-messages): Abolish.
+
+       * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
+       folder.
+       (elmo-folder-synchronize): Define.
+       (elmo-message-entity): Define.
+
+2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
+       elmo-imap4-session-select-mailbox.
+
+       * elmo.el (elmo-folder-move-messages): Don't display any message.
+
+       * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
+       parsing.
+       (elmo-imap4-session-check): Don't wait CHECK response.
+       (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
+
+2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
+
+2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
+       API.
+       * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
+
+
+       * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
+       (elmo-folder-list-message-entities): Added argument in-msgdb and
+       numbers.
+       (elmo-folder-synchronize): Define as a method.
+
+       * elmo-nntp.el (elmo-folder-initialize): Don't use
+       elmo-nntp-default-user if zero-length username is specified
+       explicitly.
+
+2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
+       server name in case with username.
+       (XXX: this is ad-hoc fix against username includes "@", it
+       should be solved fundamentally)
+
+2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-nntp.el (elmo-nntp-debug): New function.
+       (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
+       (elmo-network-authenticate-session): Hide auth-info from the log.
+
+       * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
+       user name if it is equal to elmo-nntp-default-user.
+
+2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
+       instead of shimbun-server-internal;
+       Use shimbun-current-group instead of shimbun-current-group-internal.
+       (elmo-folder-plugged-p): Use shimbun-server instead of
+       shimbun-server-internal.
+       (elmo-folder-set-plugged): Ditto.
+       (elmo-net-port-info): Ditto.
+       (elmo-folder-check): Ditto.
+       (elmo-folder-expand-msgdb-path): Ditto.
+       (elmo-folder-list-subfolders): Ditto.
+
+2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
+       Convert field-name to lower case.
+       (elmo-msgdb-overview-entity-set-extra-field): Ditto.
+
+2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
+       `message' and `error' take format string.
+
+2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
+
+2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
+       recursive call (can't byte compile on emacs 20.7).
+
 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo.el (elmo-folder-list-messages): Redefine as a luna method.