elisp/wanderlust.git
23 years ago* elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
okada [Fri, 11 Aug 2000 18:09:26 +0000 (18:09 +0000)]
* elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.

23 years ago2000-08-10 Yuuichi Teranishi <teranisi@gohome.org>
teranisi [Fri, 11 Aug 2000 01:43:41 +0000 (01:43 +0000)]
2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>

* wl-vars.el (wl-draft-remove-group-list-contents): New user option.

* wl-draft.el (wl-draft-deduce-address-list): New function.
(wl-draft-parse-mailbox-list): Ditto.
(wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
instead of `smtp-deduce-address-list'.
(wl-draft-on-field-p): Follow group list.

* wl-address.el (wl-address-concat-token): New function.
(wl-address-string-without-group-list-contents): Ditto.
(wl-complete-field-body): Fixed problem of completion
by japanese petname.
(wl-address-make-completion-list): Rewrite.

2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>

* wl-address.el (wl-address-make-completion-list): Completion by
petname.
(wl-complete-field-body): Likewise.

23 years ago(elmo-move-msgs): Set value of `unseen'.
teranisi [Tue, 8 Aug 2000 02:24:45 +0000 (02:24 +0000)]
(elmo-move-msgs): Set value of `unseen'.

23 years ago(wl-draft-reply): Fixed problem when to or cc contains invalid address syntax.
teranisi [Tue, 8 Aug 2000 00:32:11 +0000 (00:32 +0000)]
(wl-draft-reply): Fixed problem when to or cc contains invalid address syntax.

23 years agoFix typo.
kaoru [Mon, 7 Aug 2000 02:04:20 +0000 (02:04 +0000)]
Fix typo.

23 years agoUpdate.
okazaki [Sun, 6 Aug 2000 09:34:48 +0000 (09:34 +0000)]
Update.

23 years ago* elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
okazaki [Sun, 6 Aug 2000 09:34:03 +0000 (09:34 +0000)]
* elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
for server responses, quote `*' regardless of where it appears.

23 years ago* wl-folder.el (wl-folder-check-entity-async): Use
okada [Fri, 4 Aug 2000 18:34:54 +0000 (18:34 +0000)]
* wl-folder.el (wl-folder-check-entity-async): Use
`elmo-nntp-spec-hostname'.

23 years ago* elmo-util.el (elmo-display-progress):
okada [Fri, 4 Aug 2000 06:40:41 +0000 (06:40 +0000)]
* elmo-util.el (elmo-display-progress):
Use `progress-feedback-with-label'.

23 years ago* elmo-maildir.el (elmo-maildir-commit): New alias.
okada [Fri, 4 Aug 2000 06:33:56 +0000 (06:33 +0000)]
* elmo-maildir.el (elmo-maildir-commit): New alias.

23 years agoUpdate.
okazaki [Wed, 2 Aug 2000 09:33:48 +0000 (09:33 +0000)]
Update.

23 years ago* elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
okazaki [Wed, 2 Aug 2000 09:31:52 +0000 (09:31 +0000)]
* elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
(elmo-imap4-non-atom-char-regex): Ditto.
(elmo-imap4-non-text-char-regex): Ditto.
(elmo-imap4-literal-threshold): Ditto.
(elmo-imap4-atom-p): New function.
(elmo-imap4-quotable-p): Ditto.
(elmo-imap4-nil): Ditto.
(elmo-imap4-atom): Ditto.
(elmo-imap4-quoted): Ditto.
(elmo-imap4-literal-subr): Ditto.
(elmo-imap4-literal): Ditto.
(elmo-imap4-buffer-literal): Ditto.
(elmo-imap4-string-subr): Ditto.
(elmo-imap4-string): Ditto.
(elmo-imap4-buffer-string): Ditto.
(elmo-imap4-astring-subr): Ditto.
(elmo-imap4-astring): Ditto.
(elmo-imap4-buffer-astring): Ditto.
(elmo-imap4-nstring): Ditto.
(elmo-imap4-buffer-nstring): Ditto.
(elmo-imap4-mailbox): New alias.
(elmo-imap4-field-body): Ditto.
(elmo-imap4-userid): Ditto.
(elmo-imap4-password): Ditto.
(elmo-imap4-format-quoted): New function.
(elmo-imap4-send-command): Rewritten.  Accept a list of command
arguments and handle "atom", "quoted" and "literal" string here.
(elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
`elmo-imap4-send-command'.
(elmo-imap4-folder-exists-p): Likewise.
(elmo-imap4-create-folder): Likewise.
(elmo-imap4-delete-folder): Likewise.
(elmo-imap4-rename-folder): Likewise.
(elmo-imap4-max-of-folder): Likewise.
(elmo-imap4-check-validity): Likewise.
(elmo-imap4-sync-validity): Likewise.
(elmo-imap4-server-diff): Likewise.
(elmo-imap4-select-folder): Likewise.
(elmo-imap4-copy-msgs): Likewise.
(elmo-imap4-search-internal): Use `elmo-imap4-astring'.
(elmo-imap4-mark-set-on-msgs): Likewise.
(elmo-imap4-read-part): Likewise.
(elmo-imap4-read-msg): Likewise.
(elmo-imap4-open-connection): Use `elmo-imap4-userid' and
`elmo-imap4-password' for `elmo-imap4-send-command'.
(elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
(elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
`elmo-imap4-buffer-literal'.
(elmo-imap4-append-msg): Likewise.

* elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
`delete' for removing dead connection from the connection cache.
Move deletion of the process buffer after that.
(elmo-imap4-list): Change `defsubst' to `defun'.
(elmo-imap4-commit): Make error message verbose.
(elmo-imap4-search): Ditto.
(elmo-imap4-list): Ditto.
(elmo-imap4-select-folder): Ditto.
(elmo-imap4-copy-msgs): Ditto.
(elmo-imap4-delete-msg-by-id): Ditto.
(elmo-imap4-append-msg-by-id): Ditto.
(elmo-imap4-append-msg): Ditto.

* wl-summary.el (wl-summary-msgdb-load-async): Use
`elmo-imap4-mailbox' for `elmo-imap4-send-command'.

23 years ago* wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil.
teranisi [Mon, 31 Jul 2000 04:04:53 +0000 (04:04 +0000)]
* wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil.

23 years agoChange example format.
kaoru [Sun, 30 Jul 2000 16:48:44 +0000 (16:48 +0000)]
Change example format.

23 years ago(Disconnected Operations, Summary): Node restructure.
kaoru [Sun, 30 Jul 2000 14:07:17 +0000 (14:07 +0000)]
(Disconnected Operations, Summary): Node restructure.
Fixed typo.

23 years agoRestacture node.
kaoru [Sat, 29 Jul 2000 18:05:17 +0000 (18:05 +0000)]
Restacture node.

23 years ago* utils/ptexinfmt.el (texinfo-format-uref): Fixed.
kaoru [Fri, 28 Jul 2000 21:01:58 +0000 (21:01 +0000)]
* utils/ptexinfmt.el (texinfo-format-uref): Fixed.

23 years ago* utils/ptexinfmt.el: Disable broken check notice.
kaoru [Fri, 28 Jul 2000 17:51:34 +0000 (17:51 +0000)]
* utils/ptexinfmt.el: Disable broken check notice.

23 years ago2000-07-26 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
teranisi [Thu, 27 Jul 2000 02:32:04 +0000 (02:32 +0000)]
2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>

* elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
when dired is used on XEmacs.

23 years ago2000-07-26 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
teranisi [Thu, 27 Jul 2000 02:30:49 +0000 (02:30 +0000)]
2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>

* wl-refile.el (wl-refile-learn): Move hit element to the top of
`wl-refile-alist'.

23 years agoRemove verbose comments.
kaoru [Wed, 26 Jul 2000 14:27:20 +0000 (14:27 +0000)]
Remove verbose comments.
@env, @command, @option, @uref markups.

23 years ago* wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
okada [Wed, 26 Jul 2000 03:10:22 +0000 (03:10 +0000)]
* wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
(wl-draft-edit-string): Ditto.
(wl-draft-forward): Ditto.
* wl-summary.el (wl-summary-write): Ditto.

23 years agoUpdate.
okazaki [Mon, 24 Jul 2000 22:00:56 +0000 (22:00 +0000)]
Update.

23 years ago* elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
okazaki [Mon, 24 Jul 2000 21:54:56 +0000 (21:54 +0000)]
* elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
instead of `append'.
(elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
`elmo-plugged-p' directly.
* elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
of `elmo-plugged-p' directly.

* elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
Eliminate unused variable.  Use `memq' for checking a process status.
Use `cons' instead of `append' for updating the connection cache.
* elmo-nntp.el (elmo-nntp-get-connection): Likewise.
* elmo-imap4.el (elmo-imap4-get-connection): Likewise.

23 years ago* wl-summary.el (wl-summary-sync-update3): Call
teranisi [Mon, 24 Jul 2000 04:43:27 +0000 (04:43 +0000)]
* wl-summary.el (wl-summary-sync-update3): Call
`wl-summary-buffer-number-column-detect'.
(wl-summary-buffer-number-column-detect): Search from point-min.

23 years agoAdd how to get Backtrace in Mailing List Section.
teranisi [Mon, 24 Jul 2000 02:35:49 +0000 (02:35 +0000)]
Add how to get Backtrace in Mailing List Section.
(by Tsunehiko Baba <tbaba@unixuser.org>)

23 years agoUpdate.
okazaki [Sat, 22 Jul 2000 07:22:29 +0000 (07:22 +0000)]
Update.

23 years ago* elmo-imap4.el (elmo-imap4-read-bytes): Advance
okazaki [Sat, 22 Jul 2000 07:21:59 +0000 (07:21 +0000)]
* elmo-imap4.el (elmo-imap4-read-bytes): Advance
`elmo-imap4-read-point' exactly.

23 years agoUpdate.
okazaki [Fri, 21 Jul 2000 18:24:48 +0000 (18:24 +0000)]
Update.

23 years ago* mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
okazaki [Fri, 21 Jul 2000 18:11:06 +0000 (18:11 +0000)]
* mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
the local variable `folder' to `mailbox'.
Rename the argument `fld' to `folder'.

23 years ago* utils/ptexinfmt.el: Support @multitable.
kaoru [Thu, 20 Jul 2000 10:03:31 +0000 (10:03 +0000)]
* utils/ptexinfmt.el: Support @multitable.
(texinfo-multitable, texinfo-end-multitable,
texinfo-multitable-widths, texinfo-multitable-extract-row,
texinfo-multitable-item): New function.

23 years ago* elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
okada [Wed, 19 Jul 2000 20:02:52 +0000 (20:02 +0000)]
* elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
* elmo-imap4.el (elmo-imap4-commit): Ditto.

23 years agoUpdate.
teranisi [Wed, 19 Jul 2000 04:14:23 +0000 (04:14 +0000)]
Update.

23 years ago(wl-draft-reply): Fixed problem when mail-followup-to contains an
teranisi [Wed, 19 Jul 2000 04:10:42 +0000 (04:10 +0000)]
(wl-draft-reply): Fixed problem when mail-followup-to contains an
address which is not included in original to or cc.

23 years ago* wl-summary.el (wl-summary-target-mark-uudecode): Error when
okada [Wed, 19 Jul 2000 01:35:00 +0000 (01:35 +0000)]
* wl-summary.el (wl-summary-target-mark-uudecode): Error when
begin-line does not exist.
* wl-message.el (wl-message-uu-substring): Ditto.

23 years ago* utils/ptexinfmt.el: Use fmakunbound, when broken-function replace.
kaoru [Tue, 18 Jul 2000 18:22:41 +0000 (18:22 +0000)]
* utils/ptexinfmt.el: Use fmakunbound, when broken-function replace.

23 years ago* wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
teranisi [Tue, 18 Jul 2000 02:45:35 +0000 (02:45 +0000)]
* wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
clear local variables.
(wl-summary-exit): Call `elmo-commit'.
(wl-summary-switch-to-clone-buffer): Call
`wl-summary-buffer-set-folder' after `wl-summary-mode'.
(wl-summary-goto-folder-subr): Ditto.

* wl-vars.el (wl-folder-sync-range-alist): Changed default value for
POP folder.

23 years ago* elmo-pop3.el (elmo-pop3-use-uidl): New variable.
teranisi [Tue, 18 Jul 2000 02:43:25 +0000 (02:43 +0000)]
* elmo-pop3.el (elmo-pop3-use-uidl): New variable.
(elmo-pop3-number-uidl-hash): New buffer-local variable.
(elmo-pop3-uidl-number-hash): Ditto.
(elmo-pop3-size-hash): Ditto.
(elmo-pop3-uidl-done): Ditto.
(elmo-pop3-list-done): Ditto.
(elmo-pop3-connection-get-process): New defmacro.
(elmo-pop3-connection-get-buffer): Ditto.
(elmo-pop3-close-connection): Delete buffer and process.
(elmo-pop3-flush-connection): Don't delete buffer and process.
(elmo-pop3-get-connection): Added optional argument `if-exists'.
Setup UIDL and size hash.
(elmo-pop3-send-command-no-erase): Deleted
(elmo-pop3-send-command): Added optional argument `no-erase'.
(elmo-pop3-parse-uidl-response): New function.
(elmo-pop3-parse-list-response): Set size hash.
(elmo-pop3-list-location): New function.
(elmo-pop3-list-by-uidl-subr): Ditto.
(elmo-pop3-list-by-list): Ditto.
(elmo-pop3-list-folder): Call `elmo-pop3-commit'.
Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
(elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
(elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
Use uidl.
(elmo-pop3-uidl-to-number): New function.
(elmo-pop3-number-to-uidl): Ditto.
(elmo-pop3-number-to-size): Ditto.
(elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
Set number by use of uidl.
(elmo-pop3-msgdb-create-message): Likewise.
Set size, loc-alist in msgdb.
(elmo-pop3-read-msg): Set number by use of uidl.
Added optional argument `msgdb'.
(elmo-pop3-delete-msg): Ditto.
(elmo-pop3-delete-msgs): Added optional argument `msgdb'.
(elmo-pop3-commit): Close connection.

* elmo-pipe.el (elmo-pipe-max-of-folder):
Bind `elmo-pop3-use-uidl' as nil.
(elmo-pipe-drain): Ditto.
Call `elmo-commit'.

* elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
(elmo-msgdb-overview-entity-set-size): New defsubst.

23 years agoUpdate.
teranisi [Mon, 17 Jul 2000 04:06:17 +0000 (04:06 +0000)]
Update.

23 years agoDeleted time-stamp line.
teranisi [Mon, 17 Jul 2000 04:04:14 +0000 (04:04 +0000)]
Deleted time-stamp line.

23 years agoUpdate.
teranisi [Mon, 17 Jul 2000 04:00:47 +0000 (04:00 +0000)]
Update.

23 years ago* tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
teranisi [Mon, 17 Jul 2000 03:58:59 +0000 (03:58 +0000)]
* tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.

* wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.

23 years agoUpdate.
teranisi [Mon, 17 Jul 2000 03:54:06 +0000 (03:54 +0000)]
Update.

23 years ago* elmo-vars.el (elmo-use-killed-list): New variable
teranisi [Mon, 17 Jul 2000 03:52:10 +0000 (03:52 +0000)]
* elmo-vars.el (elmo-use-killed-list): New variable
(Renamed from `elmo-nntp-use-killed-list').
(elmo-nntp-use-killed-list): Eliminated.

* elmo-msgdb.el (elmo-msgdb-expand-path):
Changed expanding msgdb path for elmo-multi.

* elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
(toplevel): Deleted time-stamp line.

* elmo2.el (elmo-clear-killed ): Defined as function
(Abolished defining as a backend function).
All other related modules are changed.

23 years ago* utils/ptexinfmt.el: Support @image. Fix broken @uref.
kaoru [Sun, 16 Jul 2000 08:19:22 +0000 (08:19 +0000)]
* utils/ptexinfmt.el: Support @image. Fix broken @uref.
(texinfo-format-image) New function.
(texinfo-format-uref): Fixed 2times parse probrem.

23 years ago* utils/ptexinfmt.el (documentlanguage, documentencoding): Fixed probrem.
kaoru [Fri, 14 Jul 2000 09:06:37 +0000 (09:06 +0000)]
* utils/ptexinfmt.el (documentlanguage, documentencoding): Fixed probrem.

23 years ago (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :)
okada [Fri, 14 Jul 2000 08:59:12 +0000 (08:59 +0000)]
 (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :)

23 years agoFix ptexinfmt.el load-path probrem.
kaoru [Fri, 14 Jul 2000 08:58:54 +0000 (08:58 +0000)]
Fix ptexinfmt.el load-path probrem.

23 years ago* WL-MK (wl-texinfo-format-file): require ptexinfmt.
kaoru [Fri, 14 Jul 2000 08:50:46 +0000 (08:50 +0000)]
* WL-MK (wl-texinfo-format-file): require ptexinfmt.
* utils/ptexinfmt.el: provide feature.

23 years agoEnable @documentlanguage, @documentencoding.
kaoru [Fri, 14 Jul 2000 04:18:28 +0000 (04:18 +0000)]
Enable @documentlanguage, @documentencoding.
Add @dircategory GNU Emacs Lisp.
Add File valiables.
Typo fixed.

23 years ago* utils/ptexinfmt.el: New file.
kaoru [Thu, 13 Jul 2000 17:14:01 +0000 (17:14 +0000)]
* utils/ptexinfmt.el: New file.

23 years agoAdd `wl-draft-reply-use-address-with-full-name'.
kaoru [Thu, 13 Jul 2000 06:13:49 +0000 (06:13 +0000)]
Add `wl-draft-reply-use-address-with-full-name'.

23 years ago* wl-draft.el (wl-draft-reply): Insert address with full-name.
teranisi [Thu, 13 Jul 2000 03:44:48 +0000 (03:44 +0000)]
* wl-draft.el (wl-draft-reply): Insert address with full-name.
(Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)

* wl-vars.el (wl-draft-reply-use-address-with-full-name): New user option.

23 years ago* wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
teranisi [Thu, 13 Jul 2000 02:25:03 +0000 (02:25 +0000)]
* wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
if elmo-nntp-use-killed-list is nil.
Use `elmo-msgdb-append-to-killed-list'.
(Append numbers confirmed as disappeared to the killed list.)
(wl-summary-confirm-appends): Don't display negative number.

23 years ago* elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
teranisi [Thu, 13 Jul 2000 02:13:35 +0000 (02:13 +0000)]
* elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.

23 years ago2000-07-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
okazaki [Tue, 11 Jul 2000 17:21:43 +0000 (17:21 +0000)]
2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

* elmo-pop3.el (elmo-pop3-clear-killed): New alias.

23 years agocompile warning
okada [Tue, 11 Jul 2000 12:55:06 +0000 (12:55 +0000)]
compile warning

23 years agoUpdate.
teranisi [Tue, 11 Jul 2000 09:09:21 +0000 (09:09 +0000)]
Update.

23 years ago(elmo-nntp-max-of-folder): Use killed list in asynchronous folder check.
teranisi [Tue, 11 Jul 2000 09:08:06 +0000 (09:08 +0000)]
(elmo-nntp-max-of-folder): Use killed list in asynchronous folder check.

23 years ago* wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when range is `all'.
teranisi [Tue, 11 Jul 2000 00:58:03 +0000 (00:58 +0000)]
* wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when range is `all'.
(wl-summary-sync-update3): Use `elmo-list-diff' instead of
`elmo-list-bigger-diff'.

23 years ago* elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
teranisi [Tue, 11 Jul 2000 00:53:56 +0000 (00:53 +0000)]
* elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.

* elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
`elmo-nntp-use-killed-list'.
(elmo-nntp-list-folder): Use killed list.
(elmo-nntp-max-of-folder): Ditto.
(elmo-nntp-msgdb-create): Set killed list.

* elmo-vars.el (elmo-nntp-use-killed-list): New user option.

* elmo2.el (elmo-clear-killed): New backend function.
All other related modules are changed.

23 years ago(wl-demo): Fix the last change.
yamaoka [Mon, 10 Jul 2000 11:14:02 +0000 (11:14 +0000)]
(wl-demo): Fix the last change.

23 years agoFix @minus{} markups.
kaoru [Sun, 9 Jul 2000 14:22:14 +0000 (14:22 +0000)]
Fix @minus{} markups.

23 years ago* README: Remove CVS keyword.
kaoru [Sun, 9 Jul 2000 10:23:44 +0000 (10:23 +0000)]
* README: Remove CVS keyword.
* README.ja: Ditto.
* INSTALL: Ditto.
* INSTALL.ja: Ditto.
* doc/wl.texi: Ditto.
* doc/wl-ja.texi: Ditto.

23 years agoUpdate.
okazaki [Fri, 7 Jul 2000 13:43:38 +0000 (13:43 +0000)]
Update.

23 years ago* elmo-util.el (elmo-imap4-spec-folder): Use
okazaki [Fri, 7 Jul 2000 13:42:24 +0000 (13:42 +0000)]
* elmo-util.el (elmo-imap4-spec-folder): Use
`elmo-imap4-spec-mailbox'; Mark as obsolete.
All callers changed.

23 years ago(wl-demo): Don't use `eval'.
yamaoka [Fri, 7 Jul 2000 12:49:54 +0000 (12:49 +0000)]
(wl-demo): Don't use `eval'.

23 years agotest imapd
okada [Fri, 7 Jul 2000 08:30:43 +0000 (08:30 +0000)]
test imapd

23 years ago * wl-summary.el (wl-summary-buffer-thread-modified):
okada [Fri, 7 Jul 2000 04:42:07 +0000 (04:42 +0000)]
    * wl-summary.el (wl-summary-buffer-thread-modified):
        New buffer-local variable.
        (wl-summary-set-thread-modified): New function.
        (wl-summary-thread-modified-p): New function.
        (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
        (wl-summary-yank-saved-message): Use function
        `wl-summary-set-thread-modified'
        (wl-summary-switch-to-clone-buffer): Add
        `wl-summary-buffer-thread-modified'.
        * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
        (wl-summary-buffer-mark-saved-hook): Ditto.
        * wl-summary.el (wl-summary-msgdb-save): New hook
        `wl-summary-buffer-message-saved-hook' and
        `wl-summary-buffer-mark-saved-hook'.

23 years ago(wl-demo): Simplified `fringe' face manipulation.
yamaoka [Tue, 4 Jul 2000 23:26:40 +0000 (23:26 +0000)]
(wl-demo): Simplified `fringe' face manipulation.

23 years ago(wl-demo): Don't hide scroll bars under FSF Emacsen because it may incur an
yamaoka [Tue, 4 Jul 2000 11:04:53 +0000 (11:04 +0000)]
(wl-demo): Don't hide scroll bars under FSF Emacsen because it may incur an
undesirable redrawing.

23 years ago(wl-demo): Don't use `selected-frame' redundantly.
yamaoka [Tue, 4 Jul 2000 08:51:18 +0000 (08:51 +0000)]
(wl-demo): Don't use `selected-frame' redundantly.

23 years ago(wl-demo): Make `kill-buffer-hook' buffer-local.
yamaoka [Tue, 4 Jul 2000 08:42:33 +0000 (08:42 +0000)]
(wl-demo): Make `kill-buffer-hook' buffer-local.

23 years ago* wl-draft.el (wl-draft-edit-string): Call
okada [Tue, 4 Jul 2000 03:11:08 +0000 (03:11 +0000)]
* wl-draft.el (wl-draft-edit-string): Call
`wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.

23 years ago(wl-demo): Hide scroll bars, etc. first.
yamaoka [Mon, 3 Jul 2000 13:22:25 +0000 (13:22 +0000)]
(wl-demo): Hide scroll bars, etc. first.

23 years agoFixed folder mode keybind.
kaoru [Sun, 2 Jul 2000 14:25:25 +0000 (14:25 +0000)]
Fixed folder mode keybind.

23 years agoUpdate.
okazaki [Sat, 1 Jul 2000 04:56:14 +0000 (04:56 +0000)]
Update.

23 years ago* wl-summary.el (wl-summary-msgdb-load-async): Call
okazaki [Sat, 1 Jul 2000 04:55:34 +0000 (04:55 +0000)]
* wl-summary.el (wl-summary-msgdb-load-async): Call
`elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.

23 years ago(wl-demo): Don't show scroll bars, gutter tabs or fringes in demo buffer;
yamaoka [Fri, 30 Jun 2000 13:02:36 +0000 (13:02 +0000)]
(wl-demo): Don't show scroll bars, gutter tabs or fringes in demo buffer;
center bitmap logo correctly even if old Mule is used.

23 years agoFix.
teranisi [Fri, 30 Jun 2000 01:25:06 +0000 (01:25 +0000)]
Fix.

23 years ago2000-06-27 MAKINO Takashi <makino@cyber.office.ne.jp>
teranisi [Fri, 30 Jun 2000 01:12:03 +0000 (01:12 +0000)]
2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>

* wl-refile.el (wl-refile-subject-alist): New variable.
(wl-refile-subject-alist-file-name): Ditto.
(wl-refile-alist-setup): Rewrite.
(wl-refile-alist-save): Use `elmo-object-save'.
(wl-refile-learn): Check `wl-refile-guess-func-list'.
(wl-refile-guess-by-subject): New function.
(wl-refile-guess-func-list): Added it.

23 years ago(wl-demo-with-temp-file-buffer): New macro.
yamaoka [Thu, 29 Jun 2000 23:43:13 +0000 (23:43 +0000)]
(wl-demo-with-temp-file-buffer): New macro.
(wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.

23 years agoFix some keybind and function name.
kaoru [Wed, 28 Jun 2000 15:15:03 +0000 (15:15 +0000)]
Fix some keybind and function name.

23 years ago* README: CVS keyword instaed of time-stamp.
kaoru [Wed, 28 Jun 2000 14:21:17 +0000 (14:21 +0000)]
* README: CVS keyword instaed of time-stamp.
* README.ja: Ditto.
* INSTALL: Ditto.
* INSTALL.ja: Ditto.
* doc/wl.texi: Ditto.
* doc/wl-ja.texi: Ditto.

23 years agoUpdate.
teranisi [Wed, 28 Jun 2000 06:33:20 +0000 (06:33 +0000)]
Update.

23 years ago(wl-summary-next): Call `wl-summary-buffer-next-folder-func' if non-nil.
teranisi [Wed, 28 Jun 2000 06:32:04 +0000 (06:32 +0000)]
(wl-summary-next): Call `wl-summary-buffer-next-folder-func' if non-nil.
(wl-summary-prev): Call `wl-summary-buffer-prev-folder-func' if non-nil.

23 years agoUpdate.
teranisi [Wed, 28 Jun 2000 04:47:33 +0000 (04:47 +0000)]
Update.

23 years ago(wl-summary-buffer-prev-folder-func): New buffer-local variable.
teranisi [Wed, 28 Jun 2000 04:45:45 +0000 (04:45 +0000)]
(wl-summary-buffer-prev-folder-func): New buffer-local variable.
(wl-summary-buffer-next-folder-func): Ditto.
(wl-summary-down): Call `wl-summary-buffer-next-folder-func' if non-nil.
(wl-summary-up): Call `wl-summary-buffer-prev-folder-func' if non-nil.

23 years agoTypo fix. More @group. Header @samp markups.
kaoru [Tue, 27 Jun 2000 14:22:53 +0000 (14:22 +0000)]
Typo fix. More @group. Header @samp markups.

23 years agoFix APEL, FLIM and SEMI distribution URL.
kaoru [Sun, 25 Jun 2000 15:14:15 +0000 (15:14 +0000)]
Fix APEL, FLIM and SEMI distribution URL.

23 years agoAdd @group.
kaoru [Sun, 25 Jun 2000 14:24:57 +0000 (14:24 +0000)]
Add @group.
(wl.texi): Add Install subsection.

23 years ago(wl-demo): Don't set the value of `fill-column' permanently in the demo buffer.
yamaoka [Fri, 23 Jun 2000 03:35:47 +0000 (03:35 +0000)]
(wl-demo): Don't set the value of `fill-column' permanently in the demo buffer.

23 years ago2000-06-23 Akira Ohashi <hato@yui.gr.jp>
bg66 [Fri, 23 Jun 2000 02:59:56 +0000 (02:59 +0000)]
2000-06-23  Akira Ohashi  <hato@yui.gr.jp>

        * wl-summary.el (wl-summary-search-by-subject):
        Check message-id field for `Is founded entity myself?'.

23 years agoMore @samp, @code, @var markups.
kaoru [Thu, 22 Jun 2000 18:00:33 +0000 (18:00 +0000)]
More @samp, @code, @var markups.
Add description wl-demo-display-logo, im-wl.el.

23 years agoUpdate.
teranisi [Thu, 22 Jun 2000 10:45:36 +0000 (10:45 +0000)]
Update.

23 years ago(wl-summary-burst-subr): Use `mime-entity-body' and `mime-entity-fetch-field'.
teranisi [Thu, 22 Jun 2000 10:44:02 +0000 (10:44 +0000)]
(wl-summary-burst-subr): Use `mime-entity-body' and `mime-entity-fetch-field'.

23 years agoUpdate.
teranisi [Thu, 22 Jun 2000 02:54:29 +0000 (02:54 +0000)]
Update.

23 years ago(wl-exit): Delete plugged buffer.
teranisi [Thu, 22 Jun 2000 02:52:13 +0000 (02:52 +0000)]
(wl-exit): Delete plugged buffer.

23 years agoUpdate.
teranisi [Thu, 22 Jun 2000 02:30:38 +0000 (02:30 +0000)]
Update.

23 years ago(wl-draft-overload-menubar): Override menubar only when XEmacs has menubar
teranisi [Thu, 22 Jun 2000 02:19:13 +0000 (02:19 +0000)]
(wl-draft-overload-menubar): Override menubar only when XEmacs has menubar
 feature.