2009-12-16 Lloyd Zusman <ljz@asfast.com>
[elisp/wanderlust.git] / wl / ChangeLog
1 2009-12-16  Lloyd Zusman <ljz@asfast.com>
2
3         * wl-summary.el (wl-summary-detect-mark-position): Force
4         the temporary buffer to enable the use of multibyte characters
5         within searches [wl-en:2460].
6
7 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8
9         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
10         of `beginning-of-buffer'.
11
12 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
13
14         * wl-summary.el (wl-summary-display-raw): New function, display
15         message in raw format.
16
17 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * Version number is increased to 2.15.7.
20
21 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
22
23         * wl-summary.el (wl-summary-previous-message-number): New function.
24         (wl-summary-next-message-number): Ditto.
25         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
26         `wl-summary-next-message-number'.
27         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
28         Inline temporary variable `cur-id'.
29         (wl-summary-get-next-unread-folder): Ditto.
30         (wl-summary-get-next-folder): Ditto.
31         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
32
33 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
36
37 2008-09-05  Kenichi Okada  <okada@opaopa.org>
38
39         * wl-summary.el (wl-summary-buffer-folder-name)
40         (wl-draft-config-body-goto-header): Use backquote instead of quote.
41         * wl-draft.el (wl-draft-body-goto-top)
42         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
43
44 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
45
46         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
47         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
48
49 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
50
51         * wl-expire.el: Fix Comentary section.
52
53 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
56         Require mime-parse, elmo-mime, and wl-util.
57
58         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
59
60         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
61
62 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-template.el: Require elmo-util and wl-vars.
65
66         * wl-mime.el (wl-mime-display-header): Revert last change.
67         Remove `delete-matching-lines "^$"'.
68
69 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
70
71         * wl-mime.el (wl-define-dummy-functions): Split
72         `eval-when-compile' form for avoid error; when `make
73         compile-strict.
74
75         * wl-util.el: Move (eval-when-compile (require 'static)).
76         * wl-dnd.el: Add (eval-when-compile (require 'static)).
77         * wl-message.el: Ditto.
78
79         * wl-mime.el (wl-message-delete-current-part): Use
80         `insert-buffer-substring' instead of `insert-buffer'.
81         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
82         * wl-draft.el (wl-draft-generate-clone-buffer)
83         (wl-draft-do-mime-bcc): Ditto.
84
85         * wl-address.el: Add (eval-when-compile (require 'cl)).
86         * wl-addrmgr.el: Ditto.
87         * wl-mime.el: Ditto.
88         * wl-util.el: Ditto.
89         * wl-score.el: Ditto.
90
91 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
94         `string-to-int'.
95
96         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
97         `string-to-int'.
98
99         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
100         `string-to-number' instead of `string-to-int'.
101
102         * wl-summary.el (wl-summary-get-list-info)
103         (wl-summary-message-number): Use `string-to-number' instead of
104         `string-to-int'.
105
106         * wl-score.el (wl-score-overview-entity-get-lines)
107         (wl-score-set-mark-below, wl-score-set-expunge-below)
108         (wl-summary-increase-score, wl-score-get-header-entry): Use
109         `string-to-number' instead of `string-to-int'.
110
111         * wl-folder.el (wl-folder-update-diff-line): Use
112         `string-to-number' instead of `string-to-int'.
113
114         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
115         instead of `string-to-int'.
116
117         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
118         instead of `string-to-int'.
119
120         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
121         `string-to-int'.
122
123 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
124
125         * wl-util.el (wl-match-string, wl-match-buffer)
126         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
127         (wl-kill-buffers, wl-local-variable-p)
128         (wl-line-formatter-setup): New backquote style.
129         (wl-count-lines): Use quote instead of backquote.
130
131         * wl-summary.el (wl-summary-buffer-folder-name)
132         (wl-summary-get-alike): Use quote instead of backquote.
133         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
134         backquote style.
135
136         * wl-message.el (wl-message-buffer-cache-buffer-get)
137         (wl-message-buffer-cache-folder-get)
138         (wl-message-buffer-cache-message-get)
139         (wl-message-buffer-cache-entry-make)
140         (wl-message-buffer-cache-hit): New backquote style.
141
142         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
143         backquote.
144         (wl-folder-unread-regex, wl-folder-entity-exists-p)
145         (wl-folder-clear-entity-info)
146         (wl-folder-get-entity-info, wl-folder-set-entity-info)
147         (wl-folder-elmo-folder-cache-get)
148         (wl-folder-elmo-folder-cache-put): New backquote style.
149
150         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
151         (wl-fldmgr-assign-id): Ditto.
152         (wl-fldmgr-delete-line): Use quote instead of backquote.
153         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
154
155         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
156         (wl-draft-set-sent-message): New backquote style.
157         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
158         (wl-draft-config-body-goto-header): Use quote instead of backquote.
159
160 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
161
162         * wl-address.el (wl-address-concat-token): Fix typo.
163
164 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
165
166         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
167         (wl-score-get-alike): Ditto.
168
169         * wl-vars.el: New backquote style.
170         (wl-message-header-button-alist): Use quote instead of backquote.
171
172         * wl.el (wl-plugged-string): New backquote style.
173
174         * wl-address.el (wl-address-concat-token): New backquote style.
175
176         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
177
178 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
179
180         * wl-highlight.el (wl-highlight-folder-opened-regexp)
181         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
182
183         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
184         in the character alternative.
185
186 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
187
188         * Version number is increased to 2.15.6.
189
190 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
191
192         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
193         optional 3rd argument of epg-context-set-progress-callback; it was
194         temporarily removed in the Emacs trunk due to copyright problem.
195         (wl-mime-pgp-verify-region-with-epg): Ditto.
196
197 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
200
201 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-util.el (wl-biff-check-folders): Set biff flag.
204         (from Naoto Morishima [wl:14031])
205
206 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * wl.el (wl-plugged-server-indent): Use quote instead of
209         backquote.
210
211 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
212
213         * wl-score.el (wl-score-insert-header): Add guard for
214         `std11-unfold-string'.
215         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
216         TYPE artgument when TO or CC field.
217
218 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-summary.el (wl-summary-goto-folder-subr): Call
221         `elmo-folder-close' instead of `elmo-folder-commit' if discard
222         current summary.
223
224 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-util.el (wl-read-shell-commande): New function or alias.
227
228         * wl-summary.el (wl-summary-pipe-message): Use
229         `wl-read-shell-command' instead of `read-string'.
230         (wl-summary-target-mark-pipe): Ditto.
231
232 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
233
234         * wl-summary.el (wl-summary-reply): Fix docstring.
235         * wl-draft.el (wl-draft-reply): Ditto.
236
237 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-mime.el (wl-summary-extract-attachments): New command.
240         (wl-summary-extract-attachments-1): New internal function.
241
242 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-expire.el (wl-expire-folder): New function (split from
245         wl-summary-expire).
246         (wl-summary-expire): Use it. Add argument `all' instead of remove
247         `nolist'. Cause an error only if this function is calling
248         interactively.
249
250 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-expire.el (wl-expire-refile): Display progress message.
253         (wl-summary-expire): Simplify.
254
255         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
256         unused argument `deleting-info'.
257
258 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-vars.el (wl-message-popup-buffers): New user option.
261
262         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
263         (wl-message-delete-popup-windows): New function that substitues
264         above one.
265         (wl-mime-setup): Follow the above change.
266
267 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
268
269         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
270
271 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
272
273         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
274         "tkm" to wl-thread-spam.
275
276 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-thread.el (wl-thread-entity-insert-as-children): Use
279         wl-thread-entity-set-children.
280         (wl-thread-insert-message, wl-thread-insert-entity-sub,
281         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
282         Use wl-thread-entity-get-*.
283
284 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-mime.el (wl-epg-progress-callback): New function.
287         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
288         with `elmo-with-progress-display'. Set a progress callback
289         function to epg-context.
290         (wl-mime-pgp-verify-region-with-epg): Ditto.
291
292 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-util.el (wl-completing-read-multiple): Define as an alias of
295         `completing-read-multiple' if emacs-version is not less than 22.
296
297 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
300         change.
301
302 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-summary.el (wl-summary-sync-update): Move
305         `wl-thread-update-indent-string-thread' to outside of
306         `elmo-with-progress-display'.
307
308 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-message.el (wl-message-exit): Check buffer existence.
311
312 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-util.el (wl-simple-display-progress): New function.
315         (wl-display-progress-with-gauge): Ditto.
316         (wl-progress-callback-function): Ditto.
317
318         * wl.el (wl-init): Set `elmo-progress-callback-function' as
319         `wl-progress-callback-function'
320
321         * wl-vars.el (wl-display-progress-threshold): New user option.
322         (wl-display-progress-function): Ditto.
323
324         * Version number is increased to 2.15.5.
325
326 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-thread.el (wl-thread-close-children): New function.
329         (wl-thread-open-children): Ditto.
330         * wl-action.el (wl-summary-set-mark): Redo the last change by
331         using it.
332
333         * wl-action.el (wl-summary-set-mark): Undo the last change.
334         Forbid interactive call.
335
336 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-mime.el (wl-define-dummy-functions): New macro.
339         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
340         `wl-mime-pgp-decrypt-region'.
341         (wl-mime-pgp-verify-region-with-epg): Renamed from
342         `wl-mime-pgp-verify-region'.
343         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
344         `wl-mime-pgp-decrypt-region'.
345         (wl-mime-pgp-verify-region-with-pgg): Renamed from
346         `wl-mime-pgp-verify-region'.
347         (wl-mime-pgp-decrypt-region): New function; To select dispatch
348         function at runtime.
349         (wl-mime-pgp-verify-region): Ditto.
350
351         * wl-vars.el (wl-use-pgp-module): New user option.
352
353 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
356         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
357
358 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
361         even if there are target marks only.
362
363 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * Version number is increased to 2.15.4.
366
367 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl-folder.el (wl-folder-check-one-entity): Simplify.
370
371 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
374         variable.
375
376 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
377
378         * wl-spam.el (wl-thread-test-spam): New function.
379         (wl-spam-setup): Bind "tkc".
380
381 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-expire.el (wl-folder-expire-entity): Rewite without
384         `wl-summary-goto-folder-subr'.
385         (wl-folder-expire-current-entity): Don't kill summary buffer.
386
387 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-folder.el (wl-folder-sync-entity): Rewrite without
390         `wl-summary-goto-folder-subr'.
391         (wl-folder-mark-as-read-all-entity): Likewise.
392
393         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
394
395 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-thread.el (wl-thread-force-open): Arranged.
398
399 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
402         from regexp.
403
404         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
405         (wl-read-search-condition-internal): Append them.
406
407 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-vars.el (wl-additional-search-condition-fields):
410         New user option.
411
412         * wl-util.el (wl-search-condition-fields): New function; export
413         from `wl-read-search-condition-internal'.
414         (wl-read-search-condition-internal): Use it.
415
416         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
417
418 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-summary.el (wl-summary-define-sort-command): New function.
421         (wl-summary-sort-by-date, wl-summary-sort-by-number)
422         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
423         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
424         define by `wl-summary-define-sort-command' at runtime.
425
426         * wl.el (wl-init): Call wl-summary-define-sort-command.
427
428 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
431         properties at the decrypting region.
432
433 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-util.el (wl-find-region): New function.
436
437         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
438         coding system.
439         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
440         property `wl-mime-decoded-coding-system'.
441         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
442         property `wl-mime-decoded-coding-system' to encode text.
443
444         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
445         message.
446         (wl-mime-pgp-verify-region): Ditto.
447
448 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
451         buffer. Use epa-display-verify-result.
452
453 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
454
455         * wl-draft.el (wl-draft-send): Continue even if setting parent
456         flag was failed.
457
458 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-message.el (wl-message-flag-indicator): Fixed the problem
461         of returning string only of parentheses.
462
463 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-write): Add argument `folder'.
466         (wl-summary-write-current-folder): Change argument `folder' from
467         optional to require.
468         (wl-summary-get-buffer): Return the buffer associated folder only.
469
470         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
471         change.
472         (wl-folder-toggle-disp-summary): Ditto.
473
474         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
475         current summary as parent-folder.
476
477 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
478
479         * wl-draft.el (wl-draft-reedit): Don't overwrite
480         wl-draft-parent-folder.
481
482 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
485         (wl-mime-pgp-verify-region): Ditto.
486         (wl-message-decrypt-pgp-nonmime): Use the above function.
487         (wl-message-verify-pgp-nonmime): Likewise.
488         (wl-mime-preview-application/pgp): Likewise.
489
490 2006-04-20  Kenichi Okada  <okada@opaopa.org>
491
492         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
493         Fix about the order of `wl-nntp-posting-port' and
494         `wl-nntp-posting-stream-type'.
495         * wl.el (wl-plugged-port-label-alist): Add smtp.
496
497 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-summary.el (wl-summary-message-status): New macro.
500
501         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
502         (wl-summary-killed-mark): New user option.
503
504         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
505         API change.
506         (wl-thread-insert-entity-sub): Ditto.
507         (wl-thread-recover-messages): New command.
508
509         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
510         Don't call `wl-highlight-summary-current-line' directly.
511         (wl-summary-buffer-attach): Connect to signal `status-changed'
512         instead of `cache-changed'.
513         (wl-summary-buffer-detach): Follow the above change.
514         (wl-summary-detect-mark-position): Follow the API change.
515         (wl-summary-rescan-message): Ditto.
516         (wl-summary-insert-sequential): Ditto.
517         (wl-summary-update-thread): Ditto.
518         (wl-summary-message-mark): Ditto.
519         (wl-summary-persistent-mark): Ditto.
520         (wl-summary-create-line): Ditto.
521         (wl-summary-prefetch-region-no-mark): Call
522         `wl-summary-persistent-mark' with number.
523         (wl-summary-recover-messages-region): New command.
524         (wl-summary-target-mark-recover): Ditto.
525         (wl-summary-recover-message): Ditto.
526         (wl-summary-persistent-mark-string): Add argument `status' instead
527         of remove arguments `flags' and `cached'.  Treat killed status.
528         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
529
530         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
531         (wl-highlight-summary-line-face-spec): Treat killed status.
532         (wl-highlight-summary-line-string): Follow the API change.
533         (wl-highlight-summary-current-line): Ditto.
534
535         * Version number is increased to 2.15.3.
536
537 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
540         of symbolp to test whether the condition is function.
541
542 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
545         to nil.
546
547 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-summary.el (wl-summary-buffer-message-ring): New internal
550         variable.
551         (wl-summary-buffer-last-displayed-msg): Abolish.
552         (wl-summary-push-message): New function.
553         (wl-summary-pop-message): Ditto.
554         (wl-summary-goto-folder-subr): Reset
555         `wl-summary-buffer-message-ring'.
556         (wl-summary-pop-to-last-message): New command.
557         (wl-summary-goto-last-displayed-msg): Call
558         wl-summary-pop-to-last-message if optional argument is non-nil or
559         the last command is itself.
560         (wl-summary-redisplay-internal): Push last message number into
561         `wl-summary-buffer-message-ring'.
562
563         * wl-vars.el (wl-summary-message-ring-max): New user option.
564
565 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
568         from `wl-draft-reply').
569         (wl-draft-reply): Use it.
570         (wl-draft-find-reply-headers): Avoid compile warning.
571
572 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
575
576 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-message.el (wl-message-flag-indicator): New function.
579         (wl-message-redisplay): Use it.
580
581 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
584
585 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
588         instead of `read-event'.
589
590         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
591
592         * wl-mule.el (wl-read-event-char): Ditto.
593
594         * wl-e21.el (wl-read-event-char): Ditto.
595
596 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
599
600 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-vars.el (wl-draft-send-confirm-type): New user option.
603
604         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
605
606         * wl-draft.el (wl-draft-send-confirm): Confirmation by
607         `wl-draft-send-confirm-type'
608
609 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
612         Avoid error when the buffer name is already used.
613
614 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
617         the change of elmo-nmz -> elmo-search.
618         (wl-highlight-summary-line-help-echo-alist): Ditto.
619         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
620         (wl-nmz-folder-icon): Define as obsolete.
621         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
622         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
623
624 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-summary.el (wl-summary-get-list-info): Rewrite with
627         `elmo-find-list-match-value'
628
629 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-summary.el (wl-summary-get-list-info): Optimize.
632         Use List-Id and List-Post also.
633
634 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
637
638 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
639
640         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
641
642 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-util.el (wl-completing-read-multiple-1): New internal function.
645         (wl-completing-read-multiple-2): Ditto.
646         (wl-completing-read-multiple): Define use above functions.
647
648         * wl-summary.el (wl-summary-sort): Removed the workaround for a
649         bug of `completing-read-multiple' about default value.
650
651         * wl-xmas.el (wl-completing-read-multiple): Removed.
652
653         * wl-mule.el (wl-completing-read-multiple): Ditto.
654
655         * wl-e21.el (wl-completing-read-multiple): Ditto.
656
657 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-util.el (wl-filter-associations): New function.
660
661         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
662         (wl-spam-ignored-folder-list): Ditto.
663         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
664         (wl-spam-string-member-p): New function.
665         (wl-spam-domain): Use it.
666         (wl-spam-split-numbers): New function.
667         (wl-spam-apply-partitions): Ditto.
668         (wl-spam-register-spam-messages): Use `folder' instead of
669         `wl-summary-buffer-elmo-folder'.
670         (wl-spam-register-good-messages): Ditto.
671         (wl-summary-exec-action-spam): Decide a domain by real folder of
672         message.
673         (wl-summary-exec-action-refile-with-register): Likewise.
674
675 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-e21.el (wl-e21-find-image): New function.
678         (wl-e21-setup-toolbar): Use it instead of `find-image'.
679         (wl-e21-highlight-folder-group-line): Ditto.
680         (wl-folder-init-icons): Ditto.
681         (wl-plugged-init-icons): Ditto.
682         (wl-biff-init-icons): Ditto.
683
684 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
687         (wl-inhibit-save-drafts): New internal variable.
688         (wl-disable-auto-save): Ditto.
689         (wl-save-drafts): Treat above variables.
690         (wl-auto-save-drafts): New function.
691         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
692         `wl-stop-save-drafts'.
693         (wl-start-save-drafts): New function.
694         (wl-stop-save-drafts): Ditto.
695         (wl-set-auto-save-draft): New command.
696
697         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
698         `wl-set-save-drafts'.
699
700 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
703         `make-local-variable' instead of `make-variable-buffer-local'.
704
705 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
706
707         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
708
709 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
710
711         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
712
713 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
716         of working buffer.
717
718 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
721
722         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
723         value into recipients; Bind `wl-draft-remove-group-list-contents'
724         as nil.
725
726 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-summary.el (wl-summary-sort): Fixed the last change.
729
730         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
731         (wl-summary-sort-messages): Ditto.
732         (wl-summary-rescan): Use it.
733         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
734         `completing-read'; Append candidates for reverse order.
735
736 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * Version number is increased to 2.15.2.
739
740 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
741
742         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
743         "Smaller".
744         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
745
746 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
747
748         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
749
750 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-vars.el (wl-draft-additional-header-alist): Add into the
753         customize group `wl-draft'.
754         (wl-draft-add-in-reply-to): Move customize group from `wl' to
755         `wl-draft'.
756         (wl-draft-add-references): Ditto.
757
758         * wl-action.el (wl-summary-print-argument): Rename argument from
759         `folder' to `data'.
760
761 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-rescan-message): Call
764         `wl-thread-cleanup-symbols' before insert thread.
765
766 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl.el (wl-init): Set `elmo-get-folder-function' as
769         `wl-folder-make-elmo-folder'.
770
771         * wl-spam.el (wl-summary-exec-action-spam): Use
772         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
773
774         * wl-folder.el (wl-folder-make-elmo-folder): New function.
775         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
776         `elmo-make-folder'.
777         (wl-folder-get-elmo-folder): Ditto.
778         (wl-folder-create-subr): Simplify.
779
780 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
783
784 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
787         contents in message buffer instead of original buffer. If optional
788         argument specified, ask coding system for encode.
789
790 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
791
792         * wl-spam.el (wl-summary-test-spam-region): New function.
793         (wl-spam-setup): Bind "rkc".
794
795 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
798
799 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
800
801         * wl-spam.el (wl-summary-test-spam): Fix typo.
802         (wl-message-check-spam): Ditto.
803
804 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-default-from): Simplify.
807
808 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-action.el (wl-summary-exec-action-refile): Simplify.
811         (wl-summary-exec-action-copy): Ditto.
812         (wl-summary-auto-refile): Check existence of temporary mark.
813
814 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-create-line): Use
817         `elmo-time-to-datevec'.
818
819         * wl-expire.el (wl-expire-archive-date): Ditto.
820         (wl-expire-localdir-date): Ditto.
821
822         * wl-util.el (wl-day-number): Abolish.
823
824         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
825         of `wl-day-number'.
826         (wl-score-followup): Ditto.
827         (wl-score-add-followups): Ditto.
828         (wl-score-get-latest-msgs): Ditto.
829         (wl-score-get-header-entry): Ditto.
830         (wl-score-edit-insert-date): Ditto.
831
832 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
835         `elmo-message-entity-field' with 2nd argument `type'.
836
837 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
838
839         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
840
841 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-thread.el (wl-thread-delete-message): Delete descendant
844         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
845
846 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
849
850 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
853         `Access folder'.
854
855 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-vars.el (wl-access-folder-icon): New user option.
858
859         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
860         `Access folder'.
861
862 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-buffer-set-folder): Use
865         `wl-folder-mime-charset'.
866
867         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
868         `mime-charset'.
869         (wl-folder-get-elmo-folder): Ditto.
870         (wl-folder-mime-charset): New function.
871
872 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-util.el (wl-parse-addresses): Define alias of
875         `elmo-parse-addresses' (move to `elmo-util.el').
876
877         * wl-summary.el (wl-summary-default-from): Follow the API change.
878         (wl-summary-overview-entity-compare-by-date): Ditto.
879         (wl-summary-overview-entity-compare-by-from): Ditto.
880         (wl-summary-get-list-info): Get value of `ml-info' field from
881         entity at first.
882         (wl-summary-rescan-message): Treat prefix argument.
883         (wl-summary-prefetch-msg): Follow the API change.
884         (wl-summary-search-by-subject): Ditto.
885         (wl-summary-insert-thread): Ditto.
886         (wl-summary-line-subject): Ditto.
887         (wl-summary-line-from): Ditto.
888         (wl-summary-create-line): Ditto.
889         (wl-summary-print-message-with-ps-print): Ditto.
890
891         * wl-score.el (wl-score-ov-entity-get): Ditto.
892         (wl-score-followup): Ditto.
893         (wl-score-add-followups): Use `elmo-message-entity-field' instead
894         of `car'.
895         (wl-score-get-latest-msgs): Follow the API change.
896         (wl-score-get-header): Ditto.
897
898         * wl-refile.el (wl-refile-learn): Ditto.
899         (wl-refile-subject-learn): Ditto.
900         (wl-refile-get-field-value): Ditto.
901         (wl-refile-guess-by-history): Ditto.
902         (wl-refile-guess-by-subject): Ditto.
903
904         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
905
906         * wl-expire.el (wl-expire-date-p): Removed.
907         (wl-expire-archive-date): Follow the API change.
908         (wl-expire-localdir-date): Ditto.
909         (wl-summary-expire): Ditto.
910
911         * Version number is increased to 2.15.1.
912
913 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
914
915         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
916         group is access or not (it is not strict, like wl-fldmgr-rename).
917
918 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
921         duplicate call of `wl-summary-print-argument' on the wrong line.
922
923 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
926         even if argument `number' is nil.
927         (wl-summary-insert-line): Print action argument if current message
928         has it.
929
930 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
933         (wl-draft-reply): Ditto.
934         (wl-draft): Add optional argument `parent-number' and call
935         `wl-draft-create-buffer' with it.
936         (wl-draft-create-buffer): Add optional argument
937         `parent-number'. Set wl-draft-parent-number as it.
938
939 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-folder.el (wl-folder-set-persistent-mark): If summary
942         buffer is not for given folder, don't use it.
943
944 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
945
946         * Version number is increased to 2.15.0.
947
948 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
951
952         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
953         (wl-highlight-get-face-by-name): New internal function.
954         (wl-highlight-summary-line-face-spec): Use it and fixed.
955
956 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-summary.el (wl-summary-sync-update): Use
959         `elmo-message-entity-field' instead of `car' to get message-id
960         from overview entity.
961
962         * wl-summary.el (wl-summary-rescan-message): Call
963         `wl-highlight-summary-displaying' when displaying a message.
964
965 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-draft.el (wl-draft-config-info-filename): Extracted from
968         `wl-draft-config-info-operation'.
969         (wl-draft-buffer-change-number): New function.
970         (wl-draft-rename-saved-config): Ditto.
971         * wl.el (wl-init): Connect slot for message-number-changed.
972         (toplevel): Add autoload for wl-draft-rename-saved-config.
973
974 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
977         `update-overview'
978         (wl-summary-buffer-detach): Disconnect from it.
979         (wl-summary-rescan-message): Use command.
980
981         * wl-message.el (wl-message-buffer-display): Use
982         `with-current-buffer' instead of `save-excursion'.
983
984 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-mime.el (wl-draft-preview-attributes-list): Protect
987         wl-draft-preview-attributes-list from distraction.
988
989 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * wl-summary.el (wl-summary-sync-update): Sort the return value of
992         `elmo-list-diff'.
993
994 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el
997         (wl-summary-edit-addresses-collect-candidate-fields): Use
998         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
999
1000         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1001         instead of `elmo-set-work-buf'.
1002
1003         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1004         (wl-address-make-address-list): Ditto.
1005
1006         * Version number is increased to 2.13.3.
1007
1008 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1011         user option.
1012
1013         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1014         argument `5'.
1015
1016         * wl-message.el (wl-message-display-no-merge-p): New function.
1017         (wl-message-buffer-display): Check whether the message is
1018         reassembled and follow the API change.
1019
1020 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1023         multibyte on working buffer and removed unnecessary
1024         `buffer-disable-undo'.
1025
1026 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1029         change.
1030
1031 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * wl-util.el (wl-read-search-condition-internal): Protect
1034         elmo-global-flags from distraction.
1035
1036 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1039
1040         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1041         (wl-summary-event-handler): Ditto.
1042         (wl-summary-update-persistent-mark-on-event): New
1043         function (renamed from `elmo-event-handler-flag-changed').
1044         (wl-summary-buffer-attach): New function.
1045         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1046         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1047         instead of `elmo-folder-add-handler'.
1048
1049         * Version number is increased to 2.13.2.
1050
1051 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1054         and "\177" to the `wl-news-previous-page'.
1055         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1056         (wl-news-previous-page): New function.
1057
1058 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1061         instead of `write-region' and simplify.
1062
1063 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-template.el (wl-template-select): Cause error if
1066         `wl-template-alist' is nil.
1067
1068 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1069
1070         * wl-news.el.in: Set file variable `no-byte-compile'.
1071
1072 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1075         whether a target message is within displaying area.
1076         (elmo-event-handler-cache-changed): Ditto.
1077
1078 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1079
1080         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1081         to `defun'.  Use `nconc' instead of `append' to collect descendant
1082         message numbers.
1083
1084 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1085
1086         * wl-thread.el (wl-thread-save-top-list)
1087         (wl-thread-save-entities): Use `with-temp-buffer'.
1088         * wl-news.el.in (wl-news-previous-version-load):
1089         (wl-news-previous-version-save): Ditto.
1090         * wl-summary.el (wl-summary-load-file-object)
1091         (wl-summary-save-view-cache): Ditto.
1092
1093 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1094
1095         * wl-util.el (toplevel): Require 'elmo-flag'.
1096         (wl-read-search-condition): New function (Renamed from
1097         `elmo-read-search-condition').
1098         (wl-read-search-condition-internal): Likewise.
1099
1100         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1101         invalid.
1102         (wl-summary-pick): Use `wl-read-search-condition' instead of
1103         `elmo-read-search-condition'.
1104         (wl-summary-virtual): Ditto.
1105
1106         * wl-folder.el (wl-folder-virtual): Ditto.
1107         (wl-folder-pick): Ditto.
1108
1109         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1110
1111 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-summary.el (wl-summary-reedit): Call
1114         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1115
1116 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-mime.el (toplevel): Require wl-vars.
1119
1120         * wl-message.el (toplevel): Require cl at compile.
1121
1122         * wl-draft.el (toplevel): Require elmo.
1123
1124 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1125
1126         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1127         and do nothing when it is not positive.
1128         (wl-message-buffer-prefetch-next): Ditto.
1129
1130 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1131
1132         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1133         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1134         (wl-summary-redisplay-internal): Ditto.
1135
1136         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1137         message (the condition is borrowed from `wl-check-variables-2').
1138         (wl-summary-redisplay-internal): Ditto.
1139
1140 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-mime.el (wl-draft-nntp-attribute): New function.
1143         (wl-draft-attribute-nntp-posting-server): Use it.
1144         (wl-draft-attribute-nntp-posting-port): Ditto.
1145
1146         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1147         (wl-draft-show-attributes-buffer): Ditto.
1148         (wl-draft-hide-attributes-buffer): Ditto.
1149         (wl-draft-attribute-newsgroups): Ditto.
1150         (wl-draft-attribute-nntp-posting-server): Ditto.
1151         (wl-draft-attribute-nntp-posting-port): Ditto.
1152         (wl-draft-preview-message): Use there functions.
1153
1154         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1155         value.
1156
1157 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1158
1159         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1160         (wl-draft-reedit): Ditto.
1161         (wl-draft-queue-flush): Ditto.
1162
1163         * wl-mime.el (wl-message-request-partial): Ditto.
1164         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1165         instead of `elmo-message-fetch'.
1166
1167         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1168
1169         * wl-summary.el (wl-summary-message-string): Ditto.
1170
1171 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-util.el (wl-current-message-buffer): Follow the API change.
1174
1175         * wl-summary.el (wl-summary-redisplay-internal): Call
1176         `wl-summary-mark-as-read' with 2nd argument as nil and update
1177         unread count instead of persistent mark.
1178
1179         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1180         variable.
1181         (wl-message-redisplay): Follow the API change.
1182         (wl-message-buffer-display): Managed mime-entity directly and
1183         return preview buffer only.
1184         (wl-message-display-internal): Rewrite.
1185         (wl-message-buffer-prefetch-subr): Not save return value of
1186         `wl-message-buffer-display'.
1187
1188         * Version number is increased to 2.13.1.
1189
1190 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1193         'elmo-multiple-fields-body-list' with boundary specified.
1194
1195 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1196
1197         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1198         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1199         cache if `wl-summary-resend-use-cache' is non-nil.
1200
1201 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1202
1203         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1204         (wl-nntp-posting-stream-type): Ditto.
1205
1206 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1207
1208         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1209
1210 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1211
1212         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1213         message.
1214
1215 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1218         Abolish.
1219         (wl-summary-buffer-persistent-mark-version): New internal
1220         variable.
1221         (wl-summary-update-mark-and-highlight-window): Check by
1222         wl-summary-persistent-mark-invalid-p.
1223         (wl-summary-update-status-marks): Ditto.
1224         (elmo-event-handler-flag-changed): Rewrite.
1225         (elmo-event-handler-cache-changed): Define.
1226         (wl-summary-prefetch-msg): Does not update persistent mark here.
1227         (wl-summary-delete-cache): Ditto.
1228         (wl-summary-resume-cache-status): Ditto.
1229         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1230         (wl-summary-persistent-mark-invalid-p): New function.
1231         (wl-summary-validate-persistent-mark): Ditto.
1232         (wl-summary-validate-persistent-mark-string): Ditto.
1233         (wl-summary-invalidate-persistent-mark): Ditto.
1234         (wl-summary-update-persistent-mark): Call
1235         `wl-summary-validate-persistent-mark'.
1236         (wl-summary-create-line): Call
1237         `wl-summary-validate-persistent-mark-string'.
1238
1239         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1240         status as t if cache used.
1241
1242 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1245         only if the target is group.
1246         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1247
1248 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1251
1252 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1255
1256         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1257
1258 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1259
1260         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1261         (Thanks to Yoichi NAKAYAMA).
1262
1263 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * wl-util.el (wl-save-drafts): Restore echo area.
1266
1267 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1268
1269         * Version number is increased to 2.13.0.
1270
1271         * wl-util.el (wl-biff-check-folder-async): Use
1272         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1273
1274 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-message.el (wl-message-display-internal): Does not put
1277         wl-message-display-type property on message buffer.
1278         (wl-message-buffer-display-type): New function.
1279
1280         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1281
1282         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1283         `wl-summary-buffer-detach'.
1284         (wl-summary-message-display-type): Use
1285         `wl-summary-buffer-display-type'.
1286
1287 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1290         buffer-local.
1291
1292         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1293         kill-buffer-hook instead of make-local-variable.
1294         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1295
1296 2004-12-12  Scott Renfro <scott@renfro.org>
1297
1298         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1299         regex for square-branket.
1300
1301 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1304         `wl-message-mime-analysis-p' with argument `header'.
1305
1306 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-mime.el (wl-draft-yank-current-message-entity): 
1309         Switch to no-mime following method according to wl-message-display-type
1310         property.
1311         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1312
1313         * wl-message.el (wl-message-display-internal): 
1314         Put wl-message-display-type property on message buffer.
1315
1316         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1317         (wl-message-display-internal): Ditto;
1318
1319         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1320
1321 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-message.el (wl-message-make-display-type): New function.
1324         (wl-message-display-type-property): Ditto.
1325         (wl-message-mime-analysys-p): Ditto.
1326         (wl-message-display-all-header-p): Ditto.
1327         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1328         added `display-type'.
1329         (wl-message-buffer-display): Likewise.
1330         (wl-message-display-internal): Likewise.
1331         (wl-message-buffer-display-type): Abolish.
1332         (wl-message-buffer-prefetch-subr): Follow the API changed.
1333
1334         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1335         from wl-summary-buffer-display-all-header and changed default value.
1336         (wl-summary-message-display-type): New function.
1337         (wl-summary-buffer-display-mime-mode): Ditto.
1338         (wl-summary-buffer-display-header-mode): Ditto.
1339         (wl-summary-toggle-mime): Rewrite with above functions.
1340         (wl-summary-toggle-all-header): Ditto.
1341         (wl-summary-redisplay): Force redisplay with default mode.
1342         (wl-summary-redisplay-internal): Renamed argument from `mode',
1343         `all-header' to `mime-mode', `header-mode'.
1344         Use `wl-message-make-display-type'.
1345
1346         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1347         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1348
1349 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1352
1353 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1356         in original message buffer.
1357         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1358         buffer.
1359
1360 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1363
1364 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1367
1368 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1369
1370         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1371         when actions succeeded.
1372         (wl-summary-exec-action-copy): Likewise.
1373
1374 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1375
1376         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1377         there is switch-to-buffer at the end of wl-message-select-buffer.
1378         (wl-summary-reply): Ditto.
1379
1380 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-summary.el (wl-summary-forward): Put subject in original
1383         message buffer as argument of wl-draft-forward.
1384         * wl-draft.el (wl-draft-forward): Decode subject as in
1385         wl-draft-reply.
1386
1387 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1390         a folder under access group.
1391
1392 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1393
1394         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1395         wl-message-buffer-display.
1396
1397         * wl-util.el (wl-set-save-drafts): Fix typo.
1398
1399 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1402         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1403         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1404         the way to measure the width of a bitmap image; don't put face on
1405         ascii and bitmap images; put the mark which should not use the
1406         variable-pitch face on ascii and bitmap images.
1407         (wl-demo-setup-properties): Don't use the variable-pitch face on
1408         ascii and bitmap images; made it work on Emacs 20 and earlier.
1409         (wl-demo-insert-text): End with a newline at the bottom; don't put
1410         face on text.
1411
1412         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1413
1414 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1417
1418         * wl-util.el (wl-save-drafts): Moved from sample setting.
1419         (wl-set-save-drafts): New function to set idle timer.
1420         * wl-draft.el (wl-draft): Call it.
1421         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1422
1423 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1426         a summary which has toggle display status off.
1427
1428 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-draft.el (wl-draft-do-fcc): No cache save.
1431
1432 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-summary.el (elmo-event-handler-flag-changed): Use
1435         `set-buffer' instead of `with-current-buffer'.
1436
1437 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * wl-summary.el (wl-summary-after-resize-function): New function.
1440         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1441         window-size-change-functions.
1442
1443 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-draft.el (wl-draft-create-buffer): Bind
1446         `change-major-mode-hook' after current buffer is changed.
1447
1448         * wl-summary.el (wl-summary-buffer-detach): New function.
1449         (wl-summary-buffer-set-folder): Call it.
1450         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1451         change-major-mode-hook and kill-buffer-hook.
1452         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1453         (wl-summary-switch-to-clone-buffer): Ditto.
1454         (wl-summary-goto-folder-subr): Ditto.
1455
1456 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1457
1458         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1459         after boundp check.
1460
1461 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1464         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1465         for `kill-buffer'.
1466
1467         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1468         handler of current buffer from elmo-folder.
1469
1470 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1471
1472         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1473
1474 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1477         variable.
1478         (wl-summary-event-handler): New class.
1479         (elmo-event-handler-flag-changed): Define to update persistent
1480         mark.
1481         (wl-summary-buffer-set-folder): Register event handler to
1482         elmo-folder.
1483         (wl-summary-exit): Unregister event handler.
1484         (wl-summary-goto-folder-subr): Ditto.
1485         (wl-summary-mark-as-read-all): Does not call
1486         `wl-summary-update-persistent-mark' directly.
1487         (wl-summary-mark-as-read-internal): Ditto.
1488         (wl-summary-set-persistent-mark-internal): Ditto.
1489         (wl-summary-set-flags-internal): Ditto.
1490
1491         * Version number is increased to 2.11.33.
1492
1493 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1494
1495         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1496         to nil.
1497
1498 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-spam.el (wl-spam-setup): Add hook
1501         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1502         instead of `wl-summary-prepare-hook'.
1503
1504         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1505         if folder type is `'flag'.
1506         (wl-summary-mark-as-important): Ditto.
1507
1508 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-address.el (wl-address-minibuffer-history): New variable.
1511         (wl-address-minibuffer-local-map): New keymap.
1512         (wl-address-read-from-minibuffer): New function.
1513
1514         * wl-action.el (wl-summary-get-resend-address): Use
1515         `wl-address-read-from-minibuffer' instead of `completing-read'.
1516
1517 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * Version number is increased to 2.11.32.
1520
1521 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1524         without mule to iso-8859-1.
1525         (wl-draft-add-in-reply-to): Add note in description.
1526         (wl-draft-add-references): Ditto.
1527
1528 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1529
1530         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1531         definition for `m'.
1532         (wl-summary-mode-line-format): Add '[%m]'.
1533         (wl-message-mode-line-format-spec-alist): Ditto.
1534         (wl-summary-display-mime-mode-list): New variable.
1535
1536         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1537         from wl-summary-buffer-display-as-is.
1538         (wl-summary-buffer-display-all-header): New buffer local variable.
1539         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1540         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1541         instead of wl-summary-buffer-display-as-is.
1542         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1543         (wl-summary-set-persistent-mark): Ditto.
1544         (wl-summary-set-message-buffer-or-redisplay): Just call
1545         `wl-summary-redisplay-internal' without optional arguments.
1546         (wl-summary-toggle-mime): Rewrite.
1547         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1548         (wl-summary-toggle-all-header): New function.
1549         (wl-summary-redisplay-internal): Treat mime mode.
1550
1551         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1552         to wl-mime-preview-follow-no-mime.
1553         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1554         accodring to the display-mode.
1555
1556         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1557         (wl-message-buffer-display): Changed argument name from `as-is' to
1558         `mode'.
1559         (wl-message-display-internal): Ditto;
1560         Bind elmo-mime-display-header-analysis according to the mode.
1561         (wl-message-display-internal): Put wl-message-display-mime-mode
1562         property on entire buffer.
1563
1564 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1565
1566         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1567
1568 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1571         Don't extract mail address.
1572         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1573
1574         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1575
1576         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1577
1578 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1581         wl-fldmgr-cut-entity-list on confirmation.
1582
1583 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1586         (wl-mime-quit-preview): Check existence of
1587         mime-edit-temp-message-buffer here.
1588
1589 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1592         after deletion.
1593
1594         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1595         before calling wl-mime-quit-preview.
1596
1597 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-summary.el (wl-summary-pick): If call it with prefix
1600         argument, set `delete-marks' as non-nil. Pick from only visible
1601         messages.
1602         (wl-summary-check-target-mark): New function.
1603         (wl-summary-target-mark-mark-as-read): Use it.
1604         (wl-summary-target-mark-mark-as-unread): Ditto.
1605         (wl-summary-target-mark-operation): Ditto.
1606         (wl-summary-target-mark-set-flags): Ditto.
1607         (wl-summary-target-mark-save): Ditto.
1608         (wl-summary-target-mark-pick): Ditto.
1609         (wl-summary-target-mark-forward): Ditto.
1610         (wl-summary-target-mark-reply-with-citation): Ditto.
1611         (wl-summary-target-mark-print): Ditto.
1612         (wl-summary-target-mark-uudecode): Ditto.
1613
1614         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1615         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1616         with `ask-coding' is non-nil.
1617
1618 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-thread.el (wl-thread-set-parent): If parent is a message
1621         which is identified by references, set linked as nil.
1622
1623 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1626         (wl-message-mode-line-format-spec-alist): Ditto.
1627         (wl-message-mode-line-format): Ditto.
1628         (wl-summary-mode-line-format): Ditto for docstring.
1629         (wl-summary-no-mime-folder-list): Fix typo.
1630
1631         * wl-util.el (wl-current-message-buffer): Call
1632         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1633
1634         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1635         variable.
1636         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1637         of `wl-summary-redisplay-no-mime'.
1638         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1639         (wl-summary-toggle-mime): New function.
1640         (wl-summary-redisplay-all-header): Rewrite.
1641         (wl-summary-redisplay-no-mime): Ditto.
1642         (wl-summary-redisplay-internal): Added argument `as-is' and
1643         `all-header'.
1644
1645         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1646         New variable.
1647         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1648         bottom.
1649         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1650         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1651         "/" unconditionally.
1652
1653         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1654         wl-mime-preview-follow-no-mime for as-is content.
1655         (wl-mime-preview-follow-no-mime): New function.
1656         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1657
1658         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1659         and added `as-is', `all-header'.
1660         (wl-message-buffer-display): Ditto.
1661         (wl-message-buffer-display-type): New function.
1662
1663 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-vars.el (wl-message-header-button-alist): Change default
1666         value.
1667         (wl-message-body-button-alist): Ditto.
1668
1669 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1672
1673 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1676
1677 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1680         is always true.
1681
1682 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1683
1684         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1685         on null entity.
1686
1687 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1690
1691 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-vars.el (wl-summary-resend-hook): New hook.
1694
1695         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1696         `wl-summary-resend-hook'.
1697
1698 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1699
1700         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1701         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1702         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1703         (wl-summary-new-cached-mark): Changed default value to 'n'.
1704         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1705         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1706         (wl-folder-sync-range-alist): Remove spec for 'flag.
1707         (wl-summary-force-prefetch-folder-list): New user option.
1708
1709         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1710         `wl-summary-toggle-persistent-mark'.
1711         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1712         number is nil.
1713         (wl-summary-mark-as-answered-region): Set interactive argument of
1714         `wl-summary-set-persistent-mark-internal'.
1715         (wl-summary-mark-as-important-region): Ditto.
1716         (wl-summary-unset-persistent-mark): Ditto.
1717         (wl-summary-set-persistent-mark): Ditto.
1718         (wl-summary-mark-as-answered): Ditto.
1719         (wl-summary-mark-as-important): Ditto.
1720         (wl-summary-set-persistent-mark-internal): Do nothing
1721         when `elmo-message-flag-available-p' is nil.
1722         (wl-summary-toggle-persistent-mark): New function.
1723         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1724         when the folder matches `wl-summary-force-prefetch-folder-list'.
1725
1726
1727         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1728         when number is nil.
1729         (wl-highlight-summary-forwarded-face): New face.
1730
1731 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1732
1733         * Version number is increased to 2.11.31.
1734
1735 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1738         (wl-biff-check-folder-async): Ditto.
1739         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1740
1741 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1742
1743         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1744         Add an argument `reverse'.  All callers are updated.
1745         (wl-summary-sort): Add a prefix argument `reverse' to specify
1746         reverse sorting.
1747         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1748         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1749         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1750
1751 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-message.el (wl-message-redisplay): Does not narrow header if
1754         disply-type is all-header or as-is.
1755
1756         * wl-summary.el (wl-summary-enter-handler): Use
1757         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1758
1759 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1762         after adding wl-draft-parent-variables.
1763         (wl-draft-forward): Ditto.
1764
1765 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-summary.el (wl-summary-sync-marks): Call
1768         `wl-summary-set-persistent-mark' and
1769         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1770         (wl-summary-set-persistent-mark-internal): Add 4th argument
1771         `no-server'.
1772         (wl-summary-unset-persistent-mark): Ditto.
1773         (wl-summary-set-persistent-mark): Ditto.
1774         (wl-summary-add-flags-internal): Abolish.
1775         (wl-summary-remove-flags-internal): Ditto.
1776         (wl-summary-mark-as-important-internal): Ditto.
1777         (wl-summary-mark-as-important): Use
1778         `wl-summary-set-persistent-mark' instead of
1779         `wl-summary-add-flags-internal'.
1780         (wl-summary-mark-as-important-region): Ditto.
1781
1782         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1783
1784         * wl-summary.el (wl-summary-get-available-flags): New function.
1785         (wl-summary-sync-marks): Use it and simplified.
1786         (wl-summary-unset-persistent-mark): Use
1787         `wl-summary-get-available-flags'.
1788         (wl-summary-set-persistent-mark): Ditto.
1789
1790 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1793         id.
1794
1795 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1798         number, call `wl-summary-prev-line-content'. Show message when the
1799         message is not found.
1800
1801 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1804         wl-summary-enter-handler.
1805         (wl-summary-enter-handler): New command.
1806
1807         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1808         docstring and custom spec.
1809
1810         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1811         flags too; Don't treat Cached and New.
1812         (wl-summary-set-persistent-mark): Ditto.
1813
1814         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1815         `wl-folder-set-flag'.
1816
1817         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1818         instead of `wl-folder-set-flag'.
1819
1820         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1821         for completion.
1822         (wl-summary-set-persistent-mark): Ditto.
1823
1824         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1825         instead of `wl-draft-quit-preview'.
1826
1827         * wl-mime.el (toplevel): Avoid compile warning.
1828         (wl-mime-quit-preview): New function
1829         (formarly defined as `wl-draft-quit-preview').
1830         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1831         quitting method.
1832
1833         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1834
1835         * wl-folder.el (wl-folder-set-flag): Renamed from
1836         `wl-draft-set-flag-on-parent'.
1837
1838         * wl-draft.el (wl-draft-quit-preview): New function.
1839         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1840         (wl-draft-send): Call `wl-folder-set-flag' instead of
1841         `wl-draft-set-flag-on-parent'.
1842         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1843
1844 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1847         (wl-draft-send): Ditto.
1848
1849 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1850
1851         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1852         (wl-draft-kill-pre-hook): Set default value as nil.
1853         (wl-summary-reply-hook): Ditto.
1854         (wl-draft-kill-flags): Abolish.
1855
1856         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1857         (wl-draft-parent-variables): Renamed from
1858         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1859         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1860         argument; Add wl-draft-parent-variables to
1861         wl-draft-config-variables.
1862         (wl-draft-reply): Likewise.
1863         (wl-draft-kill-flags): Abolish.
1864         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1865         (wl-draft-set-flag-on-parent): New function.
1866         (wl-draft-setup-parent-flag): Ditto.
1867
1868 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1869
1870         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1871         `wl-draft-parent-folder' is "".
1872
1873 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1876         (wl-summary-digit-jump): New function.
1877         (Adviced by John Owens and Hiroya Murata)
1878
1879         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1880         (Adviced by John Owens)
1881
1882         * wl-xmas.el (wl-message-define-keymap): Ditto.
1883
1884         * wl-mule.el (wl-message-define-keymap): Ditto.
1885
1886 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1889         change of return value of elmo-folder-count-flags.
1890
1891         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1892         (wl-summary-mark-as-read-internal): Ditto.
1893         (wl-summary-set-persistent-mark-internal): Ditto.
1894         (wl-summary-folder-info-update): Ditto.
1895         (wl-summary-sync-update): Fixed the last change.
1896
1897         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1898
1899 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1900
1901         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1902         (wl-draft-kill-flags): Fixed docstring.
1903
1904         * wl-draft.el (wl-draft-kill-flags): New function.
1905         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1906
1907 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-vars.el (wl-reply-hook): Abolish.
1910         (wl-draft-reply-hook): New hook.
1911         (wl-summary-reply-hook): Ditto.
1912         (wl-draft-forward-hook): Ditto.
1913         (wl-summary-forward-hook): Ditto.
1914         (wl-draft-kill-flags): New variable.
1915
1916         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1917         wl-summary-set-persistent-mark-internal.
1918         (wl-summary-sync-marks): Use elmo-preserved-flags.
1919         (wl-summary-update-persistent-mark): Make it interactive.
1920         (wl-summary-set-persistent-mark-internal): New inline function.
1921         (wl-summary-mark-as-answered): Use it.
1922         (wl-summary-mark-as-unanswered): Ditto.
1923         (wl-summary-unset-persistent-mark): New function.
1924         (wl-summary-set-persistent-mark): Ditto.
1925         (wl-summary-reply): Don't set answered flag;
1926         Run wl-summary-reply-hook instead.
1927         (wl-summary-forward): Call wl-draft-forward with number.
1928         Run wl-summary-forward-hook.
1929
1930         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1931         (wl-highlight-summary-line-face-spec): Use it as a default
1932         persistent mark face.
1933
1934         * wl-draft.el (wl-draft-forward): Added optional argument number;
1935         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1936         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1937         (wl-draft-kill): Use wl-draft-kill-flags.
1938
1939         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1940
1941         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1942         of return value of elmo-folder-count-flags.
1943
1944         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1945
1946         * wl-summary.el (wl-summary-count-unread): Ditto.
1947         (wl-summary-sync-update): Follow the change above.
1948         (wl-summary-force-prefetch): New function.
1949
1950 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1951
1952         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1953         variable `buf' with `let' instead of `setq'.
1954
1955 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1958         add Content-Disposition heaeder on the deleted part.
1959
1960 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-draft.el (wl-draft-save): Encode address list under edit by
1963         `eword-encode-unstructured-field-body'.
1964
1965         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1966
1967 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1968
1969         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1970         wl-current-summary-buffer.
1971
1972 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1973
1974         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1975         `numbers' is ignored.
1976
1977 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1978
1979         * wl-folder.el (wl-folder-open-folder): Avoid error.
1980         Reported by John Owens, [wl-en:815]
1981
1982         * wl.el (wl): Set timer for biff process even if prefix argument
1983         is given or auto-checking is quitted.
1984
1985         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1986         immediately.
1987         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1988         (wl-toggle-plugged): Ditto.
1989
1990         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1991         * wl-util.el (wl-biff-start): Use idle timer if
1992         `wl-biff-use-idle-timer' is non-nil.
1993
1994 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1995
1996         * wl-highlight.el (wl-highlight-message): Fix description.
1997
1998 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2001         tty.
2002
2003 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-action.el (wl-summary-exec): Print failure count.
2006
2007 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2010         to `defun', remove interactive form.
2011         Set elmo-message-fetch-confirm when force-reload is non-nil.
2012
2013 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014
2015         * wl-summary.el (toplevel): Removed unnecessary autoload.
2016
2017 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2020         the buffer is generated from another message buffer.
2021
2022 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2025         extracted from `wl-fldmgr-save-folders'.
2026         (wl-fldmgr-delete): Call it after deletion.
2027
2028 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2031         multi-tty support.
2032
2033 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2034
2035         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2036
2037 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2038
2039         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2040         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2041
2042 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2043
2044         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2045         unsubscribe list only if argument CLEAR is nil.
2046
2047 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2048
2049         * wl-draft.el (wl-draft-reply): Decode subject before removing
2050         Re: prefix.
2051
2052 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2053
2054         * wl-summary.el (wl-summary-sort-by-size): New command.
2055
2056 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-summary.el (wl-summary-number-list-from-region): New
2059         function.
2060         (wl-summary-mark-as-read-region): Use it.
2061         (wl-summary-mark-as-unread-region): Ditto.
2062         (wl-summary-set-flags-region): Ditto and add optional argument
2063         remove.
2064         (wl-summary-mark-as-answered-region): Ditto.
2065         (wl-summary-mark-as-important-region): Ditto.
2066         (wl-summary-target-mark-mark-as-important): Added optional
2067         argument remove.
2068         (wl-summary-target-mark-mark-as-answered): Ditto.
2069         (wl-summary-target-mark-set-flags): Ditto.
2070
2071 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-summary.el (wl-summary-set-flags-region): Call
2074         `wl-summary-set-flags-internal' with number list instead of call
2075         one by each message.
2076         (wl-summary-target-mark-set-flags): Likewise.
2077
2078 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2079
2080         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2081         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2082         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2083         (wl-summary-target-mark-mark-as-answered): Likewise.
2084
2085 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2086
2087         * wl-summary.el (wl-summary-target-mark-forward): Use
2088         `wl-summary-delete-all-target-marks' instead of
2089         `wl-summary-delete-all-temp-marks'.
2090         (wl-summary-target-mark-reply-with-citation): Ditto.
2091         (wl-summary-target-mark-uudecode): Ditto.
2092         (wl-summary-target-mark-set-flags): Ditto and remove needless
2093         cursor move.
2094
2095 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-summary.el (wl-summary-target-mark-forward): Protect
2098         wl-summary-buffer-target-mark-list from nreverse.
2099         (wl-summary-target-mark-reply-with-citation): Ditto.
2100
2101 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2104         `elmo-display-progress-threshold'.
2105
2106 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2109         check `wl-summary-highlight'.
2110         (wl-summary-window-scroll-functions): Respect value of
2111         `wl-summary-highlight'.
2112         (wl-summary-sync-update): Run hooks
2113         `wl-summary-buffer-window-scroll-functions' at any time.
2114
2115 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2118         from `wl-summary-cleanup-temp-marks'.
2119         (wl-summary-cleanup-temp-marks): Abolish argument.
2120         * wl.el (wl-save-status): Revert previous change.
2121         (wl-execute-temp-marks): New function, call
2122         `wl-summary-exec-with-confirmation'.
2123         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2124         (wl-folder-save-and-exec-marks): Abolished.
2125
2126 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-e21.el (wl-e21-display-image-p): Respect
2129         `wl-highlight-folder-with-icon'.
2130         (wl-e21-highlight-folder-group-line): Highlight mouse line
2131         even if wl-e21-display-image-p is nil.
2132
2133         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2134         Respect value of `wl-summary-highlight'.
2135
2136         * wl.el (wl-save-status): Remove unused variable.
2137
2138         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2139         (wl-folder-mode-map): Bind it to "x".
2140
2141 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2144
2145         * wl-thread.el (wl-thread-get-parent-list): Don't check
2146         disconnected ancestors, neglecting needless work in
2147         `wl-thread-update-indent-string-thread'.
2148
2149         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2150         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2151         argument, add argument default-keep to keep marks by default.
2152
2153         * Version number is increased to 2.11.30.
2154
2155         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2156         customization type and docstring.
2157         (wl-draft-reply-without-argument-list): Ditto.
2158
2159 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2162
2163         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2164
2165 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2168
2169 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2172         save-excursion so as not to include run-hooks.
2173
2174 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2177         Clarify that marks are going to be cleared.
2178
2179 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2182         according to 3rd element of wl-summary-flag-mark.
2183
2184         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2185
2186 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-action.el (wl-summary-target-mark-all): Don't set
2189         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2190
2191 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2192
2193         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2194         (wl-forward-subject-prefix): Ditto.
2195         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2196         (wl-draft-reply-make-subject): Ditto.
2197
2198         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2199         `wl-draft-forward'.
2200         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2201
2202 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2205         target message does not exist.
2206
2207 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2208
2209         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2210         `wl-subject-prefix-regexp'.
2211         (wl-subject-forward-prefix-regexp): New variable.
2212         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2213         `wl-draft-strip-subject-re' and take regexp as argument.
2214         (wl-draft-forward): Use it.
2215         (wl-draft-reply): Ditto.
2216
2217 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2218
2219         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2220         emacs multi-tty support.
2221
2222 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2223
2224         * wl-e21.el (wl-e21-display-image-p): Don't call
2225         `display-images-p'.
2226         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2227         support.
2228         (wl-highlight-folder-current-line): Ditto.
2229         (wl-folder-init-icons): Ditto.
2230
2231 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2234         the last line of summary in unplugged mode.
2235
2236 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2237
2238         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2239
2240 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241
2242         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2243         * wl-address.el (wl-address-user-mail-address-p): Use it.
2244         (wl-address-delete-user-mail-addresses): Ditto.
2245         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2246
2247         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2248         (wl-address-delete-user-mail-addresses): Ditto.
2249
2250         * wl-address.el (wl-address-delete-user-mail-addresses): New
2251         function.
2252         * wl-refile.el (wl-refile-guess-by-history): Use it.
2253         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2254         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2255
2256         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2257         use wl-address-user-mail-address-p.
2258
2259 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2262         after opening group.
2263
2264 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2265
2266         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2267         of elmo-set-buffer-multibyte.
2268
2269         * wl-message.el (wl-original-message-mode): Ditto.
2270
2271         * wl-score.el (wl-score-insert-header): Ditto.
2272
2273         * wl-summary.el
2274         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2275         (wl-summary-goto-folder-subr): Ditto.
2276         (wl-summary-insert-headers): Ditto.
2277
2278         * wl-util.el (wl-set-string-width): Ditto.
2279
2280         * Version number is increased to 2.11.29.
2281
2282 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2283
2284         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2285         (wl-highlight-summary-line-help-echo-alist): New variable.
2286         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2287         into `wl-highlight-summary-line-help-echo' and
2288         `wl-highlight-flag-folder-help-echo'.
2289         (wl-highlight-summary-line-string): Change accordingly.
2290         (wl-highlight-summary-current-line): Ditto.
2291
2292 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2295         at the beginning of field body (Thanks to Markus Knittig).
2296
2297         * wl-draft.el (wl-draft-insert-current-message): Also check
2298         summary buffer, remove unnecessary tag.
2299
2300 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2303         when wl-message-buffer is nil.
2304
2305         * wl-folder.el (wl-folder): Abolish unused argument.
2306         Call wl-folder-init when wl-folder-entity is nil.
2307         * wl.el (wl): Change accordingly.
2308
2309 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2312         multibyte string before insert into draft buffer.
2313         (wl-draft-create-buffer): Always enable multibyte characters for
2314         draft buffer.
2315
2316         * Version number is increased to 2.11.28.
2317
2318 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-folder.el (wl-folder-open-close): Handle blank line.
2321         (wl-folder-jump-to-current-entity): Ditto.
2322
2323 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * Version number is increased to 2.11.27.
2326
2327 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-thread.el (wl-thread-insert-message): When the thread is
2330         devided by wl-summary-max-thread-depth, insert line at the end of
2331         buffer.
2332
2333 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * Version number is increased to 2.11.26.
2336
2337 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2340
2341 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2344         value of stream-type and session.
2345
2346 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * Version number is increased to 2.11.25.
2349
2350 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2351
2352         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2353         in a quit message.
2354
2355 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2356
2357         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2358         (wl-summary-redisplay-no-mime-internal): Ditto.
2359
2360 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2363         * wl-vars.el (wl-smtp-connection-type): Ditto.
2364
2365 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2366
2367         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2368         for the separator line and quote mail-header-separator.
2369
2370 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2371
2372         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2373         result message.
2374
2375         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2376         `elmo-multiple-fields-body-list' with boundary as
2377         mail-header-separator.
2378
2379 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2382
2383 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-util.el (wl-list-diff): Remove unused function.
2386
2387         * wl-draft.el (wl-draft-send-confirm): Discard input before
2388         confirmation.
2389
2390 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2393         order of flag and new.
2394
2395 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-vars.el (wl-refile-policy-alist): Abolished.
2398
2399         * wl-action.el (wl-summary-set-action-refile): Follow the change
2400         above.
2401
2402 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * wl-highlight.el (wl-highlight-signature-search): Don't use
2405         re-search-backward for a long word since it is possible to crash
2406         XEmacs because of a bug.
2407
2408 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2409
2410         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2411
2412 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2415         argument for wl-summary-sync-force-update.
2416
2417 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2418
2419         * wl-summary.el (wl-summary-mode-map): Revival of
2420         wl-summary-mark-as-important related bindings;
2421         Bind 'F','tF','mF','rF','m&'.
2422         (wl-summary-mark-as-important-region): Revival.
2423         (wl-summary-target-mark-mark-as-important): Ditto.
2424         (wl-summary-target-mark-operation): New function.
2425         (wl-summary-target-mark-mark-as-answered): Use it.
2426         (wl-summary-decide-flag): Don't set Important as default.
2427         (wl-summary-mark-as-important-internal): Revival.
2428         (wl-summary-mark-as-important): Ditto.
2429
2430         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2431
2432         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2433         instead of facep.
2434
2435 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2436
2437         * wl-dnd.el (wl-dnd-drop-func): Fix.
2438
2439         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2440         mouse-set-point instead of posn-point.
2441
2442         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2443
2444         * wl-mule.el (wl-completing-read-multiple): Ditto.
2445
2446 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-demo.el (face-background-name): Defalias to avoid compile
2449         warning.
2450
2451 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2452
2453         * wl-summary.el (wl-summary-decide-flag): Use
2454         wl-completing-read-multiple instead of completing-read-multiple.
2455
2456         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2457         New alias.
2458
2459         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2460         Use face-background-name instead of face-background.
2461
2462         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2463
2464         * wl-summary.el (wl-summary-save): Use it.
2465         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2466
2467         * wl-mime.el (wl-mime-save-content): Fix last change.
2468
2469 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2470
2471         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2472         New function.
2473         (wl-summary-sort-specs): Added sort.
2474         * wl-mime.el (wl-mime-save-content): Expand file name.
2475
2476 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2479
2480         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2481
2482 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2483
2484         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2485         for flag if it is not defined.
2486
2487 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2488
2489         * wl-e21.el (wl-highlight-folder-current-line): Use
2490         elmo-folder-type-internal when elmo-folder-type returns nil.
2491
2492         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2493
2494         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2495
2496         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2497
2498         * wl-e21.el (wl-summary-toolbar): Ditto.
2499
2500         * wl-vars.el (wl-demo-background-color): Abolished.
2501         (wl-summary-persistent-mark-priority-list): Renamed from
2502         wl-summary-flag-priority-list.
2503         (wl-summary-flag-alist): New user option.
2504         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2505         (wl-message-mode-line-format-spec-alist): Added 'F'.
2506         (wl-message-mode-line-format): Likewise.
2507         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2508         instead of wl-summary-important-mark.
2509         (wl-file-folder-icon): New variable.
2510
2511         * wl-thread.el (wl-thread-set-flags): Renamed from
2512         wl-thread-mark-as-important.
2513
2514         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2515         warning.
2516         (wl-summary-mode-menu-spec): Follow the change of 
2517         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2518         (wl-summary-mode-map): Follow the change of
2519         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2520         (wl-summary-detect-mark-position): Follow the variable name change.
2521         (wl-summary-set-flags-region): New function for the replacement of
2522         wl-summary-mark-as-important-region.
2523         (wl-summary-sync-marks): Sync all global-flags.
2524         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2525         instead of elmo-message-flagged-p.
2526         (wl-summary-persistent-mark-string): Follow the variable name change;
2527         Put wl-summary-flag-mark if the message has global-flag.
2528         (wl-summary-target-mark-set-flags): Renamed from 
2529         wl-summary-target-mark-mark-as-important.
2530         (wl-summary-decide-flag): New function.
2531         (wl-summary-set-flags-internal): Renamed from
2532         wl-summary-mark-as-important-internal.
2533         (wl-summary-add-flags-internal): New function.
2534         (wl-summary-remove-flags-internal): Ditto.
2535         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2536         (wl-summary-mark-as-unimportant): Abolish.
2537         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2538         (wl-summary-next-message): List flagged messages in the msgdb.
2539
2540         * wl-score.el (wl-summary-score-update-all-lines): Use
2541         wl-summary-add-flags-internal instead of 
2542
2543         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2544
2545         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2546         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2547         (wl-message-buffer-require-all-header): Renamed from
2548         wl-message-buffer-all-header-flag (Ditto).
2549         (wl-message-buffer-flag-indicator): New variable.
2550         (wl-message-redisplay): Changed local varibale name from `flag' to
2551         `display-type'; Set up wl-message-buffer-flag-indicator.
2552         (wl-message-buffer-display): Changed varibale name from `flag' to
2553         `display-type'.
2554         (wl-message-display-internal): Likewise.
2555
2556         * wl-highlight.el (wl-highlight-demo-face): Define default background
2557         color.
2558         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2559
2560         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2561
2562         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2563         (wl-demo-setup-properties): Renamed from
2564         `wl-demo-set-background-color'.
2565         (wl-demo): Follow the change above.
2566         
2567         * Version number is increased to 2.11.24.
2568
2569 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-summary.el (wl-summary-toggle-thread): Call
2572         `wl-summary-rescan' with disable-thread as non-nil.
2573         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2574
2575 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2578         foreground property of the face.
2579         (wl-demo-insert-text): Don't set up face property here.
2580         (wl-demo): Call wl-demo-set-background-color, anyway.
2581
2582 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2583
2584         * wl-vars.el (wl-demo-background-color): The value can be nil.
2585
2586 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2589         to wl-summary-wheel-dispatcher.
2590
2591         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2592         wl-message-wheel-dispatcher.
2593         (wl-message-wheel-dispatcher): New function.
2594         (wl-summary-wheel-dispatcher): Ditto.
2595
2596 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2597
2598         * wl-action.el (wl-summary-target-mark-all): List messages which are
2599         not in the killed-list.
2600
2601         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2602         only when the folder is 'flag/important.
2603
2604         * wl-address.el (wl-complete-field-body): Complete if the last
2605         character is a space.
2606
2607 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-folder.el (wl-folder-clear-entity-info): Use
2610         elmo-clear-hash-val.
2611
2612         * wl-fldmgr.el (wl-fldmgr-rename): Set
2613         wl-folder-info-alist-modified as t.
2614
2615 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2616
2617         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2618
2619 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2620
2621         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2622         (wl-folder-buffer-last-visited-entity-id): New buffer local
2623         variable.
2624         (wl-folder-revisit-last-visited-folder): New function.
2625         (wl-folder-mode-map): Bind it to "C-i".
2626         (wl-folder-set-current-entity-id): Set last visited folder.
2627         * wl-summary.el (wl-summary-exit): Ditto.
2628
2629 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2632         before calling `recenter' in order to cope with an XEmacs bug.
2633
2634 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2635
2636         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2637         to the default value.
2638
2639 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2642         change.
2643         (wl-summary-sync-marks): Ditto.
2644         (wl-summary-mark-as-read-internal): Ditto.
2645         (wl-summary-mark-as-answered-internal): Ditto.
2646         (wl-summary-mark-as-important-internal): Ditto.
2647         (wl-summary-reply): Ditto.
2648
2649         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2650         instead of `elmo-folder-unflag-answered'.
2651
2652         * Version number is increased to 2.11.23.
2653
2654         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2655         the last change.
2656
2657 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2658
2659         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2660         Specify "spam" or "good".
2661
2662 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-spam.el (wl-summary-exec-action-spam): Call
2665         wl-folder-confirm-existence for spam folder.
2666         (wl-spam-setup): Bind "mk".
2667
2668 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2671
2672 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2673
2674         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2675         destination folder is empty.
2676
2677 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2680         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2681
2682         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2683         (wl-summary-refile-prev-destination-region): New function.
2684         (wl-thread-refile-prev-destination): Ditto.
2685         (wl-summary-target-mark-refile-prev-destination): Ditto.
2686
2687 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2690         (wl-demo-background-color): Changed default value.
2691
2692         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2693         color.
2694
2695         * wl-demo.el (wl-demo-set-background-color): New function.
2696         (wl-demo): Call it.
2697
2698 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2699
2700         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2701         * wl-address.el (wl-address-add-or-change): Don't add empty
2702         address.
2703
2704 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2705
2706         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2707
2708 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-vars.el (wl-demo-image-filter-alist): New variable
2711         (wl-demo-background-color): Ditto.
2712
2713         * wl-demo.el (wl-demo-xpm-set-background): New function.
2714         (wl-demo-image-filter): Ditto.
2715         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2716
2717         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2718
2719         * wl-demo.el (wl-demo-icon-name): Define as function.
2720         (wl-demo-insert-image): Use it.
2721
2722 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2723
2724         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2725
2726 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2727
2728         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2729
2730 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2733
2734 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-thread.el (wl-thread-mark-as-answered): New function.
2737
2738         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2739         answered" entry.
2740         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2741         "r&" and wl-thread-mark-as-answered to "t&".
2742         (wl-summary-mark-as-important-region): Refine to toggle mark.
2743         (wl-summary-mark-as-answered-region): New function.
2744         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2745         and 3rd argument.
2746         (wl-summary-mark-as-important-internal): Likewise.
2747
2748 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2749
2750         * wl-template.el (wl-template-preview): New internal variable.
2751         (wl-template-preview-p): New function.
2752         (wl-template-show): Bind `wl-template-preview' as t.
2753
2754 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2755
2756         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2757         `elmo-message-entity-field' with 3rd argument which is non-nil.
2758
2759 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2762         Removed duplicate local bind `folder'.
2763
2764 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2765
2766         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2767
2768 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2771         duplicate definition.
2772
2773 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2776         non-nil, use it; Don't fetch message if there's no message in the
2777         current cursor position.
2778
2779 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2780
2781         * wl-util.el (wl-region-exists-p): Use region-active-p.
2782         (wl-deactivate-region): New function.
2783         * wl-message.el (wl-message-redisplay): Deactivate region.
2784
2785         * wl-summary.el (wl-summary-reply): Call
2786         `wl-summary-set-message-buffer-or-redisplay' instead of
2787         `wl-summary-redisplay-internal', don't move point.
2788
2789 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2792         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2793         by regexp.
2794
2795 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2798         if no need.
2799
2800 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2803         default value to nil.
2804         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2805         `wl-summary-prepare-hook'; Replace refile action to
2806         `wl-summary-exec-action-refile-with-register'.
2807
2808         * Version number is increased to 2.11.22.
2809
2810 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-summary.el (wl-summary-detect-mark-position): Set
2813         `wl-summary-buffer-weekday-name-lang'.
2814
2815 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2816
2817         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2818         (wl-summary-mark-as-read-all): Ditto.
2819         (wl-summary-delete-messages-on-buffer): Ditto.
2820         (wl-summary-sync-update): Ditto.
2821         (wl-summary-mark-as-read-internal): Ditto.
2822         (wl-summary-mark-as-answered-internal): Ditto.
2823         (wl-summary-update-folder-info): Abolished.
2824
2825 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2826
2827         * wl-summary.el (wl-summary-mark-as-read-all): Use
2828         `wl-summary-update-folder-info' instead of
2829         `wl-folder-update-unread'.
2830
2831 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2832
2833         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2834         `wl-summary-folder-info-update'.
2835         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2836         instead of `wl-summary-folder-info-update'.
2837         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2838         `wl-folder-set-folder-updated'.
2839         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2840         instead of `wl-folder-update-unread'.
2841         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2842         the value of `wl-summary-buffer-unread-count' for the second parameter of
2843         `wl-folder-update-unread'.
2844
2845         * Version number is increased to 2.11.21.
2846
2847 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2848
2849         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2850         a local variable.
2851
2852 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2855         interactively.
2856
2857         * wl-summary.el (wl-summary-mark-as-important-internal): New
2858         internal function.
2859         (wl-summary-mark-as-important): Use it.
2860         (wl-summary-mark-as-unimportant): New function.
2861         (wl-summary-sync-marks): Follow the API change.
2862
2863         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2864
2865         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2866
2867 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2868
2869         * wl-folder.el (wl-folder-update-unread): Re-indent.
2870         Narrow the scope of a local variable.
2871
2872 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2873
2874         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2875         (wl-addrmgr-merge-entries): Ditto.
2876         (wl-addrmgr): Added to address entry which exists in draft buffer
2877         if no entry is in original.
2878
2879 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-batch.el: New file.
2882
2883 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2884
2885         * wl-vars.el (wl-use-semi): Remove unused variable.
2886
2887 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2890         "?".
2891
2892 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2895         wl-summary-new-mark.
2896         (wl-summary-new-cached-mark): New user option.
2897         (wl-summary-score-marks): Follow the change above.
2898         (wl-summary-auto-refile-skip-marks): Ditto.
2899         (wl-summary-incorporate-marks): Ditto.
2900         (wl-summary-expire-reserve-marks): Ditto.
2901
2902         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2903
2904         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2905         (wl-summary-persistent-mark-string): Distinguished between cached
2906         and uncached mark when the message is new.
2907
2908 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2909
2910         * wl-spam.el (wl-spam-domain): Renamed from
2911         `wl-spam-folder-guess-domain'.
2912         (wl-summary-exec-action-spam): Register as spam if domain of the
2913         source folder is good.
2914         (wl-summary-exec-action-refile-with-register): Register message if
2915         domain of the source folder is not undecided.
2916
2917 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2920         detect thread loop.
2921
2922 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2925         and wl-summary-skip-mark-list.
2926
2927 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2930
2931         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2932
2933         * wl-spam.el (toplevel): Require wl-highlight.
2934         (wl-spam-auto-check-policy-alist): Abolish.
2935         (wl-spam-auto-check-folder-regexp-list): New user option.
2936         (wl-spam-auto-check-marks): Ditto.
2937         (wl-spam-mark-action-list): Ditto.
2938         (wl-highlight-summary-spam-face): New face.
2939         (wl-spam-auto-check-message-p): New function.
2940         (wl-spam-map-spam-messages): Fixed message.
2941         (wl-spam-register-spam-messages): Ditto.
2942         (wl-spam-register-good-messages): Ditto.
2943         (wl-summary-spam-map): Add and remove keybind.
2944         (wl-summary-target-mark-spam): Abolish.
2945         (wl-summary-refile-spam): Ditto.
2946         (wl-summary-test-spam): New function.
2947         (wl-summary-mark-spam): Ditto.
2948         (wl-summary-auto-check-spam): Follow the above change.
2949         (wl-summary-exec-action-spam): New function.
2950         (wl-summary-exec-action-refile-with-register): Fixed message.
2951         (wl-message-check-spam): New function.
2952         (wl-spam-setup): Ditto.
2953         (toplevel): Call it if this file is loaded interactivity.
2954
2955         * Version number is increased to 2.11.20.
2956
2957 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2960         when new optional argument `force' is non nil or modified.
2961
2962 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * wl.el (toplevel): Require wl-spam when compile.
2965         (wl-save-status): Call wl-spam-save-status.
2966
2967         * wl-spam.el (wl-spam-register-spam-messages): New function.
2968         (wl-spam-register-good-messages): Ditto.
2969         (wl-spam-save-status): Ditto.
2970         (wl-summary-mode-map): Bind
2971         wl-summary-target-mark-register-as-spam to "ms" and
2972         wl-summary-target-mark-register-as-good to "mn".
2973         (wl-summary-register-as-spam): Abolish optional argument; Use
2974         wl-spam-register-spam-messages.
2975         (wl-summary-register-as-spam-all): Use
2976         wl-spam-register-spam-messages.
2977         (wl-summary-register-as-good): Abolish optional argument; Use
2978         wl-spam-register-good-messages.
2979         (wl-summary-register-as-good-all): Use
2980         wl-spam-register-good-messages.
2981         (wl-summary-target-mark-register-as-spam): New funtion.
2982         (wl-summary-target-mark-register-as-good): Ditto.
2983
2984 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-spam.el: New file.
2987
2988 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2991
2992         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2993         (wl-summary-auto-refile): Call wl-refile-guess with
2994         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2995
2996 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2999         with disable-thread argument non-nil.
3000
3001 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-summary.el (wl-summary-rescan): Added optional argument
3004         disable-thread.
3005         (wl-summary-sync): Call wl-summary-rescan with argument
3006         disable-thread.
3007         (wl-summary-input-range): Added new range `rescan-thread'.
3008
3009 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3012
3013 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3016         internal variable.
3017         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3018         wl-summary-search-parent-by-subject-regexp and
3019         wl-summary-divide-thread-when-subject-changed as nil.
3020         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3021         (wl-summary-insert-thread): Search parent entity from
3022         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3023         thread loop.
3024
3025 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3028
3029         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3030
3031         * wl-util.el (wl-require-update-all-folder-p): New function.
3032         (wl-get-assoc-list-value): Added `function' to match directive.
3033         (wl-collect-draft): Rewrite.
3034
3035         * wl-summary.el (wl-summary-sync-update): Clear faces
3036         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3037         are non-nil.
3038         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3039         argument as function.
3040         (wl-summary-input-range): Ditto.
3041
3042         * wl-folder.el (wl-draft-get-folder): New function.
3043         (wl-folder-get-elmo-folder): Consider draft folder.
3044
3045         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3046         (wl-draft-buffer-message-number): New buffer local variable.
3047         (wl-draft-folder-internal): New internal variable.
3048         (wl-draft-delete): Rewrite.
3049         (wl-draft-save): Ditto.
3050         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3051         wl-folder-get-elmo-folder.
3052         (wl-draft-config-info-operation): Ditto.
3053         (wl-jump-to-draft-folder): Ditto.
3054         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3055         (wl-draft-reedit): Rewrite.
3056
3057         * Version number is increased to 2.11.19.
3058         
3059 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3060
3061         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3062         variable.
3063
3064 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3067         Use ignore-errors instead of unwind-protect.
3068
3069 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3070
3071         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3072         for updating `wl-thread-entity-list'.
3073
3074 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3075
3076         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3077         parameter from calling `wl-thread-entity-get-older-brothers' and
3078         `wl-thread-entity-get-younger-brothers'.
3079         Replace nested `append' with a single one.
3080
3081 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3082
3083         * wl-summary.el (wl-summary-mode): Don't use the return value of
3084         `make-local-hook'.
3085
3086 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3087
3088         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3089         instead of `let*'.
3090         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3091         of local variables.
3092
3093 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3096         Renamed from wl-summary-window-scroll-functions.
3097         (wl-summary-window-scroll-functions): Don't set to variable.
3098         (wl-summary-display-top): Use run-hooks.
3099         (wl-summary-display-bottom): Ditto.
3100         (wl-summary-toggle-disp-msg): Ditto.
3101         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3102         Use it instead of wl-summary-window-scroll-functions.
3103         (wl-summary-goto-folder-subr): Don't call
3104         wl-summary-window-scroll-functions, use
3105         wl-summary-buffer-window-scroll-functions instead.
3106
3107 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3110         make-local-variable.
3111
3112 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3113
3114         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3115         set-buffer-modified-p.
3116         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3117         (wl-summary-display-bottom): Ditto.
3118         (wl-summary-toggle-disp-msg): Ditto.
3119
3120 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3121
3122         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3123
3124         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3125         (wl-summary-forward): Use elmo-message-entity-field instead of
3126         elmo-message-field.
3127
3128         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3129
3130 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-window-scroll-functions): No use
3133         `append'.
3134
3135 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3136
3137         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3138         function.
3139         (wl-summary-window-scroll-functions): Call it when both
3140         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3141         (wl-summary-temp-mark): Added optional argument number.
3142         (wl-summary-message-mark): Added optional argument flag.
3143         (wl-summary-persistent-mark): Added optional argument number and flag.
3144         (wl-summary-update-persistent-mark): Ditto.
3145         (wl-summary-update-status-marks): Set "r" for interactive spec.
3146
3147         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3148         argument number and flag.
3149
3150         * wl-action.el (wl-summary-registered-temp-mark): 
3151         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3152
3153 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3154
3155         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3156         internal variable (buffer local).
3157         (wl-summary-window-scroll-functions): New function.
3158         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3159         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3160         as nil.
3161         (wl-summary-update-status-marks): Added arguments beg, end and
3162         check.
3163         (wl-summary-update-mark-window): Use function.
3164         (wl-summary-sync-update): Follow the change above.
3165         (wl-summary-switch-to-clone-buffer): Copy
3166         wl-summary-buffer-unsync-mark-number-list.
3167         (wl-summary-goto-folder-subr): Set
3168         wl-summary-buffer-unsync-mark-number-list and
3169         use wl-summary-window-scroll-functions instead of
3170         wl-summary-lazy-highlight.
3171
3172         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3173
3174 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3177
3178         * wl-summary.el (wl-summary-update-persistent-mark): Call
3179         wl-summary-set-message-modified.
3180
3181         * wl-summary.el (wl-summary-sync-update): Don't call
3182         wl-summary-update-status-marks.
3183
3184         * Version number is increased to 2.11.18.
3185
3186 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3189         (wl-message-next-page): Ditto.
3190
3191 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3192
3193         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3194         local variable.  Change the order of a collected list into the
3195         same as the specified range.  Remove nil from a collected list.
3196
3197 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3198
3199         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3200         argument for elmo-folder-list-messages.
3201
3202 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3203
3204         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3205         change (wl-summary-count-unreads return a list instead of a cons
3206         cell).
3207
3208 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3209
3210         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3211         `wl-summary-folder-info-update'.
3212
3213 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3214
3215         * wl-summary.el (wl-summary-set-message-modified): No use
3216         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3217         (wl-summary-set-mark-modified): Abolish.
3218         (wl-summary-mark-modified-p): Ditto.
3219         (wl-summary-save-view): Follow the change above.
3220
3221         * wl-expire.el (wl-summary-expire): Likewise.
3222
3223 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-summary.el (wl-summary-detect-mark-position): Use
3226         modb-entity-handler.
3227         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3228
3229         * Version number is increased to 2.11.17.
3230
3231 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3234         entity field value.
3235         (wl-summary-prefetch-msg): Ditto.
3236         (wl-summary-print-message-with-ps-print): Ditto.
3237
3238 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3241         for dummy entity.
3242         (wl-summary-insert-thread): Use elmo-message-entity-field.
3243         (wl-summary-update-thread): Use elmo-message-entity-field and
3244         elmo-message-entity-number.
3245         (wl-summary-line-number):  Use elmo-message-entity-number.
3246         (wl-summary-line-size): Use elmo-message-entity-field.
3247         (wl-summary-line-subject): Ditto.
3248         (wl-summary-line-from): Ditto.
3249         (wl-summary-line-attached): Ditto.
3250         (wl-summary-create-line): Ditto.
3251         (wl-summary-create-line): Use elmo-message-entity-number.
3252         (wl-summary-print-message-with-ps-print): Use
3253         elmo-message-entity-field.
3254
3255 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3258         change in elmo-msgdb-make-message-entity.
3259         (wl-summary-buffer-set-folder): Don't call
3260         wl-summary-detect-mark-position here.
3261         (wl-summary-rescan): Call elmo-message-entity-number.
3262         (wl-summary-sync-update): Ditto.
3263         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3264
3265         * wl-score.el (wl-score-header-index): Redefine 2th element.
3266         (wl-score-overview-entity-get-extra): Abolish.
3267         (wl-score-ov-entity-get): Rewrite.
3268         (wl-score-string-index<, wl-score-string-func<): Abolish.
3269         (wl-score-string<): New function.
3270         (wl-score-string-sort): Use it.
3271
3272         * wl-refile.el (wl-refile-guess-by-history): Use
3273         elmo-message-entity-field.
3274         (wl-refile-guess-by-from): Ditto.
3275         (wl-refile-guess-by-msgid): Ditto.
3276
3277         * Version number is increased to 2.11.16.
3278
3279 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3280
3281         * wl-folder.el (wl-folder-confirm-existence): Don't call
3282         file-exists-p if msgdb-path is nil.
3283         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3284         `wl-read-folder-hist' to `wl-read-folder-history'.
3285
3286 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3287
3288         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3289         `y-or-n-p'.
3290
3291 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3292
3293         * wl-score.el (wl-score-headers): Don't use
3294         elmo-folder-do-each-message-entity.
3295
3296         * Version number is increased to 2.11.15.
3297
3298 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * wl-summary.el (wl-summary-delete-all-msgs): Use
3301         elmo-folder-move-messages instead of elmo-folder-delete-messages
3302         and elmo-folder-detach-messages.
3303         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3304
3305         * wl-expire.el (wl-expire-delete): Ditto.
3306         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3307
3308 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3311         (wl-message-header-narrowing-fields): Ditto.
3312         (wl-message-header-narrowing-lines): Ditto.
3313         (wl-message-header-narrowing-string): Ditto.
3314
3315         * wl-summary.el (wl-summary-mode-map): Bind
3316         wl-summary-toggle-header-narrowing to "C-cC-f".
3317         (wl-summary-toggle-header-narrowing): New function.
3318
3319         * wl-message.el (wl-message-buffer-create): Call
3320         wl-message-header-narrowing-setup.
3321         (wl-message-redisplay): Call wl-message-header-narrowing.
3322         (wl-message-header-narrowing): New function.
3323         (wl-message-header-narrowing-map): New keymap.
3324         (wl-message-header-narrowing-widen-map): New keymap.
3325         (wl-message-header-narrowing-again-at-mouse): New function.
3326         (wl-message-header-narrowing-1): Ditto.
3327         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3328         (wl-message-header-narrowing-setup): Ditto.
3329         (wl-message-header-narrowing-toggle): Ditto.
3330         
3331         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3332
3333         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3334         'flag as all.
3335         (wl-use-flag-folder-help-echo): New user option.
3336
3337         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3338         wl-summary-highlight as nil.
3339         (wl-summary-set-mark-modified): Follow the API change.
3340         (wl-summary-mark-modified-p): Ditto.
3341         (wl-summary-mark-as-read-all): Ditto.
3342         (wl-summary-sync-marks): Don't call
3343         elmo-folder-list-messages-with-global-mark.
3344         (wl-summary-mark-as-read-internal): Follow the API change.
3345         (wl-summary-mark-as-answered-internal): Ditto.
3346         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3347         Follow the API change.
3348         (wl-summary-create-line): Call with number argument.
3349         (wl-summary-reply): Follow the API change.
3350
3351         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3352         function.
3353         (wl-highlight-summary-line-string): Call it when
3354         wl-use-flag-folder-help-echo is non-nil.
3355         (wl-highlight-summary-current-line): Ditto.
3356         (elmo-flag-folder-referrer): Added autoload setting.
3357
3358         * wl-draft.el (wl-draft-kill): Follow the API change.
3359
3360         * Version number is increased to 2.11.14.
3361         
3362 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3365
3366 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3367
3368         * Version number is increased to 2.11.13.
3369
3370 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * wl-draft.el (wl-draft-previous-history-element): Fixed
3373         unbalanced parenthesis and bind unbound local variables.
3374
3375 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3376
3377         * wl-draft.el (wl-draft-previous-history-element): New function.
3378         (wl-draft-next-history-element): Ditto.
3379         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3380         them to M-p and M-n.
3381
3382 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * Version number is increased to 2.11.12.
3385
3386 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3387
3388         * wl-draft.el (wl-draft-hide): Select buffer-window.
3389
3390 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3391
3392         * wl-summary.el (wl-summary-narrow-to-region): New function.
3393         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3394         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3395         (wl-summary-save-region): Use it.
3396         * wl-action.el (wl-summary-collect-numbers-region)
3397         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3398
3399 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-folder.el (wl-folder-count-incorporates): Don't use
3402         `elmo-msgdb-mark-load'
3403
3404         * Version number is increased to 2.11.11.
3405
3406 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3407
3408         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3409         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3410
3411 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3414
3415 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3416
3417         * Version number is increased to 2.11.10.
3418
3419 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * wl-mime.el (wl-draft-attribute-value): Fixed.
3422
3423 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-util.el (wl-copy-local-variables): New function.
3426
3427         * wl-mime.el (wl-draft-attribute-recipients): New function.
3428         (wl-draft-attribute-envelope-from): Ditto.
3429         (wl-draft-attribute-smtp-posting-server): Ditto.
3430         (wl-draft-attribute-smtp-posting-port): Ditto.
3431         (wl-draft-attribute-value): Ditto.
3432         (wl-draft-preview-message): Use it to get value for
3433         attributes. Reflect result of `wl-draft-config'.
3434
3435         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3436         and call `wl-summary-mark-as-read' before to call
3437         `wl-summary-unset-mark'.
3438         (wl-summary-target-mark-mark-as-unread): Likewise.
3439         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3440
3441 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3442
3443         * wl-mime.el (wl-draft-preview-message): Use actual value for
3444         attributes; Fix for small window.
3445
3446 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3447
3448         * wl-refile.el (wl-refile-get-field-value): Call
3449         `elmo-message-entity-field' with 3rd argument is non-nil.
3450
3451 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3452
3453         * wl-vars.el (wl-draft-preview-attributes): New user option.
3454         (wl-draft-preview-attributes-list): Ditto.
3455         (wl-draft-preview-attributes-buffer-lines): Ditto.
3456         (wl-draft-preview-attributes-buffer-name): Ditto.
3457
3458         * wl-mime.el (wl-draft-preview-message): Display attributes.
3459
3460 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3461
3462         * wl-summary.el (wl-summary-detect-mark-position): Bind
3463         wl-summary-flag-priority-list to '(new).
3464
3465 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3468         funtion.
3469         (wl-highlight-summary-line-string): Use it.
3470         (wl-highlight-summary-current-line): Ditto.
3471
3472 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3475         line even when the mark string is not changed.
3476
3477         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3478         argument change in the wl-summary-create-line.
3479         (wl-thread-insert-entity-sub): Ditto.
3480
3481         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3482         argument change in the wl-summary-create-line.
3483         (wl-summary-insert-sequential): Ditto.
3484         (wl-summary-update-thread): Ditto.
3485         (wl-summary-persistent-mark-string): New inline function.
3486         (wl-summary-message-mark): Use it.
3487         (wl-summary-create-line): Abolish argument wl-persistent-mark
3488         and added wl-flags, wl-cached.
3489
3490         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3491         mark to flags.
3492         (wl-highlight-summary-current-line): Decide the face not by the 
3493         persistent mark but flags.
3494
3495 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3496
3497         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3498         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3499         wl-summary-read-uncached-mark): Revive.
3500         (wl-summary-answered-cached-mark,
3501         wl-summary-answered-uncached-mark): New user option.
3502         (wl-summary-score-marks): Follow the change above.
3503         (wl-summary-auto-refile-skip-marks): Ditto.
3504         (wl-summary-incorporate-marks): Ditto.
3505         (wl-summary-expire-reserve-marks): Ditto.
3506         (wl-summary-flag-priority-list): New user option.
3507
3508         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3509         changes.
3510         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3511         of elmo-message-mark.
3512         (wl-summary-mark-as-read-internal): Ditto.
3513         (wl-summary-mark-as-answered): Ditto.
3514         (wl-summary-mark-as-important): Ditto.
3515         (wl-summary-redisplay-internal): Ditto.
3516         (wl-summary-redisplay-no-mime-internal): Ditto.
3517         (wl-summary-message-mark): New function.
3518         (wl-summary-insert-sequential): Use wl-summary-message-mark
3519         instead of elmo-message-mark.
3520         (wl-summary-update-thread): Ditto.
3521         (wl-summary-persistent-mark): Ditto.
3522         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3523         instead of elmo-message-mark.
3524
3525         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3526         wl-summary-message-mark instead of elmo-message-mark.
3527         (wl-thread-insert-entity-sub): Ditto.
3528         (wl-thread-get-children-msgs-uncached): Ditto.
3529
3530         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3531         variable name changes.
3532         (wl-highlight-summary-current-line): Ditto.
3533
3534         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3535         wl-summary-message-mark instead of elmo-message-mark.
3536
3537         * wl-expire.el (wl-expire-message-p): Ditto.
3538
3539         * wl-score.el (wl-score-headers): Ditto.
3540
3541         * Version number is increased to 2.11.9.
3542
3543         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3544         (wl-summary-sync-update): Follow the change above.
3545         (wl-summary-switch-to-clone-buffer): Ditto.
3546         (wl-summary-open-folder): Ditto.
3547
3548 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3551         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3552
3553         * Version number is increased to 2.11.8.
3554
3555         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3556
3557         * wl-expire.el (wl-expire-refile): Follow the API change on
3558         `elmo-folder-move-messages'.
3559         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3560
3561         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3562         (wl-summary-exec-action-refile): Ditto.
3563         (wl-summary-exec-action-copy): Ditto.
3564         (wl-summary-no-auto-refile-message-p): No use
3565         `wl-summary-buffer-msgdb'.
3566         (wl-summary-auto-refile): Ditto.
3567
3568 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3569
3570         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3571
3572 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-summary.el (wl-summary-sync): Treat no-sync.
3575
3576         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3577         (wl-default-sync-range): Ditto.
3578
3579 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3580
3581         * wl-refile.el (wl-refile-subject-learn): Call
3582         `elmo-message-entity-field' with 3rd argument is non-nil.
3583         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3584         instead of `elmo-msgdb-overview-entity-get-subject'.
3585
3586 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3589         scan-type is rescan.
3590         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3591         new optional argument force is non-nil.
3592         (wl-summary-save-view-cache): Call it with force argument non-nil.
3593
3594         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3595
3596 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3597
3598         * wl-action.el (wl-summary-print-argument): Fixed last change.
3599
3600 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3603         simplified.
3604         (wl-summary-target-mark-mark-as-unread): Likewise.
3605         (wl-summary-target-mark-mark-as-important): Likewise.
3606
3607 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3608
3609         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3610         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3611         (wl-summary-mark-as-important-region): Change accordingly.
3612         (wl-summary-target-mark-mark-as-important): Ditto.
3613
3614 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3615
3616         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3617
3618         * wl-action.el (wl-summary-print-argument): Print argument to
3619         right side of window if `wl-summary-print-argument-within-window'
3620         is non-nil.
3621
3622 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-action.el (wl-summary-set-mark): Use
3625         `wl-summary-message-visible-p' to check visibility of the message
3626         and jump to message only when the message line is visible and have
3627         different number; Call wl-summary-unset-mark with number argument.
3628         (wl-summary-unset-mark): 
3629         Use `wl-summary-message-visible-p'
3630         to check visibility of the message and jump to message only when
3631         the message line is visible and have different number;
3632
3633 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3634
3635         * Version number is increased to 2.11.7.
3636
3637         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3638         and wl-folder-summary-line-format.
3639
3640         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3641         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3642         (wl-summary-set-score-mark): Use it.
3643         (wl-summary-target-mark-mark-as-read): Ditto.
3644         (wl-summary-target-mark-mark-as-unread): Ditto.
3645         (wl-summary-target-mark-mark-as-important): Ditto.
3646         (wl-summary-target-mark-msgs): Simplified.
3647         (wl-summary-detect-mark-position): Fixed problem when
3648         summary-line-format no contain persisten/temp mark spec.
3649         (wl-summary-temp-mark): Ditto.
3650         (wl-summary-persistent-mark): Ditto.
3651         (wl-summary-update-persistent-mark): Ditto.
3652
3653         * wl-action.el (wl-summary-set-mark): Ditto.
3654         (wl-summary-unset-mark): Ditto.
3655         All other related portions are changed.
3656
3657 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * Version number is increased to 2.11.6.
3660
3661 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * wl-util.el (wl-current-message-buffer): Define as function;
3664         Don't use the value of wl-messge-buffer.
3665
3666         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3667         persistent mark.
3668
3669         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3670         no current message, cause an error.
3671
3672 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3673
3674         * wl-summary.el (wl-summary-set-message-modified): Use
3675         elmo-folder-set-message-modified instead of
3676         elmo-folder-set-message-modified-internal.
3677
3678 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3681         interactively.
3682         (wl-summary-sync): nokill->entirely.
3683         (wl-summary-sync-marks): Fixed message.
3684         (wl-summary-input-range): Added mark, nokill->entirely.
3685
3686         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3687         messages as read.
3688
3689 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3690
3691         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3692         update-noscore.
3693         (wl-summary-sync): Follow the change above.
3694
3695 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * wl-action.el (wl-summary-target-mark-all): Use
3698         elmo-folder-list-messages.
3699
3700 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3703         (wl-summary-rescan): Set wl-summary-scored as nil.
3704         (wl-summary-sync-force-update): Follow the change above.
3705         (wl-summary-sync): Ditto.
3706         (wl-summary-sync-update): Added argument disable-killed.
3707         (wl-summary-insert-headers): Set visible-only argument for
3708         elmo-folder-list-messages.
3709         (wl-summary-input-range): Added update-nokill, update-noscore,
3710         all-nokill, all-noscore and mark.
3711
3712         * Version number is increased to 2.11.5.
3713
3714         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3715
3716 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3717
3718         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3719         (wl-summary-prefetch-region-no-mark): Change accordingly.
3720         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3721
3722 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3723
3724         * wl-address.el (wl-complete-field-to): Abolished.
3725         (wl-complete-address): Completion function for completing-read.
3726         * wl-action.el (wl-summary-get-resend-address): Use it.
3727
3728         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3729         wl-summary-update-mark and abolish unused argument.
3730         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3731         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3732         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3733         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3734         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3735         * wl-draft.el (wl-draft-kill): Ditto.
3736
3737         * wl-summary.el: Remove unused binding of case-fold-search.
3738         (wl-summary-replace-status-marks): Abolished.
3739
3740 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3743         is specified or folder length is zero.
3744
3745 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3746
3747         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3748         (wl-folder-archive-current-entity): Ditto.
3749
3750 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3753         retrieving message mark.
3754         (wl-summary-redisplay-internal): Ditto.
3755
3756         * wl-message.el (wl-message-buffer-display): Ignore errors while
3757         retrieving message-id field.
3758
3759         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3760         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3761         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3762         order of the arguments for `wl-expire-message-p'.
3763         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3764
3765         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3766         Check return value of wl-summary-reply.
3767         (wl-summary-reply): Recover window configuration when an error occured.
3768
3769 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3770
3771         * wl-summary.el (wl-summary-resend-message): Abolished, the
3772         feature is inherited by wl-summary-resend (put resend mark).
3773
3774 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3777         wl-message-buffer to nil when the message is hide.
3778
3779 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3780
3781         * .cvsignore: New file.
3782
3783 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3784
3785         * wl-action.el (wl-summary-action-docstring): Add more info.
3786         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3787         duplicate definition.
3788         (wl-summary-define-mark-action): Functions wl-summary-*-region
3789         keep current position.
3790         (wl-summary-unregister-target-mark): Store result to the variable.
3791
3792 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * Version number is increased to 2.11.4.
3795
3796 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3797
3798         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3799         wl-summary-delete-all-temp-marks.
3800         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3801
3802         * wl-action.el (wl-summary-set-mark): Changed terminology
3803         refile-destination -> action-argument.
3804         (wl-summary-unset-mark): Ditto.
3805         (wl-summary-remove-argument): Ditto.
3806         (wl-summary-print-argument): Ditto.
3807
3808         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3809         (wl-thread-remove-argument-region): Ditto.
3810         (wl-thread-print-argument-region): Ditto.
3811         (wl-thread-close): Ditto.
3812         (wl-thread-open): Ditto.
3813
3814         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3815         (wl-highlight-refile-destination-face is abolished)
3816         (wl-highlight-action-argument-string): Ditto.
3817         (wl-highlight-summary-current-line): Highlight action argument.
3818
3819         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3820         color for light backgrounds.
3821         (wl-highlight-summary-answered-face): Ditto.
3822
3823 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3826
3827         * wl-score.el (wl-summary-score-update-all-lines): Use
3828         wl-summary-set-mark.
3829         (wl-summary-score-update-all-lines): Kill expunged messages.
3830
3831         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3832
3833 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3836         directly.
3837         (wl-score-overview-entity-get-lines): Ditto.
3838         (wl-score-overview-entity-get-xref): Ditto.
3839         (wl-score-get-latest-msgs): Ditto.
3840         (wl-summary-rescore): Ditto.
3841
3842         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3843         to "&".
3844         (wl-summary-mark-as-answered-internal): New inline function.
3845         (wl-summary-mark-as-answered): New function.
3846         (wl-summary-mark-as-unanswered): Ditto.
3847         (wl-summary-sync-marks): Modified for answered-mark synching.
3848
3849 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3850
3851         * wl-action.el (wl-summary-set-mark): Fixed last change.
3852
3853 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3854
3855         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3856         behavior of wl-summary-unread-message-hook
3857         (Pointed out by akira yamada <akira@arika.org>).
3858
3859 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3862         wl-summary-delete.
3863         * wl-xmas.el (wl-summary-toolbar): Ditto.
3864
3865         * wl-action.el (wl-summary-set-mark): Don't override current
3866         temp-mark.
3867
3868         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3869
3870 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3871
3872         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3873         (wl-refile-msgid-learn): Ditto.
3874         (wl-refile-get-field-value): Ditto.
3875
3876         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3877
3878         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3879         (wl-expire-delete-reserved-messages): Renamed from
3880         wl-expire-reserve-marked-msgs-from-list.
3881         (wl-expire-delete): Removed argument `msgdb'.
3882         (wl-expire-refile): Ditto.
3883         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3884         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3885         mark-alist as argument.
3886         (wl-expire-archive-number1): Removed argument `msgdb'.
3887         (wl-expire-archive-number2): Ditto.
3888         (wl-expire-archive-date): Ditto.
3889         (wl-expire-localdir-date): Ditto.
3890         (wl-expire-hide): Ditto.
3891         (wl-archive-number1): Ditto.
3892         (wl-archive-number2): Ditto.
3893         (wl-archive-date): Ditto.
3894         (wl-archive-folder): Ditto.
3895         All other related portions are changed.
3896
3897 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3898
3899         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3900         mean move up and down. (suggested by Takashi Kawachi)
3901
3902 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-acap.el (toplevel): Don't require un-define.
3905
3906 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-thread.el (wl-thread-delete-message): Always update
3909         wl-summary-buffer-number-list.
3910
3911         * wl-action.el (wl-summary-print-destination): 
3912         Do nothing when folder is nil.
3913
3914 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3917         persistent mark when prefetch is succeeded.
3918
3919 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3922         instead of elmo-msgdb-delete-msgs.
3923         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3924         (wl-expire-hide): Ditto.
3925
3926         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3927
3928         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3929         elmo-msgdb interface.
3930         (wl-thread-get-exist-children): Likewise.
3931         (wl-thread-insert-message): Likewise.
3932         (wl-thread-msg-mark-as-important): Likewise.
3933         (wl-thread-insert-entity-sub): Likewise.
3934         (wl-thread-get-children-msgs-uncached): Likewise.
3935
3936         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3937         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3938         (wl-summary-sync-update): Likewise.
3939         (wl-summary-auto-select-msg-p): Likewise.
3940         (wl-summary-update-thread): Likewise.
3941         (wl-summary-mark-as-important): Likewise.
3942         (wl-summary-jump-to-msg-internal): Likewise.
3943         (wl-summary-redisplay-internal): Likewise.
3944         (wl-summary-print-message-with-ps-print): Likewise.
3945         (wl-summary-folder-info-update): Likewise.
3946
3947         * wl-folder.el (wl-folder-check-one-entity):
3948         elmo-folder-count-flags instead of wl-summary-count-unread.
3949
3950         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3951
3952         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3953
3954         * wl-summary.el (wl-summary-set-message-modified): 
3955         Call wl-summary-set-mark-modified.
3956         (wl-summary-delete-messages-on-buffer): Call
3957         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3958         (wl-summary-sync-update): Call elmo-folder-length instead of
3959         elmo-folder-messages.
3960         (wl-summary-insert-headers): Don't call
3961         elmo-folder-list-message-entities.
3962
3963 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3964
3965         * wl-action.el (wl-summary-define-mark-action): Call
3966         `wl-summary-set-mark' with argument `data'.
3967         (wl-summary-auto-refile): Fixed order of arguments when call
3968         `wl-summary-refile'.
3969
3970 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3973
3974         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3975
3976         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3977         (Renamed from wl-highlight-summary-deleted-face).
3978         (wl-highlight-summary-resend-face): New face.
3979
3980         (wl-highlight-summary-deleted-face): Renamed from
3981         wl-highlight-summary-erased-face.
3982
3983         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3984
3985         * wl-action.el (wl-summary-get-resend-address): New function.
3986         (wl-summary-exec-action-resend): Ditto.
3987         (wl-summary-exec-action-resend-subr): Ditto.
3988
3989         * w-thread.el (wl-thread-copy): Removed definition.
3990         (wl-thread-refile): Ditto.
3991         (wl-thread-delete): Ditto.
3992         (wl-thread-target-mark): Ditto.
3993
3994         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3995         (wl-summary-target-mark-set-action): Fixed.
3996         (wl-summary-define-mark-action): Fixed quotation.
3997         (wl-summary-move-mark-list-messages): Display message.
3998         (wl-summary-define-mark-action): Define thread functions.
3999         (wl-summary-exec-action-refile): Changed message.
4000         (wl-summary-exec): Ditto.
4001
4002 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4003         
4004         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4005         '%%'.
4006
4007 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl.el (toplevel): Require wl-action.
4010         (wl-init): Call wl-summary-define-mark-action.
4011
4012         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4013
4014         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4015         wl-summary-delete and wl-summary-erase.
4016         (wl-summary-mode-map): Ditto.
4017
4018         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4019         wl-delete-folder-alist.
4020
4021         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4022         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4023         (toplevel): Moved mark & action related functions to the wl-action.el.
4024
4025         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4026         in wl-summary-mark-action-list.
4027         (wl-highlight-summary-current-line): Ditto.
4028
4029         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4030         empty lines.
4031
4032         * wl-action.el: New file. 
4033
4034 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-summary.el (wl-summary-target-mark-replace): New function.
4037         (wl-summary-target-mark-prefetch): Use it.
4038         (wl-summary-target-mark-delete): Ditto.
4039         (toplevel): Rearranged definition order.
4040         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4041         (wl-summary-target-mark-erase): Rewrite.
4042         (wl-summary-erase-region): New function.
4043         (wl-summary-exec-action-erase): Changed message.
4044         (wl-summary-move-mark-list-messages): New function.
4045         (wl-summary-exec-action-delete): Use it.
4046         (wl-summary-exec-action-erase): Ditto.
4047
4048         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4049         (wl-summary-skip-mark-list): Added "d".
4050
4051         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4052         while searching.
4053
4054         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4055         and define using defcustom;
4056         Define 4th element as a face.
4057         
4058         * wl-summary.el (wl-summary-incorporate): Use 
4059         `wl-summary-prefetch-region-no-mark' instead of
4060         `wl-summary-prefetch-region'.
4061         (wl-summary-prefetch-region-no-mark): Revival of old
4062         `wl-summary-prefetch-region'.
4063         (wl-summary-mark-action-list): Moved to wl-vars.el
4064
4065         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4066         face according to the `wl-summary-mark-action-list'.
4067         (wl-highlight-summary-current-line): Ditto;
4068         Removed destination highlighting.
4069
4070         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4071         (wl-highlight-summary-line-string): Highlight for "i" mark.
4072         (wl-highlight-summary-current-line): Ditto.
4073
4074         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4075         no destination.
4076
4077         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4078         exists, just go ahead.
4079         (wl-summary-prefetch-region): Rewrite.
4080         (wl-summary-prefetch): Ditto.
4081         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4082         (wl-summary-exec-action-prefetch): New function.
4083         (wl-summary-target-mark-prefetch): Rewrite.
4084
4085 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4088         (wl-highlight-summary-line-string): Added "d" and "D".
4089         (wl-highlight-summary-current-line): Ditto.
4090
4091         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4092         in wl-summary.el.
4093         (wl-thread-insert-entity-sub): Ditto.
4094         (wl-thread-remove-destination-region): Ditto.
4095         (wl-thread-print-destination-region): Ditto.
4096
4097         * wl-summary.el (wl-summary-buffer-refile-list,
4098         wl-summary-buffer-delete-list,
4099         wl-summary-buffer-copy-list): Abolish.
4100         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4101         All other related portions are changed.
4102         (wl-summary-mark-action-list): New variable.
4103         (wl-summary-set-mark): New function.
4104         (wl-summary-register-target-mark): Ditto.
4105         (wl-summary-unregister-target-mark): Ditto.
4106         (wl-summary-have-target-mark-p): Ditto.
4107         (wl-summary-register-temp-mark): Ditto.
4108         (wl-summary-unregister-temp-mark): Ditto.
4109         (wl-summary-registered-temp-mark): Ditto.
4110         (wl-summary-collect-temp-mark): Ditto.
4111         (wl-summary-unset-mark): Ditto.
4112         (wl-summary-set-target-mark): Ditto.
4113         (wl-summary-unset-target-mark): Ditto.
4114         (wl-summary-set-action-generic): Ditto.
4115         (wl-summary-unset-action-generic): Ditto.
4116         (wl-summary-exec-action-delete): Ditto.
4117         (wl-summary-exec-action-erase): Ditto.
4118         (wl-summary-set-action-refile): Ditto.
4119         (wl-summary-set-action-refile-subr): Ditto.
4120         (wl-summary-unset-action-refile): Ditto.
4121         (wl-summary-make-destination-numbers-list): Ditto.
4122         (wl-summary-exec-action-refile): Ditto.
4123         (wl-summary-set-action-copy): Ditto.
4124         (wl-summary-unset-action-copy): Ditto.
4125         (wl-summary-exec-action-copy): Ditto.
4126         (wl-summary-collect-numbers-region): Ditto.
4127         (wl-summary-delete): Rewrite.
4128         (wl-summary-erase): Ditto.
4129         (wl-summary-remove-destination): Ditto.
4130         (wl-summary-exec): Ditto.
4131         (wl-summary-exec-region): Ditto.
4132         (wl-summary-target-mark-erase): Ditto.
4133         (wl-summary-refile): Ditto.
4134         (wl-summary-copy): Ditto.
4135         (wl-summary-unmark): Ditto.
4136         (wl-summary-delete-all-mark): Ditto.
4137         (wl-summary-mark-line): Don't highlight.
4138         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4139         (wl-summary-target-mark-refile-subr): Rewrite.
4140
4141         (wl-summary-copy-prev-destination): Abolish.
4142
4143 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4144
4145         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4146         default values along the value of wl-on-mule.
4147         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4148         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4149         It is not used anywhere.
4150
4151 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4152
4153         * wl-summary.el (wl-summary-print-destination): Keep position.
4154         (wl-summary-cursor-move-surface): Keep horizontal position.
4155
4156 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4157
4158         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4159         write sendlog.
4160
4161 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4162
4163         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4164         `wl-summary-highlight'.
4165
4166 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4167
4168         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4169         trivial condition for temp-mark.
4170
4171 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4172
4173         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4174         when it hits killed buffer.
4175
4176 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4177
4178         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4179         * wl-news.el.in: `message' and `error' take format string.
4180
4181 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4182
4183         * wl-folder (wl-folder-insert-entity): Display a message,
4184         `...done', when the work finish.
4185         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4186
4187 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4188
4189         * wl-message.el (wl-message-redisplay): Remove unused local
4190         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4191
4192 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4193
4194         * wl-summary.el (wl-summary-replace-status-marks): Disable
4195         interactive use.
4196         (wl-summary-reedit): Check message existence at first.
4197         (wl-summary-mark-line): Fix doc, return value is indefinite.
4198
4199         * wl-highlight.el (wl-highlight-message): Arranged.
4200
4201         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4202         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4203         check temp-mark by wl-summary-temp-mark always.
4204         (wl-highlight-summary): Change accordingly.
4205         * wl-summary.el (wl-summary-mark-as-read-all)
4206         (wl-summary-delete-cache, wl-summary-set-score-mark)
4207         (wl-summary-mark-as-unread, wl-summary-unmark)
4208         (wl-summary-mark-line, wl-summary-mark-as-read)
4209         (wl-summary-mark-as-important): Ditto.
4210
4211         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4212         end of the window if possible.
4213         * wl-summary.el (wl-summary-sync-update): Support lazy
4214         highlighting.
4215         (wl-summary-toggle-disp-msg): Ditto.
4216
4217 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4218
4219         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4220
4221 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4222
4223         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4224         change.
4225
4226 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4229         API.
4230         (wl-summary-sync-update): Ditto.
4231
4232         * wl-score.el (wl-score-get-score-alist): Changed argument.
4233         (wl-summary-rescore-msgs): Likewise.
4234         (wl-summary-score-headers): Likewise.
4235         (wl-score-headers): Likewise;
4236         Use elmo-folder-do-each-message-entity, etc.
4237         (wl-summary-score-effect): Follow the changes above.
4238         (wl-summary-rescore): Ditto.
4239         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4240         (wl-score-get-overview): Abolish.
4241
4242         * wl-summary.el (wl-summary-default-from): Follow the API change in
4243         elmo-msgdb.
4244         (wl-summary-count-unread): Ditto.
4245         (wl-summary-detect-mark-position): Ditto.
4246         (wl-summary-overview-entity-compare-by-date): Ditto.
4247         (wl-summary-overview-entity-compare-by-number): Ditto.
4248         (wl-summary-overview-entity-compare-by-from): Ditto.
4249         (wl-summary-overview-entity-compare-by-subject): Ditto.
4250         (wl-summary-get-list-info): Ditto.
4251         (wl-summary-rescan): Ditto.
4252         (wl-summary-jump-to-msg-by-message-id): Ditto.
4253         (wl-summary-sync-update): Ditto; Removed comment.
4254         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4255         (wl-summary-insert-message): Use wl-summary-insert
4256         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4257         (wl-summary-insert-headers): Changed argument overview to folder.
4258         (wl-summary-search-by-subject): Likewise.
4259         (wl-summary-insert-thread): Renamed from 
4260         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4261
4262         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4263         too.
4264
4265         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4266         wl-string-member.
4267
4268 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4271         elmo-folder-append-buffer.
4272         (wl-draft-queue-append): Likewise.
4273
4274         * wl-mime.el (wl-message-delete-current-part): Ditto.
4275         (wl-summary-burst-subr): Ditto.
4276
4277         * wl-news.el.in (wl-news-send-news): Ditto.
4278
4279 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4282         function.
4283         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4284         (wl-summary-update-mark): Enclose with save-excursion.
4285         (wl-summary-mark-as-read-internal): Fixed last change.
4286         (wl-summary-mark-as-important): Use 3rd argument of
4287         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4288         Don't use elmo-msgdb-set-mark.
4289         (wl-summary-redisplay-internal): If msgdb flag is already read,
4290         just update the mark on buffer.
4291
4292 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4293
4294         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4295         cut visible folder when elmo-folder-delete returns non-nil value.
4296
4297 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4298
4299         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4300         by Kenichi OKADA <okada@opaopa.org>).
4301
4302 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4303
4304         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4305
4306 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4307
4308         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4309         Fixed the last change, search group entity by its real name.
4310         (Thanks to: KOBAYASHI Shinji)
4311
4312 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4313
4314         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4315         (wl-fldmgr-access-display-all): Don't refer visible name.
4316         * wl-expire.el (wl-folder-archive-current-entity)
4317         (wl-folder-expire-current-entity): Ditto.
4318         * wl-folder.el (wl-folder-jump-to-current-entity)
4319         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4320         (wl-folder-open-folder-sub,wl-folder-open-all)
4321         (wl-folder-write-current-folder): Ditto.
4322         (wl-folder-insert-entity): Don't use petname for normal group.
4323         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4324         is the real name.
4325         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4326         Abolished.
4327
4328 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-draft.el (wl-draft-create-buffer): Add
4331         `wl-summary-reply-with-citation'
4332
4333 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4334
4335         * wl-draft.el (wl-draft-reply): Fixed.
4336
4337 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4340         when `wl-draft-send-confirm-with-preview' is non-nil.
4341         You can scroll up/down by j/k.
4342         (wl-draft-send-confirm-with-preview): New variable (default=t).
4343
4344 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4347         (wl-fldmgr-save-folders): Fix comment.
4348
4349 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4350
4351         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4352         along the last change in `wl-folder-buffer-group-p'.
4353
4354 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4357         folder.
4358
4359         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4360         the default value.
4361
4362         * wl-mime.el (wl-summary-burst): Update summary only when target
4363         folder equals current folder.
4364
4365 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4368
4369 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4370
4371         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4372         value.
4373
4374 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4377         `map-extents' instead of `extent-at' repeatedly.
4378         (wl-highlight-folder-current-line): Ditto.
4379
4380         * wl-highlight.el: Remove useless dummy functions.
4381
4382 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4385         (wl-folder-put-folder-property): New function to put text property.
4386         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4387         (wl-folder-insert-entity, wl-folder-update-diff-line)
4388         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4389         * wl-e21.el, wl-xmas.el, wl-mule.el
4390         (wl-highlight-folder-current-line): Ditto.
4391         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4392         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4393         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4394         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4395
4396 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * Version number is increased to 2.11.3.
4399
4400 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4403         Resume current-buffer since it is assumed by remaining tasks.
4404
4405 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4408         (wl-folder-completion-function): Abolished.
4409         (wl-folder-complete-folder): New function.
4410         (wl-folder-complete-filter-condition): Ditto.
4411         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4412         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4413
4414 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-draft.el (wl-draft-send-confirm): New function.
4417         (wl-draft-send): Use it.
4418
4419         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4420         cursor-in-echo-area while confirming.
4421
4422         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4423
4424         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4425         searching via nntp if wl-summary-search-via-nntp is 'force.
4426         Otherwise, invoke searching in nntp folder only.
4427         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4428
4429         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4430         explicitly for mime-make-text-tag.
4431
4432 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4433
4434         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4435         `mime-make-text-tag' instead of `mime-create-tag'.
4436
4437 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4440         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4441
4442 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-score.el (wl-score-save): Bind print-length and print-level.
4445         (wl-score-pretty-print): Ditto.
4446         (wl-score-edit-insert-header-entry): Ditto.
4447
4448         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4449         "From" entry to be treated with wl-draft-eword-encode-address-list.
4450         * wl-mime.el (wl-draft-preview-message): Ditto.
4451
4452         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4453         (wl-summary-mark-as-unread): Ditto.
4454         (wl-summary-mark-as-read-region): Change accordingly.
4455         (wl-summary-mark-as-unread-region): Ditto.
4456         (wl-summary-target-mark-mark-as-read): Ditto.
4457         (wl-summary-target-mark-mark-as-unread): Ditto.
4458
4459 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * Version number is increased to 2.11.2.
4462
4463 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-news.el.in (wl-news-previous-version-save): Bind
4466         print-length and print-level.
4467         * wl-thread.el (wl-thread-save-entities): Ditto.
4468         (wl-thread-save-top-list): Bind print-length.
4469
4470 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-highlight.el (wl-highlight-summary-line-string): Use
4473         wl-summary-score-below-mark, wl-summary-score-over-mark.
4474         (wl-highlight-summary-current-line): Ditto.
4475
4476 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4479         insert it.
4480
4481 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4484
4485 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4488         message without msgid.
4489         Rewrite with elmo-folder-move-messages.
4490         Set wl-message-buffer to nil.
4491
4492         * wl-summary.el (wl-summary-erase-subr): New function. Use
4493         elmo-folder-move-messages.
4494         (wl-summary-erase): Call it.
4495         (wl-summary-target-mark-erase): Ditto.
4496
4497 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4500         it is not up-tp-date.
4501
4502 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4505         buffer after calling `wl-summary-goto-folder-subr' without the
4506         argument `interactive'.
4507         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4508
4509 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4510
4511         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4512         `mime-create-tag'. Use `string=' instead of `looking-at'.
4513
4514 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4517         to avoid compile warning.
4518
4519         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4520         entity-id when folder is given.
4521         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4522         save-excursion, use save-selected-window instead.
4523         Select folder buffer window if exists.
4524         (To correct behavior with wl-folder-move-cur-folder.)
4525
4526 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4527
4528         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4529
4530 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4531
4532         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4533         list-count instead of %d.
4534
4535 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4538         (wl-news): Set it.
4539         (wl-news-append-to-folder): Use it.
4540
4541         * wl-news.el.in (wl-news-send-news): Append to specified folder
4542         instead of wl-default-folder.
4543         (wl-news-append-to-folder): Show error message with specified folder.
4544
4545         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4546                 In most major modes, Emacs assumes that any opening
4547                 delimiter found at the left margin is the start of a
4548                 top-level definition, or defun. Therefore, *never put an
4549                 opening delimiter at the left margin unless it should have
4550                 that significance.*
4551
4552         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4553
4554 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4555
4556         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4557
4558 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4559
4560         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4561
4562 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4563
4564         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4565         for sequential numbering case.
4566
4567 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4570         value.
4571         (wl-draft-reply-without-argument-list): Ditto.
4572         (wl-draft-reply-myself-with-argument-list): Abolish.
4573         (wl-draft-reply-myself-without-argument-list): Ditto.
4574         * wl-draft.el (wl-draft-self-reply-p): New function.
4575         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4576
4577 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4580         (avoid error for the case without byte-compiling)
4581
4582 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-news.el.in (wl-news-append-to-folder): New function.
4585         (wl-news-exit): Rewrite.
4586         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4587
4588 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-draft.el (wl-draft-reply-position): New function.
4591         (wl-draft-reply-position): Fix.
4592         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4593         (wl-summary-target-mark-reply-with-citation): Ditto.
4594         (wl-summary-reply-with-citation): Ditto.
4595         * wl-vars.el (wl-draft-reply-default-position): New variable.
4596
4597 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-draft.el (wl-draft-send): Preview when interactive send.
4600
4601 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-draft.el (wl-draft-reply): Set default position.
4604         * wl-summary.el (wl-summary-reply): Ditto.
4605         (wl-summary-reply-with-citation): Ditto.
4606         (wl-summary-target-mark-reply-with-citation): Ditto.
4607
4608 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-news.el.in (wl-news-lang): Set default value according to
4611         current-language-environment.
4612         (wl-news-append-news): Do nothing when news-list is nil.
4613
4614 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4615
4616         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4617         (wl-news): Change message.
4618         (wl-news-exit): Check buffer.
4619         (wl-news-force-exit): New function.
4620         (wl-news-show-all): New function.
4621         (wl-news-discard-and-exit): Fix.
4622
4623 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4626         according to current-language-environment.
4627
4628         * wl-news.el.in (wl-news): If arg, show all NEWS after
4629         wl-news-default-previous-version.
4630
4631 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-news.el.in (wl-news-check): Rewritten.
4634         (wl-news-previous-version-load): Change data type.
4635         (wl-news-previous-version-save): Change data type.
4636         (wl-news-append-news): Add return value.
4637         (wl-news-check-news): New function.
4638         (wl-news-already-current-p): New function.
4639         (wl-news-send-news): Rewritten.
4640         (wl-news-mode-map): Add new keybind.
4641         (wl-news): Rewritten.
4642         (wl-news-exit): Rewritten.
4643         (wl-news-discard-and-mail): New function.
4644         (wl-news-send-to-address): Abolished.
4645         * wl.el (wl-init): Delete a message.
4646
4647 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4648
4649         * wl-news.el.in (wl-news-exit): Update previous version.
4650         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4651
4652 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4655
4656 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-news.el.in (wl-news): New function.
4659         (wl-news-mode): New function.
4660         (wl-news-next-line): New function.
4661         (wl-news-next-page): New function.
4662         (wl-news-exit): New function.
4663         (wl-news-buf-name): New variable.
4664         (wl-news-mode-map): New variable.
4665         (wl-news-winconf): New variable.
4666         (wl-news-append-news): Add an option.
4667
4668 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4669
4670         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4671
4672 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-news.el.in (wl-news-send-to-address): New variable.
4675         (wl-news-send-news): Use it.
4676         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4677         Return updating status.
4678         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4679
4680 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-news.el.in (wl-news-send-news): Delete
4683         Organization and X-Face.
4684
4685 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4688         (wl-news-append-news): New function.
4689         (wl-news-send-news): New function.
4690
4691 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4692
4693         * Version number is increased to 2.11.1.
4694
4695 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-news.el.in : New file.
4698
4699 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4702         default value.
4703         (wl-draft-reply-without-argument-list): Ditto.
4704
4705 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4708         (wl-message-buffer-prefetch-idle-time): Ditto.
4709         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4710
4711 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-thread.el (wl-thread-insert-message): Use
4714         wl-summary-max-thread-depth.
4715
4716         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4717         loop detection.
4718
4719         * wl-message.el (wl-message-buffer-display): Back to the first page
4720         when cache is hit.
4721
4722 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4725
4726         * wl-summary.el (wl-summary-insert-thread-entity):
4727         If the thread depth is reached to wl-summary-max-thread-depth,
4728         divide the thread.
4729
4730 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4733         for elmo-remove-passwd.
4734
4735 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4738         folder is sticky.
4739         (wl-folder-mark-as-read-all-entity): Ditto.
4740         (wl-folder-prefetch-entity): Ditto.
4741
4742 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4743
4744         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4745
4746 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4749         Delete messages on buffer for unplugged operation.
4750         (wl-summary-erase): Ditto.
4751
4752 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4755         take nil so as not to search parent by subject.
4756
4757 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4760         (wl-folder-get-next-folder): Ditto.
4761         (wl-folder-get-path): Ditto.
4762
4763 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4766         system and encode the region with it before verifying.
4767
4768 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4771         system of the echo buffer before decoding.
4772
4773 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4776         original contents.
4777
4778 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4781         with argument 'any-exists.
4782
4783 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4786         Use `wl-cs-autoconv'.
4787
4788 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4791         by `mime-view-automatic-conversion'.
4792
4793         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4794         (wl-message-verify-pgp-nonmime): Ditto.
4795         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4796         Bind them to C-c:d and C-c:v respectively.
4797
4798         Merge following code by Teranishi-san from [wl-en:00167].
4799         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4800         (wl-mime-preview-application/pgp-encrypted): Ditto.
4801         (wl-mime-setup): Add entry.
4802
4803 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-summary.el (wl-summary-target-mark-erase): New function.
4806         Bind it to "mD".
4807
4808 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-vars.el (wl-draft-write-file-function): Fix.
4811         (wl-draft-reedit-hook): Changed default value.
4812
4813         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4814         wl-draft-reedit-hook.
4815         (wl-draft-remove-text-plain-tag): New function.
4816         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4817
4818         * wl-vars.el (wl-draft-write-file-function): New user option.
4819
4820         * wl-draft.el (wl-draft-prepare-edit): Use it for
4821         local-write-file-hooks.
4822         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4823
4824         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4825         (wl-draft-insert-mail-header-separator): Return the body beginning
4826         point.
4827         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4828         text/plain.
4829         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4830
4831 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4832
4833         * wl-summary.el (wl-summary-erase): New function to erase message
4834         without moving it to trash. Bind to "D".
4835
4836         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4837         as `keep' unless switch-function.
4838
4839 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4842         message buffer by using `wl-summary-toggle-disp-msg'.
4843         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4844         buffer window.
4845         (wl-summary-supresedes-message): Ditto.
4846
4847         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4848         Do not delete other windows.
4849         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4850         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4851         (wl-draft-create-buffer): Set reply-or-forward also for target
4852         mark commands.
4853
4854 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl-draft.el (wl-user-agent-compose): Delete special case for
4857         switch-to-buffer-other-window.
4858
4859         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4860         (wl-summary-forward): Ditto.
4861
4862         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4863         function.
4864         (wl-draft-buffer-style): New use option.
4865
4866         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4867         (wl-draft): Follow the change above.
4868         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4869         wl-draft-buffer-style.
4870         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4871         switch-function.
4872
4873 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4874
4875         * wl-address.el (wl-address-make-completion-entry): Extracted from
4876         `wl-address-make-completion-list'.
4877         (wl-address-enable-strict-loading): New variable.
4878         (wl-address-make-completion-list): Revive petname duplication
4879         inquiry, and enable it if `wl-address-enable-strict-loading'.
4880         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4881
4882 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl-message.el (wl-message-get-original-buffer): Avoid
4885         'Selecting deleted buffer' error when original buffer is killed.
4886
4887 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-summary.el (wl-summary-next-message): Use
4890         elmo-message-accessible-p instead of elmo-message-cached-p.
4891
4892 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4895
4896         * wl-thread.el (wl-thread-open-all-unread): Use
4897         elmo-folder-list-flagged instead of
4898         elmo-folder-list-messages-mark-match.
4899
4900         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4901         instead of elmo-folder-list-messages-mark-match.
4902         (wl-summary-move-spec-alist): New variable.
4903         (wl-summary-move-spec-plugged-alist,
4904         wl-summary-move-spec-unplugged-alist): Abolish.
4905         (wl-summary-next-message): Follow the change above.
4906         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4907         with 'no-msg' argument.
4908
4909         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4910         variable.
4911         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4912         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4913         (wl-message-buffer-prefetch-get-next): Follow the change above.
4914
4915 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4916
4917         * wl-version.el (wl-version): Changed codename.
4918
4919         * Version number is increased to 2.11.0.
4920
4921 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4922
4923         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4924         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4925         `wl-draft-config-variables'.
4926         (wl-draft-kill): Fixed problem when the draft is reedit.
4927
4928 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4931         buffer-modified status (Thanks to
4932         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4933
4934 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-util.el (wl-region-exists-p): New function.
4937
4938         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4939         Remove defvars for byte-compile warnings.
4940
4941 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4942
4943         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4944         defvar-maybe. Removed unused bind.
4945
4946 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4949         summary buffer window before creating new frame.
4950         (wl-draft-reply): Ditto.
4951
4952 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4953
4954         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4955
4956 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4959
4960 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4963         instead of `kill-region'.
4964
4965 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4968         (wl-highlight-summary-line-string): Use it.
4969         (wl-highlight-summary-current-line): Ditto.
4970
4971         * wl-mime.el (wl-message-delete-current-part): Check the class of
4972         mime-entity.
4973
4974         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4975
4976         * wl-summary.el (wl-summary-make-number-list): Initialize.
4977         (wl-summary-update-mark): New function.
4978         (wl-summary-reply): Put `answered' mark on the message.
4979         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4980
4981         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4982         (wl-draft-reply): Added optional argument `number';
4983         Set wl-draft-parent-number.
4984         (wl-draft-kill): Delete answered mark if it is a reply.
4985
4986 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4989         that originates in mime-preview-follow-current-entity.
4990         (wl-draft-yank-current-message-entity): Use it if region is active.
4991
4992         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4993         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4994         `wl-message-delete-current-part'.
4995         * wl-mule.el (wl-message-define-keymap): Ditto.
4996         * wl-xmas.el (wl-message-define-keymap): Ditto.
4997
4998 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-mime.el (wl-message-delete-current-part): New function.
5001         (wl-mime-node-id-to-string): Ditto.
5002
5003         * wl-mime.el (wl-message-delete-current-part): Use existing
5004         original buffer which corresponds current mime-view buffer.
5005         (fetched buffer might have different structure, possibly)
5006
5007         * wl-mime.el (wl-message-delete-current-part): Quit if the
5008         message content differs from the actual message.
5009
5010 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5013         order.
5014         (wl-summary-search-by-subject): Search parent message from tail;
5015         Check the existence of the parent message on the current thread tree.
5016         (wl-summary-update-thread): Check whether the line is inserted.
5017
5018 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5019
5020         * wl-vars.el (wl-summary-line-format): Undo last change.
5021         * wl-summary.el (wl-summary-print-destination): Do not put
5022         invisible property when `wl-summary-width' is nil.
5023         (wl-summary-line-subject-minimum-length): Abolished.
5024         (wl-summary-line-subject): Ditto.
5025
5026 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-vars.el (wl-summary-line-format): Change default value.
5029         (wl-summary-subject-length-limit): Abolished.
5030         * wl-summary.el (wl-summary-line-subject): Ditto.
5031
5032 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-template.el (wl-template-select): Added optional argument.
5035         If optional argument is specified, reverse
5036         `wl-template-visible-select'.
5037
5038 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5041         Take prefix argument to force asking the destination folder.
5042
5043 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5044
5045         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5046         count and update status.
5047
5048 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * wl-summary.el (wl-summary-redisplay-internal): If
5051         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5052         after fetching.
5053
5054 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5055
5056         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5057         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5058
5059         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5060
5061 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5064         (All other related portions are changed).
5065         (wl-summary-mark-as-read-all): Rewrite.
5066
5067 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5070         `wl-summary-mark-as-read'.
5071         (wl-summary-mark-as-unread): Rewrite.
5072         (wl-summary-mark-as-read): Added no-modeline argument.
5073         (wl-summary-resume-cache-status): Rewrite.
5074         (wl-summary-exec-subr): Remove unused local variable.
5075
5076 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5079         logic to call `wl-summary-buffer-prev-folder-function'.
5080         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5081
5082 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5085         is nil.
5086
5087 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5090         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5091         (wl-mime-setup): Add its entry.
5092
5093 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5096         (wl-summary-delete-cache): Likewise.
5097         (wl-summary-mark-as-read): Rewrite.
5098
5099 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5102         `wl-summary-count-unread'.
5103
5104         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5105
5106         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5107
5108 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5111         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5112         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5113         Renamed to the elmo-msgdb-*-mark.
5114         (wl-summary-score-marks): Follow the change above.
5115         (wl-summary-auto-refile-skip-marks): Ditto.
5116         (wl-summary-incorporate-marks): Ditto.
5117         (wl-summary-expire-reserve-marks): Ditto.
5118
5119         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5120         changes.
5121         (wl-thread-insert-top): Changed updating message.
5122
5123         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5124         variable.
5125         (wl-summary-count-unread): Count answered marks.
5126         (wl-summary-rescan): Call wl-summary-insert-message instead of
5127         wl-summary-append-message-func-internal.
5128         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5129         (wl-summary-prefetch-msg): Follow the variable name changes.
5130         (wl-summary-prefetch-region): Ditto.
5131         (wl-summary-mark-as-read-all): Follow the API changes;
5132         Don't call elmo-folder-replace-marks.
5133         (wl-summary-delete-cache): Follow the variable name changes.
5134         (wl-summary-resume-cache-status): Ditto.
5135         (wl-summary-update-status-marks): New function.
5136         (wl-summary-insert-message): New function.
5137         (wl-summary-sync-marks): Follow the variable name changes.
5138         (wl-summary-sync-update): Synchronize to the msgdb, too;
5139         Changed update messages.
5140         (wl-summary-make-number-list): Rewrite.
5141         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5142         (wl-summary-mark-as-unread): Follow the API changes.
5143         (wl-summary-exec-subr): Follow the variable name changes.
5144         (wl-summary-mark-as-read): Ditto.
5145         (wl-summary-move-spec-plugged-alist): Ditto.
5146         (wl-summary-move-spec-unplugged-alist): Ditto.
5147         (wl-summary-cursor-move-surface): Ditto.
5148
5149         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5150         variable name changes.
5151         (wl-highlight-summary-current-line): Ditto.
5152
5153         * wl-expire.el (wl-expire-refile): Follow the API change in
5154         elmo-folder-move-messages.
5155         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5156         (wl-summary-archive): Use elmo-folder-msgdb instead of
5157         elmo-msgdb-load.
5158
5159 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5160
5161         * wl-mime.el (wl-draft-preview-message): Restore the position
5162         before evaluating wl-draft-send-hook in preview buffer.
5163
5164 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5167         when it creates new draft buffer.
5168
5169         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5170         without argument.
5171
5172         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5173         Evaluate content and if the value is string, insert it.
5174         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5175         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5176         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5177         wl-draft-config-sub-part-bottom): Use it.
5178
5179         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5180         with the folder name. The question was unintelligible when it is
5181         called from wl-save-status.
5182
5183 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5186         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5187         cannot take second argument).
5188
5189 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5192         as t. Since type and subtype are not case sensitive (RFC 2045).
5193
5194 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5195
5196         * wl-vars.el (wl-message-mode-line-format): New variable.
5197         (wl-message-mode-line-format-spec-alist): Ditto.
5198         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5199         (wl-message-redisplay): Use wl-message-mode-line-format.
5200
5201 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5204
5205 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206
5207         * wl-summary.el (wl-summary-default-from): Write description.
5208
5209 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-vars.el (wl-ldap-objectclass): Abolish.
5212
5213         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5214         (wl-ldap-make-filter): Removed condition for objectclass.
5215         (wl-ldap-make-matched-value-list): Remove meaningless process.
5216         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5217         (wl-address-ldap-search): Don't add `*' to `pat' string;
5218         use ignore-errors; added `email';
5219         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5220         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5221         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5222
5223
5224 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-draft.el (wl-draft-parent-folder): Write description.
5227         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5228
5229 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5232         as "" (zero-length string) if no parent.
5233         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5234
5235 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5236
5237         * wl-address.el (wl-address-make-completion-list): Skip duplication
5238         checking.
5239         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5240         `append'.
5241
5242 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5243
5244         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5245         instead of `beginning-of-buffer'.
5246
5247 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5250
5251 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5254         Refer wl-message-buffer-name.
5255         (wl-message-wheel-down): Ditto.
5256
5257 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5258
5259         * wl-vars.el (wl-message-buffer-name): New user option.
5260
5261         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5262         directly instead of making alist dinamically.
5263
5264         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5265         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5266         wl-message-buffer-cache-name.
5267         (wl-message-buffer-cache-clean-up): Ditto.
5268
5269         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5270
5271         * Version number is increased to 2.9.15.
5272
5273 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5274
5275         * wl-vars.el (wl-summary-default-view-alist): New user option.
5276
5277         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5278
5279         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5280         while deleting address.
5281         (wl-draft-delete-myself-from-cc): Ditto.
5282
5283         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5284         If optional argument is specified, reverse sort order.
5285
5286         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5287
5288 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl-thread.el (wl-thread-insert-message): Return parent number if
5291         exists.
5292         (wl-thread-update-indent-string-region): Use
5293         wl-thread-update-line-on-buffer-sub instead of
5294         wl-thread-update-line-on-buffer.
5295
5296 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5297
5298         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5299         (wl-folder-close-all): Ditto.
5300
5301 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5302
5303         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5304         and mailing-list:.
5305         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5306         value.
5307         (wl-summary-line-list-info): Print mailing-list name even when 
5308         list-number is empty.
5309
5310 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5313
5314         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5315         (wl-draft-open-file): Ditto.
5316         (wl-draft-random-alphabet): Ditto.
5317
5318         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5319         bindings.
5320
5321 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5322
5323         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5324         * wl-vars.el (wl-draft-config-alist): Ditto.
5325
5326 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * Version number is increased to 2.9.14.
5329
5330         * wl.el (wl): Don't set wl-init as nil when error occured while
5331         auto-checking folders.
5332
5333         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5334         `elmo-expand-newtext'.
5335
5336 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5337
5338         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5339         `this-command' so that `wl-folder-goto-folder' contained in
5340         `wl-summary-keep-cursor-command' work.
5341
5342 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5345         message buffer displaying state.
5346
5347 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl-vars.el (wl-summary-default-view): New variable to specify
5350         default value for `wl-summary-buffer-view' instead of using
5351         set-default.
5352         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5353
5354 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5357
5358         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5359
5360 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5361
5362         * wl-vars.el (wl-forward-subject-prefix): New variable.
5363         * wl-draft.el (wl-draft-forward): Use it.
5364
5365 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-message.el (wl-message-prev-page): When it is called without
5368         lines argument, scroll down by wl-message-scroll-amount lines.
5369         (wl-message-next-page): Ditto.
5370         * wl-vars.el (wl-message-scroll-amount): Change default value
5371         to preserve current behavior.
5372
5373 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5374
5375         * wl-summary.el (wl-summary-prefetch-msg): Bind
5376         `wl-message-entity' to call `wl-summary-from-function'.
5377
5378 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5379
5380         * wl-message.el (wl-message-buffer-create): Run
5381         wl-message-buffer-created-hook.
5382
5383 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-summary.el (wl-summary-sort-specs): New variable.
5386         (wl-summary-default-sort-spec): Ditto.
5387         (wl-summary-sort): Rewrite.
5388         (wl-summary-sort-by-list-info): New function.
5389
5390 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5391
5392         * wl-summary.el (wl-summary-get-list-info): New function.
5393         (wl-summary-sort): Rewrite.
5394         (wl-summary-line-list-info): Ditto.
5395         (wl-summary-line-list-count): Ditto.
5396         (wl-summary-refile-region): Fixed docstring.
5397
5398 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5401         `wl-folder-entity-hashtb' as completion table.
5402
5403 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5406         only when this command is called interactively; silence the byte-
5407         compiler.
5408
5409 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5410
5411         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5412         active in XEmacs.
5413
5414 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5415
5416         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5417         plural lines.
5418
5419 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5420
5421         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5422         of current line when the cursor is on the header name.
5423         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5424
5425 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5426
5427         * wl-util.el (wl-read-directory-name): Return displayed directory
5428         as the default value also on XEmacs.
5429
5430 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5431
5432         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5433         formatting.
5434
5435 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5438         argument and when it is non-nil, check face property before
5439         highlighting for each line.
5440         (wl-highlight-summary-window): Set it.
5441
5442 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5445         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5446
5447         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5448         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5449         (wl-draft-get-fcc-list): Likewise.
5450
5451 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5454         (wl-thread-entity-cur): Ditto.
5455         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5456         wl-thread-indent-regexp setting.
5457         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5458
5459         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5460         wl-summary-lazy-highlight.
5461         (wl-summary-display-bottom): Ditto.
5462
5463         * wl-thread.el (wl-thread-open-close): Likewise.
5464
5465         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5466         from and subject;
5467         Bind wl-draft-use-frame;
5468         Enclose with save-window-excursion;
5469         Use wl-draft-create-buffer instead of with-temp-buffer;
5470         Use wl-draft-prepare-edit;
5471         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5472         Use wl-draft-send instead of wl-draft-raw-send.
5473
5474 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5477         of using wl-from.
5478
5479 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5482         insert-buffer instead of clone-buffer.
5483         (wl-draft-doing-mime-bcc): New variable.
5484         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5485         infinite loop.
5486         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5487
5488         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5489         (wl-draft-mime-bcc-body): Ditto.
5490
5491         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5492         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5493         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5494         wl-draft-do-mime-bcc.
5495         (wl-draft-mime-bcc-field): New function.
5496         (wl-draft-do-mime-bcc): Ditto.
5497
5498         * wl-address.el (wl-address-complete-header-list): New variable.
5499         (wl-address-complete-header-regexp): Changed default value.
5500
5501         * Version number is increased to 2.9.13.
5502
5503 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5506         it is differed.
5507
5508 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5511         (wl-summary-line-list-count): Ditto.
5512
5513 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5516         (wl-nntp-posting-function): New variable.
5517         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5518         `wl-nntp-posting-config-alist'.
5519
5520 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5521
5522         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5523         FLIM.
5524
5525 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5526
5527         * wl-summary.el (wl-summary-target-mark-refile-sub):
5528         Remove a nuisance funcall.
5529
5530 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5533         as t for `try-completion'.
5534
5535 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-summary.el (wl-summary-default-from): Use
5538         wl-address-header-extract-address instead of
5539         std11-extract-address-components.
5540         (wl-summary-simple-from): Ditto.
5541         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5542         (wl-summary-insert-headers): Show message.
5543         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5544         for whole line.
5545         (wl-summary-default-from): Revert last change.
5546         (wl-summary-simple-from): Ditto.
5547         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5548         (wl-summary-mark-as-read-region): Follow the change above.
5549         (wl-summary-sync-marks): Ditto.
5550         (wl-summary-target-mark-mark-as-read): Ditto.
5551         (wl-summary-redisplay-internal): Ditto.
5552         (wl-summary-redisplay-no-mime-internal): Ditto.
5553         (wl-summary-redisplay-all-header): Ditto.
5554         (wl-summary-mark-as-read): Removed argument `cached';
5555         Use current cache status to set cache mark.
5556         (wl-summary-redisplay-internal): Follow the change above.
5557         (wl-summary-redisplay-no-mime-internal): Ditto.
5558         (wl-summary-redisplay-all-header): Ditto.
5559
5560         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5561
5562         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5563         Don't call itself recursively (Adviced by Yamaoka-san).
5564
5565 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5568         bind wl-summary-highlight as nil to avoid error caused by missing
5569         local variables.
5570
5571 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-vars.el (wl-invalid-character-message): New user option.
5574
5575         * wl-util.el (wl-set-string-width): If truncated string-width is
5576         larger than specified width, use `wl-invalid-character-message'.
5577
5578 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5579
5580         * wl-summary.el (wl-summary-prefetch-msg): 
5581         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5582
5583 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-vars.el (wl-summary-check-line-format): New user option.
5586         (wl-summary-line-format-file): Ditto.
5587
5588         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5589         variable.
5590         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5591         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5592         and `wl-summary-view-old-p' to check whether do a rescan or not.
5593         (wl-summary-view-old-p): New function.
5594         (wl-summary-line-format-changed-p): Ditto.
5595         (wl-summary-line-format-save): Ditto.
5596         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5597
5598         * wl-util.el (wl-set-string-width): Avoid using negative number
5599         for make-string.
5600
5601 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5602
5603         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5604         return value.
5605
5606         * wl-util.el (wl-set-string-width): Added optional argument
5607         `padding' (All other related portions are changed).
5608         (wl-line-parse-format): If the first letter of column number is
5609         `0', zero-padding the result (ex: "%05l").
5610
5611         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5612
5613 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5616         sequential summary view.
5617
5618 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5621         if it doesn't have a -unix version.
5622
5623 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5626
5627 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5630         content.
5631         (wl-draft): Follow the change above.
5632
5633         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5634
5635         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5636         and wl-folder-summary-line-format-alist contain %T and %P.
5637
5638         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5639         (wl-summary-mode-line-format): New user option.
5640         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5641         (wl-summary-line-format): Changed default value.
5642         (wl-summary-lazy-highlight): Changed default value.
5643
5644         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5645         change in wl-summary-create-line.
5646         (wl-thread-insert-entity-sub): Ditto.
5647
5648         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5649         (wl-summary-buffer-unread-status): Ditto.
5650         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5651         (wl-summary-buffer-persistent-mark-column): Ditto.
5652         (wl-summary-buffer-mode-line-formatter): Ditto.
5653         (wl-summary-buffer-mode-line): Ditto.
5654         (wl-summary-message-regexp): Abolished.
5655         (All other related portions are changed.)
5656         (wl-summary-detect-mark-position): New function.
5657         (wl-summary-buffer-set-folder): Setup
5658         wl-summary-buffer-mode-line-formatter.
5659         (wl-summary-mode): Setup selective-display;
5660         Setup pre-idle-hook when xemacs.
5661         (wl-summary-update-modeline): Rewrite.
5662         (wl-summary-jump-to-msg): Define as function;
5663         Changed regexp for searching messages.
5664         (wl-summary-message-number): Rewrite.
5665         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5666         Do rescan when old type summary cache.
5667         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5668         (wl-summary-remove-destination): Use '\r' to detect EOL.
5669         (wl-summary-print-destination): Ditto.
5670         (wl-summary-temp-mark): New inline function.
5671         (wl-summary-persistent-mark): Ditto.
5672         (wl-summary-line-number): New function.
5673         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5674         (wl-summary-line-list-count): New function.
5675         (wl-summary-create-line): Added argument persistent-mark.
5676         (All other related portions are changed)
5677         (wl-summary-create-line): Insert '\r'.
5678         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5679         (wl-summary-cursor-move-surface): New inline function.
5680         (wl-summary-prev): Use it.
5681         (wl-summary-next): Ditto.
5682
5683         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5684         wl-summary-message-regexp.
5685         (wl-highlight-summary): Delete progress message.
5686         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5687
5688         * Version number is increased to 2.9.12.
5689
5690 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5691
5692         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5693         variable (nil: no minimum).
5694         (wl-summary-line-subject): Add some spaces after subject by
5695         wl-summary-line-subject-minimum-length.
5696
5697 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5698
5699         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5700         and removed `F'.
5701         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5702         change above).
5703
5704 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * wl-summary.el (wl-summary-line-list-count): Reverted.
5707         (example setting in samples/*/dot.wl is also updated)
5708
5709 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5712
5713         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5714
5715         * wl-vars.el (wl-summary-line-format): Addes some description to the
5716         docstring.
5717
5718         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5719         (wl-summary-line-close-bracket): Ditto.
5720         (wl-summary-line-children-number): Ditto.
5721         (wl-summary-line-thread-indent): Ditto.
5722         (wl-summary-line-children-and-from): Ditto.
5723
5724         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5725         't', 'c', 'F' and added 'C'.
5726
5727         * wl-util.el (wl-set-string-width): Accept negative value.
5728         (wl-line-parse-format): Added "%number(" and "%)".
5729
5730 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-summary.el (wl-summary-line-list-count): Change format of the
5733         return value.
5734
5735 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5736
5737         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5738         from the recent message.el.
5739         (wl-draft-point-in-header-p): Ditto.
5740         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5741         wl-draft-beginning-of-line.
5742         * wl-e21.el (wl-draft-mode-map): Ditto.
5743         * wl-xmas.el (wl-draft-mode-map): Ditto.
5744
5745         * wl-folder.el: Sort macrodefs by dependencies.
5746
5747 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5748
5749         * wl-summary.el (wl-summary-prev): Fixed regexp.
5750         (wl-summary-next): Ditto.
5751
5752 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5755
5756 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5757
5758         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5759         for backward compatibility.
5760
5761 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5762
5763         * wl-summary.el (wl-summary-line-list-count): New function, merged
5764         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5765         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5766         list counts.
5767
5768 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-summary.el (wl-summary-create-line): Ignore errors while
5771         timezone-fix-time.
5772
5773         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5774
5775         * wl-summary.el (wl-summary-sync-update): Ditto.
5776         (wl-summary-default-from): Use wl-message-entity
5777         instead of entity.
5778
5779         * wl-summary.el (wl-summary-create-line): Fix.
5780
5781         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5782         (wl-summary-line-format): New user option.
5783         (wl-folder-summary-line-format-alist): Ditto.
5784         (wl-summary-from-width): Abolished.
5785
5786         * wl-util.el (toplevel): Require 'bytecomp.
5787         (wl-line-parse-format): New function.
5788         (wl-line-formatter-setup): New macro.
5789
5790         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5791         (wl-summary-buffer-line-formatter): New buffer local variable.
5792         (wl-summary-switch-to-clone-buffer): Follow the change above.
5793         (wl-summary-message-regexp): Fix.
5794         (wl-summary-from-func-internal): Abolished.
5795         (wl-summary-subject-func-internal): Ditto.
5796         (wl-summary-subject-filter-func-internal): Ditto.
5797         (All other related portions are changed.)
5798         (wl-summary-buffer-set-folder):
5799         Set up wl-summary-buffer-number-column and 
5800         wl-summary-buffer-line-formatter
5801         (All other related portions are changed.)
5802         (wl-summary-buffer-number-column-detect): Abolished.
5803         (All other related portions are changed.)
5804         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5805         (wl-summary-delete-all-temp-marks-on-buffer): Use
5806         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5807         (wl-summary-target-mark-delete): Ditto.
5808         (wl-summary-target-mark-refile-subr): Ditto.
5809         (wl-summary-target-mark-mark-as-read): Ditto.
5810         (wl-summary-target-mark-mark-as-unread): Ditto.
5811         (wl-summary-target-mark-mark-as-important): Ditto.
5812         (wl-summary-target-mark-save): Ditto.
5813         (wl-summary-replace-status-marks): Renamed from
5814         wl-summary-set-status-marks-on-buffer;
5815         Use wl-summary-message-regexp instead of
5816         wl-summary-buffer-number-regexp.
5817         (wl-summary-sync-update): Follow the change above.
5818         (wl-summary-goto-previous-message-beginning): New function.
5819         (wl-summary-mark-as-unread): Use it.
5820         (wl-summary-mark-as-important): Ditto.
5821         (wl-summary-line-formatter): New variable.
5822         (wl-summary-line-year): New function.
5823         (wl-summary-line-day): Ditto.
5824         (wl-summary-line-day-of-week): Ditto.
5825         (wl-summary-line-hour): Ditto.
5826         (wl-summary-line-minute): Ditto.
5827         (wl-summary-line-open-bracket): Ditto.
5828         (wl-summary-line-close-bracket): Ditto.
5829         (wl-summary-line-children-number): Ditto.
5830         (wl-summary-line-thread-indent): Ditto.
5831         (wl-summary-line-size): Ditto.
5832         (wl-summary-line-subject): Ditto.
5833         (wl-summary-line-from): Ditto.
5834         (wl-summary-line-children-and-from): Ditto.
5835         (wl-summary-create-line): Rewritten.
5836         (wl-summary-format-date): Abolished.
5837
5838         * wl-highlight.el (wl-highlight-summary-current-line): Use
5839         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5840         Use thread structure to detect thread top message.
5841
5842         * wl-draft.el (wl-default-draft-cite): Don't use
5843         wl-summary-from-func-internal.
5844
5845         * wl-refile.el (wl-refile-subject-learn): Don't use
5846         wl-summary-subject-filter-func-internal.
5847         (wl-refile-guess-by-subject): Ditto.
5848
5849         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5850         parameters.
5851
5852         * wl-thread.el (wl-thread-update-indent-string-region):
5853         Use wl-thread-update-line-on-buffer instead of
5854         wl-thread-update-indent-string.
5855         (wl-thread-update-children-number): Redefine using
5856         wl-thread-update-line-on-buffer.
5857         (wl-thread-update-indent-string): Abolished.
5858
5859         * Version number is increased to 2.9.11.
5860
5861 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5864         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5865         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5866
5867         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5868         as nil.
5869
5870         * wl-thread.el (wl-thread-open-all-unread): Use 
5871         elmo-folder-list-messages-mark-match.
5872         (wl-thread-insert-message): Removed argument `mark-alist'.
5873         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5874         elmo-msgdb-set-mark.
5875         (wl-thread-get-children-msgs-uncached): Likewise.
5876         (wl-thread-get-exist-children): Added argument include-self.
5877         (wl-thread-delete-message): Follow the change above.
5878
5879         * wl-summary.el (wl-summary-count-unread): Removed argument.
5880         (wl-summary-rescan): Follow the change above.
5881         (wl-summary-mark-as-read-region): Ditto
5882         (wl-summary-mark-as-unread-region): Ditto.
5883         (wl-summary-delete-messages-on-buffer): Ditto.
5884         (wl-summary-sync-update): Ditto.
5885         (wl-summary-switch-to-clone-buffer): Ditto.
5886         (wl-summary-goto-folder-subr): Ditto.
5887         (wl-summary-target-mark-mark-as-read): Ditto.
5888         (wl-summary-target-mark-mark-as-unread): Ditto.
5889         (wl-summary-target-mark-mark-as-important): Ditto.
5890         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5891         (wl-summary-update-thread): Removed argument `mark-alist'.
5892         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5893         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5894         (wl-summary-resume-cache-status): Likewise.
5895         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5896         elmo-msgdb-set-mark.
5897         (wl-summary-mark-as-read-all): Likewise.
5898         (wl-summary-delete-cache): Ditto.
5899         (wl-summary-auto-select-msg-p): Ditto.
5900         (wl-summary-mark-as-unread): Ditto.
5901         (wl-summary-no-auto-refile-message-p): Ditto.
5902         (wl-summary-mark-as-read): Ditto.
5903         (wl-summary-mark-as-important): Ditto.
5904         (wl-summary-auto-refile): Follow the change above.
5905         (wl-summary-delete-all-marks): Removed.
5906         (wl-summary-resume-marks-and-highlight): Ditto.
5907         (wl-summary-resume-marks): Ditto.
5908         (wl-summary-delete-important-msgs-from-list): Ditto.
5909         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5910
5911         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5912         wl-summary-count-unread.
5913
5914         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5915         (wl-summary-score-update-all-lines): Use
5916         elmo-msgdb-set-mark.
5917
5918 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5921         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5922         (wl-summary-create-line): Renamed from
5923         wl-summary-overview-create-summary-line;
5924         Argument rearrangement.
5925         (wl-summary-update-thread): Follow the change above.
5926
5927         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5928         (wl-thread-insert-entity-sub): Likewise.
5929
5930         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5931         argument `overview', `mark-alist' and added `msgdb'.
5932
5933         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5934
5935         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5936         (wl-summary-rescan): Follow the change above.
5937         (wl-summary-sync-update): Ditto.
5938         (wl-summary-insert-thread-entity): Ditto;
5939         Don't use `let*' in every while loop;
5940         Detect infinite loop of threads.
5941         (wl-summary-update-thread): Removed argument `overview'.
5942
5943         * wl-thread.el (wl-thread-insert-message): Ditto.
5944
5945         * Version number is increased to 2.9.10.
5946
5947         * wl-message.el (wl-message-redisplay): Ignore errors while
5948         wl-message-redisplay-hook.
5949
5950 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5953
5954 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl.el (wl): inhibit-quit while wl-folder.
5957
5958 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5961         while msgdb access.
5962
5963 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5964
5965         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5966         even if no folder is not created.
5967
5968 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5971
5972         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5973         implementation.
5974         (wl-summary-target-mark-thread): Ditto.
5975
5976         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5977
5978 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5979
5980         * wl-util.el (wl-display-bytes): Remove unused function.
5981
5982 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5983
5984         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5985         seems critical one (partially reverse the change in 2002/03/17).
5986
5987 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5990         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5991
5992 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5993
5994         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5995         is not writable.
5996         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5997         plugged status instead of `'force' as 2nd argument.
5998
5999         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6000         is not creatable.
6001
6002         * Version number is increased to 2.9.9.
6003
6004 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6005
6006         * wl-summary.el (wl-summary-suspend): New function.
6007
6008 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6009
6010         * wl.el (wl): Do not check variables if check is nil.
6011         * wl-utils.el (wl-collect-draft): New function.
6012         * wl-folder.el (wl-folder-suspend): Put summary buffers
6013         and draft buffers at the end of buffer list.
6014         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6015
6016 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6017
6018         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6019         loop instead of recursive call.
6020
6021         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6022         2nd argument.
6023
6024 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6025
6026         * wl-draft.el (wl-draft-create-contents): Don't take neither
6027         (function . args) nor (string . something) any more.
6028
6029         * wl-version.el (wl-generate-user-agent-string): Return string
6030         without header symbol.
6031         * wl-draft.el (wl-draft-default-headers): Use it.
6032
6033         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6034         `wl-draft-insert-ccs' and return field value instead of inserting
6035         the header. Abolish cc argument.
6036         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6037
6038         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6039         rather than one with string car.
6040
6041         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6042         * wl-draft.el (wl-draft-create-contents): Add it after the default
6043         headers.
6044
6045         * wl-draft.el (wl-draft-create-contents): For the case of
6046         (symbol-or-string . function) insert header only when the function
6047         returns string value.
6048
6049 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6052         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6053
6054 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl.el (wl-check-environment): Don't check Message-ID when
6057         `wl-insert-message-id' is nil.
6058         Revive checking if `wl-message-id-domain' contains "@".
6059
6060 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl.el (wl-check-environment): Merge examination for "@" at
6063         inappropriate position into the first string-match.
6064
6065         * wl-summary.el (wl-summary-target-mark-print): New function.
6066         (wl-summary-pipe-message-subr): Extracted from
6067         `wl-summary-pipe-message'.
6068         (wl-summary-target-mark-pipe): New function.
6069         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6070         `wl-summary-target-mark-pipe'.
6071
6072 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6075
6076 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl.el (wl-check-environment): Use elmo-warning instead of
6079         error for non-critical ones.
6080         Remove trash folder check.
6081         (wl): Don't ignore error in wl-check-environment.
6082
6083         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6084         check, which is moved from `wl-check-environment'.
6085         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6086
6087 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6090         guess anything, call wl-summary-write.
6091         (wl-summary-write): Create draft with blank To field.
6092         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6093
6094 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6097         argument full as well for wl-folder-write-current-folder.
6098         If wl-*-write-current-folder cannot guess addressee, add blank
6099         To header.
6100         Rewrite condition for positioning cursor.
6101
6102 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6103
6104         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6105         summary buffer is present, use it.
6106         (wl-folder-jump-to-previous-summary): Ditto.
6107
6108 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6109
6110         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6111
6112         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6113         wl-summary-previous-buffer and wl-summary-next-buffer.
6114
6115         * wl-folder.el (wl-folder-mode-map): Bind
6116         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6117         (wl-folder-jump-to-next-summary): New function.
6118         (wl-folder-jump-to-previous-summary): Ditto.
6119
6120         * wl-draft.el (wl-draft): Rearranged.
6121
6122 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6123
6124         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6125         of header.
6126         (wl-draft): Collect arguments for the header as header-alist.
6127         (wl-draft-forward): Arrange arguments for wl-draft.
6128         (wl-draft-reply): Ditto.
6129         (wl-draft-edit-string): Ditto.
6130         * wl-summary.el (wl-summary-write): Ditto.
6131         (wl-summary-write-current-folder): Ditto.
6132
6133         * Version number is increased to 2.9.8.
6134
6135 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6138
6139         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6140
6141         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6142         even if the guess failed.
6143
6144         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6145         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6146         wl-summary-write-current-folder.
6147         * wl-xmas.el: Ditto.
6148
6149 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6150
6151         * wl-summary.el (wl-summary-next-page): Force display message if
6152         message is not displayed yet.
6153         (wl-summary-prev-page): Ditto.
6154
6155 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6156
6157         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6158
6159 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6160
6161         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6162         add "Preview Message" and "Save Draft and Exit".
6163
6164 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6167         if addrmgr is called from draft in splitted window.
6168
6169         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6170         * wl-mule.el: Ditto.
6171         * wl-xmas.el: Ditto.
6172
6173 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6174
6175         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6176
6177         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6178         * wl-xmas.el (wl-folder-toolbar): Ditto.
6179
6180 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181
6182         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6183         and wl-draft-save-and-exit.
6184         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6185         * wl-xmas.el: Ditto.
6186         * wl-mule.el: Ditto.
6187
6188         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6189         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6190
6191 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6192
6193         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6194         lists for saving buffer.
6195
6196 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6197
6198         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6199         parent-folder argument instead of it.
6200         (wl-draft-create-buffer): Ditto.
6201         (wl-draft-forward): Ditto.
6202         (wl-draft-reply): Ditto.
6203         * wl-summary.el (wl-summary-write): Ditto.
6204         (wl-summary-write-current-folder): Ditto.
6205
6206         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6207         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6208         Folder buffer after composing.
6209
6210 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6213         header if the file `wl-x-face-file' already contains it.
6214
6215 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6216
6217         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6218         folder" entry.
6219         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6220         * wl-e21.el (wl-folder-toolbar): Ditto.
6221         * wl-xmas.el (wl-folder-toolbar): Ditto.
6222
6223 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6226         wl-folder-goto-folder with sticky argument.
6227         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6228
6229 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6232         and wl-summary-previous-buffer.
6233         (wl-summary-next-buffer): New function.
6234         (wl-summary-previous-buffer): Ditto.
6235
6236 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6239         wl-folder-jump-to-current-entity-with-arg.
6240         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6241         `wl-folder-jump-to-current-entity'.
6242         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6243         `wl-summary-goto-folder-sticky'.
6244         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6245         `wl-summary-goto-folder'.
6246         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6247         Unless force-exit, do not clean temp. marks for sticky summary.
6248         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6249
6250 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6253         not entire.
6254
6255 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6258         to `C-x C-s'.
6259         (wl-summary-save-status): New command.
6260         (wl-summary-exit): Don't clean-up temp marks when sticky.
6261         (Applied patch from Nakayama-san [wl: 09548])
6262         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6263         Do nothing when no mark data.
6264         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6265         Call `wl-summary-delete-all-temp-marks' before saving.
6266
6267 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6268
6269         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6270
6271 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl.el (wl-check-environment): Also cause error when (system-name)
6274         returns "localhost.localdomain". (Although it doesn't affect because
6275         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6276
6277 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6280         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6281
6282         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6283         value.
6284
6285 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6288         Likewise r-cc-list and r-ng-list.
6289
6290 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6293         only if it is bound as variable.
6294
6295         * wl-mime.el (wl-draft-preview-message): Ditto.
6296
6297 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6298
6299         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6300         needless `goto-char'.
6301
6302         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6303         `wl-summary-redisplay-no-mime-internal' instead of
6304         `wl-summary-redisplay-no-mime'.
6305         (wl-summary-redisplay-no-mime): Changed argument;
6306         Call `wl-summary-redisplay-no-mime-internal'.
6307
6308         * wl-mime.el (wl-draft-preview-message): Bind
6309         `mime-header-encode-method-alist' locally.
6310
6311         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6312         (wl-draft-std11-parse-addresses): Added the first address check.
6313         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6314
6315         * Version number is increased to 2.9.7.
6316
6317 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6320
6321 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6322
6323         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6324         related to scrollbar support, if there is no such a feature
6325         compiled in.
6326
6327 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6328
6329         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6330         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6331         for prefetch.
6332
6333 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6334
6335         * wl-summary.el (wl-summary-pick): Fix for no match.
6336
6337 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6338
6339         * wl-draft.el (wl-draft-save):
6340         Override `mime-header-encode-method-alist'.
6341
6342 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6343
6344         * wl-folder.el (wl-folder-pick): New function.
6345         Define key as "?".
6346
6347 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6350         Fix for unplugged.
6351
6352 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-folder.el (wl-folder-virtual): New function.
6355         Define key as "V".
6356
6357 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6358
6359         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6360         multi folder if entity is group.
6361
6362 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6365         is nil.
6366
6367 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6368
6369         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6370         (wl-summary-target-mark-msgs): Return the number of marked messages.
6371
6372 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6373
6374         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6375         "first:" is specified.
6376
6377 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6378
6379         * wl-vars.el (wl-from): Use return value of function
6380         user-full-name instead of the variable user-full-name since
6381         XEmacs-20.4 doesn't set this variable.
6382
6383 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6384
6385         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6386         call `wl' directly.
6387
6388 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6389
6390         * wl-draft.el (wl-draft-reedit): Removed duplicated
6391         switch-to-buffers.
6392
6393 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * wl.el (wl-other-frame): Removed garbages.
6396
6397 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6398
6399         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6400
6401         * wl-xmas.el (wl-draft-key-setup): Ditto.
6402
6403         * wl-mule.el (wl-draft-key-setup): Ditto.
6404
6405         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6406         (wl-draft-reedit): Ditto.
6407         (wl-draft-prepare-edit): Add `wl-draft-save' to
6408         `local-write-file-hooks'.
6409         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6410         (wl-draft-reedit): Set buffer-file-name.
6411         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6412
6413
6414         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6415         call it.
6416         (wl-delete-startup-frame-function): New variable.
6417         (wl-other-frame): New function
6418         (Original was written by Yamaoka san [wl: 09239]).
6419
6420         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6421         if `wl-folder-use-frame'.
6422
6423 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6424
6425         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6426
6427 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6428
6429         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6430         New variable.
6431         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6432         (wl-message-buffer-prefetch-get-next): Use them.
6433         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6434
6435 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6438         with unwind-protect.
6439
6440         * wl-draft.el (wl-draft-reedit): Rewrite.
6441         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6442         (wl-draft-save): Insert header separator if it does not exist;
6443         Removed condition-case.
6444
6445         * wl-summary.el (wl-summary-reedit): Revert last change.
6446
6447         * wl-draft.el (wl-draft-save): Rewrite.
6448         (wl-draft-create-buffer): Set buffer-file-name as nil.
6449
6450         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6451
6452         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6453
6454         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6455         nil.
6456
6457 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6458
6459         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6460         If count is nil, do not prefetch.
6461         (wl-message-buffer-prefetch-next): Next.
6462
6463 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6466
6467 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6470         `delete-backward-char'
6471         (wl-draft-prepare-edit): Check major-mode.
6472         (wl-draft-decode-header): Rewrite.
6473         (wl-draft): Fix.
6474
6475 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6478
6479 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6482         (wl-message-buffer-prefetch-get-next): Remove size checking.
6483         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6484
6485 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6488         (wl-draft-default-headers): Fix.
6489
6490 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6491
6492         * wl-draft.el (wl-draft-default-headers): Insert return value of
6493         `wl-generate-mailer-string-function'.
6494
6495 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6498         (wl-draft-insert-mail-header-separator): Ditto.
6499
6500         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6501         again (Reverted the change on 2002-01-17 by OKADA san).
6502
6503 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-draft.el (wl-draft): Rewrite.
6506         (wl-draft-create-buffer): New function.
6507         (wl-draft-create-contents): Ditto.
6508         (wl-draft-prepare-edit): Ditto.
6509         (wl-draft-decode-header): Ditto.
6510         (wl-draft-decode-body): Ditto.
6511         (wl-draft-check-new-line): Ditto.
6512         (wl-draft-default-headers): Ditto.
6513         (wl-draft-insert-mail-header-separator): Ditto.
6514
6515 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * Version number is increased to 2.9.6.
6518
6519 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-draft.el (wl-draft-delete-field): Optional argument.
6522         (wl-draft-delete-fields): Ditto.
6523
6524 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-message.el (toplevel): Eliminated byte-compile warning.
6527         for `itimer-function', `delete-timer' and `itimer-list'.
6528
6529 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6532         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6533         `wl-message-buffer-prefetch-threshold'.
6534         * wl-summary.el (wl-summary-redisplay-internal): Remove
6535         the check of `wl-message-buffer-prefetch-depth'.
6536
6537 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6540         size of article.
6541         (wl-message-buffer-prefetch-subr): Remove size check.
6542
6543 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6544
6545         * wl-vars.el (wl-plugged): Make customizable.
6546
6547 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6550         (wl-message-buffer-prefetch-set-timer): New function.
6551         (wl-message-buffer-prefetch-get-next): New function.
6552         (wl-message-buffer-prefetch): New function.
6553         (wl-message-buffer-prefetch-next): Rewrite.
6554         (wl-message-buffer-prefetch-subr): Rewrite.
6555         * wl-vars.el (wl-auto-prefetch-first): New variable.
6556         * wl-summary.el (wl-summary-goto-folder-subr): Call
6557         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6558
6559 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6562         `wl-summary-unread-message-hook'.
6563
6564 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6567         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6568         if range is `cache-status'.
6569
6570 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6571
6572         * wl-message.el (wl-message-buffer-prefetch-subr):
6573         Improve debug message.
6574
6575 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6576
6577         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6578         `wl-mail-send-pre-hook'.
6579         (wl-draft-send-mail-with-qmail): Ditto.
6580         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6581
6582 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-message.el (wl-message-buffer-prefetch-subr):
6585         Fix for cancel-function-timers bug.
6586         (wl-message-buffer-prefetch-debug): Default value is t.
6587
6588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6591         (wl-message-buffer-prefetch-subr): Rewrite.
6592         Rename from `wl-message-buffer-prefetch'.
6593
6594 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6595
6596         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6597         (wl-default-draft-cite-decorate-author): Ditto.
6598
6599         * wl-draft.el (wl-draft-cite-function): Removed.
6600         (wl-default-draft-cite-decorate-author): Ditto.
6601
6602 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6603
6604         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6605         (wl-default-draft-cite): Do not arrange author name if the value of
6606         `wl-default-draft-cite-decorate-author' is nil.
6607
6608 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6611
6612         * wl-folder.el (wl-folder-check-one-entity): Don't care
6613         `elmo-folder-use-flag-p'.
6614
6615 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6616
6617         * wl-folder (wl-folder-check-one-entity): Fix
6618         problem if unread is nil.
6619
6620 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6621
6622         * wl-address.el (wl-address-make-completion-list): Check whether
6623         the address is a group list.
6624         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6625
6626 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6627
6628         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6629         The number of the messages of new and unread does not count
6630         correctly.
6631
6632         * wl-summary.el (wl-summary-count-unread): Changed to return
6633         `(new . unread)' instead of total.
6634         (wl-summary-sync-update): Follow the change above.
6635
6636         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6637
6638 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6639
6640         * wl-address.el (wl-address-make-completion-list): Do not enclose
6641         address by " <" and ">" if associated realname is "".
6642         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6643         This is against the promblem with group list in .addresses pointed
6644         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6645
6646 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6647
6648         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6649         message is a format control string.
6650         * wl-expire.el (wl-expire-append-log): Ditto.
6651         * wl-mime.el (wl-summary-burst-subr): Ditto.
6652         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6653         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6654
6655 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6656
6657         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6658         wl.el (wl-check-variables): Rename from `wl-check-type'.
6659         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6660         (wl-check-variables-2): New function.
6661         (wl): Call `wl-check-variables-2'.
6662
6663 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6664
6665         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6666         after renaming folder in access group.
6667
6668 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6671         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6672         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6673         (wl-message-buffer-prefetch): Rewrite.
6674         (wl-message-buffer-prefetch-idle-time): Removed.
6675         * wl-summary.el (wl-summary-redisplay-internal):
6676         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6677         Error check for `wl-message-buffer-prefetch-depht'.
6678
6679 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6680
6681         * Version number is increased to 2.9.5.
6682         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6683
6684 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6687         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6688         Based on the patch written by
6689         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6690
6691 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-draft.el (wl-draft-raw-send): Fix for
6694         `wl-news-send-pre-hook'
6695
6696 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-utils.el (wl-message-id-function): New variable.
6699         * wl-draft.el (wl-draft-insert-required-fields):
6700         Use `wl-message-id-function'.
6701
6702 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6703
6704         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6705         * wl-utils.el (wl-draft-make-message-id-string):
6706         Use `wl-from' for domain part of Message-ID
6707         if `wl-message-id-use-wl-from' if non-nil.
6708         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6709
6710 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl.el (wl): Call `wl-check-type'
6713         Do not 'condition-case'.
6714
6715 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6716
6717         * wl.el (wl-check-type): New function.
6718         (wl-check-type-variables): New variable.
6719
6720 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6723
6724 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-draft.el (wl-smtp-password-key): New function.
6727         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6728         (wl-draft-send-mail-with-smtp): Ditto.
6729         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6730
6731 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6734         * wl-utils.el (wl-unique-id-suffix): Remove.
6735
6736 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * Version number is increased to 2.9.4.
6739
6740 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-utils.el (wl-unique-id-suffix): New variable.
6743         (wl-unique-id): Use `wl-unique-id-suffix'
6744
6745 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6746
6747         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6748         instead of `elmo-msgdb-search'.
6749
6750         * Version number is increased to 2.9.3.
6751
6752 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6753
6754         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6755
6756 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6759         (wl-draft-dispatch-message): Changed for send-later.
6760         (wl-draft-queue-flush): Ditto.
6761         (wl-draft): Clear `wl-sent-message-queued'.
6762         (wl-draft-reedit): Ditto.
6763         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6764         * wl-vars.el (wl-draft-force-queuing): New variable.
6765         (wl-draft-force-queuing-mail): New variable.
6766         (wl-draft-force-queuing-news): New variable.
6767
6768 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6771         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6772
6773 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6774
6775         * Version number is increased to 2.9.2.
6776
6777 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * wl-draft.el (wl-draft-elide-region): New user command.
6780         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6781
6782         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6783         command `wl-draft-elide-region'.
6784         * wl-mule.el: Ditto.
6785         * wl-xmas.el: Ditto.
6786
6787 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6790         (wl-biff-check-folder-async): Removed needless let.
6791
6792 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6795         wl-folder-get-elmo-folder.
6796         (wl-biff-check-folder): Set `biff' argument of
6797         `wl-folder-check-one-entity'.
6798         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6799
6800         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6801         (wl-folder-check-one-entity): Added `biff' argument;
6802         Setup `biff' slot of folder.
6803
6804         * Version number is increased to 2.9.1.
6805
6806 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6809         comment out and fixed.
6810         (wl-fldmgr-add-completion-subr): Ditto.
6811
6812         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6813         and msgdb.
6814
6815         * wl.el (wl-toggle-plugged): Save summary view.
6816
6817 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6820
6821 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6822
6823         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6824
6825 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6828         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6829         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6830
6831         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6832         if it was failed.
6833         (wl-demo): Disable undo in the demo buffer.
6834
6835 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-version.el (wl-version): Changed codename.
6838
6839         * Version number is increased to 2.9.0.
6840
6841 2001-12-14  Takuo KITAME <kitame@northeye.org>
6842
6843         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6844         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6845         (wl-folder-mark-as-read-all-current-entity): Ditto.
6846
6847 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-vars.el (wl-from-width): Define as obsolete variable.
6850         (wl-subject-length-limit): Ditto.
6851
6852         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6853
6854         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6855         wl-summary-save-view.
6856
6857         * wl.el (wl-save-status): Ditto.
6858         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6859
6860         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6861         (wl-summary-exit): Follow the change above.
6862         (wl-summary-goto-folder-subr): Ditto.
6863
6864         * wl-folder.el (wl-folder-create-subr): Don't use
6865         `elmo-folder-creatable-p'.
6866
6867 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6870
6871 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6874         rather than bitmap on Emacs 21.
6875         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6876         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6877         for xbm if the new redisplay engine is not available.
6878
6879 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-folder.el (wl-folder-init-hook): New hook.
6882         (wl-folder-init): Run `wl-folder-init-hook'.
6883
6884 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6887
6888 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-acap.el (wl-acap-cache-filename): New variable.
6891         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6892         (wl-acap-init): Use cache if no ACAP server found.
6893
6894 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6895
6896         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6897         `wl-acap-original-msgdb-dir'.
6898
6899         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6900         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6901
6902         * wl-mime.el (wl-mime-save-directory): Renamed from
6903         `wl-mime-save-dir'.
6904
6905 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6908
6909         * wl-demo.el: Require `path-util'.
6910         (wl-demo-bitmap-mule-available-p): New internal variable.
6911         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6912         `module-installed-p' instead.
6913         (wl-demo-insert-image): Use *.img file for a bitmap image.
6914         (wl-demo): Don't call the ascii demo recursively.
6915
6916 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6917
6918         * Version number is increased to 2.7.7.
6919
6920 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl.el (wl-exit): Eliminated byte-compile warning.
6923
6924 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6925
6926         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6927         obsolete variable using `elmo-define-obsolete-variable'.
6928         (wl-fetch-confirm-threshold): Ditto.
6929         (wl-cache-prefetch-folder-type-list): Ditto.
6930         (wl-cache-prefetch-folder-list): Ditto.
6931
6932 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6935         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6936         (wl-demo-insert-image): New function.
6937         (wl-demo-insert-text): New function.
6938         (wl-demo-image-type-alist): Redefine as a function.
6939         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6940         (wl-demo-with-temp-file-buffer): Removed.
6941         (wl-logo-xpm): Removed.
6942         (wl-logo-xbm): Removed.
6943         (wl-logo-bitmap): Removed.
6944
6945 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6946
6947         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6948         (wl-expire-localdir-get-folder-function): New user option.
6949         (wl-expire-localdir-get-folder): New function.
6950         (wl-expire-localdir-date): Ditto.
6951
6952 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6953
6954         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6955         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6956         Fixed unread number mismatch when all-unread < unread.
6957
6958 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6961         (wl-fetch-confirm-threshold): Ditto.
6962
6963         * wl-summary.el (wl-summary-confirm-appends): Removed.
6964         (wl-summary-sync-update): Don't refer
6965         `wl-summary-update-confirm-threshold' (It is now abolished).
6966
6967         * wl-message.el (wl-message-display-internal): Don't refer
6968         `wl-fetch-confirm-threshold' (It is now abolished).
6969
6970 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6973
6974 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6975
6976         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6977         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6978         Change default value to nil.
6979         (wl-summary-indent-length-limit): The value can be nil, nil means
6980         unlimited.
6981
6982         * wl-summary.el: Don't set limit for indent length if the value of
6983         wl-summary-indent-length-limit is nil.
6984         If the value of wl-summary-width is nil, it means only that the width
6985         of summary is unlimited (nil doesn't mean that the indent length is
6986         unlimited).
6987
6988         * wl-thread.el: Ditto.
6989
6990 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6991
6992         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6993         be nil, nil means never confirm.
6994         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6995
6996 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6997
6998         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6999         means unlimited).
7000
7001 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7004         Use `with-temp-buffer'.
7005
7006 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7009         with new backquote style).
7010         (wl-folder-get-entity-from-buffer): Ditto.
7011
7012 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7013
7014         * wl-version.el (nemacs-version): Eliminated.
7015         (wl-extended-emacs-version2): Ignore nemacs.
7016         (wl-extended-emacs-version3): Ditto.
7017
7018 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7019
7020         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7021         (wl-draft-add-in-reply-to): New variable.
7022         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7023         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7024         (wl-draft-yank-from-mail-reply-buffer): Use
7025         `wl-draft-add-in-reply-to'.
7026         (wl-draft-insert-current-message): Ditto.
7027
7028 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7029
7030         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7031         typo (kill->hide).
7032         (wl-message-buffer-prefetch-folder-type-list): Added elements
7033         `mark' and `cache' instead of `internal'.
7034
7035 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7038         resume msgdb directory.
7039
7040 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl.el (wl-exit): Call `wl-acap-exit'.
7043
7044         * wl-summary.el (wl-summary-message-string): New function.
7045         (wl-summary-reedit): Use it.
7046         (wl-summary-resend-bounced-mail): Remove needless let.
7047         (wl-summary-supersedes-message): Ditto.
7048         (wl-summary-save): Ditto.
7049
7050         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7051         (wl-acap-init): Set it.
7052         (wl-acap-exit): New function.
7053
7054 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * wl.el (wl-init): Revert (require 'mime-setup). move from
7057         toplevel.
7058
7059 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7060
7061         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7062         local variables.  Add error when guess function return invalid
7063         value.
7064
7065 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7066
7067         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7068         Change local variable name.
7069         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7070         (wl-folder-get-newsgroups): Return nil when non-news folder.
7071         * wl-summary.el (wl-summary-write-current-folder): State through
7072         when guess-list return nil.
7073         (wl-summary-write-current-folder-functions): Fixed docstring.
7074
7075         * wl.el (wl-exit): Changed confirm message.
7076
7077         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7078         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7079
7080         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7081
7082 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7085         user option (Renamed from wl-cache-prefetch-folder-type-list).
7086         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7087         from wl-cache-prefetch-folder-list).
7088
7089         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7090         Move to wl-vars.el.
7091         (wl-message-buffer-prefetch-p): Changed to enable
7092         `wl-message-buffer-prefetch-folder-list'.
7093
7094         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7095         `ignore-cache'.
7096
7097 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7098
7099         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7100         `part-top' and `part-bottom'.
7101         (wl-draft-config-sub-part-top): New function.
7102         (wl-draft-config-sub-part-bottom): New function.
7103
7104 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7105
7106         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7107
7108 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7109
7110         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7111
7112 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7113
7114         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7115
7116         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7117         (wl-summary-write-current-folder): Ditto.
7118
7119 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-folder.el (wl-folder-get-newsgroups): Use
7122         `elmo-folder-newsgroups'.
7123
7124 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7125
7126         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7127         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7128         `wl-draft-config-sub-header-bottom'.
7129
7130 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7131
7132         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7133         localnews folder.
7134
7135 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7136
7137         * wl-summary.el (wl-summary-mode): Undo last change.
7138
7139         * wl-folder.el (wl-folder-mode): Ditto.
7140
7141 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7142
7143         * wl-summary.el (wl-summary-mode): Locally set
7144         truncate-partial-window-width to nil.
7145         (for XEmacs)
7146
7147         * wl-folder.el (wl-folder-mode): Ditto.
7148
7149 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7152
7153 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7156         number.
7157
7158         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7159
7160         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7161
7162         * Version number is increased to 2.7.6.
7163
7164 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7167
7168 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-summary.el (wl-summary-sync-update): Enclose network
7171         related portion with `unwind-protect'.
7172
7173 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7174
7175         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7176
7177 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7180         element.
7181         * wl-vars.el (wl-message-body-button-alist): Ditto.
7182
7183         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7184         max match length.
7185         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7186
7187         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7188         for the max match length;
7189         Use 4th element value for the button string regexp group.
7190
7191         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7192         candidate exists, prompt to select.
7193
7194 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7195
7196         * wl-summary.el (wl-summary-jump-to-msg): Search before
7197         calibration point by `beginning-of-line'.
7198
7199 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7200
7201         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7202         for access group.
7203
7204 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-message.el (wl-message-display-internal): Bind
7207         `default-mime-charset'.
7208
7209         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7210
7211         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7212
7213         * Version number is increased to 2.7.5.
7214
7215 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7216
7217         * wl-expire.el (wl-summary-archive): Fixed;
7218         Use `elmo-folder-name-internal'.
7219
7220 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7221
7222         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7223         from `elmo-folder-move-messages' caller.
7224         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7225
7226         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7227         related portions are changed).
7228
7229 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7230
7231         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7232         counter.
7233
7234 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7235
7236         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7237         buffer local and set it to nil.
7238
7239         * wl-message.el (wl-message-redisplay): Ditto.
7240
7241 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-summary.el (wl-summary-mark-as-important): If message is
7244         already cached, set messag as read, otherwise encache and mark as read.
7245
7246 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7247
7248         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7249         point-min.
7250
7251 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7254         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7255         a keymap.
7256
7257 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7260         parent.
7261
7262         * wl-mule.el (wl-message-define-keymap): Ditto.
7263
7264         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7265
7266         * wl-xmas.el (wl-message-display-internal-hook): Define.
7267         (wl-xmas-setup-message-toolbar): Define as function.
7268         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7269         (wl-message-overload-functions): Abolished.
7270         (wl-message-define-keymap): New function.
7271
7272         * wl-vars.el (wl-message-display-internal-hook): New variable.
7273         (wl-message-header-button-alist): New variable (Renamed from
7274         wl-highlight-message-header-button-alist).
7275         (wl-message-body-button-alist): Ditto.
7276
7277         * wl-mule.el (wl-message-define-keymap): New function.
7278         (wl-message-overload-functions): Abolished.
7279
7280         * wl-message.el (wl-message-add-buttons-to-body): New function.
7281         (wl-message-redisplay): Don't call wl-message-overload-functions;
7282         Call wl-message-add-buttons-to-header and
7283         wl-message-add-buttons-to-body.
7284         (wl-message-display-internal): Set keymap argument for
7285         elmo-mime-display-as-is, elmo-mime-message-display;
7286         Run wl-message-display-internal-hook.
7287         (wl-message-refer-article-or-url): Abolished.
7288
7289         * wl-highlight.el (wl-highlight-headers): Don't call
7290         wl-highlight-message-add-buttons-to-header.
7291         (wl-highlight-message-add-buttons-to-header): Abolished.
7292
7293
7294         * wl-e21.el (wl-message-display-internal-hook): Define.
7295         (wl-e21-setup-toolbar): Deleted duplicated binding.
7296         (wl-e21-setup-message-toolbar): Define as function.
7297         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7298         (wl-message-define-keymap): New function.
7299         (wl-message-overload-functions): Abolished.
7300
7301 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7304         and elmo-folder-close.
7305
7306         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7307
7308 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7309
7310         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7311         boolean value.
7312         * wl-draft.el (wl-draft-do-fcc): Ditto.
7313
7314 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7315
7316         * wl-vars.el (wl-fcc-force-as-read): New variable.
7317         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7318         mark copied message as read.
7319
7320 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7321
7322         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7323
7324 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7325
7326         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7327         `wl-summary-target-above' instead of obsolete variable
7328         `wl-summary-temp-above'.
7329
7330         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7331         instead of `make-obsolete-variable'.
7332         * wl-refile.el (toplevel): Ditto.
7333
7334 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7337         with third argument t.
7338         (wl-draft): Set first argument for wl-plugged-init as t.
7339
7340         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7341         definition.
7342
7343 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * wl-vars.el: Tabify.
7346         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7347
7348         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7349         message.
7350
7351 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7352
7353         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7354         and set default to beep.
7355
7356 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7357
7358         * wl-vars.el (wl-draft-truncate-lines): New variable.
7359
7360         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7361         instead of wl-message-truncate-lines for truncate-lines.
7362
7363 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-message.el (wl-message-display-internal): Call
7366         `wl-highlight-message' after `elmo-mime-display-as-is'.
7367
7368         * wl-mime.el (wl-mime-display-text/plain): New function.
7369         (wl-mime-display-header): Ditto.
7370         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7371         body-presentation-method for text/plain;
7372         Register `wl-mime-display-header' as a header-presentation-method;
7373         Don't set up `elmo-message-text-content-inserted-hook' and
7374         `elmo-message-header-inserted-hook'.
7375
7376         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7377         variable.
7378         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7379         as t if flag is 'all-header;
7380         Don't bind `elmo-message-ignored-field-list',
7381         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7382
7383 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7386         for xemacs with non-mule environment.
7387
7388 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7391         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7392         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7393
7394 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-vars.el (wl-interactive-send): Set default value as t.
7397
7398 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7401         (wl-addrmgr-method-list): Abolished.
7402         (wl-addrmgr-change-method): Follow above change.
7403
7404         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7405
7406 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7407
7408         * wl-vars.el (wl-message-truncate-lines): Change default value
7409         to default-truncate-lines.
7410
7411         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7412
7413 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7414
7415         * wl-vars.el (wl-message-truncate-lines): New variable.
7416
7417         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7418         wl-message-truncate-lines.
7419
7420 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7421
7422         * wl-acap.el (wl-acap-init): Remove period from error message.
7423         (wl-acap-find-acap-service): Remove period from message.
7424
7425 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl.el (wl-check-environment): Undo last change.
7428
7429         * wl-vars.el (wl-from): Changed default value.
7430
7431         * wl-util.el (toplevel): Don't require tm-edit.
7432
7433         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7434         `wl-folder-init';
7435         Don't set mark on mail body.
7436         (wl-draft-reedit): Ditto.
7437
7438         * wl-address.el (wl-address-quote-specials): Define as an alias for
7439         elmo-address-quote-specials.
7440
7441 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7444
7445         * wl-vars.el (wl-from): Set default value as nil.
7446         (wl-organization): Set default value as ORGANIZATION environment
7447         variable.
7448
7449         * wl-draft.el (wl-smtp-extension-bind): Check value of
7450         wl-smtp-connection-type.
7451
7452         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7453         error.
7454
7455 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7456
7457         * Version number is increased to 2.7.4.
7458
7459         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7460         arguments from `wl-highlight-x-face-function' caller.
7461         Use x-face-1.3.6.12 or later.
7462
7463 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7464
7465         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7466
7467 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7468
7469         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7470         (wl-fcc): Fix to accept function.
7471         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7472
7473 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7474
7475         * wl-acap.el (toplevel): Added `product-provide' declare.
7476         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7477
7478 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl.el (wl): Changed order of calling `elmo-init'
7481         and `elmo-folder-init'.
7482
7483 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7484
7485         * wl-mime.el (wl-summary-burst): Extract message when content-type
7486         of root entity is not only `multipart' but also `message/rfc822'.
7487         (wl-summary-burst-subr): Ditto.
7488
7489 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * wl-vars.el (toplevel): Require 'custom.
7492         (wl-trash-folder): Added to `wl-setting' group.
7493
7494         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7495         exists.
7496         (wl-addrmgr-draw): Insert empty line when no entry exists.
7497
7498         * wl-mule.el (wl-message-wheel-up): Fixed.
7499         (wl-message-wheel-down): Ditto.
7500
7501 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7502
7503         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7504         config is an anonymous lambda expression.
7505
7506 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7509         when Mule 2 is running.
7510
7511 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7514
7515 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7518         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7519
7520         * wl-address.el (wl-address-specials-regexp): Eliminated.
7521         (wl-address-quote-specials): Rewrite.
7522
7523 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7526         shy-groups for regexp.
7527
7528         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7529         character classes and Perl style shy-groups for regexp.
7530         (wl-highlight-plugged-current-line): Use Posix style character
7531         classes for regexp.
7532         (wl-e21-highlight-folder-by-numbers): Ditto.
7533         (wl-e21-display-image-p): Use `display-images-p' instead of
7534         `display-graphic-p'.
7535         (display-images-p): Make an alias to `display-graphic-p' if it is
7536         not available.  It is for Emacs version prior to 21.0.105.
7537
7538         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7539         `display-graphic-p'.
7540         (wl-demo-image-type-alist): Ditto.
7541         (display-images-p): Make an alias to `display-graphic-p' if it is
7542         not available.  It is for Emacs version prior to 21.0.105.
7543
7544 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7545
7546         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7547         support.
7548         (wl-generate-user-agent-string): Ditto.
7549
7550         * wl-version.el (wl-version): Update docsting.
7551         (wl-version-status): Ditto.
7552
7553 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7554
7555         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7556         21.0.105.  For Emacs 21.0.104 or earlier.
7557
7558 2001-09-03  Takuo KITAME <kitame@northeye.org>
7559
7560         * wl-e21.el (wl-plugged-init-icons): Use
7561         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7562         (wl-biff-init-icons): Ditto.
7563
7564 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * wl-highlight.el (wl-highlight-summary-current-line):
7567         Fixed highlighting refile/copy destination.
7568
7569         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7570         (wl-acap-store): Encode string by wl-acap-coding-system.
7571
7572 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-acap.el (toplevel): Check and require 'un-define before
7575         'xemacs-ucs;
7576          Added checking for UTF-2000.
7577
7578 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7581         Don't enclose with `eval-and-compile'.
7582
7583         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7584         wl-init is non-nil.
7585
7586         * wl-draft.el (wl-draft): Ditto.
7587
7588         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7589
7590         * wl-acap.el (toplevel): Require 'wl.
7591         (wl-acap-store): Call `elmo-init'.
7592
7593         * wl.el (wl): Changed position of `wl-check-environment'.
7594         (toplevel): Added autoload setting for wl-acap.
7595
7596         * wl-vars.el (wl-setting): New custom group.
7597         (wl-from): Added wl-setting group.
7598         (wl-user-mail-address-list): Ditto.
7599         (wl-organization): Ditto.
7600         (wl-subscribed-mailing-list): Ditto.
7601         (wl-envelope-from): Ditto.
7602         (wl-smtp-posting-user): Ditto.
7603         (wl-smtp-posting-server): Ditto.
7604         (wl-smtp-posting-port): Ditto.
7605         (wl-smtp-authenticate-type): Ditto.
7606         (wl-pop-before-smtp-user): Ditto.
7607         (wl-pop-before-smtp-server): Ditto.
7608         (wl-pop-before-smtp-port): Ditto.
7609         (wl-pop-before-smtp-authenticate-type): Ditto.
7610         (wl-nntp-posting-server): Ditto.
7611         (wl-nntp-posting-user): Ditto.
7612         (wl-nntp-posting-port): Ditto.
7613         (wl-fetch-confirm-threshold): Ditto.
7614         (wl-prefetch-threshold): Ditto.
7615         (wl-thread-insert-opened): Ditto.
7616         (wl-ldap-server): Ditto.
7617         (wl-ldap-port): Ditto.
7618         (wl-ldap-base): Ditto.
7619         (wl-ldap-objectclass): Ditto.
7620         (wl-use-ldap): Ditto.
7621         (wl-draft-config-alist): Ditto.
7622         (wl-draft-config-matchone): Ditto.
7623         (wl-template-alist): Ditto.
7624         (wl-message-sort-field-list): Ditto.
7625         (wl-message-ignored-field-list): Ditto.
7626         (wl-message-visible-field-list): Ditto.
7627         (wl-interactive-send): Ditto.
7628         (wl-summary-move-order): Ditto.
7629         (wl-auto-select-first): Ditto.
7630         (wl-auto-select-next): Ditto.
7631         (wl-interactive-save-folders): Ditto.
7632
7633         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7634         Initialization codes are moved from wl-local-folder-init.
7635         (wl-local-folder-init): Follow the change above.
7636         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7637
7638         * wl-acap.el: New file.
7639
7640         * Version number is increased to 2.7.3.
7641
7642 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7643
7644         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7645
7646 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7647
7648         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7649         (wl-addrmgr-address-entry-list): Ditto.
7650
7651 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-e21.el (wl-draft-mode-map): Removed binding for
7654         `wl-draft-insert-x-face-field'.
7655
7656         * wl-mule.el (wl-draft-mode-map): Ditto.
7657
7658         * wl-xmas.el (wl-draft-mode-map): Ditto.
7659
7660         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7661         (wl-cs-autoconv): Ditto.
7662         (wl-cs-local): Ditto.
7663         (wl-use-scoring): Ditto.
7664         (wl-mime-charset): Ditto.
7665         (wl-folder-check-async): Ditto.
7666
7667         * wl.el (toplevel): Ignore nemacs and tm.
7668         (wl-exit): Ditto.
7669
7670         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7671         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7672         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7673         instead of wl-address-petname-add-or-change.
7674         (wl-summary-edit-addresses-subr): Use wl-address-delete
7675         instead of wl-address-petname-delete.
7676
7677         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7678
7679         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7680         if error occured.
7681
7682         * wl-message.el (require): Remove tm support.
7683
7684         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7685
7686         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7687         (wl-folder-jump-to-current-entity): Ditto.
7688         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7689
7690         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7691         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7692         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7693
7694         * wl-mule.el (wl-draft-key-setup): Ditto.
7695
7696         * wl-xmas.el (wl-draft-key-setup): Ditto.
7697
7698         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7699         (wl-draft-std11-parse-addresses): New function.
7700         (wl-draft-parse-mailbox-list): Use it.
7701         (wl-draft): Ignore nemacs.
7702         (wl-draft-reedit): Ditto.
7703
7704         * wl-addrmgr.el: New file.
7705         (Original is wl-rcpt.el written by
7706         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7707         Thanks Kitamoto-san.)
7708
7709         * wl-address.el (wl-address-make-address-list): Modified parsing
7710         process.
7711         (wl-address-delete): Renamed from `wl-address-petname-delete';
7712         Modify wl-address-list too.
7713         (wl-address-add-or-change): Renamed from
7714         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7715
7716 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7717
7718         * wl-highlight.el (wl-highlight-summary-current-line):
7719           Work with transient-mark-mode
7720
7721 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * Version number is increased to 2.7.2.
7724
7725         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7726         instead of elmo-dop-queue-method.
7727
7728 2001-08-06  SAITO Atsunori <sai@yedo.com>
7729
7730         * wl-vars.el (wl-ldap-objectclass): New user option.
7731
7732         * wl-address.el (wl-ldap-make-filter): Use it.
7733
7734 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7737
7738 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-folder.el (wl-folder): redisplay after folder insertion.
7741
7742         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7743
7744         * wl-summary.el (wl-summary-sync-update):
7745         Change status mark only when new-msgdb exists.
7746         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7747
7748 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-summary.el (wl-summary-open-folder): New function.
7751         (wl-summary-goto-folder-subr): Use it.
7752         (wl-summary-mark-as-important): Fix;
7753         Encache only when no cache exists.
7754
7755 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7758         Use with-current-buffer.
7759
7760 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7761
7762         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7763         before call `get-buffer'. Fixed parenthesis.
7764         (wl-score-get-header-entry): Clear message and help window when
7765         keyboard quit.
7766         (wl-score-edit-insert-header): Ditto.
7767
7768 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7771         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7772         (wl-default-draft-cite): Fix.
7773
7774         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7775         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7776
7777 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-message.el (wl-message-prev-page): Do same bahavior
7780         as summary when it is called in the message buffer.
7781         (wl-message-next-page): Ditto.
7782
7783 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-summary.el (wl-summary-forward): Use cache if it is not
7786         section cache.
7787
7788 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7791         Removed redundant require of elmo-vars.
7792         (wl-biff-state-indicator-on): Changed default value for
7793         xemacs with non-mule environment.
7794
7795         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7796         wl-message-buffer is nil;
7797         Hide progress bar after moving messages.
7798
7799 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7802         message at cursor point is deleted.
7803
7804 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-vars.el: Changed file coding system to euc-japan.
7807         Added -*-coding:-*- magic to the first line.
7808
7809         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7810         Search parent from the first message.
7811
7812         * Version number is increased to 2.7.1.
7813
7814 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7815
7816         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7817
7818 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7821         refile/delete execution.
7822
7823         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7824         Fixed docstring.
7825
7826 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7829         do update process;
7830         Don't update marks when update process is interrupted.
7831
7832 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-summary.el (wl-summary-reply): Fixed problem when
7835         wl-draft-use-frame is non-nil.
7836         (wl-summary-forward): Ditto.
7837
7838         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7839         as nil.
7840         (wl-folder-mark-as-read-all-entity): Ditto.
7841         (wl-folder-prefetch-entity): Ditto.
7842
7843         * wl.el (wl): Check environment before wl-init.
7844
7845         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7846         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7847         instead of wl-summary-collect-unread.
7848         (wl-summary-reply): Split message window.
7849
7850 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7853         only if current language environment is japanese,
7854
7855         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7856         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7857         (wl-folder-goto-folder-subr): Ditto.
7858
7859         * wl-draft.el (wl-draft-dispatch-message): Call
7860         `elmo-file-cache-get-path'.
7861
7862 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-summary.el (wl-summary-cursor-move): If return value of
7865         wl-summary-next-message is not number, don't jump.
7866
7867 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-summary.el (wl-summary-buffer-next-message-function): New
7870         variable.
7871         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7872         if it is bound.
7873
7874         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7875         string.
7876
7877         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7878         (wl-plugged-drawing): Ditto.
7879
7880 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7883         process.
7884         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7885         with unwind-protect.
7886
7887         * wl.el (wl-init): Require mime-setup.
7888         (wl-check-environment): Don't require mime-setup.
7889
7890         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7891         instead of elmo-folder-type.
7892
7893         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7894         value as nil.
7895
7896 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * Version number is increased to 2.7.0.
7899
7900         * wl-version.el (wl-version): Changed codename.
7901
7902         * wl-summary.el (wl-summary-delete-cache): Fixed.
7903
7904         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7905         Workaround for net folders.
7906         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7907
7908         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7909         value to nil (According to the patch from
7910         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7911
7912         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7913         of elmo-folder-close.
7914
7915 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7916
7917         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7918         for postfix.
7919
7920 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * wl-summary.el (wl-summary-resend-message): Fixed.
7923
7924         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7925         Call wl-draft with `from' argument if its address is included in
7926         `wl-user-mail-address-list'.
7927         (wl-draft): Added `from' argument.
7928
7929         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7930         non-nil.
7931         (wl): Don't show demo if wl-demo is nil.
7932
7933         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7934         wl-summary-use-frame.
7935
7936         * wl-vars.el (wl-summary-use-frame): New user option.
7937         (wl-folder-use-frame): Changed docstring.
7938
7939         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7940         non-nil.
7941         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7942         wl-summary-use-frame.
7943
7944         * wl-vars.el (wl-folder-use-frame): New user option.
7945
7946         * wl-summary.el (wl-summary-exit): Back to folder frame if
7947         wl-folder-use-frame is non-nil.
7948         (wl-summary-redisplay-internal): Ignore cache if current folder
7949         is draft folder,
7950         (wl-summary-redisplay-no-mime): Ditto.
7951         (wl-summary-redisplay-all-header): Ditto.
7952
7953         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7954         if wl-folder-use-frame is non-nil.
7955
7956 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * wl-summary.el (wl-summary-sync-update): Bind
7959         elmo-folder-update-threshold.
7960         (wl-summary-mark-as-important): Enclosed server mark processing
7961         with `save-match-data'.
7962
7963         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7964         only when it is already defined.
7965
7966 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7967
7968         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7969         name of folder exclude localdir is wrong.
7970         * wl-folder.el (wl-folder-sync-entity):
7971         Set `wl-summary-always-sticky-folder-list' as nil.
7972         (wl-folder-mark-as-read-all-entity): Ditto.
7973         (wl-folder-prefetch-entity): Ditto.
7974
7975 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7976
7977         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7978         instead of `wl-summary-write-current-newsgroup'.
7979
7980 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7981
7982         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7983         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7984         non-nil and selected message is important, do not display.
7985
7986 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7989
7990 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7993
7994         * wl-summary.el (wl-summary-mark-as-important): Set message number
7995         using wl-summary-message-number.
7996
7997 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7998
7999         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8000         destination folder is 'null.
8001
8002 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8005         New function.
8006         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8007         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8008         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8009
8010 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-mime.el (wl-mime-setup): Added setting for
8013         `mime-setup-signature-key-alist' to avoid overriding key bind for
8014         `wl-draft-send'.
8015
8016         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8017         for `wl-draft-send'.
8018         * wl-mule.el (wl-draft-overload-functions): Ditto.
8019         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8020         * wl-draft.el (wl-draft-send): Ditto.
8021
8022         * wl-message.el (wl-message-display-internal):
8023         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8024         (Patch is provided by <kita@coe.nttdata.co.jp>).
8025
8026 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8027
8028         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8029
8030 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl.el (wl): Fix for wl-demo.
8033
8034 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8037
8038 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-folder.el (wl-folder-prefetch-entity): Use
8041         `wl-folder-get-elmo-folder'.
8042         (wl-folder-count-incorporates): Do not use
8043         `wl-folder-get-elmo-folder'.
8044
8045 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8048         instead of `elmo-folder-get-type'.
8049
8050 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8051
8052         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8053         position on Subject: field.
8054         (Advised by Mito <mit@nines.nec.co.jp>)
8055
8056 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8057
8058         * wl-folder.el (wl-folder-prefetch-entity): Use
8059         `wl-folder-get-elmo-folder'.
8060
8061 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8064
8065         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8066         `process-duplicates' slot.
8067
8068         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8069         if detection failed.
8070
8071 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8072
8073         * wl-version.el (wl-version-status): Set to "alpha".
8074
8075 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8078         Check wl-message-buffer lives before set-buffer.
8079
8080 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8081
8082         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8083         called in folder mode.
8084         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8085         * wl-summary.el (wl-summary-exit-pre-hook): Run
8086         `wl-summary-exit-pre-hook' before exit summary mode.
8087
8088 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8089
8090         * wl-version.el (wl-version-status): New variable.
8091         (wl-version-status-alist): Removed.
8092         (wl-version-status): Rule included.
8093
8094 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8097         @sponichi.
8098
8099         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8100         when `mail-reply-buffer' is buffer-local variable.
8101         (Reported by <kita@coe.nttdata.co.jp>).
8102
8103 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8104
8105         * wl-vars.el (toplevel): Require 'elmo-util.
8106
8107 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8110         (All other related portions are changed)
8111
8112         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8113
8114         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8115
8116 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8117
8118         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8119
8120 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8123         Delete other windows to avoid an error.
8124         Use `point-marker' instead of `point' to remember the start point
8125         of body.
8126
8127         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8128
8129         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8130         number not to exceed all message number.
8131
8132 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8133
8134         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8135         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8136
8137 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-sync-force-update): Added argument
8140         no-check.
8141         (wl-summary-sync-update): Ditto.
8142         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8143         with `no-check'.
8144
8145         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8146         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8147         already running.
8148
8149 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8150
8151         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8152         `dst-folder-arg'.
8153         (wl-expire-archive-number1): Diito.
8154         (wl-expire-archive-number2): Diito.
8155         (wl-expire-archive-Date): Diito.
8156         (wl-archive-number1): Diito.
8157         (wl-archive-number2): Diito.
8158         (wl-archive-date): Diito.
8159         (wl-archive-folder-p): New function.
8160         (wl-summary-expire): Support of expand folder name at
8161         wl-expire-alist.
8162         * wl-util.el (wl-expand-newtext): Renamed from
8163         `wl-refile-expand-newtext'.
8164
8165 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8166
8167         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8168         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8169         `(elmo-msgdb-get-overview msgdb)'.
8170         (wl-summary-prefetch): Bind match data before call
8171         `wl-summay-prefetch-msg'.
8172         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8173         'off if `wl-summary-buffer-disp-msg' is non-nil.
8174         Fixed problem that couldn't show only one new or unread message when
8175         enter folder.
8176         (wl-summary-reply): Don't call `split-window-vertically' and other
8177         window.
8178
8179 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-expire.el (wl-expire-refile): Fixed.
8182
8183 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8186
8187         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8188         biff notification is removed.
8189
8190         * wl.el (wl): Changed position of `elmo-init'.
8191
8192         * wl-draft.el (wl-default-draft-cite): Use date field
8193         on the citation buffer.
8194
8195         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8196
8197         * wl-xmas.el (wl-folder-internal-icon-list): Added
8198         `wl-folder-shimbun-image'.
8199
8200         * wl-e21.el (wl-folder-internal-icon-list): Added
8201         `wl-folder-shimbun-image'.
8202
8203 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl.el (wl-init): Eliminated argument.
8206         (wl): Rewrite.
8207
8208         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8209         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8210         instead of `elmo-folder-msgdb-internal'.
8211         (wl-summary-sync-update): Ditto.
8212         (wl-summary-flush-pending-append-operations): Eliminated.
8213         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8214         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8215         `elmo-folder-open'.
8216
8217         * wl-mime.el (wl-summary-burst): Fixed.
8218
8219         * wl-folder.el (wl-folder-info-save): Check data type.
8220
8221         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8222         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8223         instead of `elmo-folder-msgdb-internal'.
8224         (wl-expire-hide): Ditto.
8225
8226
8227         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8228
8229 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8230
8231         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8232
8233 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8234
8235         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8236
8237 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8238
8239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8240         Fixed `match-beginning' argument mismatch.
8241
8242 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8243
8244         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8245         the default value.
8246
8247 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8250         instead of `elmo-nntp-default-port'.
8251
8252         * wl-vars.el: Fixed some doc strings.
8253
8254 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-summary.el (wl-summary-prefetch-msg): Use
8257         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8258
8259         * wl-vars.el: Define *-func as obsolete variable using
8260         `elmo-define-obsolete-variable'.
8261
8262         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8263         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8264         instead of `wl-message-buffer-prefetch-threshold'.
8265
8266         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8267
8268         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8269
8270         * wl-draft.el (wl-caesar-region-func): Ditto.
8271
8272         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8273         Keep unread status in elmo-folder-move-messages.
8274         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8275
8276 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8277
8278         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8279         `wl-summary-buffer-exit-func'
8280         (wl-summary-buffer-message-redisplay-function): Renamed from
8281         `wl-summary-buffer-message-redisplay-func'
8282         (wl-summary-buffer-next-folder-function): Renamed from
8283         `wl-summary-buffer-next-folder-func'.
8284         (wl-summary-buffer-prev-folder-function): Renamed from
8285         `wl-summary-buffer-prev-folder-func'.
8286         (wl-summary-get-petname-function): Renamed from
8287         `wl-summary-get-petname-func'.
8288
8289         * wl-score.el (wl-score-edit-exit-function): Renamed from
8290         `wl-score-edit-exit-func'.
8291
8292         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8293         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8294
8295         * wl-util.el (wl-load-profile-function): Renamed from
8296         `wl-load-profile-func'.
8297
8298         * wl-folder.el (wl-folder-completion-function): Renamed from
8299         `wl-folder-completion-func'.
8300         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8301
8302         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8303         `wl-expire-archive-get-folder-func'.
8304         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8305         (wl-draft-send-mail-function): Renamed from
8306         `wl-draft-send-mail-func'.
8307         (wl-draft-send-news-function): Renamed from
8308         `wl-draft-send-news-func'.
8309         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8310         (wl-generate-mailer-string-function): Renamed from
8311         `wl-generate-mailer-string-func'.
8312         (wl-highlight-signature-search-function): Renamed from
8313         `wl-highlight-signature-search-func'.
8314         (wl-highlight-x-face-function): Renamed from
8315         `wl-highlight-x-face-func'
8316         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8317         (wl-ps-print-buffer-function): Renamed from
8318         `wl-ps-print-buffer-func'
8319         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8320         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8321         (wl-summary-subject-filter-function): Renamed from
8322         `wl-summary-subject-filter-func'.
8323
8324         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8325         `wl-draft-queue-flush-send-func'
8326         (wl-draft-cite-function): Renamed from
8327         `wl-draft-cite-func'
8328
8329         * wl-address.el (wl-address-init-function): Renamed from
8330         `wl-address-init-func'.
8331
8332 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-draft.el (wl-draft-queue-flush): Don't call
8335         `elmo-dop-unlock-message'.
8336         * wl-draft.el (wl-draft-queue-append): Don't call
8337         `elmo-dop-lock-message'.
8338
8339         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8340         (wl-summary-buffer-folder-name): Ditto.
8341         (wl-summary-message-regexp): Added '-' (all other related portions
8342         are changed).
8343         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8344         wl-summary-buffer-folder-name.
8345
8346 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8347
8348         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8349         the number of mails in the folder buffer is not updated by wl-biff.
8350
8351 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8352
8353         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8354         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8355
8356 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-summary.el (wl-summary-next-message):
8359         Return next message number when wl-summary-move-order is nil.
8360
8361 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8362
8363         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8364         `wl-summary-move-spec-alist'.
8365         (wl-summary-move-spec-unplugged-alist): New variable
8366         (Move spec for unplugged status).
8367         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8368         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8369
8370 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8371
8372         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8373         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8374
8375 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8376
8377         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8378         simple quotation to quote the anonymous function.
8379         * tm-wl.el (wl-draft-preview-message): Ditto.
8380
8381 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8382
8383         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8384         Eliminate redundant `save-excursion'.
8385         (wl-highlight-summary-current-line): Ditto.
8386
8387         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8388         accessing match data when `looking-at' failed.
8389
8390         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8391         `elmo-match-string' where users don't care about the speed.
8392         (wl-draft-save): Ditto.
8393
8394 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-util.el (wl-regexp-opt): New function.
8397
8398         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8399         number from `wl-summary-buffer-number-list'.
8400         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8401         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8402         (wl-summary-move-spec-alist): Changed default setting.
8403
8404 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8405
8406         * wl-vars.el (wl-biff-notify-hook): New hook.
8407         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8408         the arrival of new mail.
8409         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8410         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8411
8412 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8413
8414         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8415
8416 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8419
8420         * Version number is increased to 2.5.8.
8421
8422         * wl-thread.el (toplevel): require 'cl.
8423         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8424         (wl-thread-make-number-list): New function.
8425         (wl-thread-entity-make-number-list-from-children): Ditto.
8426         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8427         (wl-thread-entity-insert-as-children): Likewise.
8428         (wl-thread-delete-message): Likewise.
8429         (wl-meaning-of-mark): Eliminated.
8430         (wl-thread-next-failure-mark-p): Ditto.
8431         (wl-thread-entity-get-mark): Ditto.
8432         (wl-thread-meaning-alist-get-result): Ditto.
8433         (wl-thread-entity-check-prev-mark): Ditto.
8434         (wl-thread-entity-check-next-mark): Ditto.
8435         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8436         (wl-thread-entity-get-prev-marked-entity): Ditto.
8437         (wl-thread-get-prev-unread): Ditto.
8438         (wl-thread-jump-to-prev-unread): Ditto.
8439         (wl-thread-get-next-unread): Ditto.
8440         (wl-thread-jump-to-next-unread): Ditto.
8441         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8442         (wl-thread-entity-get-next-marked-entity): Ditto.
8443
8444         * wl-summary.el (wl-summary-buffer-number-list):
8445         New bufer-local variable.
8446         (wl-summary-switch-to-clone-buffer): Clone
8447         `wl-summary-buffer-number-list'.
8448         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8449         (wl-summary-cursor-move-regex): Eliminated.
8450         (wl-summary-cursor-up): Rewrite.
8451         (wl-summary-cursor-down): Ditto.
8452         (wl-summary-mode-spec-alist): New variable.
8453         (wl-summary-next-message): New inline function.
8454         (wl-summary-cursor-move): New function.
8455         (wl-summary-default-get-next-msg): Rewrite.
8456         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8457         (wl-summary-rescan): Ditto.
8458         (wl-summary-sync-all-init): Ditto.
8459         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8460         summary is not thread view.
8461         (wl-summary-sync-update): Ditto.
8462         (wl-summary-rescan): Ditto.
8463         (wl-summary-make-number-list): New function.
8464
8465         * wl-draft.el: "FCC" -> "Fcc".
8466
8467 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-highlight.el (wl-highlight-summary-window):
8470         Call `set-buffer-modified-p'.
8471
8472         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8473         (wl): Call `elmo-init' and fix.
8474
8475         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8476         Use new variables.
8477
8478         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8479
8480 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8483
8484 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8487
8488 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8489
8490         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8491         `wl-use-toolbar' nor `display-graphic-p'.
8492         (wl-e21-setup-message-toolbar): Ditto.
8493         (wl-e21-setup-summary-toolbar): Ditto.
8494         (wl-e21-setup-folder-toolbar): Ditto.
8495
8496         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8497         (wl-plugged-init-icons): Ditto.
8498
8499         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8500         `display-graphic-p'.
8501         (wl-plugged-set-folder-icon): Ditto.
8502         (wl-highlight-plugged-current-line): Ditto.
8503         (wl-highlight-folder-current-line): Ditto.
8504         (wl-e21-highlight-folder-group-line): Ditto.
8505         (wl-e21-setup-toolbar): Ditto.
8506         (wl-e21-display-image-p): New macro.
8507
8508         * wl-demo.el (wl-demo): Simplified.
8509         (wl-demo-image-type-alist): Use `image-type-available-p' for
8510         checking whether the image type `xbm' is available.
8511
8512 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8515         (wl-summary-input-range): Ditto.
8516
8517 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-summary.el (wl-summary-edit-addresses): Use
8520         `wl-summary-get-original-buffer'
8521         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8522         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8523         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8524         (wl-summary-get-newsgroups): Eliminated.
8525         (wl-summary-set-crosspost): Ditto.
8526         (wl-summary-is-crosspost-folder): Ditto.
8527         (wl-crosspost-alist-load): Ditto.
8528         (wl-crosspost-alist-save): Ditto.
8529
8530         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8531         `elmo-setup-subscribed-newsgroups' instead of
8532         `elmo-nntp-make-groups-hashtb'.
8533         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8534         instead of `wl-crosspost-alist-save'.
8535
8536         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8537         of `elmo-folder-message-appendable-p'.
8538         (wl-mime-header-presentation-method): Eliminated.
8539
8540         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8541         (Error occurs in emacs21).
8542
8543         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8544         the current buffer).
8545
8546         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8547         instead of `wl-crosspost-alist-save'.
8548         (wl-init): `elmo-crosspost-message-alist-load'
8549         instead of `wl-crosspost-alist-load'
8550
8551         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8552         (wl-parse-newsgroups): Likewise.
8553         (wl-biff-notify): Run `wl-biff-notify-hook'.
8554
8555 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8558
8559         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8560         when `wl-summary-lazy-highlight' is non-nil.
8561         (wl-summary-goto-folder-subr): Highlight only when
8562         `wl-summary-lazy-highlight' is non-nil.
8563
8564         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8565         Don't display progress and highlight temp-mark when
8566         `wl-summary-lazy-highlight' is non-nil.
8567         (wl-highlight-summary-window): New function.
8568         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8569
8570 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8571
8572         * wl-summary.el (wl-summary-sync): Change `all-visible'
8573         from `all-shown'
8574         (wl-summary-input-range): Ditto.
8575
8576 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-e21.el (wl-highlight-folder-current-line): Call
8579         `wl-folder-init-icons' when folder icons have not been initialized.
8580
8581         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8582
8583         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8584         (wl-demo-image-type-alist): New macro.
8585
8586 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8587
8588         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8589         display does not support graphics.
8590         (wl-plugged-init-icons): Ditto.
8591         (wl-folder-init-icons): Ditto.
8592
8593         * wl-demo.el (wl-demo): Chech closely whether the display
8594         supports graphics.
8595
8596 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * wl-summary.el (wl-summary-get-original-buffer): New function.
8599         (wl-summary-set-crosspost): Use it.
8600         (wl-summary-target-mark-uudecode): Ditto.
8601         (wl-summary-reedit): Ditto.
8602         (wl-summary-resend-bounced-mail): Ditto.
8603         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8604         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8605
8606         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8607         (wl-message-display-internal): Ditto.
8608
8609 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8612
8613 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-summary.el (wl-summary-save-view): Renamed from
8616         `wl-summary-save-status'.
8617
8618 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8619
8620         * wl-summary.el (wl-summary-sync): Added `all-shown'
8621
8622 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8623
8624         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8625
8626 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8627
8628         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8629
8630 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8631
8632         * wl-highlight.el (wl-highlight-summary-line-string): Use
8633         `zerop' instead of `= 0'.
8634         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8635
8636         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8637         for comparing numbers.
8638         (wl-template-prev): Use `zerop' instead of `eq 0'.
8639
8640         * wl-draft.el (wl-draft-insert-current-message): Use
8641         `with-current-buffer' instead of `save-excursion'.
8642         Use `zerop' instead of `eq 0'.
8643
8644 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8645
8646         * wl-draft.el (wl-draft-insert-ccs): New function.
8647         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8648         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8649
8650 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8653
8654 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-expire.el (wl-expire-refile): Don't call
8657         elmo-msgdb-add-msgs-to-seen-list;
8658         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8659         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8660
8661 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-message.el (wl-message-prev-page): Ignore errors while
8664         scroll-down.
8665
8666 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-mime.el: Use elmo-original-message-mode instead of
8669         mmelmo-original-mode.
8670
8671         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8672         `elmo-folder-get-spec';
8673         (wl-fldmgr-add-completion-all-completions):
8674         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8675
8676         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8677         of `elmo-folder-get-type'.
8678
8679         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8680         `elmo-folder-get-spec';
8681         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8682         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8683         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8684         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8685         `elmo-read-msg-no-cache';
8686         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8687         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8688         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8689         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8690         `elmo-cache-save';
8691         (wl-draft-reedit): Use `elmo-message-file-name'.
8692
8693         * wl-expire.el: Use `elmo-folder-name-internal';
8694         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8695         Use macro `wl-summary-buffer-msgdb' instead of variable
8696         `wl-summary-buffer-msgdb';
8697         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8698         Use macro `wl-summary-buffer-folder-name' instead of variable
8699         `wl-summary-buffer-folder-name'.
8700         * wl-score.el: Likewise.
8701
8702         * wl-message.el: Rewrite for new message buffer cache mechanism.
8703         (wl-message-buffer-cache-buffer-get): New macro.
8704         (wl-message-buffer-cache-folder-get): Ditto.
8705         (wl-message-buffer-cache-message-get): Ditto.
8706         (wl-message-buffer-cache-entry-make): Ditto.
8707         (wl-message-buffer-cache-hit): Ditto.
8708         (wl-message-buffer-cache-sort): New function.
8709         (wl-message-buffer-cache-add): Ditto.
8710         (wl-message-buffer-cache-delete): Ditto.
8711         (wl-message-buffer-cache-clean-up): Ditto.
8712         (wl-message-buffer-window): Rewrite.
8713         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8714         (wl-message-buffer-display): New function.
8715         (wl-message-display-internal): New function.
8716
8717 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-folder.el: Use `elmo-folder-name-internal';
8720         Use `wl-folder-get-elmo-folder';
8721         Use `elmo-folder-list-messages' instead of
8722         `elmo-list-folder';
8723         Use `elmo-folder-get-primitive-list' instead of
8724         `elmo-folder-get-primitive-spec-list';
8725         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8726         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8727         Use `elmo-folder-create' instead of `elmo-create-folder'.
8728         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8729         (wl-folder-get-elmo-folder): New macro.
8730         (wl-folder-elmo-folder-cache-get): Ditto.
8731         (wl-folder-elmo-folder-cache-put): Ditto.
8732         (wl-folder-suspend): Call `elmo-quit'.
8733
8734         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8735         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8736         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8737         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8738         (toplevel): require 'cl.
8739         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8740
8741         * wl-summary.el: Rewrite to use new elmo interface.
8742
8743 \f
8744 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-mime.el (wl-draft-preview-message):
8747         Run `wl-draft-send-hook' before collecting recipients information;
8748         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8749
8750         * tm-wl.el (wl-draft-preview-message): Ditto.
8751
8752 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8755         wrong recipients are displayed when forwarded message.
8756
8757 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * Version number is increased to 2.5.7.
8760
8761 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8762
8763         * wl-message.el (wl-message-next-page): Bind
8764         `window-pixel-scroll-increment' to nil while scrolling up.
8765
8766 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767
8768         * wl-vars.el (wl-save-hook): New hook.
8769         * wl.el (wl-save): Call `wl-save-hook'.
8770
8771 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8772
8773         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8774         Argument WITH-ARG instead of NO-ARG (negative mean).
8775         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8776         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8777         * wl-message.el (wl-message-follow-current-entity): Likewise.
8778
8779 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8782         FROM was optional argument.
8783         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8784
8785 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8786
8787         * Version number is increased to 2.5.6.
8788
8789 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8790
8791         * wl-version.el (wl-version-show): Removed.
8792         (wl-version): Add `interactive'.
8793
8794 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8795
8796         * wl-summary.el (wl-summary-get-petname-func): New variable.
8797         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8798         instead of `wl-address-get-petname-1'.
8799         (wl-summary-simple-from): Ditto.
8800
8801         * wl-address.el (wl-address-get-petname-1): Define as function.
8802
8803 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8804
8805         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8806         field in the original message.
8807         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8808
8809 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8810
8811         * wl-expire.el (wl-expire-hide):
8812         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8813
8814 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8817         find decoder for To, Cc, and Subject.
8818
8819 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8822         for checking `elmo-use-buffer-cache'.
8823         (wl-summary-mark-as-important): Fixed typo in comment.
8824
8825 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8828         field in the original message.
8829         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8830
8831 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8832
8833         * wl-expire.el (wl-expire-hide):
8834         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8835
8836 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8839         find decoder for To, Cc, and Subject.
8840
8841 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * Version number is increased to 2.5.5.
8844
8845         * wl-address.el (wl-address-specials-regexp): New constant.
8846         (wl-address-quote-specials): Use it.
8847
8848 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-summary.el (wl-summary-rescan):
8851         Call `wl-summary-buffer-number-column-detect'.
8852         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8853
8854         * wl-message.el (wl-message-mode-map): Define.
8855         (wl-message-decode): Use it as local-map.
8856
8857 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8860         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8861
8862 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8865
8866         * wl-mule.el (wl-read-event-char): Ditto.
8867
8868         * wl-e21.el (wl-read-event-char): Ditto.
8869
8870         * wl-nemacs.el (wl-read-event-char): Ditto.
8871         (read-event): Removed.
8872
8873         * wl-util.el (toplevel): Removed dummy definition of
8874         `read-event'.
8875         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8876
8877 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8878
8879         * wl-nemacs.el (elmo-archive-call-process): Moved to
8880         elmo-archive.el.
8881
8882 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8883
8884         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8885         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8886
8887         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8888         instead of magic-number 6.  Use `not' instead of `null' for symbol
8889         `nil' check (not empty list).
8890         (wl-draft-insert-x-face-field): Fixed paren style.
8891
8892         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8893         one-branch conditional statement, instead of `and' and `if'.
8894         (wl-draft-forward): Likewise.
8895         (wl-draft-add-references): Likewise.
8896         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8897
8898         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8899         conditional steatment.  Use `cond' instead of `if'.
8900         (wl-draft-confirm): Likewise.
8901
8902 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8903
8904         * wl-version.el (wl-version-show): Use `product-string-1'
8905         instead of `wl-version'.
8906         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8907
8908         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8909
8910 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8911
8912         * wl-highlight.el (wl-highlight-headers): Revert
8913         `wl-highlight-x-face-func' argument (`beg' and `end').
8914
8915 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8916
8917         * wl.el (toplevel): Move `product-provide' declare.
8918         * wl-demo.el (toplevel): Ditto.
8919         * wl-dnd.el (toplevel): Ditto.
8920         * wl-highlight.el (toplevel): Ditto.
8921         * wl-message.el (toplevel): Ditto.
8922         * wl-refile.el (toplevel): Ditto.
8923         * wl-util.el (toplevel): Ditto.
8924
8925 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8928         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8929         (wl-thread-close-all): keep cursor position.
8930
8931 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8934         (eq x 0).
8935         (wl-generate-user-agent-string-1): Fix conditional statement.
8936
8937 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8938
8939         * wl.el (wl-check-environment): Additional check for
8940         'wl-local-domain' and `wl-message-id-domain'.
8941
8942 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8943
8944         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8945
8946 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8947
8948         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8949         instead of `smtp-sasl-user-realm'.
8950
8951 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8952
8953         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8954
8955 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8956
8957         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8958         to the default value as well as `eword-lexical-analyzer'.
8959
8960 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8961
8962         * wl-version.el (wl-extended-emacs-version,
8963         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8964         `elmo-match-string' instead of `wl-match-string'.
8965
8966 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8967
8968         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8969         docstring.
8970
8971 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8972
8973         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8974
8975 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8976
8977         * wl-highlight.el (wl-highlight-headers): Remove
8978         `wl-highlight-x-face-func' argument (`beg' and `end').
8979
8980 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-summary.el (wl-summary-mark-as-important):
8983         Remove cache if folder is local.
8984
8985 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8986
8987         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8988         to get existing e-mail address string.
8989
8990 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-version.el (wl-generate-user-agent-string): Commentary.
8993         (wl-generate-user-agent-string-1): Use `when' for
8994         one-branch conditional statement, instead of `and' and `if'.
8995         (wl-extended-emacs-version, wl-extended-emacs-version2,
8996         wl-extended-emacs-version3): Ditto.
8997
8998 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9001         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9002         condition-case; Remove initialization.
9003         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9004         (wl-summary-sync-update3): Added argument `sync-all';
9005         Eliminated local variable `msgdb';
9006         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9007         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9008         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9009
9010 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9011
9012         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9013         connection before call `wl-draft-send-mail-with-smtp'.
9014
9015 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9016
9017         * Version number is increased to 2.5.4.
9018
9019 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9020
9021         * wl.el (wl-check-environment): Additional check for
9022         'wl-local-domain' and `wl-message-id-domain'.
9023
9024 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9027         buffer as command specific.
9028         (wl-folder-mark-as-read-all-entity): Ditto.
9029         (wl-folder-prefetch-entity): Ditto.
9030         (wl-folder-drop-unsync-entity): Ditto.
9031
9032         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9033         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9034         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9035
9036         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9037         save-excursion.
9038
9039 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * Version number is increased to 2.5.3.
9042
9043         * wl-summary.el (wl-summary-save-view-cache):
9044         Delete duplicated `write-region';
9045         Use `write-region-as-binary' instead of `as-binary-output-file' and
9046         `write-region'.
9047
9048 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9049
9050         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9051
9052 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9055         instead of `smtp-via-smtp'.
9056
9057 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9058
9059         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9060
9061 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9062
9063         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9064         instead of `smtp-sasl-user-realm'.
9065
9066 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9067
9068         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9069
9070 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9071
9072         * Version number is increased to 2.5.2.
9073
9074 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9077         does not exist.
9078         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9079         (wl-biff-start): Call `timer-activate' if timer already exists.
9080
9081         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9082         only when it is bound as function.
9083
9084 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * Version number is increased to 2.5.1.
9087
9088 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9091         Print refile/copy destination.
9092
9093 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9096         queue-flush-only is non-nil.
9097
9098         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9099
9100         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9101         checking cache folder.
9102
9103 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9104
9105         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9106         `regexp-quote'.
9107
9108 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9111         function.
9112         * wl-summary.el (wl-summary-write-current-folder-functions):
9113         Change default value.  Use it.
9114
9115 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * Version number is increased to 2.5.0.
9118
9119         * wl-version.el (wl-version): Changed codename.
9120
9121 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9122
9123         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9124         (wl-summary-supersedes-message): Ditto.
9125
9126 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9127
9128         * wl-refile.el (wl-refile-guess-functions): Renamed from
9129         `wl-refile-guess-func-list'.
9130
9131 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9134         Fixed problem when no rule was matched.
9135
9136 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9137
9138         * wl-summary.el (wl-summary-get-mark): Fixed
9139         `wl-summary-buffer-target-mark' check logic.
9140
9141 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9142
9143         * wl-folder.el (wl-folder-write-current-folder): Added group
9144         folder check.
9145
9146         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9147         `wl-summary-write-current-newsgroup'.
9148         (wl-summary-write-current-folder-functions): New variable.
9149         * wl-folder.el (wl-folder-get-newsgroups): New function.
9150         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9151         (wl-folder-write-current-folder): Renamed from
9152         `wl-folder-write-current-newsgroup'.
9153
9154 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9155
9156         * Version number is increased to 2.3.93.
9157
9158 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9161         (wl-ldap-make-matched-value-list): Ditto.
9162         (wl-ldap-alias-safe-string): Split e-mail address.
9163
9164         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9165         petname folder default was selected.
9166         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9167         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9168
9169 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9172         to `wl-draft-config-exec'.
9173
9174         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9175         instead of calling `wl-draft-config-exec';
9176         Process group-list and show recipients in minibuffer.
9177
9178         * tm-wl.el (wl-draft-preview-message): Ditto.
9179
9180 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9181
9182         * wl.el (toplevel): Added (C) to copyright notice, and
9183         sync Author header.
9184         * tm-wl.el (toplevel): Ditto.
9185         * wl-address.el (toplevel): Ditto.
9186         * wl-demo.el (toplevel): Ditto.
9187         * wl-dnd.el (toplevel): Ditto.
9188         * wl-draft.el (toplevel): Ditto.
9189         * wl-e21.el (toplevel): Ditto.
9190         * wl-expire.el (toplevel): Ditto.
9191         * wl-folder.el (toplevel): Ditto.
9192         * wl-highlight.el (toplevel): Ditto.
9193         * wl-message.el (toplevel): Ditto.
9194         * wl-mime.el (toplevel): Ditto.
9195         * wl-mule.el (toplevel): Ditto.
9196         * wl-nemacs.el (toplevel): Ditto.
9197         * wl-refile.el (toplevel): Ditto.
9198         * wl-score.el (toplevel): Ditto.
9199         * wl-summary.el (toplevel): Ditto.
9200         * wl-template.el (toplevel): Ditto.
9201         * wl-thread.el (toplevel): Ditto.
9202         * wl-util.el (toplevel): Ditto.
9203         * wl-vars.el (toplevel): Ditto.
9204         * wl-xmas.el (toplevel): Ditto.
9205
9206 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9207
9208         * wl.el (wl-init): Added comment about `wl-init-hook'.
9209         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9210         * wl-vars.el (wl-init-hook): Added docs.
9211         (wl-make-plugged-hook): Removed useless docs.
9212         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9213         * wl-xmas.el (toplevel): Ditto.
9214
9215 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9216
9217         * wl-address.el (toplevel): Fixed multiple Author header format.
9218         * wl-demo.el (toplevel): Ditto.
9219         * wl-draft.el (toplevel): Ditto.
9220         * wl-folder.el (toplevel): Ditto.
9221         * wl-summary.el (toplevel): Ditto.
9222         * wl-thread.el (toplevel): Ditto.
9223         * wl-util.el (toplevel): Ditto.
9224         * wl-vars.el (toplevel): Ditto.
9225         * wl-version.el (toplevel): Ditto.
9226         * wl-xmas.el (toplevel): Ditto.
9227         * wl.el (toplevel): Ditto.
9228
9229         * wl-version.el (toplevel): Added require `elmo-version' for
9230         `product-version-as-string'.
9231
9232 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-vars.el (wl-draft-send-hook): Changed default value to
9235         '(wl-draft-config-exec).
9236
9237         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9238         explicitly.
9239         (wl-draft): Set `wl-draft-config-exec-flag' before running
9240         `wl-mail-setup-hook'.
9241
9242         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9243         `wl-biff-init-icons' to `wl-init-hook' instead of
9244         `wl-make-plugged-hook'.
9245         (Because if `wl-draft' command is invoked at first,
9246         they are not initialized)
9247         Updated copyright notice.
9248
9249         * wl-e21.el (toplevel): Ditto;
9250
9251         * wl-demo.el (toplevel): Updated copyright notice.
9252         * wl-address.el (toplevel): Ditto.
9253         * wl-draft.el (toplevel): Ditto.
9254         * wl-version.el (toplevel): Ditto.
9255         * wl-folder.el (toplevel): Ditto.
9256         * wl-summary.el (toplevel): Ditto.
9257         * wl-thread.el (toplevel): Ditto.
9258         * wl-util.el (toplevel): Ditto.
9259         * wl-vars.el (toplevel): Ditto.
9260         * wl.el (toplevel): Ditto.
9261
9262 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9263
9264         * wl-highlight.el (wl-highlight-message): Fixed problem of
9265         highlighting failure which occured when the last field contains
9266         multiple lines in the draft buffer.
9267
9268         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9269         `wl-biff-start' if plugged.
9270
9271         * wl-util.el (wl-biff-check-folder): New function.
9272         (wl-biff-check-folders): Don't set session name prefix.
9273         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9274         (wl-biff-check-folder-async): Ditto.
9275
9276         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9277         in email address.
9278
9279 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9280
9281         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9282
9283         * wl-draft.el (wl-draft-strip-subject-re): New function.
9284
9285         * wl-draft.el (wl-draft-reply): Use it.
9286
9287 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl-message.el (wl-mmelmo-message-redisplay): Use
9290         `mime-display-message' instead of `wl-mime-display-message'.
9291
9292         * wl-mime.el (toplevel): Removed compatibility workaround
9293         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9294         (wl-mime-display-message): Abolished.
9295         (wl-mime-entity-read-field): Ditto.
9296         (wl-mime-combine-message/partial-pieces): Use
9297         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9298
9299 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9300
9301         * wl-template.el: Doc fixes.
9302
9303 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9304
9305         * wl-e21.el (wl-message-overload-functions): Do nothing if
9306         `current-local-map' is not available.
9307         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9308
9309 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9312         representation.
9313
9314         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9315         number.
9316         (wl-fldmgr-save-folders): Don't use `format' when insert
9317         `wl-fldmgr-folders-header'.
9318
9319 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9320
9321         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9322
9323 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-highlight.el (wl-highlight-message):
9326         Use `std11-field-end' to detect end point of the header field.
9327         Refer `wl-highlight-max-header-size'.
9328
9329         * wl-vars.el (wl-highlight-max-header-size): New variable.
9330
9331         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9332
9333         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9334         Set `for-draft' argument of wl-highlight-headers.
9335         (wl-draft): Ditto.
9336         (wl-draft-reedit): Ditto.
9337         (wl-user-agent-compose-internal): Ditto.
9338
9339 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9340
9341         * wl-message.el (wl-message-add-button): Use overlay.
9342
9343 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9346
9347         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9348         problem when group-list content is nothing.
9349         (Reported by Mito <mit@nines.nec.co.jp>)
9350
9351 2000-10-18  SAITO Atsunori <sai@yedo.com>
9352
9353         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9354
9355 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9356
9357         * tm-wl.el (toplevel): Use product-provide.
9358
9359 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * Version number is increased to 2.3.92.
9362
9363 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9364
9365         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9366         title text, use `display' property for left margin under Emacs 21.
9367
9368         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9369         properties.
9370         (wl-plugged-init-icons): Ditto.
9371
9372 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9373
9374         * wl.el (wl-save-status, wl-init): Remove last period in
9375         "...done." message.
9376         * tm-wl.el (wl-summary-burst): Ditto.
9377         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9378         wl-summary-resume-cache-status,
9379         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9380         wl-summary-sync-update3, wl-summary-highlight-msgs,
9381         wl-summary-flush-pending-append-operations,
9382         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9383         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9384         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9385         wl-thread-open-all): Ditto.
9386         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9387         * wl-mime.el (wl-summary-burst): Ditto.
9388         * wl-highlight.el (wl-highlight-summary): Ditto.
9389         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9390         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9391         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9392         * wl-address.el (wl-local-address-init): Ditto.
9393
9394 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9395
9396         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9397         `add-text-properties'.
9398         (wl-plugged-init-icons): Ditto.
9399         (wl-folder-init-icons): Use `propertize' instead of
9400         `put-text-property'.
9401         (wl-plugged-set-folder-icon): Ditto.
9402         (wl-e21-highlight-folder-group-line): Ditto.
9403
9404 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-version.el (wl-version-status-alist): New variable.
9407         (wl-version-status): New function.
9408
9409         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9410         "Cc" part of the case "Reply-To".
9411
9412         * wl-draft.el (wl-draft-reply): Use result of
9413         `eword-extract-address-components'.
9414
9415         * wl-demo.el (wl-demo-icon-name): New constant.
9416         (wl-logo-xpm): Use it.
9417         (wl-logo-xbm): Ditto.
9418         (wl-logo-bitmap): Ditto.
9419
9420         * Version number is increased to 2.3.91.
9421
9422 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9423
9424         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9425         (wl-extended-emacs-version, wl-extended-emacs-version2,
9426         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9427         docstring.
9428
9429         * wl-version.el (wl-generate-user-agent-string-1): New function.
9430         (wl-generate-user-agent-string): Use it.
9431
9432         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9433         `mime-edit-insert-user-agent-field'.
9434         (wl-generate-user-agent-string): Check
9435         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9436
9437         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9438         instead of `if', when verbose case.
9439
9440 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9441
9442         * wl-expire.el (wl-summary-expire): Fix.
9443
9444 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9445
9446         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9447         and `elmo-lost+found-folder' if 'wl-draft.
9448         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9449
9450 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9451
9452         * wl-expire.el (wl-summary-expire): Change messages.
9453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9454         `deleing-info' instead of "Deleting..."
9455
9456 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9457
9458         * wl-summary.el (wl-summary-refile-subr): Fix.
9459
9460 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9461
9462         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9463         if pipe folder.
9464
9465 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9466
9467         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9468
9469 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9470
9471         * wl-expire.el (wl-expire-hide): New function.
9472         (wl-summary-expire): Add `hide'.
9473
9474 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9475
9476         * wl-vars.el (wl-draft-reply-without-argument-list):
9477         Changed default value to consider `Reply-To:'.
9478         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9479
9480         * Version number is increased to 2.3.90.
9481
9482         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9483         elmo-imap4-get-session with unwind-protect.
9484         Don't cause error.
9485         (wl-summary-sync-marks): Don't check plugged nor folder type.
9486         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9487         (Always keep current buffer).
9488
9489 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9490
9491         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9492         Enclose with `save-excursion'.
9493
9494 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9495
9496         * wl-version.el (wl-version): Remove interactive.
9497
9498 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9499
9500         * wl-version.el (wl-generate-user-agent-string): Use
9501         `product-string-verbose' instead of `product-string-1'.
9502
9503 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9504
9505         * wl-vars.el (wl-draft-use-cache): New variable.
9506         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9507         if wl-draft-use-cache is non-nil.
9508
9509 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9510
9511         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9512         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9513
9514 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9517         (wl-thread-msg-mark-as-unread): Ditto.
9518
9519         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9520         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9521         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9522         Don't set mark in summary if return value of `elmo-mark-as-read'
9523         is nil.
9524         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9525         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9526         instead of `wl-thread-msg-mark-as-read'.
9527         (wl-summary-mark-as-unread-region): Ditto.
9528         (wl-summary-target-mark-mark-as-read): Ditto.
9529
9530         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9531
9532 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9533
9534         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9535
9536         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9537
9538 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9541         face.
9542
9543 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9544
9545         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9546         `running-xemacs'.
9547
9548 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9549
9550         * wl-version.el (toplevel): Use `product-version-as-string' for
9551         set verstion-string, if defined.
9552
9553         * wl-version.el (wl-version-show): Insert string at point, when
9554         call with argument.
9555
9556         * wl-version.el (wl-generate-user-agent-string): Use
9557         `product-string-1' instead of `wl-appname', `wl-version' and
9558         `wl-codename'.
9559
9560 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9561
9562         * wl-address.el (toplevel): Use product-provide.
9563         * wl-demo.el (toplevel): Ditto.
9564         * wl-dnd.el (toplevel): Ditto.
9565         * wl-draft.el (toplevel): Ditto.
9566         * wl-e21.el (toplevel): Ditto.
9567         * wl-expire.el (toplevel): Ditto.
9568         * wl-fldmgr.el (toplevel): Ditto.
9569         * wl-folder.el (toplevel): Ditto.
9570         * wl-highlight.el (toplevel): Ditto.
9571         * wl-message.el (toplevel): Ditto.
9572         * wl-mime.el (toplevel): Ditto.
9573         * wl-mule.el (toplevel): Ditto.
9574         * wl-nemacs.el (toplevel): Ditto.
9575         * wl-refile.el (toplevel): Ditto.
9576         * wl-score.el (toplevel): Ditto.
9577         * wl-summary.el (toplevel): Ditto.
9578         * wl-template.el (toplevel): Ditto.
9579         * wl-thread.el (toplevel): Ditto.
9580         * wl-util.el (toplevel): Ditto.
9581         * wl-vars.el (toplevel): Ditto.
9582         * wl-xmas.el (toplevel): Ditto.
9583         * wl.el (toplevel): Ditto.
9584
9585 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9586
9587         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9588         instead of product.
9589
9590         * wl-version.el (wl-version): Compile time evalution elmo-version.
9591
9592 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9593
9594         * wl-summary.el (wl-summary-sync-force-update): Append queue
9595         `mark-as-read'if unplugged.
9596
9597 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9598
9599         * wl-version.el: New file.  Use product.el.
9600         * wl.el: add (require 'wl-version).
9601         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9602         for ~/.folders header.
9603         (wl-fldmgr-folders-header): Changed.
9604         * wl-demo.el (wl-demo): Use product.el.
9605
9606         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9607         wl-version.el.
9608         * wl-util.el (wl-version, wl-version-show): Ditto.
9609
9610         * wl-util.el (wl-generate-user-agent-string,
9611         wl-extended-emacs-version, wl-extended-emacs-version2,
9612         wl-extended-emacs-version3): Move to wl-version.el.
9613         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9614         xemacs-codename, mime-edit-insert-user-agent-field,
9615         mime-edit-user-agent-value, mime-editor/version,
9616         mime-editor/codename): Compile warning killer move to
9617         wl-version.el
9618
9619 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9620
9621         * wl-summary.el (wl-summary-refile-subr): Fix.
9622
9623 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9624
9625         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9626         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9627
9628 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9629
9630         * wl.el (wl-check-environment): Check too many `@'.
9631
9632 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9633
9634         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9635
9636 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9637
9638         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9639         wl-draft-reply-myself-without-argument-list): Add variables.
9640         * wl-draft.el (wl-draft-reply): Use it.
9641
9642 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9643
9644         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9645         the 5th argument of `elmo-network-get-spec'.
9646
9647         * wl-thread.el (wl-thread-reparent-children): New inline function.
9648         (wl-thread-delete-message): Use it.
9649
9650         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9651         (wl-summary-score-update-all-lines): Don't use `dolist'.
9652
9653 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9654
9655         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9656         (require 'elmo-msgdb) for inline function.
9657
9658 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9659
9660         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9661
9662 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9663
9664         * wl-score.el (wl-score-headers): Fix for the confusing macro
9665         `elmo-kill-buffer'.
9666
9667 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9668
9669         * wl-summary.el: Don't use the 3rd argument of `require' because
9670         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9671         * wl-util.el: Ditto.
9672         * wl-draft.el: Ditto.
9673
9674 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9675
9676         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9677         window system is not used.
9678
9679 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9680
9681         * wl-thread.el: Don't use `mapcar' only for iteration.
9682         (wl-thread-resume-entity): Ditto.
9683         (wl-thread-delete-message): Ditto.
9684
9685         * wl-summary.el: Bind `dragdrop-drop-functions',
9686         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9687         of `require' for `timezone', `easymenu' and `ps-print';
9688         don't use `mapcar' only for iteration.
9689
9690         * wl-util.el: Bind `mule-version', `nemacs-version',
9691         `emacs-beta-version', `xemacs-codename',
9692         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9693         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9694         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9695         only for iteration.
9696
9697         * wl-score.el: Don't use `mapcar' only for iteration.
9698         (wl-score-simplify-buffer-fuzzy): Ditto.
9699         (wl-score-simplify-subject): Ditto.
9700         (wl-score-headers): Ditto.
9701         (wl-summary-score-update-all-lines): Ditto.
9702
9703         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9704         `enable-multibyte-characters' and `mule-version'.
9705
9706         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9707         `mapcar' only for iteration.
9708
9709         * wl-demo.el: Don't use `mapcar' only for iteration.
9710
9711         * wl-folder.el: Don't use `mapcar' only for iteration.
9712         (wl-folder-open-all): Ditto.
9713         (wl-folder-count-incorporates): Ditto.
9714
9715         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9716         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9717
9718         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9719         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9720         `smtp-connection-type'; specify 3rd argument of `require' for
9721         `timezone'; don't use `mapcar' only for iteration.
9722         (wl-draft-clone-local-variables): Don't use `mapcar'.
9723         (wl-draft-generate-clone-buffer): Ditto.
9724         (wl-user-agent-compose-internal): Ditto.
9725
9726         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9727
9728         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9729         (wl-save-status): Ditto.
9730
9731         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9732         for iteration.
9733
9734 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9737         removed `Date'.
9738         (wl-fldmgr-make-filter-default): New user option.
9739
9740         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9741         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9742         (wl-fldmgr-filter-completion-alist): Abolish.
9743
9744         * wl.el (wl): Don't check servers if arg is non-nil.
9745
9746         * wl-draft.el (wl-draft-reply): Set only message-id string to
9747         In-Reply-To field.
9748
9749 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9750
9751         * wl-summary.el (wl-summary-pick): Rewrite.
9752
9753         * wl-draft.el (wl-draft-forward): Get references field from
9754         original buffer.
9755         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9756
9757 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9758
9759         * wl-draft.el (wl-draft-forward): Add references field.
9760
9761 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9764         (wl-draft-reply): Use it.
9765
9766 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9767
9768         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9769         when Emacs 21 is running.
9770
9771         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9772         bindings.
9773
9774 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9775
9776         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9777         XPM icons transparent.
9778
9779         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9780         Emacs 21.
9781
9782 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9783
9784         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9785         nil.
9786
9787         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9788         when it is persistent.
9789         (wl-summary-sync-marks): Changed argument for
9790         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9791         (wl-summary-virtual): Use `elmo-read-search-condition'.
9792         (wl-summary-redisplay-internal): If folder is local, mark as read
9793         even when folder is plugged.
9794
9795 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9796
9797         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9798         of `tool-bar-lines' in the frame parameters.
9799         (after-make-frame-functions, post-command-hook): Don't modify the
9800         value.
9801         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9802         wl-e21-tool-bar-lines): Removed.
9803
9804 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9805
9806         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9807         properties `evaporate' and `wl-momentary-overlay' as well.
9808         (wl-highlight-summary-displaying): Ditto.
9809         (wl-delete-all-overlays): Don't delete overlay which does not have
9810         a property `wl-momentary-overlay'.
9811
9812         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9813         `display-mouse-p' and `display-graphic-p'.
9814         (wl-folder-init-icons): Don't search for XBM or the other files.
9815         (wl-plugged-set-folder-icon): Make icons if and only if
9816         `display-graphic-p' returns non-nil.
9817         (wl-highlight-plugged-current-line): Use `before-string' overlay
9818         property to show icon images.
9819         (wl-highlight-folder-current-line): Ditto.
9820         (wl-e21-highlight-folder-group-line): Ditto.
9821         (wl-e21-highlight-folder-by-numbers): Ditto.
9822         (wl-e21-insert-image): Removed.
9823         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9824         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9825         said.
9826         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9827         `wl-e21-force-switch-toolbar'.
9828         (wl-e21-make-icon-image): Removed.
9829         (wl-e21-setup-toolbar): Don't search for XBM files.
9830         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9831         the default value.
9832
9833 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9834
9835         * wl-util.el (wl-biff-check-folder-async): Set
9836         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9837
9838 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9839
9840         * wl-e21.el (after-make-frame-functions): Add
9841         `wl-e21-force-switch-toolbar'.
9842         (wl-e21-force-switch-toolbar): New function force to switch the
9843         toolbar appearance automatically.
9844         (post-command-hook): Add `wl-e21-switch-toolbar'.
9845         (wl-e21-switch-toolbar): New function to switch the toolbar
9846         appearance automatically.
9847         (wl-e21-tool-bar-lines): New buffer local variable.
9848
9849 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * wl-util.el (wl-biff-check-folders-running): New variable.
9852         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9853         (wl-biff-check-folder-async-callback):
9854         Set `wl-biff-check-folders-running'.
9855         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9856         with unwind-protect.
9857
9858         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9859         Enclose `wl-folder-auto-check' with unwind-protect.
9860
9861         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9862         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9863
9864         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9865
9866         * wl-util.el (wl-biff-notify): New inline function.
9867         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9868         locally.
9869         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9870         folder-list' is 1.
9871         Use `wl-biff-notify'.
9872         (wl-biff-check-folder-async-callback): New function.
9873         (wl-biff-check-folder-async): Ditto.
9874
9875         * wl-folder.el (wl-folder): Don't check folders.
9876         (wl-folder-auto-check): New function.
9877
9878 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9879
9880         * wl-util.el (wl-biff-start) [Emacs19+]:
9881         Use `timer-next-integral-multiple-of-time'.
9882         (wl-biff-check-folders): Use `wl-default-folder'
9883         if `wl-biff-check-folder-list' is nil.
9884
9885 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9886
9887         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9888         instead of `elmo-delete-lists'.
9889
9890 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9891
9892         * wl.el (wl-plugged-toggle-all): Set the value of
9893         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9894         (wl-plugged-toggle): Ditto.
9895         (wl-toggle-plugged): Ditto.
9896         (wl-plugged-init): Ditto.
9897
9898         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9899         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9900         instead of `wl-biff-state-indicator-off' and
9901         `wl-biff-state-indicator-on'; don't modify the value and the type
9902         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9903         (wl-plugged-init-icons): Set icons data to
9904         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9905         instead of `wl-plug-state-indicator-off' and
9906         `wl-plug-state-indicator-on'; don't modify the value and the type
9907         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9908
9909         * wl-vars.el (wl-modeline-biff-state-off,
9910         wl-modeline-biff-state-on, wl-modeline-biff-status,
9911         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9912         wl-modeline-plug-status): New internal variables.
9913         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9914         wl-biff-check-interval, wl-biff-check-folder-list): Change
9915         customization group from `wl-folder' to `wl-highlight'.
9916         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9917         wl-show-plug-status-on-modeline): Defcustomized.
9918
9919         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9920         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9921         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9922         a flag to `mode-line-buffer-identification'.
9923
9924         * wl-e21.el (wl-biff-init-icons): Set icons data to
9925         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9926         instead of `wl-biff-state-indicator-off' and
9927         `wl-biff-state-indicator-on'.
9928         (wl-plugged-init-icons): Set icons data to
9929         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9930         instead of `wl-plug-state-indicator-off' and
9931         `wl-plug-state-indicator-on'.
9932
9933 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9934
9935         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9936         excessive titles.
9937
9938 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9939
9940         * wl.el (wl-plugged-mode): Use revised
9941         `wl-mode-line-buffer-identification'.
9942         (wl-plugged-init): Don't use `force-mode-line-update'.
9943
9944         * wl-xmas.el (wl-draft-overload-functions): Use revised
9945         `wl-mode-line-buffer-identification'.
9946         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9947         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9948         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9949         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9950         `wl-make-plugged-hook';
9951         add `wl-folder-init-icons' and `wl-setup-folder' to
9952         `wl-folder-mode-hook'.
9953
9954         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9955         19 as well.
9956         (wl-mode-line-display-priority-list): New user option.
9957         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9958         Defcustomized.
9959         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9960         Add docs.
9961
9962         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9963         start.
9964         (wl-mode-line-buffer-identification): Revised as a function.
9965
9966         * wl-summary.el (wl-summary-mode): Use revised
9967         `wl-mode-line-buffer-identification'; don't call
9968         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9969         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9970         `wl-xmas-setup-summary'.
9971
9972         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9973         `wl-mode-line-buffer-identification'.
9974
9975         * wl-mule.el (wl-draft-overload-functions): Use revised
9976         `wl-mode-line-buffer-identification'.
9977
9978         * wl-folder.el (wl-make-plugged-alist): Don't call
9979         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9980         (wl-folder): Don't call `wl-folder-init-icons' directly.
9981         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9982         `wl-xmas-setup-folder' directly;
9983         use revised `wl-mode-line-buffer-identification'.
9984         (TopLevel): Don't bind `wl-biff-init-icons',
9985         `wl-plugged-init-icons', `wl-folder-init-icons',
9986         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9987
9988         * wl-e21.el (wl-draft-overload-functions): Use revised
9989         `wl-mode-line-buffer-identification'.
9990         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9991         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9992         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9993         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9994         `wl-make-plugged-hook';
9995         add `wl-folder-init-icons' and `wl-setup-folder' to
9996         `wl-folder-mode-hook'.
9997
9998 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9999             Katsumi Yamaoka    <yamaoka@jpl.org>
10000
10001         * wl.el (wl): Call `wl-biff-start'.
10002         (wl-exit): Call `wl-biff-stop'.
10003         (wl-plugged-mode): Show biff in modeline.
10004         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10005
10006         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10007         (wl-biff-init-icons): New function.
10008         (wl-plugged-init-icons): Don't make too much keymaps.
10009         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10010
10011         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10012         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10013         variables.
10014         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10015         options.
10016
10017         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10018         wl-biff-start, wl-biff-stop): New functions.
10019         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10020         (wl-biff-timer-name): New variable.
10021
10022         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10023
10024         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10025         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10026
10027         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10028         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10029
10030         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10031         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10032         `wl-folder-init-icons' to `ignore' if they are not available.
10033         (wl-folder-mode): Show biff in modeline.
10034
10035         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10036         (wl-biff-init-icons): New function.
10037         (wl-plugged-init-icons): Don't make too much keymaps.
10038         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10039
10040 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10041
10042         * wl-vars.el (wl-strict-diff-folders): Customization Type
10043         and doc fix.  Define as a list of regular expressions for
10044         folders or nil.
10045         * wl-folder.el (wl-folder-check-one-entity): Use
10046         `wl-string-match-member' instead of `wl-string-member' for
10047         `wl-strict-diff-folders'.
10048
10049 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10050
10051         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10052         (wl-highlight-folder-current-line): Use it; new implementation.
10053         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10054         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10055         `defsubst' instead of `defun'.
10056
10057         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10058         `wl-highlight-group-folder-by-numbers'; made it can also be a
10059         number.  See info for more details.
10060
10061         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10062         running.
10063
10064         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10065         to bind them.
10066
10067         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10068         (wl-highlight-folder-current-line): New implementation.
10069
10070         * wl-highlight.el (wl-highlight-folder-group-line): New
10071         implementation.
10072         (wl-delete-all-overlays): Rewrite as a marco.
10073         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10074
10075         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10076         running.
10077         (wl-folder-*-glyph): No need to bind them.
10078
10079         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10080         `wl-e21-highlight-folder-group-icon'; rewrite.
10081         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10082         `defsubst' instead of `defun'.
10083         (wl-folder-mode-map): Bind it when compiling.
10084
10085 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10086
10087         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10088
10089         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10090
10091 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10092
10093         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10094
10095 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10096
10097         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10098         (wl-highlight-folder-current-line): Use it.
10099
10100         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10101         in `id-name'.
10102
10103 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10104
10105         * wl.el: Require `wl-e21' when Emacs 21 is running.
10106
10107         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10108         default when Emacs 21 is running.
10109         (wl-use-highlight-mouse-line): Ditto.
10110         (wl-on-emacs21): New constant.
10111         (wl-on-emacs20): Removed.
10112
10113         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10114         Emacs 21 is running.
10115
10116         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10117         Emacs 21 is running.
10118
10119         * wl-e21.el: New file.
10120
10121 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10122
10123         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10124         (wl-toggle-plugged): Ditto.
10125         (wl-plugged-toggle): Ditto.
10126         (wl-plugged-toggle-all): Ditto.
10127
10128         * wl-vars.el (wl-plug-state-indicator): Refer
10129         `wl-plug-state-indicator-on' indirectly.
10130
10131 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10132
10133         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10134         Call `wl-folder-confirm-existence'.
10135
10136         * wl-folder.el (wl-folder-confirm-existence): Added optional
10137         argument `force'.
10138
10139 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10140
10141         * wl-summary.el (wl-summary-refile-subr): Assume
10142         `copy-or-refile' as symbol.
10143         (wl-summary-refile): Follow up above change.
10144         (wl-summary-copy): Ditto.  Doc fix.
10145
10146 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10147
10148         * wl-summary.el (wl-summary-pick): Don't bind
10149         `elmo-search-mime-charset'.
10150
10151         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10152         default using old backquote style.
10153         (wl-search-mime-charset): Abolished.
10154
10155         * wl-highlight.el (wl-highlight-headers):
10156         Call `point' after `re-search-forward'(for Nemacs).
10157
10158         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10159         for elmo-imap4.el.
10160
10161 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10162
10163         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10164         `wl-message-ignored-field-list' instead of
10165         `mime-view-ignored-field-list'.
10166
10167         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10168         Add interactive spec.
10169         (wl-folder-goto-bottom-of-current-folder): Ditto.
10170         (wl-folder-mode-map): Bind them.
10171
10172         * wl-vars.el (wl-message-ignored-field-list): New variable.
10173         (wl-message-visible-field-list): New variable.
10174
10175         * wl-mime.el (wl-mime-header-presentation-method): New function.
10176         (wl-mime-setup): Set header-presentation-method.
10177
10178 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10179
10180         * wl-nemacs.el (wl-draft-overload-functions): Set
10181         `mode-line-buffer-identification' instead of using
10182         `wl-make-modeline'.
10183
10184         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10185         instead of using `wl-make-modeline'.
10186
10187         * wl-xmas.el (wl-plugged-init-icons): Set up
10188         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10189         (wl-make-modeline): Abolish.
10190         (wl-draft-overload-functions): Set
10191         `mode-line-buffer-identification' instead of using
10192         `wl-make-modeline'.
10193
10194         * wl-util.el (wl-make-modeline-subr): Abolish.
10195         (wl-mode-line-buffer-identification): New alias.
10196
10197         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10198         (wl-summary-make-modeline): Abolish.
10199         (wl-summary-buffer-set-folder): Set
10200         `wl-summary-buffer-folder-indicator'.
10201         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10202         of using `wl-make-modeline'.
10203         (wl-summary-switch-to-clone-buffer): Don't set
10204         `mode-line-buffer-identification'.
10205         (wl-summary-goto-folder-subr): Ditto.
10206
10207         * wl-mule.el (wl-draft-overload-functions): Set
10208         `mode-line-buffer-identification' instead of using
10209         `wl-make-modeline'.
10210
10211         * wl-folder.el (wl-folder-mode): Set
10212         `mode-line-buffer-identification' instead of using
10213         `wl-make-modeline'.
10214         (wl-folder): Don't set `mode-line-buffer-identification'.
10215
10216 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10217
10218         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10219         instead of `member' for `wl-refile-guess-func-list' look-ups.
10220         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10221
10222 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10223
10224         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10225         `wl-message-button-dispatcher'.
10226
10227         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10228
10229         * wl-message.el (wl-message-button-dispatcher): Use it.
10230
10231         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10232         "In-Reply-To".
10233
10234         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10235         Bind `case-fold-search' to t.
10236
10237 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10238
10239         * wl-xmas.el (wl-message-overload-functions): Initialize
10240         `wl-message-button-map'.
10241
10242         * wl-mule.el (wl-message-overload-functions): Initialize
10243         `wl-message-button-map'.
10244
10245         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10246
10247         * wl-message.el (wl-message-button-map): New keymap.
10248         (wl-message-add-button): New function.
10249         (wl-message-button-dispatcher): New function.
10250         (wl-message-button-refer-article): New function.
10251
10252         * wl-highlight.el
10253         (wl-highlight-message-add-buttons-to-header): New function.
10254         (wl-highlight-headers): Use it.
10255
10256 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10257
10258         * wl-summary.el (wl-summary-default-from): Use
10259         `wl-address-get-petname-1'.
10260         (wl-summary-simple-from): Ditto.
10261
10262         * wl-address.el (wl-address-get-petname-1): New inline function.
10263         (wl-address-get-petname): Use it.
10264
10265 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10266
10267         * wl-summary.el (wl-summary-default-from): Return full-name part
10268         from the address if no petname was found.
10269         (wl-summary-simple-from): Ditto.
10270
10271         * wl-address.el (wl-address-get-petname): Return nil if no petname
10272         associated with the address was found.
10273
10274 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10275
10276         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10277         display is finished.
10278
10279 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10280
10281         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10282         `elmo-folder-exists-p' argument.
10283
10284 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10285
10286         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10287         the folder.
10288
10289 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10290
10291         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10292
10293         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10294         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10295
10296 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10297
10298         * wl-folder.el (wl-folder-create-subr): New function.
10299         (wl-folder-confirm-existence): Use it.
10300         (wl-folder-check-one-entity): Use it.
10301         Check the error symbol is derived from 'elmo-open-error.
10302
10303         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10304         `ignore-error'.
10305
10306 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10307
10308         * wl-util.el (toplevel): Add (eval-when-compile (require
10309         'elmo-util)).  (Maybe `provide' is typo.)
10310
10311 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10314         (I don't know why this was needed.)
10315
10316         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10317         Follow up changes for stream-type.
10318
10319         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10320         (wl-draft-elmo-nntp-send): Ditto.
10321
10322         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10323         (wl-nntp-posting-stream-type): Ditto.
10324         (wl-pop-before-smtp-ssl): Abolished.
10325         (wl-nntp-posting-ssl): Ditto.
10326
10327         * wl-address.el (wl-address-quote-specials): New function.
10328         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10329
10330         * wl-draft.el (wl-draft-reply): Ditto.
10331
10332 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10333
10334         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10335         use function `wl-string-match-assoc'.
10336
10337 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10338
10339         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10340
10341         * wl-draft.el (wl-draft-deduce-address-list): New function.
10342         (wl-draft-parse-mailbox-list): Ditto.
10343         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10344         instead of `smtp-deduce-address-list'.
10345         (wl-draft-on-field-p): Follow group list.
10346
10347         * wl-address.el (wl-address-concat-token): New function.
10348         (wl-address-string-without-group-list-contents): Ditto.
10349         (wl-complete-field-body): Fixed problem of completion
10350         by japanese petname.
10351         (wl-address-make-completion-list): Rewrite.
10352
10353 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10354
10355         * wl-address.el (wl-address-make-completion-list): Completion by
10356         petname.
10357         (wl-complete-field-body): Likewise.
10358
10359 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10362         contains invalid address syntax.
10363
10364 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10365
10366         * wl-folder.el (wl-folder-check-entity-async): Use
10367         `elmo-nntp-spec-hostname'.
10368
10369 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10370
10371         * wl-summary.el (wl-summary-msgdb-load-async): Use
10372         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10373
10374 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl-draft.el (wl-draft-reply): Set argument
10377         `content-transfer-encoding' as nil.
10378
10379 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10380
10381         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10382         `wl-refile-alist'.
10383
10384 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10385
10386         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10387         (wl-draft-edit-string): Ditto.
10388         (wl-draft-forward): Ditto.
10389         * wl-summary.el (wl-summary-write): Ditto.
10390
10391 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10392
10393         * wl-summary.el (wl-summary-sync-update3): Call
10394         `wl-summary-buffer-number-column-detect'.
10395         (wl-summary-buffer-number-column-detect): Search from point-min.
10396
10397 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10398
10399         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10400         contains an address which is not included in original to or cc.
10401
10402 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10403
10404         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10405         begin-line does not exist.
10406         * wl-message.el (wl-message-uu-substring): Ditto.
10407
10408 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10409
10410         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10411         clear local variables.
10412         (wl-summary-exit): Call `elmo-commit'.
10413         (wl-summary-switch-to-clone-buffer): Call
10414         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10415         (wl-summary-goto-folder-subr): Ditto.
10416
10417         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10418         POP folder.
10419
10420 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10421
10422         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10423         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10424         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10425         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10426         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10427         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10428
10429         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10430
10431 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10432
10433         * wl-summary.el (wl-summary-search-by-subject):
10434         Search parent message from the latest one.
10435
10436 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10437
10438         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10439         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10440
10441         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10442         New user option.
10443
10444         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10445         if elmo-nntp-use-killed-list is nil.
10446         Use `elmo-msgdb-append-to-killed-list'.
10447         (Append numbers confirmed as disappeared to the killed list.)
10448         (wl-summary-confirm-appends): Don't display negative number.
10449
10450 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10451
10452         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10453
10454 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10455
10456         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10457         range is `all'.
10458         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10459         `elmo-list-bigger-diff'.
10460
10461 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10462
10463         * wl-summary.el (wl-summary-buffer-exit-func):
10464         New buffer local variable.
10465         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10466
10467 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10468
10469         * wl-demo.el (wl-demo): Fix the last change.
10470
10471 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10472
10473         * wl-demo.el (wl-demo): Don't use `eval'.
10474
10475 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10476
10477         * wl-summary.el (wl-summary-buffer-thread-modified):
10478         New buffer-local variable.
10479         (wl-summary-set-thread-modified): New function.
10480         (wl-summary-thread-modified-p): New function.
10481         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10482         (wl-summary-yank-saved-message): Use function
10483         `wl-summary-set-thread-modified'
10484         (wl-summary-switch-to-clone-buffer): Add
10485         `wl-summary-buffer-thread-modified'.
10486
10487         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10488         (wl-summary-buffer-mark-saved-hook): Ditto.
10489         * wl-summary.el (wl-summary-msgdb-save): New hook
10490         `wl-summary-buffer-message-saved-hook' and
10491         `wl-summary-buffer-mark-saved-hook'.
10492
10493 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10494
10495         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10496
10497 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10498
10499         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10500         don't hide scroll bars under FSF Emacsen because it may incur an
10501         undesirable redrawing.
10502
10503 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10504
10505         * wl-draft.el (wl-draft-edit-string): Call
10506         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10507
10508 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10509
10510         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10511
10512 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10513
10514         * wl-summary.el (wl-summary-msgdb-load-async): Call
10515         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10516
10517 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10518
10519         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10520         fringes in demo buffer; center bitmap logo correctly even if old
10521         Mule is used.
10522
10523 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10524
10525         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10526
10527         * wl-refile.el (wl-refile-subject-alist): New variable.
10528         (wl-refile-subject-alist-file-name): Ditto.
10529         (wl-refile-alist-setup): Rewrite.
10530         (wl-refile-alist-save): Use `elmo-object-save'.
10531         Eliminated arguments.
10532         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10533         (wl-refile-guess-by-subject): New function.
10534         (wl-refile-guess-func-list): Added it.
10535
10536 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10537
10538         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10539         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10540
10541 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10542
10543         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10544         New buffer-local variable.
10545         (wl-summary-buffer-next-folder-func): Ditto.
10546         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10547         if non-nil.
10548         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10549         if non-nil.
10550         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10551         if non-nil.
10552         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10553         if non-nil.
10554
10555 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10558         permanently in the demo buffer.
10559
10560 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10561
10562         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10563         `mime-entity-fetch-field'.
10564
10565         * wl.el (wl-exit): Delete plugged buffer.
10566
10567         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10568         XEmacs has menubar feature.
10569
10570 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10571
10572         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10573         cannot arrive at the beginning of the buffer under old Emacsen.
10574
10575 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10576
10577         * wl-address.el (wl-address-ldap-search):
10578         Call `ldap-search-entries' with `withdn' argument t.
10579         (wl-complete-field-body): Bind completion-ignore-case as t.
10580         Clear ldap search hash when it was sole completion.
10581         Use elmo-string for pattern string.
10582         (wl-ldap-alias-safe-string): Eliminated needless let.
10583
10584 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10585
10586         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10587         (wl-ldap-alias-sep): New constant.
10588         (wl-ldap-search-attribute-type-list): Ditto.
10589         (wl-ldap-get-value): New function.
10590         (wl-ldap-make-filter): Ditto.
10591         (wl-ldap-make-matched-value-list): Ditto.
10592         (wl-ldap-alias-safe-string): Ditto.
10593         (wl-ldap-register-dn-string): Ditto.
10594         (wl-address-ldap-search): Rewrite.
10595
10596 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10597
10598         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10599         thread is deleted.
10600         (wl-thread-delete-line-from-buffer): Ditto.
10601         (wl-thread-get-exist-children): New function.
10602
10603 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10604
10605         * wl-demo.el (wl-demo): Made it to select various image types.
10606         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10607         from `wl-title-logo'.
10608         (wl-logo-ascii): New variable.
10609         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10610         (wl-demo-copyright-notice): New constant.
10611
10612         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10613
10614 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10615
10616         * wl-vars.el (wl-summary-target-above): Renamed from
10617         wl-summary-temp-above.
10618         * wl-score.el (wl-score-get-score-alist): Use it.
10619         (wl-summary-score-update-all-lines): Use it.
10620         * wl-summary.el: Ditto. (make-variable-buffer-local).
10621
10622 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10623
10624         * wl-vars.el (wl-ldap-port): New user option.
10625
10626         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10627         Rewite whole implementation.
10628         (wl-complete-field-body): Fixed.
10629
10630 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10631
10632         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10633         Choose implementation at compile time.
10634
10635 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10636
10637         * wl-address.el (wl-ldap-search-internal): New function.
10638         (wl-complete-field-to): Use it.
10639
10640 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10641
10642         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10643         Use `let' instead of `let*'.
10644         Require 'wl-vars.
10645
10646         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10647         Define as defcustom.
10648         (wl-ldap-base): Ditto.
10649         (wl-use-ldap): Ditto.
10650
10651 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10652
10653         * wl-address.el (wl-ldap-search): New function.
10654         (wl-complete-field-body): Use `wl-ldap-search'.
10655         (wl-ldap-server): New variable.
10656         (wl-ldap-base): Ditto.
10657         (wl-use-ldap): Ditto.
10658
10659 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10660
10661         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10662         (Pointed out by Mito <mit@nines.nec.co.jp>).
10663         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10664         buffer-local variables like `wl-summary-redisplay-internal'.
10665         (wl-summary-redisplay-all-header): Likewise.  Update
10666         Summary view too.
10667
10668 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10669
10670         * wl-summary.el (wl-summary-jump-to-parent-message):
10671         Consider prefix argument.
10672
10673         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10674         when closed thread is deleted.
10675
10676 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10677
10678         * wl-summary.el (wl-summary-jump-to-parent-message):
10679         Consider thread modification.
10680
10681 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10682
10683         * wl-message.el (wl-message-normal-get-original-buffer): Use
10684         `save-excursion'.
10685
10686         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10687         (wl-summary-showto-folder-regexp): Ditto.
10688
10689 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10690
10691         * wl-util.el (wl-delete-alist): Doc fix.
10692         (wl-delete-associations): New function.
10693         (wl-inverse-alist): New function.
10694         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10695         Split temporary variables. Use `wl-delete-associations'
10696         and `wl-inverse-alist'.
10697         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10698
10699 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10700
10701         * wl-folder.el (wl-folder-prefetch-entity):
10702         Execute prefetching if new count is unknown.
10703
10704 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10705
10706         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10707
10708         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10709         delete entity.
10710         (wl-thread-set-parent): If insert as top, set linked as nil.
10711
10712         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10713         `wl-thread-cleanup-symbols' when view mode is thread.
10714
10715 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10716
10717         * wl-folder.el (wl-folder-create-folder-entity): Use
10718         with-current-buffer.
10719         (wl-local-folder-init): Call set-buffer to make sure we are in
10720         the Folder buffer. Don't touch buffer-local variables here.
10721         (wl-folder-mode): Initialize buffer-local variables here.
10722
10723         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10724         (wl-folder-entity-assign-id): Ditto.
10725         (wl-folder-create-entity-hashtb): Ditto.
10726         (wl-local-folder-init): Ditto.
10727         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10728
10729 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10730
10731         * wl-summary.el (wl-summary-default-from): Fix probrem when
10732         std11-extract-address-components return (nil "foo@bar").
10733
10734 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10735
10736         * wl-draft.el (wl-draft-clone-local-variables):
10737         Remove redundant `setq'.
10738
10739 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10740
10741         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10742         Bind wl-highlight-x-face-func as nil while highlighting header.
10743
10744 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10745
10746         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10747
10748 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10749
10750         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10751         elmo-msgdb-overview-hashtb from copy-variables.
10752         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10753         instead of `elmo-msgdb-overview-get-entity-by-number'.
10754         (wl-summary-auto-refile): Ditto.
10755
10756         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10757         `elmo-msgdb-overview-get-entity' instead of
10758         `elmo-msgdb-search-overview-entity'.  Use
10759         `elmo-msgdb-overview-get-entity' instead of
10760         `elmo-msgdb-overview-get-entity-by-number'.
10761         (wl-thread-insert-entity-sub): Ditto.
10762         (wl-thread-insert-message): Ditto.
10763
10764         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10765         `elmo-msgdb-overview-get-entity'.
10766         (wl-normal-message-redisplay): Ditto.
10767
10768 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10769
10770         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10771         `wl-thread-entities'.
10772         (wl-thread-delete-message): Fix remove top message from
10773         `wl-thread-entity-list'.
10774
10775         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10776         wl-append(nconc), because update-list is broken on Meadow.
10777
10778         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10779         updating process.
10780         (wl-summary-rescan): Ditto.
10781         (wl-summary-sync-update3): Ditto.
10782         * wl-thread.el (wl-thread-set-parent): Renamed from
10783         `wl-summary-set-parent'.
10784         (wl-thread-insert-message): Updating buffer faster.
10785         (wl-thread-delete-message): Updating buffer faster.
10786
10787         * wl-score.el (wl-summary-score-update-all-lines): Changed
10788         interval for display progress gauge.
10789
10790 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10791
10792         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10793         folder always-sticky.
10794         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10795         defmacro.
10796
10797 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10798
10799         * wl-vars.el (wl-draft-add-references): New user option.
10800
10801         * wl-draft.el (wl-draft-add-references): New function.
10802         (wl-draft-yank-from-mail-reply-buffer): Use it.
10803         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10804         as nil.
10805
10806 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10807
10808         * wl-thread.el (wl-thread-update-line-msgs): Called
10809         `wl-thread-update-line-on-buffer-sub'.
10810         (wl-thread-update-line-on-buffer): Delete routine of inserting
10811         thread.
10812         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10813         moved from `wl-thread-update-line-on-buffer'.
10814         Add threshold for displaying progress gauge.
10815         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10816         argument of `wl-thread-update-line-msgs'.
10817         Add threshold for displaying progress gauge.
10818         * wl-folder.el:
10819         Add threshold for displaying progress gauge.
10820         * wl-score.el: Ditto.
10821
10822         * wl-expire.el (wl-summary-expire): Display deleting info.
10823
10824 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10825
10826         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10827         `no-msg'.
10828         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10829         argument of `wl-thread-update-line-msgs'.
10830         (wl-summary-set-parent): Added optional argument `parent-number'.
10831         (wl-summary-buffer-saved-message): New buffer local variable.
10832         (wl-summary-save-current-message): New command.
10833         (wl-summary-yank-saved-message): Ditto.
10834         (wl-summary-mode-map): Added key binding for
10835         `wl-summary-save-current-message' (\ew) and
10836         `wl-summary-yank-saved-message' (\C-y).
10837         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10838
10839 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10840
10841         * wl-summary.el (wl-summary-mode-map): Added key binding for
10842         `wl-summary-set-parent' (ts).
10843
10844 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10845
10846         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10847         subject faster. If thread number is reverse, delayed updating
10848         thread.
10849         (wl-summary-search-by-subject): Ditto.
10850         (wl-summary-put-alike): Ditto.
10851         (wl-summary-get-alike): Ditto.
10852         (wl-summary-insert-headers): Insert header of all overview in
10853         buffer.
10854         (wl-summary-rescan): Delayed updating thread. Kill search subject
10855         buffer for wl-summary-search-by-subject.
10856         (wl-summary-sync-update3): Ditto.
10857         (wl-summary-exit): Ditto.
10858         (wl-summary-goto-bottom-of-current-thread): Change for linked
10859         thread.
10860         (wl-summary-overview-create-summary-line): Change line for linked
10861         thread.
10862
10863         * wl-summary.el (wl-summary-update-thread): Use
10864         wl-thread-maybe-get-children-num.
10865         (wl-summary-set-parent): If change parent, move sub thread.
10866         (wl-summary-redisplay-internal): Add horizontal recenter.
10867         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10868
10869         * wl-thread.el (wl-thread-entity-get-linked): New function.
10870         (wl-thread-entity-set-linked): New function.
10871         (wl-thread-create-entity): Add linked element.
10872         (wl-thread-entity-insert-as-top): Use wl-append.
10873         (wl-thread-maybe-get-children-num): If closing thread, return
10874         children msgs.
10875         (wl-thread-update-line-msgs): Displaying progress message.
10876         (wl-thread-update-line-on-buffer-sub): Use
10877         wl-thread-maybe-get-children-num.
10878         (wl-thread-update-line-on-buffer): If update line is not exists,
10879         insert thread.
10880         (wl-thread-delete-message): If delete top msg of thread, search
10881         parent by subject.
10882         (wl-thread-insert-entity): Use
10883         wl-thread-maybe-get-children-num.
10884
10885         * wl-highlight.el (wl-highlight-summary-current-line): change
10886         sregexp for linked thread.
10887         * wl-util.el (wl-count-lines): Count lines.
10888         (wl-horizontal-recenter): horizontal recenter.
10889         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10890         (wl-score-get-alike): Ditto.
10891         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10892         (wl-subject-length-limit): New variable.
10893         (wl-highlight-thread-indent-string-regexp): Changed for linked
10894         thread.
10895
10896 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10897
10898         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10899         New variable (revival).
10900         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10901         by subject matching if there's no in-reply-to nor references field
10902         (revival).
10903
10904 \f
10905 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10906
10907         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10908         message.
10909
10910 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10911
10912         * wl-summary.el (wl-summary-reply): Return t if there was a
10913         message at cursor point.
10914         Added unwind-protect.
10915         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10916         returns t.
10917         (wl-summary-cancel-message): Do nothing when there's no message at
10918         cursor point.
10919         (wl-summary-forward): Ditto.
10920         (wl-summary-jump-to-parent-message): Ditto.
10921         (wl-summary-reedit): Ditto.
10922         (wl-summary-edit-addresses): Ditto.
10923         (wl-summary-pipe-message): Ditto.
10924         (wl-summary-print-message-with-ps-print): Ditto.
10925         (wl-summary-print-message): Ditto.
10926         (wl-summary-mark-as-important): Ditto.
10927         (wl-summary-mark-as-unread): Ditto.
10928
10929         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10930         message at cursor point.
10931         (wl-summary-reply-with-citation): Remove unwind-protect.
10932
10933         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10934         subject searching feature.
10935         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10936         Eliminated.
10937
10938 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10939
10940         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10941         New variable.
10942         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10943         by subject matching if there's no in-reply-to nor references field.
10944
10945         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10946
10947         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10948         when display is finished.
10949         (wl-folder-open-all): Ditto.
10950         (wl-folder-update-access-group): Ditto.
10951         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10952         * wl-thread.el (wl-thread-close-all): Ditto.
10953
10954         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10955         progress gauge only when it was displayed.
10956         * wl-folder.el (wl-folder-insert-entity): Ditto.
10957
10958 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-summary.el (wl-summary-incorporate): Enclose
10961         `wl-summary-sync-force-update' with save-excursion.
10962
10963 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10964
10965         * wl-summary.el (wl-summary-prefetch-region):
10966         Pass current cursor point to `pos-visible-in-window-p' after
10967         moving cursor to the started point.
10968
10969 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10970
10971         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10972
10973         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10974         fields from the forwarding message.
10975         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10976         `ignored-fields'.
10977
10978 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10979
10980         * wl-mime.el (wl-message-request-partial):
10981         Eliminated argument `msgdb'.
10982         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10983         (wl-mime-combine-message/partial-pieces): Likewise.
10984         * tm-wl.el (wl-message-request-partial): Likewise.
10985         (wl-mime-combine-message/partial-pieces): Likewise.
10986
10987 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10988
10989         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10990         when display is finished.
10991
10992 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10993
10994         * wl-summary.el (wl-summary-goto-folder-subr):
10995         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10996
10997 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10998
10999         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11000         when cursor point is visible.
11001
11002 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11003
11004         * wl-expire.el (wl-expire-archive-get-max-number):
11005         Don't use `file-name-directory'.
11006
11007 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11008
11009         * wl-expire.el (wl-expire-archive-get-max-number):
11010         Use `file-name-directory'.
11011
11012 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11015         only when there is progress.
11016
11017 2000-04-13  Mito <mit@nines.nec.co.jp>
11018
11019         * wl-summary.el (wl-summary-sync-marks): Display progress.
11020
11021 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11022
11023         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11024         (wl-summary-prev): Move cursor regardless of unread status.
11025         (wl-summary-next): Ditto.
11026
11027 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11028
11029         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11030         Added argument `target' and `number'.
11031         * tm-wl.el (wl-summary-burst-subr): New function.
11032         (wl-summary-burst): Use it.
11033
11034 2000-04-10  Mito <mit@nines.nec.co.jp>
11035
11036         * wl-mime.el (wl-burst): New function.
11037         (wl-summary-burst): Use it.
11038
11039 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11040
11041         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11042         as petname when there's no candidate.
11043
11044 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11045
11046         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11047         New variable.
11048         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11049
11050         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11051
11052         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11053
11054 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11055
11056         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11057         Use substring of `original' instead of buffer-substring.
11058         (wl-refile-evaluate-rule):
11059         Set `original' argument of wl-refile-expand-newtext.
11060
11061         * wl-summary.el
11062         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11063         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11064         (wl-summary-auto-refile): Check existence of destination folder just
11065         before marking.
11066
11067 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11068
11069         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11070         when wl-refile-get-field-value return nil.
11071
11072 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11073
11074         * wl-refile.el
11075         (wl-refile-expand-newtext): New function imported from Gnus.
11076         (wl-refile-evaluate-rule): Use it.
11077
11078 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11079
11080         * wl-summary.el (wl-summary-print-destination):
11081         Duplicate folder string to avoid putting text-property on
11082         original string.
11083
11084         * wl-refile.el (wl-refile-get-field-value): New function.
11085         (wl-refile-evaluate-rule): New function;
11086         Evaluate refile rule recursively.
11087         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11088         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11089         New function; Check existence of a target folder recursively.
11090         (wl-summary-auto-refile-check-refile-rule-alist):
11091         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11092
11093 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11094
11095         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11096
11097         * wl-folder.el (wl-create-folder-entity-from-buffer):
11098         Fixed problem when '}' character is contained in folder name.
11099
11100         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11101
11102 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11103
11104         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11105         (wl-fldmgr-add-completion-all-completions):
11106         Use wl-fldmgr-add-completion-hashtb.
11107
11108 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11109
11110         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11111         wl-fldmgr-add-completion-subr): New functions.
11112         * wl-folder.el (wl-folder-completion-func): New variable.
11113         * wl-summary.el (wl-summary-read-folder):
11114         Use wl-folder-completion-func.
11115
11116         * wl-refile.el: Eliminate throw & catch.
11117
11118         * wl.el (wl-plugged-sending-queue-status): Fixed.
11119
11120 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11121
11122         * wl-draft.el (wl-draft): Put category property on
11123         mail-header-separator.