* elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
[elisp/wanderlust.git] / elmo / ChangeLog
index 9e2d267..aa31f36 100644 (file)
@@ -1,3 +1,398 @@
+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.
+       (elmo-folder-list-message-entities): New API.
+       (elmo-message-entity): Ditto.
+       (elmo-message-entity-parent): Ditto.
+       (elmo-folder-do-each-message-entity): Ditto.
+       (elmo-message-entity-number): Ditto.
+       (elmo-message-entity-field): Ditto.
+       (elmo-message-entity-set-field): Ditto.
+       (elmo-folder-count-flags): Ditto.
+       (elmo-folder-length): Ditto.
+
+       * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
+       not.
+
+       * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
+       (elmo-msgdb-count-marks): Abolish.
+       (elmo-msgdb-make-entity): Ditto.
+       (elmo-msgdb-do-each-entity): Ditto.
+       (elmo-msgdb-message-entity): New inline function.
+       (elmo-msgdb-message-entity-field): Ditto.
+       (elmo-msgdb-message-entity-set-field): Ditto.
+       (elmo-msgdb-make-message-entity): New function.
+
+2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
+       to flag. (All other related portions are changed.)
+       (elmo-folder-msgdb-create): Likewise.
+       (elmo-generic-folder-append-messages): Use flag-table instead of
+       seen-list.
+       (elmo-folder-move-messages): Removed redundant process.
+       (elmo-folder-synchronize): Likewise.
+
+       * elmo-msgdb.el (elmo-flag-table-get): New function.
+       (elmo-flag-table-save): Fixed.
+       (elmo-msgdb-length): New inline function.
+       (elmo-msgdb-flag-table): New function.
+       (elmo-msgdb-mark): Add optional argument new.
+       (elmo-msgdb-add-msgs-to-seen-list): Abolish.
+       (elmo-msgdb-seen-list): Ditto.
+       (elmo-msgdb-add-msgs-to-seen-list): Ditto.
+
+
+2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-message-set-mark): Abolish.
+       (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
+       (All related portions are changed.)
+
+       * elmo-msgdb.el (toplevel): Added comment.
+       (elmo-load-msgdb): Added 4th element `path'.
+       (elmo-msgdb-append): Follow the change above.
+       (elmo-msgdb-clear): Ditto.
+       (elmo-msgdb-delete-msgs): Ditto.
+       (elmo-msgdb-get-path): New inline function.
+       (elmo-msgdb-set-path): Ditto.
+       (elmo-flag-table-filename): New variable.
+       (elmo-flag-table-load): New function.
+       (elmo-flag-table-set): Ditto.
+       (elmo-flag-table-save): Ditto.
+       (elmo-msgdb-get-field-value): Abolish.
+       (elmo-msgdb-overview-get-entity-by-number): Ditto.
+
+2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
+       the folder has been deleted successfully.
+       * elmo-imap4.el (elmo-folder-delete): Ditto.
+       * elmo-archive.el (elmo-folder-delete): Ditto.
+       * elmo-localdir.el (elmo-folder-delete): Ditto.
+       * elmo-maildir.el (elmo-folder-delete): Ditto.
+
+2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elmo-util.el (elmo-string-member-ignore-case): New function.
+       * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
+       (elmo-imap4-fetch-callback-1-subr): Likewise.
+
+2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
+
+       * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
+       the case of the name attribute "\Noselect".
+
+2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el (elmo-folder-rename-internal): New method to cause error.
+
+       * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
+       flist, is not always a member of onum-alist.
+
+2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.3.
+
+2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-maildir.el (elmo-folder-rename-internal): New method,
+       copied from localdir's one.
+
+       * elmo-pipe.el (elmo-folder-rename): New method, rename
+       destination folder with leaving source folder as it is.
+
+2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
+
+       * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
+       replace-regexp.
+
+2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.2.
+
+2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-shimbun.el (elmo-folder-initialize): Do not call
+       shimbun-open in case of "@".
+       (elmo-folder-open-internal): Cope with shimbun = nil case.
+       (elmo-folder-plugged-p): Ditto.
+       (elmo-folder-list-subfolders): Make list for "@/" group.
+
+2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
+       mailbox (e.g. for %~/something).
+
+2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
+       Replace nested conditional with guard clauses.
+
+2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
+       error [wl:11327].
+
+       * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
+       print-depth.
+
+2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
+       Replace nested conditional with guard clauses.
+
+2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-util.el (elmo-object-save): Bind print-level, print-length.
+       (elmo-passwd-alist-save): Ditto.
+       * elmo-database.el (elmo-database-msgid-put): Bind print-length.
+
+2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
+       dir-name only if it is absolute path.
+       (TODO: distinguish +/something and +something)
+
+2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
+       path for "+~/something".
+
+2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
+       as non-directory, cause error before rename-file.
+       * elmo-archive.el (elmo-folder-rename-internal): Create directory
+       apropriately, mimic localdir's one.
+       Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
+
+2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
+
+       * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
+
+2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
+
+       * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
+       
+       * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
+       is included in the global-mark or not.
+
+2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * utf7.el (toplevel): Avoid error when the function
+       find-coding-system does not exist.
+
+2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-folder-search): Body search is to search from
+       cache even if the folder is plugged.
+       (elmo-nntp-search-primitive): Do nothing when body search is
+       invoked (although it is not used by the change above).
+       * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
+
+2002-12-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-version.el (elmo-version): Up to 2.11.1.
+
+2002-12-10  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-archive.el: Specify charset.
+
+2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
+       process buffer lives or not.
+
+       * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
+       while flushing queues (It causes infinite loop).
+
+2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
+
+2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * utf7.el (toplevel): Check the ucs features dynamically.
+       (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
+
+       * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
+       folder is creatabe or not if it already exists.
+
+2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
+
+       * elmo-multi.el (elmo-folder-search): Ignore errors while search.
+
+       * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
+       (elmo-imap4-read-response): Take care of garbage response.
+
+2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
+       just return nil instead of error.
+
+2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
+       search-key is "body".
+
+2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
+       of elmo-string-matched-assoc to use match-data.
+       (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
+
+2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-split.el (elmo-split->): New function.
+       (elmo-split-<): Ditto.
+
 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added