* elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
[elisp/wanderlust.git] / elmo / ChangeLog
index 7d447a3..7e6a514 100644 (file)
@@ -1,3 +1,123 @@
+2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
+       argument `visible-only'.
+       (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
+       instead of `if'.
+
+       * elmo-pop3.el (elmo-folder-open-internal): Check
+       `elmo-inhibit-number-mapping' is non-nil.
+
+       * elmo-pipe.el (elmo-folder-status): Fixed.
+
+2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-dop-queue-flush): Added autload setting.
+
+       * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
+       (elmo-folder-open-internal): Setup `header-hash' slot.
+       (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
+       information.
+       (elmo-map-message-fetch): Ditto.
+
+2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
+       sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
+       sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
+       sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
+
+       * elmo-util.el (elmo-resque-obsolete-variable): Fix.
+
+2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * sb-airs.el: Added footer.
+
+       * shimbun.el (shimbun-article): Define as luna-method.
+
+       * sb-tcup.el: New file.
+
+       * sb-airs.el (toplevel): Require 'sb-mhonarc.
+       (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
+
+2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
+       (shimbun-get-headers): Ditto.
+
+       * elmo.el: Moved obsolete variable definitions from
+       elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
+
+       * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
+       groups.
+
+       * shimbun.el: New file.
+
+       * elmo-shimbun.el: New file.
+
+       * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
+       sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
+       sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
+       sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
+
+2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-folder-msgdb): Define as macro.
+       (elmo-folder-open): Added argument `load-msgdb'.
+       (elmo-generic-folder-open): Ditto.
+       (elmo-folder-encache): New function.
+
+       * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
+
+       * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
+
+       * elmo-msgdb.el (elmo-msgdb-delete-msgs):
+       Eliminated argument FOLDER and added argument MSGDB.
+       (elmo-dop-queue-load): Moved from elmo-dop.el.
+       (elmo-dop-queue-save): Ditto.
+
+       * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
+
+       * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
+
+       * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
+       Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
+       (elmo-filter-folder-list-importants-internal): Ditto.
+
+       * elmo-map.el (elmo-folder-pack-number): Ditto.
+
+       * elmo-mime.el (elmo-mime-message-display): Ditto.
+
+       * elmo.el (elmo-generic-folder-commit): Ditto.
+       (elmo-folder-list-unreads): Ditto.
+       (elmo-folder-list-importants): Ditto.
+       (elmo-generic-folder-commit): Ditto.
+       (elmo-message-set-mark): Ditto.
+       (elmo-generic-folder-append-msgdb): Ditto.
+       (elmo-folder-synchronize): Ditto.
+       (elmo-folder-messages): Ditto.
+       (elmo-init): Call elmo-dop-queue-load.
+       (elmo-folder-list-messages): Ditto.
+
+       * elmo-nntp.el (elmo-folder-update-number): Ditto.
+       (elmo-nntp-folder-process-crosspost): Ditto.
+       (elmo-folder-list-unreads-internal): Ditto.
+
+       * elmo-dop.el: Removed old functions.
+
+2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
+       `folder' to `msgdb'.
+
+2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
+       `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
+
+       * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
+       case-fold-search.
+
 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if