* wl-summary.el (wl-summary-prefetch-region-no-mark): Update
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4         persistent mark when prefetch is succeeded.
5
6 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
9         instead of elmo-msgdb-delete-msgs.
10         (wl-expire-refile-with-copy-reserve-msg): Ditto.
11         (wl-expire-hide): Ditto.
12
13         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
14
15         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
16         elmo-msgdb interface.
17         (wl-thread-get-exist-children): Likewise.
18         (wl-thread-insert-message): Likewise.
19         (wl-thread-msg-mark-as-important): Likewise.
20         (wl-thread-insert-entity-sub): Likewise.
21         (wl-thread-get-children-msgs-uncached): Likewise.
22
23         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
24         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
25         (wl-summary-sync-update): Likewise.
26         (wl-summary-auto-select-msg-p): Likewise.
27         (wl-summary-update-thread): Likewise.
28         (wl-summary-mark-as-important): Likewise.
29         (wl-summary-jump-to-msg-internal): Likewise.
30         (wl-summary-redisplay-internal): Likewise.
31         (wl-summary-print-message-with-ps-print): Likewise.
32         (wl-summary-folder-info-update): Likewise.
33
34         * wl-folder.el (wl-folder-check-one-entity):
35         elmo-folder-count-flags instead of wl-summary-count-unread.
36
37         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
38
39         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
40
41         * wl-summary.el (wl-summary-set-message-modified): 
42         Call wl-summary-set-mark-modified.
43         (wl-summary-delete-messages-on-buffer): Call
44         wl-folder-set-folder-updated instead of wl-folder-update-unread.
45         (wl-summary-sync-update): Call elmo-folder-length instead of
46         elmo-folder-messages.
47         (wl-summary-insert-headers): Don't call
48         elmo-folder-list-message-entities.
49
50 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-action.el (wl-summary-define-mark-action): Call
53         `wl-summary-set-mark' with argument `data'.
54         (wl-summary-auto-refile): Fixed order of arguments when call
55         `wl-summary-refile'.
56
57 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
58
59         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
60
61         * wl-summary.el (wl-summary-mode-map): Bind resend action.
62
63         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
64         (Renamed from wl-highlight-summary-deleted-face).
65         (wl-highlight-summary-resend-face): New face.
66
67         (wl-highlight-summary-deleted-face): Renamed from
68         wl-highlight-summary-erased-face.
69
70         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
71
72         * wl-action.el (wl-summary-get-resend-address): New function.
73         (wl-summary-exec-action-resend): Ditto.
74         (wl-summary-exec-action-resend-subr): Ditto.
75
76         * w-thread.el (wl-thread-copy): Removed definition.
77         (wl-thread-refile): Ditto.
78         (wl-thread-delete): Ditto.
79         (wl-thread-target-mark): Ditto.
80
81         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
82         (wl-summary-target-mark-set-action): Fixed.
83         (wl-summary-define-mark-action): Fixed quotation.
84         (wl-summary-move-mark-list-messages): Display message.
85         (wl-summary-define-mark-action): Define thread functions.
86         (wl-summary-exec-action-refile): Changed message.
87         (wl-summary-exec): Ditto.
88
89 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
90         
91         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
92         '%%'.
93
94 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
95
96         * wl.el (toplevel): Require wl-action.
97         (wl-init): Call wl-summary-define-mark-action.
98
99         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
100
101         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
102         wl-summary-delete and wl-summary-erase.
103         (wl-summary-mode-map): Ditto.
104
105         * wl-vars.el (wl-dispose-folder-alist): Renamed from
106         wl-delete-folder-alist.
107
108         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
109         wl-summary-prefetch-msg instead of wl-summary-prefetch.
110         (toplevel): Moved mark & action related functions to the wl-action.el.
111
112         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
113         in wl-summary-mark-action-list.
114         (wl-highlight-summary-current-line): Ditto.
115
116         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
117         empty lines.
118
119         * wl-action.el: New file. 
120
121 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
122
123         * wl-summary.el (wl-summary-target-mark-replace): New function.
124         (wl-summary-target-mark-prefetch): Use it.
125         (wl-summary-target-mark-delete): Ditto.
126         (toplevel): Rearranged definition order.
127         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
128         (wl-summary-target-mark-erase): Rewrite.
129         (wl-summary-erase-region): New function.
130         (wl-summary-exec-action-erase): Changed message.
131         (wl-summary-move-mark-list-messages): New function.
132         (wl-summary-exec-action-delete): Use it.
133         (wl-summary-exec-action-erase): Ditto.
134
135         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
136         (wl-summary-skip-mark-list): Added "d".
137
138         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
139         while searching.
140
141         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
142         and define using defcustom;
143         Define 4th element as a face.
144         
145         * wl-summary.el (wl-summary-incorporate): Use 
146         `wl-summary-prefetch-region-no-mark' instead of
147         `wl-summary-prefetch-region'.
148         (wl-summary-prefetch-region-no-mark): Revival of old
149         `wl-summary-prefetch-region'.
150         (wl-summary-mark-action-list): Moved to wl-vars.el
151
152         * wl-highlight.el (wl-highlight-summary-current-line): Decide
153         face according to the `wl-summary-mark-action-list'.
154         (wl-highlight-summary-current-line): Ditto;
155         Removed destination highlighting.
156
157         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
158         (wl-highlight-summary-line-string): Highlight for "i" mark.
159         (wl-highlight-summary-current-line): Ditto.
160
161         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
162         no destination.
163
164         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
165         exists, just go ahead.
166         (wl-summary-prefetch-region): Rewrite.
167         (wl-summary-prefetch): Ditto.
168         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
169         (wl-summary-exec-action-prefetch): New function.
170         (wl-summary-target-mark-prefetch): Rewrite.
171
172 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
175         (wl-highlight-summary-line-string): Added "d" and "D".
176         (wl-highlight-summary-current-line): Ditto.
177
178         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
179         in wl-summary.el.
180         (wl-thread-insert-entity-sub): Ditto.
181         (wl-thread-remove-destination-region): Ditto.
182         (wl-thread-print-destination-region): Ditto.
183
184         * wl-summary.el (wl-summary-buffer-refile-list,
185         wl-summary-buffer-delete-list,
186         wl-summary-buffer-copy-list): Abolish.
187         (wl-summary-buffer-temp-mark-list): New buffer local variable.
188         All other related portions are changed.
189         (wl-summary-mark-action-list): New variable.
190         (wl-summary-set-mark): New function.
191         (wl-summary-register-target-mark): Ditto.
192         (wl-summary-unregister-target-mark): Ditto.
193         (wl-summary-have-target-mark-p): Ditto.
194         (wl-summary-register-temp-mark): Ditto.
195         (wl-summary-unregister-temp-mark): Ditto.
196         (wl-summary-registered-temp-mark): Ditto.
197         (wl-summary-collect-temp-mark): Ditto.
198         (wl-summary-unset-mark): Ditto.
199         (wl-summary-set-target-mark): Ditto.
200         (wl-summary-unset-target-mark): Ditto.
201         (wl-summary-set-action-generic): Ditto.
202         (wl-summary-unset-action-generic): Ditto.
203         (wl-summary-exec-action-delete): Ditto.
204         (wl-summary-exec-action-erase): Ditto.
205         (wl-summary-set-action-refile): Ditto.
206         (wl-summary-set-action-refile-subr): Ditto.
207         (wl-summary-unset-action-refile): Ditto.
208         (wl-summary-make-destination-numbers-list): Ditto.
209         (wl-summary-exec-action-refile): Ditto.
210         (wl-summary-set-action-copy): Ditto.
211         (wl-summary-unset-action-copy): Ditto.
212         (wl-summary-exec-action-copy): Ditto.
213         (wl-summary-collect-numbers-region): Ditto.
214         (wl-summary-delete): Rewrite.
215         (wl-summary-erase): Ditto.
216         (wl-summary-remove-destination): Ditto.
217         (wl-summary-exec): Ditto.
218         (wl-summary-exec-region): Ditto.
219         (wl-summary-target-mark-erase): Ditto.
220         (wl-summary-refile): Ditto.
221         (wl-summary-copy): Ditto.
222         (wl-summary-unmark): Ditto.
223         (wl-summary-delete-all-mark): Ditto.
224         (wl-summary-mark-line): Don't highlight.
225         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
226         (wl-summary-target-mark-refile-subr): Rewrite.
227
228         (wl-summary-copy-prev-destination): Abolish.
229
230 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
233         default values along the value of wl-on-mule.
234         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
235         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
236         It is not used anywhere.
237
238 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-summary.el (wl-summary-print-destination): Keep position.
241         (wl-summary-cursor-move-surface): Keep horizontal position.
242
243 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
246         write sendlog.
247
248 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
251         `wl-summary-highlight'.
252
253 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-highlight.el (wl-highlight-summary-current-line): Remove
256         trivial condition for temp-mark.
257
258 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
261         when it hits killed buffer.
262
263 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
266         * wl-news.el.in: `message' and `error' take format string.
267
268 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
269
270         * wl-folder (wl-folder-insert-entity): Display a message,
271         `...done', when the work finish.
272         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
273
274 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-message.el (wl-message-redisplay): Remove unused local
277         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
278
279 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-summary.el (wl-summary-replace-status-marks): Disable
282         interactive use.
283         (wl-summary-reedit): Check message existence at first.
284         (wl-summary-mark-line): Fix doc, return value is indefinite.
285
286         * wl-highlight.el (wl-highlight-message): Arranged.
287
288         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
289         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
290         check temp-mark by wl-summary-temp-mark always.
291         (wl-highlight-summary): Change accordingly.
292         * wl-summary.el (wl-summary-mark-as-read-all)
293         (wl-summary-delete-cache, wl-summary-set-score-mark)
294         (wl-summary-mark-as-unread, wl-summary-unmark)
295         (wl-summary-mark-line, wl-summary-mark-as-read)
296         (wl-summary-mark-as-important): Ditto.
297
298         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
299         end of the window if possible.
300         * wl-summary.el (wl-summary-sync-update): Support lazy
301         highlighting.
302         (wl-summary-toggle-disp-msg): Ditto.
303
304 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * wl-util.el (wl-as-coding-system): Define for non-mule too.
307
308 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
311         change.
312
313 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
314
315         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
316         API.
317         (wl-summary-sync-update): Ditto.
318
319         * wl-score.el (wl-score-get-score-alist): Changed argument.
320         (wl-summary-rescore-msgs): Likewise.
321         (wl-summary-score-headers): Likewise.
322         (wl-score-headers): Likewise;
323         Use elmo-folder-do-each-message-entity, etc.
324         (wl-summary-score-effect): Follow the changes above.
325         (wl-summary-rescore): Ditto.
326         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
327         (wl-score-get-overview): Abolish.
328
329         * wl-summary.el (wl-summary-default-from): Follow the API change in
330         elmo-msgdb.
331         (wl-summary-count-unread): Ditto.
332         (wl-summary-detect-mark-position): Ditto.
333         (wl-summary-overview-entity-compare-by-date): Ditto.
334         (wl-summary-overview-entity-compare-by-number): Ditto.
335         (wl-summary-overview-entity-compare-by-from): Ditto.
336         (wl-summary-overview-entity-compare-by-subject): Ditto.
337         (wl-summary-get-list-info): Ditto.
338         (wl-summary-rescan): Ditto.
339         (wl-summary-jump-to-msg-by-message-id): Ditto.
340         (wl-summary-sync-update): Ditto; Removed comment.
341         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
342         (wl-summary-insert-message): Use wl-summary-insert
343         (wl-summary-insert-sequential): Changed argument msgdb to folder.
344         (wl-summary-insert-headers): Changed argument overview to folder.
345         (wl-summary-search-by-subject): Likewise.
346         (wl-summary-insert-thread): Renamed from 
347         wl-summary-insert-thread-entity and changed argument msgdb to folder.
348
349         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
350         too.
351
352         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
353         wl-string-member.
354
355 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
356
357         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
358         elmo-folder-append-buffer.
359         (wl-draft-queue-append): Likewise.
360
361         * wl-mime.el (wl-message-delete-current-part): Ditto.
362         (wl-summary-burst-subr): Ditto.
363
364         * wl-news.el.in (wl-news-send-news): Ditto.
365
366 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
367
368         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
369         function.
370         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
371         (wl-summary-update-mark): Enclose with save-excursion.
372         (wl-summary-mark-as-read-internal): Fixed last change.
373         (wl-summary-mark-as-important): Use 3rd argument of
374         elmo-folder-unmark-important, elmo-folder-mark-as-important;
375         Don't use elmo-msgdb-set-mark.
376         (wl-summary-redisplay-internal): If msgdb flag is already read,
377         just update the mark on buffer.
378
379 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
380
381         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
382         cut visible folder when elmo-folder-delete returns non-nil value.
383
384 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
387         by Kenichi OKADA <okada@opaopa.org>).
388
389 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
390
391         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
392
393 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
394
395         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
396         Fixed the last change, search group entity by its real name.
397         (Thanks to: KOBAYASHI Shinji)
398
399 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
402         (wl-fldmgr-access-display-all): Don't refer visible name.
403         * wl-expire.el (wl-folder-archive-current-entity)
404         (wl-folder-expire-current-entity): Ditto.
405         * wl-folder.el (wl-folder-jump-to-current-entity)
406         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
407         (wl-folder-open-folder-sub,wl-folder-open-all)
408         (wl-folder-write-current-folder): Ditto.
409         (wl-folder-insert-entity): Don't use petname for normal group.
410         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
411         is the real name.
412         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
413         Abolished.
414
415 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
416
417         * wl-draft.el (wl-draft-create-buffer): Add
418         `wl-summary-reply-with-citation'
419
420 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
421
422         * wl-draft.el (wl-draft-reply): Fixed.
423
424 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
425
426         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
427         when `wl-draft-send-confirm-with-preview' is non-nil.
428         You can scroll up/down by j/k.
429         (wl-draft-send-confirm-with-preview): New variable (default=t).
430
431 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
432
433         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
434         (wl-fldmgr-save-folders): Fix comment.
435
436 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
437
438         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
439         along the last change in `wl-folder-buffer-group-p'.
440
441 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
442
443         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
444         folder.
445
446         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
447         the default value.
448
449         * wl-mime.el (wl-summary-burst): Update summary only when target
450         folder equals current folder.
451
452 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
453
454         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
455
456 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
457
458         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
459         value.
460
461 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
464         `map-extents' instead of `extent-at' repeatedly.
465         (wl-highlight-folder-current-line): Ditto.
466
467         * wl-highlight.el: Remove useless dummy functions.
468
469 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
470
471         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
472         (wl-folder-put-folder-property): New function to put text property.
473         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
474         (wl-folder-insert-entity, wl-folder-update-diff-line)
475         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
476         * wl-e21.el, wl-xmas.el, wl-mule.el
477         (wl-highlight-folder-current-line): Ditto.
478         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
479         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
480         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
481         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
482
483 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
484
485         * Version number is increased to 2.11.3.
486
487 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
488
489         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
490         Resume current-buffer since it is assumed by remaining tasks.
491
492 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
493
494         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
495         (wl-folder-completion-function): Abolished.
496         (wl-folder-complete-folder): New function.
497         (wl-folder-complete-filter-condition): Ditto.
498         * wl-summary.el (wl-summary-read-folder): Change accordingly.
499         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
500
501 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
502
503         * wl-draft.el (wl-draft-send-confirm): New function.
504         (wl-draft-send): Use it.
505
506         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
507         cursor-in-echo-area while confirming.
508
509         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
510
511         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
512         searching via nntp if wl-summary-search-via-nntp is 'force.
513         Otherwise, invoke searching in nntp folder only.
514         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
515
516         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
517         explicitly for mime-make-text-tag.
518
519 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
520
521         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
522         `mime-make-text-tag' instead of `mime-create-tag'.
523
524 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
525
526         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
527         (wl-fldmgr-add-completion-subr): Rewrite conditional.
528
529 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
530
531         * wl-score.el (wl-score-save): Bind print-length and print-level.
532         (wl-score-pretty-print): Ditto.
533         (wl-score-edit-insert-header-entry): Ditto.
534
535         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
536         "From" entry to be treated with wl-draft-eword-encode-address-list.
537         * wl-mime.el (wl-draft-preview-message): Ditto.
538
539         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
540         (wl-summary-mark-as-unread): Ditto.
541         (wl-summary-mark-as-read-region): Change accordingly.
542         (wl-summary-mark-as-unread-region): Ditto.
543         (wl-summary-target-mark-mark-as-read): Ditto.
544         (wl-summary-target-mark-mark-as-unread): Ditto.
545
546 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
547
548         * Version number is increased to 2.11.2.
549
550 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
551
552         * wl-news.el.in (wl-news-previous-version-save): Bind
553         print-length and print-level.
554         * wl-thread.el (wl-thread-save-entities): Ditto.
555         (wl-thread-save-top-list): Bind print-length.
556
557 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
558
559         * wl-highlight.el (wl-highlight-summary-line-string): Use
560         wl-summary-score-below-mark, wl-summary-score-over-mark.
561         (wl-highlight-summary-current-line): Ditto.
562
563 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
564
565         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
566         insert it.
567
568 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
569
570         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
571
572 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
573
574         * wl-mime.el (wl-message-delete-current-part): Avoid error on
575         message without msgid.
576         Rewrite with elmo-folder-move-messages.
577         Set wl-message-buffer to nil.
578
579         * wl-summary.el (wl-summary-erase-subr): New function. Use
580         elmo-folder-move-messages.
581         (wl-summary-erase): Call it.
582         (wl-summary-target-mark-erase): Ditto.
583
584 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
585
586         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
587         it is not up-tp-date.
588
589 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
590
591         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
592         buffer after calling `wl-summary-goto-folder-subr' without the
593         argument `interactive'.
594         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
595
596 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
597
598         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
599         `mime-create-tag'. Use `string=' instead of `looking-at'.
600
601 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
602
603         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
604         to avoid compile warning.
605
606         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
607         entity-id when folder is given.
608         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
609         save-excursion, use save-selected-window instead.
610         Select folder buffer window if exists.
611         (To correct behavior with wl-folder-move-cur-folder.)
612
613 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
614
615         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
616
617 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
618
619         * wl-summary.el (wl-summary-line-list-info): Use %f to make
620         list-count instead of %d.
621
622 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
623
624         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
625         (wl-news): Set it.
626         (wl-news-append-to-folder): Use it.
627
628         * wl-news.el.in (wl-news-send-news): Append to specified folder
629         instead of wl-default-folder.
630         (wl-news-append-to-folder): Show error message with specified folder.
631
632         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
633                 In most major modes, Emacs assumes that any opening
634                 delimiter found at the left margin is the start of a
635                 top-level definition, or defun. Therefore, *never put an
636                 opening delimiter at the left margin unless it should have
637                 that significance.*
638
639         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
640
641 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
642
643         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
644
645 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
646
647         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
648
649 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
650
651         * wl-summary.el (wl-summary-mark-collect): Revive missing return
652         for sequential numbering case.
653
654 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
655
656         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
657         value.
658         (wl-draft-reply-without-argument-list): Ditto.
659         (wl-draft-reply-myself-with-argument-list): Abolish.
660         (wl-draft-reply-myself-without-argument-list): Ditto.
661         * wl-draft.el (wl-draft-self-reply-p): New function.
662         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
663
664 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
665
666         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
667         (avoid error for the case without byte-compiling)
668
669 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
670
671         * wl-news.el.in (wl-news-append-to-folder): New function.
672         (wl-news-exit): Rewrite.
673         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
674
675 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
676
677         * wl-draft.el (wl-draft-reply-position): New function.
678         (wl-draft-reply-position): Fix.
679         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
680         (wl-summary-target-mark-reply-with-citation): Ditto.
681         (wl-summary-reply-with-citation): Ditto.
682         * wl-vars.el (wl-draft-reply-default-position): New variable.
683
684 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
685
686         * wl-draft.el (wl-draft-send): Preview when interactive send.
687
688 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
689
690         * wl-draft.el (wl-draft-reply): Set default position.
691         * wl-summary.el (wl-summary-reply): Ditto.
692         (wl-summary-reply-with-citation): Ditto.
693         (wl-summary-target-mark-reply-with-citation): Ditto.
694
695 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
696
697         * wl-news.el.in (wl-news-lang): Set default value according to
698         current-language-environment.
699         (wl-news-append-news): Do nothing when news-list is nil.
700
701 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
702
703         * wl-news.el.in (wl-news-mode-map): Add new keybind.
704         (wl-news): Change message.
705         (wl-news-exit): Check buffer.
706         (wl-news-force-exit): New function.
707         (wl-news-show-all): New function.
708         (wl-news-discard-and-exit): Fix.
709
710 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
711
712         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
713         according to current-language-environment.
714
715         * wl-news.el.in (wl-news): If arg, show all NEWS after
716         wl-news-default-previous-version.
717
718 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
719
720         * wl-news.el.in (wl-news-check): Rewritten.
721         (wl-news-previous-version-load): Change data type.
722         (wl-news-previous-version-save): Change data type.
723         (wl-news-append-news): Add return value.
724         (wl-news-check-news): New function.
725         (wl-news-already-current-p): New function.
726         (wl-news-send-news): Rewritten.
727         (wl-news-mode-map): Add new keybind.
728         (wl-news): Rewritten.
729         (wl-news-exit): Rewritten.
730         (wl-news-discard-and-mail): New function.
731         (wl-news-send-to-address): Abolished.
732         * wl.el (wl-init): Delete a message.
733
734 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
735
736         * wl-news.el.in (wl-news-exit): Update previous version.
737         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
738
739 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
740
741         * wl-news.el.in (wl-news): Add `delete-other-windows'.
742
743 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
744
745         * wl-news.el.in (wl-news): New function.
746         (wl-news-mode): New function.
747         (wl-news-next-line): New function.
748         (wl-news-next-page): New function.
749         (wl-news-exit): New function.
750         (wl-news-buf-name): New variable.
751         (wl-news-mode-map): New variable.
752         (wl-news-winconf): New variable.
753         (wl-news-append-news): Add an option.
754
755 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
756
757         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
758
759 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
760
761         * wl-news.el.in (wl-news-send-to-address): New variable.
762         (wl-news-send-news): Use it.
763         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
764         Return updating status.
765         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
766
767 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
768
769         * wl-news.el.in (wl-news-send-news): Delete
770         Organization and X-Face.
771
772 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
773
774         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
775         (wl-news-append-news): New function.
776         (wl-news-send-news): New function.
777
778 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
779
780         * Version number is increased to 2.11.1.
781
782 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
783
784         * wl-news.el.in : New file.
785
786 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
787
788         * wl-vars.el (wl-draft-reply-with-argument-list): Change
789         default value.
790         (wl-draft-reply-without-argument-list): Ditto.
791
792 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
793
794         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
795         (wl-message-buffer-prefetch-idle-time): Ditto.
796         (wl-message-buffer-prefetch-folder-type-list): Ditto.
797
798 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
799
800         * wl-thread.el (wl-thread-insert-message): Use
801         wl-summary-max-thread-depth.
802
803         * wl-summary.el (wl-summary-insert-thread-entity): Refined
804         loop detection.
805
806         * wl-message.el (wl-message-buffer-display): Back to the first page
807         when cache is hit.
808
809 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
810
811         * wl-vars.el (wl-summary-max-thread-depth): New user option.
812
813         * wl-summary.el (wl-summary-insert-thread-entity):
814         If the thread depth is reached to wl-summary-max-thread-depth,
815         divide the thread.
816
817 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
818
819         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
820         for elmo-remove-passwd.
821
822 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
823
824         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
825         folder is sticky.
826         (wl-folder-mark-as-read-all-entity): Ditto.
827         (wl-folder-prefetch-entity): Ditto.
828
829 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
830
831         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
832
833 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
834
835         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
836         Delete messages on buffer for unplugged operation.
837         (wl-summary-erase): Ditto.
838
839 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
840
841         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
842         take nil so as not to search parent by subject.
843
844 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
845
846         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
847         (wl-folder-get-next-folder): Ditto.
848         (wl-folder-get-path): Ditto.
849
850 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
851
852         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
853         system and encode the region with it before verifying.
854
855 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
856
857         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
858         system of the echo buffer before decoding.
859
860 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
861
862         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
863         original contents.
864
865 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
868         with argument 'any-exists.
869
870 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
871
872         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
873         Use `wl-cs-autoconv'.
874
875 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
876
877         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
878         by `mime-view-automatic-conversion'.
879
880         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
881         (wl-message-verify-pgp-nonmime): Ditto.
882         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
883         Bind them to C-c:d and C-c:v respectively.
884
885         Merge following code by Teranishi-san from [wl-en:00167].
886         * wl-mime.el (wl-mime-preview-application/pgp): New function.
887         (wl-mime-preview-application/pgp-encrypted): Ditto.
888         (wl-mime-setup): Add entry.
889
890 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
891
892         * wl-summary.el (wl-summary-target-mark-erase): New function.
893         Bind it to "mD".
894
895 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * wl-vars.el (wl-draft-write-file-function): Fix.
898         (wl-draft-reedit-hook): Changed default value.
899
900         * wl-draft.el (wl-draft-edit-string): Set cursor point for
901         wl-draft-reedit-hook.
902         (wl-draft-remove-text-plain-tag): New function.
903         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
904
905         * wl-vars.el (wl-draft-write-file-function): New user option.
906
907         * wl-draft.el (wl-draft-prepare-edit): Use it for
908         local-write-file-hooks.
909         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
910
911         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
912         (wl-draft-insert-mail-header-separator): Return the body beginning
913         point.
914         (wl-draft-reedit): Remove the mime-edit tag if the first part is
915         text/plain.
916         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
917
918 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
919
920         * wl-summary.el (wl-summary-erase): New function to erase message
921         without moving it to trash. Bind to "D".
922
923         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
924         as `keep' unless switch-function.
925
926 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
927
928         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
929         message buffer by using `wl-summary-toggle-disp-msg'.
930         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
931         buffer window.
932         (wl-summary-supresedes-message): Ditto.
933
934         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
935         Do not delete other windows.
936         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
937         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
938         (wl-draft-create-buffer): Set reply-or-forward also for target
939         mark commands.
940
941 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
942
943         * wl-draft.el (wl-user-agent-compose): Delete special case for
944         switch-to-buffer-other-window.
945
946         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
947         (wl-summary-forward): Ditto.
948
949         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
950         function.
951         (wl-draft-buffer-style): New use option.
952
953         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
954         (wl-draft): Follow the change above.
955         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
956         wl-draft-buffer-style.
957         (wl-user-agent-compose): Bind wl-draft-buffer-style with
958         switch-function.
959
960 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * wl-draft.el (wl-user-agent-compose): Delete special case for
963         switch-to-buffer-other-window.
964
965         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
966         (wl-summary-forward): Ditto.
967
968         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
969         function.
970         (wl-draft-buffer-style): New use option.
971
972         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
973         (wl-draft): Follow the change above.
974         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
975         wl-draft-buffer-style.
976         (wl-user-agent-compose): Bind wl-draft-buffer-style with
977         switch-function.
978
979 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
980
981         * wl-address.el (wl-address-make-completion-entry): Extracted from
982         `wl-address-make-completion-list'.
983         (wl-address-enable-strict-loading): New variable.
984         (wl-address-make-completion-list): Revive petname duplication
985         inquiry, and enable it if `wl-address-enable-strict-loading'.
986         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
987
988 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
989
990         * wl-message.el (wl-message-get-original-buffer): Avoid
991         'Selecting deleted buffer' error when original buffer is killed.
992
993 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-summary.el (wl-summary-next-message): Use
996         elmo-message-accessible-p instead of elmo-message-cached-p.
997
998 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
999
1000         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
1001
1002         * wl-thread.el (wl-thread-open-all-unread): Use
1003         elmo-folder-list-flagged instead of
1004         elmo-folder-list-messages-mark-match.
1005
1006         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
1007         instead of elmo-folder-list-messages-mark-match.
1008         (wl-summary-move-spec-alist): New variable.
1009         (wl-summary-move-spec-plugged-alist,
1010         wl-summary-move-spec-unplugged-alist): Abolish.
1011         (wl-summary-next-message): Follow the change above.
1012         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
1013         with 'no-msg' argument.
1014
1015         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
1016         variable.
1017         (wl-message-buffer-prefetch-move-spec-plugged-alist,
1018         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
1019         (wl-message-buffer-prefetch-get-next): Follow the change above.
1020
1021 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
1022
1023         * wl-version.el (wl-version): Changed codename.
1024
1025         * Version number is increased to 2.11.0.
1026
1027 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
1030         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
1031         `wl-draft-config-variables'.
1032         (wl-draft-kill): Fixed problem when the draft is reedit.
1033
1034 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
1035
1036         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
1037         buffer-modified status (Thanks to
1038         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
1039
1040 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
1041
1042         * wl-util.el (wl-region-exists-p): New function.
1043
1044         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
1045         Remove defvars for byte-compile warnings.
1046
1047 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
1050         defvar-maybe. Removed unused bind.
1051
1052 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1053
1054         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
1055         summary buffer window before creating new frame.
1056         (wl-draft-reply): Ditto.
1057
1058 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-mime.el (toplevel): Avoid byte-compile warnings.
1061
1062 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1063
1064         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
1065
1066 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
1069         instead of `kill-region'.
1070
1071 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
1074         (wl-highlight-summary-line-string): Use it.
1075         (wl-highlight-summary-current-line): Ditto.
1076
1077         * wl-mime.el (wl-message-delete-current-part): Check the class of
1078         mime-entity.
1079
1080         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
1081
1082         * wl-summary.el (wl-summary-make-number-list): Initialize.
1083         (wl-summary-update-mark): New function.
1084         (wl-summary-reply): Put `answered' mark on the message.
1085         (wl-summary-reply): Set `number' argument to wl-draft-reply.
1086
1087         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
1088         (wl-draft-reply): Added optional argument `number';
1089         Set wl-draft-parent-number.
1090         (wl-draft-kill): Delete answered mark if it is a reply.
1091
1092 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1093
1094         * wl-mime.el (wl-mime-preview-follow-current-region): New function
1095         that originates in mime-preview-follow-current-entity.
1096         (wl-draft-yank-current-message-entity): Use it if region is active.
1097
1098         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
1099         * wl-e21.el (wl-message-define-keymap): Bind "D" for
1100         `wl-message-delete-current-part'.
1101         * wl-mule.el (wl-message-define-keymap): Ditto.
1102         * wl-xmas.el (wl-message-define-keymap): Ditto.
1103
1104 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1105
1106         * wl-mime.el (wl-message-delete-current-part): New function.
1107         (wl-mime-node-id-to-string): Ditto.
1108
1109         * wl-mime.el (wl-message-delete-current-part): Use existing
1110         original buffer which corresponds current mime-view buffer.
1111         (fetched buffer might have different structure, possibly)
1112
1113         * wl-mime.el (wl-message-delete-current-part): Quit if the
1114         message content differs from the actual message.
1115
1116 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
1117
1118         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
1119         order.
1120         (wl-summary-search-by-subject): Search parent message from tail;
1121         Check the existence of the parent message on the current thread tree.
1122         (wl-summary-update-thread): Check whether the line is inserted.
1123
1124 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1125
1126         * wl-vars.el (wl-summary-line-format): Undo last change.
1127         * wl-summary.el (wl-summary-print-destination): Do not put
1128         invisible property when `wl-summary-width' is nil.
1129         (wl-summary-line-subject-minimum-length): Abolished.
1130         (wl-summary-line-subject): Ditto.
1131
1132 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1133
1134         * wl-vars.el (wl-summary-line-format): Change default value.
1135         (wl-summary-subject-length-limit): Abolished.
1136         * wl-summary.el (wl-summary-line-subject): Ditto.
1137
1138 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-template.el (wl-template-select): Added optional argument.
1141         If optional argument is specified, reverse
1142         `wl-template-visible-select'.
1143
1144 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1145
1146         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
1147         Take prefix argument to force asking the destination folder.
1148
1149 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
1152         count and update status.
1153
1154 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1155
1156         * wl-summary.el (wl-summary-redisplay-internal): If
1157         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
1158         after fetching.
1159
1160 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
1163         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
1164
1165         * wl-vars.el (toplevel): Require 'elmo-msgdb.
1166
1167 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
1170         (All other related portions are changed).
1171         (wl-summary-mark-as-read-all): Rewrite.
1172
1173 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1174
1175         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
1176         `wl-summary-mark-as-read'.
1177         (wl-summary-mark-as-unread): Rewrite.
1178         (wl-summary-mark-as-read): Added no-modeline argument.
1179         (wl-summary-resume-cache-status): Rewrite.
1180         (wl-summary-exec-subr): Remove unused local variable.
1181
1182 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1183
1184         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
1185         logic to call `wl-summary-buffer-prev-folder-function'.
1186         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
1187
1188 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
1191         is nil.
1192
1193 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1194
1195         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
1196         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
1197         (wl-mime-setup): Add its entry.
1198
1199 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
1202         (wl-summary-delete-cache): Likewise.
1203         (wl-summary-mark-as-read): Rewrite.
1204
1205 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
1206
1207         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
1208         `wl-summary-count-unread'.
1209
1210         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
1211
1212         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
1213
1214 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
1217         wl-summary-new-mark, wl-summary-unread-uncached-mark,
1218         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
1219         Renamed to the elmo-msgdb-*-mark.
1220         (wl-summary-score-marks): Follow the change above.
1221         (wl-summary-auto-refile-skip-marks): Ditto.
1222         (wl-summary-incorporate-marks): Ditto.
1223         (wl-summary-expire-reserve-marks): Ditto.
1224
1225         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
1226         changes.
1227         (wl-thread-insert-top): Changed updating message.
1228
1229         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
1230         variable.
1231         (wl-summary-count-unread): Count answered marks.
1232         (wl-summary-rescan): Call wl-summary-insert-message instead of
1233         wl-summary-append-message-func-internal.
1234         (wl-summary-rescan): Don't call wl-summary-make-number-list.
1235         (wl-summary-prefetch-msg): Follow the variable name changes.
1236         (wl-summary-prefetch-region): Ditto.
1237         (wl-summary-mark-as-read-all): Follow the API changes;
1238         Don't call elmo-folder-replace-marks.
1239         (wl-summary-delete-cache): Follow the variable name changes.
1240         (wl-summary-resume-cache-status): Ditto.
1241         (wl-summary-update-status-marks): New function.
1242         (wl-summary-insert-message): New function.
1243         (wl-summary-sync-marks): Follow the variable name changes.
1244         (wl-summary-sync-update): Synchronize to the msgdb, too;
1245         Changed update messages.
1246         (wl-summary-make-number-list): Rewrite.
1247         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
1248         (wl-summary-mark-as-unread): Follow the API changes.
1249         (wl-summary-exec-subr): Follow the variable name changes.
1250         (wl-summary-mark-as-read): Ditto.
1251         (wl-summary-move-spec-plugged-alist): Ditto.
1252         (wl-summary-move-spec-unplugged-alist): Ditto.
1253         (wl-summary-cursor-move-surface): Ditto.
1254
1255         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1256         variable name changes.
1257         (wl-highlight-summary-current-line): Ditto.
1258
1259         * wl-expire.el (wl-expire-refile): Follow the API change in
1260         elmo-folder-move-messages.
1261         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1262         (wl-summary-archive): Use elmo-folder-msgdb instead of
1263         elmo-msgdb-load.
1264
1265 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1266
1267         * wl-mime.el (wl-draft-preview-message): Restore the position
1268         before evaluating wl-draft-send-hook in preview buffer.
1269
1270 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1271
1272         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
1273         when it creates new draft buffer.
1274
1275         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
1276         without argument.
1277
1278         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
1279         Evaluate content and if the value is string, insert it.
1280         (wl-draft-config-sub-body,wl-draft-config-sub-top,
1281         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
1282         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
1283         wl-draft-config-sub-part-bottom): Use it.
1284
1285         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
1286         with the folder name. The question was unintelligible when it is
1287         called from wl-save-status.
1288
1289 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1290
1291         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
1292         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
1293         cannot take second argument).
1294
1295 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1296
1297         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
1298         as t. Since type and subtype are not case sensitive (RFC 2045).
1299
1300 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1301
1302         * wl-vars.el (wl-message-mode-line-format): New variable.
1303         (wl-message-mode-line-format-spec-alist): Ditto.
1304         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
1305         (wl-message-redisplay): Use wl-message-mode-line-format.
1306
1307 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
1310
1311 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1312
1313         * wl-summary.el (wl-summary-default-from): Write description.
1314
1315 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1316
1317         * wl-vars.el (wl-ldap-objectclass): Abolish.
1318
1319         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
1320         (wl-ldap-make-filter): Removed condition for objectclass.
1321         (wl-ldap-make-matched-value-list): Remove meaningless process.
1322         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
1323         (wl-address-ldap-search): Don't add `*' to `pat' string;
1324         use ignore-errors; added `email';
1325         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
1326         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
1327         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
1328
1329
1330 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1331
1332         * wl-draft.el (wl-draft-parent-folder): Write description.
1333         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
1334
1335 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
1338         as "" (zero-length string) if no parent.
1339         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
1340
1341 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-address.el (wl-address-make-completion-list): Skip duplication
1344         checking.
1345         (wl-address-make-address-list): use `cons' and `nreverse' instead of
1346         `append'.
1347
1348 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1349
1350         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
1351         instead of `beginning-of-buffer'.
1352
1353 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
1356
1357 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
1360         Refer wl-message-buffer-name.
1361         (wl-message-wheel-down): Ditto.
1362
1363 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl-vars.el (wl-message-buffer-name): New user option.
1366
1367         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
1368         directly instead of making alist dinamically.
1369
1370         * wl-message.el (wl-message-buffer-cache-name): Abolish.
1371         (wl-message-buffer-create): Use wl-message-buffer-name instead of
1372         wl-message-buffer-cache-name.
1373         (wl-message-buffer-cache-clean-up): Ditto.
1374
1375         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
1376
1377         * Version number is increased to 2.9.15.
1378
1379 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-vars.el (wl-summary-default-view-alist): New user option.
1382
1383         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
1384
1385         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
1386         while deleting address.
1387         (wl-draft-delete-myself-from-cc): Ditto.
1388
1389         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
1390         If optional argument is specified, reverse sort order.
1391
1392         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
1393
1394 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-thread.el (wl-thread-insert-message): Return parent number if
1397         exists.
1398         (wl-thread-update-indent-string-region): Use
1399         wl-thread-update-line-on-buffer-sub instead of
1400         wl-thread-update-line-on-buffer.
1401
1402 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1403
1404         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
1405         (wl-folder-close-all): Ditto.
1406
1407 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1408
1409         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
1410         and mailing-list:.
1411         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
1412         value.
1413         (wl-summary-line-list-info): Print mailing-list name even when 
1414         list-number is empty.
1415
1416 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1417
1418         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
1419
1420         * wl-draft.el (wl-draft-confirm): Abolished since not used.
1421         (wl-draft-open-file): Ditto.
1422         (wl-draft-random-alphabet): Ditto.
1423
1424         * wl-summary.el (wl-summary-mode-map): Remove already abolished
1425         bindings.
1426
1427 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1428
1429         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
1430         * wl-vars.el (wl-draft-config-alist): Ditto.
1431
1432 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
1433
1434         * Version number is increased to 2.9.14.
1435
1436         * wl.el (wl): Don't set wl-init as nil when error occured while
1437         auto-checking folders.
1438
1439         * wl-util.el (wl-expand-newtext): Re-define as an alias for
1440         `elmo-expand-newtext'.
1441
1442 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1443
1444         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
1445         `this-command' so that `wl-folder-goto-folder' contained in
1446         `wl-summary-keep-cursor-command' work.
1447
1448 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1449
1450         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
1451         message buffer displaying state.
1452
1453 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1454
1455         * wl-vars.el (wl-summary-default-view): New variable to specify
1456         default value for `wl-summary-buffer-view' instead of using
1457         set-default.
1458         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
1459
1460 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1461
1462         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
1463
1464         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
1465
1466 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
1467
1468         * wl-vars.el (wl-forward-subject-prefix): New variable.
1469         * wl-draft.el (wl-draft-forward): Use it.
1470
1471 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1472
1473         * wl-message.el (wl-message-prev-page): When it is called without
1474         lines argument, scroll down by wl-message-scroll-amount lines.
1475         (wl-message-next-page): Ditto.
1476         * wl-vars.el (wl-message-scroll-amount): Change default value
1477         to preserve current behavior.
1478
1479 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-summary.el (wl-summary-prefetch-msg): Bind
1482         `wl-message-entity' to call `wl-summary-from-function'.
1483
1484 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1485
1486         * wl-message.el (wl-message-buffer-create): Run
1487         wl-message-buffer-created-hook.
1488
1489 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * wl-summary.el (wl-summary-sort-specs): New variable.
1492         (wl-summary-default-sort-spec): Ditto.
1493         (wl-summary-sort): Rewrite.
1494         (wl-summary-sort-by-list-info): New function.
1495
1496 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1497
1498         * wl-summary.el (wl-summary-get-list-info): New function.
1499         (wl-summary-sort): Rewrite.
1500         (wl-summary-line-list-info): Ditto.
1501         (wl-summary-line-list-count): Ditto.
1502         (wl-summary-refile-region): Fixed docstring.
1503
1504 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
1505
1506         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
1507         `wl-folder-entity-hashtb' as completion table.
1508
1509 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
1512         only when this command is called interactively; silence the byte-
1513         compiler.
1514
1515 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1516
1517         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
1518         active in XEmacs.
1519
1520 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1521
1522         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
1523         plural lines.
1524
1525 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1526
1527         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
1528         of current line when the cursor is on the header name.
1529         (preserve behavior to move to b.o.h. and b.o.l. mutually)
1530
1531 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1532
1533         * wl-util.el (wl-read-directory-name): Return displayed directory
1534         as the default value also on XEmacs.
1535
1536 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
1537
1538         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
1539         formatting.
1540
1541 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
1542
1543         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
1544         argument and when it is non-nil, check face property before
1545         highlighting for each line.
1546         (wl-highlight-summary-window): Set it.
1547
1548 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
1551         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
1552
1553         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
1554         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
1555         (wl-draft-get-fcc-list): Likewise.
1556
1557 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-thread.el (wl-thread-indent-regexp): Abolished.
1560         (wl-thread-entity-cur): Ditto.
1561         * wl-summary.el (wl-summary-buffer-set-folder): Removed
1562         wl-thread-indent-regexp setting.
1563         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
1564
1565         * wl-summary.el (wl-summary-display-top): Highlight summary window when
1566         wl-summary-lazy-highlight.
1567         (wl-summary-display-bottom): Ditto.
1568
1569         * wl-thread.el (wl-thread-open-close): Likewise.
1570
1571         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
1572         from and subject;
1573         Bind wl-draft-use-frame;
1574         Enclose with save-window-excursion;
1575         Use wl-draft-create-buffer instead of with-temp-buffer;
1576         Use wl-draft-prepare-edit;
1577         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
1578         Use wl-draft-send instead of wl-draft-raw-send.
1579
1580 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1581
1582         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
1583         of using wl-from.
1584
1585 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
1586
1587         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
1588         insert-buffer instead of clone-buffer.
1589         (wl-draft-doing-mime-bcc): New variable.
1590         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
1591         infinite loop.
1592         (wl-draft-do-mime-bcc): Use wl-from for From field value.
1593
1594         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
1595         (wl-draft-mime-bcc-body): Ditto.
1596
1597         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
1598         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
1599         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
1600         wl-draft-do-mime-bcc.
1601         (wl-draft-mime-bcc-field): New function.
1602         (wl-draft-do-mime-bcc): Ditto.
1603
1604         * wl-address.el (wl-address-complete-header-list): New variable.
1605         (wl-address-complete-header-regexp): Changed default value.
1606
1607         * Version number is increased to 2.9.13.
1608
1609 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
1612         it is differed.
1613
1614 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-summary.el (wl-summary-line-list-info): Rewrite.
1617         (wl-summary-line-list-count): Ditto.
1618
1619 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
1620
1621         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
1622         (wl-nntp-posting-function): New variable.
1623         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
1624         `wl-nntp-posting-config-alist'.
1625
1626 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1627
1628         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
1629         FLIM.
1630
1631 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
1632
1633         * wl-summary.el (wl-summary-target-mark-refile-sub):
1634         Remove a nuisance funcall.
1635
1636 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
1639         as t for `try-completion'.
1640
1641 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
1642
1643         * wl-summary.el (wl-summary-default-from): Use
1644         wl-address-header-extract-address instead of
1645         std11-extract-address-components.
1646         (wl-summary-simple-from): Ditto.
1647         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
1648         (wl-summary-insert-headers): Show message.
1649         (wl-summary-create-line): Set 4th argument of wl-set-string-width
1650         for whole line.
1651         (wl-summary-default-from): Revert last change.
1652         (wl-summary-simple-from): Ditto.
1653         (wl-summary-mark-as-read): Argument rearrangement and re-written.
1654         (wl-summary-mark-as-read-region): Follow the change above.
1655         (wl-summary-sync-marks): Ditto.
1656         (wl-summary-target-mark-mark-as-read): Ditto.
1657         (wl-summary-redisplay-internal): Ditto.
1658         (wl-summary-redisplay-no-mime-internal): Ditto.
1659         (wl-summary-redisplay-all-header): Ditto.
1660         (wl-summary-mark-as-read): Removed argument `cached';
1661         Use current cache status to set cache mark.
1662         (wl-summary-redisplay-internal): Follow the change above.
1663         (wl-summary-redisplay-no-mime-internal): Ditto.
1664         (wl-summary-redisplay-all-header): Ditto.
1665
1666         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1667
1668         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
1669         Don't call itself recursively (Adviced by Yamaoka-san).
1670
1671 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1672
1673         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
1674         bind wl-summary-highlight as nil to avoid error caused by missing
1675         local variables.
1676
1677 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
1678
1679         * wl-vars.el (wl-invalid-character-message): New user option.
1680
1681         * wl-util.el (wl-set-string-width): If truncated string-width is
1682         larger than specified width, use `wl-invalid-character-message'.
1683
1684 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1685
1686         * wl-summary.el (wl-summary-prefetch-msg): 
1687         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
1688
1689 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-vars.el (wl-summary-check-line-format): New user option.
1692         (wl-summary-line-format-file): Ditto.
1693
1694         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
1695         variable.
1696         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
1697         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
1698         and `wl-summary-view-old-p' to check whether do a rescan or not.
1699         (wl-summary-view-old-p): New function.
1700         (wl-summary-line-format-changed-p): Ditto.
1701         (wl-summary-line-format-save): Ditto.
1702         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
1703
1704         * wl-util.el (wl-set-string-width): Avoid using negative number
1705         for make-string.
1706
1707 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-summary.el (wl-summary-line-list-info): Revised format of the
1710         return value.
1711
1712         * wl-util.el (wl-set-string-width): Added optional argument
1713         `padding' (All other related portions are changed).
1714         (wl-line-parse-format): If the first letter of column number is
1715         `0', zero-padding the result (ex: "%05l").
1716
1717         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
1718
1719 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1720
1721         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
1722         sequential summary view.
1723
1724 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
1727         if it doesn't have a -unix version.
1728
1729 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-summary.el (wl-summary-jump-to-msg): Fix.
1732
1733 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1734
1735         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
1736         content.
1737         (wl-draft): Follow the change above.
1738
1739         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
1740
1741         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
1742         and wl-folder-summary-line-format-alist contain %T and %P.
1743
1744         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
1745         (wl-summary-mode-line-format): New user option.
1746         (wl-summary-line-format-spec-alist): Added l, T, P, n.
1747         (wl-summary-line-format): Changed default value.
1748         (wl-summary-lazy-highlight): Changed default value.
1749
1750         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1751         change in wl-summary-create-line.
1752         (wl-thread-insert-entity-sub): Ditto.
1753
1754         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
1755         (wl-summary-buffer-unread-status): Ditto.
1756         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
1757         (wl-summary-buffer-persistent-mark-column): Ditto.
1758         (wl-summary-buffer-mode-line-formatter): Ditto.
1759         (wl-summary-buffer-mode-line): Ditto.
1760         (wl-summary-message-regexp): Abolished.
1761         (All other related portions are changed.)
1762         (wl-summary-detect-mark-position): New function.
1763         (wl-summary-buffer-set-folder): Setup
1764         wl-summary-buffer-mode-line-formatter.
1765         (wl-summary-mode): Setup selective-display;
1766         Setup pre-idle-hook when xemacs.
1767         (wl-summary-update-modeline): Rewrite.
1768         (wl-summary-jump-to-msg): Define as function;
1769         Changed regexp for searching messages.
1770         (wl-summary-message-number): Rewrite.
1771         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
1772         Do rescan when old type summary cache.
1773         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
1774         (wl-summary-remove-destination): Use '\r' to detect EOL.
1775         (wl-summary-print-destination): Ditto.
1776         (wl-summary-temp-mark): New inline function.
1777         (wl-summary-persistent-mark): Ditto.
1778         (wl-summary-line-number): New function.
1779         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
1780         (wl-summary-line-list-count): New function.
1781         (wl-summary-create-line): Added argument persistent-mark.
1782         (All other related portions are changed)
1783         (wl-summary-create-line): Insert '\r'.
1784         (wl-summary-save-view-cache): Encode whth `unix' EOL.
1785         (wl-summary-cursor-move-surface): New inline function.
1786         (wl-summary-prev): Use it.
1787         (wl-summary-next): Ditto.
1788
1789         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
1790         wl-summary-message-regexp.
1791         (wl-highlight-summary): Delete progress message.
1792         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
1793
1794         * Version number is increased to 2.9.12.
1795
1796 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1797
1798         * wl-summary.el (wl-summary-line-subject-minimum-length): New
1799         variable (nil: no minimum).
1800         (wl-summary-line-subject): Add some spaces after subject by
1801         wl-summary-line-subject-minimum-length.
1802
1803 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
1806         and removed `F'.
1807         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
1808         change above).
1809
1810 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1811
1812         * wl-summary.el (wl-summary-line-list-count): Reverted.
1813         (example setting in samples/*/dot.wl is also updated)
1814
1815 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
1818
1819         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
1820
1821         * wl-vars.el (wl-summary-line-format): Addes some description to the
1822         docstring.
1823
1824         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
1825         (wl-summary-line-close-bracket): Ditto.
1826         (wl-summary-line-children-number): Ditto.
1827         (wl-summary-line-thread-indent): Ditto.
1828         (wl-summary-line-children-and-from): Ditto.
1829
1830         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
1831         't', 'c', 'F' and added 'C'.
1832
1833         * wl-util.el (wl-set-string-width): Accept negative value.
1834         (wl-line-parse-format): Added "%number(" and "%)".
1835
1836 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1837
1838         * wl-summary.el (wl-summary-line-list-count): Change format of the
1839         return value.
1840
1841 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
1842
1843         * wl-draft.el (wl-draft-beginning-of-line): New command imported
1844         from the recent message.el.
1845         (wl-draft-point-in-header-p): Ditto.
1846         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
1847         wl-draft-beginning-of-line.
1848         * wl-e21.el (wl-draft-mode-map): Ditto.
1849         * wl-xmas.el (wl-draft-mode-map): Ditto.
1850
1851         * wl-folder.el: Sort macrodefs by dependencies.
1852
1853 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1854
1855         * wl-summary.el (wl-summary-prev): Fixed regexp.
1856         (wl-summary-next): Ditto.
1857
1858 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1859
1860         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
1861
1862 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1863
1864         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
1865         for backward compatibility.
1866
1867 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1868
1869         * wl-summary.el (wl-summary-line-list-count): New function, merged
1870         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
1871         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
1872         list counts.
1873
1874 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * wl-summary.el (wl-summary-create-line): Ignore errors while
1877         timezone-fix-time.
1878
1879         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
1880
1881         * wl-summary.el (wl-summary-sync-update): Ditto.
1882         (wl-summary-default-from): Use wl-message-entity
1883         instead of entity.
1884
1885         * wl-summary.el (wl-summary-create-line): Fix.
1886
1887         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
1888         (wl-summary-line-format): New user option.
1889         (wl-folder-summary-line-format-alist): Ditto.
1890         (wl-summary-from-width): Abolished.
1891
1892         * wl-util.el (toplevel): Require 'bytecomp.
1893         (wl-line-parse-format): New function.
1894         (wl-line-formatter-setup): New macro.
1895
1896         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
1897         (wl-summary-buffer-line-formatter): New buffer local variable.
1898         (wl-summary-switch-to-clone-buffer): Follow the change above.
1899         (wl-summary-message-regexp): Fix.
1900         (wl-summary-from-func-internal): Abolished.
1901         (wl-summary-subject-func-internal): Ditto.
1902         (wl-summary-subject-filter-func-internal): Ditto.
1903         (All other related portions are changed.)
1904         (wl-summary-buffer-set-folder):
1905         Set up wl-summary-buffer-number-column and 
1906         wl-summary-buffer-line-formatter
1907         (All other related portions are changed.)
1908         (wl-summary-buffer-number-column-detect): Abolished.
1909         (All other related portions are changed.)
1910         (wl-summary-delete-all-status-marks-on-buffer): Removed.
1911         (wl-summary-delete-all-temp-marks-on-buffer): Use
1912         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
1913         (wl-summary-target-mark-delete): Ditto.
1914         (wl-summary-target-mark-refile-subr): Ditto.
1915         (wl-summary-target-mark-mark-as-read): Ditto.
1916         (wl-summary-target-mark-mark-as-unread): Ditto.
1917         (wl-summary-target-mark-mark-as-important): Ditto.
1918         (wl-summary-target-mark-save): Ditto.
1919         (wl-summary-replace-status-marks): Renamed from
1920         wl-summary-set-status-marks-on-buffer;
1921         Use wl-summary-message-regexp instead of
1922         wl-summary-buffer-number-regexp.
1923         (wl-summary-sync-update): Follow the change above.
1924         (wl-summary-goto-previous-message-beginning): New function.
1925         (wl-summary-mark-as-unread): Use it.
1926         (wl-summary-mark-as-important): Ditto.
1927         (wl-summary-line-formatter): New variable.
1928         (wl-summary-line-year): New function.
1929         (wl-summary-line-day): Ditto.
1930         (wl-summary-line-day-of-week): Ditto.
1931         (wl-summary-line-hour): Ditto.
1932         (wl-summary-line-minute): Ditto.
1933         (wl-summary-line-open-bracket): Ditto.
1934         (wl-summary-line-close-bracket): Ditto.
1935         (wl-summary-line-children-number): Ditto.
1936         (wl-summary-line-thread-indent): Ditto.
1937         (wl-summary-line-size): Ditto.
1938         (wl-summary-line-subject): Ditto.
1939         (wl-summary-line-from): Ditto.
1940         (wl-summary-line-children-and-from): Ditto.
1941         (wl-summary-create-line): Rewritten.
1942         (wl-summary-format-date): Abolished.
1943
1944         * wl-highlight.el (wl-highlight-summary-current-line): Use
1945         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
1946         Use thread structure to detect thread top message.
1947
1948         * wl-draft.el (wl-default-draft-cite): Don't use
1949         wl-summary-from-func-internal.
1950
1951         * wl-refile.el (wl-refile-subject-learn): Don't use
1952         wl-summary-subject-filter-func-internal.
1953         (wl-refile-guess-by-subject): Ditto.
1954
1955         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
1956         parameters.
1957
1958         * wl-thread.el (wl-thread-update-indent-string-region):
1959         Use wl-thread-update-line-on-buffer instead of
1960         wl-thread-update-indent-string.
1961         (wl-thread-update-children-number): Redefine using
1962         wl-thread-update-line-on-buffer.
1963         (wl-thread-update-indent-string): Abolished.
1964
1965         * Version number is increased to 2.9.11.
1966
1967 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
1968
1969         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
1970         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
1971         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
1972
1973         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
1974         as nil.
1975
1976         * wl-thread.el (wl-thread-open-all-unread): Use 
1977         elmo-folder-list-messages-mark-match.
1978         (wl-thread-insert-message): Removed argument `mark-alist'.
1979         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
1980         elmo-msgdb-set-mark.
1981         (wl-thread-get-children-msgs-uncached): Likewise.
1982         (wl-thread-get-exist-children): Added argument include-self.
1983         (wl-thread-delete-message): Follow the change above.
1984
1985         * wl-summary.el (wl-summary-count-unread): Removed argument.
1986         (wl-summary-rescan): Follow the change above.
1987         (wl-summary-mark-as-read-region): Ditto
1988         (wl-summary-mark-as-unread-region): Ditto.
1989         (wl-summary-delete-messages-on-buffer): Ditto.
1990         (wl-summary-sync-update): Ditto.
1991         (wl-summary-switch-to-clone-buffer): Ditto.
1992         (wl-summary-goto-folder-subr): Ditto.
1993         (wl-summary-target-mark-mark-as-read): Ditto.
1994         (wl-summary-target-mark-mark-as-unread): Ditto.
1995         (wl-summary-target-mark-mark-as-important): Ditto.
1996         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
1997         (wl-summary-update-thread): Removed argument `mark-alist'.
1998         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
1999         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
2000         (wl-summary-resume-cache-status): Likewise.
2001         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
2002         elmo-msgdb-set-mark.
2003         (wl-summary-mark-as-read-all): Likewise.
2004         (wl-summary-delete-cache): Ditto.
2005         (wl-summary-auto-select-msg-p): Ditto.
2006         (wl-summary-mark-as-unread): Ditto.
2007         (wl-summary-no-auto-refile-message-p): Ditto.
2008         (wl-summary-mark-as-read): Ditto.
2009         (wl-summary-mark-as-important): Ditto.
2010         (wl-summary-auto-refile): Follow the change above.
2011         (wl-summary-delete-all-marks): Removed.
2012         (wl-summary-resume-marks-and-highlight): Ditto.
2013         (wl-summary-resume-marks): Ditto.
2014         (wl-summary-delete-important-msgs-from-list): Ditto.
2015         (wl-summary-delete-canceled-msgs-from-list): Ditto.
2016
2017         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
2018         wl-summary-count-unread.
2019
2020         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2021         (wl-summary-score-update-all-lines): Use
2022         elmo-msgdb-set-mark.
2023
2024 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
2025
2026         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
2027         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
2028         (wl-summary-create-line): Renamed from
2029         wl-summary-overview-create-summary-line;
2030         Argument rearrangement.
2031         (wl-summary-update-thread): Follow the change above.
2032
2033         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
2034         (wl-thread-insert-entity-sub): Likewise.
2035
2036         * wl-summary.el (wl-summary-append-message-func-internal): Removed
2037         argument `overview', `mark-alist' and added `msgdb'.
2038
2039         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
2040
2041         * wl-summary.el (wl-summary-insert-summary): Changed argument.
2042         (wl-summary-rescan): Follow the change above.
2043         (wl-summary-sync-update): Ditto.
2044         (wl-summary-insert-thread-entity): Ditto;
2045         Don't use `let*' in every while loop;
2046         Detect infinite loop of threads.
2047         (wl-summary-update-thread): Removed argument `overview'.
2048
2049         * wl-thread.el (wl-thread-insert-message): Ditto.
2050
2051         * Version number is increased to 2.9.10.
2052
2053         * wl-message.el (wl-message-redisplay): Ignore errors while
2054         wl-message-redisplay-hook.
2055
2056 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2057
2058         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
2059
2060 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl.el (wl): inhibit-quit while wl-folder.
2063
2064 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
2067         while msgdb access.
2068
2069 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
2072         even if no folder is not created.
2073
2074 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
2077
2078         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
2079         implementation.
2080         (wl-summary-target-mark-thread): Ditto.
2081
2082         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
2083
2084 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2085
2086         * wl-util.el (wl-display-bytes): Remove unused function.
2087
2088 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2089
2090         * wl.el (wl-check-environment): Cause error when wl-from is nil,
2091         seems critical one (partially reverse the change in 2002/03/17).
2092
2093 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2094
2095         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
2096         * wl-draft.el (wl-draft-write-sendlog): Ditto.
2097
2098 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
2101         is not writable.
2102         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
2103         plugged status instead of `'force' as 2nd argument.
2104
2105         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
2106         is not creatable.
2107
2108         * Version number is increased to 2.9.9.
2109
2110 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
2111
2112         * wl-summary.el (wl-summary-suspend): New function.
2113
2114 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
2115
2116         * wl.el (wl): Do not check variables if check is nil.
2117         * wl-utils.el (wl-collect-draft): New function.
2118         * wl-folder.el (wl-folder-suspend): Put summary buffers
2119         and draft buffers at the end of buffer list.
2120         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
2121
2122 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2123
2124         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
2125         loop instead of recursive call.
2126
2127         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
2128         2nd argument.
2129
2130 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2131
2132         * wl-draft.el (wl-draft-create-contents): Don't take neither
2133         (function . args) nor (string . something) any more.
2134
2135         * wl-version.el (wl-generate-user-agent-string): Return string
2136         without header symbol.
2137         * wl-draft.el (wl-draft-default-headers): Use it.
2138
2139         * wl-draft.el (wl-draft-trim-ccs): Renamed from
2140         `wl-draft-insert-ccs' and return field value instead of inserting
2141         the header. Abolish cc argument.
2142         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
2143
2144         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
2145         rather than one with string car.
2146
2147         * wl-vars.el (wl-draft-additional-header-alist): New variable.
2148         * wl-draft.el (wl-draft-create-contents): Add it after the default
2149         headers.
2150
2151         * wl-draft.el (wl-draft-create-contents): For the case of
2152         (symbol-or-string . function) insert header only when the function
2153         returns string value.
2154
2155 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2156
2157         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
2158         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
2159
2160 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2161
2162         * wl.el (wl-check-environment): Don't check Message-ID when
2163         `wl-insert-message-id' is nil.
2164         Revive checking if `wl-message-id-domain' contains "@".
2165
2166 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2167
2168         * wl.el (wl-check-environment): Merge examination for "@" at
2169         inappropriate position into the first string-match.
2170
2171         * wl-summary.el (wl-summary-target-mark-print): New function.
2172         (wl-summary-pipe-message-subr): Extracted from
2173         `wl-summary-pipe-message'.
2174         (wl-summary-target-mark-pipe): New function.
2175         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
2176         `wl-summary-target-mark-pipe'.
2177
2178 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2179
2180         * wl.el (wl-check-environment): Rewrite around Message-ID check.
2181
2182 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2183
2184         * wl.el (wl-check-environment): Use elmo-warning instead of
2185         error for non-critical ones.
2186         Remove trash folder check.
2187         (wl): Don't ignore error in wl-check-environment.
2188
2189         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
2190         check, which is moved from `wl-check-environment'.
2191         (Adviced by Teranishi-san [X-Mail-Count: 9661])
2192
2193 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2194
2195         * wl-summary.el (wl-summary-write-current-folder): If it cannot
2196         guess anything, call wl-summary-write.
2197         (wl-summary-write): Create draft with blank To field.
2198         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
2199
2200 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2201
2202         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
2203         argument full as well for wl-folder-write-current-folder.
2204         If wl-*-write-current-folder cannot guess addressee, add blank
2205         To header.
2206         Rewrite condition for positioning cursor.
2207
2208 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2209
2210         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
2211         summary buffer is present, use it.
2212         (wl-folder-jump-to-previous-summary): Ditto.
2213
2214 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2215
2216         * wl-draft.el (wl-draft-create-contents): Fix docstring.
2217
2218         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
2219         wl-summary-previous-buffer and wl-summary-next-buffer.
2220
2221         * wl-folder.el (wl-folder-mode-map): Bind
2222         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
2223         (wl-folder-jump-to-next-summary): New function.
2224         (wl-folder-jump-to-previous-summary): Ditto.
2225
2226         * wl-draft.el (wl-draft): Rearranged.
2227
2228 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2229
2230         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
2231         of header.
2232         (wl-draft): Collect arguments for the header as header-alist.
2233         (wl-draft-forward): Arrange arguments for wl-draft.
2234         (wl-draft-reply): Ditto.
2235         (wl-draft-edit-string): Ditto.
2236         * wl-summary.el (wl-summary-write): Ditto.
2237         (wl-summary-write-current-folder): Ditto.
2238
2239         * Version number is increased to 2.9.8.
2240
2241 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2242
2243         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
2244
2245         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
2246
2247         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
2248         even if the guess failed.
2249
2250         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
2251         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
2252         wl-summary-write-current-folder.
2253         * wl-xmas.el: Ditto.
2254
2255 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
2256
2257         * wl-summary.el (wl-summary-next-page): Force display message if
2258         message is not displayed yet.
2259         (wl-summary-prev-page): Ditto.
2260
2261 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
2262
2263         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
2264
2265 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2266
2267         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
2268         add "Preview Message" and "Save Draft and Exit".
2269
2270 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2271
2272         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
2273         if addrmgr is called from draft in splitted window.
2274
2275         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
2276         * wl-mule.el: Ditto.
2277         * wl-xmas.el: Ditto.
2278
2279 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2280
2281         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
2282
2283         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
2284         * wl-xmas.el (wl-folder-toolbar): Ditto.
2285
2286 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2287
2288         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
2289         and wl-draft-save-and-exit.
2290         (wl-draft-toolbar): Add wl-draft-save-and-exit.
2291         * wl-xmas.el: Ditto.
2292         * wl-mule.el: Ditto.
2293
2294         * wl-folder.el (wl-folder-goto-draft-folder): New function.
2295         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
2296
2297 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
2300         lists for saving buffer.
2301
2302 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2303
2304         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
2305         parent-folder argument instead of it.
2306         (wl-draft-create-buffer): Ditto.
2307         (wl-draft-forward): Ditto.
2308         (wl-draft-reply): Ditto.
2309         * wl-summary.el (wl-summary-write): Ditto.
2310         (wl-summary-write-current-folder): Ditto.
2311
2312         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
2313         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
2314         Folder buffer after composing.
2315
2316 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
2319         header if the file `wl-x-face-file' already contains it.
2320
2321 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2322
2323         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
2324         folder" entry.
2325         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
2326         * wl-e21.el (wl-folder-toolbar): Ditto.
2327         * wl-xmas.el (wl-folder-toolbar): Ditto.
2328
2329 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2330
2331         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
2332         wl-folder-goto-folder with sticky argument.
2333         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
2334
2335 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
2338         and wl-summary-previous-buffer.
2339         (wl-summary-next-buffer): New function.
2340         (wl-summary-previous-buffer): Ditto.
2341
2342 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2343
2344         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
2345         wl-folder-jump-to-current-entity-with-arg.
2346         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
2347         `wl-folder-jump-to-current-entity'.
2348         * wl-summary.el (wl-summary-mode-map): Bind "G" for
2349         `wl-summary-goto-folder-sticky'.
2350         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
2351         `wl-summary-goto-folder'.
2352         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
2353         Unless force-exit, do not clean temp. marks for sticky summary.
2354         (wl-summary-goto-folder): Now the prefix argument means force-exit.
2355
2356 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
2359         not entire.
2360
2361 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
2362
2363         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
2364         to `C-x C-s'.
2365         (wl-summary-save-status): New command.
2366         (wl-summary-exit): Don't clean-up temp marks when sticky.
2367         (Applied patch from Nakayama-san [wl: 09548])
2368         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
2369         Do nothing when no mark data.
2370         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
2371         Call `wl-summary-delete-all-temp-marks' before saving.
2372
2373 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
2374
2375         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
2376
2377 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2378
2379         * wl.el (wl-check-environment): Also cause error when (system-name)
2380         returns "localhost.localdomain". (Although it doesn't affect because
2381         of condition-case, see change in 2002-01-23 by Teranisi-san.)
2382
2383 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2384
2385         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
2386         instead of wl-match-member with wl-folder-hierarchy-access-folders.
2387
2388         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2389         value.
2390
2391 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
2394         Likewise r-cc-list and r-ng-list.
2395
2396 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
2399         only if it is bound as variable.
2400
2401         * wl-mime.el (wl-draft-preview-message): Ditto.
2402
2403 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
2406         needless `goto-char'.
2407
2408         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
2409         `wl-summary-redisplay-no-mime-internal' instead of
2410         `wl-summary-redisplay-no-mime'.
2411         (wl-summary-redisplay-no-mime): Changed argument;
2412         Call `wl-summary-redisplay-no-mime-internal'.
2413
2414         * wl-mime.el (wl-draft-preview-message): Bind
2415         `mime-header-encode-method-alist' locally.
2416
2417         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
2418         (wl-draft-std11-parse-addresses): Added the first address check.
2419         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
2420
2421         * Version number is increased to 2.9.7.
2422
2423 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
2424
2425         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
2426
2427 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
2428
2429         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
2430         related to scrollbar support, if there is no such a feature
2431         compiled in.
2432
2433 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
2436         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
2437         for prefetch.
2438
2439 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
2440
2441         * wl-summary.el (wl-summary-pick): Fix for no match.
2442
2443 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2444
2445         * wl-draft.el (wl-draft-save):
2446         Override `mime-header-encode-method-alist'.
2447
2448 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2449
2450         * wl-folder.el (wl-folder-pick): New function.
2451         Define key as "?".
2452
2453 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2454
2455         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
2456         Fix for unplugged.
2457
2458 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2459
2460         * wl-folder.el (wl-folder-virtual): New function.
2461         Define key as "V".
2462
2463 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2464
2465         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
2466         multi folder if entity is group.
2467
2468 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2469
2470         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
2471         is nil.
2472
2473 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2474
2475         * wl-summary.el (wl-summary-pick): Fix for killed messages.
2476         (wl-summary-target-mark-msgs): Return the number of marked messages.
2477
2478 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2479
2480         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
2481         "first:" is specified.
2482
2483 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2484
2485         * wl-vars.el (wl-from): Use return value of function
2486         user-full-name instead of the variable user-full-name since
2487         XEmacs-20.4 doesn't set this variable.
2488
2489 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
2492         call `wl' directly.
2493
2494 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
2495
2496         * wl-draft.el (wl-draft-reedit): Removed duplicated
2497         switch-to-buffers.
2498
2499 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * wl.el (wl-other-frame): Removed garbages.
2502
2503 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
2506
2507         * wl-xmas.el (wl-draft-key-setup): Ditto.
2508
2509         * wl-mule.el (wl-draft-key-setup): Ditto.
2510
2511         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
2512         (wl-draft-reedit): Ditto.
2513         (wl-draft-prepare-edit): Add `wl-draft-save' to
2514         `local-write-file-hooks'.
2515         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
2516         (wl-draft-reedit): Set buffer-file-name.
2517         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
2518
2519
2520         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
2521         call it.
2522         (wl-delete-startup-frame-function): New variable.
2523         (wl-other-frame): New function
2524         (Original was written by Yamaoka san [wl: 09239]).
2525
2526         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
2527         if `wl-folder-use-frame'.
2528
2529 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2530
2531         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
2532
2533 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2534
2535         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
2536         New variable.
2537         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
2538         (wl-message-buffer-prefetch-get-next): Use them.
2539         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
2540
2541 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
2544         with unwind-protect.
2545
2546         * wl-draft.el (wl-draft-reedit): Rewrite.
2547         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
2548         (wl-draft-save): Insert header separator if it does not exist;
2549         Removed condition-case.
2550
2551         * wl-summary.el (wl-summary-reedit): Revert last change.
2552
2553         * wl-draft.el (wl-draft-save): Rewrite.
2554         (wl-draft-create-buffer): Set buffer-file-name as nil.
2555
2556         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
2557
2558         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
2559
2560         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
2561         nil.
2562
2563 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2564
2565         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
2566         If count is nil, do not prefetch.
2567         (wl-message-buffer-prefetch-next): Next.
2568
2569 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2570
2571         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
2572
2573 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2574
2575         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
2576         `delete-backward-char'
2577         (wl-draft-prepare-edit): Check major-mode.
2578         (wl-draft-decode-header): Rewrite.
2579         (wl-draft): Fix.
2580
2581 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2582
2583         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
2584
2585 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2586
2587         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
2588         (wl-message-buffer-prefetch-get-next): Remove size checking.
2589         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
2590
2591 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2592
2593         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
2594         (wl-draft-default-headers): Fix.
2595
2596 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * wl-draft.el (wl-draft-default-headers): Insert return value of
2599         `wl-generate-mailer-string-function'.
2600
2601 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
2604         (wl-draft-insert-mail-header-separator): Ditto.
2605
2606         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
2607         again (Reverted the change on 2002-01-17 by OKADA san).
2608
2609 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2610
2611         * wl-draft.el (wl-draft): Rewrite.
2612         (wl-draft-create-buffer): New function.
2613         (wl-draft-create-contents): Ditto.
2614         (wl-draft-prepare-edit): Ditto.
2615         (wl-draft-decode-header): Ditto.
2616         (wl-draft-decode-body): Ditto.
2617         (wl-draft-check-new-line): Ditto.
2618         (wl-draft-default-headers): Ditto.
2619         (wl-draft-insert-mail-header-separator): Ditto.
2620
2621 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2622
2623         * Version number is increased to 2.9.6.
2624
2625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2626
2627         * wl-draft.el (wl-draft-delete-field): Optional argument.
2628         (wl-draft-delete-fields): Ditto.
2629
2630 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2631
2632         * wl-message.el (toplevel): Eliminated byte-compile warning.
2633         for `itimer-function', `delete-timer' and `itimer-list'.
2634
2635 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2636
2637         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
2638         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
2639         `wl-message-buffer-prefetch-threshold'.
2640         * wl-summary.el (wl-summary-redisplay-internal): Remove
2641         the check of `wl-message-buffer-prefetch-depth'.
2642
2643 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2644
2645         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
2646         size of article.
2647         (wl-message-buffer-prefetch-subr): Remove size check.
2648
2649 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2650
2651         * wl-vars.el (wl-plugged): Make customizable.
2652
2653 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2654
2655         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
2656         (wl-message-buffer-prefetch-set-timer): New function.
2657         (wl-message-buffer-prefetch-get-next): New function.
2658         (wl-message-buffer-prefetch): New function.
2659         (wl-message-buffer-prefetch-next): Rewrite.
2660         (wl-message-buffer-prefetch-subr): Rewrite.
2661         * wl-vars.el (wl-auto-prefetch-first): New variable.
2662         * wl-summary.el (wl-summary-goto-folder-subr): Call
2663         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
2664
2665 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2666
2667         * wl-score.el (wl-summary-score-update-all-lines): Do not call
2668         `wl-summary-unread-message-hook'.
2669
2670 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2671
2672         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
2673         (wl-summary-sync): Call `wl-summary-resume-cache-status'
2674         if range is `cache-status'.
2675
2676 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2677
2678         * wl-message.el (wl-message-buffer-prefetch-subr):
2679         Improve debug message.
2680
2681 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2682
2683         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
2684         `wl-mail-send-pre-hook'.
2685         (wl-draft-send-mail-with-qmail): Ditto.
2686         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
2687
2688 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2689
2690         * wl-message.el (wl-message-buffer-prefetch-subr):
2691         Fix for cancel-function-timers bug.
2692         (wl-message-buffer-prefetch-debug): Default value is t.
2693
2694 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2695
2696         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
2697         (wl-message-buffer-prefetch-subr): Rewrite.
2698         Rename from `wl-message-buffer-prefetch'.
2699
2700 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2701
2702         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
2703         (wl-default-draft-cite-decorate-author): Ditto.
2704
2705         * wl-draft.el (wl-draft-cite-function): Removed.
2706         (wl-default-draft-cite-decorate-author): Ditto.
2707
2708 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2709
2710         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
2711         (wl-default-draft-cite): Do not arrange author name if the value of
2712         `wl-default-draft-cite-decorate-author' is nil.
2713
2714 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
2717
2718         * wl-folder.el (wl-folder-check-one-entity): Don't care
2719         `elmo-folder-use-flag-p'.
2720
2721 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
2722
2723         * wl-folder (wl-folder-check-one-entity): Fix
2724         problem if unread is nil.
2725
2726 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2727
2728         * wl-address.el (wl-address-make-completion-list): Check whether
2729         the address is a group list.
2730         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
2731
2732 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
2735         The number of the messages of new and unread does not count
2736         correctly.
2737
2738         * wl-summary.el (wl-summary-count-unread): Changed to return
2739         `(new . unread)' instead of total.
2740         (wl-summary-sync-update): Follow the change above.
2741
2742         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
2743
2744 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2745
2746         * wl-address.el (wl-address-make-completion-list): Do not enclose
2747         address by " <" and ">" if associated realname is "".
2748         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
2749         This is against the promblem with group list in .addresses pointed
2750         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
2751
2752 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-draft.el (wl-draft-write-sendlog): The first argument of
2755         message is a format control string.
2756         * wl-expire.el (wl-expire-append-log): Ditto.
2757         * wl-mime.el (wl-summary-burst-subr): Ditto.
2758         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
2759         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
2760
2761 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2762
2763         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
2764         wl.el (wl-check-variables): Rename from `wl-check-type'.
2765         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
2766         (wl-check-variables-2): New function.
2767         (wl): Call `wl-check-variables-2'.
2768
2769 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2770
2771         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
2772         after renaming folder in access group.
2773
2774 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2775
2776         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
2777         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
2778         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
2779         (wl-message-buffer-prefetch): Rewrite.
2780         (wl-message-buffer-prefetch-idle-time): Removed.
2781         * wl-summary.el (wl-summary-redisplay-internal):
2782         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
2783         Error check for `wl-message-buffer-prefetch-depht'.
2784
2785 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2786
2787         * Version number is increased to 2.9.5.
2788         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
2789
2790 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2791
2792         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
2793         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
2794         Based on the patch written by
2795         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2796
2797 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
2798
2799         * wl-draft.el (wl-draft-raw-send): Fix for
2800         `wl-news-send-pre-hook'
2801
2802 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2803
2804         * wl-utils.el (wl-message-id-function): New variable.
2805         * wl-draft.el (wl-draft-insert-required-fields):
2806         Use `wl-message-id-function'.
2807
2808 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2809
2810         * wl-vars.el (wl-message-id-use-wl-from): New variable.
2811         * wl-utils.el (wl-draft-make-message-id-string):
2812         Use `wl-from' for domain part of Message-ID
2813         if `wl-message-id-use-wl-from' if non-nil.
2814         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
2815
2816 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2817
2818         * wl.el (wl): Call `wl-check-type'
2819         Do not 'condition-case'.
2820
2821 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2822
2823         * wl.el (wl-check-type): New function.
2824         (wl-check-type-variables): New variable.
2825
2826 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2827
2828         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
2829
2830 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2831
2832         * wl-draft.el (wl-smtp-password-key): New function.
2833         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
2834         (wl-draft-send-mail-with-smtp): Ditto.
2835         (wl-draft-send-mail-with-pop-before-smtp): Fix.
2836
2837 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
2838
2839         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
2840         * wl-utils.el (wl-unique-id-suffix): Remove.
2841
2842 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
2843
2844         * Version number is increased to 2.9.4.
2845
2846 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
2847
2848         * wl-utils.el (wl-unique-id-suffix): New variable.
2849         (wl-unique-id): Use `wl-unique-id-suffix'
2850
2851 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
2854         instead of `elmo-msgdb-search'.
2855
2856         * Version number is increased to 2.9.3.
2857
2858 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
2859
2860         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
2861
2862 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
2863
2864         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
2865         (wl-draft-dispatch-message): Changed for send-later.
2866         (wl-draft-queue-flush): Ditto.
2867         (wl-draft): Clear `wl-sent-message-queued'.
2868         (wl-draft-reedit): Ditto.
2869         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
2870         * wl-vars.el (wl-draft-force-queuing): New variable.
2871         (wl-draft-force-queuing-mail): New variable.
2872         (wl-draft-force-queuing-news): New variable.
2873
2874 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-draft.el (wl-draft-hide): Removed `interactive'.
2877         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
2878
2879 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * Version number is increased to 2.9.2.
2882
2883 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * wl-draft.el (wl-draft-elide-region): New user command.
2886         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
2887
2888         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
2889         command `wl-draft-elide-region'.
2890         * wl-mule.el: Ditto.
2891         * wl-xmas.el: Ditto.
2892
2893 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
2896         (wl-biff-check-folder-async): Removed needless let.
2897
2898 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
2901         wl-folder-get-elmo-folder.
2902         (wl-biff-check-folder): Set `biff' argument of
2903         `wl-folder-check-one-entity'.
2904         (wl-biff-check-folder-async): Setup `biff' slot of folder.
2905
2906         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
2907         (wl-folder-check-one-entity): Added `biff' argument;
2908         Setup `biff' slot of folder.
2909
2910         * Version number is increased to 2.9.1.
2911
2912 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
2915         comment out and fixed.
2916         (wl-fldmgr-add-completion-subr): Ditto.
2917
2918         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
2919         and msgdb.
2920
2921         * wl.el (wl-toggle-plugged): Save summary view.
2922
2923 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
2926
2927 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
2930
2931 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * wl-e21.el (wl-e21-toolbar-configurations): Replace
2934         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
2935         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
2936
2937         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
2938         if it was failed.
2939         (wl-demo): Disable undo in the demo buffer.
2940
2941 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-version.el (wl-version): Changed codename.
2944
2945         * Version number is increased to 2.9.0.
2946
2947 2001-12-14  Takuo KITAME <kitame@northeye.org>
2948
2949         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
2950         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
2951         (wl-folder-mark-as-read-all-current-entity): Ditto.
2952
2953 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-vars.el (wl-from-width): Define as obsolete variable.
2956         (wl-subject-length-limit): Ditto.
2957
2958         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
2959
2960         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
2961         wl-summary-save-view.
2962
2963         * wl.el (wl-save-status): Ditto.
2964         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
2965
2966         * wl-summary.el (wl-summary-save-view): Removed unused argument.
2967         (wl-summary-exit): Follow the change above.
2968         (wl-summary-goto-folder-subr): Ditto.
2969
2970         * wl-folder.el (wl-folder-create-subr): Don't use
2971         `elmo-folder-creatable-p'.
2972
2973 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
2976
2977 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
2980         rather than bitmap on Emacs 21.
2981         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
2982         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
2983         for xbm if the new redisplay engine is not available.
2984
2985 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2986
2987         * wl-folder.el (wl-folder-init-hook): New hook.
2988         (wl-folder-init): Run `wl-folder-init-hook'.
2989
2990 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
2993
2994 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2995
2996         * wl-acap.el (wl-acap-cache-filename): New variable.
2997         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
2998         (wl-acap-init): Use cache if no ACAP server found.
2999
3000 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3001
3002         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
3003         `wl-acap-original-msgdb-dir'.
3004
3005         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
3006         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
3007
3008         * wl-mime.el (wl-mime-save-directory): Renamed from
3009         `wl-mime-save-dir'.
3010
3011 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * wl-vars.el (wl-icon-dir): Fixed the docstring.
3014
3015         * wl-demo.el: Require `path-util'.
3016         (wl-demo-bitmap-mule-available-p): New internal variable.
3017         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
3018         `module-installed-p' instead.
3019         (wl-demo-insert-image): Use *.img file for a bitmap image.
3020         (wl-demo): Don't call the ascii demo recursively.
3021
3022 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3023
3024         * Version number is increased to 2.7.7.
3025
3026 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl.el (wl-exit): Eliminated byte-compile warning.
3029
3030 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
3033         obsolete variable using `elmo-define-obsolete-variable'.
3034         (wl-fetch-confirm-threshold): Ditto.
3035         (wl-cache-prefetch-folder-type-list): Ditto.
3036         (wl-cache-prefetch-folder-list): Ditto.
3037
3038 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
3041         (wl-demo-icon-name): Use Xmas logo at the end of the year.
3042         (wl-demo-insert-image): New function.
3043         (wl-demo-insert-text): New function.
3044         (wl-demo-image-type-alist): Redefine as a function.
3045         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
3046         (wl-demo-with-temp-file-buffer): Removed.
3047         (wl-logo-xpm): Removed.
3048         (wl-logo-xbm): Removed.
3049         (wl-logo-bitmap): Removed.
3050
3051 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
3052
3053         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
3054         (wl-expire-localdir-get-folder-function): New user option.
3055         (wl-expire-localdir-get-folder): New function.
3056         (wl-expire-localdir-date): Ditto.
3057
3058 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3059
3060         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
3061         value.  Refactoring `wl-folder-notify-deleted' is nil case.
3062         Fixed unread number mismatch when all-unread < unread.
3063
3064 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
3067         (wl-fetch-confirm-threshold): Ditto.
3068
3069         * wl-summary.el (wl-summary-confirm-appends): Removed.
3070         (wl-summary-sync-update): Don't refer
3071         `wl-summary-update-confirm-threshold' (It is now abolished).
3072
3073         * wl-message.el (wl-message-display-internal): Don't refer
3074         `wl-fetch-confirm-threshold' (It is now abolished).
3075
3076 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
3079
3080 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
3083         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
3084         Change default value to nil.
3085         (wl-summary-indent-length-limit): The value can be nil, nil means
3086         unlimited.
3087
3088         * wl-summary.el: Don't set limit for indent length if the value of
3089         wl-summary-indent-length-limit is nil.
3090         If the value of wl-summary-width is nil, it means only that the width
3091         of summary is unlimited (nil doesn't mean that the indent length is
3092         unlimited).
3093
3094         * wl-thread.el: Ditto.
3095
3096 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
3097
3098         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
3099         be nil, nil means never confirm.
3100         * wl-summary.el (wl-summary-confirm-appends): Ditto.
3101
3102 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
3105         means unlimited).
3106
3107 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
3110         Use `with-temp-buffer'.
3111
3112 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
3115         with new backquote style).
3116         (wl-folder-get-entity-from-buffer): Ditto.
3117
3118 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-version.el (nemacs-version): Eliminated.
3121         (wl-extended-emacs-version2): Ignore nemacs.
3122         (wl-extended-emacs-version3): Ditto.
3123
3124 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
3125
3126         * wl-vars.el (wl-draft-add-references): Set default value as nil.
3127         (wl-draft-add-in-reply-to): New variable.
3128         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
3129         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
3130         (wl-draft-yank-from-mail-reply-buffer): Use
3131         `wl-draft-add-in-reply-to'.
3132         (wl-draft-insert-current-message): Ditto.
3133
3134 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
3137         typo (kill->hide).
3138         (wl-message-buffer-prefetch-folder-type-list): Added elements
3139         `mark' and `cache' instead of `internal'.
3140
3141 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
3144         resume msgdb directory.
3145
3146 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl.el (wl-exit): Call `wl-acap-exit'.
3149
3150         * wl-summary.el (wl-summary-message-string): New function.
3151         (wl-summary-reedit): Use it.
3152         (wl-summary-resend-bounced-mail): Remove needless let.
3153         (wl-summary-supersedes-message): Ditto.
3154         (wl-summary-save): Ditto.
3155
3156         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
3157         (wl-acap-init): Set it.
3158         (wl-acap-exit): New function.
3159
3160 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3161
3162         * wl.el (wl-init): Revert (require 'mime-setup). move from
3163         toplevel.
3164
3165 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3166
3167         * wl-summary.el (wl-summary-write-current-folder): Remove unused
3168         local variables.  Add error when guess function return invalid
3169         value.
3170
3171 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3172
3173         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
3174         Change local variable name.
3175         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3176         (wl-folder-get-newsgroups): Return nil when non-news folder.
3177         * wl-summary.el (wl-summary-write-current-folder): State through
3178         when guess-list return nil.
3179         (wl-summary-write-current-folder-functions): Fixed docstring.
3180
3181         * wl.el (wl-exit): Changed confirm message.
3182
3183         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
3184         * wl-draft.el (wl-draft): Remove verbose `featurep'.
3185
3186         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
3187
3188 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3189
3190         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
3191         user option (Renamed from wl-cache-prefetch-folder-type-list).
3192         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
3193         from wl-cache-prefetch-folder-list).
3194
3195         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
3196         Move to wl-vars.el.
3197         (wl-message-buffer-prefetch-p): Changed to enable
3198         `wl-message-buffer-prefetch-folder-list'.
3199
3200         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
3201         `ignore-cache'.
3202
3203 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
3204
3205         * wl-draft.el (wl-draft-config-sub-func-alist): Added
3206         `part-top' and `part-bottom'.
3207         (wl-draft-config-sub-part-top): New function.
3208         (wl-draft-config-sub-part-bottom): New function.
3209
3210 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3211
3212         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
3213
3214 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
3215
3216         * wl-folder.el (wl-folder-get-newsgroups): Fix.
3217
3218 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3219
3220         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
3221
3222         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
3223         (wl-summary-write-current-folder): Ditto.
3224
3225 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-folder.el (wl-folder-get-newsgroups): Use
3228         `elmo-folder-newsgroups'.
3229
3230 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
3231
3232         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
3233         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
3234         `wl-draft-config-sub-header-bottom'.
3235
3236 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3237
3238         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
3239         localnews folder.
3240
3241 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl-summary.el (wl-summary-mode): Undo last change.
3244
3245         * wl-folder.el (wl-folder-mode): Ditto.
3246
3247 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3248
3249         * wl-summary.el (wl-summary-mode): Locally set
3250         truncate-partial-window-width to nil.
3251         (for XEmacs)
3252
3253         * wl-folder.el (wl-folder-mode): Ditto.
3254
3255 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
3258
3259 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
3262         number.
3263
3264         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
3265
3266         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
3267
3268         * Version number is increased to 2.7.6.
3269
3270 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
3273
3274 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-summary.el (wl-summary-sync-update): Enclose network
3277         related portion with `unwind-protect'.
3278
3279 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
3282
3283 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
3286         element.
3287         * wl-vars.el (wl-message-body-button-alist): Ditto.
3288
3289         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
3290         max match length.
3291         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
3292
3293         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
3294         for the max match length;
3295         Use 4th element value for the button string regexp group.
3296
3297         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
3298         candidate exists, prompt to select.
3299
3300 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3301
3302         * wl-summary.el (wl-summary-jump-to-msg): Search before
3303         calibration point by `beginning-of-line'.
3304
3305 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3306
3307         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
3308         for access group.
3309
3310 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
3311
3312         * wl-message.el (wl-message-display-internal): Bind
3313         `default-mime-charset'.
3314
3315         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
3316
3317         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
3318
3319         * Version number is increased to 2.7.5.
3320
3321 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3322
3323         * wl-expire.el (wl-summary-archive): Fixed;
3324         Use `elmo-folder-name-internal'.
3325
3326 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
3329         from `elmo-folder-move-messages' caller.
3330         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3331
3332         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
3333         related portions are changed).
3334
3335 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3336
3337         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
3338         counter.
3339
3340 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
3343         buffer local and set it to nil.
3344
3345         * wl-message.el (wl-message-redisplay): Ditto.
3346
3347 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
3348
3349         * wl-summary.el (wl-summary-mark-as-important): If message is
3350         already cached, set messag as read, otherwise encache and mark as read.
3351
3352 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
3355         point-min.
3356
3357 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
3360         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
3361         a keymap.
3362
3363 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
3366         parent.
3367
3368         * wl-mule.el (wl-message-define-keymap): Ditto.
3369
3370         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
3371
3372         * wl-xmas.el (wl-message-display-internal-hook): Define.
3373         (wl-xmas-setup-message-toolbar): Define as function.
3374         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
3375         (wl-message-overload-functions): Abolished.
3376         (wl-message-define-keymap): New function.
3377
3378         * wl-vars.el (wl-message-display-internal-hook): New variable.
3379         (wl-message-header-button-alist): New variable (Renamed from
3380         wl-highlight-message-header-button-alist).
3381         (wl-message-body-button-alist): Ditto.
3382
3383         * wl-mule.el (wl-message-define-keymap): New function.
3384         (wl-message-overload-functions): Abolished.
3385
3386         * wl-message.el (wl-message-add-buttons-to-body): New function.
3387         (wl-message-redisplay): Don't call wl-message-overload-functions;
3388         Call wl-message-add-buttons-to-header and
3389         wl-message-add-buttons-to-body.
3390         (wl-message-display-internal): Set keymap argument for
3391         elmo-mime-display-as-is, elmo-mime-message-display;
3392         Run wl-message-display-internal-hook.
3393         (wl-message-refer-article-or-url): Abolished.
3394
3395         * wl-highlight.el (wl-highlight-headers): Don't call
3396         wl-highlight-message-add-buttons-to-header.
3397         (wl-highlight-message-add-buttons-to-header): Abolished.
3398
3399
3400         * wl-e21.el (wl-message-display-internal-hook): Define.
3401         (wl-e21-setup-toolbar): Deleted duplicated binding.
3402         (wl-e21-setup-message-toolbar): Define as function.
3403         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
3404         (wl-message-define-keymap): New function.
3405         (wl-message-overload-functions): Abolished.
3406
3407 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
3410         and elmo-folder-close.
3411
3412         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
3413
3414 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3415
3416         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
3417         boolean value.
3418         * wl-draft.el (wl-draft-do-fcc): Ditto.
3419
3420 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
3421
3422         * wl-vars.el (wl-fcc-force-as-read): New variable.
3423         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
3424         mark copied message as read.
3425
3426 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
3427
3428         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
3429
3430 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3431
3432         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
3433         `wl-summary-target-above' instead of obsolete variable
3434         `wl-summary-temp-above'.
3435
3436         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
3437         instead of `make-obsolete-variable'.
3438         * wl-refile.el (toplevel): Ditto.
3439
3440 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
3443         with third argument t.
3444         (wl-draft): Set first argument for wl-plugged-init as t.
3445
3446         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
3447         definition.
3448
3449 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3450
3451         * wl-vars.el: Tabify.
3452         (wl-biff-notify-hook): Use `ding' instead of `beep'.
3453
3454         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
3455         message.
3456
3457 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
3460         and set default to beep.
3461
3462 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-vars.el (wl-draft-truncate-lines): New variable.
3465
3466         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
3467         instead of wl-message-truncate-lines for truncate-lines.
3468
3469 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-message.el (wl-message-display-internal): Call
3472         `wl-highlight-message' after `elmo-mime-display-as-is'.
3473
3474         * wl-mime.el (wl-mime-display-text/plain): New function.
3475         (wl-mime-display-header): Ditto.
3476         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
3477         body-presentation-method for text/plain;
3478         Register `wl-mime-display-header' as a header-presentation-method;
3479         Don't set up `elmo-message-text-content-inserted-hook' and
3480         `elmo-message-header-inserted-hook'.
3481
3482         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
3483         variable.
3484         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
3485         as t if flag is 'all-header;
3486         Don't bind `elmo-message-ignored-field-list',
3487         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
3488
3489 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
3492         for xemacs with non-mule environment.
3493
3494 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3495
3496         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
3497         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
3498         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
3499
3500 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3501
3502         * wl-vars.el (wl-interactive-send): Set default value as t.
3503
3504 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
3507         (wl-addrmgr-method-list): Abolished.
3508         (wl-addrmgr-change-method): Follow above change.
3509
3510         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
3511
3512 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-vars.el (wl-message-truncate-lines): Change default value
3515         to default-truncate-lines.
3516
3517         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
3518
3519 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3520
3521         * wl-vars.el (wl-message-truncate-lines): New variable.
3522
3523         * wl-message.el (wl-message-redisplay): Set truncate-lines using
3524         wl-message-truncate-lines.
3525
3526 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3527
3528         * wl-acap.el (wl-acap-init): Remove period from error message.
3529         (wl-acap-find-acap-service): Remove period from message.
3530
3531 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl.el (wl-check-environment): Undo last change.
3534
3535         * wl-vars.el (wl-from): Changed default value.
3536
3537         * wl-util.el (toplevel): Don't require tm-edit.
3538
3539         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
3540         `wl-folder-init';
3541         Don't set mark on mail body.
3542         (wl-draft-reedit): Ditto.
3543
3544         * wl-address.el (wl-address-quote-specials): Define as an alias for
3545         elmo-address-quote-specials.
3546
3547 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
3550
3551         * wl-vars.el (wl-from): Set default value as nil.
3552         (wl-organization): Set default value as ORGANIZATION environment
3553         variable.
3554
3555         * wl-draft.el (wl-smtp-extension-bind): Check value of
3556         wl-smtp-connection-type.
3557
3558         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
3559         error.
3560
3561 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3562
3563         * Version number is increased to 2.7.4.
3564
3565         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
3566         arguments from `wl-highlight-x-face-function' caller.
3567         Use x-face-1.3.6.12 or later.
3568
3569 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
3570
3571         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
3572
3573 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-vars.el (wl-summary-width): Fix type to accept nil.
3576         (wl-fcc): Fix to accept function.
3577         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
3578
3579 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3580
3581         * wl-acap.el (toplevel): Added `product-provide' declare.
3582         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
3583
3584 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl.el (wl): Changed order of calling `elmo-init'
3587         and `elmo-folder-init'.
3588
3589 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-mime.el (wl-summary-burst): Extract message when content-type
3592         of root entity is not only `multipart' but also `message/rfc822'.
3593         (wl-summary-burst-subr): Ditto.
3594
3595 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-vars.el (toplevel): Require 'custom.
3598         (wl-trash-folder): Added to `wl-setting' group.
3599
3600         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
3601         exists.
3602         (wl-addrmgr-draw): Insert empty line when no entry exists.
3603
3604         * wl-mule.el (wl-message-wheel-up): Fixed.
3605         (wl-message-wheel-down): Ditto.
3606
3607 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
3610         config is an anonymous lambda expression.
3611
3612 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
3615         when Mule 2 is running.
3616
3617 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
3620
3621 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
3622
3623         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
3624         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
3625
3626         * wl-address.el (wl-address-specials-regexp): Eliminated.
3627         (wl-address-quote-specials): Rewrite.
3628
3629 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
3632         shy-groups for regexp.
3633
3634         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
3635         character classes and Perl style shy-groups for regexp.
3636         (wl-highlight-plugged-current-line): Use Posix style character
3637         classes for regexp.
3638         (wl-e21-highlight-folder-by-numbers): Ditto.
3639         (wl-e21-display-image-p): Use `display-images-p' instead of
3640         `display-graphic-p'.
3641         (display-images-p): Make an alias to `display-graphic-p' if it is
3642         not available.  It is for Emacs version prior to 21.0.105.
3643
3644         * wl-demo.el (wl-demo): Use `display-images-p' instead of
3645         `display-graphic-p'.
3646         (wl-demo-image-type-alist): Ditto.
3647         (display-images-p): Make an alias to `display-graphic-p' if it is
3648         not available.  It is for Emacs version prior to 21.0.105.
3649
3650 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3651
3652         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
3653         support.
3654         (wl-generate-user-agent-string): Ditto.
3655
3656         * wl-version.el (wl-version): Update docsting.
3657         (wl-version-status): Ditto.
3658
3659 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3660
3661         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
3662         21.0.105.  For Emacs 21.0.104 or earlier.
3663
3664 2001-09-03  Takuo KITAME <kitame@northeye.org>
3665
3666         * wl-e21.el (wl-plugged-init-icons): Use
3667         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
3668         (wl-biff-init-icons): Ditto.
3669
3670 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-highlight.el (wl-highlight-summary-current-line):
3673         Fixed highlighting refile/copy destination.
3674
3675         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
3676         (wl-acap-store): Encode string by wl-acap-coding-system.
3677
3678 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-acap.el (toplevel): Check and require 'un-define before
3681         'xemacs-ucs;
3682          Added checking for UTF-2000.
3683
3684 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-acap.el (toplevel): Require 'un-define before 'wl;
3687         Don't enclose with `eval-and-compile'.
3688
3689         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
3690         wl-init is non-nil.
3691
3692         * wl-draft.el (wl-draft): Ditto.
3693
3694         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
3695
3696         * wl-acap.el (toplevel): Require 'wl.
3697         (wl-acap-store): Call `elmo-init'.
3698
3699         * wl.el (wl): Changed position of `wl-check-environment'.
3700         (toplevel): Added autoload setting for wl-acap.
3701
3702         * wl-vars.el (wl-setting): New custom group.
3703         (wl-from): Added wl-setting group.
3704         (wl-user-mail-address-list): Ditto.
3705         (wl-organization): Ditto.
3706         (wl-subscribed-mailing-list): Ditto.
3707         (wl-envelope-from): Ditto.
3708         (wl-smtp-posting-user): Ditto.
3709         (wl-smtp-posting-server): Ditto.
3710         (wl-smtp-posting-port): Ditto.
3711         (wl-smtp-authenticate-type): Ditto.
3712         (wl-pop-before-smtp-user): Ditto.
3713         (wl-pop-before-smtp-server): Ditto.
3714         (wl-pop-before-smtp-port): Ditto.
3715         (wl-pop-before-smtp-authenticate-type): Ditto.
3716         (wl-nntp-posting-server): Ditto.
3717         (wl-nntp-posting-user): Ditto.
3718         (wl-nntp-posting-port): Ditto.
3719         (wl-fetch-confirm-threshold): Ditto.
3720         (wl-prefetch-threshold): Ditto.
3721         (wl-thread-insert-opened): Ditto.
3722         (wl-ldap-server): Ditto.
3723         (wl-ldap-port): Ditto.
3724         (wl-ldap-base): Ditto.
3725         (wl-ldap-objectclass): Ditto.
3726         (wl-use-ldap): Ditto.
3727         (wl-draft-config-alist): Ditto.
3728         (wl-draft-config-matchone): Ditto.
3729         (wl-template-alist): Ditto.
3730         (wl-message-sort-field-list): Ditto.
3731         (wl-message-ignored-field-list): Ditto.
3732         (wl-message-visible-field-list): Ditto.
3733         (wl-interactive-send): Ditto.
3734         (wl-summary-move-order): Ditto.
3735         (wl-auto-select-first): Ditto.
3736         (wl-auto-select-next): Ditto.
3737         (wl-interactive-save-folders): Ditto.
3738
3739         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
3740         Initialization codes are moved from wl-local-folder-init.
3741         (wl-local-folder-init): Follow the change above.
3742         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
3743
3744         * wl-acap.el: New file.
3745
3746         * Version number is increased to 2.7.3.
3747
3748 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
3749
3750         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
3751
3752 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
3753
3754         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
3755         (wl-addrmgr-address-entry-list): Ditto.
3756
3757 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-e21.el (wl-draft-mode-map): Removed binding for
3760         `wl-draft-insert-x-face-field'.
3761
3762         * wl-mule.el (wl-draft-mode-map): Ditto.
3763
3764         * wl-xmas.el (wl-draft-mode-map): Ditto.
3765
3766         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
3767         (wl-cs-autoconv): Ditto.
3768         (wl-cs-local): Ditto.
3769         (wl-use-scoring): Ditto.
3770         (wl-mime-charset): Ditto.
3771         (wl-folder-check-async): Ditto.
3772
3773         * wl.el (toplevel): Ignore nemacs and tm.
3774         (wl-exit): Ditto.
3775
3776         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
3777         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
3778         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
3779         instead of wl-address-petname-add-or-change.
3780         (wl-summary-edit-addresses-subr): Use wl-address-delete
3781         instead of wl-address-petname-delete.
3782
3783         * wl-util.el (wl-as-coding-system): Ignore nemacs.
3784
3785         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
3786         if error occured.
3787
3788         * wl-message.el (require): Remove tm support.
3789
3790         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
3791
3792         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
3793         (wl-folder-jump-to-current-entity): Ditto.
3794         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
3795
3796         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
3797         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
3798         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
3799
3800         * wl-mule.el (wl-draft-key-setup): Ditto.
3801
3802         * wl-xmas.el (wl-draft-key-setup): Ditto.
3803
3804         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
3805         (wl-draft-std11-parse-addresses): New function.
3806         (wl-draft-parse-mailbox-list): Use it.
3807         (wl-draft): Ignore nemacs.
3808         (wl-draft-reedit): Ditto.
3809
3810         * wl-addrmgr.el: New file.
3811         (Original is wl-rcpt.el written by
3812         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
3813         Thanks Kitamoto-san.)
3814
3815         * wl-address.el (wl-address-make-address-list): Modified parsing
3816         process.
3817         (wl-address-delete): Renamed from `wl-address-petname-delete';
3818         Modify wl-address-list too.
3819         (wl-address-add-or-change): Renamed from
3820         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
3821
3822 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
3823
3824         * wl-highlight.el (wl-highlight-summary-current-line):
3825           Work with transient-mark-mode
3826
3827 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * Version number is increased to 2.7.2.
3830
3831         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
3832         instead of elmo-dop-queue-method.
3833
3834 2001-08-06  SAITO Atsunori <sai@yedo.com>
3835
3836         * wl-vars.el (wl-ldap-objectclass): New user option.
3837
3838         * wl-address.el (wl-ldap-make-filter): Use it.
3839
3840 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
3843
3844 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-folder.el (wl-folder): redisplay after folder insertion.
3847
3848         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
3849
3850         * wl-summary.el (wl-summary-sync-update):
3851         Change status mark only when new-msgdb exists.
3852         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
3853
3854 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
3855
3856         * wl-summary.el (wl-summary-open-folder): New function.
3857         (wl-summary-goto-folder-subr): Use it.
3858         (wl-summary-mark-as-important): Fix;
3859         Encache only when no cache exists.
3860
3861 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3864         Use with-current-buffer.
3865
3866 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
3869         before call `get-buffer'. Fixed parenthesis.
3870         (wl-score-get-header-entry): Clear message and help window when
3871         keyboard quit.
3872         (wl-score-edit-insert-header): Ditto.
3873
3874 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
3877         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
3878         (wl-default-draft-cite): Fix.
3879
3880         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
3881         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
3882
3883 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * wl-message.el (wl-message-prev-page): Do same bahavior
3886         as summary when it is called in the message buffer.
3887         (wl-message-next-page): Ditto.
3888
3889 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-summary.el (wl-summary-forward): Use cache if it is not
3892         section cache.
3893
3894 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-vars.el: Changed file coding system to ISO-2022-JP.
3897         Removed redundant require of elmo-vars.
3898         (wl-biff-state-indicator-on): Changed default value for
3899         xemacs with non-mule environment.
3900
3901         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3902         wl-message-buffer is nil;
3903         Hide progress bar after moving messages.
3904
3905 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
3906
3907         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
3908         message at cursor point is deleted.
3909
3910 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * wl-vars.el: Changed file coding system to euc-japan.
3913         Added -*-coding:-*- magic to the first line.
3914
3915         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
3916         Search parent from the first message.
3917
3918         * Version number is increased to 2.7.1.
3919
3920 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
3921
3922         * wl-vars.el: Fix file coding system to ISO-2022-JP.
3923
3924 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
3927         refile/delete execution.
3928
3929         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
3930         Fixed docstring.
3931
3932 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
3935         do update process;
3936         Don't update marks when update process is interrupted.
3937
3938 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-summary.el (wl-summary-reply): Fixed problem when
3941         wl-draft-use-frame is non-nil.
3942         (wl-summary-forward): Ditto.
3943
3944         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
3945         as nil.
3946         (wl-folder-mark-as-read-all-entity): Ditto.
3947         (wl-folder-prefetch-entity): Ditto.
3948
3949         * wl.el (wl): Check environment before wl-init.
3950
3951         * wl-summary.el (wl-summary-collect-unread): Eliminated.
3952         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
3953         instead of wl-summary-collect-unread.
3954         (wl-summary-reply): Split message window.
3955
3956 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
3959         only if current language environment is japanese,
3960
3961         * wl-folder.el (wl-folder-jump-to-current-entity): Call
3962         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
3963         (wl-folder-goto-folder-subr): Ditto.
3964
3965         * wl-draft.el (wl-draft-dispatch-message): Call
3966         `elmo-file-cache-get-path'.
3967
3968 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-summary.el (wl-summary-cursor-move): If return value of
3971         wl-summary-next-message is not number, don't jump.
3972
3973 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-summary.el (wl-summary-buffer-next-message-function): New
3976         variable.
3977         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
3978         if it is bound.
3979
3980         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
3981         string.
3982
3983         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
3984         (wl-plugged-drawing): Ditto.
3985
3986 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
3987
3988         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
3989         process.
3990         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
3991         with unwind-protect.
3992
3993         * wl.el (wl-init): Require mime-setup.
3994         (wl-check-environment): Don't require mime-setup.
3995
3996         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
3997         instead of elmo-folder-type.
3998
3999         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
4000         value as nil.
4001
4002 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * Version number is increased to 2.7.0.
4005
4006         * wl-version.el (wl-version): Changed codename.
4007
4008         * wl-summary.el (wl-summary-delete-cache): Fixed.
4009
4010         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
4011         Workaround for net folders.
4012         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
4013
4014         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
4015         value to nil (According to the patch from
4016         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
4017
4018         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
4019         of elmo-folder-close.
4020
4021 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
4022
4023         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
4024         for postfix.
4025
4026 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-summary.el (wl-summary-resend-message): Fixed.
4029
4030         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
4031         Call wl-draft with `from' argument if its address is included in
4032         `wl-user-mail-address-list'.
4033         (wl-draft): Added `from' argument.
4034
4035         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
4036         non-nil.
4037         (wl): Don't show demo if wl-demo is nil.
4038
4039         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
4040         wl-summary-use-frame.
4041
4042         * wl-vars.el (wl-summary-use-frame): New user option.
4043         (wl-folder-use-frame): Changed docstring.
4044
4045         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
4046         non-nil.
4047         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
4048         wl-summary-use-frame.
4049
4050         * wl-vars.el (wl-folder-use-frame): New user option.
4051
4052         * wl-summary.el (wl-summary-exit): Back to folder frame if
4053         wl-folder-use-frame is non-nil.
4054         (wl-summary-redisplay-internal): Ignore cache if current folder
4055         is draft folder,
4056         (wl-summary-redisplay-no-mime): Ditto.
4057         (wl-summary-redisplay-all-header): Ditto.
4058
4059         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
4060         if wl-folder-use-frame is non-nil.
4061
4062 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-summary.el (wl-summary-sync-update): Bind
4065         elmo-folder-update-threshold.
4066         (wl-summary-mark-as-important): Enclosed server mark processing
4067         with `save-match-data'.
4068
4069         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
4070         only when it is already defined.
4071
4072 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4073
4074         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
4075         name of folder exclude localdir is wrong.
4076         * wl-folder.el (wl-folder-sync-entity):
4077         Set `wl-summary-always-sticky-folder-list' as nil.
4078         (wl-folder-mark-as-read-all-entity): Ditto.
4079         (wl-folder-prefetch-entity): Ditto.
4080
4081 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
4082
4083         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
4084         instead of `wl-summary-write-current-newsgroup'.
4085
4086 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4087
4088         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
4089         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
4090         non-nil and selected message is important, do not display.
4091
4092 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
4095
4096 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
4099
4100         * wl-summary.el (wl-summary-mark-as-important): Set message number
4101         using wl-summary-message-number.
4102
4103 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4104
4105         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
4106         destination folder is 'null.
4107
4108 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
4111         New function.
4112         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
4113         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
4114         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4115
4116 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * wl-mime.el (wl-mime-setup): Added setting for
4119         `mime-setup-signature-key-alist' to avoid overriding key bind for
4120         `wl-draft-send'.
4121
4122         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
4123         for `wl-draft-send'.
4124         * wl-mule.el (wl-draft-overload-functions): Ditto.
4125         * wl-xmas.el (wl-draft-overload-functions): Ditto.
4126         * wl-draft.el (wl-draft-send): Ditto.
4127
4128         * wl-message.el (wl-message-display-internal):
4129         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
4130         (Patch is provided by <kita@coe.nttdata.co.jp>).
4131
4132 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
4133
4134         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
4135
4136 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4137
4138         * wl.el (wl): Fix for wl-demo.
4139
4140 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4141
4142         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
4143
4144 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-folder.el (wl-folder-prefetch-entity): Use
4147         `wl-folder-get-elmo-folder'.
4148         (wl-folder-count-incorporates): Do not use
4149         `wl-folder-get-elmo-folder'.
4150
4151 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4152
4153         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
4154         instead of `elmo-folder-get-type'.
4155
4156 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4157
4158         * wl-summary.el (wl-summary-write-current-folder): Set cursor
4159         position on Subject: field.
4160         (Advised by Mito <mit@nines.nec.co.jp>)
4161
4162 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4163
4164         * wl-folder.el (wl-folder-prefetch-entity): Use
4165         `wl-folder-get-elmo-folder'.
4166
4167 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
4170
4171         * wl-summary.el (wl-summary-buffer-set-folder): Set up
4172         `process-duplicates' slot.
4173
4174         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
4175         if detection failed.
4176
4177 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4178
4179         * wl-version.el (wl-version-status): Set to "alpha".
4180
4181 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
4184         Check wl-message-buffer lives before set-buffer.
4185
4186 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4187
4188         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
4189         called in folder mode.
4190         * wl-var.el (wl-summary-exit-pre-hook): New variable.
4191         * wl-summary.el (wl-summary-exit-pre-hook): Run
4192         `wl-summary-exit-pre-hook' before exit summary mode.
4193
4194 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4195
4196         * wl-version.el (wl-version-status): New variable.
4197         (wl-version-status-alist): Removed.
4198         (wl-version-status): Rule included.
4199
4200 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
4203         @sponichi.
4204
4205         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
4206         when `mail-reply-buffer' is buffer-local variable.
4207         (Reported by <kita@coe.nttdata.co.jp>).
4208
4209 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
4210
4211         * wl-vars.el (toplevel): Require 'elmo-util.
4212
4213 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
4216         (All other related portions are changed)
4217
4218         * wl.el (wl-plugged-change): Use '<' instead of '<='.
4219
4220         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
4221
4222 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4223
4224         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
4225
4226 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
4229         Delete other windows to avoid an error.
4230         Use `point-marker' instead of `point' to remember the start point
4231         of body.
4232
4233         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
4234
4235         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
4236         number not to exceed all message number.
4237
4238 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4239
4240         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
4241         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
4242
4243 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * wl-summary.el (wl-summary-sync-force-update): Added argument
4246         no-check.
4247         (wl-summary-sync-update): Ditto.
4248         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
4249         with `no-check'.
4250
4251         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
4252         (wl-message-buffer-prefetch-next): Don't run timer if timer is
4253         already running.
4254
4255 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4256
4257         * wl-expire.el (wl-expire-archive-get-folder): Added argument
4258         `dst-folder-arg'.
4259         (wl-expire-archive-number1): Diito.
4260         (wl-expire-archive-number2): Diito.
4261         (wl-expire-archive-Date): Diito.
4262         (wl-archive-number1): Diito.
4263         (wl-archive-number2): Diito.
4264         (wl-archive-date): Diito.
4265         (wl-archive-folder-p): New function.
4266         (wl-summary-expire): Support of expand folder name at
4267         wl-expire-alist.
4268         * wl-util.el (wl-expand-newtext): Renamed from
4269         `wl-refile-expand-newtext'.
4270
4271 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4272
4273         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
4274         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
4275         `(elmo-msgdb-get-overview msgdb)'.
4276         (wl-summary-prefetch): Bind match data before call
4277         `wl-summay-prefetch-msg'.
4278         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
4279         'off if `wl-summary-buffer-disp-msg' is non-nil.
4280         Fixed problem that couldn't show only one new or unread message when
4281         enter folder.
4282         (wl-summary-reply): Don't call `split-window-vertically' and other
4283         window.
4284
4285 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
4286
4287         * wl-expire.el (wl-expire-refile): Fixed.
4288
4289 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-vars.el (wl-biff-unnotify-hook): New variable.
4292
4293         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
4294         biff notification is removed.
4295
4296         * wl.el (wl): Changed position of `elmo-init'.
4297
4298         * wl-draft.el (wl-default-draft-cite): Use date field
4299         on the citation buffer.
4300
4301         * wl-vars.el (wl-shimbun-folder-icon): New variable.
4302
4303         * wl-xmas.el (wl-folder-internal-icon-list): Added
4304         `wl-folder-shimbun-image'.
4305
4306         * wl-e21.el (wl-folder-internal-icon-list): Added
4307         `wl-folder-shimbun-image'.
4308
4309 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
4310
4311         * wl.el (wl-init): Eliminated argument.
4312         (wl): Rewrite.
4313
4314         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
4315         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
4316         instead of `elmo-folder-msgdb-internal'.
4317         (wl-summary-sync-update): Ditto.
4318         (wl-summary-flush-pending-append-operations): Eliminated.
4319         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
4320         (wl-summary-goto-folder-subr): Set load-msgdb argument of
4321         `elmo-folder-open'.
4322
4323         * wl-mime.el (wl-summary-burst): Fixed.
4324
4325         * wl-folder.el (wl-folder-info-save): Check data type.
4326
4327         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
4328         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
4329         instead of `elmo-folder-msgdb-internal'.
4330         (wl-expire-hide): Ditto.
4331
4332
4333         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
4334
4335 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4336
4337         * wl-folder.el (wl-folder-write-current-folder): Support petname.
4338
4339 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
4340
4341         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
4342
4343 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4344
4345         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
4346         Fixed `match-beginning' argument mismatch.
4347
4348 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4349
4350         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
4351         the default value.
4352
4353 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
4354
4355         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
4356         instead of `elmo-nntp-default-port'.
4357
4358         * wl-vars.el: Fixed some doc strings.
4359
4360 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-summary.el (wl-summary-prefetch-msg): Use
4363         `elmo-msgdb-overview-get-entity' instead of `assoc'.
4364
4365         * wl-vars.el: Define *-func as obsolete variable using
4366         `elmo-define-obsolete-variable'.
4367
4368         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
4369         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
4370         instead of `wl-message-buffer-prefetch-threshold'.
4371
4372         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
4373
4374         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
4375
4376         * wl-draft.el (wl-caesar-region-func): Ditto.
4377
4378         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
4379         Keep unread status in elmo-folder-move-messages.
4380         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
4381
4382 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4383
4384         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
4385         `wl-summary-buffer-exit-func'
4386         (wl-summary-buffer-message-redisplay-function): Renamed from
4387         `wl-summary-buffer-message-redisplay-func'
4388         (wl-summary-buffer-next-folder-function): Renamed from
4389         `wl-summary-buffer-next-folder-func'.
4390         (wl-summary-buffer-prev-folder-function): Renamed from
4391         `wl-summary-buffer-prev-folder-func'.
4392         (wl-summary-get-petname-function): Renamed from
4393         `wl-summary-get-petname-func'.
4394
4395         * wl-score.el (wl-score-edit-exit-function): Renamed from
4396         `wl-score-edit-exit-func'.
4397
4398         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
4399         Renamed from `wl-message-buffer-prefetch-get-next-function'.
4400
4401         * wl-util.el (wl-load-profile-function): Renamed from
4402         `wl-load-profile-func'.
4403
4404         * wl-folder.el (wl-folder-completion-function): Renamed from
4405         `wl-folder-completion-func'.
4406         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
4407
4408         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
4409         `wl-expire-archive-get-folder-func'.
4410         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
4411         (wl-draft-send-mail-function): Renamed from
4412         `wl-draft-send-mail-func'.
4413         (wl-draft-send-news-function): Renamed from
4414         `wl-draft-send-news-func'.
4415         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
4416         (wl-generate-mailer-string-function): Renamed from
4417         `wl-generate-mailer-string-func'.
4418         (wl-highlight-signature-search-function): Renamed from
4419         `wl-highlight-signature-search-func'.
4420         (wl-highlight-x-face-function): Renamed from
4421         `wl-highlight-x-face-func'
4422         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
4423         (wl-ps-print-buffer-function): Renamed from
4424         `wl-ps-print-buffer-func'
4425         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
4426         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
4427         (wl-summary-subject-filter-function): Renamed from
4428         `wl-summary-subject-filter-func'.
4429
4430         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
4431         `wl-draft-queue-flush-send-func'
4432         (wl-draft-cite-function): Renamed from
4433         `wl-draft-cite-func'
4434
4435         * wl-address.el (wl-address-init-function): Renamed from
4436         `wl-address-init-func'.
4437
4438 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-draft.el (wl-draft-queue-flush): Don't call
4441         `elmo-dop-unlock-message'.
4442         * wl-draft.el (wl-draft-queue-append): Don't call
4443         `elmo-dop-lock-message'.
4444
4445         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
4446         (wl-summary-buffer-folder-name): Ditto.
4447         (wl-summary-message-regexp): Added '-' (all other related portions
4448         are changed).
4449         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
4450         wl-summary-buffer-folder-name.
4451
4452 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
4453
4454         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
4455         the number of mails in the folder buffer is not updated by wl-biff.
4456
4457 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
4460         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
4461
4462 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-summary.el (wl-summary-next-message):
4465         Return next message number when wl-summary-move-order is nil.
4466
4467 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
4468
4469         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
4470         `wl-summary-move-spec-alist'.
4471         (wl-summary-move-spec-unplugged-alist): New variable
4472         (Move spec for unplugged status).
4473         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
4474         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
4475
4476 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
4477
4478         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
4479         * wl-mule.el (wl-draft-overload-menubar): Ditto.
4480
4481 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
4482
4483         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
4484         simple quotation to quote the anonymous function.
4485         * tm-wl.el (wl-draft-preview-message): Ditto.
4486
4487 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
4488
4489         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
4490         Eliminate redundant `save-excursion'.
4491         (wl-highlight-summary-current-line): Ditto.
4492
4493         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
4494         accessing match data when `looking-at' failed.
4495
4496         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
4497         `elmo-match-string' where users don't care about the speed.
4498         (wl-draft-save): Ditto.
4499
4500 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-util.el (wl-regexp-opt): New function.
4503
4504         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
4505         number from `wl-summary-buffer-number-list'.
4506         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
4507         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
4508         (wl-summary-move-spec-alist): Changed default setting.
4509
4510 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-vars.el (wl-biff-notify-hook): New hook.
4513         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
4514         the arrival of new mail.
4515         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
4516         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
4517
4518 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
4519
4520         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
4521
4522 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
4525
4526         * Version number is increased to 2.5.8.
4527
4528         * wl-thread.el (toplevel): require 'cl.
4529         (wl-thread-resume-entity): Call wl-thread-make-number-list.
4530         (wl-thread-make-number-list): New function.
4531         (wl-thread-entity-make-number-list-from-children): Ditto.
4532         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
4533         (wl-thread-entity-insert-as-children): Likewise.
4534         (wl-thread-delete-message): Likewise.
4535         (wl-meaning-of-mark): Eliminated.
4536         (wl-thread-next-failure-mark-p): Ditto.
4537         (wl-thread-entity-get-mark): Ditto.
4538         (wl-thread-meaning-alist-get-result): Ditto.
4539         (wl-thread-entity-check-prev-mark): Ditto.
4540         (wl-thread-entity-check-next-mark): Ditto.
4541         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
4542         (wl-thread-entity-get-prev-marked-entity): Ditto.
4543         (wl-thread-get-prev-unread): Ditto.
4544         (wl-thread-jump-to-prev-unread): Ditto.
4545         (wl-thread-get-next-unread): Ditto.
4546         (wl-thread-jump-to-next-unread): Ditto.
4547         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
4548         (wl-thread-entity-get-next-marked-entity): Ditto.
4549
4550         * wl-summary.el (wl-summary-buffer-number-list):
4551         New bufer-local variable.
4552         (wl-summary-switch-to-clone-buffer): Clone
4553         `wl-summary-buffer-number-list'.
4554         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
4555         (wl-summary-cursor-move-regex): Eliminated.
4556         (wl-summary-cursor-up): Rewrite.
4557         (wl-summary-cursor-down): Ditto.
4558         (wl-summary-mode-spec-alist): New variable.
4559         (wl-summary-next-message): New inline function.
4560         (wl-summary-cursor-move): New function.
4561         (wl-summary-default-get-next-msg): Rewrite.
4562         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
4563         (wl-summary-rescan): Ditto.
4564         (wl-summary-sync-all-init): Ditto.
4565         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
4566         summary is not thread view.
4567         (wl-summary-sync-update): Ditto.
4568         (wl-summary-rescan): Ditto.
4569         (wl-summary-make-number-list): New function.
4570
4571         * wl-draft.el: "FCC" -> "Fcc".
4572
4573 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-highlight.el (wl-highlight-summary-window):
4576         Call `set-buffer-modified-p'.
4577
4578         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
4579         (wl): Call `elmo-init' and fix.
4580
4581         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
4582         Use new variables.
4583
4584         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
4585
4586 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
4589
4590 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4591
4592         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
4593
4594 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4595
4596         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
4597         `wl-use-toolbar' nor `display-graphic-p'.
4598         (wl-e21-setup-message-toolbar): Ditto.
4599         (wl-e21-setup-summary-toolbar): Ditto.
4600         (wl-e21-setup-folder-toolbar): Ditto.
4601
4602         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
4603         (wl-plugged-init-icons): Ditto.
4604
4605         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
4606         `display-graphic-p'.
4607         (wl-plugged-set-folder-icon): Ditto.
4608         (wl-highlight-plugged-current-line): Ditto.
4609         (wl-highlight-folder-current-line): Ditto.
4610         (wl-e21-highlight-folder-group-line): Ditto.
4611         (wl-e21-setup-toolbar): Ditto.
4612         (wl-e21-display-image-p): New macro.
4613
4614         * wl-demo.el (wl-demo): Simplified.
4615         (wl-demo-image-type-alist): Use `image-type-available-p' for
4616         checking whether the image type `xbm' is available.
4617
4618 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
4621         (wl-summary-input-range): Ditto.
4622
4623 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-summary.el (wl-summary-edit-addresses): Use
4626         `wl-summary-get-original-buffer'
4627         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
4628         (wl-summary-jump-to-msg-by-message-id-via-nntp):
4629         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
4630         (wl-summary-get-newsgroups): Eliminated.
4631         (wl-summary-set-crosspost): Ditto.
4632         (wl-summary-is-crosspost-folder): Ditto.
4633         (wl-crosspost-alist-load): Ditto.
4634         (wl-crosspost-alist-save): Ditto.
4635
4636         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
4637         `elmo-setup-subscribed-newsgroups' instead of
4638         `elmo-nntp-make-groups-hashtb'.
4639         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
4640         instead of `wl-crosspost-alist-save'.
4641
4642         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
4643         of `elmo-folder-message-appendable-p'.
4644         (wl-mime-header-presentation-method): Eliminated.
4645
4646         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
4647         (Error occurs in emacs21).
4648
4649         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
4650         the current buffer).
4651
4652         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
4653         instead of `wl-crosspost-alist-save'.
4654         (wl-init): `elmo-crosspost-message-alist-load'
4655         instead of `wl-crosspost-alist-load'
4656
4657         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
4658         (wl-parse-newsgroups): Likewise.
4659         (wl-biff-notify): Run `wl-biff-notify-hook'.
4660
4661 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-vars.el (wl-summary-lazy-highlight): New variable.
4664
4665         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
4666         when `wl-summary-lazy-highlight' is non-nil.
4667         (wl-summary-goto-folder-subr): Highlight only when
4668         `wl-summary-lazy-highlight' is non-nil.
4669
4670         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
4671         Don't display progress and highlight temp-mark when
4672         `wl-summary-lazy-highlight' is non-nil.
4673         (wl-highlight-summary-window): New function.
4674         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
4675
4676 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-summary.el (wl-summary-sync): Change `all-visible'
4679         from `all-shown'
4680         (wl-summary-input-range): Ditto.
4681
4682 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4683
4684         * wl-e21.el (wl-highlight-folder-current-line): Call
4685         `wl-folder-init-icons' when folder icons have not been initialized.
4686
4687         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
4688
4689         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
4690         (wl-demo-image-type-alist): New macro.
4691
4692 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4693
4694         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
4695         display does not support graphics.
4696         (wl-plugged-init-icons): Ditto.
4697         (wl-folder-init-icons): Ditto.
4698
4699         * wl-demo.el (wl-demo): Chech closely whether the display
4700         supports graphics.
4701
4702 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-summary.el (wl-summary-get-original-buffer): New function.
4705         (wl-summary-set-crosspost): Use it.
4706         (wl-summary-target-mark-uudecode): Ditto.
4707         (wl-summary-reedit): Ditto.
4708         (wl-summary-resend-bounced-mail): Ditto.
4709         (wl-summary-update-crosspost): Eliminated (It may be incorporated
4710         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
4711
4712         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
4713         (wl-message-display-internal): Ditto.
4714
4715 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
4718
4719 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-summary.el (wl-summary-save-view): Renamed from
4722         `wl-summary-save-status'.
4723
4724 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-summary.el (wl-summary-sync): Added `all-shown'
4727
4728 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-summary.el (wl-summary-input-range): Added `all-shown'
4731
4732 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
4735
4736 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
4737
4738         * wl-highlight.el (wl-highlight-summary-line-string): Use
4739         `zerop' instead of `= 0'.
4740         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
4741
4742         * wl-template.el (wl-template-next): Use `=' instead of `eq'
4743         for comparing numbers.
4744         (wl-template-prev): Use `zerop' instead of `eq 0'.
4745
4746         * wl-draft.el (wl-draft-insert-current-message): Use
4747         `with-current-buffer' instead of `save-excursion'.
4748         Use `zerop' instead of `eq 0'.
4749
4750 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
4751
4752         * wl-draft.el (wl-draft-insert-ccs): New function.
4753         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
4754         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
4755
4756 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
4759
4760 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-expire.el (wl-expire-refile): Don't call
4763         elmo-msgdb-add-msgs-to-seen-list;
4764         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
4765         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4766
4767 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-message.el (wl-message-prev-page): Ignore errors while
4770         scroll-down.
4771
4772 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl-mime.el: Use elmo-original-message-mode instead of
4775         mmelmo-original-mode.
4776
4777         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
4778         `elmo-folder-get-spec';
4779         (wl-fldmgr-add-completion-all-completions):
4780         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
4781
4782         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
4783         of `elmo-folder-get-type'.
4784
4785         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
4786         `elmo-folder-get-spec';
4787         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4788         Use `elmo-folder-append-message' instead of `elmo-append-msg';
4789         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4790         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
4791         `elmo-read-msg-no-cache';
4792         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
4793         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
4794         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
4795         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
4796         `elmo-cache-save';
4797         (wl-draft-reedit): Use `elmo-message-file-name'.
4798
4799         * wl-expire.el: Use `elmo-folder-name-internal';
4800         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4801         Use macro `wl-summary-buffer-msgdb' instead of variable
4802         `wl-summary-buffer-msgdb';
4803         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
4804         Use macro `wl-summary-buffer-folder-name' instead of variable
4805         `wl-summary-buffer-folder-name'.
4806         * wl-score.el: Likewise.
4807
4808         * wl-message.el: Rewrite for new message buffer cache mechanism.
4809         (wl-message-buffer-cache-buffer-get): New macro.
4810         (wl-message-buffer-cache-folder-get): Ditto.
4811         (wl-message-buffer-cache-message-get): Ditto.
4812         (wl-message-buffer-cache-entry-make): Ditto.
4813         (wl-message-buffer-cache-hit): Ditto.
4814         (wl-message-buffer-cache-sort): New function.
4815         (wl-message-buffer-cache-add): Ditto.
4816         (wl-message-buffer-cache-delete): Ditto.
4817         (wl-message-buffer-cache-clean-up): Ditto.
4818         (wl-message-buffer-window): Rewrite.
4819         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
4820         (wl-message-buffer-display): New function.
4821         (wl-message-display-internal): New function.
4822
4823 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-folder.el: Use `elmo-folder-name-internal';
4826         Use `wl-folder-get-elmo-folder';
4827         Use `elmo-folder-list-messages' instead of
4828         `elmo-list-folder';
4829         Use `elmo-folder-get-primitive-list' instead of
4830         `elmo-folder-get-primitive-spec-list';
4831         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
4832         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4833         Use `elmo-folder-create' instead of `elmo-create-folder'.
4834         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
4835         (wl-folder-get-elmo-folder): New macro.
4836         (wl-folder-elmo-folder-cache-get): Ditto.
4837         (wl-folder-elmo-folder-cache-put): Ditto.
4838         (wl-folder-suspend): Call `elmo-quit'.
4839
4840         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4841         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4842         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
4843         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
4844         (toplevel): require 'cl.
4845         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
4846
4847         * wl-summary.el: Rewrite to use new elmo interface.
4848
4849 \f
4850 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-mime.el (wl-draft-preview-message):
4853         Run `wl-draft-send-hook' before collecting recipients information;
4854         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
4855
4856         * tm-wl.el (wl-draft-preview-message): Ditto.
4857
4858 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-mime.el (wl-draft-preview-message): Fixed problem that
4861         wrong receipients are displayed when forwarded message.
4862
4863 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * Version number is increased to 2.5.7.
4866
4867 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4868
4869         * wl-message.el (wl-message-next-page): Bind
4870         `window-pixel-scroll-increment' to nil while scrolling up.
4871
4872 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4873
4874         * wl-vars.el (wl-save-hook): New hook.
4875         * wl.el (wl-save): Call `wl-save-hook'.
4876
4877 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4878
4879         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
4880         Argument WITH-ARG instead of NO-ARG (negative mean).
4881         (wl-draft-reply): WITH-ARG instead of NO-ARG.
4882         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
4883         * wl-message.el (wl-message-follow-current-entity): Likewise.
4884
4885 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4886
4887         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
4888         FROM was optional argument.
4889         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
4890
4891 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4892
4893         * Version number is increased to 2.5.6.
4894
4895 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4896
4897         * wl-version.el (wl-version-show): Removed.
4898         (wl-version): Add `interactive'.
4899
4900 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
4901
4902         * wl-summary.el (wl-summary-get-petname-func): New variable.
4903         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
4904         instead of `wl-address-get-petname-1'.
4905         (wl-summary-simple-from): Ditto.
4906
4907         * wl-address.el (wl-address-get-petname-1): Define as function.
4908
4909 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4912         field in the original message.
4913         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4914
4915 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4916
4917         * wl-expire.el (wl-expire-hide):
4918         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4919
4920 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4923         find decoder for To, Cc, and Subject.
4924
4925 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
4928         for checking `elmo-use-buffer-cache'.
4929         (wl-summary-mark-as-important): Fixed typo in comment.
4930
4931 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4934         field in the original message.
4935         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4936
4937 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4938
4939         * wl-expire.el (wl-expire-hide):
4940         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4941
4942 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4945         find decoder for To, Cc, and Subject.
4946
4947 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * Version number is increased to 2.5.5.
4950
4951         * wl-address.el (wl-address-specials-regexp): New constant.
4952         (wl-address-quote-specials): Use it.
4953
4954 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-summary.el (wl-summary-rescan):
4957         Call `wl-summary-buffer-number-column-detect'.
4958         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
4959
4960         * wl-message.el (wl-message-mode-map): Define.
4961         (wl-message-decode): Use it as local-map.
4962
4963 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl-score.el (wl-score-guess-like-gnus): Abolished.
4966         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
4967
4968 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
4971
4972         * wl-mule.el (wl-read-event-char): Ditto.
4973
4974         * wl-e21.el (wl-read-event-char): Ditto.
4975
4976         * wl-nemacs.el (wl-read-event-char): Ditto.
4977         (read-event): Removed.
4978
4979         * wl-util.el (toplevel): Removed dummy definition of
4980         `read-event'.
4981         (wl-read-event-char, wl-xmas-read-event-char): Removed.
4982
4983 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4984
4985         * wl-nemacs.el (elmo-archive-call-process): Moved to
4986         elmo-archive.el.
4987
4988 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4989
4990         * wl-draft.el (wl-draft-reply-list-symbol): New function.
4991         (wl-draft-reply): Use it.  Fixed "No match field" error message.
4992
4993         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
4994         instead of magic-number 6.  Use `not' instead of `null' for symbol
4995         `nil' check (not empty list).
4996         (wl-draft-insert-x-face-field): Fixed paren style.
4997
4998         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
4999         one-branch conditional statement, instead of `and' and `if'.
5000         (wl-draft-forward): Likewise.
5001         (wl-draft-add-references): Likewise.
5002         (wl-draft-yank-from-mail-reply-buffer): Likewise.
5003
5004         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
5005         conditional steatment.  Use `cond' instead of `if'.
5006         (wl-draft-confirm): Likewise.
5007
5008 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5009
5010         * wl-version.el (wl-version-show): Use `product-string-1'
5011         instead of `wl-version'.
5012         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
5013
5014         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
5015
5016 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5017
5018         * wl-highlight.el (wl-highlight-headers): Revert
5019         `wl-highlight-x-face-func' argument (`beg' and `end').
5020
5021 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5022
5023         * wl.el (toplevel): Move `product-provide' declare.
5024         * wl-demo.el (toplevel): Ditto.
5025         * wl-dnd.el (toplevel): Ditto.
5026         * wl-highlight.el (toplevel): Ditto.
5027         * wl-message.el (toplevel): Ditto.
5028         * wl-refile.el (toplevel): Ditto.
5029         * wl-util.el (toplevel): Ditto.
5030
5031 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
5034         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
5035         (wl-thread-close-all): keep cursor position.
5036
5037 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5038
5039         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
5040         (eq x 0).
5041         (wl-generate-user-agent-string-1): Fix conditional statement.
5042
5043 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl.el (wl-check-environment): Additional check for
5046         'wl-local-domain' and `wl-message-id-domain'.
5047
5048 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-draft.el (toplevel): Delete defvar for sasl-*.
5051
5052 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
5055         instead of `smtp-sasl-user-realm'.
5056
5057 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5058
5059         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
5060
5061 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5062
5063         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
5064         to the default value as well as `eword-lexical-analyzer'.
5065
5066 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5067
5068         * wl-version.el (wl-extended-emacs-version,
5069         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
5070         `elmo-match-string' instead of `wl-match-string'.
5071
5072 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5073
5074         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
5075         docstring.
5076
5077 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
5078
5079         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
5080
5081 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5082
5083         * wl-highlight.el (wl-highlight-headers): Remove
5084         `wl-highlight-x-face-func' argument (`beg' and `end').
5085
5086 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-summary.el (wl-summary-mark-as-important):
5089         Remove cache if folder is local.
5090
5091 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
5092
5093         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
5094         to get existing e-mail address string.
5095
5096 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5097
5098         * wl-version.el (wl-generate-user-agent-string): Commentary.
5099         (wl-generate-user-agent-string-1): Use `when' for
5100         one-branch conditional statement, instead of `and' and `if'.
5101         (wl-extended-emacs-version, wl-extended-emacs-version2,
5102         wl-extended-emacs-version3): Ditto.
5103
5104 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-summary.el (wl-summary-sync-all-init): New inline function.
5107         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
5108         condition-case; Remove initialization.
5109         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
5110         (wl-summary-sync-update3): Added argument `sync-all';
5111         Eliminated local variable `msgdb';
5112         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
5113         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
5114         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5115
5116 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
5117
5118         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
5119         connection before call `wl-draft-send-mail-with-smtp'.
5120
5121 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5122
5123         * Version number is increased to 2.5.4.
5124
5125 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * wl.el (wl-check-environment): Additional check for
5128         'wl-local-domain' and `wl-message-id-domain'.
5129
5130 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
5133         buffer as command specific.
5134         (wl-folder-mark-as-read-all-entity): Ditto.
5135         (wl-folder-prefetch-entity): Ditto.
5136         (wl-folder-drop-unsync-entity): Ditto.
5137
5138         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
5139         (wl-prog-uudecode-no-stdout-option): Changed default to t.
5140         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
5141
5142         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
5143         save-excursion.
5144
5145 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * Version number is increased to 2.5.3.
5148
5149         * wl-summary.el (wl-summary-save-view-cache):
5150         Delete duplicated `write-region';
5151         Use `write-region-as-binary' instead of `as-binary-output-file' and
5152         `write-region'.
5153
5154 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5155
5156         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
5157
5158 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
5161         instead of `smtp-via-smtp'.
5162
5163 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5164
5165         * wl-draft.el (toplevel): Delete defvar for sasl-*.
5166
5167 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
5170         instead of `smtp-sasl-user-realm'.
5171
5172 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5173
5174         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
5175
5176 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5177
5178         * Version number is increased to 2.5.2.
5179
5180 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
5181
5182         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
5183         does not exist.
5184         (wl-biff-stop): Call `cancel-timer' if timer already exists.
5185         (wl-biff-start): Call `timer-activate' if timer already exists.
5186
5187         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
5188         only when it is bound as function.
5189
5190 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * Version number is increased to 2.5.1.
5193
5194 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
5197         Print refile/copy destination.
5198
5199 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5200
5201         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
5202         queue-flush-only is non-nil.
5203
5204         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
5205
5206         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
5207         checking cache folder.
5208
5209 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5210
5211         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
5212         `regexp-quote'.
5213
5214 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5215
5216         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
5217         function.
5218         * wl-summary.el (wl-summary-write-current-folder-functions):
5219         Change default value.  Use it.
5220
5221 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * Version number is increased to 2.5.0.
5224
5225         * wl-version.el (wl-version): Changed codename.
5226
5227 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
5230         (wl-summary-supersedes-message): Ditto.
5231
5232 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5233
5234         * wl-refile.el (wl-refile-guess-functions): Renamed from
5235         `wl-refile-guess-func-list'.
5236
5237 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5240         Fixed problem when no rule was matched.
5241
5242 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
5243
5244         * wl-summary.el (wl-summary-get-mark): Fixed
5245         `wl-summary-buffer-target-mark' check logic.
5246
5247 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5248
5249         * wl-folder.el (wl-folder-write-current-folder): Added group
5250         folder check.
5251
5252         * wl-summary.el (wl-summary-write-current-folder): Renamed from
5253         `wl-summary-write-current-newsgroup'.
5254         (wl-summary-write-current-folder-functions): New variable.
5255         * wl-folder.el (wl-folder-get-newsgroups): New function.
5256         (wl-folder-guess-mailing-list-by-refile-rule): New function.
5257         (wl-folder-write-current-folder): Renamed from
5258         `wl-folder-write-current-newsgroup'.
5259
5260 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5261
5262         * Version number is increased to 2.3.93.
5263
5264 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
5267         (wl-ldap-make-matched-value-list): Ditto.
5268         (wl-ldap-alias-safe-string): Split e-mail address.
5269
5270         * wl-summary.el (wl-summary-read-folder): Fixed problem when
5271         petname folder default was selected.
5272         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
5273         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
5274
5275 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
5278         to `wl-draft-config-exec'.
5279
5280         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
5281         instead of calling `wl-draft-config-exec';
5282         Process group-list and show recipients in minibuffer.
5283
5284         * tm-wl.el (wl-draft-preview-message): Ditto.
5285
5286 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5287
5288         * wl.el (toplevel): Added (C) to copyright notice, and
5289         sync Author header.
5290         * tm-wl.el (toplevel): Ditto.
5291         * wl-address.el (toplevel): Ditto.
5292         * wl-demo.el (toplevel): Ditto.
5293         * wl-dnd.el (toplevel): Ditto.
5294         * wl-draft.el (toplevel): Ditto.
5295         * wl-e21.el (toplevel): Ditto.
5296         * wl-expire.el (toplevel): Ditto.
5297         * wl-folder.el (toplevel): Ditto.
5298         * wl-highlight.el (toplevel): Ditto.
5299         * wl-message.el (toplevel): Ditto.
5300         * wl-mime.el (toplevel): Ditto.
5301         * wl-mule.el (toplevel): Ditto.
5302         * wl-nemacs.el (toplevel): Ditto.
5303         * wl-refile.el (toplevel): Ditto.
5304         * wl-score.el (toplevel): Ditto.
5305         * wl-summary.el (toplevel): Ditto.
5306         * wl-template.el (toplevel): Ditto.
5307         * wl-thread.el (toplevel): Ditto.
5308         * wl-util.el (toplevel): Ditto.
5309         * wl-vars.el (toplevel): Ditto.
5310         * wl-xmas.el (toplevel): Ditto.
5311
5312 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
5313
5314         * wl.el (wl-init): Added comment about `wl-init-hook'.
5315         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
5316         * wl-vars.el (wl-init-hook): Added docs.
5317         (wl-make-plugged-hook): Removed useless docs.
5318         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
5319         * wl-xmas.el (toplevel): Ditto.
5320
5321 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5322
5323         * wl-address.el (toplevel): Fixed multiple Author header format.
5324         * wl-demo.el (toplevel): Ditto.
5325         * wl-draft.el (toplevel): Ditto.
5326         * wl-folder.el (toplevel): Ditto.
5327         * wl-summary.el (toplevel): Ditto.
5328         * wl-thread.el (toplevel): Ditto.
5329         * wl-util.el (toplevel): Ditto.
5330         * wl-vars.el (toplevel): Ditto.
5331         * wl-version.el (toplevel): Ditto.
5332         * wl-xmas.el (toplevel): Ditto.
5333         * wl.el (toplevel): Ditto.
5334
5335         * wl-version.el (toplevel): Added require `elmo-version' for
5336         `product-version-as-string'.
5337
5338 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-vars.el (wl-draft-send-hook): Changed default value to
5341         '(wl-draft-config-exec).
5342
5343         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
5344         explicitly.
5345         (wl-draft): Set `wl-draft-config-exec-flag' before running
5346         `wl-mail-setup-hook'.
5347
5348         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
5349         `wl-biff-init-icons' to `wl-init-hook' instead of
5350         `wl-make-plugged-hook'.
5351         (Because if `wl-draft' command is invoked at first,
5352         they are not initialized)
5353         Updated copyright notice.
5354
5355         * wl-e21.el (toplevel): Ditto;
5356
5357         * wl-demo.el (toplevel): Updated copyright notice.
5358         * wl-address.el (toplevel): Ditto.
5359         * wl-draft.el (toplevel): Ditto.
5360         * wl-version.el (toplevel): Ditto.
5361         * wl-folder.el (toplevel): Ditto.
5362         * wl-summary.el (toplevel): Ditto.
5363         * wl-thread.el (toplevel): Ditto.
5364         * wl-util.el (toplevel): Ditto.
5365         * wl-vars.el (toplevel): Ditto.
5366         * wl.el (toplevel): Ditto.
5367
5368 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-highlight.el (wl-highlight-message): Fixed problem of
5371         highlighting failure which occured when the last field contains
5372         multiple lines in the draft buffer.
5373
5374         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
5375         `wl-biff-start' if plugged.
5376
5377         * wl-util.el (wl-biff-check-folder): New function.
5378         (wl-biff-check-folders): Don't set session name prefix.
5379         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
5380         (wl-biff-check-folder-async): Ditto.
5381
5382         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
5383         in email address.
5384
5385 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
5386
5387         * wl-vars.el (wl-subject-prefix-regexp): New variable.
5388
5389         * wl-draft.el (wl-draft-strip-subject-re): New function.
5390
5391         * wl-draft.el (wl-draft-reply): Use it.
5392
5393 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-message.el (wl-mmelmo-message-redisplay): Use
5396         `mime-display-message' instead of `wl-mime-display-message'.
5397
5398         * wl-mime.el (toplevel): Removed compatibility workaround
5399         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
5400         (wl-mime-display-message): Abolished.
5401         (wl-mime-entity-read-field): Ditto.
5402         (wl-mime-combine-message/partial-pieces): Use
5403         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
5404
5405 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
5406
5407         * wl-template.el: Doc fixes.
5408
5409 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5410
5411         * wl-e21.el (wl-message-overload-functions): Do nothing if
5412         `current-local-map' is not available.
5413         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
5414
5415 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5416
5417         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
5418         representation.
5419
5420         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
5421         number.
5422         (wl-fldmgr-save-folders): Don't use `format' when insert
5423         `wl-fldmgr-folders-header'.
5424
5425 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5426
5427         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
5428
5429 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-highlight.el (wl-highlight-message):
5432         Use `std11-field-end' to detect end point of the header field.
5433         Refer `wl-highlight-max-header-size'.
5434
5435         * wl-vars.el (wl-highlight-max-header-size): New variable.
5436
5437         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
5438
5439         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5440         Set `for-draft' argument of wl-highlight-headers.
5441         (wl-draft): Ditto.
5442         (wl-draft-reedit): Ditto.
5443         (wl-user-agent-compose-internal): Ditto.
5444
5445 2000-10-24   Daiki Ueno <ueno@unixuser.org>
5446
5447         * wl-message.el (wl-message-add-button): Use overlay.
5448
5449 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
5452
5453         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
5454         problem when group-list content is nothing.
5455         (Reported by Mito <mit@nines.nec.co.jp>)
5456
5457 2000-10-18  SAITO Atsunori <sai@yedo.com>
5458
5459         * wl-summary.el (wl-summary-print-destination): Adjust line length.
5460
5461 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5462
5463         * tm-wl.el (toplevel): Use product-provide.
5464
5465 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * Version number is increased to 2.3.92.
5468
5469 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5470
5471         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
5472         title text, use `display' property for left margin under Emacs 21.
5473
5474         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
5475         properties.
5476         (wl-plugged-init-icons): Ditto.
5477
5478 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5479
5480         * wl.el (wl-save-status, wl-init): Remove last period in
5481         "...done." message.
5482         * tm-wl.el (wl-summary-burst): Ditto.
5483         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
5484         wl-summary-resume-cache-status,
5485         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
5486         wl-summary-sync-update3, wl-summary-highlight-msgs,
5487         wl-summary-flush-pending-append-operations,
5488         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
5489         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
5490         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
5491         wl-thread-open-all): Ditto.
5492         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5493         * wl-mime.el (wl-summary-burst): Ditto.
5494         * wl-highlight.el (wl-highlight-summary): Ditto.
5495         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
5496         wl-folder-open-all, wl-folder-update-access-group): Ditto.
5497         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
5498         * wl-address.el (wl-local-address-init): Ditto.
5499
5500 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5501
5502         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
5503         `add-text-properties'.
5504         (wl-plugged-init-icons): Ditto.
5505         (wl-folder-init-icons): Use `propertize' instead of
5506         `put-text-property'.
5507         (wl-plugged-set-folder-icon): Ditto.
5508         (wl-e21-highlight-folder-group-line): Ditto.
5509
5510 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-version.el (wl-version-status-alist): New variable.
5513         (wl-version-status): New function.
5514
5515         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
5516         "Cc" part of the case "Reply-To".
5517
5518         * wl-draft.el (wl-draft-reply): Use result of
5519         `eword-extract-address-components'.
5520
5521         * wl-demo.el (wl-demo-icon-name): New constant.
5522         (wl-logo-xpm): Use it.
5523         (wl-logo-xbm): Ditto.
5524         (wl-logo-bitmap): Ditto.
5525
5526         * Version number is increased to 2.3.91.
5527
5528 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5529
5530         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
5531         (wl-extended-emacs-version, wl-extended-emacs-version2,
5532         wl-extended-emacs-version3): Remove `interactive'.  Fixed
5533         docstring.
5534
5535         * wl-version.el (wl-generate-user-agent-string-1): New function.
5536         (wl-generate-user-agent-string): Use it.
5537
5538         * wl-version.el (wl-generate-user-agent-string-1): Ignore
5539         `mime-edit-insert-user-agent-field'.
5540         (wl-generate-user-agent-string): Check
5541         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
5542
5543         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
5544         instead of `if', when verbose case.
5545
5546 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
5547
5548         * wl-expire.el (wl-summary-expire): Fix.
5549
5550 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
5551
5552         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
5553         and `elmo-lost+found-folder' if 'wl-draft.
5554         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
5555
5556 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5557
5558         * wl-expire.el (wl-summary-expire): Change messages.
5559         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
5560         `deleing-info' instead of "Deleting..."
5561
5562 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
5563
5564         * wl-summary.el (wl-summary-refile-subr): Fix.
5565
5566 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5567
5568         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
5569         if pipe folder.
5570
5571 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5572
5573         * wl-vars.el (wl-draft-use-cache): Default `nil'.
5574
5575 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5576
5577         * wl-expire.el (wl-expire-hide): New function.
5578         (wl-summary-expire): Add `hide'.
5579
5580 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-vars.el (wl-draft-reply-without-argument-list):
5583         Changed default value to consider `Reply-To:'.
5584         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
5585
5586         * Version number is increased to 2.3.90.
5587
5588         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
5589         elmo-imap4-get-session with unwind-protect.
5590         Don't cause error.
5591         (wl-summary-sync-marks): Don't check plugged nor folder type.
5592         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
5593         (Always keep current buffer).
5594
5595 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
5596
5597         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5598         Enclose with `save-excursion'.
5599
5600 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5601
5602         * wl-version.el (wl-version): Remove interactive.
5603
5604 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5605
5606         * wl-version.el (wl-generate-user-agent-string): Use
5607         `product-string-verbose' instead of `product-string-1'.
5608
5609 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5610
5611         * wl-vars.el (wl-draft-use-cache): New variable.
5612         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
5613         if wl-draft-use-cache is non-nil.
5614
5615 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5616
5617         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
5618         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
5619
5620 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
5623         (wl-thread-msg-mark-as-unread): Ditto.
5624
5625         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
5626         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
5627         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
5628         Don't set mark in summary if return value of `elmo-mark-as-read'
5629         is nil.
5630         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
5631         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
5632         instead of `wl-thread-msg-mark-as-read'.
5633         (wl-summary-mark-as-unread-region): Ditto.
5634         (wl-summary-target-mark-mark-as-read): Ditto.
5635
5636         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5637
5638 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
5641
5642         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
5643
5644 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
5647         face.
5648
5649 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
5650
5651         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
5652         `running-xemacs'.
5653
5654 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5655
5656         * wl-version.el (toplevel): Use `product-version-as-string' for
5657         set verstion-string, if defined.
5658
5659         * wl-version.el (wl-version-show): Insert string at point, when
5660         call with argument.
5661
5662         * wl-version.el (wl-generate-user-agent-string): Use
5663         `product-string-1' instead of `wl-appname', `wl-version' and
5664         `wl-codename'.
5665
5666 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5667
5668         * wl-address.el (toplevel): Use product-provide.
5669         * wl-demo.el (toplevel): Ditto.
5670         * wl-dnd.el (toplevel): Ditto.
5671         * wl-draft.el (toplevel): Ditto.
5672         * wl-e21.el (toplevel): Ditto.
5673         * wl-expire.el (toplevel): Ditto.
5674         * wl-fldmgr.el (toplevel): Ditto.
5675         * wl-folder.el (toplevel): Ditto.
5676         * wl-highlight.el (toplevel): Ditto.
5677         * wl-message.el (toplevel): Ditto.
5678         * wl-mime.el (toplevel): Ditto.
5679         * wl-mule.el (toplevel): Ditto.
5680         * wl-nemacs.el (toplevel): Ditto.
5681         * wl-refile.el (toplevel): Ditto.
5682         * wl-score.el (toplevel): Ditto.
5683         * wl-summary.el (toplevel): Ditto.
5684         * wl-template.el (toplevel): Ditto.
5685         * wl-thread.el (toplevel): Ditto.
5686         * wl-util.el (toplevel): Ditto.
5687         * wl-vars.el (toplevel): Ditto.
5688         * wl-xmas.el (toplevel): Ditto.
5689         * wl.el (toplevel): Ditto.
5690
5691 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5692
5693         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
5694         instead of product.
5695
5696         * wl-version.el (wl-version): Compile time evalution elmo-version.
5697
5698 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
5699
5700         * wl-summary.el (wl-summary-sync-force-update): Append queue
5701         `mark-as-read'if unplugged.
5702
5703 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5704
5705         * wl-version.el: New file.  Use product.el.
5706         * wl.el: add (require 'wl-version).
5707         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
5708         for ~/.folders header.
5709         (wl-fldmgr-folders-header): Changed.
5710         * wl-demo.el (wl-demo): Use product.el.
5711
5712         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
5713         wl-version.el.
5714         * wl-util.el (wl-version, wl-version-show): Ditto.
5715
5716         * wl-util.el (wl-generate-user-agent-string,
5717         wl-extended-emacs-version, wl-extended-emacs-version2,
5718         wl-extended-emacs-version3): Move to wl-version.el.
5719         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
5720         xemacs-codename, mime-edit-insert-user-agent-field,
5721         mime-edit-user-agent-value, mime-editor/version,
5722         mime-editor/codename): Compile warning killer move to
5723         wl-version.el
5724
5725 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
5726
5727         * wl-summary.el (wl-summary-refile-subr): Fix.
5728
5729 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-summary.el (wl-summary-sync-marks): Changed argument for
5732         `elmo-list-folder-unread' and `elmo-list-folder-important'.
5733
5734 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
5735
5736         * wl.el (wl-check-environment): Check too many `@'.
5737
5738 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
5739
5740         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
5741
5742 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5743
5744         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
5745         wl-draft-reply-myself-without-argument-list): Add variables.
5746         * wl-draft.el (wl-draft-reply): Use it.
5747
5748 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
5749
5750         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
5751         the 5th argument of `elmo-network-get-spec'.
5752
5753         * wl-thread.el (wl-thread-reparent-children): New inline function.
5754         (wl-thread-delete-message): Use it.
5755
5756         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
5757         (wl-summary-score-update-all-lines): Don't use `dolist'.
5758
5759 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5760
5761         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
5762         (require 'elmo-msgdb) for inline function.
5763
5764 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
5765
5766         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
5767
5768 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
5769
5770         * wl-score.el (wl-score-headers): Fix for the confusing macro
5771         `elmo-kill-buffer'.
5772
5773 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5774
5775         * wl-summary.el: Don't use the 3rd argument of `require' because
5776         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
5777         * wl-util.el: Ditto.
5778         * wl-draft.el: Ditto.
5779
5780 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5781
5782         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
5783         window system is not used.
5784
5785 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
5786
5787         * wl-thread.el: Don't use `mapcar' only for iteration.
5788         (wl-thread-resume-entity): Ditto.
5789         (wl-thread-delete-message): Ditto.
5790
5791         * wl-summary.el: Bind `dragdrop-drop-functions',
5792         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
5793         of `require' for `timezone', `easymenu' and `ps-print';
5794         don't use `mapcar' only for iteration.
5795
5796         * wl-util.el: Bind `mule-version', `nemacs-version',
5797         `emacs-beta-version', `xemacs-codename',
5798         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
5799         `mime-editor/version' and `mime-editor/codename'; specify 3rd
5800         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
5801         only for iteration.
5802
5803         * wl-score.el: Don't use `mapcar' only for iteration.
5804         (wl-score-simplify-buffer-fuzzy): Ditto.
5805         (wl-score-simplify-subject): Ditto.
5806         (wl-score-headers): Ditto.
5807         (wl-summary-score-update-all-lines): Ditto.
5808
5809         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
5810         `enable-multibyte-characters' and `mule-version'.
5811
5812         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
5813         `mapcar' only for iteration.
5814
5815         * wl-demo.el: Don't use `mapcar' only for iteration.
5816
5817         * wl-folder.el: Don't use `mapcar' only for iteration.
5818         (wl-folder-open-all): Ditto.
5819         (wl-folder-count-incorporates): Ditto.
5820
5821         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
5822         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
5823
5824         * wl-draft.el: Bind `x-face-add-x-face-version-header',
5825         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
5826         `smtp-connection-type'; specify 3rd argument of `require' for
5827         `timezone'; don't use `mapcar' only for iteration.
5828         (wl-draft-clone-local-variables): Don't use `mapcar'.
5829         (wl-draft-generate-clone-buffer): Ditto.
5830         (wl-user-agent-compose-internal): Ditto.
5831
5832         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
5833
5834         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
5835         (wl-save-status): Ditto.
5836
5837         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
5838         for iteration.
5839
5840 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
5843         removed `Date'.
5844         (wl-fldmgr-make-filter-default): New user option.
5845
5846         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
5847         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
5848         (wl-fldmgr-filter-completion-alist): Abolish.
5849
5850         * wl.el (wl): Don't check servers if arg is non-nil.
5851
5852         * wl-draft.el (wl-draft-reply): Set only message-id string to
5853         In-Reply-To field.
5854
5855 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-summary.el (wl-summary-pick): Rewrite.
5858
5859         * wl-draft.el (wl-draft-forward): Get references field from
5860         original buffer.
5861         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
5862
5863 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5864
5865         * wl-draft.el (wl-draft-forward): Add references field.
5866
5867 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
5870         (wl-draft-reply): Use it.
5871
5872 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
5873
5874         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
5875         when Emacs 21 is running.
5876
5877         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
5878         bindings.
5879
5880 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5881
5882         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
5883         XPM icons transparent.
5884
5885         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
5886         Emacs 21.
5887
5888 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
5891         nil.
5892
5893         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
5894         when it is persistent.
5895         (wl-summary-sync-marks): Changed argument for
5896         `elmo-list-folder-unread' and `elmo-list-folder-important'.
5897         (wl-summary-virtual): Use `elmo-read-search-condition'.
5898         (wl-summary-redisplay-internal): If folder is local, mark as read
5899         even when folder is plugged.
5900
5901 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5902
5903         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
5904         of `tool-bar-lines' in the frame parameters.
5905         (after-make-frame-functions, post-command-hook): Don't modify the
5906         value.
5907         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
5908         wl-e21-tool-bar-lines): Removed.
5909
5910 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5911
5912         * wl-highlight.el (wl-highlight-folder-path): Put overlay
5913         properties `evaporate' and `wl-momentary-overlay' as well.
5914         (wl-highlight-summary-displaying): Ditto.
5915         (wl-delete-all-overlays): Don't delete overlay which does not have
5916         a property `wl-momentary-overlay'.
5917
5918         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
5919         `display-mouse-p' and `display-graphic-p'.
5920         (wl-folder-init-icons): Don't search for XBM or the other files.
5921         (wl-plugged-set-folder-icon): Make icons if and only if
5922         `display-graphic-p' returns non-nil.
5923         (wl-highlight-plugged-current-line): Use `before-string' overlay
5924         property to show icon images.
5925         (wl-highlight-folder-current-line): Ditto.
5926         (wl-e21-highlight-folder-group-line): Ditto.
5927         (wl-e21-highlight-folder-by-numbers): Ditto.
5928         (wl-e21-insert-image): Removed.
5929         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
5930         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
5931         said.
5932         (wl-e21-switch-toolbar-after-make-frame): Renamed from
5933         `wl-e21-force-switch-toolbar'.
5934         (wl-e21-make-icon-image): Removed.
5935         (wl-e21-setup-toolbar): Don't search for XBM files.
5936         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
5937         the default value.
5938
5939 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
5940
5941         * wl-util.el (wl-biff-check-folder-async): Set
5942         `wl-biff-check-folders-running' even when it is not an IMAP folder.
5943
5944 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5945
5946         * wl-e21.el (after-make-frame-functions): Add
5947         `wl-e21-force-switch-toolbar'.
5948         (wl-e21-force-switch-toolbar): New function force to switch the
5949         toolbar appearance automatically.
5950         (post-command-hook): Add `wl-e21-switch-toolbar'.
5951         (wl-e21-switch-toolbar): New function to switch the toolbar
5952         appearance automatically.
5953         (wl-e21-tool-bar-lines): New buffer local variable.
5954
5955 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-util.el (wl-biff-check-folders-running): New variable.
5958         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
5959         (wl-biff-check-folder-async-callback):
5960         Set `wl-biff-check-folders-running'.
5961         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
5962         with unwind-protect.
5963
5964         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
5965         Enclose `wl-folder-auto-check' with unwind-protect.
5966
5967         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
5968         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
5969
5970         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
5971
5972         * wl-util.el (wl-biff-notify): New inline function.
5973         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
5974         locally.
5975         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
5976         folder-list' is 1.
5977         Use `wl-biff-notify'.
5978         (wl-biff-check-folder-async-callback): New function.
5979         (wl-biff-check-folder-async): Ditto.
5980
5981         * wl-folder.el (wl-folder): Don't check folders.
5982         (wl-folder-auto-check): New function.
5983
5984 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5985
5986         * wl-util.el (wl-biff-start) [Emacs19+]:
5987         Use `timer-next-integral-multiple-of-time'.
5988         (wl-biff-check-folders): Use `wl-default-folder'
5989         if `wl-biff-check-folder-list' is nil.
5990
5991 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
5992
5993         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
5994         instead of `elmo-delete-lists'.
5995
5996 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
5997
5998         * wl.el (wl-plugged-toggle-all): Set the value of
5999         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
6000         (wl-plugged-toggle): Ditto.
6001         (wl-toggle-plugged): Ditto.
6002         (wl-plugged-init): Ditto.
6003
6004         * wl-xmas.el (wl-biff-init-icons): Set icons data to
6005         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
6006         instead of `wl-biff-state-indicator-off' and
6007         `wl-biff-state-indicator-on'; don't modify the value and the type
6008         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
6009         (wl-plugged-init-icons): Set icons data to
6010         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
6011         instead of `wl-plug-state-indicator-off' and
6012         `wl-plug-state-indicator-on'; don't modify the value and the type
6013         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
6014
6015         * wl-vars.el (wl-modeline-biff-state-off,
6016         wl-modeline-biff-state-on, wl-modeline-biff-status,
6017         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
6018         wl-modeline-plug-status): New internal variables.
6019         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
6020         wl-biff-check-interval, wl-biff-check-folder-list): Change
6021         customization group from `wl-folder' to `wl-highlight'.
6022         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
6023         wl-show-plug-status-on-modeline): Defcustomized.
6024
6025         * wl-util.el (wl-biff-check-folders): Set the value of the flag
6026         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
6027         (wl-mode-line-buffer-identification): Set both ON and OFF data with
6028         a flag to `mode-line-buffer-identification'.
6029
6030         * wl-e21.el (wl-biff-init-icons): Set icons data to
6031         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
6032         instead of `wl-biff-state-indicator-off' and
6033         `wl-biff-state-indicator-on'.
6034         (wl-plugged-init-icons): Set icons data to
6035         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
6036         instead of `wl-plug-state-indicator-off' and
6037         `wl-plug-state-indicator-on'.
6038
6039 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6040
6041         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
6042         excessive titles.
6043
6044 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6045
6046         * wl.el (wl-plugged-mode): Use revised
6047         `wl-mode-line-buffer-identification'.
6048         (wl-plugged-init): Don't use `force-mode-line-update'.
6049
6050         * wl-xmas.el (wl-draft-overload-functions): Use revised
6051         `wl-mode-line-buffer-identification'.
6052         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
6053         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
6054         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
6055         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
6056         `wl-make-plugged-hook';
6057         add `wl-folder-init-icons' and `wl-setup-folder' to
6058         `wl-folder-mode-hook'.
6059
6060         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
6061         19 as well.
6062         (wl-mode-line-display-priority-list): New user option.
6063         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
6064         Defcustomized.
6065         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
6066         Add docs.
6067
6068         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
6069         start.
6070         (wl-mode-line-buffer-identification): Revised as a function.
6071
6072         * wl-summary.el (wl-summary-mode): Use revised
6073         `wl-mode-line-buffer-identification'; don't call
6074         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
6075         (TopLevel): Don't bind `wl-e21-setup-summary' nor
6076         `wl-xmas-setup-summary'.
6077
6078         * wl-nemacs.el (wl-draft-overload-functions): Use revised
6079         `wl-mode-line-buffer-identification'.
6080
6081         * wl-mule.el (wl-draft-overload-functions): Use revised
6082         `wl-mode-line-buffer-identification'.
6083
6084         * wl-folder.el (wl-make-plugged-alist): Don't call
6085         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
6086         (wl-folder): Don't call `wl-folder-init-icons' directly.
6087         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
6088         `wl-xmas-setup-folder' directly;
6089         use revised `wl-mode-line-buffer-identification'.
6090         (TopLevel): Don't bind `wl-biff-init-icons',
6091         `wl-plugged-init-icons', `wl-folder-init-icons',
6092         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
6093
6094         * wl-e21.el (wl-draft-overload-functions): Use revised
6095         `wl-mode-line-buffer-identification'.
6096         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
6097         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
6098         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
6099         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
6100         `wl-make-plugged-hook';
6101         add `wl-folder-init-icons' and `wl-setup-folder' to
6102         `wl-folder-mode-hook'.
6103
6104 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6105             Katsumi Yamaoka    <yamaoka@jpl.org>
6106
6107         * wl.el (wl): Call `wl-biff-start'.
6108         (wl-exit): Call `wl-biff-stop'.
6109         (wl-plugged-mode): Show biff in modeline.
6110         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
6111
6112         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
6113         (wl-biff-init-icons): New function.
6114         (wl-plugged-init-icons): Don't make too much keymaps.
6115         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
6116
6117         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
6118         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
6119         variables.
6120         (wl-biff-check-interval, wl-biff-check-folder-list): New user
6121         options.
6122
6123         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
6124         wl-biff-start, wl-biff-stop): New functions.
6125         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
6126         (wl-biff-timer-name): New variable.
6127
6128         * wl-summary.el (wl-summary-mode): Show biff in modeline.
6129
6130         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
6131         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
6132
6133         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
6134         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
6135
6136         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
6137         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
6138         `wl-folder-init-icons' to `ignore' if they are not available.
6139         (wl-folder-mode): Show biff in modeline.
6140
6141         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
6142         (wl-biff-init-icons): New function.
6143         (wl-plugged-init-icons): Don't make too much keymaps.
6144         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
6145
6146 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
6147
6148         * wl-vars.el (wl-strict-diff-folders): Customization Type
6149         and doc fix.  Define as a list of regular expressions for
6150         folders or nil.
6151         * wl-folder.el (wl-folder-check-one-entity): Use
6152         `wl-string-match-member' instead of `wl-string-member' for
6153         `wl-strict-diff-folders'.
6154
6155 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
6156
6157         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
6158         (wl-highlight-folder-current-line): Use it; new implementation.
6159         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
6160         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
6161         `defsubst' instead of `defun'.
6162
6163         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
6164         `wl-highlight-group-folder-by-numbers'; made it can also be a
6165         number.  See info for more details.
6166
6167         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
6168         running.
6169
6170         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
6171         to bind them.
6172
6173         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
6174         (wl-highlight-folder-current-line): New implementation.
6175
6176         * wl-highlight.el (wl-highlight-folder-group-line): New
6177         implementation.
6178         (wl-delete-all-overlays): Rewrite as a marco.
6179         (TopLevel): Require `wl-e21' when Emacs 21 is running.
6180
6181         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
6182         running.
6183         (wl-folder-*-glyph): No need to bind them.
6184
6185         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
6186         `wl-e21-highlight-folder-group-icon'; rewrite.
6187         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
6188         `defsubst' instead of `defun'.
6189         (wl-folder-mode-map): Bind it when compiling.
6190
6191 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6192
6193         * wl.el (wl): Initialize plug-related settings before `wl-init'.
6194
6195         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
6196
6197 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
6198
6199         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
6200
6201 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
6202
6203         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
6204         (wl-highlight-folder-current-line): Use it.
6205
6206         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
6207         in `id-name'.
6208
6209 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
6210
6211         * wl.el: Require `wl-e21' when Emacs 21 is running.
6212
6213         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
6214         default when Emacs 21 is running.
6215         (wl-use-highlight-mouse-line): Ditto.
6216         (wl-on-emacs21): New constant.
6217         (wl-on-emacs20): Removed.
6218
6219         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
6220         Emacs 21 is running.
6221
6222         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
6223         Emacs 21 is running.
6224
6225         * wl-e21.el: New file.
6226
6227 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
6228
6229         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
6230         (wl-toggle-plugged): Ditto.
6231         (wl-plugged-toggle): Ditto.
6232         (wl-plugged-toggle-all): Ditto.
6233
6234         * wl-vars.el (wl-plug-state-indicator): Refer
6235         `wl-plug-state-indicator-on' indirectly.
6236
6237 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
6240         Call `wl-folder-confirm-existence'.
6241
6242         * wl-folder.el (wl-folder-confirm-existence): Added optional
6243         argument `force'.
6244
6245 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
6246
6247         * wl-summary.el (wl-summary-refile-subr): Assume
6248         `copy-or-refile' as symbol.
6249         (wl-summary-refile): Follow up above change.
6250         (wl-summary-copy): Ditto.  Doc fix.
6251
6252 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-summary.el (wl-summary-pick): Don't bind
6255         `elmo-search-mime-charset'.
6256
6257         * wl-vars.el (wl-highlight-message-header-button-alist): Define
6258         default using old backquote style.
6259         (wl-search-mime-charset): Abolished.
6260
6261         * wl-highlight.el (wl-highlight-headers):
6262         Call `point' after `re-search-forward'(for Nemacs).
6263
6264         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
6265         for elmo-imap4.el.
6266
6267 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
6268
6269         * wl-message.el (wl-mmelmo-message-redisplay): Bind
6270         `wl-message-ignored-field-list' instead of
6271         `mime-view-ignored-field-list'.
6272
6273         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
6274         Add interactive spec.
6275         (wl-folder-goto-bottom-of-current-folder): Ditto.
6276         (wl-folder-mode-map): Bind them.
6277
6278         * wl-vars.el (wl-message-ignored-field-list): New variable.
6279         (wl-message-visible-field-list): New variable.
6280
6281         * wl-mime.el (wl-mime-header-presentation-method): New function.
6282         (wl-mime-setup): Set header-presentation-method.
6283
6284 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6285
6286         * wl-nemacs.el (wl-draft-overload-functions): Set
6287         `mode-line-buffer-identification' instead of using
6288         `wl-make-modeline'.
6289
6290         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
6291         instead of using `wl-make-modeline'.
6292
6293         * wl-xmas.el (wl-plugged-init-icons): Set up
6294         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
6295         (wl-make-modeline): Abolish.
6296         (wl-draft-overload-functions): Set
6297         `mode-line-buffer-identification' instead of using
6298         `wl-make-modeline'.
6299
6300         * wl-util.el (wl-make-modeline-subr): Abolish.
6301         (wl-mode-line-buffer-identification): New alias.
6302
6303         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
6304         (wl-summary-make-modeline): Abolish.
6305         (wl-summary-buffer-set-folder): Set
6306         `wl-summary-buffer-folder-indicator'.
6307         (wl-summary-mode): Set `mode-line-buffer-identification' instead
6308         of using `wl-make-modeline'.
6309         (wl-summary-switch-to-clone-buffer): Don't set
6310         `mode-line-buffer-identification'.
6311         (wl-summary-goto-folder-subr): Ditto.
6312
6313         * wl-mule.el (wl-draft-overload-functions): Set
6314         `mode-line-buffer-identification' instead of using
6315         `wl-make-modeline'.
6316
6317         * wl-folder.el (wl-folder-mode): Set
6318         `mode-line-buffer-identification' instead of using
6319         `wl-make-modeline'.
6320         (wl-folder): Don't set `mode-line-buffer-identification'.
6321
6322 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
6323
6324         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
6325         instead of `member' for `wl-refile-guess-func-list' look-ups.
6326         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
6327
6328 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6329
6330         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
6331         `wl-message-button-dispatcher'.
6332
6333         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
6334
6335         * wl-message.el (wl-message-button-dispatcher): Use it.
6336
6337         * wl-vars.el (wl-highlight-message-header-button-alist): Add
6338         "In-Reply-To".
6339
6340         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6341         Bind `case-fold-search' to t.
6342
6343 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6344
6345         * wl-xmas.el (wl-message-overload-functions): Initialize
6346         `wl-message-button-map'.
6347
6348         * wl-mule.el (wl-message-overload-functions): Initialize
6349         `wl-message-button-map'.
6350
6351         * wl-vars.el (wl-highlight-message-header-button-alist): New.
6352
6353         * wl-message.el (wl-message-button-map): New keymap.
6354         (wl-message-add-button): New function.
6355         (wl-message-button-dispatcher): New function.
6356         (wl-message-button-refer-article): New function.
6357
6358         * wl-highlight.el
6359         (wl-highlight-message-add-buttons-to-header): New function.
6360         (wl-highlight-headers): Use it.
6361
6362 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6363
6364         * wl-summary.el (wl-summary-default-from): Use
6365         `wl-address-get-petname-1'.
6366         (wl-summary-simple-from): Ditto.
6367
6368         * wl-address.el (wl-address-get-petname-1): New inline function.
6369         (wl-address-get-petname): Use it.
6370
6371 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
6372
6373         * wl-summary.el (wl-summary-default-from): Return full-name part
6374         from the address if no petname was found.
6375         (wl-summary-simple-from): Ditto.
6376
6377         * wl-address.el (wl-address-get-petname): Return nil if no petname
6378         associated with the address was found.
6379
6380 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6381
6382         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
6383         display is finished.
6384
6385 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6386
6387         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
6388         `elmo-folder-exists-p' argument.
6389
6390 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
6391
6392         * wl-folder.el (wl-folder-confirm-existence): Check existence of
6393         the folder.
6394
6395 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
6398
6399         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6400         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
6401
6402 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
6403
6404         * wl-folder.el (wl-folder-create-subr): New function.
6405         (wl-folder-confirm-existence): Use it.
6406         (wl-folder-check-one-entity): Use it.
6407         Check the error symbol is derived from 'elmo-open-error.
6408
6409         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
6410         `ignore-error'.
6411
6412 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6413
6414         * wl-util.el (toplevel): Add (eval-when-compile (require
6415         'elmo-util)).  (Maybe `provide' is typo.)
6416
6417 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-util.el (toplevel): Removed (provide 'elmo-util).
6420         (I don't know why this was needed.)
6421
6422         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
6423         Follow up changes for stream-type.
6424
6425         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
6426         (wl-draft-elmo-nntp-send): Ditto.
6427
6428         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
6429         (wl-nntp-posting-stream-type): Ditto.
6430         (wl-pop-before-smtp-ssl): Abolished.
6431         (wl-nntp-posting-ssl): Ditto.
6432
6433         * wl-address.el (wl-address-quote-specials): New function.
6434         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
6435
6436         * wl-draft.el (wl-draft-reply): Ditto.
6437
6438 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6439
6440         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
6441         use function `wl-string-match-assoc'.
6442
6443 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
6446
6447         * wl-draft.el (wl-draft-deduce-address-list): New function.
6448         (wl-draft-parse-mailbox-list): Ditto.
6449         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
6450         instead of `smtp-deduce-address-list'.
6451         (wl-draft-on-field-p): Follow group list.
6452
6453         * wl-address.el (wl-address-concat-token): New function.
6454         (wl-address-string-without-group-list-contents): Ditto.
6455         (wl-complete-field-body): Fixed problem of completion
6456         by japanese petname.
6457         (wl-address-make-completion-list): Rewrite.
6458
6459 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
6460
6461         * wl-address.el (wl-address-make-completion-list): Completion by
6462         petname.
6463         (wl-complete-field-body): Likewise.
6464
6465 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
6468         contains invalid address syntax.
6469
6470 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-folder.el (wl-folder-check-entity-async): Use
6473         `elmo-nntp-spec-hostname'.
6474
6475 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
6476
6477         * wl-summary.el (wl-summary-msgdb-load-async): Use
6478         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
6479
6480 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-draft.el (wl-draft-reply): Set argument
6483         `content-transfer-encoding' as nil.
6484
6485 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
6486
6487         * wl-refile.el (wl-refile-learn): Move hit element to the top of
6488         `wl-refile-alist'.
6489
6490 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
6493         (wl-draft-edit-string): Ditto.
6494         (wl-draft-forward): Ditto.
6495         * wl-summary.el (wl-summary-write): Ditto.
6496
6497 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-summary.el (wl-summary-sync-update3): Call
6500         `wl-summary-buffer-number-column-detect'.
6501         (wl-summary-buffer-number-column-detect): Search from point-min.
6502
6503 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
6506         contains an address which is not included in original to or cc.
6507
6508 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
6511         begin-line does not exist.
6512         * wl-message.el (wl-message-uu-substring): Ditto.
6513
6514 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
6517         clear local variables.
6518         (wl-summary-exit): Call `elmo-commit'.
6519         (wl-summary-switch-to-clone-buffer): Call
6520         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
6521         (wl-summary-goto-folder-subr): Ditto.
6522
6523         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
6524         POP folder.
6525
6526 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
6529         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
6530         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
6531         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
6532         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
6533         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
6534
6535         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
6536
6537 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
6538
6539         * wl-summary.el (wl-summary-search-by-subject):
6540         Search parent message from the latest one.
6541
6542 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-draft.el (wl-draft-reply): Insert address with full-name.
6545         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
6546
6547         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
6548         New user option.
6549
6550         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
6551         if elmo-nntp-use-killed-list is nil.
6552         Use `elmo-msgdb-append-to-killed-list'.
6553         (Append numbers confirmed as disappeared to the killed list.)
6554         (wl-summary-confirm-appends): Don't display negative number.
6555
6556 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
6559
6560 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
6563         range is `all'.
6564         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
6565         `elmo-list-bigger-diff'.
6566
6567 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-buffer-exit-func):
6570         New buffer local variable.
6571         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
6572
6573 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6574
6575         * wl-demo.el (wl-demo): Fix the last change.
6576
6577 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
6578
6579         * wl-demo.el (wl-demo): Don't use `eval'.
6580
6581 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-summary.el (wl-summary-buffer-thread-modified):
6584         New buffer-local variable.
6585         (wl-summary-set-thread-modified): New function.
6586         (wl-summary-thread-modified-p): New function.
6587         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
6588         (wl-summary-yank-saved-message): Use function
6589         `wl-summary-set-thread-modified'
6590         (wl-summary-switch-to-clone-buffer): Add
6591         `wl-summary-buffer-thread-modified'.
6592
6593         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
6594         (wl-summary-buffer-mark-saved-hook): Ditto.
6595         * wl-summary.el (wl-summary-msgdb-save): New hook
6596         `wl-summary-buffer-message-saved-hook' and
6597         `wl-summary-buffer-mark-saved-hook'.
6598
6599 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
6600
6601         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
6602
6603 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
6604
6605         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
6606         don't hide scroll bars under FSF Emacsen because it may incur an
6607         undesirable redrawing.
6608
6609 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-draft.el (wl-draft-edit-string): Call
6612         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
6613
6614 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
6615
6616         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
6617
6618 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
6619
6620         * wl-summary.el (wl-summary-msgdb-load-async): Call
6621         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
6622
6623 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
6624
6625         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
6626         fringes in demo buffer; center bitmap logo correctly even if old
6627         Mule is used.
6628
6629 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
6630
6631         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
6632
6633         * wl-refile.el (wl-refile-subject-alist): New variable.
6634         (wl-refile-subject-alist-file-name): Ditto.
6635         (wl-refile-alist-setup): Rewrite.
6636         (wl-refile-alist-save): Use `elmo-object-save'.
6637         Eliminated arguments.
6638         (wl-refile-learn): Check `wl-refile-guess-func-list'.
6639         (wl-refile-guess-by-subject): New function.
6640         (wl-refile-guess-func-list): Added it.
6641
6642 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6643
6644         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
6645         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
6646
6647 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * wl-summary.el (wl-summary-buffer-prev-folder-func):
6650         New buffer-local variable.
6651         (wl-summary-buffer-next-folder-func): Ditto.
6652         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
6653         if non-nil.
6654         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
6655         if non-nil.
6656         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
6657         if non-nil.
6658         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
6659         if non-nil.
6660
6661 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
6662
6663         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
6664         permanently in the demo buffer.
6665
6666 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
6669         `mime-entity-fetch-field'.
6670
6671         * wl.el (wl-exit): Delete plugged buffer.
6672
6673         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
6674         XEmacs has menubar feature.
6675
6676 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6677
6678         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
6679         cannot arrive at the beginning of the buffer under old Emacsen.
6680
6681 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-address.el (wl-address-ldap-search):
6684         Call `ldap-search-entries' with `withdn' argument t.
6685         (wl-complete-field-body): Bind completion-ignore-case as t.
6686         Clear ldap search hash when it was sole completion.
6687         Use elmo-string for pattern string.
6688         (wl-ldap-alias-safe-string): Eliminated needless let.
6689
6690 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
6691
6692         * wl-address.el (wl-ldap-alias-dn-level): New variable.
6693         (wl-ldap-alias-sep): New constant.
6694         (wl-ldap-search-attribute-type-list): Ditto.
6695         (wl-ldap-get-value): New function.
6696         (wl-ldap-make-filter): Ditto.
6697         (wl-ldap-make-matched-value-list): Ditto.
6698         (wl-ldap-alias-safe-string): Ditto.
6699         (wl-ldap-register-dn-string): Ditto.
6700         (wl-address-ldap-search): Rewrite.
6701
6702 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6703
6704         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
6705         thread is deleted.
6706         (wl-thread-delete-line-from-buffer): Ditto.
6707         (wl-thread-get-exist-children): New function.
6708
6709 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
6710
6711         * wl-demo.el (wl-demo): Made it to select various image types.
6712         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
6713         from `wl-title-logo'.
6714         (wl-logo-ascii): New variable.
6715         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
6716         (wl-demo-copyright-notice): New constant.
6717
6718         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
6719
6720 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * wl-vars.el (wl-summary-target-above): Renamed from
6723         wl-summary-temp-above.
6724         * wl-score.el (wl-score-get-score-alist): Use it.
6725         (wl-summary-score-update-all-lines): Use it.
6726         * wl-summary.el: Ditto. (make-variable-buffer-local).
6727
6728 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-vars.el (wl-ldap-port): New user option.
6731
6732         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
6733         Rewite whole implementation.
6734         (wl-complete-field-body): Fixed.
6735
6736 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
6737
6738         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
6739         Choose implementation at compile time.
6740
6741 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
6742
6743         * wl-address.el (wl-ldap-search-internal): New function.
6744         (wl-complete-field-to): Use it.
6745
6746 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
6749         Use `let' instead of `let*'.
6750         Require 'wl-vars.
6751
6752         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
6753         Define as defcustom.
6754         (wl-ldap-base): Ditto.
6755         (wl-use-ldap): Ditto.
6756
6757 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
6758
6759         * wl-address.el (wl-ldap-search): New function.
6760         (wl-complete-field-body): Use `wl-ldap-search'.
6761         (wl-ldap-server): New variable.
6762         (wl-ldap-base): Ditto.
6763         (wl-use-ldap): Ditto.
6764
6765 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
6766
6767         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
6768         (Pointed out by Mito <mit@nines.nec.co.jp>).
6769         * wl-summary.el (wl-summary-redisplay-no-mime): Update
6770         buffer-local variables like `wl-summary-redisplay-internal'.
6771         (wl-summary-redisplay-all-header): Likewise.  Update
6772         Summary view too.
6773
6774 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-summary.el (wl-summary-jump-to-parent-message):
6777         Consider prefix argument.
6778
6779         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
6780         when closed thread is deleted.
6781
6782 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
6783
6784         * wl-summary.el (wl-summary-jump-to-parent-message):
6785         Consider thread modification.
6786
6787 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
6788
6789         * wl-message.el (wl-message-normal-get-original-buffer): Use
6790         `save-excursion'.
6791
6792         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
6793         (wl-summary-showto-folder-regexp): Ditto.
6794
6795 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
6796
6797         * wl-util.el (wl-delete-alist): Doc fix.
6798         (wl-delete-associations): New function.
6799         (wl-inverse-alist): New function.
6800         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
6801         Split temporary variables. Use `wl-delete-associations'
6802         and `wl-inverse-alist'.
6803         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
6804
6805 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-folder.el (wl-folder-prefetch-entity):
6808         Execute prefetching if new count is unknown.
6809
6810 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6811
6812         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
6813
6814         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
6815         delete entity.
6816         (wl-thread-set-parent): If insert as top, set linked as nil.
6817
6818         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
6819         `wl-thread-cleanup-symbols' when view mode is thread.
6820
6821 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
6822
6823         * wl-folder.el (wl-folder-create-folder-entity): Use
6824         with-current-buffer.
6825         (wl-local-folder-init): Call set-buffer to make sure we are in
6826         the Folder buffer. Don't touch buffer-local variables here.
6827         (wl-folder-mode): Initialize buffer-local variables here.
6828
6829         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
6830         (wl-folder-entity-assign-id): Ditto.
6831         (wl-folder-create-entity-hashtb): Ditto.
6832         (wl-local-folder-init): Ditto.
6833         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
6834
6835 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6836
6837         * wl-summary.el (wl-summary-default-from): Fix probrem when
6838         std11-extract-address-components return (nil "foo@bar").
6839
6840 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
6841
6842         * wl-draft.el (wl-draft-clone-local-variables):
6843         Remove redundant `setq'.
6844
6845 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6848         Bind wl-highlight-x-face-func as nil while highlighting header.
6849
6850 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
6851
6852         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
6853
6854 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6855
6856         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
6857         elmo-msgdb-overview-hashtb from copy-variables.
6858         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
6859         instead of `elmo-msgdb-overview-get-entity-by-number'.
6860         (wl-summary-auto-refile): Ditto.
6861
6862         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
6863         `elmo-msgdb-overview-get-entity' instead of
6864         `elmo-msgdb-search-overview-entity'.  Use
6865         `elmo-msgdb-overview-get-entity' instead of
6866         `elmo-msgdb-overview-get-entity-by-number'.
6867         (wl-thread-insert-entity-sub): Ditto.
6868         (wl-thread-insert-message): Ditto.
6869
6870         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
6871         `elmo-msgdb-overview-get-entity'.
6872         (wl-normal-message-redisplay): Ditto.
6873
6874 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6875
6876         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
6877         `wl-thread-entities'.
6878         (wl-thread-delete-message): Fix remove top message from
6879         `wl-thread-entity-list'.
6880
6881         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
6882         wl-append(nconc), because update-list is broken on Meadow.
6883
6884         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
6885         updating process.
6886         (wl-summary-rescan): Ditto.
6887         (wl-summary-sync-update3): Ditto.
6888         * wl-thread.el (wl-thread-set-parent): Renamed from
6889         `wl-summary-set-parent'.
6890         (wl-thread-insert-message): Updating buffer faster.
6891         (wl-thread-delete-message): Updating buffer faster.
6892
6893         * wl-score.el (wl-summary-score-update-all-lines): Changed
6894         interval for display progress gauge.
6895
6896 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6897
6898         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
6899         folder always-sticky.
6900         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
6901         defmacro.
6902
6903 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-vars.el (wl-draft-add-references): New user option.
6906
6907         * wl-draft.el (wl-draft-add-references): New function.
6908         (wl-draft-yank-from-mail-reply-buffer): Use it.
6909         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
6910         as nil.
6911
6912 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6913
6914         * wl-thread.el (wl-thread-update-line-msgs): Called
6915         `wl-thread-update-line-on-buffer-sub'.
6916         (wl-thread-update-line-on-buffer): Delete routine of inserting
6917         thread.
6918         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
6919         moved from `wl-thread-update-line-on-buffer'.
6920         Add threshold for displaying progress gauge.
6921         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
6922         argument of `wl-thread-update-line-msgs'.
6923         Add threshold for displaying progress gauge.
6924         * wl-folder.el:
6925         Add threshold for displaying progress gauge.
6926         * wl-score.el: Ditto.
6927
6928         * wl-expire.el (wl-summary-expire): Display deleting info.
6929
6930 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
6933         `no-msg'.
6934         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
6935         argument of `wl-thread-update-line-msgs'.
6936         (wl-summary-set-parent): Added optional argument `parent-number'.
6937         (wl-summary-buffer-saved-message): New buffer local variable.
6938         (wl-summary-save-current-message): New command.
6939         (wl-summary-yank-saved-message): Ditto.
6940         (wl-summary-mode-map): Added key binding for
6941         `wl-summary-save-current-message' (\ew) and
6942         `wl-summary-yank-saved-message' (\C-y).
6943         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
6944
6945 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-mode-map): Added key binding for
6948         `wl-summary-set-parent' (ts).
6949
6950 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6951
6952         * wl-summary.el (wl-summary-insert-thread-entity): Search same
6953         subject faster. If thread number is reverse, delayed updating
6954         thread.
6955         (wl-summary-search-by-subject): Ditto.
6956         (wl-summary-put-alike): Ditto.
6957         (wl-summary-get-alike): Ditto.
6958         (wl-summary-insert-headers): Insert header of all overview in
6959         buffer.
6960         (wl-summary-rescan): Delayed updating thread. Kill search subject
6961         buffer for wl-summary-search-by-subject.
6962         (wl-summary-sync-update3): Ditto.
6963         (wl-summary-exit): Ditto.
6964         (wl-summary-goto-bottom-of-current-thread): Change for linked
6965         thread.
6966         (wl-summary-overview-create-summary-line): Change line for linked
6967         thread.
6968
6969         * wl-summary.el (wl-summary-update-thread): Use
6970         wl-thread-maybe-get-children-num.
6971         (wl-summary-set-parent): If change parent, move sub thread.
6972         (wl-summary-redisplay-internal): Add horizontal recenter.
6973         (wl-summary-redisplay-no-mime): Add horizontal recenter.
6974
6975         * wl-thread.el (wl-thread-entity-get-linked): New function.
6976         (wl-thread-entity-set-linked): New function.
6977         (wl-thread-create-entity): Add linked element.
6978         (wl-thread-entity-insert-as-top): Use wl-append.
6979         (wl-thread-maybe-get-children-num): If closing thread, return
6980         children msgs.
6981         (wl-thread-update-line-msgs): Displaying progress message.
6982         (wl-thread-update-line-on-buffer-sub): Use
6983         wl-thread-maybe-get-children-num.
6984         (wl-thread-update-line-on-buffer): If update line is not exists,
6985         insert thread.
6986         (wl-thread-delete-message): If delete top msg of thread, search
6987         parent by subject.
6988         (wl-thread-insert-entity): Use
6989         wl-thread-maybe-get-children-num.
6990
6991         * wl-highlight.el (wl-highlight-summary-current-line): change
6992         sregexp for linked thread.
6993         * wl-util.el (wl-count-lines): Count lines.
6994         (wl-horizontal-recenter): horizontal recenter.
6995         * wl-score.el (wl-score-put-alike): Use wl-count-lines
6996         (wl-score-get-alike): Ditto.
6997         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
6998         (wl-subject-length-limit): New variable.
6999         (wl-highlight-thread-indent-string-regexp): Changed for linked
7000         thread.
7001
7002 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7005         New variable (revival).
7006         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
7007         by subject matching if there's no in-reply-to nor references field
7008         (revival).
7009
7010 \f
7011 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
7014         message.
7015
7016 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-summary.el (wl-summary-reply): Return t if there was a
7019         message at cursor point.
7020         Added unwind-protect.
7021         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
7022         returns t.
7023         (wl-summary-cancel-message): Do nothing when there's no message at
7024         cursor point.
7025         (wl-summary-forward): Ditto.
7026         (wl-summary-jump-to-parent-message): Ditto.
7027         (wl-summary-reedit): Ditto.
7028         (wl-summary-edit-addresses): Ditto.
7029         (wl-summary-pipe-message): Ditto.
7030         (wl-summary-print-message-with-ps-print): Ditto.
7031         (wl-summary-print-message): Ditto.
7032         (wl-summary-mark-as-important): Ditto.
7033         (wl-summary-mark-as-unread): Ditto.
7034
7035         * wl-summary.el (wl-summary-reply): Cause an error when there's no
7036         message at cursor point.
7037         (wl-summary-reply-with-citation): Remove unwind-protect.
7038
7039         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
7040         subject searching feature.
7041         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7042         Eliminated.
7043
7044 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7047         New variable.
7048         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
7049         by subject matching if there's no in-reply-to nor references field.
7050
7051         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
7052
7053         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
7054         when display is finished.
7055         (wl-folder-open-all): Ditto.
7056         (wl-folder-update-access-group): Ditto.
7057         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
7058         * wl-thread.el (wl-thread-close-all): Ditto.
7059
7060         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
7061         progress gauge only when it was displayed.
7062         * wl-folder.el (wl-folder-insert-entity): Ditto.
7063
7064 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-summary.el (wl-summary-incorporate): Enclose
7067         `wl-summary-sync-force-update' with save-excursion.
7068
7069 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
7070
7071         * wl-summary.el (wl-summary-prefetch-region):
7072         Pass current cursor point to `pos-visible-in-window-p' after
7073         moving cursor to the started point.
7074
7075 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7076
7077         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
7078
7079         * wl-draft.el (wl-draft-insert-current-message): Delete useless
7080         fields from the forwarding message.
7081         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
7082         `ignored-fields'.
7083
7084 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
7085
7086         * wl-mime.el (wl-message-request-partial):
7087         Eliminated argument `msgdb'.
7088         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
7089         (wl-mime-combine-message/partial-pieces): Likewise.
7090         * tm-wl.el (wl-message-request-partial): Likewise.
7091         (wl-mime-combine-message/partial-pieces): Likewise.
7092
7093 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
7094
7095         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
7096         when display is finished.
7097
7098 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
7099
7100         * wl-summary.el (wl-summary-goto-folder-subr):
7101         Fix problem when wl-summary-partial-highlight-above-lines is nil.
7102
7103 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
7106         when cursor point is visible.
7107
7108 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-expire.el (wl-expire-archive-get-max-number):
7111         Don't use `file-name-directory'.
7112
7113 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-expire.el (wl-expire-archive-get-max-number):
7116         Use `file-name-directory'.
7117
7118 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7119
7120         * wl-summary.el (wl-summary-sync-marks): Re-display progress
7121         only when there is progress.
7122
7123 2000-04-13  Mito <mit@nines.nec.co.jp>
7124
7125         * wl-summary.el (wl-summary-sync-marks): Display progress.
7126
7127 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
7130         (wl-summary-prev): Move cursor regardless of unread status.
7131         (wl-summary-next): Ditto.
7132
7133 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
7136         Added argument `target' and `number'.
7137         * tm-wl.el (wl-summary-burst-subr): New function.
7138         (wl-summary-burst): Use it.
7139
7140 2000-04-10  Mito <mit@nines.nec.co.jp>
7141
7142         * wl-mime.el (wl-burst): New function.
7143         (wl-summary-burst): Use it.
7144
7145 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7146
7147         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
7148         as petname when there's no candidate.
7149
7150 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
7153         New variable.
7154         * wl-fldmgr.el (wl-fldmgr-add): Use it.
7155
7156         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
7157
7158         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
7159
7160 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
7163         Use substring of `original' instead of buffer-substring.
7164         (wl-refile-evaluate-rule):
7165         Set `original' argument of wl-refile-expand-newtext.
7166
7167         * wl-summary.el
7168         (wl-summary-auto-refile-check-refile-rule-alist-subr,
7169         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
7170         (wl-summary-auto-refile): Check existence of destination folder just
7171         before marking.
7172
7173 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7174
7175         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
7176         when wl-refile-get-field-value return nil.
7177
7178 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
7179
7180         * wl-refile.el
7181         (wl-refile-expand-newtext): New function imported from Gnus.
7182         (wl-refile-evaluate-rule): Use it.
7183
7184 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-summary.el (wl-summary-print-destination):
7187         Duplicate folder string to avoid putting text-property on
7188         original string.
7189
7190         * wl-refile.el (wl-refile-get-field-value): New function.
7191         (wl-refile-evaluate-rule): New function;
7192         Evaluate refile rule recursively.
7193         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
7194         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
7195         New function; Check existence of a target folder recursively.
7196         (wl-summary-auto-refile-check-refile-rule-alist):
7197         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
7198
7199 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
7202
7203         * wl-folder.el (wl-create-folder-entity-from-buffer):
7204         Fixed problem when '}' character is contained in folder name.
7205
7206         * wl-xmas.el (wl-make-modeline): Consider plugged status.
7207
7208 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
7209
7210         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
7211         (wl-fldmgr-add-completion-all-completions):
7212         Use wl-fldmgr-add-completion-hashtb.
7213
7214 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
7215
7216         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
7217         wl-fldmgr-add-completion-subr): New functions.
7218         * wl-folder.el (wl-folder-completion-func): New variable.
7219         * wl-summary.el (wl-summary-read-folder):
7220         Use wl-folder-completion-func.
7221
7222         * wl-refile.el: Eliminate throw & catch.
7223
7224         * wl.el (wl-plugged-sending-queue-status): Fixed.
7225
7226 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
7227
7228         * wl-draft.el (wl-draft): Put category property on
7229         mail-header-separator.