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