hmurata [Wed, 20 Aug 2003 03:02:30 +0000 (03:02 +0000)]
Version number is increased to 2.11.8.
yoichi [Tue, 19 Aug 2003 16:22:14 +0000 (16:22 +0000)]
Cosmetic fix
yoichi [Tue, 19 Aug 2003 14:48:42 +0000 (14:48 +0000)]
update on sync-range
yoichi [Tue, 19 Aug 2003 13:12:34 +0000 (13:12 +0000)]
* wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
teranisi [Tue, 19 Aug 2003 13:09:16 +0000 (13:09 +0000)]
* wl-vars.el (wl-default-sync-range): Removed first: and last:.
teranisi [Tue, 19 Aug 2003 12:36:13 +0000 (12:36 +0000)]
* wl-summary.el (wl-summary-sync): Treat no-sync.
* wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
yoichi [Mon, 18 Aug 2003 13:55:17 +0000 (13:55 +0000)]
Fix description of wl-folder-sync-range-alist, suggested by HIROSE Masaaki.
(no need to update wl.texi)
yoichi [Mon, 18 Aug 2003 12:16:12 +0000 (12:16 +0000)]
cosmetic fix
hmurata [Mon, 18 Aug 2003 04:00:38 +0000 (04:00 +0000)]
* wl-refile.el (wl-refile-subject-learn): Call
`elmo-message-entity-field' with 3rd argument is non-nil.
(wl-refile-guess-by-subject): Use `elmo-message-entity-field'
instead of `elmo-msgdb-overview-entity-get-subject'.
teranisi [Thu, 14 Aug 2003 12:18:05 +0000 (12:18 +0000)]
* elmo.el (elmo-folder-detach-messages): Undo last change.
teranisi [Wed, 13 Aug 2003 14:51:40 +0000 (14:51 +0000)]
* elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
* elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
only when src folder type is pop3.
teranisi [Tue, 12 Aug 2003 16:54:53 +0000 (16:54 +0000)]
* wl-summary.el (wl-summary-delete-all-temp-marks): Remove scored mark too when
new optional argument force is non-nil.
(wl-summary-save-view-cache): Call it with force argument non-nil.
teranisi [Tue, 12 Aug 2003 15:23:45 +0000 (15:23 +0000)]
* wl-summary.el (wl-summary-goto-folder-subr): Rescan if scan-type is rescan.
(wl-summary-delete-all-temp-marks): Remove scored mark too.
* wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
teranisi [Tue, 12 Aug 2003 08:37:06 +0000 (08:37 +0000)]
* elmo-msgdb.el (elmo-msgdb-make-index): Use
elmo-msgdb-overview-entity-get-number instead of
elmo-message-entity-number.
hmurata [Tue, 12 Aug 2003 07:04:56 +0000 (07:04 +0000)]
* wl-action.el (wl-summary-print-argument): Fixed last change.
hmurata [Mon, 11 Aug 2003 03:03:32 +0000 (03:03 +0000)]
* wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
simplified.
(wl-summary-target-mark-mark-as-unread): Likewise.
(wl-summary-target-mark-mark-as-important): Likewise.
yoichi [Sun, 10 Aug 2003 23:12:13 +0000 (23:12 +0000)]
* wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
* wl-summary.el (wl-summary-mark-as-important): Arranged.
(wl-summary-mark-as-important-region): Change accordingly.
(wl-summary-target-mark-mark-as-important): Ditto.
hmurata [Sat, 9 Aug 2003 18:39:16 +0000 (18:39 +0000)]
* wl-vars.el (wl-summary-print-argument-within-window): New variable.
* wl-action.el (wl-summary-print-argument): Print argument to
right side of window if `wl-summary-print-argument-within-window'
is non-nil.
teranisi [Sat, 9 Aug 2003 12:56:48 +0000 (12:56 +0000)]
* wl-action.el (wl-summary-set-mark): Use
`wl-summary-message-visible-p' to check visibility of the message
and jump to message only when the message line is visible and have
different number; Call wl-summary-unset-mark with number argument.
(wl-summary-unset-mark):
Use `wl-summary-message-visible-p'
to check visibility of the message and jump to message only when
the message line is visible and have different number;
hmurata [Sat, 9 Aug 2003 08:14:43 +0000 (08:14 +0000)]
* wl.el (wl-check-variables-2): Don't check wl-summary-line-format
and wl-folder-summary-line-format.
* wl-summary.el (wl-summary-message-visible-p): New inline function.
(wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
(wl-summary-set-score-mark): Use it.
(wl-summary-target-mark-mark-as-read): Ditto.
(wl-summary-target-mark-mark-as-unread): Ditto.
(wl-summary-target-mark-mark-as-important): Ditto.
(wl-summary-target-mark-msgs): Simplified.
(wl-summary-detect-mark-position): Fixed problem when
summary-line-format no contain persisten/temp mark spec.
(wl-summary-temp-mark): Ditto.
(wl-summary-persistent-mark): Ditto.
(wl-summary-update-persistent-mark): Ditto.
* wl-action.el (wl-summary-set-mark): Ditto.
(wl-summary-unset-mark): Ditto.
All other related portions are changed.
hmurata [Sat, 9 Aug 2003 08:11:46 +0000 (08:11 +0000)]
Version number is increased to 2.11.7.
teranisi [Thu, 7 Aug 2003 14:30:25 +0000 (14:30 +0000)]
* elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
function.
* elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
(elmo-msgdb-merge): New function.
(elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
(elmo-msgdb-make-index): Rewrite.
teranisi [Thu, 7 Aug 2003 14:24:21 +0000 (14:24 +0000)]
Version number is increased to 2.11.6.
teranisi [Thu, 7 Aug 2003 14:04:31 +0000 (14:04 +0000)]
Fixed last change.
teranisi [Thu, 7 Aug 2003 12:58:38 +0000 (12:58 +0000)]
* elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
use it as a the path for loading message entities.
* elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
teranisi [Tue, 5 Aug 2003 14:58:02 +0000 (14:58 +0000)]
* elmo-filter.el (elmo-folder-set-message-modified): Set
message-modified slot of itself if it does not require target msgdb.
teranisi [Tue, 5 Aug 2003 14:41:59 +0000 (14:41 +0000)]
* wl-util.el (wl-current-message-buffer): Define as function;
Don't use the value of wl-messge-buffer.
* wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
persistent mark.
* wl-mime.el (wl-draft-yank-current-message-entity): If there's
no current message, cause an error.
* elmo-mime.el (elmo-mime-message-display): Display message entirely
if folder length is zero.
(elmo-mime-display-as-is): Ditto.
* elmo-multi.el (elmo-folder-set-message-modified): Ditto.
teranisi [Mon, 4 Aug 2003 02:47:33 +0000 (02:47 +0000)]
* elmo-filter.el (elmo-folder-set-message-modified): Define.
* elmo-multi.el (elmo-folder-set-message-modified): Ditto.
hmurata [Sun, 3 Aug 2003 16:18:11 +0000 (16:18 +0000)]
* wl-summary.el (wl-summary-set-message-modified): Use
elmo-folder-set-message-modified instead of
elmo-folder-set-message-modified-internal.
* elmo.el (elmo-folder-set-message-modified): New method.
(elmo-generic-folder-commit): Use it.
(elmo-folder-synchronize): Ditto.
* elmo-pipe.el (elmo-folder-set-message-modified): Define.
(elmo-folder-commit): Remove duplicate definition.
yoichi [Sun, 3 Aug 2003 04:05:50 +0000 (04:05 +0000)]
fix: ~ -> \~{}
teranisi [Sun, 3 Aug 2003 03:02:35 +0000 (03:02 +0000)]
* wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
interactively.
(wl-summary-sync): nokill->entirely.
(wl-summary-sync-marks): Fixed message.
(wl-summary-input-range): Added mark, nokill->entirely.
* wl-score.el (wl-summary-score-update-all-lines): Set expunged
messages as read.
yoichi [Sun, 3 Aug 2003 02:01:45 +0000 (02:01 +0000)]
update description for ri(summary), ti(summary), mi(summary)
yoichi [Sun, 3 Aug 2003 01:26:42 +0000 (01:26 +0000)]
wl*.texi: Add wl-summary-resend, wl-summary-delete.
Change description of wl-summary-prefetch to put mark.
wl-refcard*.texi: Move prefetch to mark section.
yoichi [Sat, 2 Aug 2003 16:52:02 +0000 (16:52 +0000)]
Fix doc
teranisi [Sat, 2 Aug 2003 16:49:05 +0000 (16:49 +0000)]
* wl-summary.el (wl-summary-sync): Undo last rescan changes.
(wl-summary-input-range): Ditto.
teranisi [Sat, 2 Aug 2003 16:42:12 +0000 (16:42 +0000)]
* wl-summary.el (wl-summary-input-range): Abolish all-noscore and
update-noscore.
(wl-summary-sync): Follow the change above.
teranisi [Sat, 2 Aug 2003 16:05:30 +0000 (16:05 +0000)]
* elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
* wl-summary.el (wl-summary-sync): Rearrange rescan.
(wl-summary-input-range): Added rescan-nokill.
hmurata [Sat, 2 Aug 2003 15:36:28 +0000 (15:36 +0000)]
* elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
(elmo-strict-folder-diff): Ditto.
(elmo-folder-set-info-max-by-numdb): Simplify.
* elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
elmo-msgdb-list-messages.
* elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
(elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
hmurata [Sat, 2 Aug 2003 15:35:50 +0000 (15:35 +0000)]
* wl-action.el (wl-summary-target-mark-all): Use
elmo-folder-list-messages.
teranisi [Sat, 2 Aug 2003 15:07:32 +0000 (15:07 +0000)]
* elmo.el (elmo-folder-list-messages): Treat killed-list only when
visible-only is non-nil.
(elmo-folder-confirm-appends): Changed message.
(elmo-folder-synchronize): Added argument disable-killed.
* elmo-multi.el (elmo-folder-synchronize): Added argument disable-killed.
* elmo-pipe.el (elmo-folder-synchronize): Ditto.
* wl-summary.el (wl-summary-rescan): Added argument disable-kill
(wl-summary-rescan): Set wl-summary-scored as nil.
(wl-summary-sync-force-update): Follow the change above.
(wl-summary-sync): Ditto.
(wl-summary-sync-update): Added argument disable-killed.
(wl-summary-insert-headers): Set visible-only argument for
elmo-folder-list-messages.
(wl-summary-input-range): Added update-nokill, update-noscore,
all-nokill, all-noscore and mark.
teranisi [Sat, 2 Aug 2003 14:58:52 +0000 (14:58 +0000)]
Version number is increased to 2.11.5.
yoichi [Sat, 2 Aug 2003 08:14:13 +0000 (08:14 +0000)]
update
yoichi [Sat, 2 Aug 2003 08:06:12 +0000 (08:06 +0000)]
update on temp mark execution
yoichi [Sat, 2 Aug 2003 07:55:24 +0000 (07:55 +0000)]
summary mark: "D"->"d"
teranisi [Sat, 2 Aug 2003 07:30:06 +0000 (07:30 +0000)]
* elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
elmo-list-filter.
* elmo-util.el (elmo-list-filter): Simplify.
teranisi [Sat, 2 Aug 2003 06:47:04 +0000 (06:47 +0000)]
Fixed last change.
teranisi [Sat, 2 Aug 2003 06:41:46 +0000 (06:41 +0000)]
Fixed last change.
teranisi [Sat, 2 Aug 2003 06:39:32 +0000 (06:39 +0000)]
* wl-draft.el (wl-draft): Set buffer-undo-list as nil.
* elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
(elmo-folder-set-info-max-by-numdb): Changed argument to number list.
(elmo-generic-folder-diff): Abolish argument.
(elmo-msgdb-load): Don't use number-alist.
* elmo-filter.el (elmo-folder-diff): Abolish argument.
* elmo-pipe.el (elmo-folder-diff): Ditto.
* elmo-nmz.el (elmo-folder-diff): Ditto.
* elmo-net.el (elmo-folder-diff): Ditto.
* elmo-maildir.el (elmo-folder-diff): Ditto.
* elmo-imap4.el (elmo-folder-diff-async): Ditto.
* elmo-multi.el (elmo-folder-diff): Ditto
(elmo-multi-folder-diff): Rewrite.
hmurata [Sat, 2 Aug 2003 01:58:58 +0000 (01:58 +0000)]
* elmo-pipe.el (elmo-folder-msgdb): Define.
teranisi [Fri, 1 Aug 2003 17:17:13 +0000 (17:17 +0000)]
* elmo.el (elmo-message-set-cached): Define as a method.
* elmo-pipe.el (elmo-message-set-cached): Define.
(elmo-find-fetch-strategy): Ditto.
* elmo-multi.el (elmo-message-set-cached): Define.
(elmo-find-fetch-strategy): Rewrite.
* elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
teranisi [Fri, 1 Aug 2003 16:19:39 +0000 (16:19 +0000)]
* elmo-pipe.el (elmo-message-folder): Fixed definition.
yoichi [Fri, 1 Aug 2003 00:32:05 +0000 (00:32 +0000)]
(wl-summary-prefetch-msg): Update docstring.
yoichi [Thu, 31 Jul 2003 23:26:25 +0000 (23:26 +0000)]
* wl-address.el (wl-complete-field-to): Abolished.
(wl-complete-address): Completion function for completing-read.
* wl-action.el (wl-summary-get-resend-address): Use it.
* wl-summary.el (wl-summary-update-persistent-mark): Renamed from
wl-summary-update-mark and abolish unused argument.
(wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
(wl-summary-delete-cache, wl-summary-resume-cache-status)
(wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
(wl-summary-mark-as-important, wl-summary-redisplay-internal)
(wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
* wl-draft.el (wl-draft-kill): Ditto.
* wl-summary.el: Remove unused binding of case-fold-search.
(wl-summary-replace-status-marks): Abolished.
* wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
(wl-summary-prefetch-region-no-mark): Change accordingly.
* wl-action.el (wl-summary-exec-action-prefetch): Ditto.
yoichi [Thu, 31 Jul 2003 00:08:07 +0000 (00:08 +0000)]
* check-modules.el (test-shimbun): Check `shimbun-server'.
teranisi [Wed, 30 Jul 2003 13:30:53 +0000 (13:30 +0000)]
* elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
instead of number-alist.
teranisi [Wed, 30 Jul 2003 04:18:12 +0000 (04:18 +0000)]
* elmo-localdir.el (elmo-folder-append-messages): Don't refer
mark nor message-id when msgdb of source folder is not loaded.
* elmo.el (elmo-generic-folder-append-messages): Ditto.
* elmo-maildir.el (elmo-folder-append-messages): Ditto.
teranisi [Tue, 29 Jul 2003 13:49:55 +0000 (13:49 +0000)]
Fixed.
teranisi [Tue, 29 Jul 2003 13:49:34 +0000 (13:49 +0000)]
* wl-action.el (wl-summary-set-mark): Fixed last change, again.
teranisi [Tue, 29 Jul 2003 13:37:21 +0000 (13:37 +0000)]
* wl-action.el (wl-summary-set-mark): Fixed last change.
teranisi [Tue, 29 Jul 2003 11:43:47 +0000 (11:43 +0000)]
* wl-action.el (wl-summary-set-mark): Cause an error when no message.
* elmo.el (elmo-folder-length): Don't require msgdb.
hmurata [Tue, 29 Jul 2003 04:23:16 +0000 (04:23 +0000)]
* wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
(wl-folder-archive-current-entity): Ditto.
teranisi [Mon, 28 Jul 2003 14:03:53 +0000 (14:03 +0000)]
* wl-summary.el (wl-summary-update-mark): Ignore errors while
retrieving message mark.
(wl-summary-redisplay-internal): Ditto.
* wl-message.el (wl-message-buffer-display): Ignore errors while
retrieving message-id field.
* elmo.el (elmo-message-mark): Cause an error when empty folder.
(elmo-message-field): Ditto.
teranisi [Mon, 28 Jul 2003 13:29:42 +0000 (13:29 +0000)]
* wl-expire.el (wl-expire-refile-with-copy-reserve-msg): Follow the change
in the order of the arguments for `wl-expire-message-p'.
(Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
teranisi [Mon, 28 Jul 2003 06:32:27 +0000 (06:32 +0000)]
* elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
(elmo-map-folder-list-message-locations): Setup `answered-locations'
slot.
(elmo-map-folder-list-answereds): Define.
(elmo-maildir-list-location): Treat 'R' info.
(elmo-folder-msgdb-create): Treat flag-table.
(elmo-folder-append-messages): Save flag-table.
teranisi [Mon, 28 Jul 2003 06:12:16 +0000 (06:12 +0000)]
* wl-expire.el (wl-summary-expire): Fixed 2nd argument for wl-append.
(Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
teranisi [Mon, 28 Jul 2003 04:12:23 +0000 (04:12 +0000)]
* wl-summary.el (wl-summary-target-mark-reply-with-citation):
Check return value of wl-summary-reply.
(wl-summary-reply): Recover window configuration when an error occured.
yoichi [Sun, 27 Jul 2003 15:06:47 +0000 (15:06 +0000)]
* wl-summary.el (wl-summary-resend-message): Abolished, the
feature is inherited by wl-summary-resend (put resend mark).
hmurata [Sun, 27 Jul 2003 02:46:52 +0000 (02:46 +0000)]
(wl-summary-toggle-disp-msg): Set
wl-message-buffer to nil when the message is hide.
hmurata [Sat, 26 Jul 2003 18:54:50 +0000 (18:54 +0000)]
* doc/.cvsignore: New file.
* wl/.cvsignore: New file.
yoichi [Sat, 26 Jul 2003 14:31:44 +0000 (14:31 +0000)]
delete->dispose (summary)
yoichi [Sat, 26 Jul 2003 12:14:56 +0000 (12:14 +0000)]
(wl-summary-unregister-target-mark): Store result to the variable.
yoichi [Sat, 26 Jul 2003 11:57:13 +0000 (11:57 +0000)]
* wl-action.el (wl-summary-target-mark): Remove duplicate definition.
yoichi [Sat, 26 Jul 2003 11:34:19 +0000 (11:34 +0000)]
(wl-summary-define-mark-action): Functions wl-summary-*-region
keep current position.
yoichi [Sat, 26 Jul 2003 11:26:58 +0000 (11:26 +0000)]
* wl-action.el (wl-summary-target-mark-region): Remove duplicate definition.
yoichi [Sat, 26 Jul 2003 10:56:14 +0000 (10:56 +0000)]
* wl-action.el (wl-summary-action-docstring): Add more info.
yoichi [Sat, 26 Jul 2003 10:01:55 +0000 (10:01 +0000)]
declare wl-delete-folder-alist as obsolete
yoichi [Sat, 26 Jul 2003 07:44:28 +0000 (07:44 +0000)]
add: use hash table for .addresses
yoichi [Sat, 26 Jul 2003 07:42:22 +0000 (07:42 +0000)]
update
yoichi [Sat, 26 Jul 2003 07:27:22 +0000 (07:27 +0000)]
delete->dispose (summary mark operation)
remove description of wl-summary-erase
yoichi [Sat, 26 Jul 2003 06:09:57 +0000 (06:09 +0000)]
remove Japanese word
teranisi [Thu, 24 Jul 2003 11:55:48 +0000 (11:55 +0000)]
2002-05-05 David Smith <ultrasoul@ultrasoul.com>
* elmo-imap4.el (elmo-imap4-folder-diff-plugged):
Use SELECT when elmo-imap4-use-select-to-update-status is t.
hmurata [Thu, 24 Jul 2003 07:33:58 +0000 (07:33 +0000)]
* elmo.el (elmo-generic-folder-append-messages): Fixed last change.
* elmo-localdir.el (elmo-folder-append-messages): Set flag as
'read when mark is null.
teranisi [Thu, 24 Jul 2003 05:52:40 +0000 (05:52 +0000)]
Update.
teranisi [Thu, 24 Jul 2003 05:34:56 +0000 (05:34 +0000)]
Updated.
teranisi [Thu, 24 Jul 2003 04:49:44 +0000 (04:49 +0000)]
Added missing file.
teranisi [Thu, 24 Jul 2003 04:48:26 +0000 (04:48 +0000)]
elmo-mark branch is merged.
teranisi [Thu, 24 Jul 2003 04:31:52 +0000 (04:31 +0000)]
Version number is increased to 2.11.4.
yoichi [Fri, 18 Jul 2003 15:29:56 +0000 (15:29 +0000)]
* wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
mean move up and down. (suggested by Takashi Kawachi)
teranisi [Thu, 17 Jul 2003 11:48:27 +0000 (11:48 +0000)]
* wl-draft.el (wl-draft-normal-send-func): Fixed last change.
teranisi [Wed, 16 Jul 2003 01:03:36 +0000 (01:03 +0000)]
2003-07-15 Mito <mito@mxa.nes.nec.co.jp>
* wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
'%%'.
teranisi [Tue, 15 Jul 2003 16:06:41 +0000 (16:06 +0000)]
* wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing empty lines.
teranisi [Sat, 12 Jul 2003 02:37:17 +0000 (02:37 +0000)]
* elmo-nntp.el (elmo-folder-initialize): Don't use
elmo-nntp-default-user if zero-length username is specified
explicitly.
yoichi [Fri, 11 Jul 2003 21:28:01 +0000 (21:28 +0000)]
* wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
default values along the value of wl-on-mule.
(from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
* wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
It is not used anywhere.
yoichi [Sat, 5 Jul 2003 16:32:04 +0000 (16:32 +0000)]
* elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
server name in case with username.
(XXX: this is ad-hoc fix against username includes "@", it
should be solved fundamentally)
yoichi [Sat, 5 Jul 2003 09:02:47 +0000 (09:02 +0000)]
Fixed the last change since (string= "nil" nil) returns t
yoichi [Sat, 5 Jul 2003 08:11:56 +0000 (08:11 +0000)]
* elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
user name if it is equal to elmo-nntp-default-user.
yoichi [Sat, 5 Jul 2003 05:17:25 +0000 (05:17 +0000)]
* elmo-nntp.el (elmo-nntp-debug): New function.
(elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
(elmo-network-authenticate-session): Hide auth-info from the log.
yoichi [Sat, 5 Jul 2003 05:16:32 +0000 (05:16 +0000)]
add history
yoichi [Sat, 5 Jul 2003 04:59:08 +0000 (04:59 +0000)]
cosmetic fix
kaoru [Tue, 1 Jul 2003 22:34:38 +0000 (22:34 +0000)]
* ptexinfmt.el: @verb, @tie, @/ support.
(ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
Use `ptexinfmt-disable-broken-notice-flag' instead.