Changed codename to Venus-pre2.
[elisp/wanderlust.git] / elmo / ChangeLog
index 2ad951e..7166c01 100644 (file)
@@ -1,36 +1,46 @@
-2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
+2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * elmo.el (elmo-folder-msgdb): Define as generic function.
-       (elmo-folder-list-messages): Added argument `in-msgdb'.
-       (elmo-folder-list-unreads): Define as generic function.
-       (elmo-folder-list-importants): Ditto.
-       (elmo-folder-list-answereds): Ditto.
-       (elmo-folder-list-messages-with-global-mark): New function.
-       (elmo-folder-msgdb-create): Removed mark arguments.
-       (elmo-folder-unmark-answered): New generic function.
-       (elmo-folder-mark-as-answered): Ditto.
-       (elmo-folder-append-messages): Removed argunment `unread-marks'
-       (elmo-folder-list-unreads-internal): Abolish.
-       (elmo-folder-list-importants-internal): Ditto.
-       (elmo-folder-search-requires-msgdb-p): New generic function.
-       (elmo-folder-search-requires-msgdb-p-internal): New function.
-       (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
-       elmo-msgdb-load.
-       (elmo-folder-search-fast): Added key 'mark'.
-       (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
-       instead of unread-marks argument.
-       (elmo-folder-move-messages): Removed argunment `unread-marks'
-       (elmo-folder-unmark-important): Define.
-       (elmo-folder-mark-as-important): Ditto.
-       (elmo-folder-unmark-read): Ditto.
-       (elmo-folder-mark-as-read): Ditto.
-       (elmo-folder-unmark-answered): Ditto.
-       (elmo-folder-mark-as-answered): Ditto.
-       (elmo-folder-replace-marks): Abolish.
-       (elmo-generic-folder-append-msgdb): Append msgdb before checking
-       duplicates.
-       (elmo-folder-synchronize): Removed mark arguments;
-       return crosspost only number.
+       * 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-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
+       status number.
 
 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>