Synch up with main trunk.
[elisp/wanderlust.git] / elmo / ChangeLog
index 01f8f77..45eceb6 100644 (file)
@@ -1,8 +1,62 @@
 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
+       error [wl:11327].
+
        * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
        print-depth.
 
+2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el (elmo-folder-rename-internal): New method to cause error.
+
+       * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
+       flist, is not always a member of onum-alist.
+
+2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.3.
+
+2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-maildir.el (elmo-folder-rename-internal): New method,
+       copied from localdir's one.
+
+       * elmo-pipe.el (elmo-folder-rename): New method, rename
+       destination folder with leaving source folder as it is.
+
+2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
+
+       * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
+       replace-regexp.
+
+2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.2.
+
+2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-shimbun.el (elmo-folder-initialize): Do not call
+       shimbun-open in case of "@".
+       (elmo-folder-open-internal): Cope with shimbun = nil case.
+       (elmo-folder-plugged-p): Ditto.
+       (elmo-folder-list-subfolders): Make list for "@/" group.
+
+2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
+       mailbox (e.g. for %~/something).
+
+2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
+       Replace nested conditional with guard clauses.
+
+2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
+       Replace nested conditional with guard clauses.
+
 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * elmo-util.el (elmo-object-save): Bind print-level, print-length.