(elmo-flatten): Use `append' and `listp' instead of
[elisp/wanderlust.git] / elmo / ChangeLog
index 36e52eb..f2e6caf 100644 (file)
@@ -1,3 +1,88 @@
+2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
+       `nconc' and `consp'.
+
+2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
+       hash table to test whether a location is exists.
+
+2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
+       even if some error occurred.
+
+       * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
+       meaningless unwind-protect.
+
+       * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
+       start-number correctly.
+       * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
+       * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
+
+2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
+       (elmo-folder-initialize): Use it.
+       (elmo-global-flag-replace-referrer): New function.
+
+       * elmo.el (toplevel): Added autoload setting for
+       `elmo-global-flag-replace-referrer'.
+       (elmo-folder-rename): Rewrite the last change use
+       `elmo-global-flag-replace-referrer'.
+
+       * elmo-pipe.el (elmo-folder-rename): Call
+       `elmo-global-flag-replace-referrer'.
+
+2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-folder-rename): Set meta data for global flags
+       follow the rename.
+
+2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
+       as 'not-loaded.
+       (elmo-folder-close): Ditto.
+       (elmo-filter-folder-number-list-loaded-p): New function.
+       (elmo-filter-folder-number-list): Check whether loaded or not.
+       (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
+       of `elmo-filter-folder-number-list-internal'.
+       (elmo-folder-delete-messages): Ditto.
+       (elmo-folder-length): Check whether number-list is loaded or not.
+
+2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
+       field `real field' into each element of list.
+       (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
+       (elmo-msgdb-message-entity-field): Ditto.
+       (modb-entity-ml-info-real-fields): New function.
+
+       * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
+
+       * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
+       `elmo-msgdb-extra-fields'.
+
+2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-util.el (elmo-passwd-alist-load): Move point to min
+       position before read.
+
+2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
+       (elmo-global-flags-initialize): Ditto.
+
+2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-archive.el (toplevel): Don't require emu, std11
+       and elmo-localdir.
+
+       * elmo-localdir.el (elmo-message-file-name): Remove duplicate
+       definition.
+
 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * elmo.el (elmo-folder-confirm-appends): Display folder name.