elisp/wanderlust.git
19 years agoThis commit was manufactured by cvs2svn to create tag 'merged-trunk-to-wl- merged-trunk-to-wl-2_12-9
tomo [Sun, 13 Mar 2005 08:39:58 +0000 (08:39 +0000)]
This commit was manufactured by cvs2svn to create tag 'merged-trunk-to-wl-
2_12-9'.

19 years agoThis commit was manufactured by cvs2svn to create branch 'wl-2_14'. wl-2_14-root
tomo [Sun, 13 Mar 2005 08:39:52 +0000 (08:39 +0000)]
This commit was manufactured by cvs2svn to create branch 'wl-2_14'.

19 years ago(elmo-folder-synchronize): Ignore `mask' when
hmurata [Sun, 13 Mar 2005 08:39:51 +0000 (08:39 +0000)]
(elmo-folder-synchronize): Ignore `mask' when
`ignore-msgdb' is non-nil.

19 years agoUpdate.
hmurata [Sun, 13 Mar 2005 01:55:29 +0000 (01:55 +0000)]
Update.

19 years ago* elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
hmurata [Sat, 12 Mar 2005 04:05:51 +0000 (04:05 +0000)]
* elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
(elmo-condition-in-msgdb-p): Ditto.
(elmo-file-field-primitive-condition-match): Ditto.
(elmo-file-field-condition-match): Ditto.

* elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.

19 years ago* elmo-flag.el (elmo-folder-list-subfolders): Don't list from
hmurata [Fri, 11 Mar 2005 11:20:05 +0000 (11:20 +0000)]
* elmo-flag.el (elmo-folder-list-subfolders): Don't list from
subdirectories here.
(elmo-global-flags-initialize): New function.

* elmo.el (toplevel): Added autoload setting for
`elmo-global-flags-initialize'.

* wl.el (wl-init): Call `elmo-global-flags-initialize'.

* wl-highlight.el (wl-highlight-summary-flagged-face): New face.
(wl-highlight-get-face-by-name): New internal function.
(wl-highlight-summary-line-face-spec): Use it and fixed.

19 years ago* wl-summary.el (wl-summary-sync-update): Use
hmurata [Thu, 10 Mar 2005 12:32:50 +0000 (12:32 +0000)]
* wl-summary.el (wl-summary-sync-update): Use
`elmo-message-entity-field' instead of `car' to get message-id
from overview entity.

19 years ago(wl-summary-rescan-message): Call
hmurata [Thu, 10 Mar 2005 11:33:52 +0000 (11:33 +0000)]
(wl-summary-rescan-message): Call
`wl-highlight-summary-displaying' when displaying a message.

19 years ago* elmo.el (message-number-changed): Define new signal.
yoichi [Mon, 7 Mar 2005 12:04:36 +0000 (12:04 +0000)]
* elmo.el (message-number-changed): Define new signal.
* elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
message-number-changed signal.
* elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
* elmo-map.el (elmo-folder-pack-numbers): Ditto.
Respect `elmo-pack-number-check-strict'.

* wl-draft.el (wl-draft-config-info-filename): Extracted from
`wl-draft-config-info-operation'.
(wl-draft-buffer-change-number): New function.
(wl-draft-rename-saved-config): Ditto.
* wl.el (wl-init): Connect slot for message-number-changed.
(toplevel): Add autoload for wl-draft-rename-saved-config.

19 years agocosmetic fix
yoichi [Sun, 6 Mar 2005 14:33:56 +0000 (14:33 +0000)]
cosmetic fix

19 years ago* elmo-signal.el (elmo-connect-signal): Document.
yoichi [Sun, 6 Mar 2005 14:20:48 +0000 (14:20 +0000)]
* elmo-signal.el (elmo-connect-signal): Document.
(elmo-emit-signal): Ditto.
(elmo-emit-signal): It should pass source argument to filter and
handler, not slot-source.

19 years ago* wl-summary.el (wl-summary-buffer-attach): Connect to signal
hmurata [Sat, 5 Mar 2005 03:28:42 +0000 (03:28 +0000)]
* wl-summary.el (wl-summary-buffer-attach): Connect to signal
`update-overview'
(wl-summary-buffer-detach): Disconnect from it.
(wl-summary-rescan-message): Use command.

* wl-message.el (wl-message-buffer-display): Use
`with-current-buffer' instead of `save-excursion'.

* modb.el (elmo-msgdb-update-entity): New API and define generic
implement.

* modb-standard.el (elmo-msgdb-update-entity): Define.

* modb-entity.el (elmo-msgdb-message-entity-update-fields): New
API and define generic implement.

* elmo.el (update-overview): New singnal.

* elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
`elmo-msgdb-update-entity' and emit signal `update-overview'.
(elmo-message-entity-parent): Define.

* elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
`update-overview'.

* elmo-multi.el (elmo-multi-connect-signals): Ditto.

* elmo-filter.el (elmo-filter-connect-signals): Ditto.

19 years ago(wl-draft-preview-attributes-list): Protect
hmurata [Fri, 4 Mar 2005 12:30:50 +0000 (12:30 +0000)]
(wl-draft-preview-attributes-list): Protect
wl-draft-preview-attributes-list from distraction.

19 years ago* elmo.el (elmo-folder-synchronize): Sort the return value of
teranisi [Sun, 27 Feb 2005 11:22:59 +0000 (11:22 +0000)]
* elmo.el (elmo-folder-synchronize): Sort the return value of
`elmo-list-diff'.

* elmo-util.el (elmo-list-diff): Don't care the order of the returned
list.

* test-elmo-util.el (test-elmo-same-list-p): New function.
(test-elmo-same-diff-p): Ditto.
(test-elmo-list-diff): Use it.

* wl-summary.el (wl-summary-sync-update): Sort the return value of
`elmo-list-diff'.

19 years ago* wl-summary.el
hmurata [Sun, 27 Feb 2005 07:52:31 +0000 (07:52 +0000)]
* wl-summary.el
(wl-summary-edit-addresses-collect-candidate-fields): Use
`elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.

* wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
instead of `elmo-set-work-buf'.

* wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
(wl-address-make-address-list): Ditto.

* elmo-util.el (elmo-with-enable-multibyte): Don't bind
`default-enable-multibyte-characters'.
(elmo-object-load): Use `with-temp-buffer' instead of
`elmo-set-work-buf'.
(elmo-object-save): Ditto.
(elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
`elmo-set-work-buf'.
(elmo-decoded-field-body): Ditto.

* elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.

* elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
Use `with-temp-buffer' instead of `elmo-set-work-buf'.

19 years ago* Version number is increased to 2.13.3.
hmurata [Sun, 27 Feb 2005 07:48:48 +0000 (07:48 +0000)]
* Version number is increased to 2.13.3.

19 years agoUpdate.
okazaki [Sun, 27 Feb 2005 04:10:25 +0000 (04:10 +0000)]
Update.

19 years ago* elmo-util.el (elmo-list-diff): Reverse order of result lists.
okazaki [Sun, 27 Feb 2005 04:10:05 +0000 (04:10 +0000)]
* elmo-util.el (elmo-list-diff): Reverse order of result lists.
* test-elmo-util.el (test-elmo-list-diff): Update.

19 years agoUpdate.
okazaki [Sat, 26 Feb 2005 16:47:31 +0000 (16:47 +0000)]
Update.

19 years ago(elmo-list-diff): Fix the last change.
okazaki [Sat, 26 Feb 2005 16:47:20 +0000 (16:47 +0000)]
(elmo-list-diff): Fix the last change.

19 years ago(test-elmo-list-diff): Fix expected test results.
okazaki [Sat, 26 Feb 2005 16:43:26 +0000 (16:43 +0000)]
(test-elmo-list-diff): Fix expected test results.

19 years ago(test-elmo-list-diff): New testcase.
okazaki [Sat, 26 Feb 2005 16:37:17 +0000 (16:37 +0000)]
(test-elmo-list-diff): New testcase.

19 years ago* modb-standard.el (elmo-msgdb-set-flag): Use
teranisi [Sat, 26 Feb 2005 07:17:13 +0000 (07:17 +0000)]
* modb-standard.el (elmo-msgdb-set-flag): Use
`elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
(elmo-msgdb-unset-flag): Ditto.

* elmo.el (elmo-strict-folder-diff): Don't use third argument of
`elmo-list-diff'.

* elmo-util.el (elmo-list-diff): Rewrite.
(elmo-list-diff-nonsortable): New function.

19 years agoUpdate.
okazaki [Sat, 26 Feb 2005 01:31:30 +0000 (01:31 +0000)]
Update.

19 years ago(elmo-multibyte-buffer-name): Renamed from `elmo-multibypte-buffer-name'.
okazaki [Sat, 26 Feb 2005 01:31:07 +0000 (01:31 +0000)]
(elmo-multibyte-buffer-name): Renamed from `elmo-multibypte-buffer-name'.
 All referers are updated.

19 years ago* wl-vars.el (wl-message-use-header-narrowing): New user option.
hmurata [Fri, 25 Feb 2005 15:05:50 +0000 (15:05 +0000)]
* wl-vars.el (wl-message-use-header-narrowing): New user option.

* wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
argument `5'.

* wl-message.el (wl-message-display-no-merge-p): New function.
(wl-message-buffer-display): Check whether the message is
reassembled and follow the API change.

* elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
(elmo-mime-entity-fragment-p): New function.
(mime-elmo-buffer-entity): Added slot `reassembled'.
(elmo-message-mime-entity): Added 4th argument `reassemble'.
(elmo-message-mime-entity-internal): New function (renamed from
`elmo-message-mime-entity').
(elmo-mime-inherit-field-list-from-enclosed): New constant.
(elmo-mime-make-reassembled-mime-entity): New function.
(elmo-message-reassembled-mime-entity): Ditto.
(elmo-mime-collect-message/partial-pieces): Ditto.

19 years ago(wl-summary-exec-action-resend-subr): Disable
hmurata [Thu, 24 Feb 2005 23:46:00 +0000 (23:46 +0000)]
(wl-summary-exec-action-resend-subr): Disable
multibyte on working buffer and removed unnecessary
`buffer-disable-undo'.

19 years ago* elmo.el (elmo-message-fetch-string): Disable multibyte.
hmurata [Thu, 24 Feb 2005 15:08:11 +0000 (15:08 +0000)]
* elmo.el (elmo-message-fetch-string): Disable multibyte.

* elmo-util.el (elmo-multibypte-buffer-name): New constant.
(elmo-with-enable-multibyte): New macro.

* modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.

19 years ago(texinfo-multitable-widths): Reverse the logic that shows whether it is broken.
yamaoka [Thu, 24 Feb 2005 08:16:41 +0000 (08:16 +0000)]
(texinfo-multitable-widths): Reverse the logic that shows whether it is broken.

19 years ago(elmo-filter-add-flag-count): Removed unused
hmurata [Wed, 23 Feb 2005 04:43:00 +0000 (04:43 +0000)]
(elmo-filter-add-flag-count): Removed unused
argument `number'.
(elmo-filter-connect-signals): Follow the above change.

19 years ago* WL-MK (wl-news-search-regexp): Allow ".x" at the
yoichi [Sat, 19 Feb 2005 07:23:18 +0000 (07:23 +0000)]
* WL-MK (wl-news-search-regexp): Allow ".x" at the
end of version number.

19 years ago * NEWS, NEWS.ja: Updated.
teranisi [Sat, 19 Feb 2005 04:33:48 +0000 (04:33 +0000)]
* NEWS, NEWS.ja: Updated.

* elmo/elmo-cache.el: Fixed typo.

* elmo/modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.

19 years agoFix last change.
teranisi [Sat, 19 Feb 2005 03:04:07 +0000 (03:04 +0000)]
Fix last change.

19 years ago(elmo-folder-append-messages): Fix the problem that only the first flag is used.
teranisi [Sat, 19 Feb 2005 02:51:40 +0000 (02:51 +0000)]
(elmo-folder-append-messages): Fix the problem that only the first flag is used.

19 years ago2005-02-17 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
teranisi [Sat, 19 Feb 2005 02:35:19 +0000 (02:35 +0000)]
2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>

* elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p'
if available.

19 years ago(wl-read-search-condition-internal): Fixed the last
hmurata [Fri, 18 Feb 2005 17:27:22 +0000 (17:27 +0000)]
(wl-read-search-condition-internal): Fixed the last
change.

19 years ago* wl-util.el (wl-read-search-condition-internal): Protect
yoichi [Fri, 18 Feb 2005 16:59:59 +0000 (16:59 +0000)]
* wl-util.el (wl-read-search-condition-internal): Protect
elmo-global-flags from distraction.

19 years ago* WL-ELS (ELMO-MODULES): Added elmo-signal.
hmurata [Fri, 18 Feb 2005 16:51:11 +0000 (16:51 +0000)]
* WL-ELS (ELMO-MODULES): Added elmo-signal.

* elmo-signal.el: New file.

* elmo.el (toplevel): Require elmo-signal.
(flag-changing, flag-changed, cache-changed): New signal.
(elmo-folder): Remove slog `handlers'.
(elmo-message-set-cached): Use `elmo-emit-signal' instead of
`elmo-folder-notify-event'.
(elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
(elmo-folder-unset-flag): Ditto.
(elmo-event-handler): Abolish.
(elmo-event-handler-flag-changed): Ditto.
(elmo-event-handler-cache-changed): Ditto.
(elmo-folder-add-handler): Ditto.
(elmo-folder-remove-handler): Ditto.
(elmo-folder-notify-event): Ditto.

* elmo-pipe.el (toplevel): Require elmo-signal.
(elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
(elmo-pipe-connect-signals): New function.
(elmo-message-fetch): Does not call `elmo-folder-notify-event'.
(elmo-folder-set-flag): Ditto.
(elmo-folder-unset-flag): Ditto.
(elmo-message-set-cached): Ditto.

* elmo-multi.el (toplevel): Require elmo-signal.
(elmo-folder-initialize): Call `elmo-multi-connect-signals'.
(elmo-multi-connect-signals): New function.
(elmo-multi-map-numbers): Ditto.
(elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
(elmo-message-fetch): Ditto.
(elmo-folder-set-flag): Ditto.
(elmo-folder-unset-flag): Ditto.

* elmo-filter.el (toplevel): Require elmo-signal.
(elmo-folder-initialize): Call `elmo-filter-connect-signals'.
(elmo-filter-connect-signals): New function.
(elmo-filter-add-flag-count): Ditto.
(elmo-message-fetch): Does not call
`elmo-filter-folder-countup-message-flags' and
`elmo-folder-notify-event'.
(elmo-message-set-cached): Ditto.
(elmo-folder-set-flag): Ditto.
(elmo-folder-unset-flag): Ditto.

* wl.el (wl-exit): Call `elmo-clear-signal-slots'.

* wl-summary.el (wl-summary-buffer-event-handler): Abolish.
(wl-summary-event-handler): Ditto.
(wl-summary-update-persistent-mark-on-event): New
function (renamed from `elmo-event-handler-flag-changed').
(wl-summary-buffer-attach): New function.
(wl-summary-buffer-detach): Rewrite by `elmo-signal'.
(wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
instead of `elmo-folder-add-handler'.

19 years ago* Version number is increased to 2.13.2.
hmurata [Fri, 18 Feb 2005 16:44:16 +0000 (16:44 +0000)]
* Version number is increased to 2.13.2.

19 years agoRemoved last period from error message.
hmurata [Fri, 18 Feb 2005 08:51:30 +0000 (08:51 +0000)]
Removed last period from error message.

19 years ago(elmo-imap4-flags-to-imap): Preserve argument
hmurata [Thu, 17 Feb 2005 18:27:44 +0000 (18:27 +0000)]
(elmo-imap4-flags-to-imap): Preserve argument
`flags'.

19 years ago* elmo-filter.el (elmo-message-set-cached): Call
hmurata [Wed, 16 Feb 2005 16:49:44 +0000 (16:49 +0000)]
* elmo-filter.el (elmo-message-set-cached): Call
`elmo-folder-notify-event' with event `cache-changed'.

* elmo-multi.el (elmo-message-set-cached): Ditto.

* elmo-pipe.el (elmo-message-set-cached): Ditto.

19 years agofix the last change
yoichi [Wed, 16 Feb 2005 14:56:28 +0000 (14:56 +0000)]
fix the last change

19 years ago* elmo.el (elmo-folder-encache): Abolish.
yoichi [Wed, 16 Feb 2005 14:45:02 +0000 (14:45 +0000)]
* elmo.el (elmo-folder-encache): Abolish.

19 years ago2005-02-16 Yuuichi Teranishi <teranisi@gohome.org>
teranisi [Wed, 16 Feb 2005 14:35:16 +0000 (14:35 +0000)]
2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>

* elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
(elmo-folder-next-message-number-dop): Return appropriate negative
integer.

2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>

* elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
clearing pending operations.
(elmo-folder-next-message-number-dop): Return appropriate negative
integer.

19 years agoAdded description of C-c C-y on draft.
teranisi [Tue, 15 Feb 2005 15:49:37 +0000 (15:49 +0000)]
Added description of C-c C-y on draft.

19 years ago(wl-news-mode-map): Bind commands of outline-mode
hmurata [Mon, 14 Feb 2005 04:59:20 +0000 (04:59 +0000)]
(wl-news-mode-map): Bind commands of outline-mode
and "\177" to the `wl-news-previous-page'.
(wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
(wl-news-previous-page): New function.

19 years agoUpdate error message.
hmurata [Sun, 13 Feb 2005 12:46:38 +0000 (12:46 +0000)]
Update error message.

19 years agoFix typo.
teranisi [Sat, 12 Feb 2005 11:39:54 +0000 (11:39 +0000)]
Fix typo.

19 years agoUpdate.
teranisi [Sat, 12 Feb 2005 11:35:03 +0000 (11:35 +0000)]
Update.

19 years ago* elmo.el (toplevel): Added autoload setting for `md5'.
hmurata [Sat, 12 Feb 2005 06:05:15 +0000 (06:05 +0000)]
* elmo.el (toplevel): Added autoload setting for `md5'.
(elmo-msgdb-path-encode-threshold): New use option.
(elmo-folder-msgdb-path): Encode msgdb path if its length is
longer than `elmo-msgdb-path-encode-threshold'.

* elmo-flag.el (elmo-global-mark-migrate): Use
`elmo-folder-expand-msgdb-path' instead of
`elmo-folder-msgdb-path'.

19 years ago(elmo-multi-folder-diff): Fixed problem when the
hmurata [Fri, 11 Feb 2005 16:59:20 +0000 (16:59 +0000)]
(elmo-multi-folder-diff): Fixed problem when the
element of the difference is nil.

19 years agoUpdate.
teranisi [Fri, 11 Feb 2005 12:49:11 +0000 (12:49 +0000)]
Update.

19 years agoAdded some system symbols.
teranisi [Fri, 11 Feb 2005 12:28:23 +0000 (12:28 +0000)]
Added some system symbols.

19 years ago(elmo-maildir-separator): Added OS/2, emx, ms-dos
teranisi [Fri, 11 Feb 2005 12:17:40 +0000 (12:17 +0000)]
(elmo-maildir-separator): Added OS/2, emx, ms-dos
to the check logic of file systems which are weak in colon character.

19 years ago2005-02-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
teranisi [Fri, 11 Feb 2005 09:05:16 +0000 (09:05 +0000)]
2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>

* elmo-maildir.el (elmo-maildir-move-file): Simplify.

19 years ago(wl-summary-save): Use `write-region-as-binary'
hmurata [Fri, 11 Feb 2005 06:44:41 +0000 (06:44 +0000)]
(wl-summary-save): Use `write-region-as-binary'
instead of `write-region' and simplify.

19 years ago* elmo-maildir.el (elmo-maildir-move-file): New function.
teranisi [Thu, 10 Feb 2005 23:53:07 +0000 (23:53 +0000)]
* elmo-maildir.el (elmo-maildir-move-file): New function.
(elmo-folder-append-buffer): Use it.
(elmo-folder-append-messages): Ditto.
(These changes are based on Ron Isaacson's patch [wl-en: 01205])

19 years ago* elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
teranisi [Thu, 10 Feb 2005 15:47:18 +0000 (15:47 +0000)]
* elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
(elmo-imap4-encode-folder-string): Call `utf7-encode'.

* elmo-maildir.el (elmo-maildir-separator): New user option.
(elmo-maildir-adjust-separator): New macro.
(elmo-maildir-list-location): Use it.
(elmo-maildir-update-current): Ditto.
(elmo-maildir-set-mark): Ditto.
(elmo-maildir-delete-mark): Ditto.
(Above changes are based on Hiroya Murata's patch [wl: 13437])

19 years ago(wl-template-select): Cause error if
hmurata [Wed, 9 Feb 2005 16:32:40 +0000 (16:32 +0000)]
(wl-template-select): Cause error if
`wl-template-alist' is nil.

19 years agoSpell-checked.
teranisi [Wed, 9 Feb 2005 14:22:08 +0000 (14:22 +0000)]
Spell-checked.

19 years ago* wl-news.el.in: Set file variable `no-byte-compile'.
kaoru [Mon, 7 Feb 2005 19:10:07 +0000 (19:10 +0000)]
* wl-news.el.in: Set file variable `no-byte-compile'.

19 years agoUpdated.
teranisi [Mon, 7 Feb 2005 01:22:10 +0000 (01:22 +0000)]
Updated.

19 years ago(elmo-event-handler-flag-changed): Does not check
hmurata [Sun, 6 Feb 2005 12:15:00 +0000 (12:15 +0000)]
(elmo-event-handler-flag-changed): Does not check
whether a target message is within displaying area.
(elmo-event-handler-cache-changed): Ditto.

19 years ago(elmo-nntp-server-command-index): Add entry `xhdr'.
hmurata [Sun, 6 Feb 2005 03:03:15 +0000 (03:03 +0000)]
(elmo-nntp-server-command-index): Add entry `xhdr'.

19 years agoUpdate.
okazaki [Tue, 1 Feb 2005 12:01:41 +0000 (12:01 +0000)]
Update.

19 years ago(wl-thread-entity-get-descendant): Change `defsubst' to `defun'.
okazaki [Tue, 1 Feb 2005 12:01:28 +0000 (12:01 +0000)]
(wl-thread-entity-get-descendant): Change `defsubst' to `defun'.
  Use `nconc' instead of `append' to collect descendant message numbers.

19 years ago(elmo-flag-valid-p): Simplify.
hmurata [Tue, 1 Feb 2005 11:20:24 +0000 (11:20 +0000)]
(elmo-flag-valid-p): Simplify.
(elmo-folder-list-subfolders): Copy `elmo-global-flags'.
(elmo-folder-delete): Update `elmo-global-flag-folder-alist'.

19 years ago* elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
kaoru [Sun, 30 Jan 2005 15:53:46 +0000 (15:53 +0000)]
* elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
Use `with-temp-buffer'.

19 years ago* wl-thread.el (wl-thread-save-top-list)
kaoru [Sun, 30 Jan 2005 15:01:56 +0000 (15:01 +0000)]
* wl-thread.el (wl-thread-save-top-list)
(wl-thread-save-entities): Use `with-temp-buffer'.
* wl-news.el.in (wl-news-previous-version-load):
(wl-news-previous-version-save): Ditto.
* wl-summary.el (wl-summary-load-file-object)
(wl-summary-save-view-cache): Ditto.

19 years ago* elmo-flag.el (elmo-folder-initialize): Fixed the last change.
hmurata [Sun, 30 Jan 2005 12:52:37 +0000 (12:52 +0000)]
* elmo-flag.el (elmo-folder-initialize): Fixed the last change.

19 years ago* wl-util.el (toplevel): Require 'elmo-flag'.
hmurata [Sun, 30 Jan 2005 11:29:18 +0000 (11:29 +0000)]
* wl-util.el (toplevel): Require 'elmo-flag'.
(wl-read-search-condition): New function (Renamed from
`elmo-read-search-condition').
(wl-read-search-condition-internal): Likewise.

* wl-summary.el (wl-summary-decide-flag): Cause error if flag is
invalid.
(wl-summary-pick): Use `wl-read-search-condition' instead of
`elmo-read-search-condition'.
(wl-summary-virtual): Ditto.

* wl-folder.el (wl-folder-virtual): Ditto.
(wl-folder-pick): Ditto.

* wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.

* elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
`wl-read-search-condition').
(elmo-read-search-condition-internal): Likewise.

* elmo-flag.el (elmo-flag-char-regexp): New constant.
(elmo-flag-valid-p): New function.
(elmo-folder-initialize): Check flag name is valid.

19 years ago(wl-summary-reedit): Call
hmurata [Fri, 28 Jan 2005 15:25:40 +0000 (15:25 +0000)]
(wl-summary-reedit): Call
`wl-summary-message-string' with argument `use-cache' as `'maybe'.

19 years ago(elmo-folder-list-subfolders): Use root mailbox without
teranisi [Wed, 26 Jan 2005 06:32:55 +0000 (06:32 +0000)]
(elmo-folder-list-subfolders): Use root mailbox without
delimiter to obtain root mailbox itself.

19 years agoUpdate.
okazaki [Mon, 24 Jan 2005 21:03:25 +0000 (21:03 +0000)]
Update.

19 years ago(elmo-network-session-idle-timeout): Fix customization type mismatch.
okazaki [Mon, 24 Jan 2005 21:03:13 +0000 (21:03 +0000)]
(elmo-network-session-idle-timeout): Fix customization type mismatch.

19 years ago(elmo-mime-entity-display): Bind elmo-message-displaying as t.
teranisi [Mon, 24 Jan 2005 10:51:55 +0000 (10:51 +0000)]
(elmo-mime-entity-display): Bind elmo-message-displaying as t.

19 years ago* wl-mime.el (toplevel): Require wl-vars.
hmurata [Sun, 23 Jan 2005 14:02:27 +0000 (14:02 +0000)]
* wl-mime.el (toplevel): Require wl-vars.

* wl-message.el (toplevel): Require cl at compile.

* wl-draft.el (toplevel): Require elmo.

* elmo-shimbun.el (toplevel): Require cl at compile.

* elmo-nntp.el (toplevel): Ditto.

* elmo-nmz.el (toplevel): Ditto.

* elmo-multi.el (toplevel): Ditto.

* elmo-file.el (toplevel): Ditto.

* elmo-dop.el (toplevel): Ditto.

* elmo-archive.el (toplevel): Likewise elmo and cl (at compile).

19 years ago* Makefile (compile-strict): New target.
hmurata [Sun, 23 Jan 2005 10:10:44 +0000 (10:10 +0000)]
* Makefile (compile-strict): New target.

* WL-MK (wl-examine-modules): New function.

19 years agoremove duplicate entry for wl-message-window-size
yoichi [Thu, 20 Jan 2005 14:03:39 +0000 (14:03 +0000)]
remove duplicate entry for wl-message-window-size

19 years agoFixed description about buffer prefetches
teranisi [Thu, 20 Jan 2005 13:41:40 +0000 (13:41 +0000)]
Fixed description about buffer prefetches
(Pointed out by Tatsuya Kinoshita)

19 years ago* wl-message.el (wl-message-buffer-prefetch): Count is a number
yoichi [Thu, 20 Jan 2005 03:56:15 +0000 (03:56 +0000)]
* wl-message.el (wl-message-buffer-prefetch): Count is a number
and do nothing when it is not positive.
(wl-message-buffer-prefetch-next): Ditto.

19 years ago* mmimap.el (mmimap-make-mime-entity): Set children's top node number
teranisi [Thu, 20 Jan 2005 01:55:50 +0000 (01:55 +0000)]
* mmimap.el (mmimap-make-mime-entity): Set children's top node number
as nil.

* elmo.el (elmo-message-fetch): Return t even when the output buffer
size of elmo-message-fetch-internal is 0 byte.

19 years ago* wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
yoichi [Wed, 19 Jan 2005 15:44:17 +0000 (15:44 +0000)]
* wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
`wl-message-buffer-prefetch-depth' is nil though it is illegal.
(wl-summary-redisplay-internal): Ditto.

19 years ago* wl-summary.el (wl-summary-goto-folder-subr): Protect current
yoichi [Wed, 19 Jan 2005 11:42:00 +0000 (11:42 +0000)]
* wl-summary.el (wl-summary-goto-folder-subr): Protect current
message (the condition is borrowed from `wl-check-variables-2').
(wl-summary-redisplay-internal): Ditto.

19 years ago* wl-mime.el (wl-draft-nntp-attribute): New function.
hmurata [Mon, 17 Jan 2005 12:21:38 +0000 (12:21 +0000)]
* wl-mime.el (wl-draft-nntp-attribute): New function.
(wl-draft-attribute-nntp-posting-server): Use it.
(wl-draft-attribute-nntp-posting-port): Ditto.

19 years ago* wl-mime.el (wl-draft-preview-attributes-list): New function.
hmurata [Mon, 17 Jan 2005 09:54:55 +0000 (09:54 +0000)]
* wl-mime.el (wl-draft-preview-attributes-list): New function.
(wl-draft-show-attributes-buffer): Ditto.
(wl-draft-hide-attributes-buffer): Ditto.
(wl-draft-attribute-newsgroups): Ditto.
(wl-draft-attribute-nntp-posting-server): Ditto.
(wl-draft-attribute-nntp-posting-port): Ditto.
(wl-draft-preview-message): Use there functions.

* wl-vars.el (wl-draft-preview-attributes-list): Change default
value.

19 years ago(elmo-map-message-fetch): Fixed last change.
hmurata [Fri, 14 Jan 2005 11:08:37 +0000 (11:08 +0000)]
(elmo-map-message-fetch): Fixed last change.

19 years ago* elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as always plugged.
yoichi [Thu, 13 Jan 2005 15:17:59 +0000 (15:17 +0000)]
* elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as always plugged.

19 years ago(elmo-map-message-fetch): Call
hmurata [Thu, 13 Jan 2005 11:00:35 +0000 (11:00 +0000)]
(elmo-map-message-fetch): Call
`elmo-map-folder-set-flag'.

19 years ago* elmo.el (elmo-message-fetch-with-cache-process): Abolish.
hmurata [Thu, 13 Jan 2005 10:31:27 +0000 (10:31 +0000)]
* elmo.el (elmo-message-fetch-with-cache-process): Abolish.
(elmo-message-fetch): Merge from
`elmo-message-fetch-with-cache-process'.

* elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
(elmo-message-fetch): Define.

* elmo-nntp.el (elmo-message-fetch): Renamed from
`elmo-message-fetch-with-cache-process'.

* elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
(elmo-message-fetch): Define.

19 years ago* elmo-util.el (elmo-condition-parse-primitive): Downcase
hmurata [Thu, 13 Jan 2005 08:24:34 +0000 (08:24 +0000)]
* elmo-util.el (elmo-condition-parse-primitive): Downcase
search-key.

* elmo-shimbun.el (shimbun-mua-search-id): Use
`elmo-message-entity' instead of `elmo-msgdb-message-entity'.
(elmo-shimbun-folder-shimbun-header): Ditto.
(elmo-shimbun-get-headers): Ditto.
(elmo-shimbun-update-overview): Ditto.

* elmo-pipe.el (elmo-folder-detach-messages): Define.

* elmo-net.el (elmo-folder-list-messages-unplugged): Use
`elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.

19 years ago(elmo-message-fetch-string): Fixed argument.
teranisi [Thu, 13 Jan 2005 08:13:43 +0000 (08:13 +0000)]
(elmo-message-fetch-string): Fixed argument.

19 years ago(elmo-message-fetch): Unset unread flag on server when
teranisi [Thu, 13 Jan 2005 00:53:48 +0000 (00:53 +0000)]
(elmo-message-fetch): Unset unread flag on server when
message is cached.

19 years ago* wl-draft.el (wl-draft-insert-get-message): Follow the API change.
hmurata [Tue, 11 Jan 2005 15:24:44 +0000 (15:24 +0000)]
* wl-draft.el (wl-draft-insert-get-message): Follow the API change.
(wl-draft-reedit): Ditto.
(wl-draft-queue-flush): Ditto.

* wl-mime.el (wl-message-request-partial): Ditto.
(wl-message-delete-current-part): Use `elmo-message-fetch-string'
instead of `elmo-message-fetch'.

* wl-action.el (wl-summary-exec-action-resend-subr): Ditto.

* wl-summary.el (wl-summary-message-string): Ditto.

* elmo.el (elmo-message-fetch): Removed argument `outbuf' and
exchange order of arguments `section' and `unread'.
(elmo-message-encache): Follow the API change.
(elmo-message-match-condition): Ditto.
(elmo-generic-folder-append-messages): Ditto.
(elmo-message-fetch-string): New function.

* elmo-split.el (elmo-split-subr): Ditto.

* elmo-spam.el (elmo-spam-message-fetch): Ditto.

* elmo-pipe.el (elmo-message-fetch): Ditto.

* elmo-multi.el (elmo-message-fetch): Ditto.

* elmo-mime.el (elmo-message-mime-entity): Ditto.

* elmo-flag.el (elmo-global-flag-set-internal): Ditto.

* elmo-filter.el (elmo-message-fetch): Ditto.

* elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.

* elmo-imap4.el (mime-imap-location-section-body): Use
`elmo-message-fetch-string' instead of `elmo-message-fetch' and
follow the API change.

19 years ago* etc/icons/access.xpm: New file.
hmurata [Mon, 10 Jan 2005 13:06:58 +0000 (13:06 +0000)]
* etc/icons/access.xpm: New file.

19 years ago* elmo-access.el: New file.
hmurata [Mon, 10 Jan 2005 12:40:08 +0000 (12:40 +0000)]
* elmo-access.el: New file.

* elmo-null.el: Ditto.

* elmo-internal.el (elmo-internal-folder-list): Added `null'.

* WL-ELS (ELMO-MODULES): Added elmo-access and elmo-null.

19 years ago(elmo-network-session-idle-timeout): New option.
teranisi [Sat, 8 Jan 2005 12:41:48 +0000 (12:41 +0000)]
(elmo-network-session-idle-timeout): New option.
(elmo-network-session): New attribute `last-accessed'.
(elmo-network-get-session): Discard network cache if elapsed time
since last-accessed is larger than elmo-network-session-idle-timeout.

19 years ago* wl-util.el (wl-current-message-buffer): Follow the API change.
hmurata [Fri, 7 Jan 2005 17:08:03 +0000 (17:08 +0000)]
* wl-util.el (wl-current-message-buffer): Follow the API change.

* wl-summary.el (wl-summary-redisplay-internal): Call
`wl-summary-mark-as-read' with 2nd argument as nil and update
unread count instead of persistent mark.

* wl-message.el (wl-message-buffer-mime-entity): New buffer local
variable.
(wl-message-redisplay): Follow the API change.
(wl-message-buffer-display): Managed mime-entity directly and
return preview buffer only.
(wl-message-display-internal): Rewrite.
(wl-message-buffer-prefetch-subr): Not save return value of
`wl-message-buffer-display'.

* elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
and added `number', `require-entireness'.
(elmo-find-fetch-strategy): Rewrite.
(elmo-message-fetch): Unset `unread' flag when argument unread is
non-nil.

* elmo-spam.el (elmo-spam-message-fetch): Follow the API change.

* elmo-multi.el (elmo-find-fetch-strategy): Ditto.
(elmo-message-fetch): Notify event `flag-changed'.

* elmo-pipe.el: Likewise.

* elmo-mime.el (elmo-mime-entity): New class.
(elmo-mime-entity-display-p): New generic function.
(elmo-mime-entity-display): Ditto.
(elmo-mime-entity-display-as-is): Ditto.
(mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
elmo-mime-entity.
(elmo-make-mime-message-location): Removed.
(elmo-mime-message-display): Ditto.
(elmo-mime-display-as-is): Ditto.
(elmo-message-mime-entity): New function.

* elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.

* elmo-filter.el (elmo-find-fetch-strategy): Follow the API
change.
(elmo-message-fetch): Re-count flagged message number and notify
event `flag-changed'.

19 years agoVersion number is increased to 2.13.1.
hmurata [Fri, 7 Jan 2005 17:03:58 +0000 (17:03 +0000)]
Version number is increased to 2.13.1.