X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=5ec850e43c92b50725ac56df45b530f6b21f4b47;hb=e5c0c7ad9421e78de595fc524411c40dc06a9ea8;hp=d0d72f016c76a74b6f2cb2a16f5f7fc07d2612d5;hpb=f7e3011f46a52e8e6489b385de63231ef2ae7e14;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index d0d72f0..5ec850e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,84 @@ +2002-05-01 Yuuichi Teranishi + + * elmo-shimbun.el (elmo-shimbun-get-headers): Bind + elmo-hash-minimun-size as 63. + + * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if + elmo-diff-unread is nil. + + * elmo-imap4.el (elmo-folder-open): Fix. + + * elmo.el (elmo-message-mark): Rewrite. + (elmo-message-field): Ditto. + (elmo-message-set-mark): Ditto. + (elmo-folder-replace-marks): New function. + (elmo-generic-folder-append-msgdb): Removed third argument for + elmo-msgdb-append. + (elmo-folder-synchronize): Use elmo-msgdb-seen-list. + (elmo-msgdb-load): New implementation. + + * elmo-vars.el (elmo-use-overview-hashtb): Removed. + + * elmo-util.el (elmo-list-insert): New implementation. + + * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third + argument for elmo-msgdb-append. + + + * elmo-msgdb.el (elmo-load-msgdb): New function. + (elmo-make-msgdb): Ditto. + (elmo-msgdb-get-index): New inline function. + (elmo-msgdb-set-index): Ditto. + (elmo-msgdb-get-entity-hashtb): Ditto. + (elmo-msgdb-get-mark-hashtb): Ditto. + (elmo-msgdb-get-mark): Ditto. + (elmo-msgdb-set-mark): Ditto. + (elmo-msgdb-count-marks): Ditto. + (elmo-msgdb-get-number): Ditto. + (elmo-msgdb-get-field): Ditto. + (elmo-msgdb-seen-list): Ditto. + (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set. + (elmo-msgdb-delete-msgs): Follow the changes above. + (elmo-msgdb-overview-get-entity): Ditto. + (elmo-msgdb-add-msgs-to-seen-list): Ditto. + (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb + and rewritten. + (elmo-msgdb-make-index): Likewise. + (elmo-msgdb-append): Removed third argument. + (elmo-msgdb-clear): Clear index as nil. + (elmo-folder-set-info-hashtb): Removed. + (elmo-folder-set-info-max-by-numdb): Ditto. + (elmo-folder-info-make-hashtb): Ditto. + + * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb. + + * elmo-map.el (elmo-folder-pack-number): Ditto. + +2002-04-30 Yuuichi Teranishi + + * elmo-version.el (elmo-version): Up to 2.9.10. + + * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string. + + * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function. + +2002-04-26 Kenichi OKADA + + * elmo-utils.el (elmo-make-directory): Add option. + Default file mode is 700. + +2002-04-17 Hiroya Murata + + * elmo-shimbun.el (elmo-folder-local-p): Defined. + +2002-04-15 Yuuichi Teranishi + + * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by + mime-charset. + + * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger" + and "smaller". + 2002-04-14 Hiroya Murata * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.