* wl-draft.el (wl-draft-forward-make-subject): Extracted from
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
4         `wl-draft-forward'.
5         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
6
7 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
8
9         * wl-action.el (wl-summary-target-mark-set-action): Stop if
10         target message does not exist.
11
12 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
13
14         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
15         `wl-subject-prefix-regexp'.
16         (wl-subject-forward-prefix-regexp): New variable.
17         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
18         `wl-draft-strip-subject-re' and take regexp as argument.
19         (wl-draft-forward): Use it.
20         (wl-draft-reply): Ditto.
21
22 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
23
24         * wl-e21.el (wl-highlight-plugged-current-line): Change for
25         emacs multi-tty support.
26
27 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
28
29         * wl-e21.el (wl-e21-display-image-p): Don't call
30         `display-images-p'.
31         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
32         support.
33         (wl-highlight-folder-current-line): Ditto.
34         (wl-folder-init-icons): Ditto.
35
36 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
37
38         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
39         the last line of summary in unplugged mode.
40
41 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
42
43         * wl-vars.el (wl-refile-rule-alist): Doc fix.
44
45 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-vars.el (wl-user-mail-address-regexp): New variable.
48         * wl-address.el (wl-address-user-mail-address-p): Use it.
49         (wl-address-delete-user-mail-addresses): Ditto.
50         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
51
52         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
53         (wl-address-delete-user-mail-addresses): Ditto.
54
55         * wl-address.el (wl-address-delete-user-mail-addresses): New
56         function.
57         * wl-refile.el (wl-refile-guess-by-history): Use it.
58         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
59         (wl-draft-make-mail-followup-to): Ditto and fix logic.
60
61         * wl-draft.el (wl-draft-edit-string): To judge sender address,
62         use wl-address-user-mail-address-p.
63
64 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
67         after opening group.
68
69 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
72         of elmo-set-buffer-multibyte.
73
74         * wl-message.el (wl-original-message-mode): Ditto.
75
76         * wl-score.el (wl-score-insert-header): Ditto.
77
78         * wl-summary.el
79         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
80         (wl-summary-goto-folder-subr): Ditto.
81         (wl-summary-insert-headers): Ditto.
82
83         * wl-util.el (wl-set-string-width): Ditto.
84
85         * Version number is increased to 2.11.29.
86
87 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
88
89         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
90         (wl-highlight-summary-line-help-echo-alist): New variable.
91         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
92         into `wl-highlight-summary-line-help-echo' and
93         `wl-highlight-flag-folder-help-echo'.
94         (wl-highlight-summary-line-string): Change accordingly.
95         (wl-highlight-summary-current-line): Ditto.
96
97 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-highlight.el (wl-highlight-message): Ignore white spaces
100         at the beginning of field body (Thanks to Markus Knittig).
101
102         * wl-draft.el (wl-draft-insert-current-message): Also check
103         summary buffer, remove unnecessary tag.
104
105 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * wl-draft.el (wl-draft-insert-current-message): Cause error also
108         when wl-message-buffer is nil.
109
110         * wl-folder.el (wl-folder): Abolish unused argument.
111         Call wl-folder-init when wl-folder-entity is nil.
112         * wl.el (wl): Change accordingly.
113
114 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
117         multibyte string before insert into draft buffer.
118         (wl-draft-create-buffer): Always enable multibyte characters for
119         draft buffer.
120
121         * Version number is increased to 2.11.28.
122
123 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-folder.el (wl-folder-open-close): Handle blank line.
126         (wl-folder-jump-to-current-entity): Ditto.
127
128 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * Version number is increased to 2.11.27.
131
132 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-thread.el (wl-thread-insert-message): When the thread is
135         devided by wl-summary-max-thread-depth, insert line at the end of
136         buffer.
137
138 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * Version number is increased to 2.11.26.
141
142 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
145
146 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
147
148         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
149         value of stream-type and session.
150
151 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * Version number is increased to 2.11.25.
154
155 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
156
157         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
158         in a quit message.
159
160 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
163         (wl-summary-redisplay-no-mime-internal): Ditto.
164
165 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
168         * wl-vars.el (wl-smtp-connection-type): Ditto.
169
170 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
171
172         * wl-highlight.el (wl-highlight-message): Change to strict regexp
173         for the separator line and quote mail-header-separator.
174
175 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-spam.el (wl-message-check-spam): Fixed problem no display
178         result message.
179
180         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
181         `elmo-multiple-fields-body-list' with boundary as
182         mail-header-separator.
183
184 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
187
188 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
189
190         * wl-util.el (wl-list-diff): Remove unused function.
191
192         * wl-draft.el (wl-draft-send-confirm): Discard input before
193         confirmation.
194
195 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
198         order of flag and new.
199
200 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-vars.el (wl-refile-policy-alist): Abolished.
203
204         * wl-action.el (wl-summary-set-action-refile): Follow the change
205         above.
206
207 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * wl-highlight.el (wl-highlight-signature-search): Don't use
210         re-search-backward for a long word since it is possible to crash
211         XEmacs because of a bug.
212
213 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
214
215         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
216
217 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
218
219         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
220         argument for wl-summary-sync-force-update.
221
222 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
223
224         * wl-summary.el (wl-summary-mode-map): Revival of
225         wl-summary-mark-as-important related bindings;
226         Bind 'F','tF','mF','rF','m&'.
227         (wl-summary-mark-as-important-region): Revival.
228         (wl-summary-target-mark-mark-as-important): Ditto.
229         (wl-summary-target-mark-operation): New function.
230         (wl-summary-target-mark-mark-as-answered): Use it.
231         (wl-summary-decide-flag): Don't set Important as default.
232         (wl-summary-mark-as-important-internal): Revival.
233         (wl-summary-mark-as-important): Ditto.
234
235         * wl-thread.el (wl-thread-mark-as-important): Ditto.
236
237         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
238         instead of facep.
239
240 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
241
242         * wl-dnd.el (wl-dnd-drop-func): Fix.
243
244         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
245         mouse-set-point instead of posn-point.
246
247         * wl-xmas.el (wl-completing-read-multiple): Define as function.
248
249         * wl-mule.el (wl-completing-read-multiple): Ditto.
250
251 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-demo.el (face-background-name): Defalias to avoid compile
254         warning.
255
256 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
257
258         * wl-summary.el (wl-summary-decide-flag): Use
259         wl-completing-read-multiple instead of completing-read-multiple.
260
261         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
262         New alias.
263
264         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
265         Use face-background-name instead of face-background.
266
267         * wl-vars.el (wl-summary-save-file-suffix): New user option.
268
269         * wl-summary.el (wl-summary-save): Use it.
270         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
271
272         * wl-mime.el (wl-mime-save-content): Fix last change.
273
274 2004-02-10  Len Trigg <lenbok@myrealbox.com>
275
276         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
277         New function.
278         (wl-summary-sort-specs): Added sort.
279         * wl-mime.el (wl-mime-save-content): Expand file name.
280
281 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-mime.el (wl-draft-preview-message): Fixed typo.
284
285         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
286
287 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
290         for flag if it is not defined.
291
292 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
293
294         * wl-e21.el (wl-highlight-folder-current-line): Use
295         elmo-folder-type-internal when elmo-folder-type returns nil.
296
297         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
298
299         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
300
301         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
302
303         * wl-e21.el (wl-summary-toolbar): Ditto.
304
305         * wl-vars.el (wl-demo-background-color): Abolished.
306         (wl-summary-persistent-mark-priority-list): Renamed from
307         wl-summary-flag-priority-list.
308         (wl-summary-flag-alist): New user option.
309         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
310         (wl-message-mode-line-format-spec-alist): Added 'F'.
311         (wl-message-mode-line-format): Likewise.
312         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
313         instead of wl-summary-important-mark.
314         (wl-file-folder-icon): New variable.
315
316         * wl-thread.el (wl-thread-set-flags): Renamed from
317         wl-thread-mark-as-important.
318
319         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
320         warning.
321         (wl-summary-mode-menu-spec): Follow the change of 
322         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
323         (wl-summary-mode-map): Follow the change of
324         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
325         (wl-summary-detect-mark-position): Follow the variable name change.
326         (wl-summary-set-flags-region): New function for the replacement of
327         wl-summary-mark-as-important-region.
328         (wl-summary-sync-marks): Sync all global-flags.
329         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
330         instead of elmo-message-flagged-p.
331         (wl-summary-persistent-mark-string): Follow the variable name change;
332         Put wl-summary-flag-mark if the message has global-flag.
333         (wl-summary-target-mark-set-flags): Renamed from 
334         wl-summary-target-mark-mark-as-important.
335         (wl-summary-decide-flag): New function.
336         (wl-summary-set-flags-internal): Renamed from
337         wl-summary-mark-as-important-internal.
338         (wl-summary-add-flags-internal): New function.
339         (wl-summary-remove-flags-internal): Ditto.
340         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
341         (wl-summary-mark-as-unimportant): Abolish.
342         (wl-summary-move-spec-alist): Changed `important' to `digest'.
343         (wl-summary-next-message): List flagged messages in the msgdb.
344
345         * wl-score.el (wl-summary-score-update-all-lines): Use
346         wl-summary-add-flags-internal instead of 
347
348         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
349
350         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
351         from wl-message-buffer-cur-flag (To avoid misunderstanding).
352         (wl-message-buffer-require-all-header): Renamed from
353         wl-message-buffer-all-header-flag (Ditto).
354         (wl-message-buffer-flag-indicator): New variable.
355         (wl-message-redisplay): Changed local varibale name from `flag' to
356         `display-type'; Set up wl-message-buffer-flag-indicator.
357         (wl-message-buffer-display): Changed varibale name from `flag' to
358         `display-type'.
359         (wl-message-display-internal): Likewise.
360
361         * wl-highlight.el (wl-highlight-demo-face): Define default background
362         color.
363         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
364
365         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
366
367         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
368         (wl-demo-setup-properties): Renamed from
369         `wl-demo-set-background-color'.
370         (wl-demo): Follow the change above.
371         
372         * Version number is increased to 2.11.24.
373
374 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-summary.el (wl-summary-toggle-thread): Call
377         `wl-summary-rescan' with disable-thread as non-nil.
378         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
379
380 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
383         foreground property of the face.
384         (wl-demo-insert-text): Don't set up face property here.
385         (wl-demo): Call wl-demo-set-background-color, anyway.
386
387 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-vars.el (wl-demo-background-color): The value can be nil.
390
391 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
394         to wl-summary-wheel-dispatcher.
395
396         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
397         wl-message-wheel-dispatcher.
398         (wl-message-wheel-dispatcher): New function.
399         (wl-summary-wheel-dispatcher): Ditto.
400
401 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
402
403         * wl-action.el (wl-summary-target-mark-all): List messages which are
404         not in the killed-list.
405
406         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
407         only when the folder is 'flag/important.
408
409         * wl-address.el (wl-complete-field-body): Complete if the last
410         character is a space.
411
412 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-folder.el (wl-folder-clear-entity-info): Use
415         elmo-clear-hash-val.
416
417         * wl-fldmgr.el (wl-fldmgr-rename): Set
418         wl-folder-info-alist-modified as t.
419
420 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
423
424 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
427         (wl-folder-buffer-last-visited-entity-id): New buffer local
428         variable.
429         (wl-folder-revisit-last-visited-folder): New function.
430         (wl-folder-mode-map): Bind it to "C-i".
431         (wl-folder-set-current-entity-id): Set last visited folder.
432         * wl-summary.el (wl-summary-exit): Ditto.
433
434 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
437         before calling `recenter' in order to cope with an XEmacs bug.
438
439 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
442         to the default value.
443
444 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
447         change.
448         (wl-summary-sync-marks): Ditto.
449         (wl-summary-mark-as-read-internal): Ditto.
450         (wl-summary-mark-as-answered-internal): Ditto.
451         (wl-summary-mark-as-important-internal): Ditto.
452         (wl-summary-reply): Ditto.
453
454         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
455         instead of `elmo-folder-unflag-answered'.
456
457         * Version number is increased to 2.11.23.
458
459         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
460         the last change.
461
462 2004-01-11  Kenichi Okada  <okada@opaopa.org>
463
464         * wl-spam.el (wl-summary-exec-action-refile-with-register):
465         Specify "spam" or "good".
466
467 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
468
469         * wl-spam.el (wl-summary-exec-action-spam): Call
470         wl-folder-confirm-existence for spam folder.
471         (wl-spam-setup): Bind "mk".
472
473 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
476
477 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
478
479         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
480         destination folder is empty.
481
482 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
483
484         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
485         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
486
487         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
488         (wl-summary-refile-prev-destination-region): New function.
489         (wl-thread-refile-prev-destination): Ditto.
490         (wl-summary-target-mark-refile-prev-destination): Ditto.
491
492 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
493
494         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
495         (wl-demo-background-color): Changed default value.
496
497         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
498         color.
499
500         * wl-demo.el (wl-demo-set-background-color): New function.
501         (wl-demo): Call it.
502
503 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * wl-address.el (wl-address-delete): Avoid mis-deleting.
506         * wl-address.el (wl-address-add-or-change): Don't add empty
507         address.
508
509 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
510
511         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
512
513 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
514
515         * wl-vars.el (wl-demo-image-filter-alist): New variable
516         (wl-demo-background-color): Ditto.
517
518         * wl-demo.el (wl-demo-xpm-set-background): New function.
519         (wl-demo-image-filter): Ditto.
520         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
521
522         * wl-vars.el (wl-demo-icon-name-alist): New variable.
523
524         * wl-demo.el (wl-demo-icon-name): Define as function.
525         (wl-demo-insert-image): Use it.
526
527 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
528
529         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
530
531 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
532
533         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
534
535 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
536
537         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
538
539 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-thread.el (wl-thread-mark-as-answered): New function.
542
543         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
544         answered" entry.
545         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
546         "r&" and wl-thread-mark-as-answered to "t&".
547         (wl-summary-mark-as-important-region): Refine to toggle mark.
548         (wl-summary-mark-as-answered-region): New function.
549         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
550         and 3rd argument.
551         (wl-summary-mark-as-important-internal): Likewise.
552
553 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-template.el (wl-template-preview): New internal variable.
556         (wl-template-preview-p): New function.
557         (wl-template-show): Bind `wl-template-preview' as t.
558
559 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
562         `elmo-message-entity-field' with 3rd argument which is non-nil.
563
564 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
567         Removed duplicate local bind `folder'.
568
569 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
572
573 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
576         duplicate definition.
577
578 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
579
580         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
581         non-nil, use it; Don't fetch message if there's no message in the
582         current cursor position.
583
584 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
585
586         * wl-util.el (wl-region-exists-p): Use region-active-p.
587         (wl-deactivate-region): New function.
588         * wl-message.el (wl-message-redisplay): Deactivate region.
589
590         * wl-summary.el (wl-summary-reply): Call
591         `wl-summary-set-message-buffer-or-redisplay' instead of
592         `wl-summary-redisplay-internal', don't move point.
593
594 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
597         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
598         by regexp.
599
600 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
603         if no need.
604
605 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
608         default value to nil.
609         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
610         `wl-summary-prepare-hook'; Replace refile action to
611         `wl-summary-exec-action-refile-with-register'.
612
613         * Version number is increased to 2.11.22.
614
615 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-summary.el (wl-summary-detect-mark-position): Set
618         `wl-summary-buffer-weekday-name-lang'.
619
620 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
621
622         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
623         (wl-summary-mark-as-read-all): Ditto.
624         (wl-summary-delete-messages-on-buffer): Ditto.
625         (wl-summary-sync-update): Ditto.
626         (wl-summary-mark-as-read-internal): Ditto.
627         (wl-summary-mark-as-answered-internal): Ditto.
628         (wl-summary-update-folder-info): Abolished.
629
630 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-summary.el (wl-summary-mark-as-read-all): Use
633         `wl-summary-update-folder-info' instead of
634         `wl-folder-update-unread'.
635
636 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
637
638         * wl-summary.el (wl-summary-update-folder-info): New function derived from
639         `wl-summary-folder-info-update'.
640         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
641         instead of `wl-summary-folder-info-update'.
642         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
643         `wl-folder-set-folder-updated'.
644         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
645         instead of `wl-folder-update-unread'.
646         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
647         the value of `wl-summary-buffer-unread-count' for the second parameter of
648         `wl-folder-update-unread'.
649
650         * Version number is increased to 2.11.21.
651
652 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
653
654         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
655         a local variable.
656
657 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-spam.el (wl-summary-mark-spam): Show message only if call
660         interactively.
661
662         * wl-summary.el (wl-summary-mark-as-important-internal): New
663         internal function.
664         (wl-summary-mark-as-important): Use it.
665         (wl-summary-mark-as-unimportant): New function.
666         (wl-summary-sync-marks): Follow the API change.
667
668         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
669
670         * wl-mime.el (wl-summary-burst): Check target folder is writable.
671
672 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
673
674         * wl-folder.el (wl-folder-update-unread): Re-indent.
675         Narrow the scope of a local variable.
676
677 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
680         (wl-addrmgr-merge-entries): Ditto.
681         (wl-addrmgr): Added to address entry which exists in draft buffer
682         if no entry is in original.
683
684 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
685
686         * wl-batch.el: New file.
687
688 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
689
690         * wl-vars.el (wl-use-semi): Remove unused variable.
691
692 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
693
694         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
695         "?".
696
697 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
700         wl-summary-new-mark.
701         (wl-summary-new-cached-mark): New user option.
702         (wl-summary-score-marks): Follow the change above.
703         (wl-summary-auto-refile-skip-marks): Ditto.
704         (wl-summary-incorporate-marks): Ditto.
705         (wl-summary-expire-reserve-marks): Ditto.
706
707         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
708
709         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
710         (wl-summary-persistent-mark-string): Distinguished between cached
711         and uncached mark when the message is new.
712
713 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-spam.el (wl-spam-domain): Renamed from
716         `wl-spam-folder-guess-domain'.
717         (wl-summary-exec-action-spam): Register as spam if domain of the
718         source folder is good.
719         (wl-summary-exec-action-refile-with-register): Register message if
720         domain of the source folder is not undecided.
721
722 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
725         detect thread loop.
726
727 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
730         and wl-summary-skip-mark-list.
731
732 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
735
736         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
737
738         * wl-spam.el (toplevel): Require wl-highlight.
739         (wl-spam-auto-check-policy-alist): Abolish.
740         (wl-spam-auto-check-folder-regexp-list): New user option.
741         (wl-spam-auto-check-marks): Ditto.
742         (wl-spam-mark-action-list): Ditto.
743         (wl-highlight-summary-spam-face): New face.
744         (wl-spam-auto-check-message-p): New function.
745         (wl-spam-map-spam-messages): Fixed message.
746         (wl-spam-register-spam-messages): Ditto.
747         (wl-spam-register-good-messages): Ditto.
748         (wl-summary-spam-map): Add and remove keybind.
749         (wl-summary-target-mark-spam): Abolish.
750         (wl-summary-refile-spam): Ditto.
751         (wl-summary-test-spam): New function.
752         (wl-summary-mark-spam): Ditto.
753         (wl-summary-auto-check-spam): Follow the above change.
754         (wl-summary-exec-action-spam): New function.
755         (wl-summary-exec-action-refile-with-register): Fixed message.
756         (wl-message-check-spam): New function.
757         (wl-spam-setup): Ditto.
758         (toplevel): Call it if this file is loaded interactivity.
759
760         * Version number is increased to 2.11.20.
761
762 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
765         when new optional argument `force' is non nil or modified.
766
767 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl.el (toplevel): Require wl-spam when compile.
770         (wl-save-status): Call wl-spam-save-status.
771
772         * wl-spam.el (wl-spam-register-spam-messages): New function.
773         (wl-spam-register-good-messages): Ditto.
774         (wl-spam-save-status): Ditto.
775         (wl-summary-mode-map): Bind
776         wl-summary-target-mark-register-as-spam to "ms" and
777         wl-summary-target-mark-register-as-good to "mn".
778         (wl-summary-register-as-spam): Abolish optional argument; Use
779         wl-spam-register-spam-messages.
780         (wl-summary-register-as-spam-all): Use
781         wl-spam-register-spam-messages.
782         (wl-summary-register-as-good): Abolish optional argument; Use
783         wl-spam-register-good-messages.
784         (wl-summary-register-as-good-all): Use
785         wl-spam-register-good-messages.
786         (wl-summary-target-mark-register-as-spam): New funtion.
787         (wl-summary-target-mark-register-as-good): Ditto.
788
789 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-spam.el: New file.
792
793 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
796
797         * wl-action.el (wl-auto-refile-guess-functions): New variable.
798         (wl-summary-auto-refile): Call wl-refile-guess with
799         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
800
801 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
804         with disable-thread argument non-nil.
805
806 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-rescan): Added optional argument
809         disable-thread.
810         (wl-summary-sync): Call wl-summary-rescan with argument
811         disable-thread.
812         (wl-summary-input-range): Added new range `rescan-thread'.
813
814 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
815
816         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
817
818 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
821         internal variable.
822         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
823         wl-summary-search-parent-by-subject-regexp and
824         wl-summary-divide-thread-when-subject-changed as nil.
825         (wl-summary-insert-sequential): If entity is nil, nothing to do.
826         (wl-summary-insert-thread): Search parent entity from
827         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
828         thread loop.
829
830 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
831
832         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
833
834         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
835
836         * wl-util.el (wl-require-update-all-folder-p): New function.
837         (wl-get-assoc-list-value): Added `function' to match directive.
838         (wl-collect-draft): Rewrite.
839
840         * wl-summary.el (wl-summary-sync-update): Clear faces
841         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
842         are non-nil.
843         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
844         argument as function.
845         (wl-summary-input-range): Ditto.
846
847         * wl-folder.el (wl-draft-get-folder): New function.
848         (wl-folder-get-elmo-folder): Consider draft folder.
849
850         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
851         (wl-draft-buffer-message-number): New buffer local variable.
852         (wl-draft-folder-internal): New internal variable.
853         (wl-draft-delete): Rewrite.
854         (wl-draft-save): Ditto.
855         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
856         wl-folder-get-elmo-folder.
857         (wl-draft-config-info-operation): Ditto.
858         (wl-jump-to-draft-folder): Ditto.
859         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
860         (wl-draft-reedit): Rewrite.
861
862         * Version number is increased to 2.11.19.
863         
864 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
865
866         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
867         variable.
868
869 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
872         Use ignore-errors instead of unwind-protect.
873
874 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
875
876         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
877         for updating `wl-thread-entity-list'.
878
879 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
880
881         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
882         parameter from calling `wl-thread-entity-get-older-brothers' and
883         `wl-thread-entity-get-younger-brothers'.
884         Replace nested `append' with a single one.
885
886 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-summary.el (wl-summary-mode): Don't use the return value of
889         `make-local-hook'.
890
891 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
892
893         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
894         instead of `let*'.
895         (wl-thread-delete-message): Likewise.  Split and narrow the scope
896         of local variables.
897
898 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
901         Renamed from wl-summary-window-scroll-functions.
902         (wl-summary-window-scroll-functions): Don't set to variable.
903         (wl-summary-display-top): Use run-hooks.
904         (wl-summary-display-bottom): Ditto.
905         (wl-summary-toggle-disp-msg): Ditto.
906         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
907         Use it instead of wl-summary-window-scroll-functions.
908         (wl-summary-goto-folder-subr): Don't call
909         wl-summary-window-scroll-functions, use
910         wl-summary-buffer-window-scroll-functions instead.
911
912 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
915         make-local-variable.
916
917 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
918
919         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
920         set-buffer-modified-p.
921         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
922         (wl-summary-display-bottom): Ditto.
923         (wl-summary-toggle-disp-msg): Ditto.
924
925 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
928
929         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
930         (wl-summary-forward): Use elmo-message-entity-field instead of
931         elmo-message-field.
932
933         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
934
935 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-summary.el (wl-summary-window-scroll-functions): No use
938         `append'.
939
940 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
941
942         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
943         function.
944         (wl-summary-window-scroll-functions): Call it when both
945         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
946         (wl-summary-temp-mark): Added optional argument number.
947         (wl-summary-message-mark): Added optional argument flag.
948         (wl-summary-persistent-mark): Added optional argument number and flag.
949         (wl-summary-update-persistent-mark): Ditto.
950         (wl-summary-update-status-marks): Set "r" for interactive spec.
951
952         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
953         argument number and flag.
954
955         * wl-action.el (wl-summary-registered-temp-mark): 
956         Do nothing when wl-summary-buffer-temp-mark-list is nil.
957
958 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
961         internal variable (buffer local).
962         (wl-summary-window-scroll-functions): New function.
963         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
964         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
965         as nil.
966         (wl-summary-update-status-marks): Added arguments beg, end and
967         check.
968         (wl-summary-update-mark-window): Use function.
969         (wl-summary-sync-update): Follow the change above.
970         (wl-summary-switch-to-clone-buffer): Copy
971         wl-summary-buffer-unsync-mark-number-list.
972         (wl-summary-goto-folder-subr): Set
973         wl-summary-buffer-unsync-mark-number-list and
974         use wl-summary-window-scroll-functions insteaf of
975         wl-summary-lazy-highlight.
976
977         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
978
979 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
982
983         * wl-summary.el (wl-summary-update-persistent-mark): Call
984         wl-summary-set-message-modified.
985
986         * wl-summary.el (wl-summary-sync-update): Don't call
987         wl-summary-update-status-marks.
988
989         * Version number is increased to 2.11.18.
990
991 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-message.el (wl-message-prev-page): Use save-selected-window.
994         (wl-message-next-page): Ditto.
995
996 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
997
998         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
999         local variable.  Change the order of a collected list into the
1000         same as the specified range.  Remove nil from a collected list.
1001
1002 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1005         argument for elmo-folder-list-messages.
1006
1007 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1010         change (wl-summary-count-unreads return a list instead of a cons
1011         cell).
1012
1013 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1014
1015         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1016         `wl-summary-folder-info-update'.
1017
1018 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-summary.el (wl-summary-set-message-modified): No use
1021         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1022         (wl-summary-set-mark-modified): Abolish.
1023         (wl-summary-mark-modified-p): Ditto.
1024         (wl-summary-save-view): Follow the change above.
1025
1026         * wl-expire.el (wl-summary-expire): Likewise.
1027
1028 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1029
1030         * wl-summary.el (wl-summary-detect-mark-position): Use
1031         modb-entity-handler.
1032         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1033
1034         * Version number is increased to 2.11.17.
1035
1036 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1039         entity field value.
1040         (wl-summary-prefetch-msg): Ditto.
1041         (wl-summary-print-message-with-ps-print): Ditto.
1042
1043 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1046         for dummy entity.
1047         (wl-summary-insert-thread): Use elmo-message-entity-field.
1048         (wl-summary-update-thread): Use elmo-message-entity-field and
1049         elmo-message-entity-number.
1050         (wl-summary-line-number):  Use elmo-message-entity-number.
1051         (wl-summary-line-size): Use elmo-message-entity-field.
1052         (wl-summary-line-subject): Ditto.
1053         (wl-summary-line-from): Ditto.
1054         (wl-summary-line-attached): Ditto.
1055         (wl-summary-create-line): Ditto.
1056         (wl-summary-create-line): Use elmo-message-entity-number.
1057         (wl-summary-print-message-with-ps-print): Use
1058         elmo-message-entity-field.
1059
1060 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1063         change in elmo-msgdb-make-message-entity.
1064         (wl-summary-buffer-set-folder): Don't call
1065         wl-summary-detect-mark-position here.
1066         (wl-summary-rescan): Call elmo-message-entity-number.
1067         (wl-summary-sync-update): Ditto.
1068         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1069
1070         * wl-score.el (wl-score-header-index): Redefine 2th element.
1071         (wl-score-overview-entity-get-extra): Abolish.
1072         (wl-score-ov-entity-get): Rewrite.
1073         (wl-score-string-index<, wl-score-string-func<): Abolish.
1074         (wl-score-string<): New function.
1075         (wl-score-string-sort): Use it.
1076
1077         * wl-refile.el (wl-refile-guess-by-history): Use
1078         elmo-message-entity-field.
1079         (wl-refile-guess-by-from): Ditto.
1080         (wl-refile-guess-by-msgid): Ditto.
1081
1082         * Version number is increased to 2.11.16.
1083
1084 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-folder.el (wl-folder-confirm-existence): Don't call
1087         file-exists-p if msgdb-path is nil.
1088         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1089         `wl-read-folder-hist' to `wl-read-folder-history'.
1090
1091 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1092
1093         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1094         `y-or-n-p'.
1095
1096 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-score.el (wl-score-headers): Don't use
1099         elmo-folder-do-each-message-entity.
1100
1101         * Version number is increased to 2.11.15.
1102
1103 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * wl-summary.el (wl-summary-delete-all-msgs): Use
1106         elmo-folder-move-messages instead of elmo-folder-delete-messages
1107         and elmo-folder-detach-messages.
1108         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1109
1110         * wl-expire.el (wl-expire-delete): Ditto.
1111         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1112
1113 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1114
1115         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1116         (wl-message-header-narrowing-fields): Ditto.
1117         (wl-message-header-narrowing-lines): Ditto.
1118         (wl-message-header-narrowing-string): Ditto.
1119
1120         * wl-summary.el (wl-summary-mode-map): Bind
1121         wl-summary-toggle-header-narrowing to "C-cC-f".
1122         (wl-summary-toggle-header-narrowing): New function.
1123
1124         * wl-message.el (wl-message-buffer-create): Call
1125         wl-message-header-narrowing-setup.
1126         (wl-message-redisplay): Call wl-message-header-narrowing.
1127         (wl-message-header-narrowing): New function.
1128         (wl-message-header-narrowing-map): New keymap.
1129         (wl-message-header-narrowing-widen-map): New keymap.
1130         (wl-message-header-narrowing-again-at-mouse): New function.
1131         (wl-message-header-narrowing-1): Ditto.
1132         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1133         (wl-message-header-narrowing-setup): Ditto.
1134         (wl-message-header-narrowing-toggle): Ditto.
1135         
1136         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1137
1138         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1139         'flag as all.
1140         (wl-use-flag-folder-help-echo): New user option.
1141
1142         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1143         wl-summary-highlight as nil.
1144         (wl-summary-set-mark-modified): Follow the API change.
1145         (wl-summary-mark-modified-p): Ditto.
1146         (wl-summary-mark-as-read-all): Ditto.
1147         (wl-summary-sync-marks): Don't call
1148         elmo-folder-list-messages-with-global-mark.
1149         (wl-summary-mark-as-read-internal): Follow the API change.
1150         (wl-summary-mark-as-answered-internal): Ditto.
1151         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1152         Follow the API change.
1153         (wl-summary-create-line): Call with number argument.
1154         (wl-summary-reply): Follow the API change.
1155
1156         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1157         function.
1158         (wl-highlight-summary-line-string): Call it when
1159         wl-use-flag-folder-help-echo is non-nil.
1160         (wl-highlight-summary-current-line): Ditto.
1161         (elmo-flag-folder-referrer): Added autoload setting.
1162
1163         * wl-draft.el (wl-draft-kill): Follow the API change.
1164
1165         * Version number is increased to 2.11.14.
1166         
1167 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1170
1171 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * Version number is increased to 2.11.13.
1174
1175 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-draft.el (wl-draft-previous-history-element): Fixed
1178         unbalanced parenthesis and bind unbound local variables.
1179
1180 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-draft.el (wl-draft-previous-history-element): New function.
1183         (wl-draft-next-history-element): Ditto.
1184         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1185         them to M-p and M-n.
1186
1187 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * Version number is increased to 2.11.12.
1190
1191 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-draft.el (wl-draft-hide): Select buffer-window.
1194
1195 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1196
1197         * wl-summary.el (wl-summary-narrow-to-region): New function.
1198         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1199         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1200         (wl-summary-save-region): Use it.
1201         * wl-action.el (wl-summary-collect-numbers-region)
1202         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1203
1204 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1205
1206         * wl-folder.el (wl-folder-count-incorporates): Don't use
1207         `elmo-msgdb-mark-load'
1208
1209         * Version number is increased to 2.11.11.
1210
1211 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1212
1213         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1214         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1215
1216 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1217
1218         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1219
1220 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * Version number is increased to 2.11.10.
1223
1224 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1225
1226         * wl-mime.el (wl-draft-attribute-value): Fixed.
1227
1228 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * wl-util.el (wl-copy-local-variables): New function.
1231
1232         * wl-mime.el (wl-draft-attribute-recipients): New function.
1233         (wl-draft-attribute-envelope-from): Ditto.
1234         (wl-draft-attribute-smtp-posting-server): Ditto.
1235         (wl-draft-attribute-smtp-posting-port): Ditto.
1236         (wl-draft-attribute-value): Ditto.
1237         (wl-draft-preview-message): Use it to get value for
1238         attributes. Reflect result of `wl-draft-config'.
1239
1240         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1241         and call `wl-summary-mark-as-read' before to call
1242         `wl-summary-unset-mark'.
1243         (wl-summary-target-mark-mark-as-unread): Likewise.
1244         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1245
1246 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1247
1248         * wl-mime.el (wl-draft-preview-message): Use actual value for
1249         attributes; Fix for small window.
1250
1251 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-refile.el (wl-refile-get-field-value): Call
1254         `elmo-message-entity-field' with 3rd argument is non-nil.
1255
1256 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * wl-vars.el (wl-draft-preview-attributes): New user option.
1259         (wl-draft-preview-attributes-list): Ditto.
1260         (wl-draft-preview-attributes-buffer-lines): Ditto.
1261         (wl-draft-preview-attributes-buffer-name): Ditto.
1262
1263         * wl-mime.el (wl-draft-preview-message): Display attributes.
1264
1265 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-summary.el (wl-summary-detect-mark-position): Bind
1268         wl-summary-flag-priority-list to '(new).
1269
1270 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1273         funtion.
1274         (wl-highlight-summary-line-string): Use it.
1275         (wl-highlight-summary-current-line): Ditto.
1276
1277 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1278
1279         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1280         line even when the mark string is not changed.
1281
1282         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1283         argument change in the wl-summary-create-line.
1284         (wl-thread-insert-entity-sub): Ditto.
1285
1286         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1287         argument change in the wl-summary-create-line.
1288         (wl-summary-insert-sequential): Ditto.
1289         (wl-summary-update-thread): Ditto.
1290         (wl-summary-persistent-mark-string): New inline function.
1291         (wl-summary-message-mark): Use it.
1292         (wl-summary-create-line): Abolish argument wl-persistent-mark
1293         and added wl-flags, wl-cached.
1294
1295         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1296         mark to flags.
1297         (wl-highlight-summary-current-line): Decide the face not by the 
1298         persistent mark but flags.
1299
1300 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1303         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1304         wl-summary-read-uncached-mark): Revive.
1305         (wl-summary-answered-cached-mark,
1306         wl-summary-answered-uncached-mark): New user option.
1307         (wl-summary-score-marks): Follow the change above.
1308         (wl-summary-auto-refile-skip-marks): Ditto.
1309         (wl-summary-incorporate-marks): Ditto.
1310         (wl-summary-expire-reserve-marks): Ditto.
1311         (wl-summary-flag-priority-list): New user option.
1312
1313         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1314         changes.
1315         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1316         of elmo-message-mark.
1317         (wl-summary-mark-as-read-internal): Ditto.
1318         (wl-summary-mark-as-answered): Ditto.
1319         (wl-summary-mark-as-important): Ditto.
1320         (wl-summary-redisplay-internal): Ditto.
1321         (wl-summary-redisplay-no-mime-internal): Ditto.
1322         (wl-summary-message-mark): New function.
1323         (wl-summary-insert-sequential): Use wl-summary-message-mark
1324         instead of elmo-message-mark.
1325         (wl-summary-update-thread): Ditto.
1326         (wl-summary-persistent-mark): Ditto.
1327         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1328         instead of elmo-message-mark.
1329
1330         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1331         wl-summary-message-mark instead of elmo-message-mark.
1332         (wl-thread-insert-entity-sub): Ditto.
1333         (wl-thread-get-children-msgs-uncached): Ditto.
1334
1335         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1336         variable name changes.
1337         (wl-highlight-summary-current-line): Ditto.
1338
1339         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1340         wl-summary-message-mark instead of elmo-message-mark.
1341
1342         * wl-expire.el (wl-expire-message-p): Ditto.
1343
1344         * wl-score.el (wl-score-headers): Ditto.
1345
1346         * Version number is increased to 2.11.9.
1347
1348         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1349         (wl-summary-sync-update): Follow the change above.
1350         (wl-summary-switch-to-clone-buffer): Ditto.
1351         (wl-summary-open-folder): Ditto.
1352
1353 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1356         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1357
1358         * Version number is increased to 2.11.8.
1359
1360         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1361
1362         * wl-expire.el (wl-expire-refile): Follow the API change on
1363         `elmo-folder-move-messages'.
1364         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1365
1366         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1367         (wl-summary-exec-action-refile): Ditto.
1368         (wl-summary-exec-action-copy): Ditto.
1369         (wl-summary-no-auto-refile-message-p): No use
1370         `wl-summary-buffer-msgdb'.
1371         (wl-summary-auto-refile): Ditto.
1372
1373 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1376
1377 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1378
1379         * wl-summary.el (wl-summary-sync): Treat no-sync.
1380
1381         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1382         (wl-default-sync-range): Ditto.
1383
1384 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-refile.el (wl-refile-subject-learn): Call
1387         `elmo-message-entity-field' with 3rd argument is non-nil.
1388         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1389         instead of `elmo-msgdb-overview-entity-get-subject'.
1390
1391 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1394         scan-type is rescan.
1395         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1396         new optional argument force is non-nil.
1397         (wl-summary-save-view-cache): Call it with force argument non-nil.
1398
1399         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1400
1401 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-action.el (wl-summary-print-argument): Fixed last change.
1404
1405 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1408         simplified.
1409         (wl-summary-target-mark-mark-as-unread): Likewise.
1410         (wl-summary-target-mark-mark-as-important): Likewise.
1411
1412 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1415         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1416         (wl-summary-mark-as-important-region): Change accordingly.
1417         (wl-summary-target-mark-mark-as-important): Ditto.
1418
1419 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1422
1423         * wl-action.el (wl-summary-print-argument): Print argument to
1424         right side of window if `wl-summary-print-argument-within-window'
1425         is non-nil.
1426
1427 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1428
1429         * wl-action.el (wl-summary-set-mark): Use
1430         `wl-summary-message-visible-p' to check visibility of the message
1431         and jump to message only when the message line is visible and have
1432         different number; Call wl-summary-unset-mark with number argument.
1433         (wl-summary-unset-mark): 
1434         Use `wl-summary-message-visible-p'
1435         to check visibility of the message and jump to message only when
1436         the message line is visible and have different number;
1437
1438 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * Version number is increased to 2.11.7.
1441
1442         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1443         and wl-folder-summary-line-format.
1444
1445         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1446         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1447         (wl-summary-set-score-mark): Use it.
1448         (wl-summary-target-mark-mark-as-read): Ditto.
1449         (wl-summary-target-mark-mark-as-unread): Ditto.
1450         (wl-summary-target-mark-mark-as-important): Ditto.
1451         (wl-summary-target-mark-msgs): Simplified.
1452         (wl-summary-detect-mark-position): Fixed problem when
1453         summary-line-format no contain persisten/temp mark spec.
1454         (wl-summary-temp-mark): Ditto.
1455         (wl-summary-persistent-mark): Ditto.
1456         (wl-summary-update-persistent-mark): Ditto.
1457
1458         * wl-action.el (wl-summary-set-mark): Ditto.
1459         (wl-summary-unset-mark): Ditto.
1460         All other related portions are changed.
1461
1462 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * Version number is increased to 2.11.6.
1465
1466 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-util.el (wl-current-message-buffer): Define as function;
1469         Don't use the value of wl-messge-buffer.
1470
1471         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1472         persistent mark.
1473
1474         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1475         no current message, cause an error.
1476
1477 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (wl-summary-set-message-modified): Use
1480         elmo-folder-set-message-modified instead of
1481         elmo-folder-set-message-modified-internal.
1482
1483 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1486         interactively.
1487         (wl-summary-sync): nokill->entirely.
1488         (wl-summary-sync-marks): Fixed message.
1489         (wl-summary-input-range): Added mark, nokill->entirely.
1490
1491         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1492         messages as read.
1493
1494 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1497         update-noscore.
1498         (wl-summary-sync): Follow the change above.
1499
1500 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-action.el (wl-summary-target-mark-all): Use
1503         elmo-folder-list-messages.
1504
1505 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1508         (wl-summary-rescan): Set wl-summary-scored as nil.
1509         (wl-summary-sync-force-update): Follow the change above.
1510         (wl-summary-sync): Ditto.
1511         (wl-summary-sync-update): Added argument disable-killed.
1512         (wl-summary-insert-headers): Set visible-only argument for
1513         elmo-folder-list-messages.
1514         (wl-summary-input-range): Added update-nokill, update-noscore,
1515         all-nokill, all-noscore and mark.
1516
1517         * Version number is increased to 2.11.5.
1518
1519         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1520
1521 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1524         (wl-summary-prefetch-region-no-mark): Change accordingly.
1525         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1526
1527 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1528
1529         * wl-address.el (wl-complete-field-to): Abolished.
1530         (wl-complete-address): Completion function for completing-read.
1531         * wl-action.el (wl-summary-get-resend-address): Use it.
1532
1533         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1534         wl-summary-update-mark and abolish unused argument.
1535         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1536         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1537         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1538         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1539         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1540         * wl-draft.el (wl-draft-kill): Ditto.
1541
1542         * wl-summary.el: Remove unused binding of case-fold-search.
1543         (wl-summary-replace-status-marks): Abolished.
1544
1545 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1548         is specified or folder length is zero.
1549
1550 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1553         (wl-folder-archive-current-entity): Ditto.
1554
1555 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1558         retrieving message mark.
1559         (wl-summary-redisplay-internal): Ditto.
1560
1561         * wl-message.el (wl-message-buffer-display): Ignore errors while
1562         retrieving message-id field.
1563
1564         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1565         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1566         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1567         order of the arguments for `wl-expire-message-p'.
1568         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1569
1570         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1571         Check return value of wl-summary-reply.
1572         (wl-summary-reply): Recover window configuration when an error occured.
1573
1574 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-summary.el (wl-summary-resend-message): Abolished, the
1577         feature is inherited by wl-summary-resend (put resend mark).
1578
1579 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1582         wl-message-buffer to nil when the message is hide.
1583
1584 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1585
1586         * .cvsignore: New file.
1587
1588 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-action.el (wl-summary-action-docstring): Add more info.
1591         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1592         duplicate definition.
1593         (wl-summary-define-mark-action): Functions wl-summary-*-region
1594         keep current position.
1595         (wl-summary-unregister-target-mark): Store result to the variable.
1596
1597 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * Version number is increased to 2.11.4.
1600
1601 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1604         wl-summary-delete-all-temp-marks.
1605         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1606
1607         * wl-action.el (wl-summary-set-mark): Changed terminology
1608         refile-destination -> action-argument.
1609         (wl-summary-unset-mark): Ditto.
1610         (wl-summary-remove-argument): Ditto.
1611         (wl-summary-print-argument): Ditto.
1612
1613         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1614         (wl-thread-remove-argument-region): Ditto.
1615         (wl-thread-print-argument-region): Ditto.
1616         (wl-thread-close): Ditto.
1617         (wl-thread-open): Ditto.
1618
1619         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1620         (wl-highlight-refile-destination-face is abolished)
1621         (wl-highlight-action-argument-string): Ditto.
1622         (wl-highlight-summary-current-line): Highlight action argument.
1623
1624         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1625         color for light backgrounds.
1626         (wl-highlight-summary-answered-face): Ditto.
1627
1628 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1629
1630         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1631
1632         * wl-score.el (wl-summary-score-update-all-lines): Use
1633         wl-summary-set-mark.
1634         (wl-summary-score-update-all-lines): Kill expunged messages.
1635
1636         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1637
1638 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1639
1640         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1641         directly.
1642         (wl-score-overview-entity-get-lines): Ditto.
1643         (wl-score-overview-entity-get-xref): Ditto.
1644         (wl-score-get-latest-msgs): Ditto.
1645         (wl-summary-rescore): Ditto.
1646
1647         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1648         to "&".
1649         (wl-summary-mark-as-answered-internal): New inline function.
1650         (wl-summary-mark-as-answered): New function.
1651         (wl-summary-mark-as-unanswered): Ditto.
1652         (wl-summary-sync-marks): Modified for answered-mark synching.
1653
1654 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-action.el (wl-summary-set-mark): Fixed last change.
1657
1658 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1659
1660         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1661         behavior of wl-summary-unread-message-hook
1662         (Pointed out by akira yamada <akira@arika.org>).
1663
1664 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1667         wl-summary-delete.
1668         * wl-xmas.el (wl-summary-toolbar): Ditto.
1669
1670         * wl-action.el (wl-summary-set-mark): Don't override current
1671         temp-mark.
1672
1673         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1674
1675 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1676
1677         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1678         (wl-refile-msgid-learn): Ditto.
1679         (wl-refile-get-field-value): Ditto.
1680
1681         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1682
1683         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1684         (wl-expire-delete-reserved-messages): Renamed from
1685         wl-expire-reserve-marked-msgs-from-list.
1686         (wl-expire-delete): Removed argument `msgdb'.
1687         (wl-expire-refile): Ditto.
1688         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1689         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1690         mark-alist as argument.
1691         (wl-expire-archive-number1): Removed argument `msgdb'.
1692         (wl-expire-archive-number2): Ditto.
1693         (wl-expire-archive-date): Ditto.
1694         (wl-expire-localdir-date): Ditto.
1695         (wl-expire-hide): Ditto.
1696         (wl-archive-number1): Ditto.
1697         (wl-archive-number2): Ditto.
1698         (wl-archive-date): Ditto.
1699         (wl-archive-folder): Ditto.
1700         All other related portions are changed.
1701
1702 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1705         mean move up and down. (suggested by Takashi Kawachi)
1706
1707 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1708
1709         * wl-acap.el (toplevel): Don't require un-define.
1710
1711 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-thread.el (wl-thread-delete-message): Always update
1714         wl-summary-buffer-number-list.
1715
1716         * wl-action.el (wl-summary-print-destination): 
1717         Do nothing when folder is nil.
1718
1719 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1722         persistent mark when prefetch is succeeded.
1723
1724 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1727         instead of elmo-msgdb-delete-msgs.
1728         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1729         (wl-expire-hide): Ditto.
1730
1731         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1732
1733         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1734         elmo-msgdb interface.
1735         (wl-thread-get-exist-children): Likewise.
1736         (wl-thread-insert-message): Likewise.
1737         (wl-thread-msg-mark-as-important): Likewise.
1738         (wl-thread-insert-entity-sub): Likewise.
1739         (wl-thread-get-children-msgs-uncached): Likewise.
1740
1741         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1742         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1743         (wl-summary-sync-update): Likewise.
1744         (wl-summary-auto-select-msg-p): Likewise.
1745         (wl-summary-update-thread): Likewise.
1746         (wl-summary-mark-as-important): Likewise.
1747         (wl-summary-jump-to-msg-internal): Likewise.
1748         (wl-summary-redisplay-internal): Likewise.
1749         (wl-summary-print-message-with-ps-print): Likewise.
1750         (wl-summary-folder-info-update): Likewise.
1751
1752         * wl-folder.el (wl-folder-check-one-entity):
1753         elmo-folder-count-flags instead of wl-summary-count-unread.
1754
1755         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1756
1757         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1758
1759         * wl-summary.el (wl-summary-set-message-modified): 
1760         Call wl-summary-set-mark-modified.
1761         (wl-summary-delete-messages-on-buffer): Call
1762         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1763         (wl-summary-sync-update): Call elmo-folder-length instead of
1764         elmo-folder-messages.
1765         (wl-summary-insert-headers): Don't call
1766         elmo-folder-list-message-entities.
1767
1768 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-action.el (wl-summary-define-mark-action): Call
1771         `wl-summary-set-mark' with argument `data'.
1772         (wl-summary-auto-refile): Fixed order of arguments when call
1773         `wl-summary-refile'.
1774
1775 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1776
1777         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1778
1779         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1780
1781         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1782         (Renamed from wl-highlight-summary-deleted-face).
1783         (wl-highlight-summary-resend-face): New face.
1784
1785         (wl-highlight-summary-deleted-face): Renamed from
1786         wl-highlight-summary-erased-face.
1787
1788         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1789
1790         * wl-action.el (wl-summary-get-resend-address): New function.
1791         (wl-summary-exec-action-resend): Ditto.
1792         (wl-summary-exec-action-resend-subr): Ditto.
1793
1794         * w-thread.el (wl-thread-copy): Removed definition.
1795         (wl-thread-refile): Ditto.
1796         (wl-thread-delete): Ditto.
1797         (wl-thread-target-mark): Ditto.
1798
1799         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1800         (wl-summary-target-mark-set-action): Fixed.
1801         (wl-summary-define-mark-action): Fixed quotation.
1802         (wl-summary-move-mark-list-messages): Display message.
1803         (wl-summary-define-mark-action): Define thread functions.
1804         (wl-summary-exec-action-refile): Changed message.
1805         (wl-summary-exec): Ditto.
1806
1807 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1808         
1809         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1810         '%%'.
1811
1812 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1813
1814         * wl.el (toplevel): Require wl-action.
1815         (wl-init): Call wl-summary-define-mark-action.
1816
1817         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1818
1819         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1820         wl-summary-delete and wl-summary-erase.
1821         (wl-summary-mode-map): Ditto.
1822
1823         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1824         wl-delete-folder-alist.
1825
1826         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1827         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1828         (toplevel): Moved mark & action related functions to the wl-action.el.
1829
1830         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1831         in wl-summary-mark-action-list.
1832         (wl-highlight-summary-current-line): Ditto.
1833
1834         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1835         empty lines.
1836
1837         * wl-action.el: New file. 
1838
1839 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1840
1841         * wl-summary.el (wl-summary-target-mark-replace): New function.
1842         (wl-summary-target-mark-prefetch): Use it.
1843         (wl-summary-target-mark-delete): Ditto.
1844         (toplevel): Rearranged definition order.
1845         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1846         (wl-summary-target-mark-erase): Rewrite.
1847         (wl-summary-erase-region): New function.
1848         (wl-summary-exec-action-erase): Changed message.
1849         (wl-summary-move-mark-list-messages): New function.
1850         (wl-summary-exec-action-delete): Use it.
1851         (wl-summary-exec-action-erase): Ditto.
1852
1853         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1854         (wl-summary-skip-mark-list): Added "d".
1855
1856         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1857         while searching.
1858
1859         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1860         and define using defcustom;
1861         Define 4th element as a face.
1862         
1863         * wl-summary.el (wl-summary-incorporate): Use 
1864         `wl-summary-prefetch-region-no-mark' instead of
1865         `wl-summary-prefetch-region'.
1866         (wl-summary-prefetch-region-no-mark): Revival of old
1867         `wl-summary-prefetch-region'.
1868         (wl-summary-mark-action-list): Moved to wl-vars.el
1869
1870         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1871         face according to the `wl-summary-mark-action-list'.
1872         (wl-highlight-summary-current-line): Ditto;
1873         Removed destination highlighting.
1874
1875         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1876         (wl-highlight-summary-line-string): Highlight for "i" mark.
1877         (wl-highlight-summary-current-line): Ditto.
1878
1879         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1880         no destination.
1881
1882         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1883         exists, just go ahead.
1884         (wl-summary-prefetch-region): Rewrite.
1885         (wl-summary-prefetch): Ditto.
1886         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1887         (wl-summary-exec-action-prefetch): New function.
1888         (wl-summary-target-mark-prefetch): Rewrite.
1889
1890 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1893         (wl-highlight-summary-line-string): Added "d" and "D".
1894         (wl-highlight-summary-current-line): Ditto.
1895
1896         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1897         in wl-summary.el.
1898         (wl-thread-insert-entity-sub): Ditto.
1899         (wl-thread-remove-destination-region): Ditto.
1900         (wl-thread-print-destination-region): Ditto.
1901
1902         * wl-summary.el (wl-summary-buffer-refile-list,
1903         wl-summary-buffer-delete-list,
1904         wl-summary-buffer-copy-list): Abolish.
1905         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1906         All other related portions are changed.
1907         (wl-summary-mark-action-list): New variable.
1908         (wl-summary-set-mark): New function.
1909         (wl-summary-register-target-mark): Ditto.
1910         (wl-summary-unregister-target-mark): Ditto.
1911         (wl-summary-have-target-mark-p): Ditto.
1912         (wl-summary-register-temp-mark): Ditto.
1913         (wl-summary-unregister-temp-mark): Ditto.
1914         (wl-summary-registered-temp-mark): Ditto.
1915         (wl-summary-collect-temp-mark): Ditto.
1916         (wl-summary-unset-mark): Ditto.
1917         (wl-summary-set-target-mark): Ditto.
1918         (wl-summary-unset-target-mark): Ditto.
1919         (wl-summary-set-action-generic): Ditto.
1920         (wl-summary-unset-action-generic): Ditto.
1921         (wl-summary-exec-action-delete): Ditto.
1922         (wl-summary-exec-action-erase): Ditto.
1923         (wl-summary-set-action-refile): Ditto.
1924         (wl-summary-set-action-refile-subr): Ditto.
1925         (wl-summary-unset-action-refile): Ditto.
1926         (wl-summary-make-destination-numbers-list): Ditto.
1927         (wl-summary-exec-action-refile): Ditto.
1928         (wl-summary-set-action-copy): Ditto.
1929         (wl-summary-unset-action-copy): Ditto.
1930         (wl-summary-exec-action-copy): Ditto.
1931         (wl-summary-collect-numbers-region): Ditto.
1932         (wl-summary-delete): Rewrite.
1933         (wl-summary-erase): Ditto.
1934         (wl-summary-remove-destination): Ditto.
1935         (wl-summary-exec): Ditto.
1936         (wl-summary-exec-region): Ditto.
1937         (wl-summary-target-mark-erase): Ditto.
1938         (wl-summary-refile): Ditto.
1939         (wl-summary-copy): Ditto.
1940         (wl-summary-unmark): Ditto.
1941         (wl-summary-delete-all-mark): Ditto.
1942         (wl-summary-mark-line): Don't highlight.
1943         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1944         (wl-summary-target-mark-refile-subr): Rewrite.
1945
1946         (wl-summary-copy-prev-destination): Abolish.
1947
1948 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1951         default values along the value of wl-on-mule.
1952         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1953         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1954         It is not used anywhere.
1955
1956 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-summary.el (wl-summary-print-destination): Keep position.
1959         (wl-summary-cursor-move-surface): Keep horizontal position.
1960
1961 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1964         write sendlog.
1965
1966 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1969         `wl-summary-highlight'.
1970
1971 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1974         trivial condition for temp-mark.
1975
1976 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1979         when it hits killed buffer.
1980
1981 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1984         * wl-news.el.in: `message' and `error' take format string.
1985
1986 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-folder (wl-folder-insert-entity): Display a message,
1989         `...done', when the work finish.
1990         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1991
1992 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-message.el (wl-message-redisplay): Remove unused local
1995         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1996
1997 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1998
1999         * wl-summary.el (wl-summary-replace-status-marks): Disable
2000         interactive use.
2001         (wl-summary-reedit): Check message existence at first.
2002         (wl-summary-mark-line): Fix doc, return value is indefinite.
2003
2004         * wl-highlight.el (wl-highlight-message): Arranged.
2005
2006         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2007         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2008         check temp-mark by wl-summary-temp-mark always.
2009         (wl-highlight-summary): Change accordingly.
2010         * wl-summary.el (wl-summary-mark-as-read-all)
2011         (wl-summary-delete-cache, wl-summary-set-score-mark)
2012         (wl-summary-mark-as-unread, wl-summary-unmark)
2013         (wl-summary-mark-line, wl-summary-mark-as-read)
2014         (wl-summary-mark-as-important): Ditto.
2015
2016         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2017         end of the window if possible.
2018         * wl-summary.el (wl-summary-sync-update): Support lazy
2019         highlighting.
2020         (wl-summary-toggle-disp-msg): Ditto.
2021
2022 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2025
2026 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2029         change.
2030
2031 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2034         API.
2035         (wl-summary-sync-update): Ditto.
2036
2037         * wl-score.el (wl-score-get-score-alist): Changed argument.
2038         (wl-summary-rescore-msgs): Likewise.
2039         (wl-summary-score-headers): Likewise.
2040         (wl-score-headers): Likewise;
2041         Use elmo-folder-do-each-message-entity, etc.
2042         (wl-summary-score-effect): Follow the changes above.
2043         (wl-summary-rescore): Ditto.
2044         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2045         (wl-score-get-overview): Abolish.
2046
2047         * wl-summary.el (wl-summary-default-from): Follow the API change in
2048         elmo-msgdb.
2049         (wl-summary-count-unread): Ditto.
2050         (wl-summary-detect-mark-position): Ditto.
2051         (wl-summary-overview-entity-compare-by-date): Ditto.
2052         (wl-summary-overview-entity-compare-by-number): Ditto.
2053         (wl-summary-overview-entity-compare-by-from): Ditto.
2054         (wl-summary-overview-entity-compare-by-subject): Ditto.
2055         (wl-summary-get-list-info): Ditto.
2056         (wl-summary-rescan): Ditto.
2057         (wl-summary-jump-to-msg-by-message-id): Ditto.
2058         (wl-summary-sync-update): Ditto; Removed comment.
2059         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2060         (wl-summary-insert-message): Use wl-summary-insert
2061         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2062         (wl-summary-insert-headers): Changed argument overview to folder.
2063         (wl-summary-search-by-subject): Likewise.
2064         (wl-summary-insert-thread): Renamed from 
2065         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2066
2067         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2068         too.
2069
2070         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2071         wl-string-member.
2072
2073 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2074
2075         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2076         elmo-folder-append-buffer.
2077         (wl-draft-queue-append): Likewise.
2078
2079         * wl-mime.el (wl-message-delete-current-part): Ditto.
2080         (wl-summary-burst-subr): Ditto.
2081
2082         * wl-news.el.in (wl-news-send-news): Ditto.
2083
2084 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2087         function.
2088         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2089         (wl-summary-update-mark): Enclose with save-excursion.
2090         (wl-summary-mark-as-read-internal): Fixed last change.
2091         (wl-summary-mark-as-important): Use 3rd argument of
2092         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2093         Don't use elmo-msgdb-set-mark.
2094         (wl-summary-redisplay-internal): If msgdb flag is already read,
2095         just update the mark on buffer.
2096
2097 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2100         cut visible folder when elmo-folder-delete returns non-nil value.
2101
2102 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2105         by Kenichi OKADA <okada@opaopa.org>).
2106
2107 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2110
2111 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2114         Fixed the last change, search group entity by its real name.
2115         (Thanks to: KOBAYASHI Shinji)
2116
2117 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2118
2119         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2120         (wl-fldmgr-access-display-all): Don't refer visible name.
2121         * wl-expire.el (wl-folder-archive-current-entity)
2122         (wl-folder-expire-current-entity): Ditto.
2123         * wl-folder.el (wl-folder-jump-to-current-entity)
2124         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2125         (wl-folder-open-folder-sub,wl-folder-open-all)
2126         (wl-folder-write-current-folder): Ditto.
2127         (wl-folder-insert-entity): Don't use petname for normal group.
2128         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2129         is the real name.
2130         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2131         Abolished.
2132
2133 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2134
2135         * wl-draft.el (wl-draft-create-buffer): Add
2136         `wl-summary-reply-with-citation'
2137
2138 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2139
2140         * wl-draft.el (wl-draft-reply): Fixed.
2141
2142 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2143
2144         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2145         when `wl-draft-send-confirm-with-preview' is non-nil.
2146         You can scroll up/down by j/k.
2147         (wl-draft-send-confirm-with-preview): New variable (default=t).
2148
2149 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2150
2151         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2152         (wl-fldmgr-save-folders): Fix comment.
2153
2154 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2155
2156         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2157         along the last change in `wl-folder-buffer-group-p'.
2158
2159 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2162         folder.
2163
2164         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2165         the default value.
2166
2167         * wl-mime.el (wl-summary-burst): Update summary only when target
2168         folder equals current folder.
2169
2170 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2171
2172         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2173
2174 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2175
2176         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2177         value.
2178
2179 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2182         `map-extents' instead of `extent-at' repeatedly.
2183         (wl-highlight-folder-current-line): Ditto.
2184
2185         * wl-highlight.el: Remove useless dummy functions.
2186
2187 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2188
2189         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2190         (wl-folder-put-folder-property): New function to put text property.
2191         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2192         (wl-folder-insert-entity, wl-folder-update-diff-line)
2193         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2194         * wl-e21.el, wl-xmas.el, wl-mule.el
2195         (wl-highlight-folder-current-line): Ditto.
2196         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2197         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2198         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2199         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2200
2201 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2202
2203         * Version number is increased to 2.11.3.
2204
2205 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2206
2207         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2208         Resume current-buffer since it is assumed by remaining tasks.
2209
2210 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2211
2212         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2213         (wl-folder-completion-function): Abolished.
2214         (wl-folder-complete-folder): New function.
2215         (wl-folder-complete-filter-condition): Ditto.
2216         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2217         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2218
2219 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2220
2221         * wl-draft.el (wl-draft-send-confirm): New function.
2222         (wl-draft-send): Use it.
2223
2224         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2225         cursor-in-echo-area while confirming.
2226
2227         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2228
2229         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2230         searching via nntp if wl-summary-search-via-nntp is 'force.
2231         Otherwise, invoke searching in nntp folder only.
2232         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2233
2234         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2235         explicitly for mime-make-text-tag.
2236
2237 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2238
2239         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2240         `mime-make-text-tag' instead of `mime-create-tag'.
2241
2242 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2243
2244         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2245         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2246
2247 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2248
2249         * wl-score.el (wl-score-save): Bind print-length and print-level.
2250         (wl-score-pretty-print): Ditto.
2251         (wl-score-edit-insert-header-entry): Ditto.
2252
2253         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2254         "From" entry to be treated with wl-draft-eword-encode-address-list.
2255         * wl-mime.el (wl-draft-preview-message): Ditto.
2256
2257         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2258         (wl-summary-mark-as-unread): Ditto.
2259         (wl-summary-mark-as-read-region): Change accordingly.
2260         (wl-summary-mark-as-unread-region): Ditto.
2261         (wl-summary-target-mark-mark-as-read): Ditto.
2262         (wl-summary-target-mark-mark-as-unread): Ditto.
2263
2264 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2265
2266         * Version number is increased to 2.11.2.
2267
2268 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2269
2270         * wl-news.el.in (wl-news-previous-version-save): Bind
2271         print-length and print-level.
2272         * wl-thread.el (wl-thread-save-entities): Ditto.
2273         (wl-thread-save-top-list): Bind print-length.
2274
2275 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2276
2277         * wl-highlight.el (wl-highlight-summary-line-string): Use
2278         wl-summary-score-below-mark, wl-summary-score-over-mark.
2279         (wl-highlight-summary-current-line): Ditto.
2280
2281 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2282
2283         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2284         insert it.
2285
2286 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2287
2288         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2289
2290 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2291
2292         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2293         message without msgid.
2294         Rewrite with elmo-folder-move-messages.
2295         Set wl-message-buffer to nil.
2296
2297         * wl-summary.el (wl-summary-erase-subr): New function. Use
2298         elmo-folder-move-messages.
2299         (wl-summary-erase): Call it.
2300         (wl-summary-target-mark-erase): Ditto.
2301
2302 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2303
2304         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2305         it is not up-tp-date.
2306
2307 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2310         buffer after calling `wl-summary-goto-folder-subr' without the
2311         argument `interactive'.
2312         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2313
2314 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2315
2316         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2317         `mime-create-tag'. Use `string=' instead of `looking-at'.
2318
2319 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2322         to avoid compile warning.
2323
2324         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2325         entity-id when folder is given.
2326         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2327         save-excursion, use save-selected-window instead.
2328         Select folder buffer window if exists.
2329         (To correct behavior with wl-folder-move-cur-folder.)
2330
2331 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2332
2333         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2334
2335 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2336
2337         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2338         list-count instead of %d.
2339
2340 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2341
2342         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2343         (wl-news): Set it.
2344         (wl-news-append-to-folder): Use it.
2345
2346         * wl-news.el.in (wl-news-send-news): Append to specified folder
2347         instead of wl-default-folder.
2348         (wl-news-append-to-folder): Show error message with specified folder.
2349
2350         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2351                 In most major modes, Emacs assumes that any opening
2352                 delimiter found at the left margin is the start of a
2353                 top-level definition, or defun. Therefore, *never put an
2354                 opening delimiter at the left margin unless it should have
2355                 that significance.*
2356
2357         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2358
2359 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2360
2361         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2362
2363 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2364
2365         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2366
2367 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2368
2369         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2370         for sequential numbering case.
2371
2372 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2373
2374         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2375         value.
2376         (wl-draft-reply-without-argument-list): Ditto.
2377         (wl-draft-reply-myself-with-argument-list): Abolish.
2378         (wl-draft-reply-myself-without-argument-list): Ditto.
2379         * wl-draft.el (wl-draft-self-reply-p): New function.
2380         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2381
2382 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2383
2384         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2385         (avoid error for the case without byte-compiling)
2386
2387 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2388
2389         * wl-news.el.in (wl-news-append-to-folder): New function.
2390         (wl-news-exit): Rewrite.
2391         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2392
2393 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2394
2395         * wl-draft.el (wl-draft-reply-position): New function.
2396         (wl-draft-reply-position): Fix.
2397         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2398         (wl-summary-target-mark-reply-with-citation): Ditto.
2399         (wl-summary-reply-with-citation): Ditto.
2400         * wl-vars.el (wl-draft-reply-default-position): New variable.
2401
2402 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2403
2404         * wl-draft.el (wl-draft-send): Preview when interactive send.
2405
2406 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2407
2408         * wl-draft.el (wl-draft-reply): Set default position.
2409         * wl-summary.el (wl-summary-reply): Ditto.
2410         (wl-summary-reply-with-citation): Ditto.
2411         (wl-summary-target-mark-reply-with-citation): Ditto.
2412
2413 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2414
2415         * wl-news.el.in (wl-news-lang): Set default value according to
2416         current-language-environment.
2417         (wl-news-append-news): Do nothing when news-list is nil.
2418
2419 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2420
2421         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2422         (wl-news): Change message.
2423         (wl-news-exit): Check buffer.
2424         (wl-news-force-exit): New function.
2425         (wl-news-show-all): New function.
2426         (wl-news-discard-and-exit): Fix.
2427
2428 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2429
2430         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2431         according to current-language-environment.
2432
2433         * wl-news.el.in (wl-news): If arg, show all NEWS after
2434         wl-news-default-previous-version.
2435
2436 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2437
2438         * wl-news.el.in (wl-news-check): Rewritten.
2439         (wl-news-previous-version-load): Change data type.
2440         (wl-news-previous-version-save): Change data type.
2441         (wl-news-append-news): Add return value.
2442         (wl-news-check-news): New function.
2443         (wl-news-already-current-p): New function.
2444         (wl-news-send-news): Rewritten.
2445         (wl-news-mode-map): Add new keybind.
2446         (wl-news): Rewritten.
2447         (wl-news-exit): Rewritten.
2448         (wl-news-discard-and-mail): New function.
2449         (wl-news-send-to-address): Abolished.
2450         * wl.el (wl-init): Delete a message.
2451
2452 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2453
2454         * wl-news.el.in (wl-news-exit): Update previous version.
2455         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2456
2457 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2458
2459         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2460
2461 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2462
2463         * wl-news.el.in (wl-news): New function.
2464         (wl-news-mode): New function.
2465         (wl-news-next-line): New function.
2466         (wl-news-next-page): New function.
2467         (wl-news-exit): New function.
2468         (wl-news-buf-name): New variable.
2469         (wl-news-mode-map): New variable.
2470         (wl-news-winconf): New variable.
2471         (wl-news-append-news): Add an option.
2472
2473 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2474
2475         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2476
2477 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-news.el.in (wl-news-send-to-address): New variable.
2480         (wl-news-send-news): Use it.
2481         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2482         Return updating status.
2483         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2484
2485 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2486
2487         * wl-news.el.in (wl-news-send-news): Delete
2488         Organization and X-Face.
2489
2490 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2491
2492         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2493         (wl-news-append-news): New function.
2494         (wl-news-send-news): New function.
2495
2496 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2497
2498         * Version number is increased to 2.11.1.
2499
2500 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2501
2502         * wl-news.el.in : New file.
2503
2504 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2505
2506         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2507         default value.
2508         (wl-draft-reply-without-argument-list): Ditto.
2509
2510 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2511
2512         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2513         (wl-message-buffer-prefetch-idle-time): Ditto.
2514         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2515
2516 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2517
2518         * wl-thread.el (wl-thread-insert-message): Use
2519         wl-summary-max-thread-depth.
2520
2521         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2522         loop detection.
2523
2524         * wl-message.el (wl-message-buffer-display): Back to the first page
2525         when cache is hit.
2526
2527 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2530
2531         * wl-summary.el (wl-summary-insert-thread-entity):
2532         If the thread depth is reached to wl-summary-max-thread-depth,
2533         divide the thread.
2534
2535 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2536
2537         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2538         for elmo-remove-passwd.
2539
2540 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2543         folder is sticky.
2544         (wl-folder-mark-as-read-all-entity): Ditto.
2545         (wl-folder-prefetch-entity): Ditto.
2546
2547 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2548
2549         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2550
2551 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2552
2553         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2554         Delete messages on buffer for unplugged operation.
2555         (wl-summary-erase): Ditto.
2556
2557 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2560         take nil so as not to search parent by subject.
2561
2562 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2565         (wl-folder-get-next-folder): Ditto.
2566         (wl-folder-get-path): Ditto.
2567
2568 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2569
2570         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2571         system and encode the region with it before verifying.
2572
2573 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2574
2575         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2576         system of the echo buffer before decoding.
2577
2578 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2581         original contents.
2582
2583 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2586         with argument 'any-exists.
2587
2588 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2589
2590         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2591         Use `wl-cs-autoconv'.
2592
2593 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2594
2595         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2596         by `mime-view-automatic-conversion'.
2597
2598         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2599         (wl-message-verify-pgp-nonmime): Ditto.
2600         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2601         Bind them to C-c:d and C-c:v respectively.
2602
2603         Merge following code by Teranishi-san from [wl-en:00167].
2604         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2605         (wl-mime-preview-application/pgp-encrypted): Ditto.
2606         (wl-mime-setup): Add entry.
2607
2608 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2609
2610         * wl-summary.el (wl-summary-target-mark-erase): New function.
2611         Bind it to "mD".
2612
2613 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl-vars.el (wl-draft-write-file-function): Fix.
2616         (wl-draft-reedit-hook): Changed default value.
2617
2618         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2619         wl-draft-reedit-hook.
2620         (wl-draft-remove-text-plain-tag): New function.
2621         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2622
2623         * wl-vars.el (wl-draft-write-file-function): New user option.
2624
2625         * wl-draft.el (wl-draft-prepare-edit): Use it for
2626         local-write-file-hooks.
2627         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2628
2629         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2630         (wl-draft-insert-mail-header-separator): Return the body beginning
2631         point.
2632         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2633         text/plain.
2634         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2635
2636 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2637
2638         * wl-summary.el (wl-summary-erase): New function to erase message
2639         without moving it to trash. Bind to "D".
2640
2641         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2642         as `keep' unless switch-function.
2643
2644 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2645
2646         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2647         message buffer by using `wl-summary-toggle-disp-msg'.
2648         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2649         buffer window.
2650         (wl-summary-supresedes-message): Ditto.
2651
2652         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2653         Do not delete other windows.
2654         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2655         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2656         (wl-draft-create-buffer): Set reply-or-forward also for target
2657         mark commands.
2658
2659 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-draft.el (wl-user-agent-compose): Delete special case for
2662         switch-to-buffer-other-window.
2663
2664         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2665         (wl-summary-forward): Ditto.
2666
2667         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2668         function.
2669         (wl-draft-buffer-style): New use option.
2670
2671         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2672         (wl-draft): Follow the change above.
2673         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2674         wl-draft-buffer-style.
2675         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2676         switch-function.
2677
2678 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-draft.el (wl-user-agent-compose): Delete special case for
2681         switch-to-buffer-other-window.
2682
2683         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2684         (wl-summary-forward): Ditto.
2685
2686         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2687         function.
2688         (wl-draft-buffer-style): New use option.
2689
2690         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2691         (wl-draft): Follow the change above.
2692         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2693         wl-draft-buffer-style.
2694         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2695         switch-function.
2696
2697 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2698
2699         * wl-address.el (wl-address-make-completion-entry): Extracted from
2700         `wl-address-make-completion-list'.
2701         (wl-address-enable-strict-loading): New variable.
2702         (wl-address-make-completion-list): Revive petname duplication
2703         inquiry, and enable it if `wl-address-enable-strict-loading'.
2704         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2705
2706 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-message.el (wl-message-get-original-buffer): Avoid
2709         'Selecting deleted buffer' error when original buffer is killed.
2710
2711 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-next-message): Use
2714         elmo-message-accessible-p instead of elmo-message-cached-p.
2715
2716 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2719
2720         * wl-thread.el (wl-thread-open-all-unread): Use
2721         elmo-folder-list-flagged instead of
2722         elmo-folder-list-messages-mark-match.
2723
2724         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2725         instead of elmo-folder-list-messages-mark-match.
2726         (wl-summary-move-spec-alist): New variable.
2727         (wl-summary-move-spec-plugged-alist,
2728         wl-summary-move-spec-unplugged-alist): Abolish.
2729         (wl-summary-next-message): Follow the change above.
2730         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2731         with 'no-msg' argument.
2732
2733         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2734         variable.
2735         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2736         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2737         (wl-message-buffer-prefetch-get-next): Follow the change above.
2738
2739 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-version.el (wl-version): Changed codename.
2742
2743         * Version number is increased to 2.11.0.
2744
2745 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2748         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2749         `wl-draft-config-variables'.
2750         (wl-draft-kill): Fixed problem when the draft is reedit.
2751
2752 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2755         buffer-modified status (Thanks to
2756         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2757
2758 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2759
2760         * wl-util.el (wl-region-exists-p): New function.
2761
2762         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2763         Remove defvars for byte-compile warnings.
2764
2765 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2768         defvar-maybe. Removed unused bind.
2769
2770 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2771
2772         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2773         summary buffer window before creating new frame.
2774         (wl-draft-reply): Ditto.
2775
2776 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2777
2778         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2779
2780 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2781
2782         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2783
2784 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2785
2786         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2787         instead of `kill-region'.
2788
2789 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2790
2791         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2792         (wl-highlight-summary-line-string): Use it.
2793         (wl-highlight-summary-current-line): Ditto.
2794
2795         * wl-mime.el (wl-message-delete-current-part): Check the class of
2796         mime-entity.
2797
2798         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2799
2800         * wl-summary.el (wl-summary-make-number-list): Initialize.
2801         (wl-summary-update-mark): New function.
2802         (wl-summary-reply): Put `answered' mark on the message.
2803         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2804
2805         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2806         (wl-draft-reply): Added optional argument `number';
2807         Set wl-draft-parent-number.
2808         (wl-draft-kill): Delete answered mark if it is a reply.
2809
2810 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2811
2812         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2813         that originates in mime-preview-follow-current-entity.
2814         (wl-draft-yank-current-message-entity): Use it if region is active.
2815
2816         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2817         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2818         `wl-message-delete-current-part'.
2819         * wl-mule.el (wl-message-define-keymap): Ditto.
2820         * wl-xmas.el (wl-message-define-keymap): Ditto.
2821
2822 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2823
2824         * wl-mime.el (wl-message-delete-current-part): New function.
2825         (wl-mime-node-id-to-string): Ditto.
2826
2827         * wl-mime.el (wl-message-delete-current-part): Use existing
2828         original buffer which corresponds current mime-view buffer.
2829         (fetched buffer might have different structure, possibly)
2830
2831         * wl-mime.el (wl-message-delete-current-part): Quit if the
2832         message content differs from the actual message.
2833
2834 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2837         order.
2838         (wl-summary-search-by-subject): Search parent message from tail;
2839         Check the existence of the parent message on the current thread tree.
2840         (wl-summary-update-thread): Check whether the line is inserted.
2841
2842 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2843
2844         * wl-vars.el (wl-summary-line-format): Undo last change.
2845         * wl-summary.el (wl-summary-print-destination): Do not put
2846         invisible property when `wl-summary-width' is nil.
2847         (wl-summary-line-subject-minimum-length): Abolished.
2848         (wl-summary-line-subject): Ditto.
2849
2850 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2851
2852         * wl-vars.el (wl-summary-line-format): Change default value.
2853         (wl-summary-subject-length-limit): Abolished.
2854         * wl-summary.el (wl-summary-line-subject): Ditto.
2855
2856 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-template.el (wl-template-select): Added optional argument.
2859         If optional argument is specified, reverse
2860         `wl-template-visible-select'.
2861
2862 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2863
2864         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2865         Take prefix argument to force asking the destination folder.
2866
2867 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2870         count and update status.
2871
2872 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2873
2874         * wl-summary.el (wl-summary-redisplay-internal): If
2875         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2876         after fetching.
2877
2878 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2881         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2882
2883         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2884
2885 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2888         (All other related portions are changed).
2889         (wl-summary-mark-as-read-all): Rewrite.
2890
2891 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2892
2893         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2894         `wl-summary-mark-as-read'.
2895         (wl-summary-mark-as-unread): Rewrite.
2896         (wl-summary-mark-as-read): Added no-modeline argument.
2897         (wl-summary-resume-cache-status): Rewrite.
2898         (wl-summary-exec-subr): Remove unused local variable.
2899
2900 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2901
2902         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2903         logic to call `wl-summary-buffer-prev-folder-function'.
2904         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2905
2906 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2909         is nil.
2910
2911 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2912
2913         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2914         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2915         (wl-mime-setup): Add its entry.
2916
2917 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2920         (wl-summary-delete-cache): Likewise.
2921         (wl-summary-mark-as-read): Rewrite.
2922
2923 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2926         `wl-summary-count-unread'.
2927
2928         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2929
2930         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2931
2932 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2935         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2936         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2937         Renamed to the elmo-msgdb-*-mark.
2938         (wl-summary-score-marks): Follow the change above.
2939         (wl-summary-auto-refile-skip-marks): Ditto.
2940         (wl-summary-incorporate-marks): Ditto.
2941         (wl-summary-expire-reserve-marks): Ditto.
2942
2943         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2944         changes.
2945         (wl-thread-insert-top): Changed updating message.
2946
2947         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2948         variable.
2949         (wl-summary-count-unread): Count answered marks.
2950         (wl-summary-rescan): Call wl-summary-insert-message instead of
2951         wl-summary-append-message-func-internal.
2952         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2953         (wl-summary-prefetch-msg): Follow the variable name changes.
2954         (wl-summary-prefetch-region): Ditto.
2955         (wl-summary-mark-as-read-all): Follow the API changes;
2956         Don't call elmo-folder-replace-marks.
2957         (wl-summary-delete-cache): Follow the variable name changes.
2958         (wl-summary-resume-cache-status): Ditto.
2959         (wl-summary-update-status-marks): New function.
2960         (wl-summary-insert-message): New function.
2961         (wl-summary-sync-marks): Follow the variable name changes.
2962         (wl-summary-sync-update): Synchronize to the msgdb, too;
2963         Changed update messages.
2964         (wl-summary-make-number-list): Rewrite.
2965         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2966         (wl-summary-mark-as-unread): Follow the API changes.
2967         (wl-summary-exec-subr): Follow the variable name changes.
2968         (wl-summary-mark-as-read): Ditto.
2969         (wl-summary-move-spec-plugged-alist): Ditto.
2970         (wl-summary-move-spec-unplugged-alist): Ditto.
2971         (wl-summary-cursor-move-surface): Ditto.
2972
2973         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2974         variable name changes.
2975         (wl-highlight-summary-current-line): Ditto.
2976
2977         * wl-expire.el (wl-expire-refile): Follow the API change in
2978         elmo-folder-move-messages.
2979         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2980         (wl-summary-archive): Use elmo-folder-msgdb instead of
2981         elmo-msgdb-load.
2982
2983 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2984
2985         * wl-mime.el (wl-draft-preview-message): Restore the position
2986         before evaluating wl-draft-send-hook in preview buffer.
2987
2988 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2991         when it creates new draft buffer.
2992
2993         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2994         without argument.
2995
2996         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2997         Evaluate content and if the value is string, insert it.
2998         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2999         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3000         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3001         wl-draft-config-sub-part-bottom): Use it.
3002
3003         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3004         with the folder name. The question was unintelligible when it is
3005         called from wl-save-status.
3006
3007 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3010         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3011         cannot take second argument).
3012
3013 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3014
3015         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3016         as t. Since type and subtype are not case sensitive (RFC 2045).
3017
3018 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3019
3020         * wl-vars.el (wl-message-mode-line-format): New variable.
3021         (wl-message-mode-line-format-spec-alist): Ditto.
3022         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3023         (wl-message-redisplay): Use wl-message-mode-line-format.
3024
3025 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3028
3029 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-summary.el (wl-summary-default-from): Write description.
3032
3033 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3034
3035         * wl-vars.el (wl-ldap-objectclass): Abolish.
3036
3037         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3038         (wl-ldap-make-filter): Removed condition for objectclass.
3039         (wl-ldap-make-matched-value-list): Remove meaningless process.
3040         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3041         (wl-address-ldap-search): Don't add `*' to `pat' string;
3042         use ignore-errors; added `email';
3043         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3044         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3045         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3046
3047
3048 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-draft.el (wl-draft-parent-folder): Write description.
3051         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3052
3053 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3056         as "" (zero-length string) if no parent.
3057         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3058
3059 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-address.el (wl-address-make-completion-list): Skip duplication
3062         checking.
3063         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3064         `append'.
3065
3066 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3067
3068         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3069         instead of `beginning-of-buffer'.
3070
3071 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3074
3075 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3078         Refer wl-message-buffer-name.
3079         (wl-message-wheel-down): Ditto.
3080
3081 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-vars.el (wl-message-buffer-name): New user option.
3084
3085         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3086         directly instead of making alist dinamically.
3087
3088         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3089         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3090         wl-message-buffer-cache-name.
3091         (wl-message-buffer-cache-clean-up): Ditto.
3092
3093         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3094
3095         * Version number is increased to 2.9.15.
3096
3097 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-vars.el (wl-summary-default-view-alist): New user option.
3100
3101         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3102
3103         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3104         while deleting address.
3105         (wl-draft-delete-myself-from-cc): Ditto.
3106
3107         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3108         If optional argument is specified, reverse sort order.
3109
3110         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3111
3112 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-thread.el (wl-thread-insert-message): Return parent number if
3115         exists.
3116         (wl-thread-update-indent-string-region): Use
3117         wl-thread-update-line-on-buffer-sub instead of
3118         wl-thread-update-line-on-buffer.
3119
3120 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3121
3122         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3123         (wl-folder-close-all): Ditto.
3124
3125 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3126
3127         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3128         and mailing-list:.
3129         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3130         value.
3131         (wl-summary-line-list-info): Print mailing-list name even when 
3132         list-number is empty.
3133
3134 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3135
3136         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3137
3138         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3139         (wl-draft-open-file): Ditto.
3140         (wl-draft-random-alphabet): Ditto.
3141
3142         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3143         bindings.
3144
3145 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3148         * wl-vars.el (wl-draft-config-alist): Ditto.
3149
3150 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3151
3152         * Version number is increased to 2.9.14.
3153
3154         * wl.el (wl): Don't set wl-init as nil when error occured while
3155         auto-checking folders.
3156
3157         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3158         `elmo-expand-newtext'.
3159
3160 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3161
3162         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3163         `this-command' so that `wl-folder-goto-folder' contained in
3164         `wl-summary-keep-cursor-command' work.
3165
3166 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3167
3168         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3169         message buffer displaying state.
3170
3171 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-vars.el (wl-summary-default-view): New variable to specify
3174         default value for `wl-summary-buffer-view' instead of using
3175         set-default.
3176         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3177
3178 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3179
3180         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3181
3182         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3183
3184 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3185
3186         * wl-vars.el (wl-forward-subject-prefix): New variable.
3187         * wl-draft.el (wl-draft-forward): Use it.
3188
3189 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3190
3191         * wl-message.el (wl-message-prev-page): When it is called without
3192         lines argument, scroll down by wl-message-scroll-amount lines.
3193         (wl-message-next-page): Ditto.
3194         * wl-vars.el (wl-message-scroll-amount): Change default value
3195         to preserve current behavior.
3196
3197 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3198
3199         * wl-summary.el (wl-summary-prefetch-msg): Bind
3200         `wl-message-entity' to call `wl-summary-from-function'.
3201
3202 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-message.el (wl-message-buffer-create): Run
3205         wl-message-buffer-created-hook.
3206
3207 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * wl-summary.el (wl-summary-sort-specs): New variable.
3210         (wl-summary-default-sort-spec): Ditto.
3211         (wl-summary-sort): Rewrite.
3212         (wl-summary-sort-by-list-info): New function.
3213
3214 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3215
3216         * wl-summary.el (wl-summary-get-list-info): New function.
3217         (wl-summary-sort): Rewrite.
3218         (wl-summary-line-list-info): Ditto.
3219         (wl-summary-line-list-count): Ditto.
3220         (wl-summary-refile-region): Fixed docstring.
3221
3222 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3225         `wl-folder-entity-hashtb' as completion table.
3226
3227 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3230         only when this command is called interactively; silence the byte-
3231         compiler.
3232
3233 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3234
3235         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3236         active in XEmacs.
3237
3238 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3239
3240         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3241         plural lines.
3242
3243 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3244
3245         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3246         of current line when the cursor is on the header name.
3247         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3248
3249 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3250
3251         * wl-util.el (wl-read-directory-name): Return displayed directory
3252         as the default value also on XEmacs.
3253
3254 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3257         formatting.
3258
3259 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3262         argument and when it is non-nil, check face property before
3263         highlighting for each line.
3264         (wl-highlight-summary-window): Set it.
3265
3266 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3269         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3270
3271         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3272         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3273         (wl-draft-get-fcc-list): Likewise.
3274
3275 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3278         (wl-thread-entity-cur): Ditto.
3279         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3280         wl-thread-indent-regexp setting.
3281         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3282
3283         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3284         wl-summary-lazy-highlight.
3285         (wl-summary-display-bottom): Ditto.
3286
3287         * wl-thread.el (wl-thread-open-close): Likewise.
3288
3289         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3290         from and subject;
3291         Bind wl-draft-use-frame;
3292         Enclose with save-window-excursion;
3293         Use wl-draft-create-buffer instead of with-temp-buffer;
3294         Use wl-draft-prepare-edit;
3295         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3296         Use wl-draft-send instead of wl-draft-raw-send.
3297
3298 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3301         of using wl-from.
3302
3303 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3306         insert-buffer instead of clone-buffer.
3307         (wl-draft-doing-mime-bcc): New variable.
3308         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3309         infinite loop.
3310         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3311
3312         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3313         (wl-draft-mime-bcc-body): Ditto.
3314
3315         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3316         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3317         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3318         wl-draft-do-mime-bcc.
3319         (wl-draft-mime-bcc-field): New function.
3320         (wl-draft-do-mime-bcc): Ditto.
3321
3322         * wl-address.el (wl-address-complete-header-list): New variable.
3323         (wl-address-complete-header-regexp): Changed default value.
3324
3325         * Version number is increased to 2.9.13.
3326
3327 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3330         it is differed.
3331
3332 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3333
3334         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3335         (wl-summary-line-list-count): Ditto.
3336
3337 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3338
3339         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3340         (wl-nntp-posting-function): New variable.
3341         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3342         `wl-nntp-posting-config-alist'.
3343
3344 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3347         FLIM.
3348
3349 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3350
3351         * wl-summary.el (wl-summary-target-mark-refile-sub):
3352         Remove a nuisance funcall.
3353
3354 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3357         as t for `try-completion'.
3358
3359 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3360
3361         * wl-summary.el (wl-summary-default-from): Use
3362         wl-address-header-extract-address instead of
3363         std11-extract-address-components.
3364         (wl-summary-simple-from): Ditto.
3365         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3366         (wl-summary-insert-headers): Show message.
3367         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3368         for whole line.
3369         (wl-summary-default-from): Revert last change.
3370         (wl-summary-simple-from): Ditto.
3371         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3372         (wl-summary-mark-as-read-region): Follow the change above.
3373         (wl-summary-sync-marks): Ditto.
3374         (wl-summary-target-mark-mark-as-read): Ditto.
3375         (wl-summary-redisplay-internal): Ditto.
3376         (wl-summary-redisplay-no-mime-internal): Ditto.
3377         (wl-summary-redisplay-all-header): Ditto.
3378         (wl-summary-mark-as-read): Removed argument `cached';
3379         Use current cache status to set cache mark.
3380         (wl-summary-redisplay-internal): Follow the change above.
3381         (wl-summary-redisplay-no-mime-internal): Ditto.
3382         (wl-summary-redisplay-all-header): Ditto.
3383
3384         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3385
3386         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3387         Don't call itself recursively (Adviced by Yamaoka-san).
3388
3389 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3392         bind wl-summary-highlight as nil to avoid error caused by missing
3393         local variables.
3394
3395 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-vars.el (wl-invalid-character-message): New user option.
3398
3399         * wl-util.el (wl-set-string-width): If truncated string-width is
3400         larger than specified width, use `wl-invalid-character-message'.
3401
3402 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3403
3404         * wl-summary.el (wl-summary-prefetch-msg): 
3405         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3406
3407 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-vars.el (wl-summary-check-line-format): New user option.
3410         (wl-summary-line-format-file): Ditto.
3411
3412         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3413         variable.
3414         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3415         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3416         and `wl-summary-view-old-p' to check whether do a rescan or not.
3417         (wl-summary-view-old-p): New function.
3418         (wl-summary-line-format-changed-p): Ditto.
3419         (wl-summary-line-format-save): Ditto.
3420         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3421
3422         * wl-util.el (wl-set-string-width): Avoid using negative number
3423         for make-string.
3424
3425 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3428         return value.
3429
3430         * wl-util.el (wl-set-string-width): Added optional argument
3431         `padding' (All other related portions are changed).
3432         (wl-line-parse-format): If the first letter of column number is
3433         `0', zero-padding the result (ex: "%05l").
3434
3435         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3436
3437 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3440         sequential summary view.
3441
3442 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3445         if it doesn't have a -unix version.
3446
3447 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3450
3451 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3452
3453         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3454         content.
3455         (wl-draft): Follow the change above.
3456
3457         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3458
3459         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3460         and wl-folder-summary-line-format-alist contain %T and %P.
3461
3462         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3463         (wl-summary-mode-line-format): New user option.
3464         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3465         (wl-summary-line-format): Changed default value.
3466         (wl-summary-lazy-highlight): Changed default value.
3467
3468         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3469         change in wl-summary-create-line.
3470         (wl-thread-insert-entity-sub): Ditto.
3471
3472         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3473         (wl-summary-buffer-unread-status): Ditto.
3474         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3475         (wl-summary-buffer-persistent-mark-column): Ditto.
3476         (wl-summary-buffer-mode-line-formatter): Ditto.
3477         (wl-summary-buffer-mode-line): Ditto.
3478         (wl-summary-message-regexp): Abolished.
3479         (All other related portions are changed.)
3480         (wl-summary-detect-mark-position): New function.
3481         (wl-summary-buffer-set-folder): Setup
3482         wl-summary-buffer-mode-line-formatter.
3483         (wl-summary-mode): Setup selective-display;
3484         Setup pre-idle-hook when xemacs.
3485         (wl-summary-update-modeline): Rewrite.
3486         (wl-summary-jump-to-msg): Define as function;
3487         Changed regexp for searching messages.
3488         (wl-summary-message-number): Rewrite.
3489         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3490         Do rescan when old type summary cache.
3491         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3492         (wl-summary-remove-destination): Use '\r' to detect EOL.
3493         (wl-summary-print-destination): Ditto.
3494         (wl-summary-temp-mark): New inline function.
3495         (wl-summary-persistent-mark): Ditto.
3496         (wl-summary-line-number): New function.
3497         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3498         (wl-summary-line-list-count): New function.
3499         (wl-summary-create-line): Added argument persistent-mark.
3500         (All other related portions are changed)
3501         (wl-summary-create-line): Insert '\r'.
3502         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3503         (wl-summary-cursor-move-surface): New inline function.
3504         (wl-summary-prev): Use it.
3505         (wl-summary-next): Ditto.
3506
3507         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3508         wl-summary-message-regexp.
3509         (wl-highlight-summary): Delete progress message.
3510         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3511
3512         * Version number is increased to 2.9.12.
3513
3514 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3515
3516         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3517         variable (nil: no minimum).
3518         (wl-summary-line-subject): Add some spaces after subject by
3519         wl-summary-line-subject-minimum-length.
3520
3521 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3522
3523         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3524         and removed `F'.
3525         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3526         change above).
3527
3528 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3529
3530         * wl-summary.el (wl-summary-line-list-count): Reverted.
3531         (example setting in samples/*/dot.wl is also updated)
3532
3533 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3534
3535         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3536
3537         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3538
3539         * wl-vars.el (wl-summary-line-format): Addes some description to the
3540         docstring.
3541
3542         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3543         (wl-summary-line-close-bracket): Ditto.
3544         (wl-summary-line-children-number): Ditto.
3545         (wl-summary-line-thread-indent): Ditto.
3546         (wl-summary-line-children-and-from): Ditto.
3547
3548         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3549         't', 'c', 'F' and added 'C'.
3550
3551         * wl-util.el (wl-set-string-width): Accept negative value.
3552         (wl-line-parse-format): Added "%number(" and "%)".
3553
3554 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3555
3556         * wl-summary.el (wl-summary-line-list-count): Change format of the
3557         return value.
3558
3559 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3560
3561         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3562         from the recent message.el.
3563         (wl-draft-point-in-header-p): Ditto.
3564         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3565         wl-draft-beginning-of-line.
3566         * wl-e21.el (wl-draft-mode-map): Ditto.
3567         * wl-xmas.el (wl-draft-mode-map): Ditto.
3568
3569         * wl-folder.el: Sort macrodefs by dependencies.
3570
3571 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3572
3573         * wl-summary.el (wl-summary-prev): Fixed regexp.
3574         (wl-summary-next): Ditto.
3575
3576 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3577
3578         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3579
3580 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3581
3582         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3583         for backward compatibility.
3584
3585 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3586
3587         * wl-summary.el (wl-summary-line-list-count): New function, merged
3588         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3589         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3590         list counts.
3591
3592 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-create-line): Ignore errors while
3595         timezone-fix-time.
3596
3597         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3598
3599         * wl-summary.el (wl-summary-sync-update): Ditto.
3600         (wl-summary-default-from): Use wl-message-entity
3601         instead of entity.
3602
3603         * wl-summary.el (wl-summary-create-line): Fix.
3604
3605         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3606         (wl-summary-line-format): New user option.
3607         (wl-folder-summary-line-format-alist): Ditto.
3608         (wl-summary-from-width): Abolished.
3609
3610         * wl-util.el (toplevel): Require 'bytecomp.
3611         (wl-line-parse-format): New function.
3612         (wl-line-formatter-setup): New macro.
3613
3614         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3615         (wl-summary-buffer-line-formatter): New buffer local variable.
3616         (wl-summary-switch-to-clone-buffer): Follow the change above.
3617         (wl-summary-message-regexp): Fix.
3618         (wl-summary-from-func-internal): Abolished.
3619         (wl-summary-subject-func-internal): Ditto.
3620         (wl-summary-subject-filter-func-internal): Ditto.
3621         (All other related portions are changed.)
3622         (wl-summary-buffer-set-folder):
3623         Set up wl-summary-buffer-number-column and 
3624         wl-summary-buffer-line-formatter
3625         (All other related portions are changed.)
3626         (wl-summary-buffer-number-column-detect): Abolished.
3627         (All other related portions are changed.)
3628         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3629         (wl-summary-delete-all-temp-marks-on-buffer): Use
3630         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3631         (wl-summary-target-mark-delete): Ditto.
3632         (wl-summary-target-mark-refile-subr): Ditto.
3633         (wl-summary-target-mark-mark-as-read): Ditto.
3634         (wl-summary-target-mark-mark-as-unread): Ditto.
3635         (wl-summary-target-mark-mark-as-important): Ditto.
3636         (wl-summary-target-mark-save): Ditto.
3637         (wl-summary-replace-status-marks): Renamed from
3638         wl-summary-set-status-marks-on-buffer;
3639         Use wl-summary-message-regexp instead of
3640         wl-summary-buffer-number-regexp.
3641         (wl-summary-sync-update): Follow the change above.
3642         (wl-summary-goto-previous-message-beginning): New function.
3643         (wl-summary-mark-as-unread): Use it.
3644         (wl-summary-mark-as-important): Ditto.
3645         (wl-summary-line-formatter): New variable.
3646         (wl-summary-line-year): New function.
3647         (wl-summary-line-day): Ditto.
3648         (wl-summary-line-day-of-week): Ditto.
3649         (wl-summary-line-hour): Ditto.
3650         (wl-summary-line-minute): Ditto.
3651         (wl-summary-line-open-bracket): Ditto.
3652         (wl-summary-line-close-bracket): Ditto.
3653         (wl-summary-line-children-number): Ditto.
3654         (wl-summary-line-thread-indent): Ditto.
3655         (wl-summary-line-size): Ditto.
3656         (wl-summary-line-subject): Ditto.
3657         (wl-summary-line-from): Ditto.
3658         (wl-summary-line-children-and-from): Ditto.
3659         (wl-summary-create-line): Rewritten.
3660         (wl-summary-format-date): Abolished.
3661
3662         * wl-highlight.el (wl-highlight-summary-current-line): Use
3663         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3664         Use thread structure to detect thread top message.
3665
3666         * wl-draft.el (wl-default-draft-cite): Don't use
3667         wl-summary-from-func-internal.
3668
3669         * wl-refile.el (wl-refile-subject-learn): Don't use
3670         wl-summary-subject-filter-func-internal.
3671         (wl-refile-guess-by-subject): Ditto.
3672
3673         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3674         parameters.
3675
3676         * wl-thread.el (wl-thread-update-indent-string-region):
3677         Use wl-thread-update-line-on-buffer instead of
3678         wl-thread-update-indent-string.
3679         (wl-thread-update-children-number): Redefine using
3680         wl-thread-update-line-on-buffer.
3681         (wl-thread-update-indent-string): Abolished.
3682
3683         * Version number is increased to 2.9.11.
3684
3685 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3688         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3689         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3690
3691         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3692         as nil.
3693
3694         * wl-thread.el (wl-thread-open-all-unread): Use 
3695         elmo-folder-list-messages-mark-match.
3696         (wl-thread-insert-message): Removed argument `mark-alist'.
3697         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3698         elmo-msgdb-set-mark.
3699         (wl-thread-get-children-msgs-uncached): Likewise.
3700         (wl-thread-get-exist-children): Added argument include-self.
3701         (wl-thread-delete-message): Follow the change above.
3702
3703         * wl-summary.el (wl-summary-count-unread): Removed argument.
3704         (wl-summary-rescan): Follow the change above.
3705         (wl-summary-mark-as-read-region): Ditto
3706         (wl-summary-mark-as-unread-region): Ditto.
3707         (wl-summary-delete-messages-on-buffer): Ditto.
3708         (wl-summary-sync-update): Ditto.
3709         (wl-summary-switch-to-clone-buffer): Ditto.
3710         (wl-summary-goto-folder-subr): Ditto.
3711         (wl-summary-target-mark-mark-as-read): Ditto.
3712         (wl-summary-target-mark-mark-as-unread): Ditto.
3713         (wl-summary-target-mark-mark-as-important): Ditto.
3714         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3715         (wl-summary-update-thread): Removed argument `mark-alist'.
3716         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3717         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3718         (wl-summary-resume-cache-status): Likewise.
3719         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3720         elmo-msgdb-set-mark.
3721         (wl-summary-mark-as-read-all): Likewise.
3722         (wl-summary-delete-cache): Ditto.
3723         (wl-summary-auto-select-msg-p): Ditto.
3724         (wl-summary-mark-as-unread): Ditto.
3725         (wl-summary-no-auto-refile-message-p): Ditto.
3726         (wl-summary-mark-as-read): Ditto.
3727         (wl-summary-mark-as-important): Ditto.
3728         (wl-summary-auto-refile): Follow the change above.
3729         (wl-summary-delete-all-marks): Removed.
3730         (wl-summary-resume-marks-and-highlight): Ditto.
3731         (wl-summary-resume-marks): Ditto.
3732         (wl-summary-delete-important-msgs-from-list): Ditto.
3733         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3734
3735         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3736         wl-summary-count-unread.
3737
3738         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3739         (wl-summary-score-update-all-lines): Use
3740         elmo-msgdb-set-mark.
3741
3742 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3743
3744         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3745         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3746         (wl-summary-create-line): Renamed from
3747         wl-summary-overview-create-summary-line;
3748         Argument rearrangement.
3749         (wl-summary-update-thread): Follow the change above.
3750
3751         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3752         (wl-thread-insert-entity-sub): Likewise.
3753
3754         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3755         argument `overview', `mark-alist' and added `msgdb'.
3756
3757         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3758
3759         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3760         (wl-summary-rescan): Follow the change above.
3761         (wl-summary-sync-update): Ditto.
3762         (wl-summary-insert-thread-entity): Ditto;
3763         Don't use `let*' in every while loop;
3764         Detect infinite loop of threads.
3765         (wl-summary-update-thread): Removed argument `overview'.
3766
3767         * wl-thread.el (wl-thread-insert-message): Ditto.
3768
3769         * Version number is increased to 2.9.10.
3770
3771         * wl-message.el (wl-message-redisplay): Ignore errors while
3772         wl-message-redisplay-hook.
3773
3774 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3777
3778 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3779
3780         * wl.el (wl): inhibit-quit while wl-folder.
3781
3782 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3785         while msgdb access.
3786
3787 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3788
3789         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3790         even if no folder is not created.
3791
3792 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3795
3796         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3797         implementation.
3798         (wl-summary-target-mark-thread): Ditto.
3799
3800         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3801
3802 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3803
3804         * wl-util.el (wl-display-bytes): Remove unused function.
3805
3806 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3807
3808         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3809         seems critical one (partially reverse the change in 2002/03/17).
3810
3811 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3814         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3815
3816 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3817
3818         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3819         is not writable.
3820         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3821         plugged status instead of `'force' as 2nd argument.
3822
3823         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3824         is not creatable.
3825
3826         * Version number is increased to 2.9.9.
3827
3828 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3829
3830         * wl-summary.el (wl-summary-suspend): New function.
3831
3832 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3833
3834         * wl.el (wl): Do not check variables if check is nil.
3835         * wl-utils.el (wl-collect-draft): New function.
3836         * wl-folder.el (wl-folder-suspend): Put summary buffers
3837         and draft buffers at the end of buffer list.
3838         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3839
3840 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3841
3842         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3843         loop instead of recursive call.
3844
3845         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3846         2nd argument.
3847
3848 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3849
3850         * wl-draft.el (wl-draft-create-contents): Don't take neither
3851         (function . args) nor (string . something) any more.
3852
3853         * wl-version.el (wl-generate-user-agent-string): Return string
3854         without header symbol.
3855         * wl-draft.el (wl-draft-default-headers): Use it.
3856
3857         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3858         `wl-draft-insert-ccs' and return field value instead of inserting
3859         the header. Abolish cc argument.
3860         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3861
3862         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3863         rather than one with string car.
3864
3865         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3866         * wl-draft.el (wl-draft-create-contents): Add it after the default
3867         headers.
3868
3869         * wl-draft.el (wl-draft-create-contents): For the case of
3870         (symbol-or-string . function) insert header only when the function
3871         returns string value.
3872
3873 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3876         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3877
3878 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl.el (wl-check-environment): Don't check Message-ID when
3881         `wl-insert-message-id' is nil.
3882         Revive checking if `wl-message-id-domain' contains "@".
3883
3884 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl.el (wl-check-environment): Merge examination for "@" at
3887         inappropriate position into the first string-match.
3888
3889         * wl-summary.el (wl-summary-target-mark-print): New function.
3890         (wl-summary-pipe-message-subr): Extracted from
3891         `wl-summary-pipe-message'.
3892         (wl-summary-target-mark-pipe): New function.
3893         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3894         `wl-summary-target-mark-pipe'.
3895
3896 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3899
3900 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl.el (wl-check-environment): Use elmo-warning instead of
3903         error for non-critical ones.
3904         Remove trash folder check.
3905         (wl): Don't ignore error in wl-check-environment.
3906
3907         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3908         check, which is moved from `wl-check-environment'.
3909         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3910
3911 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3914         guess anything, call wl-summary-write.
3915         (wl-summary-write): Create draft with blank To field.
3916         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3917
3918 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3921         argument full as well for wl-folder-write-current-folder.
3922         If wl-*-write-current-folder cannot guess addressee, add blank
3923         To header.
3924         Rewrite condition for positioning cursor.
3925
3926 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3929         summary buffer is present, use it.
3930         (wl-folder-jump-to-previous-summary): Ditto.
3931
3932 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3935
3936         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3937         wl-summary-previous-buffer and wl-summary-next-buffer.
3938
3939         * wl-folder.el (wl-folder-mode-map): Bind
3940         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3941         (wl-folder-jump-to-next-summary): New function.
3942         (wl-folder-jump-to-previous-summary): Ditto.
3943
3944         * wl-draft.el (wl-draft): Rearranged.
3945
3946 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3949         of header.
3950         (wl-draft): Collect arguments for the header as header-alist.
3951         (wl-draft-forward): Arrange arguments for wl-draft.
3952         (wl-draft-reply): Ditto.
3953         (wl-draft-edit-string): Ditto.
3954         * wl-summary.el (wl-summary-write): Ditto.
3955         (wl-summary-write-current-folder): Ditto.
3956
3957         * Version number is increased to 2.9.8.
3958
3959 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3962
3963         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3964
3965         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3966         even if the guess failed.
3967
3968         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3969         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3970         wl-summary-write-current-folder.
3971         * wl-xmas.el: Ditto.
3972
3973 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-summary.el (wl-summary-next-page): Force display message if
3976         message is not displayed yet.
3977         (wl-summary-prev-page): Ditto.
3978
3979 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3980
3981         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3982
3983 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3986         add "Preview Message" and "Save Draft and Exit".
3987
3988 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3989
3990         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3991         if addrmgr is called from draft in splitted window.
3992
3993         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3994         * wl-mule.el: Ditto.
3995         * wl-xmas.el: Ditto.
3996
3997 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4000
4001         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4002         * wl-xmas.el (wl-folder-toolbar): Ditto.
4003
4004 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4007         and wl-draft-save-and-exit.
4008         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4009         * wl-xmas.el: Ditto.
4010         * wl-mule.el: Ditto.
4011
4012         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4013         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4014
4015 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4018         lists for saving buffer.
4019
4020 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4023         parent-folder argument instead of it.
4024         (wl-draft-create-buffer): Ditto.
4025         (wl-draft-forward): Ditto.
4026         (wl-draft-reply): Ditto.
4027         * wl-summary.el (wl-summary-write): Ditto.
4028         (wl-summary-write-current-folder): Ditto.
4029
4030         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4031         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4032         Folder buffer after composing.
4033
4034 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4037         header if the file `wl-x-face-file' already contains it.
4038
4039 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4042         folder" entry.
4043         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4044         * wl-e21.el (wl-folder-toolbar): Ditto.
4045         * wl-xmas.el (wl-folder-toolbar): Ditto.
4046
4047 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4050         wl-folder-goto-folder with sticky argument.
4051         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4052
4053 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4056         and wl-summary-previous-buffer.
4057         (wl-summary-next-buffer): New function.
4058         (wl-summary-previous-buffer): Ditto.
4059
4060 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4061
4062         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4063         wl-folder-jump-to-current-entity-with-arg.
4064         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4065         `wl-folder-jump-to-current-entity'.
4066         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4067         `wl-summary-goto-folder-sticky'.
4068         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4069         `wl-summary-goto-folder'.
4070         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4071         Unless force-exit, do not clean temp. marks for sticky summary.
4072         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4073
4074 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4077         not entire.
4078
4079 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4082         to `C-x C-s'.
4083         (wl-summary-save-status): New command.
4084         (wl-summary-exit): Don't clean-up temp marks when sticky.
4085         (Applied patch from Nakayama-san [wl: 09548])
4086         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4087         Do nothing when no mark data.
4088         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4089         Call `wl-summary-delete-all-temp-marks' before saving.
4090
4091 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4092
4093         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4094
4095 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl.el (wl-check-environment): Also cause error when (system-name)
4098         returns "localhost.localdomain". (Although it doesn't affect because
4099         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4100
4101 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4104         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4105
4106         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4107         value.
4108
4109 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4112         Likewise r-cc-list and r-ng-list.
4113
4114 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4117         only if it is bound as variable.
4118
4119         * wl-mime.el (wl-draft-preview-message): Ditto.
4120
4121 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4124         needless `goto-char'.
4125
4126         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4127         `wl-summary-redisplay-no-mime-internal' instead of
4128         `wl-summary-redisplay-no-mime'.
4129         (wl-summary-redisplay-no-mime): Changed argument;
4130         Call `wl-summary-redisplay-no-mime-internal'.
4131
4132         * wl-mime.el (wl-draft-preview-message): Bind
4133         `mime-header-encode-method-alist' locally.
4134
4135         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4136         (wl-draft-std11-parse-addresses): Added the first address check.
4137         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4138
4139         * Version number is increased to 2.9.7.
4140
4141 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4142
4143         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4144
4145 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4146
4147         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4148         related to scrollbar support, if there is no such a feature
4149         compiled in.
4150
4151 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4152
4153         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4154         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4155         for prefetch.
4156
4157 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4158
4159         * wl-summary.el (wl-summary-pick): Fix for no match.
4160
4161 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4162
4163         * wl-draft.el (wl-draft-save):
4164         Override `mime-header-encode-method-alist'.
4165
4166 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl-folder.el (wl-folder-pick): New function.
4169         Define key as "?".
4170
4171 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4174         Fix for unplugged.
4175
4176 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl-folder.el (wl-folder-virtual): New function.
4179         Define key as "V".
4180
4181 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4184         multi folder if entity is group.
4185
4186 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4187
4188         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4189         is nil.
4190
4191 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4194         (wl-summary-target-mark-msgs): Return the number of marked messages.
4195
4196 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4197
4198         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4199         "first:" is specified.
4200
4201 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-vars.el (wl-from): Use return value of function
4204         user-full-name instead of the variable user-full-name since
4205         XEmacs-20.4 doesn't set this variable.
4206
4207 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4210         call `wl' directly.
4211
4212 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4213
4214         * wl-draft.el (wl-draft-reedit): Removed duplicated
4215         switch-to-buffers.
4216
4217 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * wl.el (wl-other-frame): Removed garbages.
4220
4221 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4224
4225         * wl-xmas.el (wl-draft-key-setup): Ditto.
4226
4227         * wl-mule.el (wl-draft-key-setup): Ditto.
4228
4229         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4230         (wl-draft-reedit): Ditto.
4231         (wl-draft-prepare-edit): Add `wl-draft-save' to
4232         `local-write-file-hooks'.
4233         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4234         (wl-draft-reedit): Set buffer-file-name.
4235         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4236
4237
4238         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4239         call it.
4240         (wl-delete-startup-frame-function): New variable.
4241         (wl-other-frame): New function
4242         (Original was written by Yamaoka san [wl: 09239]).
4243
4244         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4245         if `wl-folder-use-frame'.
4246
4247 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4248
4249         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4250
4251 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4252
4253         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4254         New variable.
4255         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4256         (wl-message-buffer-prefetch-get-next): Use them.
4257         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4258
4259 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4262         with unwind-protect.
4263
4264         * wl-draft.el (wl-draft-reedit): Rewrite.
4265         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4266         (wl-draft-save): Insert header separator if it does not exist;
4267         Removed condition-case.
4268
4269         * wl-summary.el (wl-summary-reedit): Revert last change.
4270
4271         * wl-draft.el (wl-draft-save): Rewrite.
4272         (wl-draft-create-buffer): Set buffer-file-name as nil.
4273
4274         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4275
4276         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4277
4278         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4279         nil.
4280
4281 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4284         If count is nil, do not prefetch.
4285         (wl-message-buffer-prefetch-next): Next.
4286
4287 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4288
4289         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4290
4291 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4292
4293         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4294         `delete-backward-char'
4295         (wl-draft-prepare-edit): Check major-mode.
4296         (wl-draft-decode-header): Rewrite.
4297         (wl-draft): Fix.
4298
4299 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4302
4303 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4304
4305         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4306         (wl-message-buffer-prefetch-get-next): Remove size checking.
4307         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4308
4309 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4312         (wl-draft-default-headers): Fix.
4313
4314 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315
4316         * wl-draft.el (wl-draft-default-headers): Insert return value of
4317         `wl-generate-mailer-string-function'.
4318
4319 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4320
4321         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4322         (wl-draft-insert-mail-header-separator): Ditto.
4323
4324         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4325         again (Reverted the change on 2002-01-17 by OKADA san).
4326
4327 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4328
4329         * wl-draft.el (wl-draft): Rewrite.
4330         (wl-draft-create-buffer): New function.
4331         (wl-draft-create-contents): Ditto.
4332         (wl-draft-prepare-edit): Ditto.
4333         (wl-draft-decode-header): Ditto.
4334         (wl-draft-decode-body): Ditto.
4335         (wl-draft-check-new-line): Ditto.
4336         (wl-draft-default-headers): Ditto.
4337         (wl-draft-insert-mail-header-separator): Ditto.
4338
4339 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4340
4341         * Version number is increased to 2.9.6.
4342
4343 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4344
4345         * wl-draft.el (wl-draft-delete-field): Optional argument.
4346         (wl-draft-delete-fields): Ditto.
4347
4348 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4349
4350         * wl-message.el (toplevel): Eliminated byte-compile warning.
4351         for `itimer-function', `delete-timer' and `itimer-list'.
4352
4353 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4356         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4357         `wl-message-buffer-prefetch-threshold'.
4358         * wl-summary.el (wl-summary-redisplay-internal): Remove
4359         the check of `wl-message-buffer-prefetch-depth'.
4360
4361 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4364         size of article.
4365         (wl-message-buffer-prefetch-subr): Remove size check.
4366
4367 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-vars.el (wl-plugged): Make customizable.
4370
4371 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4372
4373         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4374         (wl-message-buffer-prefetch-set-timer): New function.
4375         (wl-message-buffer-prefetch-get-next): New function.
4376         (wl-message-buffer-prefetch): New function.
4377         (wl-message-buffer-prefetch-next): Rewrite.
4378         (wl-message-buffer-prefetch-subr): Rewrite.
4379         * wl-vars.el (wl-auto-prefetch-first): New variable.
4380         * wl-summary.el (wl-summary-goto-folder-subr): Call
4381         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4382
4383 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4386         `wl-summary-unread-message-hook'.
4387
4388 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4391         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4392         if range is `cache-status'.
4393
4394 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4395
4396         * wl-message.el (wl-message-buffer-prefetch-subr):
4397         Improve debug message.
4398
4399 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4400
4401         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4402         `wl-mail-send-pre-hook'.
4403         (wl-draft-send-mail-with-qmail): Ditto.
4404         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4405
4406 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * wl-message.el (wl-message-buffer-prefetch-subr):
4409         Fix for cancel-function-timers bug.
4410         (wl-message-buffer-prefetch-debug): Default value is t.
4411
4412 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4413
4414         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4415         (wl-message-buffer-prefetch-subr): Rewrite.
4416         Rename from `wl-message-buffer-prefetch'.
4417
4418 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4421         (wl-default-draft-cite-decorate-author): Ditto.
4422
4423         * wl-draft.el (wl-draft-cite-function): Removed.
4424         (wl-default-draft-cite-decorate-author): Ditto.
4425
4426 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4429         (wl-default-draft-cite): Do not arrange author name if the value of
4430         `wl-default-draft-cite-decorate-author' is nil.
4431
4432 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4433
4434         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4435
4436         * wl-folder.el (wl-folder-check-one-entity): Don't care
4437         `elmo-folder-use-flag-p'.
4438
4439 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4440
4441         * wl-folder (wl-folder-check-one-entity): Fix
4442         problem if unread is nil.
4443
4444 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * wl-address.el (wl-address-make-completion-list): Check whether
4447         the address is a group list.
4448         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4449
4450 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4451
4452         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4453         The number of the messages of new and unread does not count
4454         correctly.
4455
4456         * wl-summary.el (wl-summary-count-unread): Changed to return
4457         `(new . unread)' instead of total.
4458         (wl-summary-sync-update): Follow the change above.
4459
4460         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4461
4462 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-address.el (wl-address-make-completion-list): Do not enclose
4465         address by " <" and ">" if associated realname is "".
4466         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4467         This is against the promblem with group list in .addresses pointed
4468         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4469
4470 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4473         message is a format control string.
4474         * wl-expire.el (wl-expire-append-log): Ditto.
4475         * wl-mime.el (wl-summary-burst-subr): Ditto.
4476         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4477         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4478
4479 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4480
4481         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4482         wl.el (wl-check-variables): Rename from `wl-check-type'.
4483         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4484         (wl-check-variables-2): New function.
4485         (wl): Call `wl-check-variables-2'.
4486
4487 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4490         after renaming folder in access group.
4491
4492 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4495         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4496         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4497         (wl-message-buffer-prefetch): Rewrite.
4498         (wl-message-buffer-prefetch-idle-time): Removed.
4499         * wl-summary.el (wl-summary-redisplay-internal):
4500         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4501         Error check for `wl-message-buffer-prefetch-depht'.
4502
4503 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4504
4505         * Version number is increased to 2.9.5.
4506         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4507
4508 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4509
4510         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4511         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4512         Based on the patch written by
4513         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-draft.el (wl-draft-raw-send): Fix for
4518         `wl-news-send-pre-hook'
4519
4520 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-utils.el (wl-message-id-function): New variable.
4523         * wl-draft.el (wl-draft-insert-required-fields):
4524         Use `wl-message-id-function'.
4525
4526 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4527
4528         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4529         * wl-utils.el (wl-draft-make-message-id-string):
4530         Use `wl-from' for domain part of Message-ID
4531         if `wl-message-id-use-wl-from' if non-nil.
4532         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4533
4534 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl.el (wl): Call `wl-check-type'
4537         Do not 'condition-case'.
4538
4539 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl.el (wl-check-type): New function.
4542         (wl-check-type-variables): New variable.
4543
4544 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4547
4548 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-draft.el (wl-smtp-password-key): New function.
4551         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4552         (wl-draft-send-mail-with-smtp): Ditto.
4553         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4554
4555 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4556
4557         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4558         * wl-utils.el (wl-unique-id-suffix): Remove.
4559
4560 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * Version number is increased to 2.9.4.
4563
4564 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4565
4566         * wl-utils.el (wl-unique-id-suffix): New variable.
4567         (wl-unique-id): Use `wl-unique-id-suffix'
4568
4569 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4570
4571         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4572         instead of `elmo-msgdb-search'.
4573
4574         * Version number is increased to 2.9.3.
4575
4576 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4577
4578         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4579
4580 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4581
4582         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4583         (wl-draft-dispatch-message): Changed for send-later.
4584         (wl-draft-queue-flush): Ditto.
4585         (wl-draft): Clear `wl-sent-message-queued'.
4586         (wl-draft-reedit): Ditto.
4587         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4588         * wl-vars.el (wl-draft-force-queuing): New variable.
4589         (wl-draft-force-queuing-mail): New variable.
4590         (wl-draft-force-queuing-news): New variable.
4591
4592 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4593
4594         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4595         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4596
4597 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4598
4599         * Version number is increased to 2.9.2.
4600
4601 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * wl-draft.el (wl-draft-elide-region): New user command.
4604         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4605
4606         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4607         command `wl-draft-elide-region'.
4608         * wl-mule.el: Ditto.
4609         * wl-xmas.el: Ditto.
4610
4611 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4612
4613         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4614         (wl-biff-check-folder-async): Removed needless let.
4615
4616 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4619         wl-folder-get-elmo-folder.
4620         (wl-biff-check-folder): Set `biff' argument of
4621         `wl-folder-check-one-entity'.
4622         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4623
4624         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4625         (wl-folder-check-one-entity): Added `biff' argument;
4626         Setup `biff' slot of folder.
4627
4628         * Version number is increased to 2.9.1.
4629
4630 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4633         comment out and fixed.
4634         (wl-fldmgr-add-completion-subr): Ditto.
4635
4636         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4637         and msgdb.
4638
4639         * wl.el (wl-toggle-plugged): Save summary view.
4640
4641 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4642
4643         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4644
4645 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4646
4647         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4648
4649 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4652         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4653         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4654
4655         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4656         if it was failed.
4657         (wl-demo): Disable undo in the demo buffer.
4658
4659 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl-version.el (wl-version): Changed codename.
4662
4663         * Version number is increased to 2.9.0.
4664
4665 2001-12-14  Takuo KITAME <kitame@northeye.org>
4666
4667         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4668         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4669         (wl-folder-mark-as-read-all-current-entity): Ditto.
4670
4671 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-vars.el (wl-from-width): Define as obsolete variable.
4674         (wl-subject-length-limit): Ditto.
4675
4676         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4677
4678         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4679         wl-summary-save-view.
4680
4681         * wl.el (wl-save-status): Ditto.
4682         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4683
4684         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4685         (wl-summary-exit): Follow the change above.
4686         (wl-summary-goto-folder-subr): Ditto.
4687
4688         * wl-folder.el (wl-folder-create-subr): Don't use
4689         `elmo-folder-creatable-p'.
4690
4691 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4694
4695 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4698         rather than bitmap on Emacs 21.
4699         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4700         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4701         for xbm if the new redisplay engine is not available.
4702
4703 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-folder.el (wl-folder-init-hook): New hook.
4706         (wl-folder-init): Run `wl-folder-init-hook'.
4707
4708 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4711
4712 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4713
4714         * wl-acap.el (wl-acap-cache-filename): New variable.
4715         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4716         (wl-acap-init): Use cache if no ACAP server found.
4717
4718 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4719
4720         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4721         `wl-acap-original-msgdb-dir'.
4722
4723         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4724         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4725
4726         * wl-mime.el (wl-mime-save-directory): Renamed from
4727         `wl-mime-save-dir'.
4728
4729 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4732
4733         * wl-demo.el: Require `path-util'.
4734         (wl-demo-bitmap-mule-available-p): New internal variable.
4735         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4736         `module-installed-p' instead.
4737         (wl-demo-insert-image): Use *.img file for a bitmap image.
4738         (wl-demo): Don't call the ascii demo recursively.
4739
4740 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * Version number is increased to 2.7.7.
4743
4744 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4745
4746         * wl.el (wl-exit): Eliminated byte-compile warning.
4747
4748 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4749
4750         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4751         obsolete variable using `elmo-define-obsolete-variable'.
4752         (wl-fetch-confirm-threshold): Ditto.
4753         (wl-cache-prefetch-folder-type-list): Ditto.
4754         (wl-cache-prefetch-folder-list): Ditto.
4755
4756 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4759         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4760         (wl-demo-insert-image): New function.
4761         (wl-demo-insert-text): New function.
4762         (wl-demo-image-type-alist): Redefine as a function.
4763         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4764         (wl-demo-with-temp-file-buffer): Removed.
4765         (wl-logo-xpm): Removed.
4766         (wl-logo-xbm): Removed.
4767         (wl-logo-bitmap): Removed.
4768
4769 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4770
4771         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4772         (wl-expire-localdir-get-folder-function): New user option.
4773         (wl-expire-localdir-get-folder): New function.
4774         (wl-expire-localdir-date): Ditto.
4775
4776 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4777
4778         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4779         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4780         Fixed unread number mismatch when all-unread < unread.
4781
4782 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4785         (wl-fetch-confirm-threshold): Ditto.
4786
4787         * wl-summary.el (wl-summary-confirm-appends): Removed.
4788         (wl-summary-sync-update): Don't refer
4789         `wl-summary-update-confirm-threshold' (It is now abolished).
4790
4791         * wl-message.el (wl-message-display-internal): Don't refer
4792         `wl-fetch-confirm-threshold' (It is now abolished).
4793
4794 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4797
4798 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4801         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4802         Change default value to nil.
4803         (wl-summary-indent-length-limit): The value can be nil, nil means
4804         unlimited.
4805
4806         * wl-summary.el: Don't set limit for indent length if the value of
4807         wl-summary-indent-length-limit is nil.
4808         If the value of wl-summary-width is nil, it means only that the width
4809         of summary is unlimited (nil doesn't mean that the indent length is
4810         unlimited).
4811
4812         * wl-thread.el: Ditto.
4813
4814 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4815
4816         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4817         be nil, nil means never confirm.
4818         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4819
4820 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4823         means unlimited).
4824
4825 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4828         Use `with-temp-buffer'.
4829
4830 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4833         with new backquote style).
4834         (wl-folder-get-entity-from-buffer): Ditto.
4835
4836 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4837
4838         * wl-version.el (nemacs-version): Eliminated.
4839         (wl-extended-emacs-version2): Ignore nemacs.
4840         (wl-extended-emacs-version3): Ditto.
4841
4842 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4843
4844         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4845         (wl-draft-add-in-reply-to): New variable.
4846         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4847         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4848         (wl-draft-yank-from-mail-reply-buffer): Use
4849         `wl-draft-add-in-reply-to'.
4850         (wl-draft-insert-current-message): Ditto.
4851
4852 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4853
4854         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4855         typo (kill->hide).
4856         (wl-message-buffer-prefetch-folder-type-list): Added elements
4857         `mark' and `cache' instead of `internal'.
4858
4859 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4862         resume msgdb directory.
4863
4864 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl.el (wl-exit): Call `wl-acap-exit'.
4867
4868         * wl-summary.el (wl-summary-message-string): New function.
4869         (wl-summary-reedit): Use it.
4870         (wl-summary-resend-bounced-mail): Remove needless let.
4871         (wl-summary-supersedes-message): Ditto.
4872         (wl-summary-save): Ditto.
4873
4874         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4875         (wl-acap-init): Set it.
4876         (wl-acap-exit): New function.
4877
4878 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4879
4880         * wl.el (wl-init): Revert (require 'mime-setup). move from
4881         toplevel.
4882
4883 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4884
4885         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4886         local variables.  Add error when guess function return invalid
4887         value.
4888
4889 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4890
4891         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4892         Change local variable name.
4893         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4894         (wl-folder-get-newsgroups): Return nil when non-news folder.
4895         * wl-summary.el (wl-summary-write-current-folder): State through
4896         when guess-list return nil.
4897         (wl-summary-write-current-folder-functions): Fixed docstring.
4898
4899         * wl.el (wl-exit): Changed confirm message.
4900
4901         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4902         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4903
4904         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4905
4906 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4907
4908         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4909         user option (Renamed from wl-cache-prefetch-folder-type-list).
4910         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4911         from wl-cache-prefetch-folder-list).
4912
4913         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4914         Move to wl-vars.el.
4915         (wl-message-buffer-prefetch-p): Changed to enable
4916         `wl-message-buffer-prefetch-folder-list'.
4917
4918         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4919         `ignore-cache'.
4920
4921 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4924         `part-top' and `part-bottom'.
4925         (wl-draft-config-sub-part-top): New function.
4926         (wl-draft-config-sub-part-bottom): New function.
4927
4928 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4929
4930         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4931
4932 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4935
4936 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4939
4940         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4941         (wl-summary-write-current-folder): Ditto.
4942
4943 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-folder.el (wl-folder-get-newsgroups): Use
4946         `elmo-folder-newsgroups'.
4947
4948 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4951         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4952         `wl-draft-config-sub-header-bottom'.
4953
4954 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4955
4956         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4957         localnews folder.
4958
4959 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-summary.el (wl-summary-mode): Undo last change.
4962
4963         * wl-folder.el (wl-folder-mode): Ditto.
4964
4965 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-summary.el (wl-summary-mode): Locally set
4968         truncate-partial-window-width to nil.
4969         (for XEmacs)
4970
4971         * wl-folder.el (wl-folder-mode): Ditto.
4972
4973 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4976
4977 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4980         number.
4981
4982         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4983
4984         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4985
4986         * Version number is increased to 2.7.6.
4987
4988 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4991
4992 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-summary.el (wl-summary-sync-update): Enclose network
4995         related portion with `unwind-protect'.
4996
4997 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4998
4999         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5000
5001 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5002
5003         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5004         element.
5005         * wl-vars.el (wl-message-body-button-alist): Ditto.
5006
5007         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5008         max match length.
5009         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5010
5011         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5012         for the max match length;
5013         Use 4th element value for the button string regexp group.
5014
5015         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5016         candidate exists, prompt to select.
5017
5018 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5019
5020         * wl-summary.el (wl-summary-jump-to-msg): Search before
5021         calibration point by `beginning-of-line'.
5022
5023 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5024
5025         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5026         for access group.
5027
5028 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-message.el (wl-message-display-internal): Bind
5031         `default-mime-charset'.
5032
5033         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5034
5035         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5036
5037         * Version number is increased to 2.7.5.
5038
5039 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5040
5041         * wl-expire.el (wl-summary-archive): Fixed;
5042         Use `elmo-folder-name-internal'.
5043
5044 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5045
5046         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5047         from `elmo-folder-move-messages' caller.
5048         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5049
5050         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5051         related portions are changed).
5052
5053 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5054
5055         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5056         counter.
5057
5058 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5061         buffer local and set it to nil.
5062
5063         * wl-message.el (wl-message-redisplay): Ditto.
5064
5065 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-summary.el (wl-summary-mark-as-important): If message is
5068         already cached, set messag as read, otherwise encache and mark as read.
5069
5070 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5073         point-min.
5074
5075 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5078         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5079         a keymap.
5080
5081 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5084         parent.
5085
5086         * wl-mule.el (wl-message-define-keymap): Ditto.
5087
5088         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5089
5090         * wl-xmas.el (wl-message-display-internal-hook): Define.
5091         (wl-xmas-setup-message-toolbar): Define as function.
5092         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5093         (wl-message-overload-functions): Abolished.
5094         (wl-message-define-keymap): New function.
5095
5096         * wl-vars.el (wl-message-display-internal-hook): New variable.
5097         (wl-message-header-button-alist): New variable (Renamed from
5098         wl-highlight-message-header-button-alist).
5099         (wl-message-body-button-alist): Ditto.
5100
5101         * wl-mule.el (wl-message-define-keymap): New function.
5102         (wl-message-overload-functions): Abolished.
5103
5104         * wl-message.el (wl-message-add-buttons-to-body): New function.
5105         (wl-message-redisplay): Don't call wl-message-overload-functions;
5106         Call wl-message-add-buttons-to-header and
5107         wl-message-add-buttons-to-body.
5108         (wl-message-display-internal): Set keymap argument for
5109         elmo-mime-display-as-is, elmo-mime-message-display;
5110         Run wl-message-display-internal-hook.
5111         (wl-message-refer-article-or-url): Abolished.
5112
5113         * wl-highlight.el (wl-highlight-headers): Don't call
5114         wl-highlight-message-add-buttons-to-header.
5115         (wl-highlight-message-add-buttons-to-header): Abolished.
5116
5117
5118         * wl-e21.el (wl-message-display-internal-hook): Define.
5119         (wl-e21-setup-toolbar): Deleted duplicated binding.
5120         (wl-e21-setup-message-toolbar): Define as function.
5121         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5122         (wl-message-define-keymap): New function.
5123         (wl-message-overload-functions): Abolished.
5124
5125 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5128         and elmo-folder-close.
5129
5130         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5131
5132 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5133
5134         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5135         boolean value.
5136         * wl-draft.el (wl-draft-do-fcc): Ditto.
5137
5138 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5139
5140         * wl-vars.el (wl-fcc-force-as-read): New variable.
5141         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5142         mark copied message as read.
5143
5144 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5145
5146         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5147
5148 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5149
5150         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5151         `wl-summary-target-above' instead of obsolete variable
5152         `wl-summary-temp-above'.
5153
5154         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5155         instead of `make-obsolete-variable'.
5156         * wl-refile.el (toplevel): Ditto.
5157
5158 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5161         with third argument t.
5162         (wl-draft): Set first argument for wl-plugged-init as t.
5163
5164         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5165         definition.
5166
5167 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5168
5169         * wl-vars.el: Tabify.
5170         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5171
5172         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5173         message.
5174
5175 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5178         and set default to beep.
5179
5180 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-vars.el (wl-draft-truncate-lines): New variable.
5183
5184         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5185         instead of wl-message-truncate-lines for truncate-lines.
5186
5187 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-message.el (wl-message-display-internal): Call
5190         `wl-highlight-message' after `elmo-mime-display-as-is'.
5191
5192         * wl-mime.el (wl-mime-display-text/plain): New function.
5193         (wl-mime-display-header): Ditto.
5194         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5195         body-presentation-method for text/plain;
5196         Register `wl-mime-display-header' as a header-presentation-method;
5197         Don't set up `elmo-message-text-content-inserted-hook' and
5198         `elmo-message-header-inserted-hook'.
5199
5200         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5201         variable.
5202         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5203         as t if flag is 'all-header;
5204         Don't bind `elmo-message-ignored-field-list',
5205         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5206
5207 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5210         for xemacs with non-mule environment.
5211
5212 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5213
5214         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5215         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5216         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5217
5218 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5219
5220         * wl-vars.el (wl-interactive-send): Set default value as t.
5221
5222 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5225         (wl-addrmgr-method-list): Abolished.
5226         (wl-addrmgr-change-method): Follow above change.
5227
5228         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5229
5230 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5231
5232         * wl-vars.el (wl-message-truncate-lines): Change default value
5233         to default-truncate-lines.
5234
5235         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5236
5237 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-vars.el (wl-message-truncate-lines): New variable.
5240
5241         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5242         wl-message-truncate-lines.
5243
5244 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5245
5246         * wl-acap.el (wl-acap-init): Remove period from error message.
5247         (wl-acap-find-acap-service): Remove period from message.
5248
5249 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5250
5251         * wl.el (wl-check-environment): Undo last change.
5252
5253         * wl-vars.el (wl-from): Changed default value.
5254
5255         * wl-util.el (toplevel): Don't require tm-edit.
5256
5257         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5258         `wl-folder-init';
5259         Don't set mark on mail body.
5260         (wl-draft-reedit): Ditto.
5261
5262         * wl-address.el (wl-address-quote-specials): Define as an alias for
5263         elmo-address-quote-specials.
5264
5265 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5268
5269         * wl-vars.el (wl-from): Set default value as nil.
5270         (wl-organization): Set default value as ORGANIZATION environment
5271         variable.
5272
5273         * wl-draft.el (wl-smtp-extension-bind): Check value of
5274         wl-smtp-connection-type.
5275
5276         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5277         error.
5278
5279 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5280
5281         * Version number is increased to 2.7.4.
5282
5283         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5284         arguments from `wl-highlight-x-face-function' caller.
5285         Use x-face-1.3.6.12 or later.
5286
5287 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5288
5289         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5290
5291 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5294         (wl-fcc): Fix to accept function.
5295         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5296
5297 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5298
5299         * wl-acap.el (toplevel): Added `product-provide' declare.
5300         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5301
5302 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl.el (wl): Changed order of calling `elmo-init'
5305         and `elmo-folder-init'.
5306
5307 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5308
5309         * wl-mime.el (wl-summary-burst): Extract message when content-type
5310         of root entity is not only `multipart' but also `message/rfc822'.
5311         (wl-summary-burst-subr): Ditto.
5312
5313 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * wl-vars.el (toplevel): Require 'custom.
5316         (wl-trash-folder): Added to `wl-setting' group.
5317
5318         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5319         exists.
5320         (wl-addrmgr-draw): Insert empty line when no entry exists.
5321
5322         * wl-mule.el (wl-message-wheel-up): Fixed.
5323         (wl-message-wheel-down): Ditto.
5324
5325 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5326
5327         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5328         config is an anonymous lambda expression.
5329
5330 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5333         when Mule 2 is running.
5334
5335 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5338
5339 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5342         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5343
5344         * wl-address.el (wl-address-specials-regexp): Eliminated.
5345         (wl-address-quote-specials): Rewrite.
5346
5347 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5350         shy-groups for regexp.
5351
5352         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5353         character classes and Perl style shy-groups for regexp.
5354         (wl-highlight-plugged-current-line): Use Posix style character
5355         classes for regexp.
5356         (wl-e21-highlight-folder-by-numbers): Ditto.
5357         (wl-e21-display-image-p): Use `display-images-p' instead of
5358         `display-graphic-p'.
5359         (display-images-p): Make an alias to `display-graphic-p' if it is
5360         not available.  It is for Emacs version prior to 21.0.105.
5361
5362         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5363         `display-graphic-p'.
5364         (wl-demo-image-type-alist): Ditto.
5365         (display-images-p): Make an alias to `display-graphic-p' if it is
5366         not available.  It is for Emacs version prior to 21.0.105.
5367
5368 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5369
5370         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5371         support.
5372         (wl-generate-user-agent-string): Ditto.
5373
5374         * wl-version.el (wl-version): Update docsting.
5375         (wl-version-status): Ditto.
5376
5377 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5378
5379         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5380         21.0.105.  For Emacs 21.0.104 or earlier.
5381
5382 2001-09-03  Takuo KITAME <kitame@northeye.org>
5383
5384         * wl-e21.el (wl-plugged-init-icons): Use
5385         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5386         (wl-biff-init-icons): Ditto.
5387
5388 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-highlight.el (wl-highlight-summary-current-line):
5391         Fixed highlighting refile/copy destination.
5392
5393         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5394         (wl-acap-store): Encode string by wl-acap-coding-system.
5395
5396 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-acap.el (toplevel): Check and require 'un-define before
5399         'xemacs-ucs;
5400          Added checking for UTF-2000.
5401
5402 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5405         Don't enclose with `eval-and-compile'.
5406
5407         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5408         wl-init is non-nil.
5409
5410         * wl-draft.el (wl-draft): Ditto.
5411
5412         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5413
5414         * wl-acap.el (toplevel): Require 'wl.
5415         (wl-acap-store): Call `elmo-init'.
5416
5417         * wl.el (wl): Changed position of `wl-check-environment'.
5418         (toplevel): Added autoload setting for wl-acap.
5419
5420         * wl-vars.el (wl-setting): New custom group.
5421         (wl-from): Added wl-setting group.
5422         (wl-user-mail-address-list): Ditto.
5423         (wl-organization): Ditto.
5424         (wl-subscribed-mailing-list): Ditto.
5425         (wl-envelope-from): Ditto.
5426         (wl-smtp-posting-user): Ditto.
5427         (wl-smtp-posting-server): Ditto.
5428         (wl-smtp-posting-port): Ditto.
5429         (wl-smtp-authenticate-type): Ditto.
5430         (wl-pop-before-smtp-user): Ditto.
5431         (wl-pop-before-smtp-server): Ditto.
5432         (wl-pop-before-smtp-port): Ditto.
5433         (wl-pop-before-smtp-authenticate-type): Ditto.
5434         (wl-nntp-posting-server): Ditto.
5435         (wl-nntp-posting-user): Ditto.
5436         (wl-nntp-posting-port): Ditto.
5437         (wl-fetch-confirm-threshold): Ditto.
5438         (wl-prefetch-threshold): Ditto.
5439         (wl-thread-insert-opened): Ditto.
5440         (wl-ldap-server): Ditto.
5441         (wl-ldap-port): Ditto.
5442         (wl-ldap-base): Ditto.
5443         (wl-ldap-objectclass): Ditto.
5444         (wl-use-ldap): Ditto.
5445         (wl-draft-config-alist): Ditto.
5446         (wl-draft-config-matchone): Ditto.
5447         (wl-template-alist): Ditto.
5448         (wl-message-sort-field-list): Ditto.
5449         (wl-message-ignored-field-list): Ditto.
5450         (wl-message-visible-field-list): Ditto.
5451         (wl-interactive-send): Ditto.
5452         (wl-summary-move-order): Ditto.
5453         (wl-auto-select-first): Ditto.
5454         (wl-auto-select-next): Ditto.
5455         (wl-interactive-save-folders): Ditto.
5456
5457         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5458         Initialization codes are moved from wl-local-folder-init.
5459         (wl-local-folder-init): Follow the change above.
5460         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5461
5462         * wl-acap.el: New file.
5463
5464         * Version number is increased to 2.7.3.
5465
5466 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5467
5468         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5469
5470 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5473         (wl-addrmgr-address-entry-list): Ditto.
5474
5475 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-e21.el (wl-draft-mode-map): Removed binding for
5478         `wl-draft-insert-x-face-field'.
5479
5480         * wl-mule.el (wl-draft-mode-map): Ditto.
5481
5482         * wl-xmas.el (wl-draft-mode-map): Ditto.
5483
5484         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5485         (wl-cs-autoconv): Ditto.
5486         (wl-cs-local): Ditto.
5487         (wl-use-scoring): Ditto.
5488         (wl-mime-charset): Ditto.
5489         (wl-folder-check-async): Ditto.
5490
5491         * wl.el (toplevel): Ignore nemacs and tm.
5492         (wl-exit): Ditto.
5493
5494         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5495         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5496         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5497         instead of wl-address-petname-add-or-change.
5498         (wl-summary-edit-addresses-subr): Use wl-address-delete
5499         instead of wl-address-petname-delete.
5500
5501         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5502
5503         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5504         if error occured.
5505
5506         * wl-message.el (require): Remove tm support.
5507
5508         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5509
5510         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5511         (wl-folder-jump-to-current-entity): Ditto.
5512         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5513
5514         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5515         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5516         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5517
5518         * wl-mule.el (wl-draft-key-setup): Ditto.
5519
5520         * wl-xmas.el (wl-draft-key-setup): Ditto.
5521
5522         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5523         (wl-draft-std11-parse-addresses): New function.
5524         (wl-draft-parse-mailbox-list): Use it.
5525         (wl-draft): Ignore nemacs.
5526         (wl-draft-reedit): Ditto.
5527
5528         * wl-addrmgr.el: New file.
5529         (Original is wl-rcpt.el written by
5530         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5531         Thanks Kitamoto-san.)
5532
5533         * wl-address.el (wl-address-make-address-list): Modified parsing
5534         process.
5535         (wl-address-delete): Renamed from `wl-address-petname-delete';
5536         Modify wl-address-list too.
5537         (wl-address-add-or-change): Renamed from
5538         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5539
5540 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5541
5542         * wl-highlight.el (wl-highlight-summary-current-line):
5543           Work with transient-mark-mode
5544
5545 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * Version number is increased to 2.7.2.
5548
5549         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5550         instead of elmo-dop-queue-method.
5551
5552 2001-08-06  SAITO Atsunori <sai@yedo.com>
5553
5554         * wl-vars.el (wl-ldap-objectclass): New user option.
5555
5556         * wl-address.el (wl-ldap-make-filter): Use it.
5557
5558 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5559
5560         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5561
5562 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-folder.el (wl-folder): redisplay after folder insertion.
5565
5566         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5567
5568         * wl-summary.el (wl-summary-sync-update):
5569         Change status mark only when new-msgdb exists.
5570         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5571
5572 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-summary.el (wl-summary-open-folder): New function.
5575         (wl-summary-goto-folder-subr): Use it.
5576         (wl-summary-mark-as-important): Fix;
5577         Encache only when no cache exists.
5578
5579 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5582         Use with-current-buffer.
5583
5584 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5585
5586         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5587         before call `get-buffer'. Fixed parenthesis.
5588         (wl-score-get-header-entry): Clear message and help window when
5589         keyboard quit.
5590         (wl-score-edit-insert-header): Ditto.
5591
5592 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5595         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5596         (wl-default-draft-cite): Fix.
5597
5598         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5599         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5600
5601 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-message.el (wl-message-prev-page): Do same bahavior
5604         as summary when it is called in the message buffer.
5605         (wl-message-next-page): Ditto.
5606
5607 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-summary.el (wl-summary-forward): Use cache if it is not
5610         section cache.
5611
5612 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5615         Removed redundant require of elmo-vars.
5616         (wl-biff-state-indicator-on): Changed default value for
5617         xemacs with non-mule environment.
5618
5619         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5620         wl-message-buffer is nil;
5621         Hide progress bar after moving messages.
5622
5623 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5626         message at cursor point is deleted.
5627
5628 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-vars.el: Changed file coding system to euc-japan.
5631         Added -*-coding:-*- magic to the first line.
5632
5633         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5634         Search parent from the first message.
5635
5636         * Version number is increased to 2.7.1.
5637
5638 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5639
5640         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5641
5642 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5645         refile/delete execution.
5646
5647         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5648         Fixed docstring.
5649
5650 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5653         do update process;
5654         Don't update marks when update process is interrupted.
5655
5656 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-summary.el (wl-summary-reply): Fixed problem when
5659         wl-draft-use-frame is non-nil.
5660         (wl-summary-forward): Ditto.
5661
5662         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5663         as nil.
5664         (wl-folder-mark-as-read-all-entity): Ditto.
5665         (wl-folder-prefetch-entity): Ditto.
5666
5667         * wl.el (wl): Check environment before wl-init.
5668
5669         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5670         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5671         instead of wl-summary-collect-unread.
5672         (wl-summary-reply): Split message window.
5673
5674 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5675
5676         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5677         only if current language environment is japanese,
5678
5679         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5680         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5681         (wl-folder-goto-folder-subr): Ditto.
5682
5683         * wl-draft.el (wl-draft-dispatch-message): Call
5684         `elmo-file-cache-get-path'.
5685
5686 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-summary.el (wl-summary-cursor-move): If return value of
5689         wl-summary-next-message is not number, don't jump.
5690
5691 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-summary.el (wl-summary-buffer-next-message-function): New
5694         variable.
5695         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5696         if it is bound.
5697
5698         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5699         string.
5700
5701         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5702         (wl-plugged-drawing): Ditto.
5703
5704 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5707         process.
5708         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5709         with unwind-protect.
5710
5711         * wl.el (wl-init): Require mime-setup.
5712         (wl-check-environment): Don't require mime-setup.
5713
5714         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5715         instead of elmo-folder-type.
5716
5717         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5718         value as nil.
5719
5720 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * Version number is increased to 2.7.0.
5723
5724         * wl-version.el (wl-version): Changed codename.
5725
5726         * wl-summary.el (wl-summary-delete-cache): Fixed.
5727
5728         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5729         Workaround for net folders.
5730         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5731
5732         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5733         value to nil (According to the patch from
5734         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5735
5736         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5737         of elmo-folder-close.
5738
5739 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5740
5741         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5742         for postfix.
5743
5744 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-summary.el (wl-summary-resend-message): Fixed.
5747
5748         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5749         Call wl-draft with `from' argument if its address is included in
5750         `wl-user-mail-address-list'.
5751         (wl-draft): Added `from' argument.
5752
5753         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5754         non-nil.
5755         (wl): Don't show demo if wl-demo is nil.
5756
5757         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5758         wl-summary-use-frame.
5759
5760         * wl-vars.el (wl-summary-use-frame): New user option.
5761         (wl-folder-use-frame): Changed docstring.
5762
5763         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5764         non-nil.
5765         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5766         wl-summary-use-frame.
5767
5768         * wl-vars.el (wl-folder-use-frame): New user option.
5769
5770         * wl-summary.el (wl-summary-exit): Back to folder frame if
5771         wl-folder-use-frame is non-nil.
5772         (wl-summary-redisplay-internal): Ignore cache if current folder
5773         is draft folder,
5774         (wl-summary-redisplay-no-mime): Ditto.
5775         (wl-summary-redisplay-all-header): Ditto.
5776
5777         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5778         if wl-folder-use-frame is non-nil.
5779
5780 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5781
5782         * wl-summary.el (wl-summary-sync-update): Bind
5783         elmo-folder-update-threshold.
5784         (wl-summary-mark-as-important): Enclosed server mark processing
5785         with `save-match-data'.
5786
5787         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5788         only when it is already defined.
5789
5790 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5791
5792         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5793         name of folder exclude localdir is wrong.
5794         * wl-folder.el (wl-folder-sync-entity):
5795         Set `wl-summary-always-sticky-folder-list' as nil.
5796         (wl-folder-mark-as-read-all-entity): Ditto.
5797         (wl-folder-prefetch-entity): Ditto.
5798
5799 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5800
5801         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5802         instead of `wl-summary-write-current-newsgroup'.
5803
5804 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5805
5806         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5807         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5808         non-nil and selected message is important, do not display.
5809
5810 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5811
5812         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5813
5814 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5817
5818         * wl-summary.el (wl-summary-mark-as-important): Set message number
5819         using wl-summary-message-number.
5820
5821 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5822
5823         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5824         destination folder is 'null.
5825
5826 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5827
5828         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5829         New function.
5830         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5831         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5832         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5833
5834 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-mime.el (wl-mime-setup): Added setting for
5837         `mime-setup-signature-key-alist' to avoid overriding key bind for
5838         `wl-draft-send'.
5839
5840         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5841         for `wl-draft-send'.
5842         * wl-mule.el (wl-draft-overload-functions): Ditto.
5843         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5844         * wl-draft.el (wl-draft-send): Ditto.
5845
5846         * wl-message.el (wl-message-display-internal):
5847         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5848         (Patch is provided by <kita@coe.nttdata.co.jp>).
5849
5850 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5851
5852         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5853
5854 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5855
5856         * wl.el (wl): Fix for wl-demo.
5857
5858 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5859
5860         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5861
5862 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5863
5864         * wl-folder.el (wl-folder-prefetch-entity): Use
5865         `wl-folder-get-elmo-folder'.
5866         (wl-folder-count-incorporates): Do not use
5867         `wl-folder-get-elmo-folder'.
5868
5869 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5870
5871         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5872         instead of `elmo-folder-get-type'.
5873
5874 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5875
5876         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5877         position on Subject: field.
5878         (Advised by Mito <mit@nines.nec.co.jp>)
5879
5880 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5881
5882         * wl-folder.el (wl-folder-prefetch-entity): Use
5883         `wl-folder-get-elmo-folder'.
5884
5885 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5888
5889         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5890         `process-duplicates' slot.
5891
5892         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5893         if detection failed.
5894
5895 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5896
5897         * wl-version.el (wl-version-status): Set to "alpha".
5898
5899 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5902         Check wl-message-buffer lives before set-buffer.
5903
5904 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5905
5906         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5907         called in folder mode.
5908         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5909         * wl-summary.el (wl-summary-exit-pre-hook): Run
5910         `wl-summary-exit-pre-hook' before exit summary mode.
5911
5912 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5913
5914         * wl-version.el (wl-version-status): New variable.
5915         (wl-version-status-alist): Removed.
5916         (wl-version-status): Rule included.
5917
5918 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5921         @sponichi.
5922
5923         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5924         when `mail-reply-buffer' is buffer-local variable.
5925         (Reported by <kita@coe.nttdata.co.jp>).
5926
5927 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5928
5929         * wl-vars.el (toplevel): Require 'elmo-util.
5930
5931 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5934         (All other related portions are changed)
5935
5936         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5937
5938         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5939
5940 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5941
5942         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5943
5944 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5947         Delete other windows to avoid an error.
5948         Use `point-marker' instead of `point' to remember the start point
5949         of body.
5950
5951         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5952
5953         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5954         number not to exceed all message number.
5955
5956 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5957
5958         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5959         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5960
5961 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-summary.el (wl-summary-sync-force-update): Added argument
5964         no-check.
5965         (wl-summary-sync-update): Ditto.
5966         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5967         with `no-check'.
5968
5969         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5970         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5971         already running.
5972
5973 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5974
5975         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5976         `dst-folder-arg'.
5977         (wl-expire-archive-number1): Diito.
5978         (wl-expire-archive-number2): Diito.
5979         (wl-expire-archive-Date): Diito.
5980         (wl-archive-number1): Diito.
5981         (wl-archive-number2): Diito.
5982         (wl-archive-date): Diito.
5983         (wl-archive-folder-p): New function.
5984         (wl-summary-expire): Support of expand folder name at
5985         wl-expire-alist.
5986         * wl-util.el (wl-expand-newtext): Renamed from
5987         `wl-refile-expand-newtext'.
5988
5989 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5990
5991         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5992         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5993         `(elmo-msgdb-get-overview msgdb)'.
5994         (wl-summary-prefetch): Bind match data before call
5995         `wl-summay-prefetch-msg'.
5996         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5997         'off if `wl-summary-buffer-disp-msg' is non-nil.
5998         Fixed problem that couldn't show only one new or unread message when
5999         enter folder.
6000         (wl-summary-reply): Don't call `split-window-vertically' and other
6001         window.
6002
6003 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-expire.el (wl-expire-refile): Fixed.
6006
6007 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6010
6011         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6012         biff notification is removed.
6013
6014         * wl.el (wl): Changed position of `elmo-init'.
6015
6016         * wl-draft.el (wl-default-draft-cite): Use date field
6017         on the citation buffer.
6018
6019         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6020
6021         * wl-xmas.el (wl-folder-internal-icon-list): Added
6022         `wl-folder-shimbun-image'.
6023
6024         * wl-e21.el (wl-folder-internal-icon-list): Added
6025         `wl-folder-shimbun-image'.
6026
6027 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl.el (wl-init): Eliminated argument.
6030         (wl): Rewrite.
6031
6032         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6033         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6034         instead of `elmo-folder-msgdb-internal'.
6035         (wl-summary-sync-update): Ditto.
6036         (wl-summary-flush-pending-append-operations): Eliminated.
6037         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6038         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6039         `elmo-folder-open'.
6040
6041         * wl-mime.el (wl-summary-burst): Fixed.
6042
6043         * wl-folder.el (wl-folder-info-save): Check data type.
6044
6045         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6046         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6047         instead of `elmo-folder-msgdb-internal'.
6048         (wl-expire-hide): Ditto.
6049
6050
6051         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6052
6053 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6054
6055         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6056
6057 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6058
6059         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6060
6061 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6064         Fixed `match-beginning' argument mismatch.
6065
6066 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6067
6068         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6069         the default value.
6070
6071 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6074         instead of `elmo-nntp-default-port'.
6075
6076         * wl-vars.el: Fixed some doc strings.
6077
6078 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-summary.el (wl-summary-prefetch-msg): Use
6081         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6082
6083         * wl-vars.el: Define *-func as obsolete variable using
6084         `elmo-define-obsolete-variable'.
6085
6086         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6087         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6088         instead of `wl-message-buffer-prefetch-threshold'.
6089
6090         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6091
6092         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6093
6094         * wl-draft.el (wl-caesar-region-func): Ditto.
6095
6096         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6097         Keep unread status in elmo-folder-move-messages.
6098         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6099
6100 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6101
6102         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6103         `wl-summary-buffer-exit-func'
6104         (wl-summary-buffer-message-redisplay-function): Renamed from
6105         `wl-summary-buffer-message-redisplay-func'
6106         (wl-summary-buffer-next-folder-function): Renamed from
6107         `wl-summary-buffer-next-folder-func'.
6108         (wl-summary-buffer-prev-folder-function): Renamed from
6109         `wl-summary-buffer-prev-folder-func'.
6110         (wl-summary-get-petname-function): Renamed from
6111         `wl-summary-get-petname-func'.
6112
6113         * wl-score.el (wl-score-edit-exit-function): Renamed from
6114         `wl-score-edit-exit-func'.
6115
6116         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6117         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6118
6119         * wl-util.el (wl-load-profile-function): Renamed from
6120         `wl-load-profile-func'.
6121
6122         * wl-folder.el (wl-folder-completion-function): Renamed from
6123         `wl-folder-completion-func'.
6124         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6125
6126         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6127         `wl-expire-archive-get-folder-func'.
6128         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6129         (wl-draft-send-mail-function): Renamed from
6130         `wl-draft-send-mail-func'.
6131         (wl-draft-send-news-function): Renamed from
6132         `wl-draft-send-news-func'.
6133         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6134         (wl-generate-mailer-string-function): Renamed from
6135         `wl-generate-mailer-string-func'.
6136         (wl-highlight-signature-search-function): Renamed from
6137         `wl-highlight-signature-search-func'.
6138         (wl-highlight-x-face-function): Renamed from
6139         `wl-highlight-x-face-func'
6140         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6141         (wl-ps-print-buffer-function): Renamed from
6142         `wl-ps-print-buffer-func'
6143         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6144         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6145         (wl-summary-subject-filter-function): Renamed from
6146         `wl-summary-subject-filter-func'.
6147
6148         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6149         `wl-draft-queue-flush-send-func'
6150         (wl-draft-cite-function): Renamed from
6151         `wl-draft-cite-func'
6152
6153         * wl-address.el (wl-address-init-function): Renamed from
6154         `wl-address-init-func'.
6155
6156 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-draft.el (wl-draft-queue-flush): Don't call
6159         `elmo-dop-unlock-message'.
6160         * wl-draft.el (wl-draft-queue-append): Don't call
6161         `elmo-dop-lock-message'.
6162
6163         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6164         (wl-summary-buffer-folder-name): Ditto.
6165         (wl-summary-message-regexp): Added '-' (all other related portions
6166         are changed).
6167         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6168         wl-summary-buffer-folder-name.
6169
6170 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6171
6172         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6173         the number of mails in the folder buffer is not updated by wl-biff.
6174
6175 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6176
6177         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6178         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6179
6180 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * wl-summary.el (wl-summary-next-message):
6183         Return next message number when wl-summary-move-order is nil.
6184
6185 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6186
6187         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6188         `wl-summary-move-spec-alist'.
6189         (wl-summary-move-spec-unplugged-alist): New variable
6190         (Move spec for unplugged status).
6191         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6192         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6193
6194 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6195
6196         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6197         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6198
6199 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6200
6201         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6202         simple quotation to quote the anonymous function.
6203         * tm-wl.el (wl-draft-preview-message): Ditto.
6204
6205 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6206
6207         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6208         Eliminate redundant `save-excursion'.
6209         (wl-highlight-summary-current-line): Ditto.
6210
6211         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6212         accessing match data when `looking-at' failed.
6213
6214         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6215         `elmo-match-string' where users don't care about the speed.
6216         (wl-draft-save): Ditto.
6217
6218 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-util.el (wl-regexp-opt): New function.
6221
6222         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6223         number from `wl-summary-buffer-number-list'.
6224         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6225         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6226         (wl-summary-move-spec-alist): Changed default setting.
6227
6228 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-vars.el (wl-biff-notify-hook): New hook.
6231         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6232         the arrival of new mail.
6233         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6234         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6235
6236 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6239
6240 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6243
6244         * Version number is increased to 2.5.8.
6245
6246         * wl-thread.el (toplevel): require 'cl.
6247         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6248         (wl-thread-make-number-list): New function.
6249         (wl-thread-entity-make-number-list-from-children): Ditto.
6250         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6251         (wl-thread-entity-insert-as-children): Likewise.
6252         (wl-thread-delete-message): Likewise.
6253         (wl-meaning-of-mark): Eliminated.
6254         (wl-thread-next-failure-mark-p): Ditto.
6255         (wl-thread-entity-get-mark): Ditto.
6256         (wl-thread-meaning-alist-get-result): Ditto.
6257         (wl-thread-entity-check-prev-mark): Ditto.
6258         (wl-thread-entity-check-next-mark): Ditto.
6259         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6260         (wl-thread-entity-get-prev-marked-entity): Ditto.
6261         (wl-thread-get-prev-unread): Ditto.
6262         (wl-thread-jump-to-prev-unread): Ditto.
6263         (wl-thread-get-next-unread): Ditto.
6264         (wl-thread-jump-to-next-unread): Ditto.
6265         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6266         (wl-thread-entity-get-next-marked-entity): Ditto.
6267
6268         * wl-summary.el (wl-summary-buffer-number-list):
6269         New bufer-local variable.
6270         (wl-summary-switch-to-clone-buffer): Clone
6271         `wl-summary-buffer-number-list'.
6272         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6273         (wl-summary-cursor-move-regex): Eliminated.
6274         (wl-summary-cursor-up): Rewrite.
6275         (wl-summary-cursor-down): Ditto.
6276         (wl-summary-mode-spec-alist): New variable.
6277         (wl-summary-next-message): New inline function.
6278         (wl-summary-cursor-move): New function.
6279         (wl-summary-default-get-next-msg): Rewrite.
6280         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6281         (wl-summary-rescan): Ditto.
6282         (wl-summary-sync-all-init): Ditto.
6283         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6284         summary is not thread view.
6285         (wl-summary-sync-update): Ditto.
6286         (wl-summary-rescan): Ditto.
6287         (wl-summary-make-number-list): New function.
6288
6289         * wl-draft.el: "FCC" -> "Fcc".
6290
6291 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-highlight.el (wl-highlight-summary-window):
6294         Call `set-buffer-modified-p'.
6295
6296         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6297         (wl): Call `elmo-init' and fix.
6298
6299         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6300         Use new variables.
6301
6302         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6303
6304 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6307
6308 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6309
6310         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6311
6312 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6313
6314         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6315         `wl-use-toolbar' nor `display-graphic-p'.
6316         (wl-e21-setup-message-toolbar): Ditto.
6317         (wl-e21-setup-summary-toolbar): Ditto.
6318         (wl-e21-setup-folder-toolbar): Ditto.
6319
6320         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6321         (wl-plugged-init-icons): Ditto.
6322
6323         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6324         `display-graphic-p'.
6325         (wl-plugged-set-folder-icon): Ditto.
6326         (wl-highlight-plugged-current-line): Ditto.
6327         (wl-highlight-folder-current-line): Ditto.
6328         (wl-e21-highlight-folder-group-line): Ditto.
6329         (wl-e21-setup-toolbar): Ditto.
6330         (wl-e21-display-image-p): New macro.
6331
6332         * wl-demo.el (wl-demo): Simplified.
6333         (wl-demo-image-type-alist): Use `image-type-available-p' for
6334         checking whether the image type `xbm' is available.
6335
6336 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6339         (wl-summary-input-range): Ditto.
6340
6341 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-summary.el (wl-summary-edit-addresses): Use
6344         `wl-summary-get-original-buffer'
6345         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6346         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6347         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6348         (wl-summary-get-newsgroups): Eliminated.
6349         (wl-summary-set-crosspost): Ditto.
6350         (wl-summary-is-crosspost-folder): Ditto.
6351         (wl-crosspost-alist-load): Ditto.
6352         (wl-crosspost-alist-save): Ditto.
6353
6354         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6355         `elmo-setup-subscribed-newsgroups' instead of
6356         `elmo-nntp-make-groups-hashtb'.
6357         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6358         instead of `wl-crosspost-alist-save'.
6359
6360         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6361         of `elmo-folder-message-appendable-p'.
6362         (wl-mime-header-presentation-method): Eliminated.
6363
6364         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6365         (Error occurs in emacs21).
6366
6367         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6368         the current buffer).
6369
6370         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6371         instead of `wl-crosspost-alist-save'.
6372         (wl-init): `elmo-crosspost-message-alist-load'
6373         instead of `wl-crosspost-alist-load'
6374
6375         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6376         (wl-parse-newsgroups): Likewise.
6377         (wl-biff-notify): Run `wl-biff-notify-hook'.
6378
6379 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6382
6383         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6384         when `wl-summary-lazy-highlight' is non-nil.
6385         (wl-summary-goto-folder-subr): Highlight only when
6386         `wl-summary-lazy-highlight' is non-nil.
6387
6388         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6389         Don't display progress and highlight temp-mark when
6390         `wl-summary-lazy-highlight' is non-nil.
6391         (wl-highlight-summary-window): New function.
6392         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6393
6394 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-summary.el (wl-summary-sync): Change `all-visible'
6397         from `all-shown'
6398         (wl-summary-input-range): Ditto.
6399
6400 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6401
6402         * wl-e21.el (wl-highlight-folder-current-line): Call
6403         `wl-folder-init-icons' when folder icons have not been initialized.
6404
6405         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6406
6407         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6408         (wl-demo-image-type-alist): New macro.
6409
6410 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6411
6412         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6413         display does not support graphics.
6414         (wl-plugged-init-icons): Ditto.
6415         (wl-folder-init-icons): Ditto.
6416
6417         * wl-demo.el (wl-demo): Chech closely whether the display
6418         supports graphics.
6419
6420 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-summary.el (wl-summary-get-original-buffer): New function.
6423         (wl-summary-set-crosspost): Use it.
6424         (wl-summary-target-mark-uudecode): Ditto.
6425         (wl-summary-reedit): Ditto.
6426         (wl-summary-resend-bounced-mail): Ditto.
6427         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6428         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6429
6430         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6431         (wl-message-display-internal): Ditto.
6432
6433 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6436
6437 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-summary.el (wl-summary-save-view): Renamed from
6440         `wl-summary-save-status'.
6441
6442 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-summary.el (wl-summary-sync): Added `all-shown'
6445
6446 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6449
6450 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6453
6454 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6455
6456         * wl-highlight.el (wl-highlight-summary-line-string): Use
6457         `zerop' instead of `= 0'.
6458         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6459
6460         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6461         for comparing numbers.
6462         (wl-template-prev): Use `zerop' instead of `eq 0'.
6463
6464         * wl-draft.el (wl-draft-insert-current-message): Use
6465         `with-current-buffer' instead of `save-excursion'.
6466         Use `zerop' instead of `eq 0'.
6467
6468 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-draft.el (wl-draft-insert-ccs): New function.
6471         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6472         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6473
6474 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6477
6478 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-expire.el (wl-expire-refile): Don't call
6481         elmo-msgdb-add-msgs-to-seen-list;
6482         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6483         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6484
6485 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-message.el (wl-message-prev-page): Ignore errors while
6488         scroll-down.
6489
6490 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-mime.el: Use elmo-original-message-mode instead of
6493         mmelmo-original-mode.
6494
6495         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6496         `elmo-folder-get-spec';
6497         (wl-fldmgr-add-completion-all-completions):
6498         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6499
6500         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6501         of `elmo-folder-get-type'.
6502
6503         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6504         `elmo-folder-get-spec';
6505         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6506         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6507         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6508         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6509         `elmo-read-msg-no-cache';
6510         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6511         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6512         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6513         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6514         `elmo-cache-save';
6515         (wl-draft-reedit): Use `elmo-message-file-name'.
6516
6517         * wl-expire.el: Use `elmo-folder-name-internal';
6518         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6519         Use macro `wl-summary-buffer-msgdb' instead of variable
6520         `wl-summary-buffer-msgdb';
6521         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6522         Use macro `wl-summary-buffer-folder-name' instead of variable
6523         `wl-summary-buffer-folder-name'.
6524         * wl-score.el: Likewise.
6525
6526         * wl-message.el: Rewrite for new message buffer cache mechanism.
6527         (wl-message-buffer-cache-buffer-get): New macro.
6528         (wl-message-buffer-cache-folder-get): Ditto.
6529         (wl-message-buffer-cache-message-get): Ditto.
6530         (wl-message-buffer-cache-entry-make): Ditto.
6531         (wl-message-buffer-cache-hit): Ditto.
6532         (wl-message-buffer-cache-sort): New function.
6533         (wl-message-buffer-cache-add): Ditto.
6534         (wl-message-buffer-cache-delete): Ditto.
6535         (wl-message-buffer-cache-clean-up): Ditto.
6536         (wl-message-buffer-window): Rewrite.
6537         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6538         (wl-message-buffer-display): New function.
6539         (wl-message-display-internal): New function.
6540
6541 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl-folder.el: Use `elmo-folder-name-internal';
6544         Use `wl-folder-get-elmo-folder';
6545         Use `elmo-folder-list-messages' instead of
6546         `elmo-list-folder';
6547         Use `elmo-folder-get-primitive-list' instead of
6548         `elmo-folder-get-primitive-spec-list';
6549         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6550         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6551         Use `elmo-folder-create' instead of `elmo-create-folder'.
6552         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6553         (wl-folder-get-elmo-folder): New macro.
6554         (wl-folder-elmo-folder-cache-get): Ditto.
6555         (wl-folder-elmo-folder-cache-put): Ditto.
6556         (wl-folder-suspend): Call `elmo-quit'.
6557
6558         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6559         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6560         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6561         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6562         (toplevel): require 'cl.
6563         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6564
6565         * wl-summary.el: Rewrite to use new elmo interface.
6566
6567 \f
6568 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-mime.el (wl-draft-preview-message):
6571         Run `wl-draft-send-hook' before collecting recipients information;
6572         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6573
6574         * tm-wl.el (wl-draft-preview-message): Ditto.
6575
6576 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6579         wrong recipients are displayed when forwarded message.
6580
6581 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * Version number is increased to 2.5.7.
6584
6585 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6586
6587         * wl-message.el (wl-message-next-page): Bind
6588         `window-pixel-scroll-increment' to nil while scrolling up.
6589
6590 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6591
6592         * wl-vars.el (wl-save-hook): New hook.
6593         * wl.el (wl-save): Call `wl-save-hook'.
6594
6595 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6598         Argument WITH-ARG instead of NO-ARG (negative mean).
6599         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6600         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6601         * wl-message.el (wl-message-follow-current-entity): Likewise.
6602
6603 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6604
6605         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6606         FROM was optional argument.
6607         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6608
6609 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6610
6611         * Version number is increased to 2.5.6.
6612
6613 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6614
6615         * wl-version.el (wl-version-show): Removed.
6616         (wl-version): Add `interactive'.
6617
6618 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6619
6620         * wl-summary.el (wl-summary-get-petname-func): New variable.
6621         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6622         instead of `wl-address-get-petname-1'.
6623         (wl-summary-simple-from): Ditto.
6624
6625         * wl-address.el (wl-address-get-petname-1): Define as function.
6626
6627 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6630         field in the original message.
6631         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6632
6633 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6634
6635         * wl-expire.el (wl-expire-hide):
6636         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6637
6638 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6641         find decoder for To, Cc, and Subject.
6642
6643 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6646         for checking `elmo-use-buffer-cache'.
6647         (wl-summary-mark-as-important): Fixed typo in comment.
6648
6649 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6652         field in the original message.
6653         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6654
6655 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6656
6657         * wl-expire.el (wl-expire-hide):
6658         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6659
6660 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6663         find decoder for To, Cc, and Subject.
6664
6665 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * Version number is increased to 2.5.5.
6668
6669         * wl-address.el (wl-address-specials-regexp): New constant.
6670         (wl-address-quote-specials): Use it.
6671
6672 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl-summary.el (wl-summary-rescan):
6675         Call `wl-summary-buffer-number-column-detect'.
6676         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6677
6678         * wl-message.el (wl-message-mode-map): Define.
6679         (wl-message-decode): Use it as local-map.
6680
6681 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6684         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6685
6686 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6689
6690         * wl-mule.el (wl-read-event-char): Ditto.
6691
6692         * wl-e21.el (wl-read-event-char): Ditto.
6693
6694         * wl-nemacs.el (wl-read-event-char): Ditto.
6695         (read-event): Removed.
6696
6697         * wl-util.el (toplevel): Removed dummy definition of
6698         `read-event'.
6699         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6700
6701 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6702
6703         * wl-nemacs.el (elmo-archive-call-process): Moved to
6704         elmo-archive.el.
6705
6706 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6707
6708         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6709         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6710
6711         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6712         instead of magic-number 6.  Use `not' instead of `null' for symbol
6713         `nil' check (not empty list).
6714         (wl-draft-insert-x-face-field): Fixed paren style.
6715
6716         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6717         one-branch conditional statement, instead of `and' and `if'.
6718         (wl-draft-forward): Likewise.
6719         (wl-draft-add-references): Likewise.
6720         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6721
6722         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6723         conditional steatment.  Use `cond' instead of `if'.
6724         (wl-draft-confirm): Likewise.
6725
6726 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6727
6728         * wl-version.el (wl-version-show): Use `product-string-1'
6729         instead of `wl-version'.
6730         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6731
6732         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6733
6734 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6735
6736         * wl-highlight.el (wl-highlight-headers): Revert
6737         `wl-highlight-x-face-func' argument (`beg' and `end').
6738
6739 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6740
6741         * wl.el (toplevel): Move `product-provide' declare.
6742         * wl-demo.el (toplevel): Ditto.
6743         * wl-dnd.el (toplevel): Ditto.
6744         * wl-highlight.el (toplevel): Ditto.
6745         * wl-message.el (toplevel): Ditto.
6746         * wl-refile.el (toplevel): Ditto.
6747         * wl-util.el (toplevel): Ditto.
6748
6749 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6752         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6753         (wl-thread-close-all): keep cursor position.
6754
6755 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6758         (eq x 0).
6759         (wl-generate-user-agent-string-1): Fix conditional statement.
6760
6761 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6762
6763         * wl.el (wl-check-environment): Additional check for
6764         'wl-local-domain' and `wl-message-id-domain'.
6765
6766 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6769
6770 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6773         instead of `smtp-sasl-user-realm'.
6774
6775 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6778
6779 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6780
6781         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6782         to the default value as well as `eword-lexical-analyzer'.
6783
6784 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * wl-version.el (wl-extended-emacs-version,
6787         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6788         `elmo-match-string' instead of `wl-match-string'.
6789
6790 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6791
6792         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6793         docstring.
6794
6795 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6796
6797         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6798
6799 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6800
6801         * wl-highlight.el (wl-highlight-headers): Remove
6802         `wl-highlight-x-face-func' argument (`beg' and `end').
6803
6804 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-summary.el (wl-summary-mark-as-important):
6807         Remove cache if folder is local.
6808
6809 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6810
6811         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6812         to get existing e-mail address string.
6813
6814 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6815
6816         * wl-version.el (wl-generate-user-agent-string): Commentary.
6817         (wl-generate-user-agent-string-1): Use `when' for
6818         one-branch conditional statement, instead of `and' and `if'.
6819         (wl-extended-emacs-version, wl-extended-emacs-version2,
6820         wl-extended-emacs-version3): Ditto.
6821
6822 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6825         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6826         condition-case; Remove initialization.
6827         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6828         (wl-summary-sync-update3): Added argument `sync-all';
6829         Eliminated local variable `msgdb';
6830         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6831         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6832         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6833
6834 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6835
6836         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6837         connection before call `wl-draft-send-mail-with-smtp'.
6838
6839 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * Version number is increased to 2.5.4.
6842
6843 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6844
6845         * wl.el (wl-check-environment): Additional check for
6846         'wl-local-domain' and `wl-message-id-domain'.
6847
6848 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6849
6850         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6851         buffer as command specific.
6852         (wl-folder-mark-as-read-all-entity): Ditto.
6853         (wl-folder-prefetch-entity): Ditto.
6854         (wl-folder-drop-unsync-entity): Ditto.
6855
6856         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6857         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6858         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6859
6860         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6861         save-excursion.
6862
6863 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * Version number is increased to 2.5.3.
6866
6867         * wl-summary.el (wl-summary-save-view-cache):
6868         Delete duplicated `write-region';
6869         Use `write-region-as-binary' instead of `as-binary-output-file' and
6870         `write-region'.
6871
6872 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6873
6874         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6875
6876 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6879         instead of `smtp-via-smtp'.
6880
6881 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6884
6885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6886
6887         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6888         instead of `smtp-sasl-user-realm'.
6889
6890 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6893
6894 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6895
6896         * Version number is increased to 2.5.2.
6897
6898 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6901         does not exist.
6902         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6903         (wl-biff-start): Call `timer-activate' if timer already exists.
6904
6905         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6906         only when it is bound as function.
6907
6908 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * Version number is increased to 2.5.1.
6911
6912 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6915         Print refile/copy destination.
6916
6917 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6920         queue-flush-only is non-nil.
6921
6922         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6923
6924         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6925         checking cache folder.
6926
6927 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6928
6929         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6930         `regexp-quote'.
6931
6932 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6935         function.
6936         * wl-summary.el (wl-summary-write-current-folder-functions):
6937         Change default value.  Use it.
6938
6939 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * Version number is increased to 2.5.0.
6942
6943         * wl-version.el (wl-version): Changed codename.
6944
6945 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6948         (wl-summary-supersedes-message): Ditto.
6949
6950 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6951
6952         * wl-refile.el (wl-refile-guess-functions): Renamed from
6953         `wl-refile-guess-func-list'.
6954
6955 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6958         Fixed problem when no rule was matched.
6959
6960 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6961
6962         * wl-summary.el (wl-summary-get-mark): Fixed
6963         `wl-summary-buffer-target-mark' check logic.
6964
6965 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6966
6967         * wl-folder.el (wl-folder-write-current-folder): Added group
6968         folder check.
6969
6970         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6971         `wl-summary-write-current-newsgroup'.
6972         (wl-summary-write-current-folder-functions): New variable.
6973         * wl-folder.el (wl-folder-get-newsgroups): New function.
6974         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6975         (wl-folder-write-current-folder): Renamed from
6976         `wl-folder-write-current-newsgroup'.
6977
6978 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6979
6980         * Version number is increased to 2.3.93.
6981
6982 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6985         (wl-ldap-make-matched-value-list): Ditto.
6986         (wl-ldap-alias-safe-string): Split e-mail address.
6987
6988         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6989         petname folder default was selected.
6990         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6991         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6992
6993 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6996         to `wl-draft-config-exec'.
6997
6998         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6999         instead of calling `wl-draft-config-exec';
7000         Process group-list and show recipients in minibuffer.
7001
7002         * tm-wl.el (wl-draft-preview-message): Ditto.
7003
7004 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl.el (toplevel): Added (C) to copyright notice, and
7007         sync Author header.
7008         * tm-wl.el (toplevel): Ditto.
7009         * wl-address.el (toplevel): Ditto.
7010         * wl-demo.el (toplevel): Ditto.
7011         * wl-dnd.el (toplevel): Ditto.
7012         * wl-draft.el (toplevel): Ditto.
7013         * wl-e21.el (toplevel): Ditto.
7014         * wl-expire.el (toplevel): Ditto.
7015         * wl-folder.el (toplevel): Ditto.
7016         * wl-highlight.el (toplevel): Ditto.
7017         * wl-message.el (toplevel): Ditto.
7018         * wl-mime.el (toplevel): Ditto.
7019         * wl-mule.el (toplevel): Ditto.
7020         * wl-nemacs.el (toplevel): Ditto.
7021         * wl-refile.el (toplevel): Ditto.
7022         * wl-score.el (toplevel): Ditto.
7023         * wl-summary.el (toplevel): Ditto.
7024         * wl-template.el (toplevel): Ditto.
7025         * wl-thread.el (toplevel): Ditto.
7026         * wl-util.el (toplevel): Ditto.
7027         * wl-vars.el (toplevel): Ditto.
7028         * wl-xmas.el (toplevel): Ditto.
7029
7030 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7031
7032         * wl.el (wl-init): Added comment about `wl-init-hook'.
7033         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7034         * wl-vars.el (wl-init-hook): Added docs.
7035         (wl-make-plugged-hook): Removed useless docs.
7036         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7037         * wl-xmas.el (toplevel): Ditto.
7038
7039 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7040
7041         * wl-address.el (toplevel): Fixed multiple Author header format.
7042         * wl-demo.el (toplevel): Ditto.
7043         * wl-draft.el (toplevel): Ditto.
7044         * wl-folder.el (toplevel): Ditto.
7045         * wl-summary.el (toplevel): Ditto.
7046         * wl-thread.el (toplevel): Ditto.
7047         * wl-util.el (toplevel): Ditto.
7048         * wl-vars.el (toplevel): Ditto.
7049         * wl-version.el (toplevel): Ditto.
7050         * wl-xmas.el (toplevel): Ditto.
7051         * wl.el (toplevel): Ditto.
7052
7053         * wl-version.el (toplevel): Added require `elmo-version' for
7054         `product-version-as-string'.
7055
7056 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-vars.el (wl-draft-send-hook): Changed default value to
7059         '(wl-draft-config-exec).
7060
7061         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7062         explicitly.
7063         (wl-draft): Set `wl-draft-config-exec-flag' before running
7064         `wl-mail-setup-hook'.
7065
7066         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7067         `wl-biff-init-icons' to `wl-init-hook' instead of
7068         `wl-make-plugged-hook'.
7069         (Because if `wl-draft' command is invoked at first,
7070         they are not initialized)
7071         Updated copyright notice.
7072
7073         * wl-e21.el (toplevel): Ditto;
7074
7075         * wl-demo.el (toplevel): Updated copyright notice.
7076         * wl-address.el (toplevel): Ditto.
7077         * wl-draft.el (toplevel): Ditto.
7078         * wl-version.el (toplevel): Ditto.
7079         * wl-folder.el (toplevel): Ditto.
7080         * wl-summary.el (toplevel): Ditto.
7081         * wl-thread.el (toplevel): Ditto.
7082         * wl-util.el (toplevel): Ditto.
7083         * wl-vars.el (toplevel): Ditto.
7084         * wl.el (toplevel): Ditto.
7085
7086 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-highlight.el (wl-highlight-message): Fixed problem of
7089         highlighting failure which occured when the last field contains
7090         multiple lines in the draft buffer.
7091
7092         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7093         `wl-biff-start' if plugged.
7094
7095         * wl-util.el (wl-biff-check-folder): New function.
7096         (wl-biff-check-folders): Don't set session name prefix.
7097         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7098         (wl-biff-check-folder-async): Ditto.
7099
7100         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7101         in email address.
7102
7103 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7104
7105         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7106
7107         * wl-draft.el (wl-draft-strip-subject-re): New function.
7108
7109         * wl-draft.el (wl-draft-reply): Use it.
7110
7111 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl-message.el (wl-mmelmo-message-redisplay): Use
7114         `mime-display-message' instead of `wl-mime-display-message'.
7115
7116         * wl-mime.el (toplevel): Removed compatibility workaround
7117         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7118         (wl-mime-display-message): Abolished.
7119         (wl-mime-entity-read-field): Ditto.
7120         (wl-mime-combine-message/partial-pieces): Use
7121         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7122
7123 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7124
7125         * wl-template.el: Doc fixes.
7126
7127 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7128
7129         * wl-e21.el (wl-message-overload-functions): Do nothing if
7130         `current-local-map' is not available.
7131         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7132
7133 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7134
7135         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7136         representation.
7137
7138         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7139         number.
7140         (wl-fldmgr-save-folders): Don't use `format' when insert
7141         `wl-fldmgr-folders-header'.
7142
7143 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7144
7145         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7146
7147 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-highlight.el (wl-highlight-message):
7150         Use `std11-field-end' to detect end point of the header field.
7151         Refer `wl-highlight-max-header-size'.
7152
7153         * wl-vars.el (wl-highlight-max-header-size): New variable.
7154
7155         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7156
7157         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7158         Set `for-draft' argument of wl-highlight-headers.
7159         (wl-draft): Ditto.
7160         (wl-draft-reedit): Ditto.
7161         (wl-user-agent-compose-internal): Ditto.
7162
7163 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7164
7165         * wl-message.el (wl-message-add-button): Use overlay.
7166
7167 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7170
7171         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7172         problem when group-list content is nothing.
7173         (Reported by Mito <mit@nines.nec.co.jp>)
7174
7175 2000-10-18  SAITO Atsunori <sai@yedo.com>
7176
7177         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7178
7179 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7180
7181         * tm-wl.el (toplevel): Use product-provide.
7182
7183 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7184
7185         * Version number is increased to 2.3.92.
7186
7187 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7188
7189         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7190         title text, use `display' property for left margin under Emacs 21.
7191
7192         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7193         properties.
7194         (wl-plugged-init-icons): Ditto.
7195
7196 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl.el (wl-save-status, wl-init): Remove last period in
7199         "...done." message.
7200         * tm-wl.el (wl-summary-burst): Ditto.
7201         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7202         wl-summary-resume-cache-status,
7203         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7204         wl-summary-sync-update3, wl-summary-highlight-msgs,
7205         wl-summary-flush-pending-append-operations,
7206         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7207         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7208         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7209         wl-thread-open-all): Ditto.
7210         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7211         * wl-mime.el (wl-summary-burst): Ditto.
7212         * wl-highlight.el (wl-highlight-summary): Ditto.
7213         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7214         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7215         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7216         * wl-address.el (wl-local-address-init): Ditto.
7217
7218 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7219
7220         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7221         `add-text-properties'.
7222         (wl-plugged-init-icons): Ditto.
7223         (wl-folder-init-icons): Use `propertize' instead of
7224         `put-text-property'.
7225         (wl-plugged-set-folder-icon): Ditto.
7226         (wl-e21-highlight-folder-group-line): Ditto.
7227
7228 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-version.el (wl-version-status-alist): New variable.
7231         (wl-version-status): New function.
7232
7233         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7234         "Cc" part of the case "Reply-To".
7235
7236         * wl-draft.el (wl-draft-reply): Use result of
7237         `eword-extract-address-components'.
7238
7239         * wl-demo.el (wl-demo-icon-name): New constant.
7240         (wl-logo-xpm): Use it.
7241         (wl-logo-xbm): Ditto.
7242         (wl-logo-bitmap): Ditto.
7243
7244         * Version number is increased to 2.3.91.
7245
7246 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7247
7248         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7249         (wl-extended-emacs-version, wl-extended-emacs-version2,
7250         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7251         docstring.
7252
7253         * wl-version.el (wl-generate-user-agent-string-1): New function.
7254         (wl-generate-user-agent-string): Use it.
7255
7256         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7257         `mime-edit-insert-user-agent-field'.
7258         (wl-generate-user-agent-string): Check
7259         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7260
7261         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7262         instead of `if', when verbose case.
7263
7264 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7265
7266         * wl-expire.el (wl-summary-expire): Fix.
7267
7268 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7269
7270         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7271         and `elmo-lost+found-folder' if 'wl-draft.
7272         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7273
7274 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7275
7276         * wl-expire.el (wl-summary-expire): Change messages.
7277         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7278         `deleing-info' instead of "Deleting..."
7279
7280 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7281
7282         * wl-summary.el (wl-summary-refile-subr): Fix.
7283
7284 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7285
7286         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7287         if pipe folder.
7288
7289 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7292
7293 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7294
7295         * wl-expire.el (wl-expire-hide): New function.
7296         (wl-summary-expire): Add `hide'.
7297
7298 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-vars.el (wl-draft-reply-without-argument-list):
7301         Changed default value to consider `Reply-To:'.
7302         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7303
7304         * Version number is increased to 2.3.90.
7305
7306         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7307         elmo-imap4-get-session with unwind-protect.
7308         Don't cause error.
7309         (wl-summary-sync-marks): Don't check plugged nor folder type.
7310         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7311         (Always keep current buffer).
7312
7313 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7314
7315         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7316         Enclose with `save-excursion'.
7317
7318 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7319
7320         * wl-version.el (wl-version): Remove interactive.
7321
7322 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7323
7324         * wl-version.el (wl-generate-user-agent-string): Use
7325         `product-string-verbose' instead of `product-string-1'.
7326
7327 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-vars.el (wl-draft-use-cache): New variable.
7330         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7331         if wl-draft-use-cache is non-nil.
7332
7333 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7334
7335         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7336         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7337
7338 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7341         (wl-thread-msg-mark-as-unread): Ditto.
7342
7343         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7344         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7345         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7346         Don't set mark in summary if return value of `elmo-mark-as-read'
7347         is nil.
7348         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7349         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7350         instead of `wl-thread-msg-mark-as-read'.
7351         (wl-summary-mark-as-unread-region): Ditto.
7352         (wl-summary-target-mark-mark-as-read): Ditto.
7353
7354         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7355
7356 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7359
7360         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7361
7362 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7365         face.
7366
7367 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7368
7369         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7370         `running-xemacs'.
7371
7372 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-version.el (toplevel): Use `product-version-as-string' for
7375         set verstion-string, if defined.
7376
7377         * wl-version.el (wl-version-show): Insert string at point, when
7378         call with argument.
7379
7380         * wl-version.el (wl-generate-user-agent-string): Use
7381         `product-string-1' instead of `wl-appname', `wl-version' and
7382         `wl-codename'.
7383
7384 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7385
7386         * wl-address.el (toplevel): Use product-provide.
7387         * wl-demo.el (toplevel): Ditto.
7388         * wl-dnd.el (toplevel): Ditto.
7389         * wl-draft.el (toplevel): Ditto.
7390         * wl-e21.el (toplevel): Ditto.
7391         * wl-expire.el (toplevel): Ditto.
7392         * wl-fldmgr.el (toplevel): Ditto.
7393         * wl-folder.el (toplevel): Ditto.
7394         * wl-highlight.el (toplevel): Ditto.
7395         * wl-message.el (toplevel): Ditto.
7396         * wl-mime.el (toplevel): Ditto.
7397         * wl-mule.el (toplevel): Ditto.
7398         * wl-nemacs.el (toplevel): Ditto.
7399         * wl-refile.el (toplevel): Ditto.
7400         * wl-score.el (toplevel): Ditto.
7401         * wl-summary.el (toplevel): Ditto.
7402         * wl-template.el (toplevel): Ditto.
7403         * wl-thread.el (toplevel): Ditto.
7404         * wl-util.el (toplevel): Ditto.
7405         * wl-vars.el (toplevel): Ditto.
7406         * wl-xmas.el (toplevel): Ditto.
7407         * wl.el (toplevel): Ditto.
7408
7409 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7412         instead of product.
7413
7414         * wl-version.el (wl-version): Compile time evalution elmo-version.
7415
7416 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7417
7418         * wl-summary.el (wl-summary-sync-force-update): Append queue
7419         `mark-as-read'if unplugged.
7420
7421 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7422
7423         * wl-version.el: New file.  Use product.el.
7424         * wl.el: add (require 'wl-version).
7425         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7426         for ~/.folders header.
7427         (wl-fldmgr-folders-header): Changed.
7428         * wl-demo.el (wl-demo): Use product.el.
7429
7430         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7431         wl-version.el.
7432         * wl-util.el (wl-version, wl-version-show): Ditto.
7433
7434         * wl-util.el (wl-generate-user-agent-string,
7435         wl-extended-emacs-version, wl-extended-emacs-version2,
7436         wl-extended-emacs-version3): Move to wl-version.el.
7437         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7438         xemacs-codename, mime-edit-insert-user-agent-field,
7439         mime-edit-user-agent-value, mime-editor/version,
7440         mime-editor/codename): Compile warning killer move to
7441         wl-version.el
7442
7443 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-summary.el (wl-summary-refile-subr): Fix.
7446
7447 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7450         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7451
7452 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7453
7454         * wl.el (wl-check-environment): Check too many `@'.
7455
7456 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7457
7458         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7459
7460 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7461
7462         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7463         wl-draft-reply-myself-without-argument-list): Add variables.
7464         * wl-draft.el (wl-draft-reply): Use it.
7465
7466 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7467
7468         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7469         the 5th argument of `elmo-network-get-spec'.
7470
7471         * wl-thread.el (wl-thread-reparent-children): New inline function.
7472         (wl-thread-delete-message): Use it.
7473
7474         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7475         (wl-summary-score-update-all-lines): Don't use `dolist'.
7476
7477 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7478
7479         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7480         (require 'elmo-msgdb) for inline function.
7481
7482 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7485
7486 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7487
7488         * wl-score.el (wl-score-headers): Fix for the confusing macro
7489         `elmo-kill-buffer'.
7490
7491 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7492
7493         * wl-summary.el: Don't use the 3rd argument of `require' because
7494         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7495         * wl-util.el: Ditto.
7496         * wl-draft.el: Ditto.
7497
7498 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7499
7500         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7501         window system is not used.
7502
7503 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7504
7505         * wl-thread.el: Don't use `mapcar' only for iteration.
7506         (wl-thread-resume-entity): Ditto.
7507         (wl-thread-delete-message): Ditto.
7508
7509         * wl-summary.el: Bind `dragdrop-drop-functions',
7510         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7511         of `require' for `timezone', `easymenu' and `ps-print';
7512         don't use `mapcar' only for iteration.
7513
7514         * wl-util.el: Bind `mule-version', `nemacs-version',
7515         `emacs-beta-version', `xemacs-codename',
7516         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7517         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7518         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7519         only for iteration.
7520
7521         * wl-score.el: Don't use `mapcar' only for iteration.
7522         (wl-score-simplify-buffer-fuzzy): Ditto.
7523         (wl-score-simplify-subject): Ditto.
7524         (wl-score-headers): Ditto.
7525         (wl-summary-score-update-all-lines): Ditto.
7526
7527         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7528         `enable-multibyte-characters' and `mule-version'.
7529
7530         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7531         `mapcar' only for iteration.
7532
7533         * wl-demo.el: Don't use `mapcar' only for iteration.
7534
7535         * wl-folder.el: Don't use `mapcar' only for iteration.
7536         (wl-folder-open-all): Ditto.
7537         (wl-folder-count-incorporates): Ditto.
7538
7539         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7540         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7541
7542         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7543         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7544         `smtp-connection-type'; specify 3rd argument of `require' for
7545         `timezone'; don't use `mapcar' only for iteration.
7546         (wl-draft-clone-local-variables): Don't use `mapcar'.
7547         (wl-draft-generate-clone-buffer): Ditto.
7548         (wl-user-agent-compose-internal): Ditto.
7549
7550         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7551
7552         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7553         (wl-save-status): Ditto.
7554
7555         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7556         for iteration.
7557
7558 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7561         removed `Date'.
7562         (wl-fldmgr-make-filter-default): New user option.
7563
7564         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7565         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7566         (wl-fldmgr-filter-completion-alist): Abolish.
7567
7568         * wl.el (wl): Don't check servers if arg is non-nil.
7569
7570         * wl-draft.el (wl-draft-reply): Set only message-id string to
7571         In-Reply-To field.
7572
7573 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-summary.el (wl-summary-pick): Rewrite.
7576
7577         * wl-draft.el (wl-draft-forward): Get references field from
7578         original buffer.
7579         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7580
7581 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7582
7583         * wl-draft.el (wl-draft-forward): Add references field.
7584
7585 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7588         (wl-draft-reply): Use it.
7589
7590 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7591
7592         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7593         when Emacs 21 is running.
7594
7595         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7596         bindings.
7597
7598 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7599
7600         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7601         XPM icons transparent.
7602
7603         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7604         Emacs 21.
7605
7606 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7609         nil.
7610
7611         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7612         when it is persistent.
7613         (wl-summary-sync-marks): Changed argument for
7614         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7615         (wl-summary-virtual): Use `elmo-read-search-condition'.
7616         (wl-summary-redisplay-internal): If folder is local, mark as read
7617         even when folder is plugged.
7618
7619 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7620
7621         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7622         of `tool-bar-lines' in the frame parameters.
7623         (after-make-frame-functions, post-command-hook): Don't modify the
7624         value.
7625         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7626         wl-e21-tool-bar-lines): Removed.
7627
7628 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7629
7630         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7631         properties `evaporate' and `wl-momentary-overlay' as well.
7632         (wl-highlight-summary-displaying): Ditto.
7633         (wl-delete-all-overlays): Don't delete overlay which does not have
7634         a property `wl-momentary-overlay'.
7635
7636         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7637         `display-mouse-p' and `display-graphic-p'.
7638         (wl-folder-init-icons): Don't search for XBM or the other files.
7639         (wl-plugged-set-folder-icon): Make icons if and only if
7640         `display-graphic-p' returns non-nil.
7641         (wl-highlight-plugged-current-line): Use `before-string' overlay
7642         property to show icon images.
7643         (wl-highlight-folder-current-line): Ditto.
7644         (wl-e21-highlight-folder-group-line): Ditto.
7645         (wl-e21-highlight-folder-by-numbers): Ditto.
7646         (wl-e21-insert-image): Removed.
7647         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7648         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7649         said.
7650         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7651         `wl-e21-force-switch-toolbar'.
7652         (wl-e21-make-icon-image): Removed.
7653         (wl-e21-setup-toolbar): Don't search for XBM files.
7654         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7655         the default value.
7656
7657 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-util.el (wl-biff-check-folder-async): Set
7660         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7661
7662 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7663
7664         * wl-e21.el (after-make-frame-functions): Add
7665         `wl-e21-force-switch-toolbar'.
7666         (wl-e21-force-switch-toolbar): New function force to switch the
7667         toolbar appearance automatically.
7668         (post-command-hook): Add `wl-e21-switch-toolbar'.
7669         (wl-e21-switch-toolbar): New function to switch the toolbar
7670         appearance automatically.
7671         (wl-e21-tool-bar-lines): New buffer local variable.
7672
7673 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-util.el (wl-biff-check-folders-running): New variable.
7676         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7677         (wl-biff-check-folder-async-callback):
7678         Set `wl-biff-check-folders-running'.
7679         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7680         with unwind-protect.
7681
7682         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7683         Enclose `wl-folder-auto-check' with unwind-protect.
7684
7685         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7686         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7687
7688         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7689
7690         * wl-util.el (wl-biff-notify): New inline function.
7691         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7692         locally.
7693         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7694         folder-list' is 1.
7695         Use `wl-biff-notify'.
7696         (wl-biff-check-folder-async-callback): New function.
7697         (wl-biff-check-folder-async): Ditto.
7698
7699         * wl-folder.el (wl-folder): Don't check folders.
7700         (wl-folder-auto-check): New function.
7701
7702 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7703
7704         * wl-util.el (wl-biff-start) [Emacs19+]:
7705         Use `timer-next-integral-multiple-of-time'.
7706         (wl-biff-check-folders): Use `wl-default-folder'
7707         if `wl-biff-check-folder-list' is nil.
7708
7709 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7710
7711         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7712         instead of `elmo-delete-lists'.
7713
7714 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7715
7716         * wl.el (wl-plugged-toggle-all): Set the value of
7717         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7718         (wl-plugged-toggle): Ditto.
7719         (wl-toggle-plugged): Ditto.
7720         (wl-plugged-init): Ditto.
7721
7722         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7723         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7724         instead of `wl-biff-state-indicator-off' and
7725         `wl-biff-state-indicator-on'; don't modify the value and the type
7726         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7727         (wl-plugged-init-icons): Set icons data to
7728         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7729         instead of `wl-plug-state-indicator-off' and
7730         `wl-plug-state-indicator-on'; don't modify the value and the type
7731         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7732
7733         * wl-vars.el (wl-modeline-biff-state-off,
7734         wl-modeline-biff-state-on, wl-modeline-biff-status,
7735         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7736         wl-modeline-plug-status): New internal variables.
7737         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7738         wl-biff-check-interval, wl-biff-check-folder-list): Change
7739         customization group from `wl-folder' to `wl-highlight'.
7740         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7741         wl-show-plug-status-on-modeline): Defcustomized.
7742
7743         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7744         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7745         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7746         a flag to `mode-line-buffer-identification'.
7747
7748         * wl-e21.el (wl-biff-init-icons): Set icons data to
7749         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7750         instead of `wl-biff-state-indicator-off' and
7751         `wl-biff-state-indicator-on'.
7752         (wl-plugged-init-icons): Set icons data to
7753         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7754         instead of `wl-plug-state-indicator-off' and
7755         `wl-plug-state-indicator-on'.
7756
7757 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7758
7759         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7760         excessive titles.
7761
7762 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7763
7764         * wl.el (wl-plugged-mode): Use revised
7765         `wl-mode-line-buffer-identification'.
7766         (wl-plugged-init): Don't use `force-mode-line-update'.
7767
7768         * wl-xmas.el (wl-draft-overload-functions): Use revised
7769         `wl-mode-line-buffer-identification'.
7770         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7771         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7772         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7773         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7774         `wl-make-plugged-hook';
7775         add `wl-folder-init-icons' and `wl-setup-folder' to
7776         `wl-folder-mode-hook'.
7777
7778         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7779         19 as well.
7780         (wl-mode-line-display-priority-list): New user option.
7781         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7782         Defcustomized.
7783         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7784         Add docs.
7785
7786         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7787         start.
7788         (wl-mode-line-buffer-identification): Revised as a function.
7789
7790         * wl-summary.el (wl-summary-mode): Use revised
7791         `wl-mode-line-buffer-identification'; don't call
7792         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7793         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7794         `wl-xmas-setup-summary'.
7795
7796         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7797         `wl-mode-line-buffer-identification'.
7798
7799         * wl-mule.el (wl-draft-overload-functions): Use revised
7800         `wl-mode-line-buffer-identification'.
7801
7802         * wl-folder.el (wl-make-plugged-alist): Don't call
7803         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7804         (wl-folder): Don't call `wl-folder-init-icons' directly.
7805         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7806         `wl-xmas-setup-folder' directly;
7807         use revised `wl-mode-line-buffer-identification'.
7808         (TopLevel): Don't bind `wl-biff-init-icons',
7809         `wl-plugged-init-icons', `wl-folder-init-icons',
7810         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7811
7812         * wl-e21.el (wl-draft-overload-functions): Use revised
7813         `wl-mode-line-buffer-identification'.
7814         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7815         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7816         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7817         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7818         `wl-make-plugged-hook';
7819         add `wl-folder-init-icons' and `wl-setup-folder' to
7820         `wl-folder-mode-hook'.
7821
7822 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7823             Katsumi Yamaoka    <yamaoka@jpl.org>
7824
7825         * wl.el (wl): Call `wl-biff-start'.
7826         (wl-exit): Call `wl-biff-stop'.
7827         (wl-plugged-mode): Show biff in modeline.
7828         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7829
7830         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7831         (wl-biff-init-icons): New function.
7832         (wl-plugged-init-icons): Don't make too much keymaps.
7833         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7834
7835         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7836         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7837         variables.
7838         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7839         options.
7840
7841         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7842         wl-biff-start, wl-biff-stop): New functions.
7843         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7844         (wl-biff-timer-name): New variable.
7845
7846         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7847
7848         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7849         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7850
7851         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7852         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7853
7854         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7855         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7856         `wl-folder-init-icons' to `ignore' if they are not available.
7857         (wl-folder-mode): Show biff in modeline.
7858
7859         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7860         (wl-biff-init-icons): New function.
7861         (wl-plugged-init-icons): Don't make too much keymaps.
7862         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7863
7864 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7865
7866         * wl-vars.el (wl-strict-diff-folders): Customization Type
7867         and doc fix.  Define as a list of regular expressions for
7868         folders or nil.
7869         * wl-folder.el (wl-folder-check-one-entity): Use
7870         `wl-string-match-member' instead of `wl-string-member' for
7871         `wl-strict-diff-folders'.
7872
7873 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7874
7875         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7876         (wl-highlight-folder-current-line): Use it; new implementation.
7877         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7878         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7879         `defsubst' instead of `defun'.
7880
7881         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7882         `wl-highlight-group-folder-by-numbers'; made it can also be a
7883         number.  See info for more details.
7884
7885         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7886         running.
7887
7888         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7889         to bind them.
7890
7891         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7892         (wl-highlight-folder-current-line): New implementation.
7893
7894         * wl-highlight.el (wl-highlight-folder-group-line): New
7895         implementation.
7896         (wl-delete-all-overlays): Rewrite as a marco.
7897         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7898
7899         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7900         running.
7901         (wl-folder-*-glyph): No need to bind them.
7902
7903         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7904         `wl-e21-highlight-folder-group-icon'; rewrite.
7905         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7906         `defsubst' instead of `defun'.
7907         (wl-folder-mode-map): Bind it when compiling.
7908
7909 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7912
7913         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7914
7915 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7916
7917         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7918
7919 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7920
7921         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7922         (wl-highlight-folder-current-line): Use it.
7923
7924         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7925         in `id-name'.
7926
7927 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7928
7929         * wl.el: Require `wl-e21' when Emacs 21 is running.
7930
7931         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7932         default when Emacs 21 is running.
7933         (wl-use-highlight-mouse-line): Ditto.
7934         (wl-on-emacs21): New constant.
7935         (wl-on-emacs20): Removed.
7936
7937         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7938         Emacs 21 is running.
7939
7940         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7941         Emacs 21 is running.
7942
7943         * wl-e21.el: New file.
7944
7945 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7946
7947         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7948         (wl-toggle-plugged): Ditto.
7949         (wl-plugged-toggle): Ditto.
7950         (wl-plugged-toggle-all): Ditto.
7951
7952         * wl-vars.el (wl-plug-state-indicator): Refer
7953         `wl-plug-state-indicator-on' indirectly.
7954
7955 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7958         Call `wl-folder-confirm-existence'.
7959
7960         * wl-folder.el (wl-folder-confirm-existence): Added optional
7961         argument `force'.
7962
7963 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7964
7965         * wl-summary.el (wl-summary-refile-subr): Assume
7966         `copy-or-refile' as symbol.
7967         (wl-summary-refile): Follow up above change.
7968         (wl-summary-copy): Ditto.  Doc fix.
7969
7970 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl-summary.el (wl-summary-pick): Don't bind
7973         `elmo-search-mime-charset'.
7974
7975         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7976         default using old backquote style.
7977         (wl-search-mime-charset): Abolished.
7978
7979         * wl-highlight.el (wl-highlight-headers):
7980         Call `point' after `re-search-forward'(for Nemacs).
7981
7982         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7983         for elmo-imap4.el.
7984
7985 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7986
7987         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7988         `wl-message-ignored-field-list' instead of
7989         `mime-view-ignored-field-list'.
7990
7991         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7992         Add interactive spec.
7993         (wl-folder-goto-bottom-of-current-folder): Ditto.
7994         (wl-folder-mode-map): Bind them.
7995
7996         * wl-vars.el (wl-message-ignored-field-list): New variable.
7997         (wl-message-visible-field-list): New variable.
7998
7999         * wl-mime.el (wl-mime-header-presentation-method): New function.
8000         (wl-mime-setup): Set header-presentation-method.
8001
8002 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8003
8004         * wl-nemacs.el (wl-draft-overload-functions): Set
8005         `mode-line-buffer-identification' instead of using
8006         `wl-make-modeline'.
8007
8008         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8009         instead of using `wl-make-modeline'.
8010
8011         * wl-xmas.el (wl-plugged-init-icons): Set up
8012         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8013         (wl-make-modeline): Abolish.
8014         (wl-draft-overload-functions): Set
8015         `mode-line-buffer-identification' instead of using
8016         `wl-make-modeline'.
8017
8018         * wl-util.el (wl-make-modeline-subr): Abolish.
8019         (wl-mode-line-buffer-identification): New alias.
8020
8021         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8022         (wl-summary-make-modeline): Abolish.
8023         (wl-summary-buffer-set-folder): Set
8024         `wl-summary-buffer-folder-indicator'.
8025         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8026         of using `wl-make-modeline'.
8027         (wl-summary-switch-to-clone-buffer): Don't set
8028         `mode-line-buffer-identification'.
8029         (wl-summary-goto-folder-subr): Ditto.
8030
8031         * wl-mule.el (wl-draft-overload-functions): Set
8032         `mode-line-buffer-identification' instead of using
8033         `wl-make-modeline'.
8034
8035         * wl-folder.el (wl-folder-mode): Set
8036         `mode-line-buffer-identification' instead of using
8037         `wl-make-modeline'.
8038         (wl-folder): Don't set `mode-line-buffer-identification'.
8039
8040 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8041
8042         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8043         instead of `member' for `wl-refile-guess-func-list' look-ups.
8044         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8045
8046 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8047
8048         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8049         `wl-message-button-dispatcher'.
8050
8051         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8052
8053         * wl-message.el (wl-message-button-dispatcher): Use it.
8054
8055         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8056         "In-Reply-To".
8057
8058         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8059         Bind `case-fold-search' to t.
8060
8061 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8062
8063         * wl-xmas.el (wl-message-overload-functions): Initialize
8064         `wl-message-button-map'.
8065
8066         * wl-mule.el (wl-message-overload-functions): Initialize
8067         `wl-message-button-map'.
8068
8069         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8070
8071         * wl-message.el (wl-message-button-map): New keymap.
8072         (wl-message-add-button): New function.
8073         (wl-message-button-dispatcher): New function.
8074         (wl-message-button-refer-article): New function.
8075
8076         * wl-highlight.el
8077         (wl-highlight-message-add-buttons-to-header): New function.
8078         (wl-highlight-headers): Use it.
8079
8080 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8081
8082         * wl-summary.el (wl-summary-default-from): Use
8083         `wl-address-get-petname-1'.
8084         (wl-summary-simple-from): Ditto.
8085
8086         * wl-address.el (wl-address-get-petname-1): New inline function.
8087         (wl-address-get-petname): Use it.
8088
8089 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8090
8091         * wl-summary.el (wl-summary-default-from): Return full-name part
8092         from the address if no petname was found.
8093         (wl-summary-simple-from): Ditto.
8094
8095         * wl-address.el (wl-address-get-petname): Return nil if no petname
8096         associated with the address was found.
8097
8098 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8099
8100         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8101         display is finished.
8102
8103 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8104
8105         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8106         `elmo-folder-exists-p' argument.
8107
8108 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8109
8110         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8111         the folder.
8112
8113 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8116
8117         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8118         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8119
8120 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8121
8122         * wl-folder.el (wl-folder-create-subr): New function.
8123         (wl-folder-confirm-existence): Use it.
8124         (wl-folder-check-one-entity): Use it.
8125         Check the error symbol is derived from 'elmo-open-error.
8126
8127         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8128         `ignore-error'.
8129
8130 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8131
8132         * wl-util.el (toplevel): Add (eval-when-compile (require
8133         'elmo-util)).  (Maybe `provide' is typo.)
8134
8135 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8138         (I don't know why this was needed.)
8139
8140         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8141         Follow up changes for stream-type.
8142
8143         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8144         (wl-draft-elmo-nntp-send): Ditto.
8145
8146         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8147         (wl-nntp-posting-stream-type): Ditto.
8148         (wl-pop-before-smtp-ssl): Abolished.
8149         (wl-nntp-posting-ssl): Ditto.
8150
8151         * wl-address.el (wl-address-quote-specials): New function.
8152         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8153
8154         * wl-draft.el (wl-draft-reply): Ditto.
8155
8156 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8157
8158         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8159         use function `wl-string-match-assoc'.
8160
8161 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8164
8165         * wl-draft.el (wl-draft-deduce-address-list): New function.
8166         (wl-draft-parse-mailbox-list): Ditto.
8167         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8168         instead of `smtp-deduce-address-list'.
8169         (wl-draft-on-field-p): Follow group list.
8170
8171         * wl-address.el (wl-address-concat-token): New function.
8172         (wl-address-string-without-group-list-contents): Ditto.
8173         (wl-complete-field-body): Fixed problem of completion
8174         by japanese petname.
8175         (wl-address-make-completion-list): Rewrite.
8176
8177 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8178
8179         * wl-address.el (wl-address-make-completion-list): Completion by
8180         petname.
8181         (wl-complete-field-body): Likewise.
8182
8183 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8186         contains invalid address syntax.
8187
8188 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8189
8190         * wl-folder.el (wl-folder-check-entity-async): Use
8191         `elmo-nntp-spec-hostname'.
8192
8193 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8194
8195         * wl-summary.el (wl-summary-msgdb-load-async): Use
8196         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8197
8198 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-draft.el (wl-draft-reply): Set argument
8201         `content-transfer-encoding' as nil.
8202
8203 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8204
8205         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8206         `wl-refile-alist'.
8207
8208 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8209
8210         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8211         (wl-draft-edit-string): Ditto.
8212         (wl-draft-forward): Ditto.
8213         * wl-summary.el (wl-summary-write): Ditto.
8214
8215 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-summary.el (wl-summary-sync-update3): Call
8218         `wl-summary-buffer-number-column-detect'.
8219         (wl-summary-buffer-number-column-detect): Search from point-min.
8220
8221 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8224         contains an address which is not included in original to or cc.
8225
8226 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8227
8228         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8229         begin-line does not exist.
8230         * wl-message.el (wl-message-uu-substring): Ditto.
8231
8232 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8235         clear local variables.
8236         (wl-summary-exit): Call `elmo-commit'.
8237         (wl-summary-switch-to-clone-buffer): Call
8238         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8239         (wl-summary-goto-folder-subr): Ditto.
8240
8241         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8242         POP folder.
8243
8244 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8247         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8248         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8249         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8250         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8251         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8252
8253         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8254
8255 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8256
8257         * wl-summary.el (wl-summary-search-by-subject):
8258         Search parent message from the latest one.
8259
8260 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8263         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8264
8265         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8266         New user option.
8267
8268         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8269         if elmo-nntp-use-killed-list is nil.
8270         Use `elmo-msgdb-append-to-killed-list'.
8271         (Append numbers confirmed as disappeared to the killed list.)
8272         (wl-summary-confirm-appends): Don't display negative number.
8273
8274 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8275
8276         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8277
8278 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8281         range is `all'.
8282         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8283         `elmo-list-bigger-diff'.
8284
8285 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8286
8287         * wl-summary.el (wl-summary-buffer-exit-func):
8288         New buffer local variable.
8289         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8290
8291 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8292
8293         * wl-demo.el (wl-demo): Fix the last change.
8294
8295 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8296
8297         * wl-demo.el (wl-demo): Don't use `eval'.
8298
8299 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8300
8301         * wl-summary.el (wl-summary-buffer-thread-modified):
8302         New buffer-local variable.
8303         (wl-summary-set-thread-modified): New function.
8304         (wl-summary-thread-modified-p): New function.
8305         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8306         (wl-summary-yank-saved-message): Use function
8307         `wl-summary-set-thread-modified'
8308         (wl-summary-switch-to-clone-buffer): Add
8309         `wl-summary-buffer-thread-modified'.
8310
8311         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8312         (wl-summary-buffer-mark-saved-hook): Ditto.
8313         * wl-summary.el (wl-summary-msgdb-save): New hook
8314         `wl-summary-buffer-message-saved-hook' and
8315         `wl-summary-buffer-mark-saved-hook'.
8316
8317 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8318
8319         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8320
8321 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8322
8323         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8324         don't hide scroll bars under FSF Emacsen because it may incur an
8325         undesirable redrawing.
8326
8327 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8328
8329         * wl-draft.el (wl-draft-edit-string): Call
8330         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8331
8332 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8333
8334         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8335
8336 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8337
8338         * wl-summary.el (wl-summary-msgdb-load-async): Call
8339         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8340
8341 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8342
8343         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8344         fringes in demo buffer; center bitmap logo correctly even if old
8345         Mule is used.
8346
8347 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8348
8349         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8350
8351         * wl-refile.el (wl-refile-subject-alist): New variable.
8352         (wl-refile-subject-alist-file-name): Ditto.
8353         (wl-refile-alist-setup): Rewrite.
8354         (wl-refile-alist-save): Use `elmo-object-save'.
8355         Eliminated arguments.
8356         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8357         (wl-refile-guess-by-subject): New function.
8358         (wl-refile-guess-func-list): Added it.
8359
8360 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8361
8362         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8363         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8364
8365 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8368         New buffer-local variable.
8369         (wl-summary-buffer-next-folder-func): Ditto.
8370         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8371         if non-nil.
8372         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8373         if non-nil.
8374         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8375         if non-nil.
8376         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8377         if non-nil.
8378
8379 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8380
8381         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8382         permanently in the demo buffer.
8383
8384 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8387         `mime-entity-fetch-field'.
8388
8389         * wl.el (wl-exit): Delete plugged buffer.
8390
8391         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8392         XEmacs has menubar feature.
8393
8394 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8395
8396         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8397         cannot arrive at the beginning of the buffer under old Emacsen.
8398
8399 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-address.el (wl-address-ldap-search):
8402         Call `ldap-search-entries' with `withdn' argument t.
8403         (wl-complete-field-body): Bind completion-ignore-case as t.
8404         Clear ldap search hash when it was sole completion.
8405         Use elmo-string for pattern string.
8406         (wl-ldap-alias-safe-string): Eliminated needless let.
8407
8408 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8409
8410         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8411         (wl-ldap-alias-sep): New constant.
8412         (wl-ldap-search-attribute-type-list): Ditto.
8413         (wl-ldap-get-value): New function.
8414         (wl-ldap-make-filter): Ditto.
8415         (wl-ldap-make-matched-value-list): Ditto.
8416         (wl-ldap-alias-safe-string): Ditto.
8417         (wl-ldap-register-dn-string): Ditto.
8418         (wl-address-ldap-search): Rewrite.
8419
8420 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8421
8422         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8423         thread is deleted.
8424         (wl-thread-delete-line-from-buffer): Ditto.
8425         (wl-thread-get-exist-children): New function.
8426
8427 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8428
8429         * wl-demo.el (wl-demo): Made it to select various image types.
8430         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8431         from `wl-title-logo'.
8432         (wl-logo-ascii): New variable.
8433         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8434         (wl-demo-copyright-notice): New constant.
8435
8436         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8437
8438 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8439
8440         * wl-vars.el (wl-summary-target-above): Renamed from
8441         wl-summary-temp-above.
8442         * wl-score.el (wl-score-get-score-alist): Use it.
8443         (wl-summary-score-update-all-lines): Use it.
8444         * wl-summary.el: Ditto. (make-variable-buffer-local).
8445
8446 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl-vars.el (wl-ldap-port): New user option.
8449
8450         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8451         Rewite whole implementation.
8452         (wl-complete-field-body): Fixed.
8453
8454 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8455
8456         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8457         Choose implementation at compile time.
8458
8459 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8460
8461         * wl-address.el (wl-ldap-search-internal): New function.
8462         (wl-complete-field-to): Use it.
8463
8464 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8467         Use `let' instead of `let*'.
8468         Require 'wl-vars.
8469
8470         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8471         Define as defcustom.
8472         (wl-ldap-base): Ditto.
8473         (wl-use-ldap): Ditto.
8474
8475 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8476
8477         * wl-address.el (wl-ldap-search): New function.
8478         (wl-complete-field-body): Use `wl-ldap-search'.
8479         (wl-ldap-server): New variable.
8480         (wl-ldap-base): Ditto.
8481         (wl-use-ldap): Ditto.
8482
8483 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8484
8485         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8486         (Pointed out by Mito <mit@nines.nec.co.jp>).
8487         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8488         buffer-local variables like `wl-summary-redisplay-internal'.
8489         (wl-summary-redisplay-all-header): Likewise.  Update
8490         Summary view too.
8491
8492 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-summary.el (wl-summary-jump-to-parent-message):
8495         Consider prefix argument.
8496
8497         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8498         when closed thread is deleted.
8499
8500 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8501
8502         * wl-summary.el (wl-summary-jump-to-parent-message):
8503         Consider thread modification.
8504
8505 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8506
8507         * wl-message.el (wl-message-normal-get-original-buffer): Use
8508         `save-excursion'.
8509
8510         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8511         (wl-summary-showto-folder-regexp): Ditto.
8512
8513 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8514
8515         * wl-util.el (wl-delete-alist): Doc fix.
8516         (wl-delete-associations): New function.
8517         (wl-inverse-alist): New function.
8518         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8519         Split temporary variables. Use `wl-delete-associations'
8520         and `wl-inverse-alist'.
8521         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8522
8523 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-folder.el (wl-folder-prefetch-entity):
8526         Execute prefetching if new count is unknown.
8527
8528 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8529
8530         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8531
8532         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8533         delete entity.
8534         (wl-thread-set-parent): If insert as top, set linked as nil.
8535
8536         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8537         `wl-thread-cleanup-symbols' when view mode is thread.
8538
8539 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8540
8541         * wl-folder.el (wl-folder-create-folder-entity): Use
8542         with-current-buffer.
8543         (wl-local-folder-init): Call set-buffer to make sure we are in
8544         the Folder buffer. Don't touch buffer-local variables here.
8545         (wl-folder-mode): Initialize buffer-local variables here.
8546
8547         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8548         (wl-folder-entity-assign-id): Ditto.
8549         (wl-folder-create-entity-hashtb): Ditto.
8550         (wl-local-folder-init): Ditto.
8551         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8552
8553 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8554
8555         * wl-summary.el (wl-summary-default-from): Fix probrem when
8556         std11-extract-address-components return (nil "foo@bar").
8557
8558 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8559
8560         * wl-draft.el (wl-draft-clone-local-variables):
8561         Remove redundant `setq'.
8562
8563 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8566         Bind wl-highlight-x-face-func as nil while highlighting header.
8567
8568 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8569
8570         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8571
8572 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8573
8574         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8575         elmo-msgdb-overview-hashtb from copy-variables.
8576         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8577         instead of `elmo-msgdb-overview-get-entity-by-number'.
8578         (wl-summary-auto-refile): Ditto.
8579
8580         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8581         `elmo-msgdb-overview-get-entity' instead of
8582         `elmo-msgdb-search-overview-entity'.  Use
8583         `elmo-msgdb-overview-get-entity' instead of
8584         `elmo-msgdb-overview-get-entity-by-number'.
8585         (wl-thread-insert-entity-sub): Ditto.
8586         (wl-thread-insert-message): Ditto.
8587
8588         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8589         `elmo-msgdb-overview-get-entity'.
8590         (wl-normal-message-redisplay): Ditto.
8591
8592 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8593
8594         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8595         `wl-thread-entities'.
8596         (wl-thread-delete-message): Fix remove top message from
8597         `wl-thread-entity-list'.
8598
8599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8600         wl-append(nconc), because update-list is broken on Meadow.
8601
8602         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8603         updating process.
8604         (wl-summary-rescan): Ditto.
8605         (wl-summary-sync-update3): Ditto.
8606         * wl-thread.el (wl-thread-set-parent): Renamed from
8607         `wl-summary-set-parent'.
8608         (wl-thread-insert-message): Updating buffer faster.
8609         (wl-thread-delete-message): Updating buffer faster.
8610
8611         * wl-score.el (wl-summary-score-update-all-lines): Changed
8612         interval for display progress gauge.
8613
8614 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8615
8616         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8617         folder always-sticky.
8618         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8619         defmacro.
8620
8621 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-vars.el (wl-draft-add-references): New user option.
8624
8625         * wl-draft.el (wl-draft-add-references): New function.
8626         (wl-draft-yank-from-mail-reply-buffer): Use it.
8627         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8628         as nil.
8629
8630 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8631
8632         * wl-thread.el (wl-thread-update-line-msgs): Called
8633         `wl-thread-update-line-on-buffer-sub'.
8634         (wl-thread-update-line-on-buffer): Delete routine of inserting
8635         thread.
8636         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8637         moved from `wl-thread-update-line-on-buffer'.
8638         Add threshold for displaying progress gauge.
8639         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8640         argument of `wl-thread-update-line-msgs'.
8641         Add threshold for displaying progress gauge.
8642         * wl-folder.el:
8643         Add threshold for displaying progress gauge.
8644         * wl-score.el: Ditto.
8645
8646         * wl-expire.el (wl-summary-expire): Display deleting info.
8647
8648 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8651         `no-msg'.
8652         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8653         argument of `wl-thread-update-line-msgs'.
8654         (wl-summary-set-parent): Added optional argument `parent-number'.
8655         (wl-summary-buffer-saved-message): New buffer local variable.
8656         (wl-summary-save-current-message): New command.
8657         (wl-summary-yank-saved-message): Ditto.
8658         (wl-summary-mode-map): Added key binding for
8659         `wl-summary-save-current-message' (\ew) and
8660         `wl-summary-yank-saved-message' (\C-y).
8661         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8662
8663 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * wl-summary.el (wl-summary-mode-map): Added key binding for
8666         `wl-summary-set-parent' (ts).
8667
8668 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8669
8670         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8671         subject faster. If thread number is reverse, delayed updating
8672         thread.
8673         (wl-summary-search-by-subject): Ditto.
8674         (wl-summary-put-alike): Ditto.
8675         (wl-summary-get-alike): Ditto.
8676         (wl-summary-insert-headers): Insert header of all overview in
8677         buffer.
8678         (wl-summary-rescan): Delayed updating thread. Kill search subject
8679         buffer for wl-summary-search-by-subject.
8680         (wl-summary-sync-update3): Ditto.
8681         (wl-summary-exit): Ditto.
8682         (wl-summary-goto-bottom-of-current-thread): Change for linked
8683         thread.
8684         (wl-summary-overview-create-summary-line): Change line for linked
8685         thread.
8686
8687         * wl-summary.el (wl-summary-update-thread): Use
8688         wl-thread-maybe-get-children-num.
8689         (wl-summary-set-parent): If change parent, move sub thread.
8690         (wl-summary-redisplay-internal): Add horizontal recenter.
8691         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8692
8693         * wl-thread.el (wl-thread-entity-get-linked): New function.
8694         (wl-thread-entity-set-linked): New function.
8695         (wl-thread-create-entity): Add linked element.
8696         (wl-thread-entity-insert-as-top): Use wl-append.
8697         (wl-thread-maybe-get-children-num): If closing thread, return
8698         children msgs.
8699         (wl-thread-update-line-msgs): Displaying progress message.
8700         (wl-thread-update-line-on-buffer-sub): Use
8701         wl-thread-maybe-get-children-num.
8702         (wl-thread-update-line-on-buffer): If update line is not exists,
8703         insert thread.
8704         (wl-thread-delete-message): If delete top msg of thread, search
8705         parent by subject.
8706         (wl-thread-insert-entity): Use
8707         wl-thread-maybe-get-children-num.
8708
8709         * wl-highlight.el (wl-highlight-summary-current-line): change
8710         sregexp for linked thread.
8711         * wl-util.el (wl-count-lines): Count lines.
8712         (wl-horizontal-recenter): horizontal recenter.
8713         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8714         (wl-score-get-alike): Ditto.
8715         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8716         (wl-subject-length-limit): New variable.
8717         (wl-highlight-thread-indent-string-regexp): Changed for linked
8718         thread.
8719
8720 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8723         New variable (revival).
8724         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8725         by subject matching if there's no in-reply-to nor references field
8726         (revival).
8727
8728 \f
8729 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8732         message.
8733
8734 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * wl-summary.el (wl-summary-reply): Return t if there was a
8737         message at cursor point.
8738         Added unwind-protect.
8739         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8740         returns t.
8741         (wl-summary-cancel-message): Do nothing when there's no message at
8742         cursor point.
8743         (wl-summary-forward): Ditto.
8744         (wl-summary-jump-to-parent-message): Ditto.
8745         (wl-summary-reedit): Ditto.
8746         (wl-summary-edit-addresses): Ditto.
8747         (wl-summary-pipe-message): Ditto.
8748         (wl-summary-print-message-with-ps-print): Ditto.
8749         (wl-summary-print-message): Ditto.
8750         (wl-summary-mark-as-important): Ditto.
8751         (wl-summary-mark-as-unread): Ditto.
8752
8753         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8754         message at cursor point.
8755         (wl-summary-reply-with-citation): Remove unwind-protect.
8756
8757         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8758         subject searching feature.
8759         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8760         Eliminated.
8761
8762 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8765         New variable.
8766         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8767         by subject matching if there's no in-reply-to nor references field.
8768
8769         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8770
8771         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8772         when display is finished.
8773         (wl-folder-open-all): Ditto.
8774         (wl-folder-update-access-group): Ditto.
8775         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8776         * wl-thread.el (wl-thread-close-all): Ditto.
8777
8778         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8779         progress gauge only when it was displayed.
8780         * wl-folder.el (wl-folder-insert-entity): Ditto.
8781
8782 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-summary.el (wl-summary-incorporate): Enclose
8785         `wl-summary-sync-force-update' with save-excursion.
8786
8787 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8788
8789         * wl-summary.el (wl-summary-prefetch-region):
8790         Pass current cursor point to `pos-visible-in-window-p' after
8791         moving cursor to the started point.
8792
8793 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8794
8795         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8796
8797         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8798         fields from the forwarding message.
8799         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8800         `ignored-fields'.
8801
8802 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-mime.el (wl-message-request-partial):
8805         Eliminated argument `msgdb'.
8806         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8807         (wl-mime-combine-message/partial-pieces): Likewise.
8808         * tm-wl.el (wl-message-request-partial): Likewise.
8809         (wl-mime-combine-message/partial-pieces): Likewise.
8810
8811 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8812
8813         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8814         when display is finished.
8815
8816 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8817
8818         * wl-summary.el (wl-summary-goto-folder-subr):
8819         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8820
8821 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8824         when cursor point is visible.
8825
8826 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-expire.el (wl-expire-archive-get-max-number):
8829         Don't use `file-name-directory'.
8830
8831 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * wl-expire.el (wl-expire-archive-get-max-number):
8834         Use `file-name-directory'.
8835
8836 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8839         only when there is progress.
8840
8841 2000-04-13  Mito <mit@nines.nec.co.jp>
8842
8843         * wl-summary.el (wl-summary-sync-marks): Display progress.
8844
8845 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8848         (wl-summary-prev): Move cursor regardless of unread status.
8849         (wl-summary-next): Ditto.
8850
8851 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8854         Added argument `target' and `number'.
8855         * tm-wl.el (wl-summary-burst-subr): New function.
8856         (wl-summary-burst): Use it.
8857
8858 2000-04-10  Mito <mit@nines.nec.co.jp>
8859
8860         * wl-mime.el (wl-burst): New function.
8861         (wl-summary-burst): Use it.
8862
8863 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8864
8865         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8866         as petname when there's no candidate.
8867
8868 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8871         New variable.
8872         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8873
8874         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8875
8876         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8877
8878 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8881         Use substring of `original' instead of buffer-substring.
8882         (wl-refile-evaluate-rule):
8883         Set `original' argument of wl-refile-expand-newtext.
8884
8885         * wl-summary.el
8886         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8887         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8888         (wl-summary-auto-refile): Check existence of destination folder just
8889         before marking.
8890
8891 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8892
8893         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8894         when wl-refile-get-field-value return nil.
8895
8896 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8897
8898         * wl-refile.el
8899         (wl-refile-expand-newtext): New function imported from Gnus.
8900         (wl-refile-evaluate-rule): Use it.
8901
8902 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-summary.el (wl-summary-print-destination):
8905         Duplicate folder string to avoid putting text-property on
8906         original string.
8907
8908         * wl-refile.el (wl-refile-get-field-value): New function.
8909         (wl-refile-evaluate-rule): New function;
8910         Evaluate refile rule recursively.
8911         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8912         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8913         New function; Check existence of a target folder recursively.
8914         (wl-summary-auto-refile-check-refile-rule-alist):
8915         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8916
8917 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8920
8921         * wl-folder.el (wl-create-folder-entity-from-buffer):
8922         Fixed problem when '}' character is contained in folder name.
8923
8924         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8925
8926 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8927
8928         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8929         (wl-fldmgr-add-completion-all-completions):
8930         Use wl-fldmgr-add-completion-hashtb.
8931
8932 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8933
8934         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8935         wl-fldmgr-add-completion-subr): New functions.
8936         * wl-folder.el (wl-folder-completion-func): New variable.
8937         * wl-summary.el (wl-summary-read-folder):
8938         Use wl-folder-completion-func.
8939
8940         * wl-refile.el: Eliminate throw & catch.
8941
8942         * wl.el (wl-plugged-sending-queue-status): Fixed.
8943
8944 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8945
8946         * wl-draft.el (wl-draft): Put category property on
8947         mail-header-separator.