* elmo-pipe.el (elmo-folder-pack-numbers): Disabled since msgdb of
[elisp/wanderlust.git] / elmo / ChangeLog
index d0c8372..ecbdbf1 100644 (file)
@@ -1,3 +1,150 @@
+2003-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-pipe.el (elmo-folder-pack-numbers): Disabled since msgdb of
+       dst-folder is not synchronized. [wl:11272]
+
+2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
+       dir-name only if it is absolute path.
+       (TODO: distinguish +/something and +something)
+
+2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
+       path for "+~/something".
+
+2003-01-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-imap4.el (elmo-imap4-fetch-read): Abolish alias.
+       (elmo-imap4-replace-dot-symbols): Abolish noop macro.
+       (elmo-imap4-parse-fetch): Use `read' instead of
+       `elmo-imap4-fetch-read'.
+
+2003-01-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-imap4.el (toplevel): Ignore Nemacs.
+
+2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
+
+       * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
+
+2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.10.1.
+
+       * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
+
+       * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
+       
+       * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
+       is included in the global-mark or not.
+
+2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * utf7.el (toplevel): Avoid error when the function
+       find-coding-system does not exist.
+
+2002-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 2.10.0 is released.
+
+2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
+       process buffer lives or not.
+
+       * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
+       while flushing queues (It causes infinite loop).
+
+2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
+
+2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * utf7.el (toplevel): Check the ucs features dynamically.
+       (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
+
+       * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
+       folder is creatabe or not if it already exists.
+
+2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
+
+       * elmo-multi.el (elmo-folder-search): Ignore errors while search.
+
+       * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
+       (elmo-imap4-read-response): Take care of garbage response.
+
+2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
+       just return nil instead of error.
+
+2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
+       search-key is "body".
+
+2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
+       of elmo-string-matched-assoc to use match-data.
+       (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
+
+2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-split.el (elmo-split->): New function.
+       (elmo-split-<): Ditto.
+
+2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
+       workaround for invalid message-id.
+
+2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
+       return normal pop3 session or pop3 biff session.
+
+2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-maildir-update-current): Don't append
+       info part to the cur files when the new files already have it.
+       (Adviced by Jared Rhine <jared@wordzoo.com>)
+
+2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-split.el (elmo-split-default-action): New variable.
+       (elmo-split-subr): Use it if all other conditions are passed.
+       Extend `fname' and rename it as `action'. (implemented
+       Teranishi-san's idea in [wl:10800])
+
+2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.10.0.
+
+2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
+
+2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
+       set spool-length to 0.
+
+2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
+       (elmo-dop-queue-flush): Fixed last change.
+
+2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el: Add autoload setting for elmo-nntp-post, fix against
+       the problem reported by Sean Rima [wl-en:180].
+
 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after