X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2FChangeLog;h=6be20b80f685fc926c4cff6f2d6a2451936b9875;hb=17d892dc665511c9c8fe2c9cd16a7d1c1d087c8c;hp=64d8544ba864acb6cb8eba5ee9ee92df6559e67d;hpb=601032a61c18299731fe10958e4d1764ddd17f67;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 64d8544..6be20b8 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,105 @@ +2006-10-31 Hiroya Murata + + * elmo-version.el (elmo-version): Up to 2.15.5. + +2006-10-15 Hiroya Murata + + * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of + `cond'. + +2006-10-15 Yoichi NAKAYAMA + + * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in + cleanup-forms [wl:14027]. + +2006-10-02 Hiroya Murata + + * elmo-flag.el (elmo-global-flag-set-internal): Use + `elmo-copy-file' by priority when the message is a file. + +2006-10-01 Yoichi NAKAYAMA + + * elmo.el: Fix typo: disptch -> dispatch. + +2006-10-01 Hiroya Murata + + * elmo.el (elmo-file-tag): New class. + (elmo-append-messages-disptch-table): New constant. + (elmo-folder-type-p): New function. + (elmo-folder-append-messages): Redefine as function. + + * elmo-null.el (elmo-folder-append-messages): Renamed from + `elmo-folder-append-messages'. + + * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'. + (elmo-folder-append-messages-*-maildir): Renamed from + `elmo-folder-append-messages'. + + * elmo-localdir.el (elmo-localdir-folder): Inherit + `elmo-file-tag'. + (elmo-folder-append-messages-*-localdir): Renamed from + `elmo-folder-append-messages'. + + * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed + from `elmo-folder-append-messages'. + + * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from + `elmo-folder-append-messages'. + + * elmo-filter.el (elmo-folder-append-messages-filter-*): New + function. + (elmo-folder-append-messages-*-filter): Ditto. + + * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto. + + * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto. + (elmo-folder-append-messages-*-pipe): Renamed from + `elmo-folder-append-messages'. + + * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'. + + * elmo-file.el (elmo-file-folder): Ditto. + + * elmo-sendlog.el (elmo-sendlog-folder): Ditto. + + * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed + from `elmo-folder-append-messages' + +2006-09-23 Hiroya Murata + + * elmo-map.el (elmo-location-map-setup): Change an argument + `locations' to optional. + (elmo-location-map-clear): Abolish. + (elmo-folder-clear): Follow the API change. + + * elmo-pop3.el (elmo-folder-clear): Ditto. + + * elmo-pop3.el (toplevel): Require elmo-map. + (elmo-pop3-folder): Inherit elmo-location-map and abolish + location-alist slot (All other related portions are changed). + (elmo-pop3-folder-use-uidl): New function. + (elmo-folder-msgdb-create): Don't sort message entities. + (elmo-pop3-sort-msgdb-by-original-number): Abolish. + (elmo-pop3-number-to-size): Convert return value to number. + (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a + working buffer. + + * elmo-map.el: Use `location-map' as a variable name for instance + instead of `mapper'. + (elmo-location-map-setup): Return location alist. + (elmo-location-map-update): Ditto. + +2006-09-21 Hiroya Murata + + * elmo-map.el (elmo-location-map): New class; split location and + number mapping from elmo-map-folder (All other related portions + are changed). + + * elmo-shimbun.el (elmo-folder-open-internal): Follow the API + change. + + * elmo-version.el (elmo-version): Up to 2.15.4. + 2006-09-06 Hiroya Murata * elmo-vars.el (elmo-use-hardlink): New user option.