X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=elmo%2FChangeLog;h=7b0dfa54ead29068a2c405ef4b5e79f757444762;hb=c8707096074694be823c47d6c57078a063359c85;hp=bbeff02183abcd7cc181b31e9079e28e013d7d2d;hpb=1737d470ba2a5cda5f4ff2244dc781185b8061e8;p=elisp%2Fwanderlust.git diff --git a/elmo/ChangeLog b/elmo/ChangeLog index bbeff02..7b0dfa5 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,496 @@ +2001-06-05 Hiroya Murata + + * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead + of `elmo-msgdb-search-internal-primitive' when condition's car is + `and' or `or'. + +2001-05-23 Kenichi OKADA + + * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna. + +2001-05-22 Hiroya Murata + + * elmo-pipe.el (elmo-folder-open-internal): Check plugged before + call `elmo-pipe-drain'. + +2001-05-19 Masahiro MURATA + + * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed + typo. (elmo-cache-folder -> elmo-mark-folder) + +2001-05-11 Hiroya Murata + + * elmo-net.el (elmo-message-fetch-unplugged): Don't call + `elmo-message-fetch'. + +2001-05-10 Hiroya Murata + + * elmo-net.el (elmo-message-encache): Fixed typo. + (elmo-message-fetch-unplugged): Changed call + `elmo-message-fetch-internal' without argument `outbuf'. + +2001-05-10 Yuuichi Teranishi + + * elmo.el (elmo-message-encache): Define as generic function. + (elmo-message-fetch-field): New generic function. + (elmo-message-fetch-with-cache-process): Cause an error when + fetch strategy is 'entire but only 'section cache is available. + (toplevel): Fixed nmz folder definition. + + * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed. + (elmo-msgdb-resume-list-filename): Ditto. + (elmo-queue-filename): Ditto. + (elmo-enable-disconnected-operation): Changed default value to t. + + * elmo-util.el (elmo-cache-path-section-p): New function. + (elmo-file-cache-get): Use it. + (elmo-dop-queue-filename): Moved from elmo-dop.el. + (elmo-dop-queue-load): Moved from elmo-msgdb.el. + (elmo-dop-queue-save): Ditto. + + * elmo-net.el (elmo-folder-status-unplugged): Call + elmo-folder-status-dop. + (elmo-folder-list-messages-unplugged): Implemented. + (elmo-folder-delete-messages-unplugged): Define. + (elmo-folder-msgdb-create): Define. + (elmo-folder-msgdb-create-unplugged): Define. + (elmo-folder-mark-as-read-unplugged): Ditto. + (elmo-folder-unmark-read-unplugged): Ditto. + (elmo-folder-mark-as-important-unplugged): Ditto. + (elmo-folder-unmark-important-unplugged): Ditto. + (elmo-message-encache): Ditto. + + * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el. + (elmo-dop-queue-save): Ditto. + + * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from + `elmo-folder-msgdb-create'. + (elmo-folder-append-buffer): Implemented unplugged operation. + (elmo-folder-append-messages): Call parent method in unplugged status. + (elmo-message-fetch-unplugged): Removed definition. + (elmo-message-fetch-field): Implemented. + + * elmo-dop.el (toplevel): Require 'elmo-localdir. + (elmo-dop-folder): Removed variable definition. + (elmo-dop-queue-append): Changed argument `fname' to `folder'. + (elmo-dop-queue-flush): Implemented. + (elmo-dop-queue-merge): Removed definition (TODO). + (elmo-dop-spool-folder): New function. + (elmo-dop-spool-folder-append-buffer): Ditto. + (elmo-dop-spool-folder-list-messages): Ditto. + (elmo-dop-list-deleting-messages): Ditto. + (elmo-folder-append-buffer-dop): Ditto. + (elmo-folder-delete-messages-dop): Ditto. + (elmo-message-encache-dop): New inline function. + (elmo-create-folder-dop): Ditto. + (elmo-folder-mark-as-read-dop): Ditto. + (elmo-folder-unmark-read-dop): Ditto. + (elmo-folder-mark-as-important-dop): Ditto. + (elmo-folder-unmark-important-dop): Ditto. + (elmo-folder-status-dop): Fixed. + (elmo-folder-append-buffer-dop-delayed): New function. + (elmo-folder-delete-messages-dop-delayed): Ditto. + (elmo-dop-msgdb): Ditto. + +2001-05-10 Hiroya Murata + + * elmo-localdir.el (elmo-folder-pack-numbers): Fixed. + +2001-05-10 Hiroya Murata + + * elmo.el (elmo-folder-move-messages): Fixed problem when + `dst-folder' is 'null. + +2001-05-09 Hiroya Murata + + * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark + instead of current mark. + + * elmo-multi.el (elmo-folder-list-importants-internal): No + operation if importants is not list. + + * elmo-filter.el (elmo-filter-folder-list-importants-internal): + Return t if importants is not list. + + * elmo-map.el (elmo-map-folder-list-importants): Define. + (elmo-folder-list-importants-internal): Check return value of + `elmo-map-folder-list-importants-internal'. + + * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated. + + * elmo-mark.el (elmo-folder-list-importants-internal): Ditto. + + * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto. + + * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto. + +2001-05-08 Yuuichi Teranishi + + * elmo.el (elmo-message-fetch-confirm): Fixed docstring. + (Patch is provided by ). + +2001-05-08 Hiroya Murata + + * elmo.el (elmo-folder-synchronize): Don't check important mark in + mark folder. + +2001-05-08 Hiroya Murata + + * elmo.el (elmo-message-fetch): Define. + (elmo-message-fetch-with-cache-process): New generic method. + (elmo-message-fetch-internal): New generic method. + (elmo-folder-synchronize): + + * elmo-archive.el (elmo-message-fetch-internal): Define. + (elmo-message-fetch): Eliminated. + + * elmo-localdir.el (elmo-message-fetch-internal): Define. + (elmo-message-fetch): Eliminated. + + * elmo-map.el (elmo-map-message-fetch): Eliminated optional + argument OUTBUF. + (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch'). + + * elmo-cache.el (elmo-message-fetch-with-cache-process): Define. + (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch. + + * elmo-mark.el (elmo-message-fetch-with-cache-process): Define. + (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'. + + * elmo-maildir.el (elmo-map-message-fetch): Rewrite. + + * elmo-nmz.el (elmo-map-message-fetch): Ditto. + + * elmo-shimbun.el (elmo-map-message-fetch): Ditto. + + * elmo-net.el (elmo-message-fetch-plugged): Remove cache process. + (elmo-message-fetch-unplugged): New generic method. + (elmo-message-fetch-internal): Remove cache process (Renamed from + `elmo-message-fetch'). + + * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define. + (elmo-message-fetch): Eliminated. + (elmo-message-fetch-unplugged): Ditto. + + * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process. + +2001-05-02 Hiroya Murata + + * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure + of `to-be-deleted' from number-alist to number-list. + +2001-04-26 Hiroya Murata + + * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo. + (elmo-folder-mark-as-important): Ditto. + +2001-04-26 Yuuichi Teranishi + + * elmo.el (elmo-folder): Added process-duplicates slot. + + * elmo-pipe.el (elmo-folder-mark-as-read): Define. + (elmo-folder-unmark-read): Ditto. + (elmo-folder-unmark-important): Ditto. + (elmo-folder-mark-as-important): Ditto. + + * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented + duplicated message processing. + + * elmo.el (elmo-generic-folder-append-msgdb): Ditto. + +2001-04-24 Hiroya Murata + + * elmo-util.el (elmo-list-subdirectories-1): New function. + (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'. + (elmo-mapcar-list-of-list): New function. + + * elmo-archive.el (elmo-archive-folder-list-subfolders): Use + `elmo-mapcar-list-of-list' instead of `mapcar'. + + * elmo-localdir.el (elmo-folder-list-subfolders): Ditto. + + * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind + `elmo-have-link-count'. Return the fully qualified folder name. + +2001-04-23 Yuuichi Teranishi + + * elmo-shimbun.el (elmo-shimbun-check-interval): New user option. + (elmo-shimbun-headers-cache): New internal variable. + (elmo-shimbun-headers-cache-header-list): New inline function. + (elmo-shimbun-headers-cache-set-header-list): Ditto. + (elmo-shimbun-headers-cache-header-hash): Ditto. + (elmo-shimbun-headers-cache-set-header-hash): Ditto. + (elmo-shimbun-headers-cache-last-check): Ditto. + (elmo-shimbun-headers-cache-set-last-check): Ditto. + (elmo-shimbun-lapse-seconds): Ditto. + (elmo-shimbun-headers-cache-check-p): Ditto. + (elmo-shimbun-get-headers): New function. + (elmo-folder-open-internal): Call it. + (elmo-quit): Define (Clear headers-cache). + +2001-04-18 Yuuichi Teranishi + + * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name). + + * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset. + (elmo-msgdb-flist-save): Ditto. + + * elmo-shimbun.el (elmo-folder-list-subfolders): + Use `shimbun-groups' instead of `shimbun-groups-internal'. + (elmo-folder-exists-p): Ditto. + + * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun' + argument for `shimbun-header-insert'. + +2001-04-17 Yuuichi Teranishi + + * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list + at first time. + + * elmo-util.el (toplevel): Require 'mcharset and 'pces. + (With a little help from 'NAKAJIMA Mikio ') + +2001-04-16 Yuuichi Teranishi + + * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged. + (elmo-folder-plugged-p): Define. + (elmo-folder-set-plugged): Ditto. + (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header. + (elmo-folder-list-messages-internal): Return t if unplugged. + (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list". + + * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem + when elmo-folder-list-messages-internal method of children returns t. + + * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when + pair is nil. + (elmo-folder-open-internal): Don't update if unplugged status. + +2001-04-13 Yuuichi Teranishi + + * elmo.el (elmo-folder-synchronize): Fixed problem when there's no + new message. + +2001-04-12 Yuuichi Teranishi + + * elmo-util.el (elmo-file-cache-save): Ignore errors. + + * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before + saving. + +2001-04-09 Yuuichi Teranishi + + * elmo.el (elmo-folder-synchronize): Added optional no-check argument. + + * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot. + (elmo-folder-open-internal): Set up headers slot. + (elmo-folder-check): Call elmo-folder-close-internal and + elmo-folder-open-internal. + (elmo-folder-close-internal): Clean up headers slot. + +2001-04-07 Masahiro MURATA + + * elmo-archive.el (elmo-archive-folder-list-subfolders): Match + exactly folder list. + (elmo-folder-append-messages): Fixed append archive with prefix. + + * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed + make temp files with start-number. + + * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo. + +2001-04-05 Hiroya Murata + + * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional + argument `visible-only'. + (elmo-generic-folder-append-messages): Fixed condition. Use `unless' + instead of `if'. + + * elmo-pop3.el (elmo-folder-open-internal): Check + `elmo-inhibit-number-mapping' is non-nil. + + * elmo-pipe.el (elmo-folder-status): Fixed. + +2001-04-05 Yuuichi Teranishi + + * elmo.el (elmo-dop-queue-flush): Added autload setting. + + * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot. + (elmo-folder-open-internal): Setup `header-hash' slot. + (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header + information. + (elmo-map-message-fetch): Ditto. + +2001-04-04 Yuuichi Teranishi + + * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el, + sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el, + sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el, + sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed. + + * elmo-util.el (elmo-resque-obsolete-variable): Fix. + +2001-04-03 Yuuichi Teranishi + + * sb-airs.el: Added footer. + + * shimbun.el (shimbun-article): Define as luna-method. + + * sb-tcup.el: New file. + + * sb-airs.el (toplevel): Require 'sb-mhonarc. + (According to the report from ABE Yasushi ) + +2001-04-02 Yuuichi Teranishi + + * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string. + (shimbun-get-headers): Ditto. + + * elmo.el: Moved obsolete variable definitions from + elmo-imap4.el, elmo-nntp.el and elmo-pop3.el. + + * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal" + groups. + + * shimbun.el: New file. + + * elmo-shimbun.el: New file. + + * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el, + sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el, + sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el, + sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files. + +2001-03-27 Kenichi OKADA + + * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when + hierarchy is t. + +2001-03-12 Yuuichi Teranishi + + * elmo.el (elmo-folder-msgdb): Define as macro. + (elmo-folder-open): Added argument `load-msgdb'. + (elmo-generic-folder-open): Ditto. + (elmo-folder-encache): New function. + + * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el. + + * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil. + + * elmo-msgdb.el (elmo-msgdb-delete-msgs): + Eliminated argument FOLDER and added argument MSGDB. + (elmo-dop-queue-load): Moved from elmo-dop.el. + (elmo-dop-queue-save): Ditto. + + * elmo-map.el (elmo-map-folder-update-locations): Sort by number. + + * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb. + + * elmo-filter.el (elmo-filter-folder-list-unreads-internal): + Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal. + (elmo-filter-folder-list-importants-internal): Ditto. + + * elmo-map.el (elmo-folder-pack-number): Ditto. + + * elmo-mime.el (elmo-mime-message-display): Ditto. + + * elmo.el (elmo-generic-folder-commit): Ditto. + (elmo-folder-list-unreads): Ditto. + (elmo-folder-list-importants): Ditto. + (elmo-generic-folder-commit): Ditto. + (elmo-message-set-mark): Ditto. + (elmo-generic-folder-append-msgdb): Ditto. + (elmo-folder-synchronize): Ditto. + (elmo-folder-messages): Ditto. + (elmo-init): Call elmo-dop-queue-load. + (elmo-folder-list-messages): Ditto. + + * elmo-nntp.el (elmo-folder-update-number): Ditto. + (elmo-nntp-folder-process-crosspost): Ditto. + (elmo-folder-list-unreads-internal): Ditto. + + * elmo-dop.el: Removed old functions. + +2001-03-05 Yuuichi Teranishi + + * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from + `folder' to `msgdb'. + +2001-03-01 Yuuichi Teranishi + + * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for + `mime-decode-parameters' instead of `mime-decode-parameter-plist'. + + * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind + case-fold-search. + +2001-02-28 Yuuichi Teranishi + + * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if + defined. + + * mmimap.el (toplevel): Require 'mime-parse and 'static. + (mmimap-parse-parameters-from-list): Define as alias for + `mime-decode-parameter-plist' if it is defined as function. + (mmimap-make-mime-entity): Added argument `number'. + (initialize-instance): Set `number' argument of mmimap-make-mime-entity + as 0. + (mime-imap-entity-header-string): Arrange node-id for rfc2060 section. + + * elmo.el (elmo-folder-have-subfolder-p): New generic function. + + * elmo-mark.el (elmo-folder-have-subfolder-p): Define. + + * elmo-internal.el (elmo-folder-list-subfolders): Rewrite. + +2001-02-27 Yuuichi Teranishi + + * elmo-maildir.el (elmo-folder-msgdb-create): Fixed. + + * elmo-imap4.el (elmo-folder-initialize): Fixed problem + when elmo-imap4-default-authenticate-type is nil. + (elmo-folder-list-subfolders): Ditto + (According to the reported of Bun Mizuhara ) + (elmo-imap4-fetch-callback-1-subr): Renamed from + `elmo-imap4-fetch-callback-1' and define as inline function. + (elmo-imap4-fetch-callback-1): + Renamed from `elmo-imap4-fetch-callback'. + (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'. + + * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed + msgdb path (To keep compatibility with main trunk). + + * elmo-vars.el (elmo-inhibit-number-mapping): New variable. + + * elmo-util.el (elmo-make-file-cache): Moved position of + some macros. + + * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated. + (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping' + instead of `elmo-pop3-inhibit-uidl'. + (elmo-folder-exists-p): Ditto. + (elmo-pop3-folder-list-messages): Ditto. + + * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping' + instead of `elmo-pop3-inhibit-uidl'. + (elmo-folder-status): Ditto. + + * elmo-dop.el (elmo-dop-folder): New variable. + (elmo-dop-lock-message): Eliminated. + (elmo-dop-unlock-message): Ditto. + (elmo-dop-lock-list-load): Ditto. + (elmo-dop-lock-list-save): Ditto. + (elmo-dop-delete-folder): Ditto. + (elmo-dop-rename-folder): Ditto. + + * elmo.el: Removed incomplete commentary. + +2001-02-25 TAKAHASHI Kaoru + + * elmo.el (toplevel): Require 'elmo-version first; + for little `recursive-load-depth' settings. + Fix "ends here" comment. + 2001-02-23 Yuuichi Teranishi * elmo-util.el (toplevel): Require 'poem;