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