Update.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-09-11  OKAZAKI Tetsurou  <okazaki@be.to>
2
3         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
4         wl-expire.el, wl-fldmgr.el, wl-folder.el, wl-highlight.el,
5         wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el, wl-refile.el,
6         wl-score.el, wl-summary.el, wl-template.el, wl-thread.el, wl-util.el,
7         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8
9 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10
11         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
12         (wl-summary-showto-folder-regexp): Ditto.
13
14 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-summary.el (wl-summary-default-from): Fix probrem when
17         std11-extract-address-components return (nil "foo@bar").
18
19 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
20
21         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
22         message.
23
24 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
25
26         * wl-summary.el (wl-summary-reply): Return t if there was a
27         message at cursor point.
28         Added unwind-protect.
29         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
30         returns t.
31         (wl-summary-cancel-message): Do nothing when there's no message at
32         cursor point.
33         (wl-summary-forward): Ditto.
34         (wl-summary-jump-to-parent-message): Ditto.
35         (wl-summary-reedit): Ditto.
36         (wl-summary-edit-addresses): Ditto.
37         (wl-summary-pipe-message): Ditto.
38         (wl-summary-print-message-with-ps-print): Ditto.
39         (wl-summary-print-message): Ditto.
40         (wl-summary-mark-as-important): Ditto.
41         (wl-summary-mark-as-unread): Ditto.
42
43         * wl-summary.el (wl-summary-reply): Cause an error when there's no
44         message at cursor point.
45         (wl-summary-reply-with-citation): Remove unwind-protect.
46
47         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
48         subject searching feature.
49         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
50         Eliminated.
51
52 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
53
54         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
55         New variable.
56         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
57         by subject matching if there's no in-reply-to nor references field.
58
59         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
60
61         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
62         when display is finished.
63         (wl-folder-open-all): Ditto.
64         (wl-folder-update-access-group): Ditto.
65         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
66         * wl-thread.el (wl-thread-close-all): Ditto.
67
68         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
69         progress gauge only when it was displayed.
70         * wl-folder.el (wl-folder-insert-entity): Ditto.
71
72 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
73
74         * wl-summary.el (wl-summary-incorporate): Enclose
75         `wl-summary-sync-force-update' with save-excursion.
76
77 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
78
79         * wl-summary.el (wl-summary-prefetch-region):
80         Pass current cursor point to `pos-visible-in-window-p' after
81         moving cursor to the started point.
82
83 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
84
85         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
86
87         * wl-draft.el (wl-draft-insert-current-message): Delete useless
88         fields from the forwarding message.
89         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
90         `ignored-fields'.
91
92 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
93
94         * wl-mime.el (wl-message-request-partial):
95         Eliminated argument `msgdb'.
96         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
97         (wl-mime-combine-message/partial-pieces): Likewise.
98         * tm-wl.el (wl-message-request-partial): Likewise.
99         (wl-mime-combine-message/partial-pieces): Likewise.
100
101 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
102
103         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
104         when display is finished.
105
106 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
107
108         * wl-summary.el (wl-summary-goto-folder-subr):
109         Fix problem when wl-summary-partial-highlight-above-lines is nil.
110
111 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
112
113         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
114         when cursor point is visible.
115
116 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
117
118         * wl-expire.el (wl-expire-archive-get-max-number):
119         Don't use `file-name-directory'.
120
121 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
122
123         * wl-expire.el (wl-expire-archive-get-max-number):
124         Use `file-name-directory'.
125
126 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
127
128         * wl-summary.el (wl-summary-sync-marks): Re-display progress
129         only when there is progress.
130
131 2000-04-13  Mito <mit@nines.nec.co.jp>
132
133         * wl-summary.el (wl-summary-sync-marks): Display progress.
134
135 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
138         (wl-summary-prev): Move cursor regardless of unread status.
139         (wl-summary-next): Ditto.
140
141 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
142
143         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
144         Added argument `target' and `number'.
145         * tm-wl.el (wl-summary-burst-subr): New function.
146         (wl-summary-burst): Use it.
147
148 2000-04-10  Mito <mit@nines.nec.co.jp>
149
150         * wl-mime.el (wl-burst): New function.
151         (wl-summary-burst): Use it.
152
153 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
154
155         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
156         as petname when there's no candidate.
157
158 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
159
160         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
161         New variable.
162         * wl-fldmgr.el (wl-fldmgr-add): Use it.
163
164         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
165
166         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
167
168 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
169
170         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
171         Use substring of `original' instead of buffer-substring.
172         (wl-refile-evaluate-rule):
173         Set `original' argument of wl-refile-expand-newtext.
174
175         * wl-summary.el
176         (wl-summary-auto-refile-check-refile-rule-alist-subr,
177         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
178         (wl-summary-auto-refile): Check existence of destination folder just
179         before marking.
180
181 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
182
183         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
184         when wl-refile-get-field-value return nil.
185
186 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
187
188         * wl-refile.el
189         (wl-refile-expand-newtext): New function imported from Gnus.
190         (wl-refile-evaluate-rule): Use it.
191
192 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
193
194         * wl-summary.el (wl-summary-print-destination):
195         Duplicate folder string to avoid putting text-property on
196         original string.
197
198         * wl-refile.el (wl-refile-get-field-value): New function.
199         (wl-refile-evaluate-rule): New function;
200         Evaluate refile rule recursively.
201         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
202         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
203         New function; Check existence of a target folder recursively.
204         (wl-summary-auto-refile-check-refile-rule-alist):
205         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
206
207 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
208
209         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
210
211         * wl-folder.el (wl-create-folder-entity-from-buffer):
212         Fixed problem when '}' character is contained in folder name.
213
214         * wl-xmas.el (wl-make-modeline): Consider plugged status.
215
216 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
217
218         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
219         (wl-fldmgr-add-completion-all-completions):
220         Use wl-fldmgr-add-completion-hashtb.
221
222 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
223
224         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
225         wl-fldmgr-add-completion-subr): New functions.
226         * wl-folder.el (wl-folder-completion-func): New variable.
227         * wl-summary.el (wl-summary-read-folder):
228         Use wl-folder-completion-func.
229
230         * wl-refile.el: Eliminate throw & catch.
231
232         * wl.el (wl-plugged-sending-queue-status): Fixed.
233
234 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
235
236         * wl-draft.el (wl-draft): Put category property on
237         mail-header-separator.