* elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of `mapcar'; Suppress...
[elisp/wanderlust.git] / elmo / ChangeLog
index 1a4c4ba..41d3773 100644 (file)
@@ -1,6 +1,73 @@
+2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
+       `mapcar'; Suppress compile warning.
+       * elmo-imap4.el (elmo-network-initialize-session-buffer)
+       (elmo-imap4-search-internal-primitive): Ditto.
+       * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
+       * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
+
+       * elmo-imap4.el (elmo-imap4-parse-address-list)
+       (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
+       (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
+       (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
+       `(string-to-char " ")' instead of `? ', `?\ '.
+
+2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * pldap.el (ldap-search-entries): Don't use `function' for lambda.
+       (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
+       (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
+       `function' for lambda.
+
+       * modb-standard.el (modb-standard-cleanup-stale-entities): Use
+       `string-to-number' instead of `string-to-int'.
+
+       * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
+       instead of `save-excursion' (for suppress compile warnings).
+       * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
+       * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
+       (elmo-nntp-post): Ditto.
+
+2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
+       Mule-UCS (to-utf-16).
+       (utf7-utf-16-coding-system): Change preference when Mule-UCS on
+       Emacs 23.
+
+2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
+
+       * utf7.el (utf7-find-coding-system-without-bom): New Function.
+       (utf7-utf-16-coding-system): use no-BOM coding system.
+       (utf7-get-u16char-converter): remove workaround for BOM.
+
+2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
+
+       * elmo-util.el (elmo-union): New function, make a union of two lists.
+
+        * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
+       mime-view when displaying malformed base64 attach.
+
+       * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
+       (removed duplicated code)
+
+       * modb-standard.el (modb-standard-cleanup-stale-entities): New
+       function, Remove stale entities from elmo's cache.
+
+2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-version.el (elmo-version): Up to 2.15.7.
+
+2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
+
+       * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
+       default value to `--auto-update'.
+
 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
+       Add `elmo-pop3-read-point' barrier.
 
 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>