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