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