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.
kaoru [Tue, 1 Jul 2003 22:25:45 +0000 (22:25 +0000)]
Import from emacs-w3m. Thanks to Yamaoka-san.
* doc/ptexinfmt.el: Modify it not to use APEL functions.
yoichi [Fri, 27 Jun 2003 14:35:49 +0000 (14:35 +0000)]
merge from INSTALL.ja
kaoru [Fri, 27 Jun 2003 05:57:30 +0000 (05:57 +0000)]
Added check-envroment section. Thanks to yoichi.
yoichi [Mon, 16 Jun 2003 13:31:31 +0000 (13:31 +0000)]
fix typo
yoichi [Mon, 16 Jun 2003 13:20:38 +0000 (13:20 +0000)]
* wl-summary.el (wl-summary-print-destination): Keep position.
(wl-summary-cursor-move-surface): Keep horisontal position.
kaoru [Sun, 15 Jun 2003 23:16:38 +0000 (23:16 +0000)]
Fix indent and comment style.
teranisi [Sat, 7 Jun 2003 04:59:46 +0000 (04:59 +0000)]
* elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server instead of
shimbun-server-internal;
Use shimbun-current-group instead of shimbun-current-group-internal.
(elmo-folder-plugged-p): Use shimbun-server instead of shimbun-server-internal.
(elmo-folder-set-plugged): Ditto.
(elmo-net-port-info): Ditto.
(elmo-folder-check): Ditto.
(elmo-folder-expand-msgdb-path): Ditto.
(elmo-folder-list-subfolders): Ditto.
kaoru [Fri, 6 Jun 2003 03:42:46 +0000 (03:42 +0000)]
Update to APEL 10.5.
kaoru [Thu, 5 Jun 2003 22:17:11 +0000 (22:17 +0000)]
* WL-MK: Remove comment out code. Fix indent.
kaoru [Thu, 5 Jun 2003 21:59:11 +0000 (21:59 +0000)]
Update to version 2003-05-04.08.
yoichi [Thu, 29 May 2003 22:29:25 +0000 (22:29 +0000)]
* wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
write sendlog.
yoichi [Wed, 28 May 2003 10:49:26 +0000 (10:49 +0000)]
* wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
`wl-summary-highlight'.
yoichi [Mon, 26 May 2003 14:56:33 +0000 (14:56 +0000)]
* wl-highlight.el (wl-highlight-summary-current-line): Remove
trivial condition for temp-mark.
yoichi [Sat, 24 May 2003 12:32:35 +0000 (12:32 +0000)]
* wl-message.el (wl-message-buffer-cache-add): Create new buffer
when it hits killed buffer.
yoichi [Sat, 17 May 2003 17:10:52 +0000 (17:10 +0000)]
* elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
Convert field-name to lower case.
(elmo-msgdb-overview-entity-set-extra-field): Ditto.
yoichi [Mon, 12 May 2003 14:05:47 +0000 (14:05 +0000)]
remove redundant format call in error
yoichi [Mon, 12 May 2003 13:55:14 +0000 (13:55 +0000)]
`message' and `error' take format string.
yoichi [Sun, 11 May 2003 07:44:29 +0000 (07:44 +0000)]
* wl-folder (wl-folder-insert-entity): Display a message,
`...done', when the work finish.
(from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
yoichi [Sat, 10 May 2003 17:55:33 +0000 (17:55 +0000)]
Update and merge from wl-2_10.
hmurata [Sun, 4 May 2003 03:15:47 +0000 (03:15 +0000)]
* wl-message.el (wl-message-redisplay): Remove unused local
variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
yoichi [Wed, 30 Apr 2003 01:50:45 +0000 (01:50 +0000)]
* wl-summary.el (wl-summary-toggle-disp-msg): Support lazy highlighting.
yoichi [Wed, 30 Apr 2003 01:27:59 +0000 (01:27 +0000)]
(wl-highlight-summary-window): Fix comment.
yoichi [Wed, 30 Apr 2003 01:17:15 +0000 (01:17 +0000)]
* wl-summary.el (wl-summary-replace-status-marks): Disable
interactive use.
(wl-summary-reedit): Check message existence at first.
(wl-summary-mark-line): Fix doc, return value is indefinite.
* wl-highlight.el (wl-highlight-message): Arranged.
* wl-highlight.el (wl-highlight-summary-current-line): Abolish
unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
check temp-mark by wl-summary-temp-mark always.
(wl-highlight-summary): Change accordingly.
* wl-summary.el (wl-summary-mark-as-read-all)
(wl-summary-delete-cache, wl-summary-set-score-mark)
(wl-summary-mark-as-unread, wl-summary-unmark)
(wl-summary-mark-line, wl-summary-mark-as-read)
(wl-summary-mark-as-important): Ditto.
* wl-highlight.el (wl-highlight-summary-window): Re-calculate the
end of the window if possible.
* wl-summary.el (wl-summary-sync-update): Support lazy
highlighting.
yoichi [Tue, 22 Apr 2003 14:32:08 +0000 (14:32 +0000)]
Add range "no-sync" to wl-folder-sync-range-alist.
(Suggested by David Edmondson)
yoichi [Sat, 12 Apr 2003 07:00:58 +0000 (07:00 +0000)]
Update.
yoichi [Sat, 12 Apr 2003 06:38:17 +0000 (06:38 +0000)]
Fixed the last change.
hmurata [Thu, 10 Apr 2003 00:14:49 +0000 (00:14 +0000)]
* elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
yoichi [Wed, 9 Apr 2003 00:04:51 +0000 (00:04 +0000)]
* wl-util.el (wl-as-coding-system): Define for non-mule too.
yoichi [Tue, 8 Apr 2003 23:18:41 +0000 (23:18 +0000)]
INSTALL, INSTALL.ja: Write about WL-CFG.
WL-CFG: Add comment.
yoichi [Tue, 8 Apr 2003 12:30:04 +0000 (12:30 +0000)]
* WL-MK: Nil for wl-info-lang means do nothing on info.
yoichi [Sun, 30 Mar 2003 09:28:19 +0000 (09:28 +0000)]
* wl/wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
cut visible folder when elmo-folder-delete returns non-nil value.
* elmo/elmo.el (elmo-folder-delete): Confirm deletion here, return t if
the folder has been deleted successfully.
* elmo/elmo-imap4.el (elmo-folder-delete): Ditto.
* elmo/elmo-archive.el (elmo-folder-delete): Ditto.
* elmo/elmo-localdir.el (elmo-folder-delete): Ditto.
* elmo/elmo-maildir.el (elmo-folder-delete): Ditto.
yoichi [Sun, 30 Mar 2003 07:40:49 +0000 (07:40 +0000)]
* wl-draft.el (wl-draft-send-confirm): Display more info (advised
by Kenichi OKADA <okada@opaopa.org>).
yoichi [Fri, 28 Mar 2003 14:14:03 +0000 (14:14 +0000)]
* wl-folder.el (wl-folder-open-all): Fix to get proper entity.
okazaki [Thu, 27 Mar 2003 08:18:52 +0000 (08:18 +0000)]
Update.
okazaki [Thu, 27 Mar 2003 08:17:41 +0000 (08:17 +0000)]
* elmo-util.el (elmo-string-member-ignore-case): New function.
* elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
(elmo-imap4-fetch-callback-1-subr): Likewise.
okazaki [Thu, 27 Mar 2003 07:54:50 +0000 (07:54 +0000)]
Update.
okazaki [Thu, 27 Mar 2003 07:52:45 +0000 (07:52 +0000)]
* elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
the case of the name attribute "\Noselect".
(Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>)
yoichi [Mon, 24 Mar 2003 18:04:25 +0000 (18:04 +0000)]
Folder name completion has been improved.
yoichi [Wed, 19 Mar 2003 13:56:11 +0000 (13:56 +0000)]
Fixed my address.
yoichi [Wed, 19 Mar 2003 13:54:49 +0000 (13:54 +0000)]
* wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
Fixed the last change, search group entity by its real name.
(Thanks to: KOBAYASHI Shinji)
yoichi [Wed, 12 Mar 2003 12:56:44 +0000 (12:56 +0000)]
* wl-expire.el (wl-folder-archive-current-entity)
(wl-folder-expire-current-entity): Don't refer visible name.
* wl-folder.el (wl-folder-jump-to-current-entity): Ditto
(wl-folder-folder-name, wl-folder-entity-name): Abolished.
yoichi [Wed, 12 Mar 2003 05:58:25 +0000 (05:58 +0000)]
* wl-fldmgr.el (wl-fldmgr-rename): Don't refer visible name.
(wl-fldmgr-sort,wl-fldmgr-access-display-all): Ditto.
* wl-folder.el (wl-folder-jump-to-current-entity)
(wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
(wl-folder-open-folder-sub,wl-folder-open-all)
(wl-folder-write-current-folder): Ditto.
(wl-folder-insert-entity): Don't use petname for normal group.
* wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
is the real name.
okada [Wed, 5 Mar 2003 16:51:04 +0000 (16:51 +0000)]
* wl-draft.el (wl-draft-create-buffer): Add
`wl-summary-reply-with-citation'
yoichi [Sun, 2 Mar 2003 01:52:00 +0000 (01:52 +0000)]
2003-03-02 Jeremy Shaw <jeremy.shaw@lindows.com>
* wl-draft.el (wl-draft-reply): Fixed.
yoichi [Fri, 28 Feb 2003 14:29:37 +0000 (14:29 +0000)]
* wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
when `wl-draft-send-confirm-with-preview' is non-nil.
You can scroll up/down by j/k.
(wl-draft-send-confirm-with-preview): New variable (default=t).
yoichi [Tue, 25 Feb 2003 16:34:46 +0000 (16:34 +0000)]
* wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
(wl-fldmgr-save-folders): Fix comment.
yoichi [Mon, 24 Feb 2003 09:54:19 +0000 (09:54 +0000)]
* wl-folder.el (wl-folder-update-line): Fix.
yoichi [Tue, 18 Feb 2003 13:37:50 +0000 (13:37 +0000)]
Fix.
yoichi [Tue, 18 Feb 2003 13:34:58 +0000 (13:34 +0000)]
* wl-folder.el (wl-folder-update-recursive-current-entity): Fix
along the last change in `wl-folder-buffer-group-p'.
yoichi [Sun, 16 Feb 2003 18:29:58 +0000 (18:29 +0000)]
* wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
folder.
yoichi [Sun, 16 Feb 2003 16:55:21 +0000 (16:55 +0000)]
* wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
the default value.
yoichi [Sun, 16 Feb 2003 16:05:46 +0000 (16:05 +0000)]
* wl-mime.el (wl-summary-burst): Update summary only when target
folder equals current folder.
yoichi [Sun, 16 Feb 2003 12:28:22 +0000 (12:28 +0000)]
* elmo.el (elmo-folder-rename-internal): New method to cause error.
yoichi [Sun, 16 Feb 2003 08:12:48 +0000 (08:12 +0000)]
* wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
yoichi [Sun, 16 Feb 2003 08:09:31 +0000 (08:09 +0000)]
* elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
flist, is not always a member of onum-alist.
yoichi [Fri, 14 Feb 2003 17:09:04 +0000 (17:09 +0000)]
Write more about elmo-split.
(Apply patch by Kitamoto Tsuyoshi)
yoichi [Fri, 14 Feb 2003 12:43:06 +0000 (12:43 +0000)]
* wl-vars.el (wl-folder-hierarchy-access-folders): Change default
value.
yamaoka [Fri, 14 Feb 2003 01:28:20 +0000 (01:28 +0000)]
* wl-xmas.el (wl-xmas-highlight-folder-group-line): Use `map-extents' instead
of `extent-at' repeatedly.
(wl-highlight-folder-current-line): Ditto.
* wl-highlight.el: Remove useless dummy functions.
yoichi [Thu, 13 Feb 2003 20:35:37 +0000 (20:35 +0000)]
* wl-folder.el (wl-folder-buffer-group-p): Rewritten.
(wl-folder-put-folder-property): New function to put text property.
(wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
(wl-folder-insert-entity, wl-folder-update-diff-line)
(wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
* wl-e21.el, wl-xmas.el, wl-mule.el
(wl-highlight-folder-current-line): Ditto.
* wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
(wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
(wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
(wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
yoichi [Thu, 13 Feb 2003 20:21:12 +0000 (20:21 +0000)]
* Version number is increased to 2.11.3.
yoichi [Thu, 13 Feb 2003 05:08:41 +0000 (05:08 +0000)]
* wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
Resume current-buffer since it is assumed by remaining tasks.
yoichi [Wed, 12 Feb 2003 00:37:49 +0000 (00:37 +0000)]
* wl-folder.el (wl-folder-complete-folder-candidate): New variable.
(wl-folder-completion-function): Abolished.
(wl-folder-complete-folder): New function.
(wl-folder-complete-filter-condition): Ditto.
* wl-summary.el (wl-summary-read-folder): Change accordingly.
* wl-fldmgr.el (wl-fldmgr-add): Ditto.
yoichi [Tue, 11 Feb 2003 13:15:18 +0000 (13:15 +0000)]
* wl-draft.el (wl-draft-send-confirm): Add comment.
yoichi [Tue, 11 Feb 2003 13:01:08 +0000 (13:01 +0000)]
* wl-draft.el (wl-draft-send-confirm): New function.
(wl-draft-send): Use it.
* wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
cursor-in-echo-area while confirming.
yoichi [Tue, 11 Feb 2003 12:54:26 +0000 (12:54 +0000)]
Fixed parenthesis.
yoichi [Tue, 11 Feb 2003 10:46:21 +0000 (10:46 +0000)]
* wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
* wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
searching via nntp if wl-summary-search-via-nntp is 'force.
Otherwise, invoke searching in nntp folder only.
* wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
yoichi [Tue, 11 Feb 2003 10:27:58 +0000 (10:27 +0000)]
* wl-vars.el (wl-summary-search-via-nntp): Fix range for custom.
yoichi [Mon, 10 Feb 2003 16:29:55 +0000 (16:29 +0000)]
* wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
explicitly for mime-make-text-tag.
kaoru [Mon, 10 Feb 2003 14:53:45 +0000 (14:53 +0000)]
* check-modules.el (test-semi-mime-edit): Check
`mime-make-text-tag'.
kaoru [Mon, 10 Feb 2003 14:52:56 +0000 (14:52 +0000)]
* wl-draft.el (wl-draft-remove-text-plain-tag): Use
`mime-make-text-tag' instead of `mime-create-tag'.
yoichi [Mon, 10 Feb 2003 06:01:49 +0000 (06:01 +0000)]
* elmo-maildir.el (elmo-folder-rename-internal): New method,
copied from localdir's one.
yoichi [Mon, 10 Feb 2003 05:12:28 +0000 (05:12 +0000)]
* wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
(wl-fldmgr-add-completion-subr): Rewrite conditional.
yoichi [Mon, 10 Feb 2003 04:24:28 +0000 (04:24 +0000)]
* elmo-pipe.el (elmo-folder-rename): New method, rename
destination folder with leaving source folder as it is.
yoichi [Sat, 8 Feb 2003 06:44:28 +0000 (06:44 +0000)]
* wl-score.el (wl-score-save): Bind print-length and print-level.
(wl-score-pretty-print): Ditto.
(wl-score-edit-insert-header-entry): Ditto.
yoichi [Fri, 7 Feb 2003 16:30:04 +0000 (16:30 +0000)]
* wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
"From" entry to be treated with wl-draft-eword-encode-address-list.
* wl-mime.el (wl-draft-preview-message): Ditto.
yoichi [Fri, 7 Feb 2003 16:20:24 +0000 (16:20 +0000)]
* WL-MK (make-wl-news): Don't use replace-regexp.
yoichi [Fri, 7 Feb 2003 16:19:12 +0000 (16:19 +0000)]
2003-02-08 KAMO Tomoyuki <kamo@ITmanage.co.jp>
* elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
replace-regexp.
yoichi [Fri, 7 Feb 2003 15:54:10 +0000 (15:54 +0000)]
* wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
(wl-summary-mark-as-unread): Ditto.
(wl-summary-mark-as-read-region): Change accordingly.
(wl-summary-mark-as-unread-region): Ditto.
(wl-summary-target-mark-mark-as-read): Ditto.
(wl-summary-target-mark-mark-as-unread): Ditto.
yoichi [Fri, 7 Feb 2003 15:48:31 +0000 (15:48 +0000)]
* Version number is increased to 2.11.2.
yoichi [Fri, 7 Feb 2003 12:20:32 +0000 (12:20 +0000)]
WL-MK (make-wl-news): Do not use 4th and 5th arg of replace-regexp.
yoichi [Tue, 4 Feb 2003 19:15:36 +0000 (19:15 +0000)]
avoid compile warning
yoichi [Tue, 4 Feb 2003 19:09:23 +0000 (19:09 +0000)]
* WL-MK (make-wl-news): Replace "^(" by "\\\\(" to avoid font-lock
confusion.
yoichi [Tue, 4 Feb 2003 17:40:00 +0000 (17:40 +0000)]
* elmo-shimbun.el (elmo-folder-initialize): Do not call
shimbun-open in case of "@".
(elmo-folder-open-internal): Cope with shimbun = nil case.
(elmo-folder-plugged-p): Ditto.
(elmo-folder-list-subfolders): Make list for "@/" group.
kaoru [Sat, 1 Feb 2003 10:45:09 +0000 (10:45 +0000)]
Update to version 2003-01-31.17.
yoichi [Fri, 31 Jan 2003 13:24:17 +0000 (13:24 +0000)]
* elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
mailbox (e.g. for %~/something).
kaoru [Fri, 31 Jan 2003 08:22:26 +0000 (08:22 +0000)]
* elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
Replace nested conditional with guard clauses.
kaoru [Thu, 30 Jan 2003 09:23:44 +0000 (09:23 +0000)]
* elmo-archive.el (elmo-folder-rename-internal): Referctoring;
Replace nested conditional with guard clauses.
teranisi [Thu, 30 Jan 2003 04:17:05 +0000 (04:17 +0000)]
* pldap.el (ldap-search-basic): Don't treat exit status 32 as an
error [wl:11327].
teranisi [Thu, 30 Jan 2003 03:33:53 +0000 (03:33 +0000)]
* elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
print-depth.
yoichi [Wed, 29 Jan 2003 08:58:38 +0000 (08:58 +0000)]
* wl-thread.el (wl-thread-save-entities): Bind print-length,print-level.
yoichi [Wed, 29 Jan 2003 08:49:42 +0000 (08:49 +0000)]
* wl-news.el.in (wl-news-previous-version-save): Bind
print-length and print-level.
yoichi [Wed, 29 Jan 2003 06:50:43 +0000 (06:50 +0000)]
* elmo/elmo-util.el (elmo-object-save): Bind print-level, print-length.
(elmo-passwd-alist-save): Ditto.
* elmo/elmo-database.el (elmo-database-msgid-put): Bind print-length.
* wl-thread.el (wl-thread-save-top-list): Ditto.
kaoru [Tue, 28 Jan 2003 22:14:51 +0000 (22:14 +0000)]
* check-modules.el (test-apel-version): Renamed from
`check-modules-apel-version'.
(test-modules-charsets-mime-charset-alist): Ditto.
(test-x-face-xmas, test-x-face-mule): Ditto.
(test-flim-mime-entity, test-flim-mime-content-information): Ditto.
(test-flim-encoded-word, test-flim-content-transfer-encoding): Ditto.
(test-flim-mailcap, test-flim-std11, test-flim-smtp): Ditto.
(test-semi-mime-edit, test-semi-mime-view, test-semi-mime-play): Ditto.
* check-base64.el (test-base64-encode-1):
Renamed from `check-base64-encode-1'.
(test-base64-encode-2, test-base64-encode-3): Ditto.
(test-base64-encode-4, test-base64-encode-5): Ditto.
kaoru [Tue, 28 Jan 2003 22:05:46 +0000 (22:05 +0000)]
Update to version 2003-01-27.08.
yoichi [Mon, 27 Jan 2003 16:18:17 +0000 (16:18 +0000)]
update
yoichi [Mon, 27 Jan 2003 15:07:34 +0000 (15:07 +0000)]
update