1 2000-04-26 Yuuichi Teranishi <teranisi@gohome.org>
3 * wl-summary.el (wl-summary-incorporate): Enclose
4 `wl-summary-sync-force-update' with save-excursion.
6 2000-04-21 Yuuichi Teranishi <teranisi@elmo.dq.isl.ntt.co.jp>
8 * wl-summary.el (wl-summary-prefetch-region):
9 Pass current cursor point to `pos-visible-in-window-p' after
10 moving cursor to the started point.
12 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14 * wl-vars.el (wl-ignored-forwarded-headers): New user option.
16 * wl-draft.el (wl-draft-insert-current-message): Delete useless
17 fields from the forwarding message.
18 (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
21 2000-04-20 Yuuichi Teranishi <teranisi@gohome.org>
23 * wl-mime.el (wl-message-request-partial):
24 Eliminated argument `msgdb'.
25 Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
26 (wl-mime-combine-message/partial-pieces): Likewise.
27 * tm-wl.el (wl-message-request-partial): Likewise.
28 (wl-mime-combine-message/partial-pieces): Likewise.
30 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
32 * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
33 when display is finished.
35 2000-04-17 HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
37 * wl-summary.el (wl-summary-goto-folder-subr):
38 Fix problem when wl-summary-partial-highlight-above-lines is nil.
40 2000-04-18 Yuuichi Teranishi <teranisi@gohome.org>
42 * wl-summary.el (wl-summary-prefetch-region): Redisplay only
43 when cursor point is visible.
45 2000-04-15 Yuuichi Teranishi <teranisi@gohome.org>
47 * wl-expire.el (wl-expire-archive-get-max-number):
48 Don't use `file-name-directory'.
50 2000-04-14 Yuuichi Teranishi <teranisi@gohome.org>
52 * wl-expire.el (wl-expire-archive-get-max-number):
53 Use `file-name-directory'.
55 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
57 * wl-summary.el (wl-summary-sync-marks): Re-display progress
58 only when there is progress.
60 2000-04-13 Mito <mit@nines.nec.co.jp>
62 * wl-summary.el (wl-summary-sync-marks): Display progress.
64 2000-04-13 Yuuichi Teranishi <teranisi@gohome.org>
66 * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
67 (wl-summary-prev): Move cursor regardless of unread status.
68 (wl-summary-next): Ditto.
70 2000-04-10 Yuuichi Teranishi <teranisi@gohome.org>
72 * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
73 Added argument `target' and `number'.
74 * tm-wl.el (wl-summary-burst-subr): New function.
75 (wl-summary-burst): Use it.
77 2000-04-10 Mito <mit@nines.nec.co.jp>
79 * wl-mime.el (wl-burst): New function.
80 (wl-summary-burst): Use it.
82 2000-04-07 A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
84 * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
85 as petname when there's no candidate.
87 2000-04-07 Yuuichi Teranishi <teranisi@gohome.org>
89 * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
91 * wl-fldmgr.el (wl-fldmgr-add): Use it.
93 * wl.el (wl-plugged-init): Flush queues if started with plugged status.
95 * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
97 2000-04-05 Yuuichi Teranishi <teranisi@gohome.org>
99 * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
100 Use substring of `original' instead of buffer-substring.
101 (wl-refile-evaluate-rule):
102 Set `original' argument of wl-refile-expand-newtext.
105 (wl-summary-auto-refile-check-refile-rule-alist-subr,
106 wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
107 (wl-summary-auto-refile): Check existence of destination folder just
110 2000-04-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
112 * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
113 when wl-refile-get-field-value return nil.
115 2000-04-04 Daiki Ueno <ueno@unixuser.org>
118 (wl-refile-expand-newtext): New function imported from Gnus.
119 (wl-refile-evaluate-rule): Use it.
121 2000-04-04 Yuuichi Teranishi <teranisi@gohome.org>
123 * wl-summary.el (wl-summary-print-destination):
124 Duplicate folder string to avoid putting text-property on
127 * wl-refile.el (wl-refile-get-field-value): New function.
128 (wl-refile-evaluate-rule): New function;
129 Evaluate refile rule recursively.
130 (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
131 * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
132 New function; Check existence of a target folder recursively.
133 (wl-summary-auto-refile-check-refile-rule-alist):
134 Use wl-summary-auto-refile-check-refile-rule-alist-subr.
136 2000-03-30 Yuuichi Teranishi <teranisi@gohome.org>
138 * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
140 * wl-folder.el (wl-create-folder-entity-from-buffer):
141 Fixed problem when '}' character is contained in folder name.
143 * wl-xmas.el (wl-make-modeline): Consider plugged status.
145 2000-03-29 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
147 * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
148 (wl-fldmgr-add-completion-all-completions):
149 Use wl-fldmgr-add-completion-hashtb.
151 2000-03-28 Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
153 * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
154 wl-fldmgr-add-completion-subr): New functions.
155 * wl-folder.el (wl-folder-completion-func): New variable.
156 * wl-summary.el (wl-summary-read-folder):
157 Use wl-folder-completion-func.
159 * wl-refile.el: Eliminate throw & catch.
161 * wl.el (wl-plugged-sending-queue-status): Fixed.
163 2000-03-27 Mikio Nakajima <minakaji@osaka.email.ne.jp>
165 * wl-draft.el (wl-draft): Put category property on
166 mail-header-separator.