3f5473bdbcfd6292b1d80e742be1fcf0b1ee6411
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
4         order of flag and new.
5
6 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-vars.el (wl-refile-policy-alist): Abolished.
9
10         * wl-action.el (wl-summary-set-action-refile): Follow the change
11         above.
12
13 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * wl-highlight.el (wl-highlight-signature-search): Don't use
16         re-search-backward for a long word since it is possible to crash
17         XEmacs because of a bug.
18
19 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
20
21         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
22
23 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
24
25         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
26         argument for wl-summary-sync-force-update.
27
28 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
29
30         * wl-summary.el (wl-summary-mode-map): Revival of
31         wl-summary-mark-as-important related bindings;
32         Bind 'F','tF','mF','rF','m&'.
33         (wl-summary-mark-as-important-region): Revival.
34         (wl-summary-target-mark-mark-as-important): Ditto.
35         (wl-summary-target-mark-operation): New function.
36         (wl-summary-target-mark-mark-as-answered): Use it.
37         (wl-summary-decide-flag): Don't set Important as default.
38         (wl-summary-mark-as-important-internal): Revival.
39         (wl-summary-mark-as-important): Ditto.
40
41         * wl-thread.el (wl-thread-mark-as-important): Ditto.
42
43         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
44         instead of facep.
45
46 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
47
48         * wl-dnd.el (wl-dnd-drop-func): Fix.
49
50         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
51         mouse-set-point instead of posn-point.
52
53         * wl-xmas.el (wl-completing-read-multiple): Define as function.
54
55         * wl-mule.el (wl-completing-read-multiple): Ditto.
56
57 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-demo.el (face-background-name): Defalias to avoid compile
60         warning.
61
62 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
63
64         * wl-summary.el (wl-summary-decide-flag): Use
65         wl-completing-read-multiple instead of completing-read-multiple.
66
67         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
68         New alias.
69
70         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
71         Use face-background-name instead of face-background.
72
73         * wl-vars.el (wl-summary-save-file-suffix): New user option.
74
75         * wl-summary.el (wl-summary-save): Use it.
76         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
77
78         * wl-mime.el (wl-mime-save-content): Fix last change.
79
80 2004-02-10  Len Trigg <lenbok@myrealbox.com>
81
82         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
83         New function.
84         (wl-summary-sort-specs): Added sort.
85         * wl-mime.el (wl-mime-save-content): Expand file name.
86
87 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
88
89         * wl-mime.el (wl-draft-preview-message): Fixed typo.
90
91         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
92
93 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
96         for flag if it is not defined.
97
98 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
99
100         * wl-e21.el (wl-highlight-folder-current-line): Use
101         elmo-folder-type-internal when elmo-folder-type returns nil.
102
103         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
104
105         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
106
107         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
108
109         * wl-e21.el (wl-summary-toolbar): Ditto.
110
111         * wl-vars.el (wl-demo-background-color): Abolished.
112         (wl-summary-persistent-mark-priority-list): Renamed from
113         wl-summary-flag-priority-list.
114         (wl-summary-flag-alist): New user option.
115         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
116         (wl-message-mode-line-format-spec-alist): Added 'F'.
117         (wl-message-mode-line-format): Likewise.
118         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
119         instead of wl-summary-important-mark.
120         (wl-file-folder-icon): New variable.
121
122         * wl-thread.el (wl-thread-set-flags): Renamed from
123         wl-thread-mark-as-important.
124
125         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
126         warning.
127         (wl-summary-mode-menu-spec): Follow the change of 
128         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
129         (wl-summary-mode-map): Follow the change of
130         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
131         (wl-summary-detect-mark-position): Follow the variable name change.
132         (wl-summary-set-flags-region): New function for the replacement of
133         wl-summary-mark-as-important-region.
134         (wl-summary-sync-marks): Sync all global-flags.
135         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
136         instead of elmo-message-flagged-p.
137         (wl-summary-persistent-mark-string): Follow the variable name change;
138         Put wl-summary-flag-mark if the message has global-flag.
139         (wl-summary-target-mark-set-flags): Renamed from 
140         wl-summary-target-mark-mark-as-important.
141         (wl-summary-decide-flag): New function.
142         (wl-summary-set-flags-internal): Renamed from
143         wl-summary-mark-as-important-internal.
144         (wl-summary-add-flags-internal): New function.
145         (wl-summary-remove-flags-internal): Ditto.
146         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
147         (wl-summary-mark-as-unimportant): Abolish.
148         (wl-summary-move-spec-alist): Changed `important' to `digest'.
149         (wl-summary-next-message): List flagged messages in the msgdb.
150
151         * wl-score.el (wl-summary-score-update-all-lines): Use
152         wl-summary-add-flags-internal instead of 
153
154         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
155
156         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
157         from wl-message-buffer-cur-flag (To avoid misunderstanding).
158         (wl-message-buffer-require-all-header): Renamed from
159         wl-message-buffer-all-header-flag (Ditto).
160         (wl-message-buffer-flag-indicator): New variable.
161         (wl-message-redisplay): Changed local varibale name from `flag' to
162         `display-type'; Set up wl-message-buffer-flag-indicator.
163         (wl-message-buffer-display): Changed varibale name from `flag' to
164         `display-type'.
165         (wl-message-display-internal): Likewise.
166
167         * wl-highlight.el (wl-highlight-demo-face): Define default background
168         color.
169         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
170
171         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
172
173         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
174         (wl-demo-setup-properties): Renamed from
175         `wl-demo-set-background-color'.
176         (wl-demo): Follow the change above.
177         
178         * Version number is increased to 2.11.24.
179
180 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-summary.el (wl-summary-toggle-thread): Call
183         `wl-summary-rescan' with disable-thread as non-nil.
184         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
185
186 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
187
188         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
189         foreground property of the face.
190         (wl-demo-insert-text): Don't set up face property here.
191         (wl-demo): Call wl-demo-set-background-color, anyway.
192
193 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
194
195         * wl-vars.el (wl-demo-background-color): The value can be nil.
196
197 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
198
199         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
200         to wl-summary-wheel-dispatcher.
201
202         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
203         wl-message-wheel-dispatcher.
204         (wl-message-wheel-dispatcher): New function.
205         (wl-summary-wheel-dispatcher): Ditto.
206
207 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
208
209         * wl-action.el (wl-summary-target-mark-all): List messages which are
210         not in the killed-list.
211
212         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
213         only when the folder is 'flag/important.
214
215         * wl-address.el (wl-complete-field-body): Complete if the last
216         character is a space.
217
218 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-folder.el (wl-folder-clear-entity-info): Use
221         elmo-clear-hash-val.
222
223         * wl-fldmgr.el (wl-fldmgr-rename): Set
224         wl-folder-info-alist-modified as t.
225
226 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
227
228         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
229
230 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
233         (wl-folder-buffer-last-visited-entity-id): New buffer local
234         variable.
235         (wl-folder-revisit-last-visited-folder): New function.
236         (wl-folder-mode-map): Bind it to "C-i".
237         (wl-folder-set-current-entity-id): Set last visited folder.
238         * wl-summary.el (wl-summary-exit): Ditto.
239
240 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
243         before calling `recenter' in order to cope with an XEmacs bug.
244
245 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
246
247         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
248         to the default value.
249
250 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
253         change.
254         (wl-summary-sync-marks): Ditto.
255         (wl-summary-mark-as-read-internal): Ditto.
256         (wl-summary-mark-as-answered-internal): Ditto.
257         (wl-summary-mark-as-important-internal): Ditto.
258         (wl-summary-reply): Ditto.
259
260         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
261         instead of `elmo-folder-unflag-answered'.
262
263         * Version number is increased to 2.11.23.
264
265         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
266         the last change.
267
268 2004-01-11  Kenichi Okada  <okada@opaopa.org>
269
270         * wl-spam.el (wl-summary-exec-action-refile-with-register):
271         Specify "spam" or "good".
272
273 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-spam.el (wl-summary-exec-action-spam): Call
276         wl-folder-confirm-existence for spam folder.
277         (wl-spam-setup): Bind "mk".
278
279 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
282
283 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
286         destination folder is empty.
287
288 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
289
290         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
291         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
292
293         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
294         (wl-summary-refile-prev-destination-region): New function.
295         (wl-thread-refile-prev-destination): Ditto.
296         (wl-summary-target-mark-refile-prev-destination): Ditto.
297
298 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
299
300         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
301         (wl-demo-background-color): Changed default value.
302
303         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
304         color.
305
306         * wl-demo.el (wl-demo-set-background-color): New function.
307         (wl-demo): Call it.
308
309 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
310
311         * wl-address.el (wl-address-delete): Avoid mis-deleting.
312         * wl-address.el (wl-address-add-or-change): Don't add empty
313         address.
314
315 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
316
317         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
318
319 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
320
321         * wl-vars.el (wl-demo-image-filter-alist): New variable
322         (wl-demo-background-color): Ditto.
323
324         * wl-demo.el (wl-demo-xpm-set-background): New function.
325         (wl-demo-image-filter): Ditto.
326         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
327
328         * wl-vars.el (wl-demo-icon-name-alist): New variable.
329
330         * wl-demo.el (wl-demo-icon-name): Define as function.
331         (wl-demo-insert-image): Use it.
332
333 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
336
337 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
338
339         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
340
341 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
342
343         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
344
345 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-thread.el (wl-thread-mark-as-answered): New function.
348
349         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
350         answered" entry.
351         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
352         "r&" and wl-thread-mark-as-answered to "t&".
353         (wl-summary-mark-as-important-region): Refine to toggle mark.
354         (wl-summary-mark-as-answered-region): New function.
355         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
356         and 3rd argument.
357         (wl-summary-mark-as-important-internal): Likewise.
358
359 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-template.el (wl-template-preview): New internal variable.
362         (wl-template-preview-p): New function.
363         (wl-template-show): Bind `wl-template-preview' as t.
364
365 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
368         `elmo-message-entity-field' with 3rd argument which is non-nil.
369
370 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
373         Removed duplicate local bind `folder'.
374
375 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
378
379 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
382         duplicate definition.
383
384 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
385
386         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
387         non-nil, use it; Don't fetch message if there's no message in the
388         current cursor position.
389
390 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * wl-util.el (wl-region-exists-p): Use region-active-p.
393         (wl-deactivate-region): New function.
394         * wl-message.el (wl-message-redisplay): Deactivate region.
395
396         * wl-summary.el (wl-summary-reply): Call
397         `wl-summary-set-message-buffer-or-redisplay' instead of
398         `wl-summary-redisplay-internal', don't move point.
399
400 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
403         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
404         by regexp.
405
406 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
409         if no need.
410
411 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
414         default value to nil.
415         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
416         `wl-summary-prepare-hook'; Replace refile action to
417         `wl-summary-exec-action-refile-with-register'.
418
419         * Version number is increased to 2.11.22.
420
421 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-summary.el (wl-summary-detect-mark-position): Set
424         `wl-summary-buffer-weekday-name-lang'.
425
426 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
427
428         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
429         (wl-summary-mark-as-read-all): Ditto.
430         (wl-summary-delete-messages-on-buffer): Ditto.
431         (wl-summary-sync-update): Ditto.
432         (wl-summary-mark-as-read-internal): Ditto.
433         (wl-summary-mark-as-answered-internal): Ditto.
434         (wl-summary-update-folder-info): Abolished.
435
436 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-mark-as-read-all): Use
439         `wl-summary-update-folder-info' instead of
440         `wl-folder-update-unread'.
441
442 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
443
444         * wl-summary.el (wl-summary-update-folder-info): New function derived from
445         `wl-summary-folder-info-update'.
446         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
447         instead of `wl-summary-folder-info-update'.
448         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
449         `wl-folder-set-folder-updated'.
450         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
451         instead of `wl-folder-update-unread'.
452         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
453         the value of `wl-summary-buffer-unread-count' for the second parameter of
454         `wl-folder-update-unread'.
455
456         * Version number is increased to 2.11.21.
457
458 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
459
460         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
461         a local variable.
462
463 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-spam.el (wl-summary-mark-spam): Show message only if call
466         interactively.
467
468         * wl-summary.el (wl-summary-mark-as-important-internal): New
469         internal function.
470         (wl-summary-mark-as-important): Use it.
471         (wl-summary-mark-as-unimportant): New function.
472         (wl-summary-sync-marks): Follow the API change.
473
474         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
475
476         * wl-mime.el (wl-summary-burst): Check target folder is writable.
477
478 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
479
480         * wl-folder.el (wl-folder-update-unread): Re-indent.
481         Narrow the scope of a local variable.
482
483 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
486         (wl-addrmgr-merge-entries): Ditto.
487         (wl-addrmgr): Added to address entry which exists in draft buffer
488         if no entry is in original.
489
490 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
491
492         * wl-batch.el: New file.
493
494 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
495
496         * wl-vars.el (wl-use-semi): Remove unused variable.
497
498 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
499
500         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
501         "?".
502
503 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
506         wl-summary-new-mark.
507         (wl-summary-new-cached-mark): New user option.
508         (wl-summary-score-marks): Follow the change above.
509         (wl-summary-auto-refile-skip-marks): Ditto.
510         (wl-summary-incorporate-marks): Ditto.
511         (wl-summary-expire-reserve-marks): Ditto.
512
513         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
514
515         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
516         (wl-summary-persistent-mark-string): Distinguished between cached
517         and uncached mark when the message is new.
518
519 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-spam.el (wl-spam-domain): Renamed from
522         `wl-spam-folder-guess-domain'.
523         (wl-summary-exec-action-spam): Register as spam if domain of the
524         source folder is good.
525         (wl-summary-exec-action-refile-with-register): Register message if
526         domain of the source folder is not undecided.
527
528 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
531         detect thread loop.
532
533 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
536         and wl-summary-skip-mark-list.
537
538 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
541
542         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
543
544         * wl-spam.el (toplevel): Require wl-highlight.
545         (wl-spam-auto-check-policy-alist): Abolish.
546         (wl-spam-auto-check-folder-regexp-list): New user option.
547         (wl-spam-auto-check-marks): Ditto.
548         (wl-spam-mark-action-list): Ditto.
549         (wl-highlight-summary-spam-face): New face.
550         (wl-spam-auto-check-message-p): New function.
551         (wl-spam-map-spam-messages): Fixed message.
552         (wl-spam-register-spam-messages): Ditto.
553         (wl-spam-register-good-messages): Ditto.
554         (wl-summary-spam-map): Add and remove keybind.
555         (wl-summary-target-mark-spam): Abolish.
556         (wl-summary-refile-spam): Ditto.
557         (wl-summary-test-spam): New function.
558         (wl-summary-mark-spam): Ditto.
559         (wl-summary-auto-check-spam): Follow the above change.
560         (wl-summary-exec-action-spam): New function.
561         (wl-summary-exec-action-refile-with-register): Fixed message.
562         (wl-message-check-spam): New function.
563         (wl-spam-setup): Ditto.
564         (toplevel): Call it if this file is loaded interactivity.
565
566         * Version number is increased to 2.11.20.
567
568 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
571         when new optional argument `force' is non nil or modified.
572
573 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl.el (toplevel): Require wl-spam when compile.
576         (wl-save-status): Call wl-spam-save-status.
577
578         * wl-spam.el (wl-spam-register-spam-messages): New function.
579         (wl-spam-register-good-messages): Ditto.
580         (wl-spam-save-status): Ditto.
581         (wl-summary-mode-map): Bind
582         wl-summary-target-mark-register-as-spam to "ms" and
583         wl-summary-target-mark-register-as-good to "mn".
584         (wl-summary-register-as-spam): Abolish optional argument; Use
585         wl-spam-register-spam-messages.
586         (wl-summary-register-as-spam-all): Use
587         wl-spam-register-spam-messages.
588         (wl-summary-register-as-good): Abolish optional argument; Use
589         wl-spam-register-good-messages.
590         (wl-summary-register-as-good-all): Use
591         wl-spam-register-good-messages.
592         (wl-summary-target-mark-register-as-spam): New funtion.
593         (wl-summary-target-mark-register-as-good): Ditto.
594
595 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-spam.el: New file.
598
599 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
602
603         * wl-action.el (wl-auto-refile-guess-functions): New variable.
604         (wl-summary-auto-refile): Call wl-refile-guess with
605         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
606
607 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
610         with disable-thread argument non-nil.
611
612 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-summary.el (wl-summary-rescan): Added optional argument
615         disable-thread.
616         (wl-summary-sync): Call wl-summary-rescan with argument
617         disable-thread.
618         (wl-summary-input-range): Added new range `rescan-thread'.
619
620 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
621
622         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
623
624 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
627         internal variable.
628         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
629         wl-summary-search-parent-by-subject-regexp and
630         wl-summary-divide-thread-when-subject-changed as nil.
631         (wl-summary-insert-sequential): If entity is nil, nothing to do.
632         (wl-summary-insert-thread): Search parent entity from
633         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
634         thread loop.
635
636 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
639
640         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
641
642         * wl-util.el (wl-require-update-all-folder-p): New function.
643         (wl-get-assoc-list-value): Added `function' to match directive.
644         (wl-collect-draft): Rewrite.
645
646         * wl-summary.el (wl-summary-sync-update): Clear faces
647         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
648         are non-nil.
649         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
650         argument as function.
651         (wl-summary-input-range): Ditto.
652
653         * wl-folder.el (wl-draft-get-folder): New function.
654         (wl-folder-get-elmo-folder): Consider draft folder.
655
656         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
657         (wl-draft-buffer-message-number): New buffer local variable.
658         (wl-draft-folder-internal): New internal variable.
659         (wl-draft-delete): Rewrite.
660         (wl-draft-save): Ditto.
661         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
662         wl-folder-get-elmo-folder.
663         (wl-draft-config-info-operation): Ditto.
664         (wl-jump-to-draft-folder): Ditto.
665         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
666         (wl-draft-reedit): Rewrite.
667
668         * Version number is increased to 2.11.19.
669         
670 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
671
672         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
673         variable.
674
675 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
678         Use ignore-errors instead of unwind-protect.
679
680 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
681
682         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
683         for updating `wl-thread-entity-list'.
684
685 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
686
687         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
688         parameter from calling `wl-thread-entity-get-older-brothers' and
689         `wl-thread-entity-get-younger-brothers'.
690         Replace nested `append' with a single one.
691
692 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-summary.el (wl-summary-mode): Don't use the return value of
695         `make-local-hook'.
696
697 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
698
699         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
700         instead of `let*'.
701         (wl-thread-delete-message): Likewise.  Split and narrow the scope
702         of local variables.
703
704 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
707         Renamed from wl-summary-window-scroll-functions.
708         (wl-summary-window-scroll-functions): Don't set to variable.
709         (wl-summary-display-top): Use run-hooks.
710         (wl-summary-display-bottom): Ditto.
711         (wl-summary-toggle-disp-msg): Ditto.
712         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
713         Use it instead of wl-summary-window-scroll-functions.
714         (wl-summary-goto-folder-subr): Don't call
715         wl-summary-window-scroll-functions, use
716         wl-summary-buffer-window-scroll-functions instead.
717
718 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
721         make-local-variable.
722
723 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
724
725         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
726         set-buffer-modified-p.
727         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
728         (wl-summary-display-bottom): Ditto.
729         (wl-summary-toggle-disp-msg): Ditto.
730
731 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
734
735         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
736         (wl-summary-forward): Use elmo-message-entity-field instead of
737         elmo-message-field.
738
739         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
740
741 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-summary.el (wl-summary-window-scroll-functions): No use
744         `append'.
745
746 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
747
748         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
749         function.
750         (wl-summary-window-scroll-functions): Call it when both
751         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
752         (wl-summary-temp-mark): Added optional argument number.
753         (wl-summary-message-mark): Added optional argument flag.
754         (wl-summary-persistent-mark): Added optional argument number and flag.
755         (wl-summary-update-persistent-mark): Ditto.
756         (wl-summary-update-status-marks): Set "r" for interactive spec.
757
758         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
759         argument number and flag.
760
761         * wl-action.el (wl-summary-registered-temp-mark): 
762         Do nothing when wl-summary-buffer-temp-mark-list is nil.
763
764 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
767         internal variable (buffer local).
768         (wl-summary-window-scroll-functions): New function.
769         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
770         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
771         as nil.
772         (wl-summary-update-status-marks): Added arguments beg, end and
773         check.
774         (wl-summary-update-mark-window): Use function.
775         (wl-summary-sync-update): Follow the change above.
776         (wl-summary-switch-to-clone-buffer): Copy
777         wl-summary-buffer-unsync-mark-number-list.
778         (wl-summary-goto-folder-subr): Set
779         wl-summary-buffer-unsync-mark-number-list and
780         use wl-summary-window-scroll-functions insteaf of
781         wl-summary-lazy-highlight.
782
783         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
784
785 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
788
789         * wl-summary.el (wl-summary-update-persistent-mark): Call
790         wl-summary-set-message-modified.
791
792         * wl-summary.el (wl-summary-sync-update): Don't call
793         wl-summary-update-status-marks.
794
795         * Version number is increased to 2.11.18.
796
797 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
798
799         * wl-message.el (wl-message-prev-page): Use save-selected-window.
800         (wl-message-next-page): Ditto.
801
802 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
803
804         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
805         local variable.  Change the order of a collected list into the
806         same as the specified range.  Remove nil from a collected list.
807
808 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-summary.el (wl-summary-insert-headers): Set visible-only
811         argument for elmo-folder-list-messages.
812
813 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
816         change (wl-summary-count-unreads return a list instead of a cons
817         cell).
818
819 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
820
821         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
822         `wl-summary-folder-info-update'.
823
824 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-summary.el (wl-summary-set-message-modified): No use
827         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
828         (wl-summary-set-mark-modified): Abolish.
829         (wl-summary-mark-modified-p): Ditto.
830         (wl-summary-save-view): Follow the change above.
831
832         * wl-expire.el (wl-summary-expire): Likewise.
833
834 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
835
836         * wl-summary.el (wl-summary-detect-mark-position): Use
837         modb-entity-handler.
838         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
839
840         * Version number is increased to 2.11.17.
841
842 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
843
844         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
845         entity field value.
846         (wl-summary-prefetch-msg): Ditto.
847         (wl-summary-print-message-with-ps-print): Ditto.
848
849 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
850
851         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
852         for dummy entity.
853         (wl-summary-insert-thread): Use elmo-message-entity-field.
854         (wl-summary-update-thread): Use elmo-message-entity-field and
855         elmo-message-entity-number.
856         (wl-summary-line-number):  Use elmo-message-entity-number.
857         (wl-summary-line-size): Use elmo-message-entity-field.
858         (wl-summary-line-subject): Ditto.
859         (wl-summary-line-from): Ditto.
860         (wl-summary-line-attached): Ditto.
861         (wl-summary-create-line): Ditto.
862         (wl-summary-create-line): Use elmo-message-entity-number.
863         (wl-summary-print-message-with-ps-print): Use
864         elmo-message-entity-field.
865
866 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
867
868         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
869         change in elmo-msgdb-make-message-entity.
870         (wl-summary-buffer-set-folder): Don't call
871         wl-summary-detect-mark-position here.
872         (wl-summary-rescan): Call elmo-message-entity-number.
873         (wl-summary-sync-update): Ditto.
874         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
875
876         * wl-score.el (wl-score-header-index): Redefine 2th element.
877         (wl-score-overview-entity-get-extra): Abolish.
878         (wl-score-ov-entity-get): Rewrite.
879         (wl-score-string-index<, wl-score-string-func<): Abolish.
880         (wl-score-string<): New function.
881         (wl-score-string-sort): Use it.
882
883         * wl-refile.el (wl-refile-guess-by-history): Use
884         elmo-message-entity-field.
885         (wl-refile-guess-by-from): Ditto.
886         (wl-refile-guess-by-msgid): Ditto.
887
888         * Version number is increased to 2.11.16.
889
890 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-folder.el (wl-folder-confirm-existence): Don't call
893         file-exists-p if msgdb-path is nil.
894         * wl-summary.el, wl-draft.el, wl-action.el: Rename
895         `wl-read-folder-hist' to `wl-read-folder-history'.
896
897 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
898
899         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
900         `y-or-n-p'.
901
902 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-score.el (wl-score-headers): Don't use
905         elmo-folder-do-each-message-entity.
906
907         * Version number is increased to 2.11.15.
908
909 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
910
911         * wl-summary.el (wl-summary-delete-all-msgs): Use
912         elmo-folder-move-messages instead of elmo-folder-delete-messages
913         and elmo-folder-detach-messages.
914         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
915
916         * wl-expire.el (wl-expire-delete): Ditto.
917         (wl-expire-refile-with-copy-reserve-msg): Ditto.
918
919 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
920
921         * wl-vars.el (wl-message-use-header-narrowing): New user option.
922         (wl-message-header-narrowing-fields): Ditto.
923         (wl-message-header-narrowing-lines): Ditto.
924         (wl-message-header-narrowing-string): Ditto.
925
926         * wl-summary.el (wl-summary-mode-map): Bind
927         wl-summary-toggle-header-narrowing to "C-cC-f".
928         (wl-summary-toggle-header-narrowing): New function.
929
930         * wl-message.el (wl-message-buffer-create): Call
931         wl-message-header-narrowing-setup.
932         (wl-message-redisplay): Call wl-message-header-narrowing.
933         (wl-message-header-narrowing): New function.
934         (wl-message-header-narrowing-map): New keymap.
935         (wl-message-header-narrowing-widen-map): New keymap.
936         (wl-message-header-narrowing-again-at-mouse): New function.
937         (wl-message-header-narrowing-1): Ditto.
938         (wl-message-header-narrowing-widen-at-mouse): Ditto.
939         (wl-message-header-narrowing-setup): Ditto.
940         (wl-message-header-narrowing-toggle): Ditto.
941         
942         * wl-highlight.el (wl-message-header-narrowing-face): New face.
943
944         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
945         'flag as all.
946         (wl-use-flag-folder-help-echo): New user option.
947
948         * wl-summary.el (wl-summary-detect-mark-position): Bind 
949         wl-summary-highlight as nil.
950         (wl-summary-set-mark-modified): Follow the API change.
951         (wl-summary-mark-modified-p): Ditto.
952         (wl-summary-mark-as-read-all): Ditto.
953         (wl-summary-sync-marks): Don't call
954         elmo-folder-list-messages-with-global-mark.
955         (wl-summary-mark-as-read-internal): Follow the API change.
956         (wl-summary-mark-as-answered-internal): Ditto.
957         (wl-summary-mark-as-important): Cause an error when 'flag folder;
958         Follow the API change.
959         (wl-summary-create-line): Call with number argument.
960         (wl-summary-reply): Follow the API change.
961
962         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
963         function.
964         (wl-highlight-summary-line-string): Call it when
965         wl-use-flag-folder-help-echo is non-nil.
966         (wl-highlight-summary-current-line): Ditto.
967         (elmo-flag-folder-referrer): Added autoload setting.
968
969         * wl-draft.el (wl-draft-kill): Follow the API change.
970
971         * Version number is increased to 2.11.14.
972         
973 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
976
977 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * Version number is increased to 2.11.13.
980
981 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-draft.el (wl-draft-previous-history-element): Fixed
984         unbalanced parenthesis and bind unbound local variables.
985
986 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-draft.el (wl-draft-previous-history-element): New function.
989         (wl-draft-next-history-element): Ditto.
990         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
991         them to M-p and M-n.
992
993 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * Version number is increased to 2.11.12.
996
997 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
998
999         * wl-draft.el (wl-draft-hide): Select buffer-window.
1000
1001 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1002
1003         * wl-summary.el (wl-summary-narrow-to-region): New function.
1004         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1005         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1006         (wl-summary-save-region): Use it.
1007         * wl-action.el (wl-summary-collect-numbers-region)
1008         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1009
1010 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-folder.el (wl-folder-count-incorporates): Don't use
1013         `elmo-msgdb-mark-load'
1014
1015         * Version number is increased to 2.11.11.
1016
1017 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1020         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1021
1022 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1025
1026 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * Version number is increased to 2.11.10.
1029
1030 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-mime.el (wl-draft-attribute-value): Fixed.
1033
1034 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-util.el (wl-copy-local-variables): New function.
1037
1038         * wl-mime.el (wl-draft-attribute-recipients): New function.
1039         (wl-draft-attribute-envelope-from): Ditto.
1040         (wl-draft-attribute-smtp-posting-server): Ditto.
1041         (wl-draft-attribute-smtp-posting-port): Ditto.
1042         (wl-draft-attribute-value): Ditto.
1043         (wl-draft-preview-message): Use it to get value for
1044         attributes. Reflect result of `wl-draft-config'.
1045
1046         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1047         and call `wl-summary-mark-as-read' before to call
1048         `wl-summary-unset-mark'.
1049         (wl-summary-target-mark-mark-as-unread): Likewise.
1050         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1051
1052 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1053
1054         * wl-mime.el (wl-draft-preview-message): Use actual value for
1055         attributes; Fix for small window.
1056
1057 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-refile.el (wl-refile-get-field-value): Call
1060         `elmo-message-entity-field' with 3rd argument is non-nil.
1061
1062 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1063
1064         * wl-vars.el (wl-draft-preview-attributes): New user option.
1065         (wl-draft-preview-attributes-list): Ditto.
1066         (wl-draft-preview-attributes-buffer-lines): Ditto.
1067         (wl-draft-preview-attributes-buffer-name): Ditto.
1068
1069         * wl-mime.el (wl-draft-preview-message): Display attributes.
1070
1071 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-detect-mark-position): Bind
1074         wl-summary-flag-priority-list to '(new).
1075
1076 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1079         funtion.
1080         (wl-highlight-summary-line-string): Use it.
1081         (wl-highlight-summary-current-line): Ditto.
1082
1083 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1086         line even when the mark string is not changed.
1087
1088         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1089         argument change in the wl-summary-create-line.
1090         (wl-thread-insert-entity-sub): Ditto.
1091
1092         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1093         argument change in the wl-summary-create-line.
1094         (wl-summary-insert-sequential): Ditto.
1095         (wl-summary-update-thread): Ditto.
1096         (wl-summary-persistent-mark-string): New inline function.
1097         (wl-summary-message-mark): Use it.
1098         (wl-summary-create-line): Abolish argument wl-persistent-mark
1099         and added wl-flags, wl-cached.
1100
1101         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1102         mark to flags.
1103         (wl-highlight-summary-current-line): Decide the face not by the 
1104         persistent mark but flags.
1105
1106 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1109         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1110         wl-summary-read-uncached-mark): Revive.
1111         (wl-summary-answered-cached-mark,
1112         wl-summary-answered-uncached-mark): New user option.
1113         (wl-summary-score-marks): Follow the change above.
1114         (wl-summary-auto-refile-skip-marks): Ditto.
1115         (wl-summary-incorporate-marks): Ditto.
1116         (wl-summary-expire-reserve-marks): Ditto.
1117         (wl-summary-flag-priority-list): New user option.
1118
1119         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1120         changes.
1121         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1122         of elmo-message-mark.
1123         (wl-summary-mark-as-read-internal): Ditto.
1124         (wl-summary-mark-as-answered): Ditto.
1125         (wl-summary-mark-as-important): Ditto.
1126         (wl-summary-redisplay-internal): Ditto.
1127         (wl-summary-redisplay-no-mime-internal): Ditto.
1128         (wl-summary-message-mark): New function.
1129         (wl-summary-insert-sequential): Use wl-summary-message-mark
1130         instead of elmo-message-mark.
1131         (wl-summary-update-thread): Ditto.
1132         (wl-summary-persistent-mark): Ditto.
1133         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1134         instead of elmo-message-mark.
1135
1136         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1137         wl-summary-message-mark instead of elmo-message-mark.
1138         (wl-thread-insert-entity-sub): Ditto.
1139         (wl-thread-get-children-msgs-uncached): Ditto.
1140
1141         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1142         variable name changes.
1143         (wl-highlight-summary-current-line): Ditto.
1144
1145         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1146         wl-summary-message-mark instead of elmo-message-mark.
1147
1148         * wl-expire.el (wl-expire-message-p): Ditto.
1149
1150         * wl-score.el (wl-score-headers): Ditto.
1151
1152         * Version number is increased to 2.11.9.
1153
1154         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1155         (wl-summary-sync-update): Follow the change above.
1156         (wl-summary-switch-to-clone-buffer): Ditto.
1157         (wl-summary-open-folder): Ditto.
1158
1159 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1162         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1163
1164         * Version number is increased to 2.11.8.
1165
1166         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1167
1168         * wl-expire.el (wl-expire-refile): Follow the API change on
1169         `elmo-folder-move-messages'.
1170         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1171
1172         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1173         (wl-summary-exec-action-refile): Ditto.
1174         (wl-summary-exec-action-copy): Ditto.
1175         (wl-summary-no-auto-refile-message-p): No use
1176         `wl-summary-buffer-msgdb'.
1177         (wl-summary-auto-refile): Ditto.
1178
1179 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1182
1183 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-summary.el (wl-summary-sync): Treat no-sync.
1186
1187         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1188         (wl-default-sync-range): Ditto.
1189
1190 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-refile.el (wl-refile-subject-learn): Call
1193         `elmo-message-entity-field' with 3rd argument is non-nil.
1194         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1195         instead of `elmo-msgdb-overview-entity-get-subject'.
1196
1197 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1200         scan-type is rescan.
1201         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1202         new optional argument force is non-nil.
1203         (wl-summary-save-view-cache): Call it with force argument non-nil.
1204
1205         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1206
1207 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-action.el (wl-summary-print-argument): Fixed last change.
1210
1211 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1214         simplified.
1215         (wl-summary-target-mark-mark-as-unread): Likewise.
1216         (wl-summary-target-mark-mark-as-important): Likewise.
1217
1218 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1221         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1222         (wl-summary-mark-as-important-region): Change accordingly.
1223         (wl-summary-target-mark-mark-as-important): Ditto.
1224
1225 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1228
1229         * wl-action.el (wl-summary-print-argument): Print argument to
1230         right side of window if `wl-summary-print-argument-within-window'
1231         is non-nil.
1232
1233 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-action.el (wl-summary-set-mark): Use
1236         `wl-summary-message-visible-p' to check visibility of the message
1237         and jump to message only when the message line is visible and have
1238         different number; Call wl-summary-unset-mark with number argument.
1239         (wl-summary-unset-mark): 
1240         Use `wl-summary-message-visible-p'
1241         to check visibility of the message and jump to message only when
1242         the message line is visible and have different number;
1243
1244 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1245
1246         * Version number is increased to 2.11.7.
1247
1248         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1249         and wl-folder-summary-line-format.
1250
1251         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1252         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1253         (wl-summary-set-score-mark): Use it.
1254         (wl-summary-target-mark-mark-as-read): Ditto.
1255         (wl-summary-target-mark-mark-as-unread): Ditto.
1256         (wl-summary-target-mark-mark-as-important): Ditto.
1257         (wl-summary-target-mark-msgs): Simplified.
1258         (wl-summary-detect-mark-position): Fixed problem when
1259         summary-line-format no contain persisten/temp mark spec.
1260         (wl-summary-temp-mark): Ditto.
1261         (wl-summary-persistent-mark): Ditto.
1262         (wl-summary-update-persistent-mark): Ditto.
1263
1264         * wl-action.el (wl-summary-set-mark): Ditto.
1265         (wl-summary-unset-mark): Ditto.
1266         All other related portions are changed.
1267
1268 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * Version number is increased to 2.11.6.
1271
1272 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1273
1274         * wl-util.el (wl-current-message-buffer): Define as function;
1275         Don't use the value of wl-messge-buffer.
1276
1277         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1278         persistent mark.
1279
1280         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1281         no current message, cause an error.
1282
1283 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-summary.el (wl-summary-set-message-modified): Use
1286         elmo-folder-set-message-modified instead of
1287         elmo-folder-set-message-modified-internal.
1288
1289 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1292         interactively.
1293         (wl-summary-sync): nokill->entirely.
1294         (wl-summary-sync-marks): Fixed message.
1295         (wl-summary-input-range): Added mark, nokill->entirely.
1296
1297         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1298         messages as read.
1299
1300 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1303         update-noscore.
1304         (wl-summary-sync): Follow the change above.
1305
1306 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-action.el (wl-summary-target-mark-all): Use
1309         elmo-folder-list-messages.
1310
1311 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1314         (wl-summary-rescan): Set wl-summary-scored as nil.
1315         (wl-summary-sync-force-update): Follow the change above.
1316         (wl-summary-sync): Ditto.
1317         (wl-summary-sync-update): Added argument disable-killed.
1318         (wl-summary-insert-headers): Set visible-only argument for
1319         elmo-folder-list-messages.
1320         (wl-summary-input-range): Added update-nokill, update-noscore,
1321         all-nokill, all-noscore and mark.
1322
1323         * Version number is increased to 2.11.5.
1324
1325         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1326
1327 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1328
1329         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1330         (wl-summary-prefetch-region-no-mark): Change accordingly.
1331         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1332
1333 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-address.el (wl-complete-field-to): Abolished.
1336         (wl-complete-address): Completion function for completing-read.
1337         * wl-action.el (wl-summary-get-resend-address): Use it.
1338
1339         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1340         wl-summary-update-mark and abolish unused argument.
1341         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1342         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1343         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1344         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1345         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1346         * wl-draft.el (wl-draft-kill): Ditto.
1347
1348         * wl-summary.el: Remove unused binding of case-fold-search.
1349         (wl-summary-replace-status-marks): Abolished.
1350
1351 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1354         is specified or folder length is zero.
1355
1356 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1359         (wl-folder-archive-current-entity): Ditto.
1360
1361 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1364         retrieving message mark.
1365         (wl-summary-redisplay-internal): Ditto.
1366
1367         * wl-message.el (wl-message-buffer-display): Ignore errors while
1368         retrieving message-id field.
1369
1370         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1371         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1372         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1373         order of the arguments for `wl-expire-message-p'.
1374         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1375
1376         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1377         Check return value of wl-summary-reply.
1378         (wl-summary-reply): Recover window configuration when an error occured.
1379
1380 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-summary.el (wl-summary-resend-message): Abolished, the
1383         feature is inherited by wl-summary-resend (put resend mark).
1384
1385 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1388         wl-message-buffer to nil when the message is hide.
1389
1390 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * .cvsignore: New file.
1393
1394 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-action.el (wl-summary-action-docstring): Add more info.
1397         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1398         duplicate definition.
1399         (wl-summary-define-mark-action): Functions wl-summary-*-region
1400         keep current position.
1401         (wl-summary-unregister-target-mark): Store result to the variable.
1402
1403 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * Version number is increased to 2.11.4.
1406
1407 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1408
1409         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1410         wl-summary-delete-all-temp-marks.
1411         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1412
1413         * wl-action.el (wl-summary-set-mark): Changed terminology
1414         refile-destination -> action-argument.
1415         (wl-summary-unset-mark): Ditto.
1416         (wl-summary-remove-argument): Ditto.
1417         (wl-summary-print-argument): Ditto.
1418
1419         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1420         (wl-thread-remove-argument-region): Ditto.
1421         (wl-thread-print-argument-region): Ditto.
1422         (wl-thread-close): Ditto.
1423         (wl-thread-open): Ditto.
1424
1425         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1426         (wl-highlight-refile-destination-face is abolished)
1427         (wl-highlight-action-argument-string): Ditto.
1428         (wl-highlight-summary-current-line): Highlight action argument.
1429
1430         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1431         color for light backgrounds.
1432         (wl-highlight-summary-answered-face): Ditto.
1433
1434 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1435
1436         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1437
1438         * wl-score.el (wl-summary-score-update-all-lines): Use
1439         wl-summary-set-mark.
1440         (wl-summary-score-update-all-lines): Kill expunged messages.
1441
1442         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1443
1444 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1447         directly.
1448         (wl-score-overview-entity-get-lines): Ditto.
1449         (wl-score-overview-entity-get-xref): Ditto.
1450         (wl-score-get-latest-msgs): Ditto.
1451         (wl-summary-rescore): Ditto.
1452
1453         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1454         to "&".
1455         (wl-summary-mark-as-answered-internal): New inline function.
1456         (wl-summary-mark-as-answered): New function.
1457         (wl-summary-mark-as-unanswered): Ditto.
1458         (wl-summary-sync-marks): Modified for answered-mark synching.
1459
1460 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * wl-action.el (wl-summary-set-mark): Fixed last change.
1463
1464 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1465
1466         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1467         behavior of wl-summary-unread-message-hook
1468         (Pointed out by akira yamada <akira@arika.org>).
1469
1470 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1473         wl-summary-delete.
1474         * wl-xmas.el (wl-summary-toolbar): Ditto.
1475
1476         * wl-action.el (wl-summary-set-mark): Don't override current
1477         temp-mark.
1478
1479         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1480
1481 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1482
1483         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1484         (wl-refile-msgid-learn): Ditto.
1485         (wl-refile-get-field-value): Ditto.
1486
1487         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1488
1489         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1490         (wl-expire-delete-reserved-messages): Renamed from
1491         wl-expire-reserve-marked-msgs-from-list.
1492         (wl-expire-delete): Removed argument `msgdb'.
1493         (wl-expire-refile): Ditto.
1494         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1495         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1496         mark-alist as argument.
1497         (wl-expire-archive-number1): Removed argument `msgdb'.
1498         (wl-expire-archive-number2): Ditto.
1499         (wl-expire-archive-date): Ditto.
1500         (wl-expire-localdir-date): Ditto.
1501         (wl-expire-hide): Ditto.
1502         (wl-archive-number1): Ditto.
1503         (wl-archive-number2): Ditto.
1504         (wl-archive-date): Ditto.
1505         (wl-archive-folder): Ditto.
1506         All other related portions are changed.
1507
1508 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1511         mean move up and down. (suggested by Takashi Kawachi)
1512
1513 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-acap.el (toplevel): Don't require un-define.
1516
1517 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-thread.el (wl-thread-delete-message): Always update
1520         wl-summary-buffer-number-list.
1521
1522         * wl-action.el (wl-summary-print-destination): 
1523         Do nothing when folder is nil.
1524
1525 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1528         persistent mark when prefetch is succeeded.
1529
1530 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1531
1532         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1533         instead of elmo-msgdb-delete-msgs.
1534         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1535         (wl-expire-hide): Ditto.
1536
1537         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1538
1539         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1540         elmo-msgdb interface.
1541         (wl-thread-get-exist-children): Likewise.
1542         (wl-thread-insert-message): Likewise.
1543         (wl-thread-msg-mark-as-important): Likewise.
1544         (wl-thread-insert-entity-sub): Likewise.
1545         (wl-thread-get-children-msgs-uncached): Likewise.
1546
1547         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1548         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1549         (wl-summary-sync-update): Likewise.
1550         (wl-summary-auto-select-msg-p): Likewise.
1551         (wl-summary-update-thread): Likewise.
1552         (wl-summary-mark-as-important): Likewise.
1553         (wl-summary-jump-to-msg-internal): Likewise.
1554         (wl-summary-redisplay-internal): Likewise.
1555         (wl-summary-print-message-with-ps-print): Likewise.
1556         (wl-summary-folder-info-update): Likewise.
1557
1558         * wl-folder.el (wl-folder-check-one-entity):
1559         elmo-folder-count-flags instead of wl-summary-count-unread.
1560
1561         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1562
1563         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1564
1565         * wl-summary.el (wl-summary-set-message-modified): 
1566         Call wl-summary-set-mark-modified.
1567         (wl-summary-delete-messages-on-buffer): Call
1568         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1569         (wl-summary-sync-update): Call elmo-folder-length instead of
1570         elmo-folder-messages.
1571         (wl-summary-insert-headers): Don't call
1572         elmo-folder-list-message-entities.
1573
1574 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-action.el (wl-summary-define-mark-action): Call
1577         `wl-summary-set-mark' with argument `data'.
1578         (wl-summary-auto-refile): Fixed order of arguments when call
1579         `wl-summary-refile'.
1580
1581 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1584
1585         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1586
1587         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1588         (Renamed from wl-highlight-summary-deleted-face).
1589         (wl-highlight-summary-resend-face): New face.
1590
1591         (wl-highlight-summary-deleted-face): Renamed from
1592         wl-highlight-summary-erased-face.
1593
1594         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1595
1596         * wl-action.el (wl-summary-get-resend-address): New function.
1597         (wl-summary-exec-action-resend): Ditto.
1598         (wl-summary-exec-action-resend-subr): Ditto.
1599
1600         * w-thread.el (wl-thread-copy): Removed definition.
1601         (wl-thread-refile): Ditto.
1602         (wl-thread-delete): Ditto.
1603         (wl-thread-target-mark): Ditto.
1604
1605         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1606         (wl-summary-target-mark-set-action): Fixed.
1607         (wl-summary-define-mark-action): Fixed quotation.
1608         (wl-summary-move-mark-list-messages): Display message.
1609         (wl-summary-define-mark-action): Define thread functions.
1610         (wl-summary-exec-action-refile): Changed message.
1611         (wl-summary-exec): Ditto.
1612
1613 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1614         
1615         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1616         '%%'.
1617
1618 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * wl.el (toplevel): Require wl-action.
1621         (wl-init): Call wl-summary-define-mark-action.
1622
1623         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1624
1625         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1626         wl-summary-delete and wl-summary-erase.
1627         (wl-summary-mode-map): Ditto.
1628
1629         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1630         wl-delete-folder-alist.
1631
1632         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1633         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1634         (toplevel): Moved mark & action related functions to the wl-action.el.
1635
1636         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1637         in wl-summary-mark-action-list.
1638         (wl-highlight-summary-current-line): Ditto.
1639
1640         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1641         empty lines.
1642
1643         * wl-action.el: New file. 
1644
1645 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1646
1647         * wl-summary.el (wl-summary-target-mark-replace): New function.
1648         (wl-summary-target-mark-prefetch): Use it.
1649         (wl-summary-target-mark-delete): Ditto.
1650         (toplevel): Rearranged definition order.
1651         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1652         (wl-summary-target-mark-erase): Rewrite.
1653         (wl-summary-erase-region): New function.
1654         (wl-summary-exec-action-erase): Changed message.
1655         (wl-summary-move-mark-list-messages): New function.
1656         (wl-summary-exec-action-delete): Use it.
1657         (wl-summary-exec-action-erase): Ditto.
1658
1659         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1660         (wl-summary-skip-mark-list): Added "d".
1661
1662         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1663         while searching.
1664
1665         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1666         and define using defcustom;
1667         Define 4th element as a face.
1668         
1669         * wl-summary.el (wl-summary-incorporate): Use 
1670         `wl-summary-prefetch-region-no-mark' instead of
1671         `wl-summary-prefetch-region'.
1672         (wl-summary-prefetch-region-no-mark): Revival of old
1673         `wl-summary-prefetch-region'.
1674         (wl-summary-mark-action-list): Moved to wl-vars.el
1675
1676         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1677         face according to the `wl-summary-mark-action-list'.
1678         (wl-highlight-summary-current-line): Ditto;
1679         Removed destination highlighting.
1680
1681         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1682         (wl-highlight-summary-line-string): Highlight for "i" mark.
1683         (wl-highlight-summary-current-line): Ditto.
1684
1685         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1686         no destination.
1687
1688         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1689         exists, just go ahead.
1690         (wl-summary-prefetch-region): Rewrite.
1691         (wl-summary-prefetch): Ditto.
1692         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1693         (wl-summary-exec-action-prefetch): New function.
1694         (wl-summary-target-mark-prefetch): Rewrite.
1695
1696 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1699         (wl-highlight-summary-line-string): Added "d" and "D".
1700         (wl-highlight-summary-current-line): Ditto.
1701
1702         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1703         in wl-summary.el.
1704         (wl-thread-insert-entity-sub): Ditto.
1705         (wl-thread-remove-destination-region): Ditto.
1706         (wl-thread-print-destination-region): Ditto.
1707
1708         * wl-summary.el (wl-summary-buffer-refile-list,
1709         wl-summary-buffer-delete-list,
1710         wl-summary-buffer-copy-list): Abolish.
1711         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1712         All other related portions are changed.
1713         (wl-summary-mark-action-list): New variable.
1714         (wl-summary-set-mark): New function.
1715         (wl-summary-register-target-mark): Ditto.
1716         (wl-summary-unregister-target-mark): Ditto.
1717         (wl-summary-have-target-mark-p): Ditto.
1718         (wl-summary-register-temp-mark): Ditto.
1719         (wl-summary-unregister-temp-mark): Ditto.
1720         (wl-summary-registered-temp-mark): Ditto.
1721         (wl-summary-collect-temp-mark): Ditto.
1722         (wl-summary-unset-mark): Ditto.
1723         (wl-summary-set-target-mark): Ditto.
1724         (wl-summary-unset-target-mark): Ditto.
1725         (wl-summary-set-action-generic): Ditto.
1726         (wl-summary-unset-action-generic): Ditto.
1727         (wl-summary-exec-action-delete): Ditto.
1728         (wl-summary-exec-action-erase): Ditto.
1729         (wl-summary-set-action-refile): Ditto.
1730         (wl-summary-set-action-refile-subr): Ditto.
1731         (wl-summary-unset-action-refile): Ditto.
1732         (wl-summary-make-destination-numbers-list): Ditto.
1733         (wl-summary-exec-action-refile): Ditto.
1734         (wl-summary-set-action-copy): Ditto.
1735         (wl-summary-unset-action-copy): Ditto.
1736         (wl-summary-exec-action-copy): Ditto.
1737         (wl-summary-collect-numbers-region): Ditto.
1738         (wl-summary-delete): Rewrite.
1739         (wl-summary-erase): Ditto.
1740         (wl-summary-remove-destination): Ditto.
1741         (wl-summary-exec): Ditto.
1742         (wl-summary-exec-region): Ditto.
1743         (wl-summary-target-mark-erase): Ditto.
1744         (wl-summary-refile): Ditto.
1745         (wl-summary-copy): Ditto.
1746         (wl-summary-unmark): Ditto.
1747         (wl-summary-delete-all-mark): Ditto.
1748         (wl-summary-mark-line): Don't highlight.
1749         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1750         (wl-summary-target-mark-refile-subr): Rewrite.
1751
1752         (wl-summary-copy-prev-destination): Abolish.
1753
1754 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1757         default values along the value of wl-on-mule.
1758         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1759         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1760         It is not used anywhere.
1761
1762 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1763
1764         * wl-summary.el (wl-summary-print-destination): Keep position.
1765         (wl-summary-cursor-move-surface): Keep horizontal position.
1766
1767 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1768
1769         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1770         write sendlog.
1771
1772 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1773
1774         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1775         `wl-summary-highlight'.
1776
1777 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1778
1779         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1780         trivial condition for temp-mark.
1781
1782 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1783
1784         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1785         when it hits killed buffer.
1786
1787 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1788
1789         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1790         * wl-news.el.in: `message' and `error' take format string.
1791
1792 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1793
1794         * wl-folder (wl-folder-insert-entity): Display a message,
1795         `...done', when the work finish.
1796         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1797
1798 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1799
1800         * wl-message.el (wl-message-redisplay): Remove unused local
1801         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1802
1803 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl-summary.el (wl-summary-replace-status-marks): Disable
1806         interactive use.
1807         (wl-summary-reedit): Check message existence at first.
1808         (wl-summary-mark-line): Fix doc, return value is indefinite.
1809
1810         * wl-highlight.el (wl-highlight-message): Arranged.
1811
1812         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1813         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1814         check temp-mark by wl-summary-temp-mark always.
1815         (wl-highlight-summary): Change accordingly.
1816         * wl-summary.el (wl-summary-mark-as-read-all)
1817         (wl-summary-delete-cache, wl-summary-set-score-mark)
1818         (wl-summary-mark-as-unread, wl-summary-unmark)
1819         (wl-summary-mark-line, wl-summary-mark-as-read)
1820         (wl-summary-mark-as-important): Ditto.
1821
1822         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1823         end of the window if possible.
1824         * wl-summary.el (wl-summary-sync-update): Support lazy
1825         highlighting.
1826         (wl-summary-toggle-disp-msg): Ditto.
1827
1828 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1831
1832 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1835         change.
1836
1837 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1838
1839         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1840         API.
1841         (wl-summary-sync-update): Ditto.
1842
1843         * wl-score.el (wl-score-get-score-alist): Changed argument.
1844         (wl-summary-rescore-msgs): Likewise.
1845         (wl-summary-score-headers): Likewise.
1846         (wl-score-headers): Likewise;
1847         Use elmo-folder-do-each-message-entity, etc.
1848         (wl-summary-score-effect): Follow the changes above.
1849         (wl-summary-rescore): Ditto.
1850         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1851         (wl-score-get-overview): Abolish.
1852
1853         * wl-summary.el (wl-summary-default-from): Follow the API change in
1854         elmo-msgdb.
1855         (wl-summary-count-unread): Ditto.
1856         (wl-summary-detect-mark-position): Ditto.
1857         (wl-summary-overview-entity-compare-by-date): Ditto.
1858         (wl-summary-overview-entity-compare-by-number): Ditto.
1859         (wl-summary-overview-entity-compare-by-from): Ditto.
1860         (wl-summary-overview-entity-compare-by-subject): Ditto.
1861         (wl-summary-get-list-info): Ditto.
1862         (wl-summary-rescan): Ditto.
1863         (wl-summary-jump-to-msg-by-message-id): Ditto.
1864         (wl-summary-sync-update): Ditto; Removed comment.
1865         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1866         (wl-summary-insert-message): Use wl-summary-insert
1867         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1868         (wl-summary-insert-headers): Changed argument overview to folder.
1869         (wl-summary-search-by-subject): Likewise.
1870         (wl-summary-insert-thread): Renamed from 
1871         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1872
1873         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1874         too.
1875
1876         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1877         wl-string-member.
1878
1879 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1882         elmo-folder-append-buffer.
1883         (wl-draft-queue-append): Likewise.
1884
1885         * wl-mime.el (wl-message-delete-current-part): Ditto.
1886         (wl-summary-burst-subr): Ditto.
1887
1888         * wl-news.el.in (wl-news-send-news): Ditto.
1889
1890 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1893         function.
1894         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1895         (wl-summary-update-mark): Enclose with save-excursion.
1896         (wl-summary-mark-as-read-internal): Fixed last change.
1897         (wl-summary-mark-as-important): Use 3rd argument of
1898         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1899         Don't use elmo-msgdb-set-mark.
1900         (wl-summary-redisplay-internal): If msgdb flag is already read,
1901         just update the mark on buffer.
1902
1903 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1906         cut visible folder when elmo-folder-delete returns non-nil value.
1907
1908 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1911         by Kenichi OKADA <okada@opaopa.org>).
1912
1913 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1916
1917 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1920         Fixed the last change, search group entity by its real name.
1921         (Thanks to: KOBAYASHI Shinji)
1922
1923 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1926         (wl-fldmgr-access-display-all): Don't refer visible name.
1927         * wl-expire.el (wl-folder-archive-current-entity)
1928         (wl-folder-expire-current-entity): Ditto.
1929         * wl-folder.el (wl-folder-jump-to-current-entity)
1930         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1931         (wl-folder-open-folder-sub,wl-folder-open-all)
1932         (wl-folder-write-current-folder): Ditto.
1933         (wl-folder-insert-entity): Don't use petname for normal group.
1934         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1935         is the real name.
1936         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1937         Abolished.
1938
1939 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1940
1941         * wl-draft.el (wl-draft-create-buffer): Add
1942         `wl-summary-reply-with-citation'
1943
1944 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1945
1946         * wl-draft.el (wl-draft-reply): Fixed.
1947
1948 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1949
1950         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1951         when `wl-draft-send-confirm-with-preview' is non-nil.
1952         You can scroll up/down by j/k.
1953         (wl-draft-send-confirm-with-preview): New variable (default=t).
1954
1955 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1956
1957         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1958         (wl-fldmgr-save-folders): Fix comment.
1959
1960 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1961
1962         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1963         along the last change in `wl-folder-buffer-group-p'.
1964
1965 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1966
1967         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1968         folder.
1969
1970         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1971         the default value.
1972
1973         * wl-mime.el (wl-summary-burst): Update summary only when target
1974         folder equals current folder.
1975
1976 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1977
1978         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1979
1980 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1981
1982         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1983         value.
1984
1985 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1988         `map-extents' instead of `extent-at' repeatedly.
1989         (wl-highlight-folder-current-line): Ditto.
1990
1991         * wl-highlight.el: Remove useless dummy functions.
1992
1993 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1994
1995         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1996         (wl-folder-put-folder-property): New function to put text property.
1997         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1998         (wl-folder-insert-entity, wl-folder-update-diff-line)
1999         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2000         * wl-e21.el, wl-xmas.el, wl-mule.el
2001         (wl-highlight-folder-current-line): Ditto.
2002         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2003         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2004         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2005         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2006
2007 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2008
2009         * Version number is increased to 2.11.3.
2010
2011 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2012
2013         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2014         Resume current-buffer since it is assumed by remaining tasks.
2015
2016 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2017
2018         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2019         (wl-folder-completion-function): Abolished.
2020         (wl-folder-complete-folder): New function.
2021         (wl-folder-complete-filter-condition): Ditto.
2022         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2023         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2024
2025 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2026
2027         * wl-draft.el (wl-draft-send-confirm): New function.
2028         (wl-draft-send): Use it.
2029
2030         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2031         cursor-in-echo-area while confirming.
2032
2033         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2034
2035         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2036         searching via nntp if wl-summary-search-via-nntp is 'force.
2037         Otherwise, invoke searching in nntp folder only.
2038         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2039
2040         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2041         explicitly for mime-make-text-tag.
2042
2043 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2044
2045         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2046         `mime-make-text-tag' instead of `mime-create-tag'.
2047
2048 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2049
2050         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2051         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2052
2053 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2054
2055         * wl-score.el (wl-score-save): Bind print-length and print-level.
2056         (wl-score-pretty-print): Ditto.
2057         (wl-score-edit-insert-header-entry): Ditto.
2058
2059         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2060         "From" entry to be treated with wl-draft-eword-encode-address-list.
2061         * wl-mime.el (wl-draft-preview-message): Ditto.
2062
2063         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2064         (wl-summary-mark-as-unread): Ditto.
2065         (wl-summary-mark-as-read-region): Change accordingly.
2066         (wl-summary-mark-as-unread-region): Ditto.
2067         (wl-summary-target-mark-mark-as-read): Ditto.
2068         (wl-summary-target-mark-mark-as-unread): Ditto.
2069
2070 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2071
2072         * Version number is increased to 2.11.2.
2073
2074 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2075
2076         * wl-news.el.in (wl-news-previous-version-save): Bind
2077         print-length and print-level.
2078         * wl-thread.el (wl-thread-save-entities): Ditto.
2079         (wl-thread-save-top-list): Bind print-length.
2080
2081 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2082
2083         * wl-highlight.el (wl-highlight-summary-line-string): Use
2084         wl-summary-score-below-mark, wl-summary-score-over-mark.
2085         (wl-highlight-summary-current-line): Ditto.
2086
2087 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2088
2089         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2090         insert it.
2091
2092 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2093
2094         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2095
2096 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2099         message without msgid.
2100         Rewrite with elmo-folder-move-messages.
2101         Set wl-message-buffer to nil.
2102
2103         * wl-summary.el (wl-summary-erase-subr): New function. Use
2104         elmo-folder-move-messages.
2105         (wl-summary-erase): Call it.
2106         (wl-summary-target-mark-erase): Ditto.
2107
2108 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2109
2110         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2111         it is not up-tp-date.
2112
2113 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2114
2115         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2116         buffer after calling `wl-summary-goto-folder-subr' without the
2117         argument `interactive'.
2118         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2119
2120 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2121
2122         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2123         `mime-create-tag'. Use `string=' instead of `looking-at'.
2124
2125 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2126
2127         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2128         to avoid compile warning.
2129
2130         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2131         entity-id when folder is given.
2132         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2133         save-excursion, use save-selected-window instead.
2134         Select folder buffer window if exists.
2135         (To correct behavior with wl-folder-move-cur-folder.)
2136
2137 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2138
2139         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2140
2141 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2142
2143         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2144         list-count instead of %d.
2145
2146 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2147
2148         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2149         (wl-news): Set it.
2150         (wl-news-append-to-folder): Use it.
2151
2152         * wl-news.el.in (wl-news-send-news): Append to specified folder
2153         instead of wl-default-folder.
2154         (wl-news-append-to-folder): Show error message with specified folder.
2155
2156         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2157                 In most major modes, Emacs assumes that any opening
2158                 delimiter found at the left margin is the start of a
2159                 top-level definition, or defun. Therefore, *never put an
2160                 opening delimiter at the left margin unless it should have
2161                 that significance.*
2162
2163         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2164
2165 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2166
2167         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2168
2169 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2170
2171         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2172
2173 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2174
2175         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2176         for sequential numbering case.
2177
2178 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2179
2180         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2181         value.
2182         (wl-draft-reply-without-argument-list): Ditto.
2183         (wl-draft-reply-myself-with-argument-list): Abolish.
2184         (wl-draft-reply-myself-without-argument-list): Ditto.
2185         * wl-draft.el (wl-draft-self-reply-p): New function.
2186         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2187
2188 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2189
2190         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2191         (avoid error for the case without byte-compiling)
2192
2193 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2194
2195         * wl-news.el.in (wl-news-append-to-folder): New function.
2196         (wl-news-exit): Rewrite.
2197         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2198
2199 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2200
2201         * wl-draft.el (wl-draft-reply-position): New function.
2202         (wl-draft-reply-position): Fix.
2203         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2204         (wl-summary-target-mark-reply-with-citation): Ditto.
2205         (wl-summary-reply-with-citation): Ditto.
2206         * wl-vars.el (wl-draft-reply-default-position): New variable.
2207
2208 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2209
2210         * wl-draft.el (wl-draft-send): Preview when interactive send.
2211
2212 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2213
2214         * wl-draft.el (wl-draft-reply): Set default position.
2215         * wl-summary.el (wl-summary-reply): Ditto.
2216         (wl-summary-reply-with-citation): Ditto.
2217         (wl-summary-target-mark-reply-with-citation): Ditto.
2218
2219 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2220
2221         * wl-news.el.in (wl-news-lang): Set default value according to
2222         current-language-environment.
2223         (wl-news-append-news): Do nothing when news-list is nil.
2224
2225 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2226
2227         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2228         (wl-news): Change message.
2229         (wl-news-exit): Check buffer.
2230         (wl-news-force-exit): New function.
2231         (wl-news-show-all): New function.
2232         (wl-news-discard-and-exit): Fix.
2233
2234 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2235
2236         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2237         according to current-language-environment.
2238
2239         * wl-news.el.in (wl-news): If arg, show all NEWS after
2240         wl-news-default-previous-version.
2241
2242 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2243
2244         * wl-news.el.in (wl-news-check): Rewritten.
2245         (wl-news-previous-version-load): Change data type.
2246         (wl-news-previous-version-save): Change data type.
2247         (wl-news-append-news): Add return value.
2248         (wl-news-check-news): New function.
2249         (wl-news-already-current-p): New function.
2250         (wl-news-send-news): Rewritten.
2251         (wl-news-mode-map): Add new keybind.
2252         (wl-news): Rewritten.
2253         (wl-news-exit): Rewritten.
2254         (wl-news-discard-and-mail): New function.
2255         (wl-news-send-to-address): Abolished.
2256         * wl.el (wl-init): Delete a message.
2257
2258 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2259
2260         * wl-news.el.in (wl-news-exit): Update previous version.
2261         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2262
2263 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2264
2265         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2266
2267 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2268
2269         * wl-news.el.in (wl-news): New function.
2270         (wl-news-mode): New function.
2271         (wl-news-next-line): New function.
2272         (wl-news-next-page): New function.
2273         (wl-news-exit): New function.
2274         (wl-news-buf-name): New variable.
2275         (wl-news-mode-map): New variable.
2276         (wl-news-winconf): New variable.
2277         (wl-news-append-news): Add an option.
2278
2279 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2280
2281         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2282
2283 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2284
2285         * wl-news.el.in (wl-news-send-to-address): New variable.
2286         (wl-news-send-news): Use it.
2287         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2288         Return updating status.
2289         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2290
2291 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2292
2293         * wl-news.el.in (wl-news-send-news): Delete
2294         Organization and X-Face.
2295
2296 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2297
2298         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2299         (wl-news-append-news): New function.
2300         (wl-news-send-news): New function.
2301
2302 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2303
2304         * Version number is increased to 2.11.1.
2305
2306 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2307
2308         * wl-news.el.in : New file.
2309
2310 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2311
2312         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2313         default value.
2314         (wl-draft-reply-without-argument-list): Ditto.
2315
2316 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2317
2318         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2319         (wl-message-buffer-prefetch-idle-time): Ditto.
2320         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2321
2322 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-thread.el (wl-thread-insert-message): Use
2325         wl-summary-max-thread-depth.
2326
2327         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2328         loop detection.
2329
2330         * wl-message.el (wl-message-buffer-display): Back to the first page
2331         when cache is hit.
2332
2333 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2336
2337         * wl-summary.el (wl-summary-insert-thread-entity):
2338         If the thread depth is reached to wl-summary-max-thread-depth,
2339         divide the thread.
2340
2341 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2342
2343         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2344         for elmo-remove-passwd.
2345
2346 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2349         folder is sticky.
2350         (wl-folder-mark-as-read-all-entity): Ditto.
2351         (wl-folder-prefetch-entity): Ditto.
2352
2353 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2354
2355         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2356
2357 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2358
2359         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2360         Delete messages on buffer for unplugged operation.
2361         (wl-summary-erase): Ditto.
2362
2363 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2364
2365         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2366         take nil so as not to search parent by subject.
2367
2368 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2369
2370         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2371         (wl-folder-get-next-folder): Ditto.
2372         (wl-folder-get-path): Ditto.
2373
2374 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2375
2376         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2377         system and encode the region with it before verifying.
2378
2379 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2380
2381         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2382         system of the echo buffer before decoding.
2383
2384 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2385
2386         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2387         original contents.
2388
2389 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2392         with argument 'any-exists.
2393
2394 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2395
2396         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2397         Use `wl-cs-autoconv'.
2398
2399 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2402         by `mime-view-automatic-conversion'.
2403
2404         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2405         (wl-message-verify-pgp-nonmime): Ditto.
2406         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2407         Bind them to C-c:d and C-c:v respectively.
2408
2409         Merge following code by Teranishi-san from [wl-en:00167].
2410         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2411         (wl-mime-preview-application/pgp-encrypted): Ditto.
2412         (wl-mime-setup): Add entry.
2413
2414 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-summary.el (wl-summary-target-mark-erase): New function.
2417         Bind it to "mD".
2418
2419 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-vars.el (wl-draft-write-file-function): Fix.
2422         (wl-draft-reedit-hook): Changed default value.
2423
2424         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2425         wl-draft-reedit-hook.
2426         (wl-draft-remove-text-plain-tag): New function.
2427         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2428
2429         * wl-vars.el (wl-draft-write-file-function): New user option.
2430
2431         * wl-draft.el (wl-draft-prepare-edit): Use it for
2432         local-write-file-hooks.
2433         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2434
2435         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2436         (wl-draft-insert-mail-header-separator): Return the body beginning
2437         point.
2438         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2439         text/plain.
2440         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2441
2442 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2443
2444         * wl-summary.el (wl-summary-erase): New function to erase message
2445         without moving it to trash. Bind to "D".
2446
2447         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2448         as `keep' unless switch-function.
2449
2450 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2453         message buffer by using `wl-summary-toggle-disp-msg'.
2454         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2455         buffer window.
2456         (wl-summary-supresedes-message): Ditto.
2457
2458         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2459         Do not delete other windows.
2460         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2461         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2462         (wl-draft-create-buffer): Set reply-or-forward also for target
2463         mark commands.
2464
2465 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2466
2467         * wl-draft.el (wl-user-agent-compose): Delete special case for
2468         switch-to-buffer-other-window.
2469
2470         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2471         (wl-summary-forward): Ditto.
2472
2473         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2474         function.
2475         (wl-draft-buffer-style): New use option.
2476
2477         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2478         (wl-draft): Follow the change above.
2479         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2480         wl-draft-buffer-style.
2481         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2482         switch-function.
2483
2484 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2485
2486         * wl-draft.el (wl-user-agent-compose): Delete special case for
2487         switch-to-buffer-other-window.
2488
2489         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2490         (wl-summary-forward): Ditto.
2491
2492         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2493         function.
2494         (wl-draft-buffer-style): New use option.
2495
2496         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2497         (wl-draft): Follow the change above.
2498         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2499         wl-draft-buffer-style.
2500         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2501         switch-function.
2502
2503 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2504
2505         * wl-address.el (wl-address-make-completion-entry): Extracted from
2506         `wl-address-make-completion-list'.
2507         (wl-address-enable-strict-loading): New variable.
2508         (wl-address-make-completion-list): Revive petname duplication
2509         inquiry, and enable it if `wl-address-enable-strict-loading'.
2510         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2511
2512 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-message.el (wl-message-get-original-buffer): Avoid
2515         'Selecting deleted buffer' error when original buffer is killed.
2516
2517 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-summary.el (wl-summary-next-message): Use
2520         elmo-message-accessible-p instead of elmo-message-cached-p.
2521
2522 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2525
2526         * wl-thread.el (wl-thread-open-all-unread): Use
2527         elmo-folder-list-flagged instead of
2528         elmo-folder-list-messages-mark-match.
2529
2530         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2531         instead of elmo-folder-list-messages-mark-match.
2532         (wl-summary-move-spec-alist): New variable.
2533         (wl-summary-move-spec-plugged-alist,
2534         wl-summary-move-spec-unplugged-alist): Abolish.
2535         (wl-summary-next-message): Follow the change above.
2536         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2537         with 'no-msg' argument.
2538
2539         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2540         variable.
2541         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2542         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2543         (wl-message-buffer-prefetch-get-next): Follow the change above.
2544
2545 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-version.el (wl-version): Changed codename.
2548
2549         * Version number is increased to 2.11.0.
2550
2551 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2554         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2555         `wl-draft-config-variables'.
2556         (wl-draft-kill): Fixed problem when the draft is reedit.
2557
2558 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2559
2560         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2561         buffer-modified status (Thanks to
2562         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2563
2564 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-util.el (wl-region-exists-p): New function.
2567
2568         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2569         Remove defvars for byte-compile warnings.
2570
2571 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2574         defvar-maybe. Removed unused bind.
2575
2576 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2577
2578         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2579         summary buffer window before creating new frame.
2580         (wl-draft-reply): Ditto.
2581
2582 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2585
2586 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2587
2588         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2589
2590 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2593         instead of `kill-region'.
2594
2595 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2596
2597         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2598         (wl-highlight-summary-line-string): Use it.
2599         (wl-highlight-summary-current-line): Ditto.
2600
2601         * wl-mime.el (wl-message-delete-current-part): Check the class of
2602         mime-entity.
2603
2604         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2605
2606         * wl-summary.el (wl-summary-make-number-list): Initialize.
2607         (wl-summary-update-mark): New function.
2608         (wl-summary-reply): Put `answered' mark on the message.
2609         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2610
2611         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2612         (wl-draft-reply): Added optional argument `number';
2613         Set wl-draft-parent-number.
2614         (wl-draft-kill): Delete answered mark if it is a reply.
2615
2616 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2619         that originates in mime-preview-follow-current-entity.
2620         (wl-draft-yank-current-message-entity): Use it if region is active.
2621
2622         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2623         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2624         `wl-message-delete-current-part'.
2625         * wl-mule.el (wl-message-define-keymap): Ditto.
2626         * wl-xmas.el (wl-message-define-keymap): Ditto.
2627
2628 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2629
2630         * wl-mime.el (wl-message-delete-current-part): New function.
2631         (wl-mime-node-id-to-string): Ditto.
2632
2633         * wl-mime.el (wl-message-delete-current-part): Use existing
2634         original buffer which corresponds current mime-view buffer.
2635         (fetched buffer might have different structure, possibly)
2636
2637         * wl-mime.el (wl-message-delete-current-part): Quit if the
2638         message content differs from the actual message.
2639
2640 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2641
2642         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2643         order.
2644         (wl-summary-search-by-subject): Search parent message from tail;
2645         Check the existence of the parent message on the current thread tree.
2646         (wl-summary-update-thread): Check whether the line is inserted.
2647
2648 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-vars.el (wl-summary-line-format): Undo last change.
2651         * wl-summary.el (wl-summary-print-destination): Do not put
2652         invisible property when `wl-summary-width' is nil.
2653         (wl-summary-line-subject-minimum-length): Abolished.
2654         (wl-summary-line-subject): Ditto.
2655
2656 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-vars.el (wl-summary-line-format): Change default value.
2659         (wl-summary-subject-length-limit): Abolished.
2660         * wl-summary.el (wl-summary-line-subject): Ditto.
2661
2662 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-template.el (wl-template-select): Added optional argument.
2665         If optional argument is specified, reverse
2666         `wl-template-visible-select'.
2667
2668 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2671         Take prefix argument to force asking the destination folder.
2672
2673 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2674
2675         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2676         count and update status.
2677
2678 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-summary.el (wl-summary-redisplay-internal): If
2681         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2682         after fetching.
2683
2684 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2687         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2688
2689         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2690
2691 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2694         (All other related portions are changed).
2695         (wl-summary-mark-as-read-all): Rewrite.
2696
2697 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2700         `wl-summary-mark-as-read'.
2701         (wl-summary-mark-as-unread): Rewrite.
2702         (wl-summary-mark-as-read): Added no-modeline argument.
2703         (wl-summary-resume-cache-status): Rewrite.
2704         (wl-summary-exec-subr): Remove unused local variable.
2705
2706 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2709         logic to call `wl-summary-buffer-prev-folder-function'.
2710         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2711
2712 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2715         is nil.
2716
2717 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2718
2719         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2720         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2721         (wl-mime-setup): Add its entry.
2722
2723 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2726         (wl-summary-delete-cache): Likewise.
2727         (wl-summary-mark-as-read): Rewrite.
2728
2729 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2732         `wl-summary-count-unread'.
2733
2734         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2735
2736         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2737
2738 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2739
2740         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2741         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2742         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2743         Renamed to the elmo-msgdb-*-mark.
2744         (wl-summary-score-marks): Follow the change above.
2745         (wl-summary-auto-refile-skip-marks): Ditto.
2746         (wl-summary-incorporate-marks): Ditto.
2747         (wl-summary-expire-reserve-marks): Ditto.
2748
2749         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2750         changes.
2751         (wl-thread-insert-top): Changed updating message.
2752
2753         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2754         variable.
2755         (wl-summary-count-unread): Count answered marks.
2756         (wl-summary-rescan): Call wl-summary-insert-message instead of
2757         wl-summary-append-message-func-internal.
2758         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2759         (wl-summary-prefetch-msg): Follow the variable name changes.
2760         (wl-summary-prefetch-region): Ditto.
2761         (wl-summary-mark-as-read-all): Follow the API changes;
2762         Don't call elmo-folder-replace-marks.
2763         (wl-summary-delete-cache): Follow the variable name changes.
2764         (wl-summary-resume-cache-status): Ditto.
2765         (wl-summary-update-status-marks): New function.
2766         (wl-summary-insert-message): New function.
2767         (wl-summary-sync-marks): Follow the variable name changes.
2768         (wl-summary-sync-update): Synchronize to the msgdb, too;
2769         Changed update messages.
2770         (wl-summary-make-number-list): Rewrite.
2771         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2772         (wl-summary-mark-as-unread): Follow the API changes.
2773         (wl-summary-exec-subr): Follow the variable name changes.
2774         (wl-summary-mark-as-read): Ditto.
2775         (wl-summary-move-spec-plugged-alist): Ditto.
2776         (wl-summary-move-spec-unplugged-alist): Ditto.
2777         (wl-summary-cursor-move-surface): Ditto.
2778
2779         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2780         variable name changes.
2781         (wl-highlight-summary-current-line): Ditto.
2782
2783         * wl-expire.el (wl-expire-refile): Follow the API change in
2784         elmo-folder-move-messages.
2785         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2786         (wl-summary-archive): Use elmo-folder-msgdb instead of
2787         elmo-msgdb-load.
2788
2789 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-mime.el (wl-draft-preview-message): Restore the position
2792         before evaluating wl-draft-send-hook in preview buffer.
2793
2794 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2795
2796         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2797         when it creates new draft buffer.
2798
2799         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2800         without argument.
2801
2802         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2803         Evaluate content and if the value is string, insert it.
2804         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2805         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2806         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2807         wl-draft-config-sub-part-bottom): Use it.
2808
2809         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2810         with the folder name. The question was unintelligible when it is
2811         called from wl-save-status.
2812
2813 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2814
2815         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2816         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2817         cannot take second argument).
2818
2819 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2820
2821         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2822         as t. Since type and subtype are not case sensitive (RFC 2045).
2823
2824 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2825
2826         * wl-vars.el (wl-message-mode-line-format): New variable.
2827         (wl-message-mode-line-format-spec-alist): Ditto.
2828         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2829         (wl-message-redisplay): Use wl-message-mode-line-format.
2830
2831 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2834
2835 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2836
2837         * wl-summary.el (wl-summary-default-from): Write description.
2838
2839 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-vars.el (wl-ldap-objectclass): Abolish.
2842
2843         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2844         (wl-ldap-make-filter): Removed condition for objectclass.
2845         (wl-ldap-make-matched-value-list): Remove meaningless process.
2846         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2847         (wl-address-ldap-search): Don't add `*' to `pat' string;
2848         use ignore-errors; added `email';
2849         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2850         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2851         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2852
2853
2854 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2855
2856         * wl-draft.el (wl-draft-parent-folder): Write description.
2857         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2858
2859 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2862         as "" (zero-length string) if no parent.
2863         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2864
2865 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-address.el (wl-address-make-completion-list): Skip duplication
2868         checking.
2869         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2870         `append'.
2871
2872 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2873
2874         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2875         instead of `beginning-of-buffer'.
2876
2877 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2880
2881 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2884         Refer wl-message-buffer-name.
2885         (wl-message-wheel-down): Ditto.
2886
2887 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-vars.el (wl-message-buffer-name): New user option.
2890
2891         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2892         directly instead of making alist dinamically.
2893
2894         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2895         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2896         wl-message-buffer-cache-name.
2897         (wl-message-buffer-cache-clean-up): Ditto.
2898
2899         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2900
2901         * Version number is increased to 2.9.15.
2902
2903 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-vars.el (wl-summary-default-view-alist): New user option.
2906
2907         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2908
2909         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2910         while deleting address.
2911         (wl-draft-delete-myself-from-cc): Ditto.
2912
2913         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2914         If optional argument is specified, reverse sort order.
2915
2916         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2917
2918 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-thread.el (wl-thread-insert-message): Return parent number if
2921         exists.
2922         (wl-thread-update-indent-string-region): Use
2923         wl-thread-update-line-on-buffer-sub instead of
2924         wl-thread-update-line-on-buffer.
2925
2926 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2927
2928         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2929         (wl-folder-close-all): Ditto.
2930
2931 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2932
2933         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2934         and mailing-list:.
2935         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2936         value.
2937         (wl-summary-line-list-info): Print mailing-list name even when 
2938         list-number is empty.
2939
2940 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2941
2942         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2943
2944         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2945         (wl-draft-open-file): Ditto.
2946         (wl-draft-random-alphabet): Ditto.
2947
2948         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2949         bindings.
2950
2951 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2952
2953         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2954         * wl-vars.el (wl-draft-config-alist): Ditto.
2955
2956 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * Version number is increased to 2.9.14.
2959
2960         * wl.el (wl): Don't set wl-init as nil when error occured while
2961         auto-checking folders.
2962
2963         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2964         `elmo-expand-newtext'.
2965
2966 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2967
2968         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2969         `this-command' so that `wl-folder-goto-folder' contained in
2970         `wl-summary-keep-cursor-command' work.
2971
2972 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2973
2974         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2975         message buffer displaying state.
2976
2977 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2978
2979         * wl-vars.el (wl-summary-default-view): New variable to specify
2980         default value for `wl-summary-buffer-view' instead of using
2981         set-default.
2982         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2983
2984 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2985
2986         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2987
2988         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2989
2990 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2991
2992         * wl-vars.el (wl-forward-subject-prefix): New variable.
2993         * wl-draft.el (wl-draft-forward): Use it.
2994
2995 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2996
2997         * wl-message.el (wl-message-prev-page): When it is called without
2998         lines argument, scroll down by wl-message-scroll-amount lines.
2999         (wl-message-next-page): Ditto.
3000         * wl-vars.el (wl-message-scroll-amount): Change default value
3001         to preserve current behavior.
3002
3003 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-summary.el (wl-summary-prefetch-msg): Bind
3006         `wl-message-entity' to call `wl-summary-from-function'.
3007
3008 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3009
3010         * wl-message.el (wl-message-buffer-create): Run
3011         wl-message-buffer-created-hook.
3012
3013 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * wl-summary.el (wl-summary-sort-specs): New variable.
3016         (wl-summary-default-sort-spec): Ditto.
3017         (wl-summary-sort): Rewrite.
3018         (wl-summary-sort-by-list-info): New function.
3019
3020 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3021
3022         * wl-summary.el (wl-summary-get-list-info): New function.
3023         (wl-summary-sort): Rewrite.
3024         (wl-summary-line-list-info): Ditto.
3025         (wl-summary-line-list-count): Ditto.
3026         (wl-summary-refile-region): Fixed docstring.
3027
3028 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3031         `wl-folder-entity-hashtb' as completion table.
3032
3033 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3036         only when this command is called interactively; silence the byte-
3037         compiler.
3038
3039 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3040
3041         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3042         active in XEmacs.
3043
3044 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3045
3046         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3047         plural lines.
3048
3049 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3052         of current line when the cursor is on the header name.
3053         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3054
3055 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3056
3057         * wl-util.el (wl-read-directory-name): Return displayed directory
3058         as the default value also on XEmacs.
3059
3060 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3063         formatting.
3064
3065 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3068         argument and when it is non-nil, check face property before
3069         highlighting for each line.
3070         (wl-highlight-summary-window): Set it.
3071
3072 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3075         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3076
3077         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3078         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3079         (wl-draft-get-fcc-list): Likewise.
3080
3081 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3084         (wl-thread-entity-cur): Ditto.
3085         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3086         wl-thread-indent-regexp setting.
3087         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3088
3089         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3090         wl-summary-lazy-highlight.
3091         (wl-summary-display-bottom): Ditto.
3092
3093         * wl-thread.el (wl-thread-open-close): Likewise.
3094
3095         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3096         from and subject;
3097         Bind wl-draft-use-frame;
3098         Enclose with save-window-excursion;
3099         Use wl-draft-create-buffer instead of with-temp-buffer;
3100         Use wl-draft-prepare-edit;
3101         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3102         Use wl-draft-send instead of wl-draft-raw-send.
3103
3104 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3105
3106         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3107         of using wl-from.
3108
3109 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3112         insert-buffer instead of clone-buffer.
3113         (wl-draft-doing-mime-bcc): New variable.
3114         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3115         infinite loop.
3116         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3117
3118         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3119         (wl-draft-mime-bcc-body): Ditto.
3120
3121         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3122         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3123         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3124         wl-draft-do-mime-bcc.
3125         (wl-draft-mime-bcc-field): New function.
3126         (wl-draft-do-mime-bcc): Ditto.
3127
3128         * wl-address.el (wl-address-complete-header-list): New variable.
3129         (wl-address-complete-header-regexp): Changed default value.
3130
3131         * Version number is increased to 2.9.13.
3132
3133 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3136         it is differed.
3137
3138 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3141         (wl-summary-line-list-count): Ditto.
3142
3143 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3144
3145         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3146         (wl-nntp-posting-function): New variable.
3147         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3148         `wl-nntp-posting-config-alist'.
3149
3150 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3153         FLIM.
3154
3155 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3156
3157         * wl-summary.el (wl-summary-target-mark-refile-sub):
3158         Remove a nuisance funcall.
3159
3160 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3161
3162         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3163         as t for `try-completion'.
3164
3165 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-summary.el (wl-summary-default-from): Use
3168         wl-address-header-extract-address instead of
3169         std11-extract-address-components.
3170         (wl-summary-simple-from): Ditto.
3171         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3172         (wl-summary-insert-headers): Show message.
3173         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3174         for whole line.
3175         (wl-summary-default-from): Revert last change.
3176         (wl-summary-simple-from): Ditto.
3177         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3178         (wl-summary-mark-as-read-region): Follow the change above.
3179         (wl-summary-sync-marks): Ditto.
3180         (wl-summary-target-mark-mark-as-read): Ditto.
3181         (wl-summary-redisplay-internal): Ditto.
3182         (wl-summary-redisplay-no-mime-internal): Ditto.
3183         (wl-summary-redisplay-all-header): Ditto.
3184         (wl-summary-mark-as-read): Removed argument `cached';
3185         Use current cache status to set cache mark.
3186         (wl-summary-redisplay-internal): Follow the change above.
3187         (wl-summary-redisplay-no-mime-internal): Ditto.
3188         (wl-summary-redisplay-all-header): Ditto.
3189
3190         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3191
3192         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3193         Don't call itself recursively (Adviced by Yamaoka-san).
3194
3195 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3198         bind wl-summary-highlight as nil to avoid error caused by missing
3199         local variables.
3200
3201 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-vars.el (wl-invalid-character-message): New user option.
3204
3205         * wl-util.el (wl-set-string-width): If truncated string-width is
3206         larger than specified width, use `wl-invalid-character-message'.
3207
3208 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3209
3210         * wl-summary.el (wl-summary-prefetch-msg): 
3211         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3212
3213 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-vars.el (wl-summary-check-line-format): New user option.
3216         (wl-summary-line-format-file): Ditto.
3217
3218         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3219         variable.
3220         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3221         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3222         and `wl-summary-view-old-p' to check whether do a rescan or not.
3223         (wl-summary-view-old-p): New function.
3224         (wl-summary-line-format-changed-p): Ditto.
3225         (wl-summary-line-format-save): Ditto.
3226         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3227
3228         * wl-util.el (wl-set-string-width): Avoid using negative number
3229         for make-string.
3230
3231 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3234         return value.
3235
3236         * wl-util.el (wl-set-string-width): Added optional argument
3237         `padding' (All other related portions are changed).
3238         (wl-line-parse-format): If the first letter of column number is
3239         `0', zero-padding the result (ex: "%05l").
3240
3241         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3242
3243 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3246         sequential summary view.
3247
3248 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3251         if it doesn't have a -unix version.
3252
3253 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3256
3257 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3260         content.
3261         (wl-draft): Follow the change above.
3262
3263         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3264
3265         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3266         and wl-folder-summary-line-format-alist contain %T and %P.
3267
3268         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3269         (wl-summary-mode-line-format): New user option.
3270         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3271         (wl-summary-line-format): Changed default value.
3272         (wl-summary-lazy-highlight): Changed default value.
3273
3274         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3275         change in wl-summary-create-line.
3276         (wl-thread-insert-entity-sub): Ditto.
3277
3278         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3279         (wl-summary-buffer-unread-status): Ditto.
3280         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3281         (wl-summary-buffer-persistent-mark-column): Ditto.
3282         (wl-summary-buffer-mode-line-formatter): Ditto.
3283         (wl-summary-buffer-mode-line): Ditto.
3284         (wl-summary-message-regexp): Abolished.
3285         (All other related portions are changed.)
3286         (wl-summary-detect-mark-position): New function.
3287         (wl-summary-buffer-set-folder): Setup
3288         wl-summary-buffer-mode-line-formatter.
3289         (wl-summary-mode): Setup selective-display;
3290         Setup pre-idle-hook when xemacs.
3291         (wl-summary-update-modeline): Rewrite.
3292         (wl-summary-jump-to-msg): Define as function;
3293         Changed regexp for searching messages.
3294         (wl-summary-message-number): Rewrite.
3295         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3296         Do rescan when old type summary cache.
3297         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3298         (wl-summary-remove-destination): Use '\r' to detect EOL.
3299         (wl-summary-print-destination): Ditto.
3300         (wl-summary-temp-mark): New inline function.
3301         (wl-summary-persistent-mark): Ditto.
3302         (wl-summary-line-number): New function.
3303         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3304         (wl-summary-line-list-count): New function.
3305         (wl-summary-create-line): Added argument persistent-mark.
3306         (All other related portions are changed)
3307         (wl-summary-create-line): Insert '\r'.
3308         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3309         (wl-summary-cursor-move-surface): New inline function.
3310         (wl-summary-prev): Use it.
3311         (wl-summary-next): Ditto.
3312
3313         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3314         wl-summary-message-regexp.
3315         (wl-highlight-summary): Delete progress message.
3316         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3317
3318         * Version number is increased to 2.9.12.
3319
3320 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3323         variable (nil: no minimum).
3324         (wl-summary-line-subject): Add some spaces after subject by
3325         wl-summary-line-subject-minimum-length.
3326
3327 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3328
3329         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3330         and removed `F'.
3331         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3332         change above).
3333
3334 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * wl-summary.el (wl-summary-line-list-count): Reverted.
3337         (example setting in samples/*/dot.wl is also updated)
3338
3339 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3342
3343         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3344
3345         * wl-vars.el (wl-summary-line-format): Addes some description to the
3346         docstring.
3347
3348         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3349         (wl-summary-line-close-bracket): Ditto.
3350         (wl-summary-line-children-number): Ditto.
3351         (wl-summary-line-thread-indent): Ditto.
3352         (wl-summary-line-children-and-from): Ditto.
3353
3354         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3355         't', 'c', 'F' and added 'C'.
3356
3357         * wl-util.el (wl-set-string-width): Accept negative value.
3358         (wl-line-parse-format): Added "%number(" and "%)".
3359
3360 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-summary.el (wl-summary-line-list-count): Change format of the
3363         return value.
3364
3365 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3366
3367         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3368         from the recent message.el.
3369         (wl-draft-point-in-header-p): Ditto.
3370         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3371         wl-draft-beginning-of-line.
3372         * wl-e21.el (wl-draft-mode-map): Ditto.
3373         * wl-xmas.el (wl-draft-mode-map): Ditto.
3374
3375         * wl-folder.el: Sort macrodefs by dependencies.
3376
3377 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3378
3379         * wl-summary.el (wl-summary-prev): Fixed regexp.
3380         (wl-summary-next): Ditto.
3381
3382 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3385
3386 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3387
3388         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3389         for backward compatibility.
3390
3391 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-summary.el (wl-summary-line-list-count): New function, merged
3394         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3395         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3396         list counts.
3397
3398 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * wl-summary.el (wl-summary-create-line): Ignore errors while
3401         timezone-fix-time.
3402
3403         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3404
3405         * wl-summary.el (wl-summary-sync-update): Ditto.
3406         (wl-summary-default-from): Use wl-message-entity
3407         instead of entity.
3408
3409         * wl-summary.el (wl-summary-create-line): Fix.
3410
3411         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3412         (wl-summary-line-format): New user option.
3413         (wl-folder-summary-line-format-alist): Ditto.
3414         (wl-summary-from-width): Abolished.
3415
3416         * wl-util.el (toplevel): Require 'bytecomp.
3417         (wl-line-parse-format): New function.
3418         (wl-line-formatter-setup): New macro.
3419
3420         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3421         (wl-summary-buffer-line-formatter): New buffer local variable.
3422         (wl-summary-switch-to-clone-buffer): Follow the change above.
3423         (wl-summary-message-regexp): Fix.
3424         (wl-summary-from-func-internal): Abolished.
3425         (wl-summary-subject-func-internal): Ditto.
3426         (wl-summary-subject-filter-func-internal): Ditto.
3427         (All other related portions are changed.)
3428         (wl-summary-buffer-set-folder):
3429         Set up wl-summary-buffer-number-column and 
3430         wl-summary-buffer-line-formatter
3431         (All other related portions are changed.)
3432         (wl-summary-buffer-number-column-detect): Abolished.
3433         (All other related portions are changed.)
3434         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3435         (wl-summary-delete-all-temp-marks-on-buffer): Use
3436         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3437         (wl-summary-target-mark-delete): Ditto.
3438         (wl-summary-target-mark-refile-subr): Ditto.
3439         (wl-summary-target-mark-mark-as-read): Ditto.
3440         (wl-summary-target-mark-mark-as-unread): Ditto.
3441         (wl-summary-target-mark-mark-as-important): Ditto.
3442         (wl-summary-target-mark-save): Ditto.
3443         (wl-summary-replace-status-marks): Renamed from
3444         wl-summary-set-status-marks-on-buffer;
3445         Use wl-summary-message-regexp instead of
3446         wl-summary-buffer-number-regexp.
3447         (wl-summary-sync-update): Follow the change above.
3448         (wl-summary-goto-previous-message-beginning): New function.
3449         (wl-summary-mark-as-unread): Use it.
3450         (wl-summary-mark-as-important): Ditto.
3451         (wl-summary-line-formatter): New variable.
3452         (wl-summary-line-year): New function.
3453         (wl-summary-line-day): Ditto.
3454         (wl-summary-line-day-of-week): Ditto.
3455         (wl-summary-line-hour): Ditto.
3456         (wl-summary-line-minute): Ditto.
3457         (wl-summary-line-open-bracket): Ditto.
3458         (wl-summary-line-close-bracket): Ditto.
3459         (wl-summary-line-children-number): Ditto.
3460         (wl-summary-line-thread-indent): Ditto.
3461         (wl-summary-line-size): Ditto.
3462         (wl-summary-line-subject): Ditto.
3463         (wl-summary-line-from): Ditto.
3464         (wl-summary-line-children-and-from): Ditto.
3465         (wl-summary-create-line): Rewritten.
3466         (wl-summary-format-date): Abolished.
3467
3468         * wl-highlight.el (wl-highlight-summary-current-line): Use
3469         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3470         Use thread structure to detect thread top message.
3471
3472         * wl-draft.el (wl-default-draft-cite): Don't use
3473         wl-summary-from-func-internal.
3474
3475         * wl-refile.el (wl-refile-subject-learn): Don't use
3476         wl-summary-subject-filter-func-internal.
3477         (wl-refile-guess-by-subject): Ditto.
3478
3479         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3480         parameters.
3481
3482         * wl-thread.el (wl-thread-update-indent-string-region):
3483         Use wl-thread-update-line-on-buffer instead of
3484         wl-thread-update-indent-string.
3485         (wl-thread-update-children-number): Redefine using
3486         wl-thread-update-line-on-buffer.
3487         (wl-thread-update-indent-string): Abolished.
3488
3489         * Version number is increased to 2.9.11.
3490
3491 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3492
3493         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3494         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3495         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3496
3497         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3498         as nil.
3499
3500         * wl-thread.el (wl-thread-open-all-unread): Use 
3501         elmo-folder-list-messages-mark-match.
3502         (wl-thread-insert-message): Removed argument `mark-alist'.
3503         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3504         elmo-msgdb-set-mark.
3505         (wl-thread-get-children-msgs-uncached): Likewise.
3506         (wl-thread-get-exist-children): Added argument include-self.
3507         (wl-thread-delete-message): Follow the change above.
3508
3509         * wl-summary.el (wl-summary-count-unread): Removed argument.
3510         (wl-summary-rescan): Follow the change above.
3511         (wl-summary-mark-as-read-region): Ditto
3512         (wl-summary-mark-as-unread-region): Ditto.
3513         (wl-summary-delete-messages-on-buffer): Ditto.
3514         (wl-summary-sync-update): Ditto.
3515         (wl-summary-switch-to-clone-buffer): Ditto.
3516         (wl-summary-goto-folder-subr): Ditto.
3517         (wl-summary-target-mark-mark-as-read): Ditto.
3518         (wl-summary-target-mark-mark-as-unread): Ditto.
3519         (wl-summary-target-mark-mark-as-important): Ditto.
3520         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3521         (wl-summary-update-thread): Removed argument `mark-alist'.
3522         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3523         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3524         (wl-summary-resume-cache-status): Likewise.
3525         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3526         elmo-msgdb-set-mark.
3527         (wl-summary-mark-as-read-all): Likewise.
3528         (wl-summary-delete-cache): Ditto.
3529         (wl-summary-auto-select-msg-p): Ditto.
3530         (wl-summary-mark-as-unread): Ditto.
3531         (wl-summary-no-auto-refile-message-p): Ditto.
3532         (wl-summary-mark-as-read): Ditto.
3533         (wl-summary-mark-as-important): Ditto.
3534         (wl-summary-auto-refile): Follow the change above.
3535         (wl-summary-delete-all-marks): Removed.
3536         (wl-summary-resume-marks-and-highlight): Ditto.
3537         (wl-summary-resume-marks): Ditto.
3538         (wl-summary-delete-important-msgs-from-list): Ditto.
3539         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3540
3541         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3542         wl-summary-count-unread.
3543
3544         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3545         (wl-summary-score-update-all-lines): Use
3546         elmo-msgdb-set-mark.
3547
3548 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3551         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3552         (wl-summary-create-line): Renamed from
3553         wl-summary-overview-create-summary-line;
3554         Argument rearrangement.
3555         (wl-summary-update-thread): Follow the change above.
3556
3557         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3558         (wl-thread-insert-entity-sub): Likewise.
3559
3560         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3561         argument `overview', `mark-alist' and added `msgdb'.
3562
3563         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3564
3565         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3566         (wl-summary-rescan): Follow the change above.
3567         (wl-summary-sync-update): Ditto.
3568         (wl-summary-insert-thread-entity): Ditto;
3569         Don't use `let*' in every while loop;
3570         Detect infinite loop of threads.
3571         (wl-summary-update-thread): Removed argument `overview'.
3572
3573         * wl-thread.el (wl-thread-insert-message): Ditto.
3574
3575         * Version number is increased to 2.9.10.
3576
3577         * wl-message.el (wl-message-redisplay): Ignore errors while
3578         wl-message-redisplay-hook.
3579
3580 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3581
3582         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3583
3584 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl.el (wl): inhibit-quit while wl-folder.
3587
3588 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3591         while msgdb access.
3592
3593 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3596         even if no folder is not created.
3597
3598 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3601
3602         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3603         implementation.
3604         (wl-summary-target-mark-thread): Ditto.
3605
3606         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3607
3608 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3609
3610         * wl-util.el (wl-display-bytes): Remove unused function.
3611
3612 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3613
3614         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3615         seems critical one (partially reverse the change in 2002/03/17).
3616
3617 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3618
3619         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3620         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3621
3622 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3625         is not writable.
3626         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3627         plugged status instead of `'force' as 2nd argument.
3628
3629         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3630         is not creatable.
3631
3632         * Version number is increased to 2.9.9.
3633
3634 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * wl-summary.el (wl-summary-suspend): New function.
3637
3638 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3639
3640         * wl.el (wl): Do not check variables if check is nil.
3641         * wl-utils.el (wl-collect-draft): New function.
3642         * wl-folder.el (wl-folder-suspend): Put summary buffers
3643         and draft buffers at the end of buffer list.
3644         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3645
3646 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3647
3648         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3649         loop instead of recursive call.
3650
3651         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3652         2nd argument.
3653
3654 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-draft.el (wl-draft-create-contents): Don't take neither
3657         (function . args) nor (string . something) any more.
3658
3659         * wl-version.el (wl-generate-user-agent-string): Return string
3660         without header symbol.
3661         * wl-draft.el (wl-draft-default-headers): Use it.
3662
3663         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3664         `wl-draft-insert-ccs' and return field value instead of inserting
3665         the header. Abolish cc argument.
3666         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3667
3668         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3669         rather than one with string car.
3670
3671         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3672         * wl-draft.el (wl-draft-create-contents): Add it after the default
3673         headers.
3674
3675         * wl-draft.el (wl-draft-create-contents): For the case of
3676         (symbol-or-string . function) insert header only when the function
3677         returns string value.
3678
3679 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3680
3681         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3682         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3683
3684 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl.el (wl-check-environment): Don't check Message-ID when
3687         `wl-insert-message-id' is nil.
3688         Revive checking if `wl-message-id-domain' contains "@".
3689
3690 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl.el (wl-check-environment): Merge examination for "@" at
3693         inappropriate position into the first string-match.
3694
3695         * wl-summary.el (wl-summary-target-mark-print): New function.
3696         (wl-summary-pipe-message-subr): Extracted from
3697         `wl-summary-pipe-message'.
3698         (wl-summary-target-mark-pipe): New function.
3699         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3700         `wl-summary-target-mark-pipe'.
3701
3702 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3703
3704         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3705
3706 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl.el (wl-check-environment): Use elmo-warning instead of
3709         error for non-critical ones.
3710         Remove trash folder check.
3711         (wl): Don't ignore error in wl-check-environment.
3712
3713         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3714         check, which is moved from `wl-check-environment'.
3715         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3716
3717 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3720         guess anything, call wl-summary-write.
3721         (wl-summary-write): Create draft with blank To field.
3722         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3723
3724 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3727         argument full as well for wl-folder-write-current-folder.
3728         If wl-*-write-current-folder cannot guess addressee, add blank
3729         To header.
3730         Rewrite condition for positioning cursor.
3731
3732 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3733
3734         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3735         summary buffer is present, use it.
3736         (wl-folder-jump-to-previous-summary): Ditto.
3737
3738 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3741
3742         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3743         wl-summary-previous-buffer and wl-summary-next-buffer.
3744
3745         * wl-folder.el (wl-folder-mode-map): Bind
3746         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3747         (wl-folder-jump-to-next-summary): New function.
3748         (wl-folder-jump-to-previous-summary): Ditto.
3749
3750         * wl-draft.el (wl-draft): Rearranged.
3751
3752 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3755         of header.
3756         (wl-draft): Collect arguments for the header as header-alist.
3757         (wl-draft-forward): Arrange arguments for wl-draft.
3758         (wl-draft-reply): Ditto.
3759         (wl-draft-edit-string): Ditto.
3760         * wl-summary.el (wl-summary-write): Ditto.
3761         (wl-summary-write-current-folder): Ditto.
3762
3763         * Version number is increased to 2.9.8.
3764
3765 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3766
3767         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3768
3769         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3770
3771         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3772         even if the guess failed.
3773
3774         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3775         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3776         wl-summary-write-current-folder.
3777         * wl-xmas.el: Ditto.
3778
3779 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-summary.el (wl-summary-next-page): Force display message if
3782         message is not displayed yet.
3783         (wl-summary-prev-page): Ditto.
3784
3785 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3786
3787         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3788
3789 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3792         add "Preview Message" and "Save Draft and Exit".
3793
3794 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3797         if addrmgr is called from draft in splitted window.
3798
3799         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3800         * wl-mule.el: Ditto.
3801         * wl-xmas.el: Ditto.
3802
3803 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3804
3805         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3806
3807         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3808         * wl-xmas.el (wl-folder-toolbar): Ditto.
3809
3810 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3813         and wl-draft-save-and-exit.
3814         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3815         * wl-xmas.el: Ditto.
3816         * wl-mule.el: Ditto.
3817
3818         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3819         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3820
3821 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3824         lists for saving buffer.
3825
3826 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3827
3828         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3829         parent-folder argument instead of it.
3830         (wl-draft-create-buffer): Ditto.
3831         (wl-draft-forward): Ditto.
3832         (wl-draft-reply): Ditto.
3833         * wl-summary.el (wl-summary-write): Ditto.
3834         (wl-summary-write-current-folder): Ditto.
3835
3836         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3837         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3838         Folder buffer after composing.
3839
3840 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3843         header if the file `wl-x-face-file' already contains it.
3844
3845 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3846
3847         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3848         folder" entry.
3849         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3850         * wl-e21.el (wl-folder-toolbar): Ditto.
3851         * wl-xmas.el (wl-folder-toolbar): Ditto.
3852
3853 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3856         wl-folder-goto-folder with sticky argument.
3857         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3858
3859 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3862         and wl-summary-previous-buffer.
3863         (wl-summary-next-buffer): New function.
3864         (wl-summary-previous-buffer): Ditto.
3865
3866 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3869         wl-folder-jump-to-current-entity-with-arg.
3870         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3871         `wl-folder-jump-to-current-entity'.
3872         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3873         `wl-summary-goto-folder-sticky'.
3874         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3875         `wl-summary-goto-folder'.
3876         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3877         Unless force-exit, do not clean temp. marks for sticky summary.
3878         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3879
3880 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3883         not entire.
3884
3885 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3888         to `C-x C-s'.
3889         (wl-summary-save-status): New command.
3890         (wl-summary-exit): Don't clean-up temp marks when sticky.
3891         (Applied patch from Nakayama-san [wl: 09548])
3892         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3893         Do nothing when no mark data.
3894         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3895         Call `wl-summary-delete-all-temp-marks' before saving.
3896
3897 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3898
3899         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3900
3901 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl.el (wl-check-environment): Also cause error when (system-name)
3904         returns "localhost.localdomain". (Although it doesn't affect because
3905         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3906
3907 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3910         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3911
3912         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3913         value.
3914
3915 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3918         Likewise r-cc-list and r-ng-list.
3919
3920 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3923         only if it is bound as variable.
3924
3925         * wl-mime.el (wl-draft-preview-message): Ditto.
3926
3927 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3930         needless `goto-char'.
3931
3932         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3933         `wl-summary-redisplay-no-mime-internal' instead of
3934         `wl-summary-redisplay-no-mime'.
3935         (wl-summary-redisplay-no-mime): Changed argument;
3936         Call `wl-summary-redisplay-no-mime-internal'.
3937
3938         * wl-mime.el (wl-draft-preview-message): Bind
3939         `mime-header-encode-method-alist' locally.
3940
3941         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3942         (wl-draft-std11-parse-addresses): Added the first address check.
3943         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3944
3945         * Version number is increased to 2.9.7.
3946
3947 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3948
3949         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3950
3951 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3952
3953         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3954         related to scrollbar support, if there is no such a feature
3955         compiled in.
3956
3957 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3958
3959         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3960         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3961         for prefetch.
3962
3963 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3964
3965         * wl-summary.el (wl-summary-pick): Fix for no match.
3966
3967 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3968
3969         * wl-draft.el (wl-draft-save):
3970         Override `mime-header-encode-method-alist'.
3971
3972 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3973
3974         * wl-folder.el (wl-folder-pick): New function.
3975         Define key as "?".
3976
3977 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3980         Fix for unplugged.
3981
3982 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-folder.el (wl-folder-virtual): New function.
3985         Define key as "V".
3986
3987 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3988
3989         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3990         multi folder if entity is group.
3991
3992 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3993
3994         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3995         is nil.
3996
3997 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3998
3999         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4000         (wl-summary-target-mark-msgs): Return the number of marked messages.
4001
4002 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4003
4004         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4005         "first:" is specified.
4006
4007 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-vars.el (wl-from): Use return value of function
4010         user-full-name instead of the variable user-full-name since
4011         XEmacs-20.4 doesn't set this variable.
4012
4013 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4016         call `wl' directly.
4017
4018 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4019
4020         * wl-draft.el (wl-draft-reedit): Removed duplicated
4021         switch-to-buffers.
4022
4023 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * wl.el (wl-other-frame): Removed garbages.
4026
4027 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4028
4029         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4030
4031         * wl-xmas.el (wl-draft-key-setup): Ditto.
4032
4033         * wl-mule.el (wl-draft-key-setup): Ditto.
4034
4035         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4036         (wl-draft-reedit): Ditto.
4037         (wl-draft-prepare-edit): Add `wl-draft-save' to
4038         `local-write-file-hooks'.
4039         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4040         (wl-draft-reedit): Set buffer-file-name.
4041         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4042
4043
4044         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4045         call it.
4046         (wl-delete-startup-frame-function): New variable.
4047         (wl-other-frame): New function
4048         (Original was written by Yamaoka san [wl: 09239]).
4049
4050         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4051         if `wl-folder-use-frame'.
4052
4053 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4054
4055         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4056
4057 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4058
4059         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4060         New variable.
4061         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4062         (wl-message-buffer-prefetch-get-next): Use them.
4063         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4064
4065 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4066
4067         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4068         with unwind-protect.
4069
4070         * wl-draft.el (wl-draft-reedit): Rewrite.
4071         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4072         (wl-draft-save): Insert header separator if it does not exist;
4073         Removed condition-case.
4074
4075         * wl-summary.el (wl-summary-reedit): Revert last change.
4076
4077         * wl-draft.el (wl-draft-save): Rewrite.
4078         (wl-draft-create-buffer): Set buffer-file-name as nil.
4079
4080         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4081
4082         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4083
4084         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4085         nil.
4086
4087 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4088
4089         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4090         If count is nil, do not prefetch.
4091         (wl-message-buffer-prefetch-next): Next.
4092
4093 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4094
4095         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4096
4097 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4100         `delete-backward-char'
4101         (wl-draft-prepare-edit): Check major-mode.
4102         (wl-draft-decode-header): Rewrite.
4103         (wl-draft): Fix.
4104
4105 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4106
4107         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4108
4109 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4110
4111         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4112         (wl-message-buffer-prefetch-get-next): Remove size checking.
4113         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4114
4115 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4118         (wl-draft-default-headers): Fix.
4119
4120 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4121
4122         * wl-draft.el (wl-draft-default-headers): Insert return value of
4123         `wl-generate-mailer-string-function'.
4124
4125 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4126
4127         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4128         (wl-draft-insert-mail-header-separator): Ditto.
4129
4130         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4131         again (Reverted the change on 2002-01-17 by OKADA san).
4132
4133 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-draft.el (wl-draft): Rewrite.
4136         (wl-draft-create-buffer): New function.
4137         (wl-draft-create-contents): Ditto.
4138         (wl-draft-prepare-edit): Ditto.
4139         (wl-draft-decode-header): Ditto.
4140         (wl-draft-decode-body): Ditto.
4141         (wl-draft-check-new-line): Ditto.
4142         (wl-draft-default-headers): Ditto.
4143         (wl-draft-insert-mail-header-separator): Ditto.
4144
4145 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4146
4147         * Version number is increased to 2.9.6.
4148
4149 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4150
4151         * wl-draft.el (wl-draft-delete-field): Optional argument.
4152         (wl-draft-delete-fields): Ditto.
4153
4154 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4155
4156         * wl-message.el (toplevel): Eliminated byte-compile warning.
4157         for `itimer-function', `delete-timer' and `itimer-list'.
4158
4159 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4160
4161         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4162         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4163         `wl-message-buffer-prefetch-threshold'.
4164         * wl-summary.el (wl-summary-redisplay-internal): Remove
4165         the check of `wl-message-buffer-prefetch-depth'.
4166
4167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4168
4169         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4170         size of article.
4171         (wl-message-buffer-prefetch-subr): Remove size check.
4172
4173 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-vars.el (wl-plugged): Make customizable.
4176
4177 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4178
4179         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4180         (wl-message-buffer-prefetch-set-timer): New function.
4181         (wl-message-buffer-prefetch-get-next): New function.
4182         (wl-message-buffer-prefetch): New function.
4183         (wl-message-buffer-prefetch-next): Rewrite.
4184         (wl-message-buffer-prefetch-subr): Rewrite.
4185         * wl-vars.el (wl-auto-prefetch-first): New variable.
4186         * wl-summary.el (wl-summary-goto-folder-subr): Call
4187         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4188
4189 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4192         `wl-summary-unread-message-hook'.
4193
4194 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4195
4196         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4197         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4198         if range is `cache-status'.
4199
4200 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4201
4202         * wl-message.el (wl-message-buffer-prefetch-subr):
4203         Improve debug message.
4204
4205 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4206
4207         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4208         `wl-mail-send-pre-hook'.
4209         (wl-draft-send-mail-with-qmail): Ditto.
4210         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4211
4212 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4213
4214         * wl-message.el (wl-message-buffer-prefetch-subr):
4215         Fix for cancel-function-timers bug.
4216         (wl-message-buffer-prefetch-debug): Default value is t.
4217
4218 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4221         (wl-message-buffer-prefetch-subr): Rewrite.
4222         Rename from `wl-message-buffer-prefetch'.
4223
4224 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4227         (wl-default-draft-cite-decorate-author): Ditto.
4228
4229         * wl-draft.el (wl-draft-cite-function): Removed.
4230         (wl-default-draft-cite-decorate-author): Ditto.
4231
4232 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4235         (wl-default-draft-cite): Do not arrange author name if the value of
4236         `wl-default-draft-cite-decorate-author' is nil.
4237
4238 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4241
4242         * wl-folder.el (wl-folder-check-one-entity): Don't care
4243         `elmo-folder-use-flag-p'.
4244
4245 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-folder (wl-folder-check-one-entity): Fix
4248         problem if unread is nil.
4249
4250 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4251
4252         * wl-address.el (wl-address-make-completion-list): Check whether
4253         the address is a group list.
4254         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4255
4256 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4257
4258         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4259         The number of the messages of new and unread does not count
4260         correctly.
4261
4262         * wl-summary.el (wl-summary-count-unread): Changed to return
4263         `(new . unread)' instead of total.
4264         (wl-summary-sync-update): Follow the change above.
4265
4266         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4267
4268 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-address.el (wl-address-make-completion-list): Do not enclose
4271         address by " <" and ">" if associated realname is "".
4272         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4273         This is against the promblem with group list in .addresses pointed
4274         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4275
4276 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4279         message is a format control string.
4280         * wl-expire.el (wl-expire-append-log): Ditto.
4281         * wl-mime.el (wl-summary-burst-subr): Ditto.
4282         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4283         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4284
4285 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4288         wl.el (wl-check-variables): Rename from `wl-check-type'.
4289         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4290         (wl-check-variables-2): New function.
4291         (wl): Call `wl-check-variables-2'.
4292
4293 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4296         after renaming folder in access group.
4297
4298 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4301         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4302         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4303         (wl-message-buffer-prefetch): Rewrite.
4304         (wl-message-buffer-prefetch-idle-time): Removed.
4305         * wl-summary.el (wl-summary-redisplay-internal):
4306         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4307         Error check for `wl-message-buffer-prefetch-depht'.
4308
4309 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * Version number is increased to 2.9.5.
4312         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4313
4314 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4315
4316         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4317         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4318         Based on the patch written by
4319         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4322
4323         * wl-draft.el (wl-draft-raw-send): Fix for
4324         `wl-news-send-pre-hook'
4325
4326 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-utils.el (wl-message-id-function): New variable.
4329         * wl-draft.el (wl-draft-insert-required-fields):
4330         Use `wl-message-id-function'.
4331
4332 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4335         * wl-utils.el (wl-draft-make-message-id-string):
4336         Use `wl-from' for domain part of Message-ID
4337         if `wl-message-id-use-wl-from' if non-nil.
4338         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4339
4340 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4341
4342         * wl.el (wl): Call `wl-check-type'
4343         Do not 'condition-case'.
4344
4345 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4346
4347         * wl.el (wl-check-type): New function.
4348         (wl-check-type-variables): New variable.
4349
4350 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4353
4354 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4355
4356         * wl-draft.el (wl-smtp-password-key): New function.
4357         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4358         (wl-draft-send-mail-with-smtp): Ditto.
4359         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4360
4361 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4364         * wl-utils.el (wl-unique-id-suffix): Remove.
4365
4366 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4367
4368         * Version number is increased to 2.9.4.
4369
4370 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-utils.el (wl-unique-id-suffix): New variable.
4373         (wl-unique-id): Use `wl-unique-id-suffix'
4374
4375 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4376
4377         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4378         instead of `elmo-msgdb-search'.
4379
4380         * Version number is increased to 2.9.3.
4381
4382 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4383
4384         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4385
4386 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4387
4388         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4389         (wl-draft-dispatch-message): Changed for send-later.
4390         (wl-draft-queue-flush): Ditto.
4391         (wl-draft): Clear `wl-sent-message-queued'.
4392         (wl-draft-reedit): Ditto.
4393         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4394         * wl-vars.el (wl-draft-force-queuing): New variable.
4395         (wl-draft-force-queuing-mail): New variable.
4396         (wl-draft-force-queuing-news): New variable.
4397
4398 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4401         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4402
4403 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4404
4405         * Version number is increased to 2.9.2.
4406
4407 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * wl-draft.el (wl-draft-elide-region): New user command.
4410         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4411
4412         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4413         command `wl-draft-elide-region'.
4414         * wl-mule.el: Ditto.
4415         * wl-xmas.el: Ditto.
4416
4417 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4420         (wl-biff-check-folder-async): Removed needless let.
4421
4422 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4425         wl-folder-get-elmo-folder.
4426         (wl-biff-check-folder): Set `biff' argument of
4427         `wl-folder-check-one-entity'.
4428         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4429
4430         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4431         (wl-folder-check-one-entity): Added `biff' argument;
4432         Setup `biff' slot of folder.
4433
4434         * Version number is increased to 2.9.1.
4435
4436 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4437
4438         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4439         comment out and fixed.
4440         (wl-fldmgr-add-completion-subr): Ditto.
4441
4442         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4443         and msgdb.
4444
4445         * wl.el (wl-toggle-plugged): Save summary view.
4446
4447 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4450
4451 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4452
4453         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4454
4455 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4458         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4459         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4460
4461         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4462         if it was failed.
4463         (wl-demo): Disable undo in the demo buffer.
4464
4465 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * wl-version.el (wl-version): Changed codename.
4468
4469         * Version number is increased to 2.9.0.
4470
4471 2001-12-14  Takuo KITAME <kitame@northeye.org>
4472
4473         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4474         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4475         (wl-folder-mark-as-read-all-current-entity): Ditto.
4476
4477 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-vars.el (wl-from-width): Define as obsolete variable.
4480         (wl-subject-length-limit): Ditto.
4481
4482         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4483
4484         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4485         wl-summary-save-view.
4486
4487         * wl.el (wl-save-status): Ditto.
4488         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4489
4490         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4491         (wl-summary-exit): Follow the change above.
4492         (wl-summary-goto-folder-subr): Ditto.
4493
4494         * wl-folder.el (wl-folder-create-subr): Don't use
4495         `elmo-folder-creatable-p'.
4496
4497 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4500
4501 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4504         rather than bitmap on Emacs 21.
4505         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4506         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4507         for xbm if the new redisplay engine is not available.
4508
4509 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-folder.el (wl-folder-init-hook): New hook.
4512         (wl-folder-init): Run `wl-folder-init-hook'.
4513
4514 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4517
4518 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4519
4520         * wl-acap.el (wl-acap-cache-filename): New variable.
4521         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4522         (wl-acap-init): Use cache if no ACAP server found.
4523
4524 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4525
4526         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4527         `wl-acap-original-msgdb-dir'.
4528
4529         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4530         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4531
4532         * wl-mime.el (wl-mime-save-directory): Renamed from
4533         `wl-mime-save-dir'.
4534
4535 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4538
4539         * wl-demo.el: Require `path-util'.
4540         (wl-demo-bitmap-mule-available-p): New internal variable.
4541         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4542         `module-installed-p' instead.
4543         (wl-demo-insert-image): Use *.img file for a bitmap image.
4544         (wl-demo): Don't call the ascii demo recursively.
4545
4546 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4547
4548         * Version number is increased to 2.7.7.
4549
4550 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl.el (wl-exit): Eliminated byte-compile warning.
4553
4554 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4555
4556         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4557         obsolete variable using `elmo-define-obsolete-variable'.
4558         (wl-fetch-confirm-threshold): Ditto.
4559         (wl-cache-prefetch-folder-type-list): Ditto.
4560         (wl-cache-prefetch-folder-list): Ditto.
4561
4562 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4565         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4566         (wl-demo-insert-image): New function.
4567         (wl-demo-insert-text): New function.
4568         (wl-demo-image-type-alist): Redefine as a function.
4569         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4570         (wl-demo-with-temp-file-buffer): Removed.
4571         (wl-logo-xpm): Removed.
4572         (wl-logo-xbm): Removed.
4573         (wl-logo-bitmap): Removed.
4574
4575 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4576
4577         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4578         (wl-expire-localdir-get-folder-function): New user option.
4579         (wl-expire-localdir-get-folder): New function.
4580         (wl-expire-localdir-date): Ditto.
4581
4582 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4583
4584         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4585         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4586         Fixed unread number mismatch when all-unread < unread.
4587
4588 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4591         (wl-fetch-confirm-threshold): Ditto.
4592
4593         * wl-summary.el (wl-summary-confirm-appends): Removed.
4594         (wl-summary-sync-update): Don't refer
4595         `wl-summary-update-confirm-threshold' (It is now abolished).
4596
4597         * wl-message.el (wl-message-display-internal): Don't refer
4598         `wl-fetch-confirm-threshold' (It is now abolished).
4599
4600 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4603
4604 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4607         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4608         Change default value to nil.
4609         (wl-summary-indent-length-limit): The value can be nil, nil means
4610         unlimited.
4611
4612         * wl-summary.el: Don't set limit for indent length if the value of
4613         wl-summary-indent-length-limit is nil.
4614         If the value of wl-summary-width is nil, it means only that the width
4615         of summary is unlimited (nil doesn't mean that the indent length is
4616         unlimited).
4617
4618         * wl-thread.el: Ditto.
4619
4620 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4621
4622         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4623         be nil, nil means never confirm.
4624         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4625
4626 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4629         means unlimited).
4630
4631 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4632
4633         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4634         Use `with-temp-buffer'.
4635
4636 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4637
4638         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4639         with new backquote style).
4640         (wl-folder-get-entity-from-buffer): Ditto.
4641
4642 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4643
4644         * wl-version.el (nemacs-version): Eliminated.
4645         (wl-extended-emacs-version2): Ignore nemacs.
4646         (wl-extended-emacs-version3): Ditto.
4647
4648 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4649
4650         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4651         (wl-draft-add-in-reply-to): New variable.
4652         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4653         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4654         (wl-draft-yank-from-mail-reply-buffer): Use
4655         `wl-draft-add-in-reply-to'.
4656         (wl-draft-insert-current-message): Ditto.
4657
4658 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4659
4660         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4661         typo (kill->hide).
4662         (wl-message-buffer-prefetch-folder-type-list): Added elements
4663         `mark' and `cache' instead of `internal'.
4664
4665 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4668         resume msgdb directory.
4669
4670 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4671
4672         * wl.el (wl-exit): Call `wl-acap-exit'.
4673
4674         * wl-summary.el (wl-summary-message-string): New function.
4675         (wl-summary-reedit): Use it.
4676         (wl-summary-resend-bounced-mail): Remove needless let.
4677         (wl-summary-supersedes-message): Ditto.
4678         (wl-summary-save): Ditto.
4679
4680         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4681         (wl-acap-init): Set it.
4682         (wl-acap-exit): New function.
4683
4684 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4685
4686         * wl.el (wl-init): Revert (require 'mime-setup). move from
4687         toplevel.
4688
4689 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4690
4691         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4692         local variables.  Add error when guess function return invalid
4693         value.
4694
4695 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4696
4697         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4698         Change local variable name.
4699         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4700         (wl-folder-get-newsgroups): Return nil when non-news folder.
4701         * wl-summary.el (wl-summary-write-current-folder): State through
4702         when guess-list return nil.
4703         (wl-summary-write-current-folder-functions): Fixed docstring.
4704
4705         * wl.el (wl-exit): Changed confirm message.
4706
4707         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4708         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4709
4710         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4711
4712 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4713
4714         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4715         user option (Renamed from wl-cache-prefetch-folder-type-list).
4716         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4717         from wl-cache-prefetch-folder-list).
4718
4719         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4720         Move to wl-vars.el.
4721         (wl-message-buffer-prefetch-p): Changed to enable
4722         `wl-message-buffer-prefetch-folder-list'.
4723
4724         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4725         `ignore-cache'.
4726
4727 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4728
4729         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4730         `part-top' and `part-bottom'.
4731         (wl-draft-config-sub-part-top): New function.
4732         (wl-draft-config-sub-part-bottom): New function.
4733
4734 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4737
4738 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4741
4742 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4745
4746         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4747         (wl-summary-write-current-folder): Ditto.
4748
4749 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-folder.el (wl-folder-get-newsgroups): Use
4752         `elmo-folder-newsgroups'.
4753
4754 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4757         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4758         `wl-draft-config-sub-header-bottom'.
4759
4760 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4761
4762         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4763         localnews folder.
4764
4765 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-summary.el (wl-summary-mode): Undo last change.
4768
4769         * wl-folder.el (wl-folder-mode): Ditto.
4770
4771 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-summary.el (wl-summary-mode): Locally set
4774         truncate-partial-window-width to nil.
4775         (for XEmacs)
4776
4777         * wl-folder.el (wl-folder-mode): Ditto.
4778
4779 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4782
4783 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4786         number.
4787
4788         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4789
4790         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4791
4792         * Version number is increased to 2.7.6.
4793
4794 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4797
4798 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4799
4800         * wl-summary.el (wl-summary-sync-update): Enclose network
4801         related portion with `unwind-protect'.
4802
4803 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4804
4805         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4806
4807 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4810         element.
4811         * wl-vars.el (wl-message-body-button-alist): Ditto.
4812
4813         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4814         max match length.
4815         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4816
4817         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4818         for the max match length;
4819         Use 4th element value for the button string regexp group.
4820
4821         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4822         candidate exists, prompt to select.
4823
4824 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4825
4826         * wl-summary.el (wl-summary-jump-to-msg): Search before
4827         calibration point by `beginning-of-line'.
4828
4829 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4832         for access group.
4833
4834 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-message.el (wl-message-display-internal): Bind
4837         `default-mime-charset'.
4838
4839         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4840
4841         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4842
4843         * Version number is increased to 2.7.5.
4844
4845 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4846
4847         * wl-expire.el (wl-summary-archive): Fixed;
4848         Use `elmo-folder-name-internal'.
4849
4850 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4851
4852         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4853         from `elmo-folder-move-messages' caller.
4854         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4855
4856         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4857         related portions are changed).
4858
4859 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4860
4861         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4862         counter.
4863
4864 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4867         buffer local and set it to nil.
4868
4869         * wl-message.el (wl-message-redisplay): Ditto.
4870
4871 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-summary.el (wl-summary-mark-as-important): If message is
4874         already cached, set messag as read, otherwise encache and mark as read.
4875
4876 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4879         point-min.
4880
4881 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4884         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4885         a keymap.
4886
4887 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4890         parent.
4891
4892         * wl-mule.el (wl-message-define-keymap): Ditto.
4893
4894         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4895
4896         * wl-xmas.el (wl-message-display-internal-hook): Define.
4897         (wl-xmas-setup-message-toolbar): Define as function.
4898         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4899         (wl-message-overload-functions): Abolished.
4900         (wl-message-define-keymap): New function.
4901
4902         * wl-vars.el (wl-message-display-internal-hook): New variable.
4903         (wl-message-header-button-alist): New variable (Renamed from
4904         wl-highlight-message-header-button-alist).
4905         (wl-message-body-button-alist): Ditto.
4906
4907         * wl-mule.el (wl-message-define-keymap): New function.
4908         (wl-message-overload-functions): Abolished.
4909
4910         * wl-message.el (wl-message-add-buttons-to-body): New function.
4911         (wl-message-redisplay): Don't call wl-message-overload-functions;
4912         Call wl-message-add-buttons-to-header and
4913         wl-message-add-buttons-to-body.
4914         (wl-message-display-internal): Set keymap argument for
4915         elmo-mime-display-as-is, elmo-mime-message-display;
4916         Run wl-message-display-internal-hook.
4917         (wl-message-refer-article-or-url): Abolished.
4918
4919         * wl-highlight.el (wl-highlight-headers): Don't call
4920         wl-highlight-message-add-buttons-to-header.
4921         (wl-highlight-message-add-buttons-to-header): Abolished.
4922
4923
4924         * wl-e21.el (wl-message-display-internal-hook): Define.
4925         (wl-e21-setup-toolbar): Deleted duplicated binding.
4926         (wl-e21-setup-message-toolbar): Define as function.
4927         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4928         (wl-message-define-keymap): New function.
4929         (wl-message-overload-functions): Abolished.
4930
4931 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4934         and elmo-folder-close.
4935
4936         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4937
4938 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4939
4940         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4941         boolean value.
4942         * wl-draft.el (wl-draft-do-fcc): Ditto.
4943
4944 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4945
4946         * wl-vars.el (wl-fcc-force-as-read): New variable.
4947         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4948         mark copied message as read.
4949
4950 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4951
4952         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4953
4954 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4955
4956         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4957         `wl-summary-target-above' instead of obsolete variable
4958         `wl-summary-temp-above'.
4959
4960         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4961         instead of `make-obsolete-variable'.
4962         * wl-refile.el (toplevel): Ditto.
4963
4964 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4967         with third argument t.
4968         (wl-draft): Set first argument for wl-plugged-init as t.
4969
4970         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4971         definition.
4972
4973 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4974
4975         * wl-vars.el: Tabify.
4976         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4977
4978         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4979         message.
4980
4981 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4982
4983         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4984         and set default to beep.
4985
4986 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-vars.el (wl-draft-truncate-lines): New variable.
4989
4990         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4991         instead of wl-message-truncate-lines for truncate-lines.
4992
4993 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-message.el (wl-message-display-internal): Call
4996         `wl-highlight-message' after `elmo-mime-display-as-is'.
4997
4998         * wl-mime.el (wl-mime-display-text/plain): New function.
4999         (wl-mime-display-header): Ditto.
5000         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5001         body-presentation-method for text/plain;
5002         Register `wl-mime-display-header' as a header-presentation-method;
5003         Don't set up `elmo-message-text-content-inserted-hook' and
5004         `elmo-message-header-inserted-hook'.
5005
5006         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5007         variable.
5008         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5009         as t if flag is 'all-header;
5010         Don't bind `elmo-message-ignored-field-list',
5011         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5012
5013 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5016         for xemacs with non-mule environment.
5017
5018 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5019
5020         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5021         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5022         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5023
5024 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5025
5026         * wl-vars.el (wl-interactive-send): Set default value as t.
5027
5028 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5031         (wl-addrmgr-method-list): Abolished.
5032         (wl-addrmgr-change-method): Follow above change.
5033
5034         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5035
5036 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-vars.el (wl-message-truncate-lines): Change default value
5039         to default-truncate-lines.
5040
5041         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5042
5043 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5044
5045         * wl-vars.el (wl-message-truncate-lines): New variable.
5046
5047         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5048         wl-message-truncate-lines.
5049
5050 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5051
5052         * wl-acap.el (wl-acap-init): Remove period from error message.
5053         (wl-acap-find-acap-service): Remove period from message.
5054
5055 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl.el (wl-check-environment): Undo last change.
5058
5059         * wl-vars.el (wl-from): Changed default value.
5060
5061         * wl-util.el (toplevel): Don't require tm-edit.
5062
5063         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5064         `wl-folder-init';
5065         Don't set mark on mail body.
5066         (wl-draft-reedit): Ditto.
5067
5068         * wl-address.el (wl-address-quote-specials): Define as an alias for
5069         elmo-address-quote-specials.
5070
5071 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5074
5075         * wl-vars.el (wl-from): Set default value as nil.
5076         (wl-organization): Set default value as ORGANIZATION environment
5077         variable.
5078
5079         * wl-draft.el (wl-smtp-extension-bind): Check value of
5080         wl-smtp-connection-type.
5081
5082         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5083         error.
5084
5085 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5086
5087         * Version number is increased to 2.7.4.
5088
5089         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5090         arguments from `wl-highlight-x-face-function' caller.
5091         Use x-face-1.3.6.12 or later.
5092
5093 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5094
5095         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5096
5097 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5100         (wl-fcc): Fix to accept function.
5101         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5102
5103 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5104
5105         * wl-acap.el (toplevel): Added `product-provide' declare.
5106         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5107
5108 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl.el (wl): Changed order of calling `elmo-init'
5111         and `elmo-folder-init'.
5112
5113 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5114
5115         * wl-mime.el (wl-summary-burst): Extract message when content-type
5116         of root entity is not only `multipart' but also `message/rfc822'.
5117         (wl-summary-burst-subr): Ditto.
5118
5119 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-vars.el (toplevel): Require 'custom.
5122         (wl-trash-folder): Added to `wl-setting' group.
5123
5124         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5125         exists.
5126         (wl-addrmgr-draw): Insert empty line when no entry exists.
5127
5128         * wl-mule.el (wl-message-wheel-up): Fixed.
5129         (wl-message-wheel-down): Ditto.
5130
5131 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5132
5133         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5134         config is an anonymous lambda expression.
5135
5136 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5139         when Mule 2 is running.
5140
5141 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5144
5145 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5148         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5149
5150         * wl-address.el (wl-address-specials-regexp): Eliminated.
5151         (wl-address-quote-specials): Rewrite.
5152
5153 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5156         shy-groups for regexp.
5157
5158         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5159         character classes and Perl style shy-groups for regexp.
5160         (wl-highlight-plugged-current-line): Use Posix style character
5161         classes for regexp.
5162         (wl-e21-highlight-folder-by-numbers): Ditto.
5163         (wl-e21-display-image-p): Use `display-images-p' instead of
5164         `display-graphic-p'.
5165         (display-images-p): Make an alias to `display-graphic-p' if it is
5166         not available.  It is for Emacs version prior to 21.0.105.
5167
5168         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5169         `display-graphic-p'.
5170         (wl-demo-image-type-alist): Ditto.
5171         (display-images-p): Make an alias to `display-graphic-p' if it is
5172         not available.  It is for Emacs version prior to 21.0.105.
5173
5174 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5175
5176         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5177         support.
5178         (wl-generate-user-agent-string): Ditto.
5179
5180         * wl-version.el (wl-version): Update docsting.
5181         (wl-version-status): Ditto.
5182
5183 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5184
5185         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5186         21.0.105.  For Emacs 21.0.104 or earlier.
5187
5188 2001-09-03  Takuo KITAME <kitame@northeye.org>
5189
5190         * wl-e21.el (wl-plugged-init-icons): Use
5191         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5192         (wl-biff-init-icons): Ditto.
5193
5194 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-highlight.el (wl-highlight-summary-current-line):
5197         Fixed highlighting refile/copy destination.
5198
5199         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5200         (wl-acap-store): Encode string by wl-acap-coding-system.
5201
5202 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-acap.el (toplevel): Check and require 'un-define before
5205         'xemacs-ucs;
5206          Added checking for UTF-2000.
5207
5208 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5211         Don't enclose with `eval-and-compile'.
5212
5213         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5214         wl-init is non-nil.
5215
5216         * wl-draft.el (wl-draft): Ditto.
5217
5218         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5219
5220         * wl-acap.el (toplevel): Require 'wl.
5221         (wl-acap-store): Call `elmo-init'.
5222
5223         * wl.el (wl): Changed position of `wl-check-environment'.
5224         (toplevel): Added autoload setting for wl-acap.
5225
5226         * wl-vars.el (wl-setting): New custom group.
5227         (wl-from): Added wl-setting group.
5228         (wl-user-mail-address-list): Ditto.
5229         (wl-organization): Ditto.
5230         (wl-subscribed-mailing-list): Ditto.
5231         (wl-envelope-from): Ditto.
5232         (wl-smtp-posting-user): Ditto.
5233         (wl-smtp-posting-server): Ditto.
5234         (wl-smtp-posting-port): Ditto.
5235         (wl-smtp-authenticate-type): Ditto.
5236         (wl-pop-before-smtp-user): Ditto.
5237         (wl-pop-before-smtp-server): Ditto.
5238         (wl-pop-before-smtp-port): Ditto.
5239         (wl-pop-before-smtp-authenticate-type): Ditto.
5240         (wl-nntp-posting-server): Ditto.
5241         (wl-nntp-posting-user): Ditto.
5242         (wl-nntp-posting-port): Ditto.
5243         (wl-fetch-confirm-threshold): Ditto.
5244         (wl-prefetch-threshold): Ditto.
5245         (wl-thread-insert-opened): Ditto.
5246         (wl-ldap-server): Ditto.
5247         (wl-ldap-port): Ditto.
5248         (wl-ldap-base): Ditto.
5249         (wl-ldap-objectclass): Ditto.
5250         (wl-use-ldap): Ditto.
5251         (wl-draft-config-alist): Ditto.
5252         (wl-draft-config-matchone): Ditto.
5253         (wl-template-alist): Ditto.
5254         (wl-message-sort-field-list): Ditto.
5255         (wl-message-ignored-field-list): Ditto.
5256         (wl-message-visible-field-list): Ditto.
5257         (wl-interactive-send): Ditto.
5258         (wl-summary-move-order): Ditto.
5259         (wl-auto-select-first): Ditto.
5260         (wl-auto-select-next): Ditto.
5261         (wl-interactive-save-folders): Ditto.
5262
5263         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5264         Initialization codes are moved from wl-local-folder-init.
5265         (wl-local-folder-init): Follow the change above.
5266         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5267
5268         * wl-acap.el: New file.
5269
5270         * Version number is increased to 2.7.3.
5271
5272 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5275
5276 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5277
5278         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5279         (wl-addrmgr-address-entry-list): Ditto.
5280
5281 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-e21.el (wl-draft-mode-map): Removed binding for
5284         `wl-draft-insert-x-face-field'.
5285
5286         * wl-mule.el (wl-draft-mode-map): Ditto.
5287
5288         * wl-xmas.el (wl-draft-mode-map): Ditto.
5289
5290         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5291         (wl-cs-autoconv): Ditto.
5292         (wl-cs-local): Ditto.
5293         (wl-use-scoring): Ditto.
5294         (wl-mime-charset): Ditto.
5295         (wl-folder-check-async): Ditto.
5296
5297         * wl.el (toplevel): Ignore nemacs and tm.
5298         (wl-exit): Ditto.
5299
5300         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5301         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5302         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5303         instead of wl-address-petname-add-or-change.
5304         (wl-summary-edit-addresses-subr): Use wl-address-delete
5305         instead of wl-address-petname-delete.
5306
5307         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5308
5309         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5310         if error occured.
5311
5312         * wl-message.el (require): Remove tm support.
5313
5314         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5315
5316         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5317         (wl-folder-jump-to-current-entity): Ditto.
5318         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5319
5320         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5321         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5322         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5323
5324         * wl-mule.el (wl-draft-key-setup): Ditto.
5325
5326         * wl-xmas.el (wl-draft-key-setup): Ditto.
5327
5328         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5329         (wl-draft-std11-parse-addresses): New function.
5330         (wl-draft-parse-mailbox-list): Use it.
5331         (wl-draft): Ignore nemacs.
5332         (wl-draft-reedit): Ditto.
5333
5334         * wl-addrmgr.el: New file.
5335         (Original is wl-rcpt.el written by
5336         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5337         Thanks Kitamoto-san.)
5338
5339         * wl-address.el (wl-address-make-address-list): Modified parsing
5340         process.
5341         (wl-address-delete): Renamed from `wl-address-petname-delete';
5342         Modify wl-address-list too.
5343         (wl-address-add-or-change): Renamed from
5344         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5345
5346 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5347
5348         * wl-highlight.el (wl-highlight-summary-current-line):
5349           Work with transient-mark-mode
5350
5351 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * Version number is increased to 2.7.2.
5354
5355         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5356         instead of elmo-dop-queue-method.
5357
5358 2001-08-06  SAITO Atsunori <sai@yedo.com>
5359
5360         * wl-vars.el (wl-ldap-objectclass): New user option.
5361
5362         * wl-address.el (wl-ldap-make-filter): Use it.
5363
5364 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5367
5368 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-folder.el (wl-folder): redisplay after folder insertion.
5371
5372         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5373
5374         * wl-summary.el (wl-summary-sync-update):
5375         Change status mark only when new-msgdb exists.
5376         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5377
5378 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-summary.el (wl-summary-open-folder): New function.
5381         (wl-summary-goto-folder-subr): Use it.
5382         (wl-summary-mark-as-important): Fix;
5383         Encache only when no cache exists.
5384
5385 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5388         Use with-current-buffer.
5389
5390 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5391
5392         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5393         before call `get-buffer'. Fixed parenthesis.
5394         (wl-score-get-header-entry): Clear message and help window when
5395         keyboard quit.
5396         (wl-score-edit-insert-header): Ditto.
5397
5398 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5401         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5402         (wl-default-draft-cite): Fix.
5403
5404         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5405         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5406
5407 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-message.el (wl-message-prev-page): Do same bahavior
5410         as summary when it is called in the message buffer.
5411         (wl-message-next-page): Ditto.
5412
5413 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-summary.el (wl-summary-forward): Use cache if it is not
5416         section cache.
5417
5418 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5421         Removed redundant require of elmo-vars.
5422         (wl-biff-state-indicator-on): Changed default value for
5423         xemacs with non-mule environment.
5424
5425         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5426         wl-message-buffer is nil;
5427         Hide progress bar after moving messages.
5428
5429 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5432         message at cursor point is deleted.
5433
5434 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-vars.el: Changed file coding system to euc-japan.
5437         Added -*-coding:-*- magic to the first line.
5438
5439         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5440         Search parent from the first message.
5441
5442         * Version number is increased to 2.7.1.
5443
5444 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5445
5446         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5447
5448 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5449
5450         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5451         refile/delete execution.
5452
5453         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5454         Fixed docstring.
5455
5456 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5459         do update process;
5460         Don't update marks when update process is interrupted.
5461
5462 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-summary.el (wl-summary-reply): Fixed problem when
5465         wl-draft-use-frame is non-nil.
5466         (wl-summary-forward): Ditto.
5467
5468         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5469         as nil.
5470         (wl-folder-mark-as-read-all-entity): Ditto.
5471         (wl-folder-prefetch-entity): Ditto.
5472
5473         * wl.el (wl): Check environment before wl-init.
5474
5475         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5476         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5477         instead of wl-summary-collect-unread.
5478         (wl-summary-reply): Split message window.
5479
5480 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5483         only if current language environment is japanese,
5484
5485         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5486         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5487         (wl-folder-goto-folder-subr): Ditto.
5488
5489         * wl-draft.el (wl-draft-dispatch-message): Call
5490         `elmo-file-cache-get-path'.
5491
5492 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-cursor-move): If return value of
5495         wl-summary-next-message is not number, don't jump.
5496
5497 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-summary.el (wl-summary-buffer-next-message-function): New
5500         variable.
5501         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5502         if it is bound.
5503
5504         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5505         string.
5506
5507         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5508         (wl-plugged-drawing): Ditto.
5509
5510 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5513         process.
5514         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5515         with unwind-protect.
5516
5517         * wl.el (wl-init): Require mime-setup.
5518         (wl-check-environment): Don't require mime-setup.
5519
5520         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5521         instead of elmo-folder-type.
5522
5523         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5524         value as nil.
5525
5526 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * Version number is increased to 2.7.0.
5529
5530         * wl-version.el (wl-version): Changed codename.
5531
5532         * wl-summary.el (wl-summary-delete-cache): Fixed.
5533
5534         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5535         Workaround for net folders.
5536         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5537
5538         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5539         value to nil (According to the patch from
5540         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5541
5542         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5543         of elmo-folder-close.
5544
5545 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5546
5547         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5548         for postfix.
5549
5550 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-summary.el (wl-summary-resend-message): Fixed.
5553
5554         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5555         Call wl-draft with `from' argument if its address is included in
5556         `wl-user-mail-address-list'.
5557         (wl-draft): Added `from' argument.
5558
5559         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5560         non-nil.
5561         (wl): Don't show demo if wl-demo is nil.
5562
5563         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5564         wl-summary-use-frame.
5565
5566         * wl-vars.el (wl-summary-use-frame): New user option.
5567         (wl-folder-use-frame): Changed docstring.
5568
5569         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5570         non-nil.
5571         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5572         wl-summary-use-frame.
5573
5574         * wl-vars.el (wl-folder-use-frame): New user option.
5575
5576         * wl-summary.el (wl-summary-exit): Back to folder frame if
5577         wl-folder-use-frame is non-nil.
5578         (wl-summary-redisplay-internal): Ignore cache if current folder
5579         is draft folder,
5580         (wl-summary-redisplay-no-mime): Ditto.
5581         (wl-summary-redisplay-all-header): Ditto.
5582
5583         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5584         if wl-folder-use-frame is non-nil.
5585
5586 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-summary.el (wl-summary-sync-update): Bind
5589         elmo-folder-update-threshold.
5590         (wl-summary-mark-as-important): Enclosed server mark processing
5591         with `save-match-data'.
5592
5593         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5594         only when it is already defined.
5595
5596 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5597
5598         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5599         name of folder exclude localdir is wrong.
5600         * wl-folder.el (wl-folder-sync-entity):
5601         Set `wl-summary-always-sticky-folder-list' as nil.
5602         (wl-folder-mark-as-read-all-entity): Ditto.
5603         (wl-folder-prefetch-entity): Ditto.
5604
5605 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5606
5607         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5608         instead of `wl-summary-write-current-newsgroup'.
5609
5610 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5611
5612         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5613         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5614         non-nil and selected message is important, do not display.
5615
5616 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5617
5618         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5619
5620 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5623
5624         * wl-summary.el (wl-summary-mark-as-important): Set message number
5625         using wl-summary-message-number.
5626
5627 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5628
5629         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5630         destination folder is 'null.
5631
5632 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5633
5634         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5635         New function.
5636         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5637         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5638         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5639
5640 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-mime.el (wl-mime-setup): Added setting for
5643         `mime-setup-signature-key-alist' to avoid overriding key bind for
5644         `wl-draft-send'.
5645
5646         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5647         for `wl-draft-send'.
5648         * wl-mule.el (wl-draft-overload-functions): Ditto.
5649         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5650         * wl-draft.el (wl-draft-send): Ditto.
5651
5652         * wl-message.el (wl-message-display-internal):
5653         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5654         (Patch is provided by <kita@coe.nttdata.co.jp>).
5655
5656 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5659
5660 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5661
5662         * wl.el (wl): Fix for wl-demo.
5663
5664 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5665
5666         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5667
5668 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5669
5670         * wl-folder.el (wl-folder-prefetch-entity): Use
5671         `wl-folder-get-elmo-folder'.
5672         (wl-folder-count-incorporates): Do not use
5673         `wl-folder-get-elmo-folder'.
5674
5675 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5676
5677         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5678         instead of `elmo-folder-get-type'.
5679
5680 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5681
5682         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5683         position on Subject: field.
5684         (Advised by Mito <mit@nines.nec.co.jp>)
5685
5686 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5687
5688         * wl-folder.el (wl-folder-prefetch-entity): Use
5689         `wl-folder-get-elmo-folder'.
5690
5691 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5694
5695         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5696         `process-duplicates' slot.
5697
5698         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5699         if detection failed.
5700
5701 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5702
5703         * wl-version.el (wl-version-status): Set to "alpha".
5704
5705 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5708         Check wl-message-buffer lives before set-buffer.
5709
5710 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5711
5712         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5713         called in folder mode.
5714         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5715         * wl-summary.el (wl-summary-exit-pre-hook): Run
5716         `wl-summary-exit-pre-hook' before exit summary mode.
5717
5718 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5719
5720         * wl-version.el (wl-version-status): New variable.
5721         (wl-version-status-alist): Removed.
5722         (wl-version-status): Rule included.
5723
5724 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5727         @sponichi.
5728
5729         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5730         when `mail-reply-buffer' is buffer-local variable.
5731         (Reported by <kita@coe.nttdata.co.jp>).
5732
5733 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-vars.el (toplevel): Require 'elmo-util.
5736
5737 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5738
5739         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5740         (All other related portions are changed)
5741
5742         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5743
5744         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5745
5746 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5747
5748         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5749
5750 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5753         Delete other windows to avoid an error.
5754         Use `point-marker' instead of `point' to remember the start point
5755         of body.
5756
5757         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5758
5759         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5760         number not to exceed all message number.
5761
5762 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5763
5764         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5765         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5766
5767 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * wl-summary.el (wl-summary-sync-force-update): Added argument
5770         no-check.
5771         (wl-summary-sync-update): Ditto.
5772         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5773         with `no-check'.
5774
5775         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5776         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5777         already running.
5778
5779 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5780
5781         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5782         `dst-folder-arg'.
5783         (wl-expire-archive-number1): Diito.
5784         (wl-expire-archive-number2): Diito.
5785         (wl-expire-archive-Date): Diito.
5786         (wl-archive-number1): Diito.
5787         (wl-archive-number2): Diito.
5788         (wl-archive-date): Diito.
5789         (wl-archive-folder-p): New function.
5790         (wl-summary-expire): Support of expand folder name at
5791         wl-expire-alist.
5792         * wl-util.el (wl-expand-newtext): Renamed from
5793         `wl-refile-expand-newtext'.
5794
5795 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5796
5797         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5798         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5799         `(elmo-msgdb-get-overview msgdb)'.
5800         (wl-summary-prefetch): Bind match data before call
5801         `wl-summay-prefetch-msg'.
5802         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5803         'off if `wl-summary-buffer-disp-msg' is non-nil.
5804         Fixed problem that couldn't show only one new or unread message when
5805         enter folder.
5806         (wl-summary-reply): Don't call `split-window-vertically' and other
5807         window.
5808
5809 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-expire.el (wl-expire-refile): Fixed.
5812
5813 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5816
5817         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5818         biff notification is removed.
5819
5820         * wl.el (wl): Changed position of `elmo-init'.
5821
5822         * wl-draft.el (wl-default-draft-cite): Use date field
5823         on the citation buffer.
5824
5825         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5826
5827         * wl-xmas.el (wl-folder-internal-icon-list): Added
5828         `wl-folder-shimbun-image'.
5829
5830         * wl-e21.el (wl-folder-internal-icon-list): Added
5831         `wl-folder-shimbun-image'.
5832
5833 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl.el (wl-init): Eliminated argument.
5836         (wl): Rewrite.
5837
5838         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5839         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5840         instead of `elmo-folder-msgdb-internal'.
5841         (wl-summary-sync-update): Ditto.
5842         (wl-summary-flush-pending-append-operations): Eliminated.
5843         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5844         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5845         `elmo-folder-open'.
5846
5847         * wl-mime.el (wl-summary-burst): Fixed.
5848
5849         * wl-folder.el (wl-folder-info-save): Check data type.
5850
5851         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5852         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5853         instead of `elmo-folder-msgdb-internal'.
5854         (wl-expire-hide): Ditto.
5855
5856
5857         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5858
5859 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5860
5861         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5862
5863 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5866
5867 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5868
5869         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5870         Fixed `match-beginning' argument mismatch.
5871
5872 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5873
5874         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5875         the default value.
5876
5877 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5880         instead of `elmo-nntp-default-port'.
5881
5882         * wl-vars.el: Fixed some doc strings.
5883
5884 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-summary.el (wl-summary-prefetch-msg): Use
5887         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5888
5889         * wl-vars.el: Define *-func as obsolete variable using
5890         `elmo-define-obsolete-variable'.
5891
5892         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5893         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5894         instead of `wl-message-buffer-prefetch-threshold'.
5895
5896         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5897
5898         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5899
5900         * wl-draft.el (wl-caesar-region-func): Ditto.
5901
5902         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5903         Keep unread status in elmo-folder-move-messages.
5904         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5905
5906 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5909         `wl-summary-buffer-exit-func'
5910         (wl-summary-buffer-message-redisplay-function): Renamed from
5911         `wl-summary-buffer-message-redisplay-func'
5912         (wl-summary-buffer-next-folder-function): Renamed from
5913         `wl-summary-buffer-next-folder-func'.
5914         (wl-summary-buffer-prev-folder-function): Renamed from
5915         `wl-summary-buffer-prev-folder-func'.
5916         (wl-summary-get-petname-function): Renamed from
5917         `wl-summary-get-petname-func'.
5918
5919         * wl-score.el (wl-score-edit-exit-function): Renamed from
5920         `wl-score-edit-exit-func'.
5921
5922         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5923         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5924
5925         * wl-util.el (wl-load-profile-function): Renamed from
5926         `wl-load-profile-func'.
5927
5928         * wl-folder.el (wl-folder-completion-function): Renamed from
5929         `wl-folder-completion-func'.
5930         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5931
5932         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5933         `wl-expire-archive-get-folder-func'.
5934         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5935         (wl-draft-send-mail-function): Renamed from
5936         `wl-draft-send-mail-func'.
5937         (wl-draft-send-news-function): Renamed from
5938         `wl-draft-send-news-func'.
5939         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5940         (wl-generate-mailer-string-function): Renamed from
5941         `wl-generate-mailer-string-func'.
5942         (wl-highlight-signature-search-function): Renamed from
5943         `wl-highlight-signature-search-func'.
5944         (wl-highlight-x-face-function): Renamed from
5945         `wl-highlight-x-face-func'
5946         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5947         (wl-ps-print-buffer-function): Renamed from
5948         `wl-ps-print-buffer-func'
5949         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5950         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5951         (wl-summary-subject-filter-function): Renamed from
5952         `wl-summary-subject-filter-func'.
5953
5954         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5955         `wl-draft-queue-flush-send-func'
5956         (wl-draft-cite-function): Renamed from
5957         `wl-draft-cite-func'
5958
5959         * wl-address.el (wl-address-init-function): Renamed from
5960         `wl-address-init-func'.
5961
5962 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-draft.el (wl-draft-queue-flush): Don't call
5965         `elmo-dop-unlock-message'.
5966         * wl-draft.el (wl-draft-queue-append): Don't call
5967         `elmo-dop-lock-message'.
5968
5969         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5970         (wl-summary-buffer-folder-name): Ditto.
5971         (wl-summary-message-regexp): Added '-' (all other related portions
5972         are changed).
5973         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5974         wl-summary-buffer-folder-name.
5975
5976 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5977
5978         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5979         the number of mails in the folder buffer is not updated by wl-biff.
5980
5981 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5982
5983         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5984         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5985
5986 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-summary.el (wl-summary-next-message):
5989         Return next message number when wl-summary-move-order is nil.
5990
5991 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5992
5993         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5994         `wl-summary-move-spec-alist'.
5995         (wl-summary-move-spec-unplugged-alist): New variable
5996         (Move spec for unplugged status).
5997         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5998         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5999
6000 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6001
6002         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6003         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6004
6005 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6006
6007         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6008         simple quotation to quote the anonymous function.
6009         * tm-wl.el (wl-draft-preview-message): Ditto.
6010
6011 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6012
6013         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6014         Eliminate redundant `save-excursion'.
6015         (wl-highlight-summary-current-line): Ditto.
6016
6017         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6018         accessing match data when `looking-at' failed.
6019
6020         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6021         `elmo-match-string' where users don't care about the speed.
6022         (wl-draft-save): Ditto.
6023
6024 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-util.el (wl-regexp-opt): New function.
6027
6028         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6029         number from `wl-summary-buffer-number-list'.
6030         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6031         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6032         (wl-summary-move-spec-alist): Changed default setting.
6033
6034 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-vars.el (wl-biff-notify-hook): New hook.
6037         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6038         the arrival of new mail.
6039         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6040         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6041
6042 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6045
6046 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6049
6050         * Version number is increased to 2.5.8.
6051
6052         * wl-thread.el (toplevel): require 'cl.
6053         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6054         (wl-thread-make-number-list): New function.
6055         (wl-thread-entity-make-number-list-from-children): Ditto.
6056         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6057         (wl-thread-entity-insert-as-children): Likewise.
6058         (wl-thread-delete-message): Likewise.
6059         (wl-meaning-of-mark): Eliminated.
6060         (wl-thread-next-failure-mark-p): Ditto.
6061         (wl-thread-entity-get-mark): Ditto.
6062         (wl-thread-meaning-alist-get-result): Ditto.
6063         (wl-thread-entity-check-prev-mark): Ditto.
6064         (wl-thread-entity-check-next-mark): Ditto.
6065         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6066         (wl-thread-entity-get-prev-marked-entity): Ditto.
6067         (wl-thread-get-prev-unread): Ditto.
6068         (wl-thread-jump-to-prev-unread): Ditto.
6069         (wl-thread-get-next-unread): Ditto.
6070         (wl-thread-jump-to-next-unread): Ditto.
6071         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6072         (wl-thread-entity-get-next-marked-entity): Ditto.
6073
6074         * wl-summary.el (wl-summary-buffer-number-list):
6075         New bufer-local variable.
6076         (wl-summary-switch-to-clone-buffer): Clone
6077         `wl-summary-buffer-number-list'.
6078         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6079         (wl-summary-cursor-move-regex): Eliminated.
6080         (wl-summary-cursor-up): Rewrite.
6081         (wl-summary-cursor-down): Ditto.
6082         (wl-summary-mode-spec-alist): New variable.
6083         (wl-summary-next-message): New inline function.
6084         (wl-summary-cursor-move): New function.
6085         (wl-summary-default-get-next-msg): Rewrite.
6086         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6087         (wl-summary-rescan): Ditto.
6088         (wl-summary-sync-all-init): Ditto.
6089         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6090         summary is not thread view.
6091         (wl-summary-sync-update): Ditto.
6092         (wl-summary-rescan): Ditto.
6093         (wl-summary-make-number-list): New function.
6094
6095         * wl-draft.el: "FCC" -> "Fcc".
6096
6097 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-highlight.el (wl-highlight-summary-window):
6100         Call `set-buffer-modified-p'.
6101
6102         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6103         (wl): Call `elmo-init' and fix.
6104
6105         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6106         Use new variables.
6107
6108         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6109
6110 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6113
6114 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6115
6116         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6117
6118 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6119
6120         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6121         `wl-use-toolbar' nor `display-graphic-p'.
6122         (wl-e21-setup-message-toolbar): Ditto.
6123         (wl-e21-setup-summary-toolbar): Ditto.
6124         (wl-e21-setup-folder-toolbar): Ditto.
6125
6126         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6127         (wl-plugged-init-icons): Ditto.
6128
6129         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6130         `display-graphic-p'.
6131         (wl-plugged-set-folder-icon): Ditto.
6132         (wl-highlight-plugged-current-line): Ditto.
6133         (wl-highlight-folder-current-line): Ditto.
6134         (wl-e21-highlight-folder-group-line): Ditto.
6135         (wl-e21-setup-toolbar): Ditto.
6136         (wl-e21-display-image-p): New macro.
6137
6138         * wl-demo.el (wl-demo): Simplified.
6139         (wl-demo-image-type-alist): Use `image-type-available-p' for
6140         checking whether the image type `xbm' is available.
6141
6142 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6145         (wl-summary-input-range): Ditto.
6146
6147 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-summary.el (wl-summary-edit-addresses): Use
6150         `wl-summary-get-original-buffer'
6151         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6152         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6153         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6154         (wl-summary-get-newsgroups): Eliminated.
6155         (wl-summary-set-crosspost): Ditto.
6156         (wl-summary-is-crosspost-folder): Ditto.
6157         (wl-crosspost-alist-load): Ditto.
6158         (wl-crosspost-alist-save): Ditto.
6159
6160         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6161         `elmo-setup-subscribed-newsgroups' instead of
6162         `elmo-nntp-make-groups-hashtb'.
6163         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6164         instead of `wl-crosspost-alist-save'.
6165
6166         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6167         of `elmo-folder-message-appendable-p'.
6168         (wl-mime-header-presentation-method): Eliminated.
6169
6170         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6171         (Error occurs in emacs21).
6172
6173         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6174         the current buffer).
6175
6176         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6177         instead of `wl-crosspost-alist-save'.
6178         (wl-init): `elmo-crosspost-message-alist-load'
6179         instead of `wl-crosspost-alist-load'
6180
6181         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6182         (wl-parse-newsgroups): Likewise.
6183         (wl-biff-notify): Run `wl-biff-notify-hook'.
6184
6185 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6186
6187         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6188
6189         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6190         when `wl-summary-lazy-highlight' is non-nil.
6191         (wl-summary-goto-folder-subr): Highlight only when
6192         `wl-summary-lazy-highlight' is non-nil.
6193
6194         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6195         Don't display progress and highlight temp-mark when
6196         `wl-summary-lazy-highlight' is non-nil.
6197         (wl-highlight-summary-window): New function.
6198         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6199
6200 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-summary.el (wl-summary-sync): Change `all-visible'
6203         from `all-shown'
6204         (wl-summary-input-range): Ditto.
6205
6206 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6207
6208         * wl-e21.el (wl-highlight-folder-current-line): Call
6209         `wl-folder-init-icons' when folder icons have not been initialized.
6210
6211         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6212
6213         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6214         (wl-demo-image-type-alist): New macro.
6215
6216 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6217
6218         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6219         display does not support graphics.
6220         (wl-plugged-init-icons): Ditto.
6221         (wl-folder-init-icons): Ditto.
6222
6223         * wl-demo.el (wl-demo): Chech closely whether the display
6224         supports graphics.
6225
6226 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * wl-summary.el (wl-summary-get-original-buffer): New function.
6229         (wl-summary-set-crosspost): Use it.
6230         (wl-summary-target-mark-uudecode): Ditto.
6231         (wl-summary-reedit): Ditto.
6232         (wl-summary-resend-bounced-mail): Ditto.
6233         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6234         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6235
6236         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6237         (wl-message-display-internal): Ditto.
6238
6239 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6242
6243 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl-summary.el (wl-summary-save-view): Renamed from
6246         `wl-summary-save-status'.
6247
6248 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6249
6250         * wl-summary.el (wl-summary-sync): Added `all-shown'
6251
6252 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6255
6256 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6257
6258         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6259
6260 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6261
6262         * wl-highlight.el (wl-highlight-summary-line-string): Use
6263         `zerop' instead of `= 0'.
6264         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6265
6266         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6267         for comparing numbers.
6268         (wl-template-prev): Use `zerop' instead of `eq 0'.
6269
6270         * wl-draft.el (wl-draft-insert-current-message): Use
6271         `with-current-buffer' instead of `save-excursion'.
6272         Use `zerop' instead of `eq 0'.
6273
6274 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-insert-ccs): New function.
6277         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6278         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6279
6280 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6283
6284 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-expire.el (wl-expire-refile): Don't call
6287         elmo-msgdb-add-msgs-to-seen-list;
6288         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6289         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6290
6291 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-message.el (wl-message-prev-page): Ignore errors while
6294         scroll-down.
6295
6296 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-mime.el: Use elmo-original-message-mode instead of
6299         mmelmo-original-mode.
6300
6301         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6302         `elmo-folder-get-spec';
6303         (wl-fldmgr-add-completion-all-completions):
6304         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6305
6306         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6307         of `elmo-folder-get-type'.
6308
6309         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6310         `elmo-folder-get-spec';
6311         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6312         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6313         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6314         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6315         `elmo-read-msg-no-cache';
6316         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6317         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6318         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6319         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6320         `elmo-cache-save';
6321         (wl-draft-reedit): Use `elmo-message-file-name'.
6322
6323         * wl-expire.el: Use `elmo-folder-name-internal';
6324         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6325         Use macro `wl-summary-buffer-msgdb' instead of variable
6326         `wl-summary-buffer-msgdb';
6327         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6328         Use macro `wl-summary-buffer-folder-name' instead of variable
6329         `wl-summary-buffer-folder-name'.
6330         * wl-score.el: Likewise.
6331
6332         * wl-message.el: Rewrite for new message buffer cache mechanism.
6333         (wl-message-buffer-cache-buffer-get): New macro.
6334         (wl-message-buffer-cache-folder-get): Ditto.
6335         (wl-message-buffer-cache-message-get): Ditto.
6336         (wl-message-buffer-cache-entry-make): Ditto.
6337         (wl-message-buffer-cache-hit): Ditto.
6338         (wl-message-buffer-cache-sort): New function.
6339         (wl-message-buffer-cache-add): Ditto.
6340         (wl-message-buffer-cache-delete): Ditto.
6341         (wl-message-buffer-cache-clean-up): Ditto.
6342         (wl-message-buffer-window): Rewrite.
6343         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6344         (wl-message-buffer-display): New function.
6345         (wl-message-display-internal): New function.
6346
6347 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-folder.el: Use `elmo-folder-name-internal';
6350         Use `wl-folder-get-elmo-folder';
6351         Use `elmo-folder-list-messages' instead of
6352         `elmo-list-folder';
6353         Use `elmo-folder-get-primitive-list' instead of
6354         `elmo-folder-get-primitive-spec-list';
6355         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6356         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6357         Use `elmo-folder-create' instead of `elmo-create-folder'.
6358         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6359         (wl-folder-get-elmo-folder): New macro.
6360         (wl-folder-elmo-folder-cache-get): Ditto.
6361         (wl-folder-elmo-folder-cache-put): Ditto.
6362         (wl-folder-suspend): Call `elmo-quit'.
6363
6364         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6365         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6366         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6367         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6368         (toplevel): require 'cl.
6369         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6370
6371         * wl-summary.el: Rewrite to use new elmo interface.
6372
6373 \f
6374 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-mime.el (wl-draft-preview-message):
6377         Run `wl-draft-send-hook' before collecting recipients information;
6378         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6379
6380         * tm-wl.el (wl-draft-preview-message): Ditto.
6381
6382 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6385         wrong recipients are displayed when forwarded message.
6386
6387 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * Version number is increased to 2.5.7.
6390
6391 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6392
6393         * wl-message.el (wl-message-next-page): Bind
6394         `window-pixel-scroll-increment' to nil while scrolling up.
6395
6396 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6397
6398         * wl-vars.el (wl-save-hook): New hook.
6399         * wl.el (wl-save): Call `wl-save-hook'.
6400
6401 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6402
6403         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6404         Argument WITH-ARG instead of NO-ARG (negative mean).
6405         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6406         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6407         * wl-message.el (wl-message-follow-current-entity): Likewise.
6408
6409 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6410
6411         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6412         FROM was optional argument.
6413         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6414
6415 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6416
6417         * Version number is increased to 2.5.6.
6418
6419 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6420
6421         * wl-version.el (wl-version-show): Removed.
6422         (wl-version): Add `interactive'.
6423
6424 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6425
6426         * wl-summary.el (wl-summary-get-petname-func): New variable.
6427         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6428         instead of `wl-address-get-petname-1'.
6429         (wl-summary-simple-from): Ditto.
6430
6431         * wl-address.el (wl-address-get-petname-1): Define as function.
6432
6433 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6436         field in the original message.
6437         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6438
6439 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6440
6441         * wl-expire.el (wl-expire-hide):
6442         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6443
6444 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6447         find decoder for To, Cc, and Subject.
6448
6449 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6452         for checking `elmo-use-buffer-cache'.
6453         (wl-summary-mark-as-important): Fixed typo in comment.
6454
6455 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6458         field in the original message.
6459         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6460
6461 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6462
6463         * wl-expire.el (wl-expire-hide):
6464         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6465
6466 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6469         find decoder for To, Cc, and Subject.
6470
6471 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * Version number is increased to 2.5.5.
6474
6475         * wl-address.el (wl-address-specials-regexp): New constant.
6476         (wl-address-quote-specials): Use it.
6477
6478 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-summary.el (wl-summary-rescan):
6481         Call `wl-summary-buffer-number-column-detect'.
6482         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6483
6484         * wl-message.el (wl-message-mode-map): Define.
6485         (wl-message-decode): Use it as local-map.
6486
6487 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6490         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6491
6492 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6493
6494         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6495
6496         * wl-mule.el (wl-read-event-char): Ditto.
6497
6498         * wl-e21.el (wl-read-event-char): Ditto.
6499
6500         * wl-nemacs.el (wl-read-event-char): Ditto.
6501         (read-event): Removed.
6502
6503         * wl-util.el (toplevel): Removed dummy definition of
6504         `read-event'.
6505         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6506
6507 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6508
6509         * wl-nemacs.el (elmo-archive-call-process): Moved to
6510         elmo-archive.el.
6511
6512 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6513
6514         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6515         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6516
6517         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6518         instead of magic-number 6.  Use `not' instead of `null' for symbol
6519         `nil' check (not empty list).
6520         (wl-draft-insert-x-face-field): Fixed paren style.
6521
6522         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6523         one-branch conditional statement, instead of `and' and `if'.
6524         (wl-draft-forward): Likewise.
6525         (wl-draft-add-references): Likewise.
6526         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6527
6528         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6529         conditional steatment.  Use `cond' instead of `if'.
6530         (wl-draft-confirm): Likewise.
6531
6532 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl-version.el (wl-version-show): Use `product-string-1'
6535         instead of `wl-version'.
6536         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6537
6538         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6539
6540 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6541
6542         * wl-highlight.el (wl-highlight-headers): Revert
6543         `wl-highlight-x-face-func' argument (`beg' and `end').
6544
6545 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6546
6547         * wl.el (toplevel): Move `product-provide' declare.
6548         * wl-demo.el (toplevel): Ditto.
6549         * wl-dnd.el (toplevel): Ditto.
6550         * wl-highlight.el (toplevel): Ditto.
6551         * wl-message.el (toplevel): Ditto.
6552         * wl-refile.el (toplevel): Ditto.
6553         * wl-util.el (toplevel): Ditto.
6554
6555 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6558         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6559         (wl-thread-close-all): keep cursor position.
6560
6561 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6562
6563         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6564         (eq x 0).
6565         (wl-generate-user-agent-string-1): Fix conditional statement.
6566
6567 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl.el (wl-check-environment): Additional check for
6570         'wl-local-domain' and `wl-message-id-domain'.
6571
6572 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6575
6576 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6579         instead of `smtp-sasl-user-realm'.
6580
6581 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6584
6585 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6586
6587         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6588         to the default value as well as `eword-lexical-analyzer'.
6589
6590 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6591
6592         * wl-version.el (wl-extended-emacs-version,
6593         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6594         `elmo-match-string' instead of `wl-match-string'.
6595
6596 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6597
6598         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6599         docstring.
6600
6601 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6602
6603         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6604
6605 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6606
6607         * wl-highlight.el (wl-highlight-headers): Remove
6608         `wl-highlight-x-face-func' argument (`beg' and `end').
6609
6610 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-summary.el (wl-summary-mark-as-important):
6613         Remove cache if folder is local.
6614
6615 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6616
6617         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6618         to get existing e-mail address string.
6619
6620 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6621
6622         * wl-version.el (wl-generate-user-agent-string): Commentary.
6623         (wl-generate-user-agent-string-1): Use `when' for
6624         one-branch conditional statement, instead of `and' and `if'.
6625         (wl-extended-emacs-version, wl-extended-emacs-version2,
6626         wl-extended-emacs-version3): Ditto.
6627
6628 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6631         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6632         condition-case; Remove initialization.
6633         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6634         (wl-summary-sync-update3): Added argument `sync-all';
6635         Eliminated local variable `msgdb';
6636         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6637         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6638         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6639
6640 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6641
6642         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6643         connection before call `wl-draft-send-mail-with-smtp'.
6644
6645 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * Version number is increased to 2.5.4.
6648
6649 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * wl.el (wl-check-environment): Additional check for
6652         'wl-local-domain' and `wl-message-id-domain'.
6653
6654 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6657         buffer as command specific.
6658         (wl-folder-mark-as-read-all-entity): Ditto.
6659         (wl-folder-prefetch-entity): Ditto.
6660         (wl-folder-drop-unsync-entity): Ditto.
6661
6662         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6663         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6664         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6665
6666         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6667         save-excursion.
6668
6669 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6670
6671         * Version number is increased to 2.5.3.
6672
6673         * wl-summary.el (wl-summary-save-view-cache):
6674         Delete duplicated `write-region';
6675         Use `write-region-as-binary' instead of `as-binary-output-file' and
6676         `write-region'.
6677
6678 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6679
6680         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6681
6682 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6685         instead of `smtp-via-smtp'.
6686
6687 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6690
6691 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6694         instead of `smtp-sasl-user-realm'.
6695
6696 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6699
6700 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6701
6702         * Version number is increased to 2.5.2.
6703
6704 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6705
6706         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6707         does not exist.
6708         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6709         (wl-biff-start): Call `timer-activate' if timer already exists.
6710
6711         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6712         only when it is bound as function.
6713
6714 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * Version number is increased to 2.5.1.
6717
6718 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6719
6720         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6721         Print refile/copy destination.
6722
6723 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6726         queue-flush-only is non-nil.
6727
6728         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6729
6730         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6731         checking cache folder.
6732
6733 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6734
6735         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6736         `regexp-quote'.
6737
6738 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6739
6740         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6741         function.
6742         * wl-summary.el (wl-summary-write-current-folder-functions):
6743         Change default value.  Use it.
6744
6745 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * Version number is increased to 2.5.0.
6748
6749         * wl-version.el (wl-version): Changed codename.
6750
6751 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6754         (wl-summary-supersedes-message): Ditto.
6755
6756 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * wl-refile.el (wl-refile-guess-functions): Renamed from
6759         `wl-refile-guess-func-list'.
6760
6761 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6764         Fixed problem when no rule was matched.
6765
6766 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6767
6768         * wl-summary.el (wl-summary-get-mark): Fixed
6769         `wl-summary-buffer-target-mark' check logic.
6770
6771 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6772
6773         * wl-folder.el (wl-folder-write-current-folder): Added group
6774         folder check.
6775
6776         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6777         `wl-summary-write-current-newsgroup'.
6778         (wl-summary-write-current-folder-functions): New variable.
6779         * wl-folder.el (wl-folder-get-newsgroups): New function.
6780         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6781         (wl-folder-write-current-folder): Renamed from
6782         `wl-folder-write-current-newsgroup'.
6783
6784 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * Version number is increased to 2.3.93.
6787
6788 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6791         (wl-ldap-make-matched-value-list): Ditto.
6792         (wl-ldap-alias-safe-string): Split e-mail address.
6793
6794         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6795         petname folder default was selected.
6796         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6797         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6798
6799 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6802         to `wl-draft-config-exec'.
6803
6804         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6805         instead of calling `wl-draft-config-exec';
6806         Process group-list and show recipients in minibuffer.
6807
6808         * tm-wl.el (wl-draft-preview-message): Ditto.
6809
6810 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6811
6812         * wl.el (toplevel): Added (C) to copyright notice, and
6813         sync Author header.
6814         * tm-wl.el (toplevel): Ditto.
6815         * wl-address.el (toplevel): Ditto.
6816         * wl-demo.el (toplevel): Ditto.
6817         * wl-dnd.el (toplevel): Ditto.
6818         * wl-draft.el (toplevel): Ditto.
6819         * wl-e21.el (toplevel): Ditto.
6820         * wl-expire.el (toplevel): Ditto.
6821         * wl-folder.el (toplevel): Ditto.
6822         * wl-highlight.el (toplevel): Ditto.
6823         * wl-message.el (toplevel): Ditto.
6824         * wl-mime.el (toplevel): Ditto.
6825         * wl-mule.el (toplevel): Ditto.
6826         * wl-nemacs.el (toplevel): Ditto.
6827         * wl-refile.el (toplevel): Ditto.
6828         * wl-score.el (toplevel): Ditto.
6829         * wl-summary.el (toplevel): Ditto.
6830         * wl-template.el (toplevel): Ditto.
6831         * wl-thread.el (toplevel): Ditto.
6832         * wl-util.el (toplevel): Ditto.
6833         * wl-vars.el (toplevel): Ditto.
6834         * wl-xmas.el (toplevel): Ditto.
6835
6836 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6837
6838         * wl.el (wl-init): Added comment about `wl-init-hook'.
6839         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6840         * wl-vars.el (wl-init-hook): Added docs.
6841         (wl-make-plugged-hook): Removed useless docs.
6842         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6843         * wl-xmas.el (toplevel): Ditto.
6844
6845 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6846
6847         * wl-address.el (toplevel): Fixed multiple Author header format.
6848         * wl-demo.el (toplevel): Ditto.
6849         * wl-draft.el (toplevel): Ditto.
6850         * wl-folder.el (toplevel): Ditto.
6851         * wl-summary.el (toplevel): Ditto.
6852         * wl-thread.el (toplevel): Ditto.
6853         * wl-util.el (toplevel): Ditto.
6854         * wl-vars.el (toplevel): Ditto.
6855         * wl-version.el (toplevel): Ditto.
6856         * wl-xmas.el (toplevel): Ditto.
6857         * wl.el (toplevel): Ditto.
6858
6859         * wl-version.el (toplevel): Added require `elmo-version' for
6860         `product-version-as-string'.
6861
6862 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-vars.el (wl-draft-send-hook): Changed default value to
6865         '(wl-draft-config-exec).
6866
6867         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6868         explicitly.
6869         (wl-draft): Set `wl-draft-config-exec-flag' before running
6870         `wl-mail-setup-hook'.
6871
6872         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6873         `wl-biff-init-icons' to `wl-init-hook' instead of
6874         `wl-make-plugged-hook'.
6875         (Because if `wl-draft' command is invoked at first,
6876         they are not initialized)
6877         Updated copyright notice.
6878
6879         * wl-e21.el (toplevel): Ditto;
6880
6881         * wl-demo.el (toplevel): Updated copyright notice.
6882         * wl-address.el (toplevel): Ditto.
6883         * wl-draft.el (toplevel): Ditto.
6884         * wl-version.el (toplevel): Ditto.
6885         * wl-folder.el (toplevel): Ditto.
6886         * wl-summary.el (toplevel): Ditto.
6887         * wl-thread.el (toplevel): Ditto.
6888         * wl-util.el (toplevel): Ditto.
6889         * wl-vars.el (toplevel): Ditto.
6890         * wl.el (toplevel): Ditto.
6891
6892 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-highlight.el (wl-highlight-message): Fixed problem of
6895         highlighting failure which occured when the last field contains
6896         multiple lines in the draft buffer.
6897
6898         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6899         `wl-biff-start' if plugged.
6900
6901         * wl-util.el (wl-biff-check-folder): New function.
6902         (wl-biff-check-folders): Don't set session name prefix.
6903         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6904         (wl-biff-check-folder-async): Ditto.
6905
6906         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6907         in email address.
6908
6909 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6910
6911         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6912
6913         * wl-draft.el (wl-draft-strip-subject-re): New function.
6914
6915         * wl-draft.el (wl-draft-reply): Use it.
6916
6917 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-message.el (wl-mmelmo-message-redisplay): Use
6920         `mime-display-message' instead of `wl-mime-display-message'.
6921
6922         * wl-mime.el (toplevel): Removed compatibility workaround
6923         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6924         (wl-mime-display-message): Abolished.
6925         (wl-mime-entity-read-field): Ditto.
6926         (wl-mime-combine-message/partial-pieces): Use
6927         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6928
6929 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6930
6931         * wl-template.el: Doc fixes.
6932
6933 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6934
6935         * wl-e21.el (wl-message-overload-functions): Do nothing if
6936         `current-local-map' is not available.
6937         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6938
6939 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6942         representation.
6943
6944         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6945         number.
6946         (wl-fldmgr-save-folders): Don't use `format' when insert
6947         `wl-fldmgr-folders-header'.
6948
6949 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6950
6951         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6952
6953 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-highlight.el (wl-highlight-message):
6956         Use `std11-field-end' to detect end point of the header field.
6957         Refer `wl-highlight-max-header-size'.
6958
6959         * wl-vars.el (wl-highlight-max-header-size): New variable.
6960
6961         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6962
6963         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6964         Set `for-draft' argument of wl-highlight-headers.
6965         (wl-draft): Ditto.
6966         (wl-draft-reedit): Ditto.
6967         (wl-user-agent-compose-internal): Ditto.
6968
6969 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6970
6971         * wl-message.el (wl-message-add-button): Use overlay.
6972
6973 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6974
6975         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6976
6977         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6978         problem when group-list content is nothing.
6979         (Reported by Mito <mit@nines.nec.co.jp>)
6980
6981 2000-10-18  SAITO Atsunori <sai@yedo.com>
6982
6983         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6984
6985 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6986
6987         * tm-wl.el (toplevel): Use product-provide.
6988
6989 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * Version number is increased to 2.3.92.
6992
6993 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6994
6995         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6996         title text, use `display' property for left margin under Emacs 21.
6997
6998         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6999         properties.
7000         (wl-plugged-init-icons): Ditto.
7001
7002 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7003
7004         * wl.el (wl-save-status, wl-init): Remove last period in
7005         "...done." message.
7006         * tm-wl.el (wl-summary-burst): Ditto.
7007         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7008         wl-summary-resume-cache-status,
7009         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7010         wl-summary-sync-update3, wl-summary-highlight-msgs,
7011         wl-summary-flush-pending-append-operations,
7012         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7013         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7014         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7015         wl-thread-open-all): Ditto.
7016         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7017         * wl-mime.el (wl-summary-burst): Ditto.
7018         * wl-highlight.el (wl-highlight-summary): Ditto.
7019         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7020         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7021         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7022         * wl-address.el (wl-local-address-init): Ditto.
7023
7024 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7025
7026         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7027         `add-text-properties'.
7028         (wl-plugged-init-icons): Ditto.
7029         (wl-folder-init-icons): Use `propertize' instead of
7030         `put-text-property'.
7031         (wl-plugged-set-folder-icon): Ditto.
7032         (wl-e21-highlight-folder-group-line): Ditto.
7033
7034 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-version.el (wl-version-status-alist): New variable.
7037         (wl-version-status): New function.
7038
7039         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7040         "Cc" part of the case "Reply-To".
7041
7042         * wl-draft.el (wl-draft-reply): Use result of
7043         `eword-extract-address-components'.
7044
7045         * wl-demo.el (wl-demo-icon-name): New constant.
7046         (wl-logo-xpm): Use it.
7047         (wl-logo-xbm): Ditto.
7048         (wl-logo-bitmap): Ditto.
7049
7050         * Version number is increased to 2.3.91.
7051
7052 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7053
7054         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7055         (wl-extended-emacs-version, wl-extended-emacs-version2,
7056         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7057         docstring.
7058
7059         * wl-version.el (wl-generate-user-agent-string-1): New function.
7060         (wl-generate-user-agent-string): Use it.
7061
7062         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7063         `mime-edit-insert-user-agent-field'.
7064         (wl-generate-user-agent-string): Check
7065         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7066
7067         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7068         instead of `if', when verbose case.
7069
7070 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7071
7072         * wl-expire.el (wl-summary-expire): Fix.
7073
7074 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7075
7076         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7077         and `elmo-lost+found-folder' if 'wl-draft.
7078         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7079
7080 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * wl-expire.el (wl-summary-expire): Change messages.
7083         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7084         `deleing-info' instead of "Deleting..."
7085
7086 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7087
7088         * wl-summary.el (wl-summary-refile-subr): Fix.
7089
7090 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7091
7092         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7093         if pipe folder.
7094
7095 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7096
7097         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7098
7099 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7100
7101         * wl-expire.el (wl-expire-hide): New function.
7102         (wl-summary-expire): Add `hide'.
7103
7104 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-vars.el (wl-draft-reply-without-argument-list):
7107         Changed default value to consider `Reply-To:'.
7108         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7109
7110         * Version number is increased to 2.3.90.
7111
7112         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7113         elmo-imap4-get-session with unwind-protect.
7114         Don't cause error.
7115         (wl-summary-sync-marks): Don't check plugged nor folder type.
7116         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7117         (Always keep current buffer).
7118
7119 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7120
7121         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7122         Enclose with `save-excursion'.
7123
7124 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7125
7126         * wl-version.el (wl-version): Remove interactive.
7127
7128 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7129
7130         * wl-version.el (wl-generate-user-agent-string): Use
7131         `product-string-verbose' instead of `product-string-1'.
7132
7133 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7134
7135         * wl-vars.el (wl-draft-use-cache): New variable.
7136         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7137         if wl-draft-use-cache is non-nil.
7138
7139 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7140
7141         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7142         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7143
7144 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7147         (wl-thread-msg-mark-as-unread): Ditto.
7148
7149         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7150         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7151         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7152         Don't set mark in summary if return value of `elmo-mark-as-read'
7153         is nil.
7154         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7155         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7156         instead of `wl-thread-msg-mark-as-read'.
7157         (wl-summary-mark-as-unread-region): Ditto.
7158         (wl-summary-target-mark-mark-as-read): Ditto.
7159
7160         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7161
7162 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7165
7166         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7167
7168 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7171         face.
7172
7173 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7174
7175         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7176         `running-xemacs'.
7177
7178 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7179
7180         * wl-version.el (toplevel): Use `product-version-as-string' for
7181         set verstion-string, if defined.
7182
7183         * wl-version.el (wl-version-show): Insert string at point, when
7184         call with argument.
7185
7186         * wl-version.el (wl-generate-user-agent-string): Use
7187         `product-string-1' instead of `wl-appname', `wl-version' and
7188         `wl-codename'.
7189
7190 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7191
7192         * wl-address.el (toplevel): Use product-provide.
7193         * wl-demo.el (toplevel): Ditto.
7194         * wl-dnd.el (toplevel): Ditto.
7195         * wl-draft.el (toplevel): Ditto.
7196         * wl-e21.el (toplevel): Ditto.
7197         * wl-expire.el (toplevel): Ditto.
7198         * wl-fldmgr.el (toplevel): Ditto.
7199         * wl-folder.el (toplevel): Ditto.
7200         * wl-highlight.el (toplevel): Ditto.
7201         * wl-message.el (toplevel): Ditto.
7202         * wl-mime.el (toplevel): Ditto.
7203         * wl-mule.el (toplevel): Ditto.
7204         * wl-nemacs.el (toplevel): Ditto.
7205         * wl-refile.el (toplevel): Ditto.
7206         * wl-score.el (toplevel): Ditto.
7207         * wl-summary.el (toplevel): Ditto.
7208         * wl-template.el (toplevel): Ditto.
7209         * wl-thread.el (toplevel): Ditto.
7210         * wl-util.el (toplevel): Ditto.
7211         * wl-vars.el (toplevel): Ditto.
7212         * wl-xmas.el (toplevel): Ditto.
7213         * wl.el (toplevel): Ditto.
7214
7215 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7216
7217         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7218         instead of product.
7219
7220         * wl-version.el (wl-version): Compile time evalution elmo-version.
7221
7222 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7223
7224         * wl-summary.el (wl-summary-sync-force-update): Append queue
7225         `mark-as-read'if unplugged.
7226
7227 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7228
7229         * wl-version.el: New file.  Use product.el.
7230         * wl.el: add (require 'wl-version).
7231         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7232         for ~/.folders header.
7233         (wl-fldmgr-folders-header): Changed.
7234         * wl-demo.el (wl-demo): Use product.el.
7235
7236         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7237         wl-version.el.
7238         * wl-util.el (wl-version, wl-version-show): Ditto.
7239
7240         * wl-util.el (wl-generate-user-agent-string,
7241         wl-extended-emacs-version, wl-extended-emacs-version2,
7242         wl-extended-emacs-version3): Move to wl-version.el.
7243         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7244         xemacs-codename, mime-edit-insert-user-agent-field,
7245         mime-edit-user-agent-value, mime-editor/version,
7246         mime-editor/codename): Compile warning killer move to
7247         wl-version.el
7248
7249 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7250
7251         * wl-summary.el (wl-summary-refile-subr): Fix.
7252
7253 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7256         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7257
7258 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7259
7260         * wl.el (wl-check-environment): Check too many `@'.
7261
7262 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7263
7264         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7265
7266 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7267
7268         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7269         wl-draft-reply-myself-without-argument-list): Add variables.
7270         * wl-draft.el (wl-draft-reply): Use it.
7271
7272 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7273
7274         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7275         the 5th argument of `elmo-network-get-spec'.
7276
7277         * wl-thread.el (wl-thread-reparent-children): New inline function.
7278         (wl-thread-delete-message): Use it.
7279
7280         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7281         (wl-summary-score-update-all-lines): Don't use `dolist'.
7282
7283 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7284
7285         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7286         (require 'elmo-msgdb) for inline function.
7287
7288 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7289
7290         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7291
7292 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7293
7294         * wl-score.el (wl-score-headers): Fix for the confusing macro
7295         `elmo-kill-buffer'.
7296
7297 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7298
7299         * wl-summary.el: Don't use the 3rd argument of `require' because
7300         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7301         * wl-util.el: Ditto.
7302         * wl-draft.el: Ditto.
7303
7304 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7305
7306         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7307         window system is not used.
7308
7309 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7310
7311         * wl-thread.el: Don't use `mapcar' only for iteration.
7312         (wl-thread-resume-entity): Ditto.
7313         (wl-thread-delete-message): Ditto.
7314
7315         * wl-summary.el: Bind `dragdrop-drop-functions',
7316         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7317         of `require' for `timezone', `easymenu' and `ps-print';
7318         don't use `mapcar' only for iteration.
7319
7320         * wl-util.el: Bind `mule-version', `nemacs-version',
7321         `emacs-beta-version', `xemacs-codename',
7322         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7323         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7324         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7325         only for iteration.
7326
7327         * wl-score.el: Don't use `mapcar' only for iteration.
7328         (wl-score-simplify-buffer-fuzzy): Ditto.
7329         (wl-score-simplify-subject): Ditto.
7330         (wl-score-headers): Ditto.
7331         (wl-summary-score-update-all-lines): Ditto.
7332
7333         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7334         `enable-multibyte-characters' and `mule-version'.
7335
7336         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7337         `mapcar' only for iteration.
7338
7339         * wl-demo.el: Don't use `mapcar' only for iteration.
7340
7341         * wl-folder.el: Don't use `mapcar' only for iteration.
7342         (wl-folder-open-all): Ditto.
7343         (wl-folder-count-incorporates): Ditto.
7344
7345         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7346         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7347
7348         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7349         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7350         `smtp-connection-type'; specify 3rd argument of `require' for
7351         `timezone'; don't use `mapcar' only for iteration.
7352         (wl-draft-clone-local-variables): Don't use `mapcar'.
7353         (wl-draft-generate-clone-buffer): Ditto.
7354         (wl-user-agent-compose-internal): Ditto.
7355
7356         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7357
7358         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7359         (wl-save-status): Ditto.
7360
7361         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7362         for iteration.
7363
7364 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7367         removed `Date'.
7368         (wl-fldmgr-make-filter-default): New user option.
7369
7370         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7371         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7372         (wl-fldmgr-filter-completion-alist): Abolish.
7373
7374         * wl.el (wl): Don't check servers if arg is non-nil.
7375
7376         * wl-draft.el (wl-draft-reply): Set only message-id string to
7377         In-Reply-To field.
7378
7379 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-summary.el (wl-summary-pick): Rewrite.
7382
7383         * wl-draft.el (wl-draft-forward): Get references field from
7384         original buffer.
7385         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7386
7387 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7388
7389         * wl-draft.el (wl-draft-forward): Add references field.
7390
7391 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7394         (wl-draft-reply): Use it.
7395
7396 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7397
7398         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7399         when Emacs 21 is running.
7400
7401         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7402         bindings.
7403
7404 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7405
7406         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7407         XPM icons transparent.
7408
7409         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7410         Emacs 21.
7411
7412 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7415         nil.
7416
7417         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7418         when it is persistent.
7419         (wl-summary-sync-marks): Changed argument for
7420         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7421         (wl-summary-virtual): Use `elmo-read-search-condition'.
7422         (wl-summary-redisplay-internal): If folder is local, mark as read
7423         even when folder is plugged.
7424
7425 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7426
7427         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7428         of `tool-bar-lines' in the frame parameters.
7429         (after-make-frame-functions, post-command-hook): Don't modify the
7430         value.
7431         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7432         wl-e21-tool-bar-lines): Removed.
7433
7434 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7435
7436         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7437         properties `evaporate' and `wl-momentary-overlay' as well.
7438         (wl-highlight-summary-displaying): Ditto.
7439         (wl-delete-all-overlays): Don't delete overlay which does not have
7440         a property `wl-momentary-overlay'.
7441
7442         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7443         `display-mouse-p' and `display-graphic-p'.
7444         (wl-folder-init-icons): Don't search for XBM or the other files.
7445         (wl-plugged-set-folder-icon): Make icons if and only if
7446         `display-graphic-p' returns non-nil.
7447         (wl-highlight-plugged-current-line): Use `before-string' overlay
7448         property to show icon images.
7449         (wl-highlight-folder-current-line): Ditto.
7450         (wl-e21-highlight-folder-group-line): Ditto.
7451         (wl-e21-highlight-folder-by-numbers): Ditto.
7452         (wl-e21-insert-image): Removed.
7453         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7454         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7455         said.
7456         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7457         `wl-e21-force-switch-toolbar'.
7458         (wl-e21-make-icon-image): Removed.
7459         (wl-e21-setup-toolbar): Don't search for XBM files.
7460         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7461         the default value.
7462
7463 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-util.el (wl-biff-check-folder-async): Set
7466         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7467
7468 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7469
7470         * wl-e21.el (after-make-frame-functions): Add
7471         `wl-e21-force-switch-toolbar'.
7472         (wl-e21-force-switch-toolbar): New function force to switch the
7473         toolbar appearance automatically.
7474         (post-command-hook): Add `wl-e21-switch-toolbar'.
7475         (wl-e21-switch-toolbar): New function to switch the toolbar
7476         appearance automatically.
7477         (wl-e21-tool-bar-lines): New buffer local variable.
7478
7479 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-util.el (wl-biff-check-folders-running): New variable.
7482         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7483         (wl-biff-check-folder-async-callback):
7484         Set `wl-biff-check-folders-running'.
7485         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7486         with unwind-protect.
7487
7488         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7489         Enclose `wl-folder-auto-check' with unwind-protect.
7490
7491         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7492         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7493
7494         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7495
7496         * wl-util.el (wl-biff-notify): New inline function.
7497         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7498         locally.
7499         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7500         folder-list' is 1.
7501         Use `wl-biff-notify'.
7502         (wl-biff-check-folder-async-callback): New function.
7503         (wl-biff-check-folder-async): Ditto.
7504
7505         * wl-folder.el (wl-folder): Don't check folders.
7506         (wl-folder-auto-check): New function.
7507
7508 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7509
7510         * wl-util.el (wl-biff-start) [Emacs19+]:
7511         Use `timer-next-integral-multiple-of-time'.
7512         (wl-biff-check-folders): Use `wl-default-folder'
7513         if `wl-biff-check-folder-list' is nil.
7514
7515 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7516
7517         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7518         instead of `elmo-delete-lists'.
7519
7520 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7521
7522         * wl.el (wl-plugged-toggle-all): Set the value of
7523         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7524         (wl-plugged-toggle): Ditto.
7525         (wl-toggle-plugged): Ditto.
7526         (wl-plugged-init): Ditto.
7527
7528         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7529         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7530         instead of `wl-biff-state-indicator-off' and
7531         `wl-biff-state-indicator-on'; don't modify the value and the type
7532         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7533         (wl-plugged-init-icons): Set icons data to
7534         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7535         instead of `wl-plug-state-indicator-off' and
7536         `wl-plug-state-indicator-on'; don't modify the value and the type
7537         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7538
7539         * wl-vars.el (wl-modeline-biff-state-off,
7540         wl-modeline-biff-state-on, wl-modeline-biff-status,
7541         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7542         wl-modeline-plug-status): New internal variables.
7543         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7544         wl-biff-check-interval, wl-biff-check-folder-list): Change
7545         customization group from `wl-folder' to `wl-highlight'.
7546         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7547         wl-show-plug-status-on-modeline): Defcustomized.
7548
7549         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7550         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7551         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7552         a flag to `mode-line-buffer-identification'.
7553
7554         * wl-e21.el (wl-biff-init-icons): Set icons data to
7555         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7556         instead of `wl-biff-state-indicator-off' and
7557         `wl-biff-state-indicator-on'.
7558         (wl-plugged-init-icons): Set icons data to
7559         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7560         instead of `wl-plug-state-indicator-off' and
7561         `wl-plug-state-indicator-on'.
7562
7563 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7564
7565         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7566         excessive titles.
7567
7568 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7569
7570         * wl.el (wl-plugged-mode): Use revised
7571         `wl-mode-line-buffer-identification'.
7572         (wl-plugged-init): Don't use `force-mode-line-update'.
7573
7574         * wl-xmas.el (wl-draft-overload-functions): Use revised
7575         `wl-mode-line-buffer-identification'.
7576         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7577         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7578         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7579         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7580         `wl-make-plugged-hook';
7581         add `wl-folder-init-icons' and `wl-setup-folder' to
7582         `wl-folder-mode-hook'.
7583
7584         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7585         19 as well.
7586         (wl-mode-line-display-priority-list): New user option.
7587         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7588         Defcustomized.
7589         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7590         Add docs.
7591
7592         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7593         start.
7594         (wl-mode-line-buffer-identification): Revised as a function.
7595
7596         * wl-summary.el (wl-summary-mode): Use revised
7597         `wl-mode-line-buffer-identification'; don't call
7598         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7599         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7600         `wl-xmas-setup-summary'.
7601
7602         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7603         `wl-mode-line-buffer-identification'.
7604
7605         * wl-mule.el (wl-draft-overload-functions): Use revised
7606         `wl-mode-line-buffer-identification'.
7607
7608         * wl-folder.el (wl-make-plugged-alist): Don't call
7609         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7610         (wl-folder): Don't call `wl-folder-init-icons' directly.
7611         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7612         `wl-xmas-setup-folder' directly;
7613         use revised `wl-mode-line-buffer-identification'.
7614         (TopLevel): Don't bind `wl-biff-init-icons',
7615         `wl-plugged-init-icons', `wl-folder-init-icons',
7616         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7617
7618         * wl-e21.el (wl-draft-overload-functions): Use revised
7619         `wl-mode-line-buffer-identification'.
7620         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7621         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7622         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7623         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7624         `wl-make-plugged-hook';
7625         add `wl-folder-init-icons' and `wl-setup-folder' to
7626         `wl-folder-mode-hook'.
7627
7628 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7629             Katsumi Yamaoka    <yamaoka@jpl.org>
7630
7631         * wl.el (wl): Call `wl-biff-start'.
7632         (wl-exit): Call `wl-biff-stop'.
7633         (wl-plugged-mode): Show biff in modeline.
7634         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7635
7636         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7637         (wl-biff-init-icons): New function.
7638         (wl-plugged-init-icons): Don't make too much keymaps.
7639         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7640
7641         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7642         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7643         variables.
7644         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7645         options.
7646
7647         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7648         wl-biff-start, wl-biff-stop): New functions.
7649         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7650         (wl-biff-timer-name): New variable.
7651
7652         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7653
7654         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7655         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7656
7657         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7658         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7659
7660         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7661         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7662         `wl-folder-init-icons' to `ignore' if they are not available.
7663         (wl-folder-mode): Show biff in modeline.
7664
7665         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7666         (wl-biff-init-icons): New function.
7667         (wl-plugged-init-icons): Don't make too much keymaps.
7668         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7669
7670 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7671
7672         * wl-vars.el (wl-strict-diff-folders): Customization Type
7673         and doc fix.  Define as a list of regular expressions for
7674         folders or nil.
7675         * wl-folder.el (wl-folder-check-one-entity): Use
7676         `wl-string-match-member' instead of `wl-string-member' for
7677         `wl-strict-diff-folders'.
7678
7679 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7680
7681         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7682         (wl-highlight-folder-current-line): Use it; new implementation.
7683         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7684         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7685         `defsubst' instead of `defun'.
7686
7687         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7688         `wl-highlight-group-folder-by-numbers'; made it can also be a
7689         number.  See info for more details.
7690
7691         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7692         running.
7693
7694         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7695         to bind them.
7696
7697         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7698         (wl-highlight-folder-current-line): New implementation.
7699
7700         * wl-highlight.el (wl-highlight-folder-group-line): New
7701         implementation.
7702         (wl-delete-all-overlays): Rewrite as a marco.
7703         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7704
7705         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7706         running.
7707         (wl-folder-*-glyph): No need to bind them.
7708
7709         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7710         `wl-e21-highlight-folder-group-icon'; rewrite.
7711         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7712         `defsubst' instead of `defun'.
7713         (wl-folder-mode-map): Bind it when compiling.
7714
7715 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7718
7719         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7720
7721 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7722
7723         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7724
7725 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7726
7727         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7728         (wl-highlight-folder-current-line): Use it.
7729
7730         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7731         in `id-name'.
7732
7733 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7734
7735         * wl.el: Require `wl-e21' when Emacs 21 is running.
7736
7737         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7738         default when Emacs 21 is running.
7739         (wl-use-highlight-mouse-line): Ditto.
7740         (wl-on-emacs21): New constant.
7741         (wl-on-emacs20): Removed.
7742
7743         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7744         Emacs 21 is running.
7745
7746         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7747         Emacs 21 is running.
7748
7749         * wl-e21.el: New file.
7750
7751 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7752
7753         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7754         (wl-toggle-plugged): Ditto.
7755         (wl-plugged-toggle): Ditto.
7756         (wl-plugged-toggle-all): Ditto.
7757
7758         * wl-vars.el (wl-plug-state-indicator): Refer
7759         `wl-plug-state-indicator-on' indirectly.
7760
7761 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7764         Call `wl-folder-confirm-existence'.
7765
7766         * wl-folder.el (wl-folder-confirm-existence): Added optional
7767         argument `force'.
7768
7769 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7770
7771         * wl-summary.el (wl-summary-refile-subr): Assume
7772         `copy-or-refile' as symbol.
7773         (wl-summary-refile): Follow up above change.
7774         (wl-summary-copy): Ditto.  Doc fix.
7775
7776 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * wl-summary.el (wl-summary-pick): Don't bind
7779         `elmo-search-mime-charset'.
7780
7781         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7782         default using old backquote style.
7783         (wl-search-mime-charset): Abolished.
7784
7785         * wl-highlight.el (wl-highlight-headers):
7786         Call `point' after `re-search-forward'(for Nemacs).
7787
7788         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7789         for elmo-imap4.el.
7790
7791 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7792
7793         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7794         `wl-message-ignored-field-list' instead of
7795         `mime-view-ignored-field-list'.
7796
7797         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7798         Add interactive spec.
7799         (wl-folder-goto-bottom-of-current-folder): Ditto.
7800         (wl-folder-mode-map): Bind them.
7801
7802         * wl-vars.el (wl-message-ignored-field-list): New variable.
7803         (wl-message-visible-field-list): New variable.
7804
7805         * wl-mime.el (wl-mime-header-presentation-method): New function.
7806         (wl-mime-setup): Set header-presentation-method.
7807
7808 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7809
7810         * wl-nemacs.el (wl-draft-overload-functions): Set
7811         `mode-line-buffer-identification' instead of using
7812         `wl-make-modeline'.
7813
7814         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7815         instead of using `wl-make-modeline'.
7816
7817         * wl-xmas.el (wl-plugged-init-icons): Set up
7818         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7819         (wl-make-modeline): Abolish.
7820         (wl-draft-overload-functions): Set
7821         `mode-line-buffer-identification' instead of using
7822         `wl-make-modeline'.
7823
7824         * wl-util.el (wl-make-modeline-subr): Abolish.
7825         (wl-mode-line-buffer-identification): New alias.
7826
7827         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7828         (wl-summary-make-modeline): Abolish.
7829         (wl-summary-buffer-set-folder): Set
7830         `wl-summary-buffer-folder-indicator'.
7831         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7832         of using `wl-make-modeline'.
7833         (wl-summary-switch-to-clone-buffer): Don't set
7834         `mode-line-buffer-identification'.
7835         (wl-summary-goto-folder-subr): Ditto.
7836
7837         * wl-mule.el (wl-draft-overload-functions): Set
7838         `mode-line-buffer-identification' instead of using
7839         `wl-make-modeline'.
7840
7841         * wl-folder.el (wl-folder-mode): Set
7842         `mode-line-buffer-identification' instead of using
7843         `wl-make-modeline'.
7844         (wl-folder): Don't set `mode-line-buffer-identification'.
7845
7846 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7847
7848         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7849         instead of `member' for `wl-refile-guess-func-list' look-ups.
7850         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7851
7852 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7853
7854         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7855         `wl-message-button-dispatcher'.
7856
7857         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7858
7859         * wl-message.el (wl-message-button-dispatcher): Use it.
7860
7861         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7862         "In-Reply-To".
7863
7864         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7865         Bind `case-fold-search' to t.
7866
7867 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7868
7869         * wl-xmas.el (wl-message-overload-functions): Initialize
7870         `wl-message-button-map'.
7871
7872         * wl-mule.el (wl-message-overload-functions): Initialize
7873         `wl-message-button-map'.
7874
7875         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7876
7877         * wl-message.el (wl-message-button-map): New keymap.
7878         (wl-message-add-button): New function.
7879         (wl-message-button-dispatcher): New function.
7880         (wl-message-button-refer-article): New function.
7881
7882         * wl-highlight.el
7883         (wl-highlight-message-add-buttons-to-header): New function.
7884         (wl-highlight-headers): Use it.
7885
7886 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7887
7888         * wl-summary.el (wl-summary-default-from): Use
7889         `wl-address-get-petname-1'.
7890         (wl-summary-simple-from): Ditto.
7891
7892         * wl-address.el (wl-address-get-petname-1): New inline function.
7893         (wl-address-get-petname): Use it.
7894
7895 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7896
7897         * wl-summary.el (wl-summary-default-from): Return full-name part
7898         from the address if no petname was found.
7899         (wl-summary-simple-from): Ditto.
7900
7901         * wl-address.el (wl-address-get-petname): Return nil if no petname
7902         associated with the address was found.
7903
7904 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7905
7906         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7907         display is finished.
7908
7909 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7910
7911         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7912         `elmo-folder-exists-p' argument.
7913
7914 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7915
7916         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7917         the folder.
7918
7919 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7922
7923         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7924         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7925
7926 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7927
7928         * wl-folder.el (wl-folder-create-subr): New function.
7929         (wl-folder-confirm-existence): Use it.
7930         (wl-folder-check-one-entity): Use it.
7931         Check the error symbol is derived from 'elmo-open-error.
7932
7933         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7934         `ignore-error'.
7935
7936 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7937
7938         * wl-util.el (toplevel): Add (eval-when-compile (require
7939         'elmo-util)).  (Maybe `provide' is typo.)
7940
7941 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7944         (I don't know why this was needed.)
7945
7946         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7947         Follow up changes for stream-type.
7948
7949         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7950         (wl-draft-elmo-nntp-send): Ditto.
7951
7952         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7953         (wl-nntp-posting-stream-type): Ditto.
7954         (wl-pop-before-smtp-ssl): Abolished.
7955         (wl-nntp-posting-ssl): Ditto.
7956
7957         * wl-address.el (wl-address-quote-specials): New function.
7958         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7959
7960         * wl-draft.el (wl-draft-reply): Ditto.
7961
7962 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7963
7964         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7965         use function `wl-string-match-assoc'.
7966
7967 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7970
7971         * wl-draft.el (wl-draft-deduce-address-list): New function.
7972         (wl-draft-parse-mailbox-list): Ditto.
7973         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7974         instead of `smtp-deduce-address-list'.
7975         (wl-draft-on-field-p): Follow group list.
7976
7977         * wl-address.el (wl-address-concat-token): New function.
7978         (wl-address-string-without-group-list-contents): Ditto.
7979         (wl-complete-field-body): Fixed problem of completion
7980         by japanese petname.
7981         (wl-address-make-completion-list): Rewrite.
7982
7983 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7984
7985         * wl-address.el (wl-address-make-completion-list): Completion by
7986         petname.
7987         (wl-complete-field-body): Likewise.
7988
7989 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7992         contains invalid address syntax.
7993
7994 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7995
7996         * wl-folder.el (wl-folder-check-entity-async): Use
7997         `elmo-nntp-spec-hostname'.
7998
7999 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8000
8001         * wl-summary.el (wl-summary-msgdb-load-async): Use
8002         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8003
8004 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl-draft.el (wl-draft-reply): Set argument
8007         `content-transfer-encoding' as nil.
8008
8009 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8010
8011         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8012         `wl-refile-alist'.
8013
8014 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8015
8016         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8017         (wl-draft-edit-string): Ditto.
8018         (wl-draft-forward): Ditto.
8019         * wl-summary.el (wl-summary-write): Ditto.
8020
8021 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * wl-summary.el (wl-summary-sync-update3): Call
8024         `wl-summary-buffer-number-column-detect'.
8025         (wl-summary-buffer-number-column-detect): Search from point-min.
8026
8027 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8030         contains an address which is not included in original to or cc.
8031
8032 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8033
8034         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8035         begin-line does not exist.
8036         * wl-message.el (wl-message-uu-substring): Ditto.
8037
8038 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8041         clear local variables.
8042         (wl-summary-exit): Call `elmo-commit'.
8043         (wl-summary-switch-to-clone-buffer): Call
8044         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8045         (wl-summary-goto-folder-subr): Ditto.
8046
8047         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8048         POP folder.
8049
8050 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8053         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8054         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8055         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8056         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8057         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8058
8059         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8060
8061 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8062
8063         * wl-summary.el (wl-summary-search-by-subject):
8064         Search parent message from the latest one.
8065
8066 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8069         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8070
8071         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8072         New user option.
8073
8074         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8075         if elmo-nntp-use-killed-list is nil.
8076         Use `elmo-msgdb-append-to-killed-list'.
8077         (Append numbers confirmed as disappeared to the killed list.)
8078         (wl-summary-confirm-appends): Don't display negative number.
8079
8080 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8081
8082         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8083
8084 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8085
8086         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8087         range is `all'.
8088         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8089         `elmo-list-bigger-diff'.
8090
8091 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-summary.el (wl-summary-buffer-exit-func):
8094         New buffer local variable.
8095         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8096
8097 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8098
8099         * wl-demo.el (wl-demo): Fix the last change.
8100
8101 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8102
8103         * wl-demo.el (wl-demo): Don't use `eval'.
8104
8105 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8106
8107         * wl-summary.el (wl-summary-buffer-thread-modified):
8108         New buffer-local variable.
8109         (wl-summary-set-thread-modified): New function.
8110         (wl-summary-thread-modified-p): New function.
8111         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8112         (wl-summary-yank-saved-message): Use function
8113         `wl-summary-set-thread-modified'
8114         (wl-summary-switch-to-clone-buffer): Add
8115         `wl-summary-buffer-thread-modified'.
8116
8117         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8118         (wl-summary-buffer-mark-saved-hook): Ditto.
8119         * wl-summary.el (wl-summary-msgdb-save): New hook
8120         `wl-summary-buffer-message-saved-hook' and
8121         `wl-summary-buffer-mark-saved-hook'.
8122
8123 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8124
8125         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8126
8127 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8128
8129         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8130         don't hide scroll bars under FSF Emacsen because it may incur an
8131         undesirable redrawing.
8132
8133 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8134
8135         * wl-draft.el (wl-draft-edit-string): Call
8136         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8137
8138 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8139
8140         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8141
8142 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8143
8144         * wl-summary.el (wl-summary-msgdb-load-async): Call
8145         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8146
8147 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8148
8149         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8150         fringes in demo buffer; center bitmap logo correctly even if old
8151         Mule is used.
8152
8153 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8154
8155         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8156
8157         * wl-refile.el (wl-refile-subject-alist): New variable.
8158         (wl-refile-subject-alist-file-name): Ditto.
8159         (wl-refile-alist-setup): Rewrite.
8160         (wl-refile-alist-save): Use `elmo-object-save'.
8161         Eliminated arguments.
8162         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8163         (wl-refile-guess-by-subject): New function.
8164         (wl-refile-guess-func-list): Added it.
8165
8166 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8167
8168         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8169         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8170
8171 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8174         New buffer-local variable.
8175         (wl-summary-buffer-next-folder-func): Ditto.
8176         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8177         if non-nil.
8178         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8179         if non-nil.
8180         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8181         if non-nil.
8182         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8183         if non-nil.
8184
8185 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8186
8187         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8188         permanently in the demo buffer.
8189
8190 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8193         `mime-entity-fetch-field'.
8194
8195         * wl.el (wl-exit): Delete plugged buffer.
8196
8197         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8198         XEmacs has menubar feature.
8199
8200 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8201
8202         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8203         cannot arrive at the beginning of the buffer under old Emacsen.
8204
8205 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-address.el (wl-address-ldap-search):
8208         Call `ldap-search-entries' with `withdn' argument t.
8209         (wl-complete-field-body): Bind completion-ignore-case as t.
8210         Clear ldap search hash when it was sole completion.
8211         Use elmo-string for pattern string.
8212         (wl-ldap-alias-safe-string): Eliminated needless let.
8213
8214 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8215
8216         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8217         (wl-ldap-alias-sep): New constant.
8218         (wl-ldap-search-attribute-type-list): Ditto.
8219         (wl-ldap-get-value): New function.
8220         (wl-ldap-make-filter): Ditto.
8221         (wl-ldap-make-matched-value-list): Ditto.
8222         (wl-ldap-alias-safe-string): Ditto.
8223         (wl-ldap-register-dn-string): Ditto.
8224         (wl-address-ldap-search): Rewrite.
8225
8226 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8227
8228         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8229         thread is deleted.
8230         (wl-thread-delete-line-from-buffer): Ditto.
8231         (wl-thread-get-exist-children): New function.
8232
8233 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8234
8235         * wl-demo.el (wl-demo): Made it to select various image types.
8236         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8237         from `wl-title-logo'.
8238         (wl-logo-ascii): New variable.
8239         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8240         (wl-demo-copyright-notice): New constant.
8241
8242         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8243
8244 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8245
8246         * wl-vars.el (wl-summary-target-above): Renamed from
8247         wl-summary-temp-above.
8248         * wl-score.el (wl-score-get-score-alist): Use it.
8249         (wl-summary-score-update-all-lines): Use it.
8250         * wl-summary.el: Ditto. (make-variable-buffer-local).
8251
8252 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-vars.el (wl-ldap-port): New user option.
8255
8256         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8257         Rewite whole implementation.
8258         (wl-complete-field-body): Fixed.
8259
8260 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8261
8262         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8263         Choose implementation at compile time.
8264
8265 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8266
8267         * wl-address.el (wl-ldap-search-internal): New function.
8268         (wl-complete-field-to): Use it.
8269
8270 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8273         Use `let' instead of `let*'.
8274         Require 'wl-vars.
8275
8276         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8277         Define as defcustom.
8278         (wl-ldap-base): Ditto.
8279         (wl-use-ldap): Ditto.
8280
8281 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8282
8283         * wl-address.el (wl-ldap-search): New function.
8284         (wl-complete-field-body): Use `wl-ldap-search'.
8285         (wl-ldap-server): New variable.
8286         (wl-ldap-base): Ditto.
8287         (wl-use-ldap): Ditto.
8288
8289 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8290
8291         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8292         (Pointed out by Mito <mit@nines.nec.co.jp>).
8293         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8294         buffer-local variables like `wl-summary-redisplay-internal'.
8295         (wl-summary-redisplay-all-header): Likewise.  Update
8296         Summary view too.
8297
8298 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-summary.el (wl-summary-jump-to-parent-message):
8301         Consider prefix argument.
8302
8303         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8304         when closed thread is deleted.
8305
8306 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8307
8308         * wl-summary.el (wl-summary-jump-to-parent-message):
8309         Consider thread modification.
8310
8311 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8312
8313         * wl-message.el (wl-message-normal-get-original-buffer): Use
8314         `save-excursion'.
8315
8316         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8317         (wl-summary-showto-folder-regexp): Ditto.
8318
8319 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8320
8321         * wl-util.el (wl-delete-alist): Doc fix.
8322         (wl-delete-associations): New function.
8323         (wl-inverse-alist): New function.
8324         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8325         Split temporary variables. Use `wl-delete-associations'
8326         and `wl-inverse-alist'.
8327         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8328
8329 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-folder.el (wl-folder-prefetch-entity):
8332         Execute prefetching if new count is unknown.
8333
8334 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8335
8336         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8337
8338         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8339         delete entity.
8340         (wl-thread-set-parent): If insert as top, set linked as nil.
8341
8342         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8343         `wl-thread-cleanup-symbols' when view mode is thread.
8344
8345 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8346
8347         * wl-folder.el (wl-folder-create-folder-entity): Use
8348         with-current-buffer.
8349         (wl-local-folder-init): Call set-buffer to make sure we are in
8350         the Folder buffer. Don't touch buffer-local variables here.
8351         (wl-folder-mode): Initialize buffer-local variables here.
8352
8353         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8354         (wl-folder-entity-assign-id): Ditto.
8355         (wl-folder-create-entity-hashtb): Ditto.
8356         (wl-local-folder-init): Ditto.
8357         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8358
8359 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8360
8361         * wl-summary.el (wl-summary-default-from): Fix probrem when
8362         std11-extract-address-components return (nil "foo@bar").
8363
8364 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8365
8366         * wl-draft.el (wl-draft-clone-local-variables):
8367         Remove redundant `setq'.
8368
8369 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8372         Bind wl-highlight-x-face-func as nil while highlighting header.
8373
8374 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8375
8376         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8377
8378 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8379
8380         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8381         elmo-msgdb-overview-hashtb from copy-variables.
8382         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8383         instead of `elmo-msgdb-overview-get-entity-by-number'.
8384         (wl-summary-auto-refile): Ditto.
8385
8386         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8387         `elmo-msgdb-overview-get-entity' instead of
8388         `elmo-msgdb-search-overview-entity'.  Use
8389         `elmo-msgdb-overview-get-entity' instead of
8390         `elmo-msgdb-overview-get-entity-by-number'.
8391         (wl-thread-insert-entity-sub): Ditto.
8392         (wl-thread-insert-message): Ditto.
8393
8394         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8395         `elmo-msgdb-overview-get-entity'.
8396         (wl-normal-message-redisplay): Ditto.
8397
8398 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8399
8400         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8401         `wl-thread-entities'.
8402         (wl-thread-delete-message): Fix remove top message from
8403         `wl-thread-entity-list'.
8404
8405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8406         wl-append(nconc), because update-list is broken on Meadow.
8407
8408         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8409         updating process.
8410         (wl-summary-rescan): Ditto.
8411         (wl-summary-sync-update3): Ditto.
8412         * wl-thread.el (wl-thread-set-parent): Renamed from
8413         `wl-summary-set-parent'.
8414         (wl-thread-insert-message): Updating buffer faster.
8415         (wl-thread-delete-message): Updating buffer faster.
8416
8417         * wl-score.el (wl-summary-score-update-all-lines): Changed
8418         interval for display progress gauge.
8419
8420 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8421
8422         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8423         folder always-sticky.
8424         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8425         defmacro.
8426
8427 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * wl-vars.el (wl-draft-add-references): New user option.
8430
8431         * wl-draft.el (wl-draft-add-references): New function.
8432         (wl-draft-yank-from-mail-reply-buffer): Use it.
8433         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8434         as nil.
8435
8436 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8437
8438         * wl-thread.el (wl-thread-update-line-msgs): Called
8439         `wl-thread-update-line-on-buffer-sub'.
8440         (wl-thread-update-line-on-buffer): Delete routine of inserting
8441         thread.
8442         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8443         moved from `wl-thread-update-line-on-buffer'.
8444         Add threshold for displaying progress gauge.
8445         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8446         argument of `wl-thread-update-line-msgs'.
8447         Add threshold for displaying progress gauge.
8448         * wl-folder.el:
8449         Add threshold for displaying progress gauge.
8450         * wl-score.el: Ditto.
8451
8452         * wl-expire.el (wl-summary-expire): Display deleting info.
8453
8454 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8457         `no-msg'.
8458         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8459         argument of `wl-thread-update-line-msgs'.
8460         (wl-summary-set-parent): Added optional argument `parent-number'.
8461         (wl-summary-buffer-saved-message): New buffer local variable.
8462         (wl-summary-save-current-message): New command.
8463         (wl-summary-yank-saved-message): Ditto.
8464         (wl-summary-mode-map): Added key binding for
8465         `wl-summary-save-current-message' (\ew) and
8466         `wl-summary-yank-saved-message' (\C-y).
8467         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8468
8469 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-summary.el (wl-summary-mode-map): Added key binding for
8472         `wl-summary-set-parent' (ts).
8473
8474 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8475
8476         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8477         subject faster. If thread number is reverse, delayed updating
8478         thread.
8479         (wl-summary-search-by-subject): Ditto.
8480         (wl-summary-put-alike): Ditto.
8481         (wl-summary-get-alike): Ditto.
8482         (wl-summary-insert-headers): Insert header of all overview in
8483         buffer.
8484         (wl-summary-rescan): Delayed updating thread. Kill search subject
8485         buffer for wl-summary-search-by-subject.
8486         (wl-summary-sync-update3): Ditto.
8487         (wl-summary-exit): Ditto.
8488         (wl-summary-goto-bottom-of-current-thread): Change for linked
8489         thread.
8490         (wl-summary-overview-create-summary-line): Change line for linked
8491         thread.
8492
8493         * wl-summary.el (wl-summary-update-thread): Use
8494         wl-thread-maybe-get-children-num.
8495         (wl-summary-set-parent): If change parent, move sub thread.
8496         (wl-summary-redisplay-internal): Add horizontal recenter.
8497         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8498
8499         * wl-thread.el (wl-thread-entity-get-linked): New function.
8500         (wl-thread-entity-set-linked): New function.
8501         (wl-thread-create-entity): Add linked element.
8502         (wl-thread-entity-insert-as-top): Use wl-append.
8503         (wl-thread-maybe-get-children-num): If closing thread, return
8504         children msgs.
8505         (wl-thread-update-line-msgs): Displaying progress message.
8506         (wl-thread-update-line-on-buffer-sub): Use
8507         wl-thread-maybe-get-children-num.
8508         (wl-thread-update-line-on-buffer): If update line is not exists,
8509         insert thread.
8510         (wl-thread-delete-message): If delete top msg of thread, search
8511         parent by subject.
8512         (wl-thread-insert-entity): Use
8513         wl-thread-maybe-get-children-num.
8514
8515         * wl-highlight.el (wl-highlight-summary-current-line): change
8516         sregexp for linked thread.
8517         * wl-util.el (wl-count-lines): Count lines.
8518         (wl-horizontal-recenter): horizontal recenter.
8519         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8520         (wl-score-get-alike): Ditto.
8521         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8522         (wl-subject-length-limit): New variable.
8523         (wl-highlight-thread-indent-string-regexp): Changed for linked
8524         thread.
8525
8526 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8529         New variable (revival).
8530         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8531         by subject matching if there's no in-reply-to nor references field
8532         (revival).
8533
8534 \f
8535 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8538         message.
8539
8540 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-summary.el (wl-summary-reply): Return t if there was a
8543         message at cursor point.
8544         Added unwind-protect.
8545         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8546         returns t.
8547         (wl-summary-cancel-message): Do nothing when there's no message at
8548         cursor point.
8549         (wl-summary-forward): Ditto.
8550         (wl-summary-jump-to-parent-message): Ditto.
8551         (wl-summary-reedit): Ditto.
8552         (wl-summary-edit-addresses): Ditto.
8553         (wl-summary-pipe-message): Ditto.
8554         (wl-summary-print-message-with-ps-print): Ditto.
8555         (wl-summary-print-message): Ditto.
8556         (wl-summary-mark-as-important): Ditto.
8557         (wl-summary-mark-as-unread): Ditto.
8558
8559         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8560         message at cursor point.
8561         (wl-summary-reply-with-citation): Remove unwind-protect.
8562
8563         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8564         subject searching feature.
8565         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8566         Eliminated.
8567
8568 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8571         New variable.
8572         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8573         by subject matching if there's no in-reply-to nor references field.
8574
8575         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8576
8577         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8578         when display is finished.
8579         (wl-folder-open-all): Ditto.
8580         (wl-folder-update-access-group): Ditto.
8581         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8582         * wl-thread.el (wl-thread-close-all): Ditto.
8583
8584         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8585         progress gauge only when it was displayed.
8586         * wl-folder.el (wl-folder-insert-entity): Ditto.
8587
8588 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-summary.el (wl-summary-incorporate): Enclose
8591         `wl-summary-sync-force-update' with save-excursion.
8592
8593 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8594
8595         * wl-summary.el (wl-summary-prefetch-region):
8596         Pass current cursor point to `pos-visible-in-window-p' after
8597         moving cursor to the started point.
8598
8599 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8600
8601         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8602
8603         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8604         fields from the forwarding message.
8605         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8606         `ignored-fields'.
8607
8608 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8609
8610         * wl-mime.el (wl-message-request-partial):
8611         Eliminated argument `msgdb'.
8612         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8613         (wl-mime-combine-message/partial-pieces): Likewise.
8614         * tm-wl.el (wl-message-request-partial): Likewise.
8615         (wl-mime-combine-message/partial-pieces): Likewise.
8616
8617 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8618
8619         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8620         when display is finished.
8621
8622 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8623
8624         * wl-summary.el (wl-summary-goto-folder-subr):
8625         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8626
8627 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8630         when cursor point is visible.
8631
8632 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8633
8634         * wl-expire.el (wl-expire-archive-get-max-number):
8635         Don't use `file-name-directory'.
8636
8637 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-expire.el (wl-expire-archive-get-max-number):
8640         Use `file-name-directory'.
8641
8642 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8645         only when there is progress.
8646
8647 2000-04-13  Mito <mit@nines.nec.co.jp>
8648
8649         * wl-summary.el (wl-summary-sync-marks): Display progress.
8650
8651 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8654         (wl-summary-prev): Move cursor regardless of unread status.
8655         (wl-summary-next): Ditto.
8656
8657 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8660         Added argument `target' and `number'.
8661         * tm-wl.el (wl-summary-burst-subr): New function.
8662         (wl-summary-burst): Use it.
8663
8664 2000-04-10  Mito <mit@nines.nec.co.jp>
8665
8666         * wl-mime.el (wl-burst): New function.
8667         (wl-summary-burst): Use it.
8668
8669 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8670
8671         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8672         as petname when there's no candidate.
8673
8674 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8677         New variable.
8678         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8679
8680         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8681
8682         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8683
8684 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8687         Use substring of `original' instead of buffer-substring.
8688         (wl-refile-evaluate-rule):
8689         Set `original' argument of wl-refile-expand-newtext.
8690
8691         * wl-summary.el
8692         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8693         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8694         (wl-summary-auto-refile): Check existence of destination folder just
8695         before marking.
8696
8697 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8698
8699         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8700         when wl-refile-get-field-value return nil.
8701
8702 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8703
8704         * wl-refile.el
8705         (wl-refile-expand-newtext): New function imported from Gnus.
8706         (wl-refile-evaluate-rule): Use it.
8707
8708 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * wl-summary.el (wl-summary-print-destination):
8711         Duplicate folder string to avoid putting text-property on
8712         original string.
8713
8714         * wl-refile.el (wl-refile-get-field-value): New function.
8715         (wl-refile-evaluate-rule): New function;
8716         Evaluate refile rule recursively.
8717         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8718         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8719         New function; Check existence of a target folder recursively.
8720         (wl-summary-auto-refile-check-refile-rule-alist):
8721         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8722
8723 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8726
8727         * wl-folder.el (wl-create-folder-entity-from-buffer):
8728         Fixed problem when '}' character is contained in folder name.
8729
8730         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8731
8732 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8733
8734         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8735         (wl-fldmgr-add-completion-all-completions):
8736         Use wl-fldmgr-add-completion-hashtb.
8737
8738 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8739
8740         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8741         wl-fldmgr-add-completion-subr): New functions.
8742         * wl-folder.el (wl-folder-completion-func): New variable.
8743         * wl-summary.el (wl-summary-read-folder):
8744         Use wl-folder-completion-func.
8745
8746         * wl-refile.el: Eliminate throw & catch.
8747
8748         * wl.el (wl-plugged-sending-queue-status): Fixed.
8749
8750 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8751
8752         * wl-draft.el (wl-draft): Put category property on
8753         mail-header-separator.