* Version number is increased to 2.15.5.
[elisp/wanderlust.git] / elmo / ChangeLog
index 64d8544..6be20b8 100644 (file)
@@ -1,3 +1,105 @@
+2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.15.5.
+
+2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
+       `cond'.
+
+2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
+       cleanup-forms [wl:14027].
+
+2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <yoichi@geiin.org>
+
+       * elmo.el: Fix typo: disptch -> dispatch.
+
+2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-vars.el (elmo-use-hardlink): New user option.