fd5f545071753dfa5d659459ca661138c56f56ce
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-folder.el (wl-folder): Abolish unused argument.
4         Call wl-folder-init when wl-folder-entity is nil.
5         * wl.el (wl): Change accordingly.
6
7 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
10         multibyte string before insert into draft buffer.
11         (wl-draft-create-buffer): Always enable multibyte characters for
12         draft buffer.
13
14         * Version number is increased to 2.11.28.
15
16 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-folder.el (wl-folder-open-close): Handle blank line.
19         (wl-folder-jump-to-current-entity): Ditto.
20
21 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * Version number is increased to 2.11.27.
24
25 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-thread.el (wl-thread-insert-message): When the thread is
28         devided by wl-summary-max-thread-depth, insert line at the end of
29         buffer.
30
31 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * Version number is increased to 2.11.26.
34
35 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
36
37         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
38
39 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
42         value of stream-type and session.
43
44 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * Version number is increased to 2.11.25.
47
48 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
49
50         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
51         in a quit message.
52
53 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
56         (wl-summary-redisplay-no-mime-internal): Ditto.
57
58 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
61         * wl-vars.el (wl-smtp-connection-type): Ditto.
62
63 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
64
65         * wl-highlight.el (wl-highlight-message): Change to strict regexp
66         for the separator line and quote mail-header-separator.
67
68 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-spam.el (wl-message-check-spam): Fixed problem no display
71         result message.
72
73         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
74         `elmo-multiple-fields-body-list' with boundary as
75         mail-header-separator.
76
77 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
78
79         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
80
81 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
82
83         * wl-util.el (wl-list-diff): Remove unused function.
84
85         * wl-draft.el (wl-draft-send-confirm): Discard input before
86         confirmation.
87
88 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
91         order of flag and new.
92
93 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-vars.el (wl-refile-policy-alist): Abolished.
96
97         * wl-action.el (wl-summary-set-action-refile): Follow the change
98         above.
99
100 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * wl-highlight.el (wl-highlight-signature-search): Don't use
103         re-search-backward for a long word since it is possible to crash
104         XEmacs because of a bug.
105
106 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
107
108         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
109
110 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
111
112         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
113         argument for wl-summary-sync-force-update.
114
115 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-summary.el (wl-summary-mode-map): Revival of
118         wl-summary-mark-as-important related bindings;
119         Bind 'F','tF','mF','rF','m&'.
120         (wl-summary-mark-as-important-region): Revival.
121         (wl-summary-target-mark-mark-as-important): Ditto.
122         (wl-summary-target-mark-operation): New function.
123         (wl-summary-target-mark-mark-as-answered): Use it.
124         (wl-summary-decide-flag): Don't set Important as default.
125         (wl-summary-mark-as-important-internal): Revival.
126         (wl-summary-mark-as-important): Ditto.
127
128         * wl-thread.el (wl-thread-mark-as-important): Ditto.
129
130         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
131         instead of facep.
132
133 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
134
135         * wl-dnd.el (wl-dnd-drop-func): Fix.
136
137         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
138         mouse-set-point instead of posn-point.
139
140         * wl-xmas.el (wl-completing-read-multiple): Define as function.
141
142         * wl-mule.el (wl-completing-read-multiple): Ditto.
143
144 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-demo.el (face-background-name): Defalias to avoid compile
147         warning.
148
149 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
150
151         * wl-summary.el (wl-summary-decide-flag): Use
152         wl-completing-read-multiple instead of completing-read-multiple.
153
154         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
155         New alias.
156
157         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
158         Use face-background-name instead of face-background.
159
160         * wl-vars.el (wl-summary-save-file-suffix): New user option.
161
162         * wl-summary.el (wl-summary-save): Use it.
163         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
164
165         * wl-mime.el (wl-mime-save-content): Fix last change.
166
167 2004-02-10  Len Trigg <lenbok@myrealbox.com>
168
169         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
170         New function.
171         (wl-summary-sort-specs): Added sort.
172         * wl-mime.el (wl-mime-save-content): Expand file name.
173
174 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
175
176         * wl-mime.el (wl-draft-preview-message): Fixed typo.
177
178         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
179
180 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
183         for flag if it is not defined.
184
185 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
186
187         * wl-e21.el (wl-highlight-folder-current-line): Use
188         elmo-folder-type-internal when elmo-folder-type returns nil.
189
190         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
191
192         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
193
194         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
195
196         * wl-e21.el (wl-summary-toolbar): Ditto.
197
198         * wl-vars.el (wl-demo-background-color): Abolished.
199         (wl-summary-persistent-mark-priority-list): Renamed from
200         wl-summary-flag-priority-list.
201         (wl-summary-flag-alist): New user option.
202         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
203         (wl-message-mode-line-format-spec-alist): Added 'F'.
204         (wl-message-mode-line-format): Likewise.
205         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
206         instead of wl-summary-important-mark.
207         (wl-file-folder-icon): New variable.
208
209         * wl-thread.el (wl-thread-set-flags): Renamed from
210         wl-thread-mark-as-important.
211
212         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
213         warning.
214         (wl-summary-mode-menu-spec): Follow the change of 
215         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
216         (wl-summary-mode-map): Follow the change of
217         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
218         (wl-summary-detect-mark-position): Follow the variable name change.
219         (wl-summary-set-flags-region): New function for the replacement of
220         wl-summary-mark-as-important-region.
221         (wl-summary-sync-marks): Sync all global-flags.
222         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
223         instead of elmo-message-flagged-p.
224         (wl-summary-persistent-mark-string): Follow the variable name change;
225         Put wl-summary-flag-mark if the message has global-flag.
226         (wl-summary-target-mark-set-flags): Renamed from 
227         wl-summary-target-mark-mark-as-important.
228         (wl-summary-decide-flag): New function.
229         (wl-summary-set-flags-internal): Renamed from
230         wl-summary-mark-as-important-internal.
231         (wl-summary-add-flags-internal): New function.
232         (wl-summary-remove-flags-internal): Ditto.
233         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
234         (wl-summary-mark-as-unimportant): Abolish.
235         (wl-summary-move-spec-alist): Changed `important' to `digest'.
236         (wl-summary-next-message): List flagged messages in the msgdb.
237
238         * wl-score.el (wl-summary-score-update-all-lines): Use
239         wl-summary-add-flags-internal instead of 
240
241         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
242
243         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
244         from wl-message-buffer-cur-flag (To avoid misunderstanding).
245         (wl-message-buffer-require-all-header): Renamed from
246         wl-message-buffer-all-header-flag (Ditto).
247         (wl-message-buffer-flag-indicator): New variable.
248         (wl-message-redisplay): Changed local varibale name from `flag' to
249         `display-type'; Set up wl-message-buffer-flag-indicator.
250         (wl-message-buffer-display): Changed varibale name from `flag' to
251         `display-type'.
252         (wl-message-display-internal): Likewise.
253
254         * wl-highlight.el (wl-highlight-demo-face): Define default background
255         color.
256         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
257
258         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
259
260         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
261         (wl-demo-setup-properties): Renamed from
262         `wl-demo-set-background-color'.
263         (wl-demo): Follow the change above.
264         
265         * Version number is increased to 2.11.24.
266
267 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-toggle-thread): Call
270         `wl-summary-rescan' with disable-thread as non-nil.
271         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
272
273 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
276         foreground property of the face.
277         (wl-demo-insert-text): Don't set up face property here.
278         (wl-demo): Call wl-demo-set-background-color, anyway.
279
280 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-vars.el (wl-demo-background-color): The value can be nil.
283
284 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
287         to wl-summary-wheel-dispatcher.
288
289         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
290         wl-message-wheel-dispatcher.
291         (wl-message-wheel-dispatcher): New function.
292         (wl-summary-wheel-dispatcher): Ditto.
293
294 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
295
296         * wl-action.el (wl-summary-target-mark-all): List messages which are
297         not in the killed-list.
298
299         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
300         only when the folder is 'flag/important.
301
302         * wl-address.el (wl-complete-field-body): Complete if the last
303         character is a space.
304
305 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * wl-folder.el (wl-folder-clear-entity-info): Use
308         elmo-clear-hash-val.
309
310         * wl-fldmgr.el (wl-fldmgr-rename): Set
311         wl-folder-info-alist-modified as t.
312
313 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
316
317 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
320         (wl-folder-buffer-last-visited-entity-id): New buffer local
321         variable.
322         (wl-folder-revisit-last-visited-folder): New function.
323         (wl-folder-mode-map): Bind it to "C-i".
324         (wl-folder-set-current-entity-id): Set last visited folder.
325         * wl-summary.el (wl-summary-exit): Ditto.
326
327 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
330         before calling `recenter' in order to cope with an XEmacs bug.
331
332 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
335         to the default value.
336
337 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
338
339         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
340         change.
341         (wl-summary-sync-marks): Ditto.
342         (wl-summary-mark-as-read-internal): Ditto.
343         (wl-summary-mark-as-answered-internal): Ditto.
344         (wl-summary-mark-as-important-internal): Ditto.
345         (wl-summary-reply): Ditto.
346
347         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
348         instead of `elmo-folder-unflag-answered'.
349
350         * Version number is increased to 2.11.23.
351
352         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
353         the last change.
354
355 2004-01-11  Kenichi Okada  <okada@opaopa.org>
356
357         * wl-spam.el (wl-summary-exec-action-refile-with-register):
358         Specify "spam" or "good".
359
360 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
361
362         * wl-spam.el (wl-summary-exec-action-spam): Call
363         wl-folder-confirm-existence for spam folder.
364         (wl-spam-setup): Bind "mk".
365
366 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
369
370 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
373         destination folder is empty.
374
375 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
376
377         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
378         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
379
380         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
381         (wl-summary-refile-prev-destination-region): New function.
382         (wl-thread-refile-prev-destination): Ditto.
383         (wl-summary-target-mark-refile-prev-destination): Ditto.
384
385 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
386
387         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
388         (wl-demo-background-color): Changed default value.
389
390         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
391         color.
392
393         * wl-demo.el (wl-demo-set-background-color): New function.
394         (wl-demo): Call it.
395
396 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-address.el (wl-address-delete): Avoid mis-deleting.
399         * wl-address.el (wl-address-add-or-change): Don't add empty
400         address.
401
402 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
403
404         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
405
406 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-vars.el (wl-demo-image-filter-alist): New variable
409         (wl-demo-background-color): Ditto.
410
411         * wl-demo.el (wl-demo-xpm-set-background): New function.
412         (wl-demo-image-filter): Ditto.
413         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
414
415         * wl-vars.el (wl-demo-icon-name-alist): New variable.
416
417         * wl-demo.el (wl-demo-icon-name): Define as function.
418         (wl-demo-insert-image): Use it.
419
420 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
421
422         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
423
424 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
425
426         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
427
428 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
429
430         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
431
432 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-thread.el (wl-thread-mark-as-answered): New function.
435
436         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
437         answered" entry.
438         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
439         "r&" and wl-thread-mark-as-answered to "t&".
440         (wl-summary-mark-as-important-region): Refine to toggle mark.
441         (wl-summary-mark-as-answered-region): New function.
442         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
443         and 3rd argument.
444         (wl-summary-mark-as-important-internal): Likewise.
445
446 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-template.el (wl-template-preview): New internal variable.
449         (wl-template-preview-p): New function.
450         (wl-template-show): Bind `wl-template-preview' as t.
451
452 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
455         `elmo-message-entity-field' with 3rd argument which is non-nil.
456
457 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
460         Removed duplicate local bind `folder'.
461
462 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
465
466 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
469         duplicate definition.
470
471 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
474         non-nil, use it; Don't fetch message if there's no message in the
475         current cursor position.
476
477 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
478
479         * wl-util.el (wl-region-exists-p): Use region-active-p.
480         (wl-deactivate-region): New function.
481         * wl-message.el (wl-message-redisplay): Deactivate region.
482
483         * wl-summary.el (wl-summary-reply): Call
484         `wl-summary-set-message-buffer-or-redisplay' instead of
485         `wl-summary-redisplay-internal', don't move point.
486
487 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
490         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
491         by regexp.
492
493 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
496         if no need.
497
498 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
501         default value to nil.
502         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
503         `wl-summary-prepare-hook'; Replace refile action to
504         `wl-summary-exec-action-refile-with-register'.
505
506         * Version number is increased to 2.11.22.
507
508 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-summary.el (wl-summary-detect-mark-position): Set
511         `wl-summary-buffer-weekday-name-lang'.
512
513 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
514
515         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
516         (wl-summary-mark-as-read-all): Ditto.
517         (wl-summary-delete-messages-on-buffer): Ditto.
518         (wl-summary-sync-update): Ditto.
519         (wl-summary-mark-as-read-internal): Ditto.
520         (wl-summary-mark-as-answered-internal): Ditto.
521         (wl-summary-update-folder-info): Abolished.
522
523 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-summary.el (wl-summary-mark-as-read-all): Use
526         `wl-summary-update-folder-info' instead of
527         `wl-folder-update-unread'.
528
529 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
530
531         * wl-summary.el (wl-summary-update-folder-info): New function derived from
532         `wl-summary-folder-info-update'.
533         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
534         instead of `wl-summary-folder-info-update'.
535         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
536         `wl-folder-set-folder-updated'.
537         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
538         instead of `wl-folder-update-unread'.
539         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
540         the value of `wl-summary-buffer-unread-count' for the second parameter of
541         `wl-folder-update-unread'.
542
543         * Version number is increased to 2.11.21.
544
545 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
546
547         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
548         a local variable.
549
550 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-spam.el (wl-summary-mark-spam): Show message only if call
553         interactively.
554
555         * wl-summary.el (wl-summary-mark-as-important-internal): New
556         internal function.
557         (wl-summary-mark-as-important): Use it.
558         (wl-summary-mark-as-unimportant): New function.
559         (wl-summary-sync-marks): Follow the API change.
560
561         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
562
563         * wl-mime.el (wl-summary-burst): Check target folder is writable.
564
565 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
566
567         * wl-folder.el (wl-folder-update-unread): Re-indent.
568         Narrow the scope of a local variable.
569
570 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
573         (wl-addrmgr-merge-entries): Ditto.
574         (wl-addrmgr): Added to address entry which exists in draft buffer
575         if no entry is in original.
576
577 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
578
579         * wl-batch.el: New file.
580
581 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
582
583         * wl-vars.el (wl-use-semi): Remove unused variable.
584
585 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
586
587         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
588         "?".
589
590 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
593         wl-summary-new-mark.
594         (wl-summary-new-cached-mark): New user option.
595         (wl-summary-score-marks): Follow the change above.
596         (wl-summary-auto-refile-skip-marks): Ditto.
597         (wl-summary-incorporate-marks): Ditto.
598         (wl-summary-expire-reserve-marks): Ditto.
599
600         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
601
602         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
603         (wl-summary-persistent-mark-string): Distinguished between cached
604         and uncached mark when the message is new.
605
606 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-spam.el (wl-spam-domain): Renamed from
609         `wl-spam-folder-guess-domain'.
610         (wl-summary-exec-action-spam): Register as spam if domain of the
611         source folder is good.
612         (wl-summary-exec-action-refile-with-register): Register message if
613         domain of the source folder is not undecided.
614
615 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
618         detect thread loop.
619
620 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
623         and wl-summary-skip-mark-list.
624
625 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
628
629         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
630
631         * wl-spam.el (toplevel): Require wl-highlight.
632         (wl-spam-auto-check-policy-alist): Abolish.
633         (wl-spam-auto-check-folder-regexp-list): New user option.
634         (wl-spam-auto-check-marks): Ditto.
635         (wl-spam-mark-action-list): Ditto.
636         (wl-highlight-summary-spam-face): New face.
637         (wl-spam-auto-check-message-p): New function.
638         (wl-spam-map-spam-messages): Fixed message.
639         (wl-spam-register-spam-messages): Ditto.
640         (wl-spam-register-good-messages): Ditto.
641         (wl-summary-spam-map): Add and remove keybind.
642         (wl-summary-target-mark-spam): Abolish.
643         (wl-summary-refile-spam): Ditto.
644         (wl-summary-test-spam): New function.
645         (wl-summary-mark-spam): Ditto.
646         (wl-summary-auto-check-spam): Follow the above change.
647         (wl-summary-exec-action-spam): New function.
648         (wl-summary-exec-action-refile-with-register): Fixed message.
649         (wl-message-check-spam): New function.
650         (wl-spam-setup): Ditto.
651         (toplevel): Call it if this file is loaded interactivity.
652
653         * Version number is increased to 2.11.20.
654
655 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
658         when new optional argument `force' is non nil or modified.
659
660 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * wl.el (toplevel): Require wl-spam when compile.
663         (wl-save-status): Call wl-spam-save-status.
664
665         * wl-spam.el (wl-spam-register-spam-messages): New function.
666         (wl-spam-register-good-messages): Ditto.
667         (wl-spam-save-status): Ditto.
668         (wl-summary-mode-map): Bind
669         wl-summary-target-mark-register-as-spam to "ms" and
670         wl-summary-target-mark-register-as-good to "mn".
671         (wl-summary-register-as-spam): Abolish optional argument; Use
672         wl-spam-register-spam-messages.
673         (wl-summary-register-as-spam-all): Use
674         wl-spam-register-spam-messages.
675         (wl-summary-register-as-good): Abolish optional argument; Use
676         wl-spam-register-good-messages.
677         (wl-summary-register-as-good-all): Use
678         wl-spam-register-good-messages.
679         (wl-summary-target-mark-register-as-spam): New funtion.
680         (wl-summary-target-mark-register-as-good): Ditto.
681
682 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-spam.el: New file.
685
686 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
689
690         * wl-action.el (wl-auto-refile-guess-functions): New variable.
691         (wl-summary-auto-refile): Call wl-refile-guess with
692         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
693
694 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
697         with disable-thread argument non-nil.
698
699 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-summary.el (wl-summary-rescan): Added optional argument
702         disable-thread.
703         (wl-summary-sync): Call wl-summary-rescan with argument
704         disable-thread.
705         (wl-summary-input-range): Added new range `rescan-thread'.
706
707 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
710
711 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
714         internal variable.
715         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
716         wl-summary-search-parent-by-subject-regexp and
717         wl-summary-divide-thread-when-subject-changed as nil.
718         (wl-summary-insert-sequential): If entity is nil, nothing to do.
719         (wl-summary-insert-thread): Search parent entity from
720         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
721         thread loop.
722
723 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
724
725         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
726
727         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
728
729         * wl-util.el (wl-require-update-all-folder-p): New function.
730         (wl-get-assoc-list-value): Added `function' to match directive.
731         (wl-collect-draft): Rewrite.
732
733         * wl-summary.el (wl-summary-sync-update): Clear faces
734         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
735         are non-nil.
736         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
737         argument as function.
738         (wl-summary-input-range): Ditto.
739
740         * wl-folder.el (wl-draft-get-folder): New function.
741         (wl-folder-get-elmo-folder): Consider draft folder.
742
743         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
744         (wl-draft-buffer-message-number): New buffer local variable.
745         (wl-draft-folder-internal): New internal variable.
746         (wl-draft-delete): Rewrite.
747         (wl-draft-save): Ditto.
748         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
749         wl-folder-get-elmo-folder.
750         (wl-draft-config-info-operation): Ditto.
751         (wl-jump-to-draft-folder): Ditto.
752         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
753         (wl-draft-reedit): Rewrite.
754
755         * Version number is increased to 2.11.19.
756         
757 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
758
759         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
760         variable.
761
762 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
765         Use ignore-errors instead of unwind-protect.
766
767 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
768
769         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
770         for updating `wl-thread-entity-list'.
771
772 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
773
774         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
775         parameter from calling `wl-thread-entity-get-older-brothers' and
776         `wl-thread-entity-get-younger-brothers'.
777         Replace nested `append' with a single one.
778
779 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-summary.el (wl-summary-mode): Don't use the return value of
782         `make-local-hook'.
783
784 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
785
786         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
787         instead of `let*'.
788         (wl-thread-delete-message): Likewise.  Split and narrow the scope
789         of local variables.
790
791 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
794         Renamed from wl-summary-window-scroll-functions.
795         (wl-summary-window-scroll-functions): Don't set to variable.
796         (wl-summary-display-top): Use run-hooks.
797         (wl-summary-display-bottom): Ditto.
798         (wl-summary-toggle-disp-msg): Ditto.
799         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
800         Use it instead of wl-summary-window-scroll-functions.
801         (wl-summary-goto-folder-subr): Don't call
802         wl-summary-window-scroll-functions, use
803         wl-summary-buffer-window-scroll-functions instead.
804
805 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
808         make-local-variable.
809
810 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
811
812         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
813         set-buffer-modified-p.
814         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
815         (wl-summary-display-bottom): Ditto.
816         (wl-summary-toggle-disp-msg): Ditto.
817
818 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
821
822         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
823         (wl-summary-forward): Use elmo-message-entity-field instead of
824         elmo-message-field.
825
826         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
827
828 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-window-scroll-functions): No use
831         `append'.
832
833 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
834
835         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
836         function.
837         (wl-summary-window-scroll-functions): Call it when both
838         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
839         (wl-summary-temp-mark): Added optional argument number.
840         (wl-summary-message-mark): Added optional argument flag.
841         (wl-summary-persistent-mark): Added optional argument number and flag.
842         (wl-summary-update-persistent-mark): Ditto.
843         (wl-summary-update-status-marks): Set "r" for interactive spec.
844
845         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
846         argument number and flag.
847
848         * wl-action.el (wl-summary-registered-temp-mark): 
849         Do nothing when wl-summary-buffer-temp-mark-list is nil.
850
851 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
854         internal variable (buffer local).
855         (wl-summary-window-scroll-functions): New function.
856         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
857         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
858         as nil.
859         (wl-summary-update-status-marks): Added arguments beg, end and
860         check.
861         (wl-summary-update-mark-window): Use function.
862         (wl-summary-sync-update): Follow the change above.
863         (wl-summary-switch-to-clone-buffer): Copy
864         wl-summary-buffer-unsync-mark-number-list.
865         (wl-summary-goto-folder-subr): Set
866         wl-summary-buffer-unsync-mark-number-list and
867         use wl-summary-window-scroll-functions insteaf of
868         wl-summary-lazy-highlight.
869
870         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
871
872 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
875
876         * wl-summary.el (wl-summary-update-persistent-mark): Call
877         wl-summary-set-message-modified.
878
879         * wl-summary.el (wl-summary-sync-update): Don't call
880         wl-summary-update-status-marks.
881
882         * Version number is increased to 2.11.18.
883
884 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * wl-message.el (wl-message-prev-page): Use save-selected-window.
887         (wl-message-next-page): Ditto.
888
889 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
890
891         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
892         local variable.  Change the order of a collected list into the
893         same as the specified range.  Remove nil from a collected list.
894
895 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-summary.el (wl-summary-insert-headers): Set visible-only
898         argument for elmo-folder-list-messages.
899
900 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
903         change (wl-summary-count-unreads return a list instead of a cons
904         cell).
905
906 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
907
908         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
909         `wl-summary-folder-info-update'.
910
911 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-set-message-modified): No use
914         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
915         (wl-summary-set-mark-modified): Abolish.
916         (wl-summary-mark-modified-p): Ditto.
917         (wl-summary-save-view): Follow the change above.
918
919         * wl-expire.el (wl-summary-expire): Likewise.
920
921 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
922
923         * wl-summary.el (wl-summary-detect-mark-position): Use
924         modb-entity-handler.
925         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
926
927         * Version number is increased to 2.11.17.
928
929 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
932         entity field value.
933         (wl-summary-prefetch-msg): Ditto.
934         (wl-summary-print-message-with-ps-print): Ditto.
935
936 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
937
938         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
939         for dummy entity.
940         (wl-summary-insert-thread): Use elmo-message-entity-field.
941         (wl-summary-update-thread): Use elmo-message-entity-field and
942         elmo-message-entity-number.
943         (wl-summary-line-number):  Use elmo-message-entity-number.
944         (wl-summary-line-size): Use elmo-message-entity-field.
945         (wl-summary-line-subject): Ditto.
946         (wl-summary-line-from): Ditto.
947         (wl-summary-line-attached): Ditto.
948         (wl-summary-create-line): Ditto.
949         (wl-summary-create-line): Use elmo-message-entity-number.
950         (wl-summary-print-message-with-ps-print): Use
951         elmo-message-entity-field.
952
953 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
954
955         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
956         change in elmo-msgdb-make-message-entity.
957         (wl-summary-buffer-set-folder): Don't call
958         wl-summary-detect-mark-position here.
959         (wl-summary-rescan): Call elmo-message-entity-number.
960         (wl-summary-sync-update): Ditto.
961         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
962
963         * wl-score.el (wl-score-header-index): Redefine 2th element.
964         (wl-score-overview-entity-get-extra): Abolish.
965         (wl-score-ov-entity-get): Rewrite.
966         (wl-score-string-index<, wl-score-string-func<): Abolish.
967         (wl-score-string<): New function.
968         (wl-score-string-sort): Use it.
969
970         * wl-refile.el (wl-refile-guess-by-history): Use
971         elmo-message-entity-field.
972         (wl-refile-guess-by-from): Ditto.
973         (wl-refile-guess-by-msgid): Ditto.
974
975         * Version number is increased to 2.11.16.
976
977 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
978
979         * wl-folder.el (wl-folder-confirm-existence): Don't call
980         file-exists-p if msgdb-path is nil.
981         * wl-summary.el, wl-draft.el, wl-action.el: Rename
982         `wl-read-folder-hist' to `wl-read-folder-history'.
983
984 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
985
986         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
987         `y-or-n-p'.
988
989 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-score.el (wl-score-headers): Don't use
992         elmo-folder-do-each-message-entity.
993
994         * Version number is increased to 2.11.15.
995
996 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-summary.el (wl-summary-delete-all-msgs): Use
999         elmo-folder-move-messages instead of elmo-folder-delete-messages
1000         and elmo-folder-detach-messages.
1001         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1002
1003         * wl-expire.el (wl-expire-delete): Ditto.
1004         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1005
1006 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1007
1008         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1009         (wl-message-header-narrowing-fields): Ditto.
1010         (wl-message-header-narrowing-lines): Ditto.
1011         (wl-message-header-narrowing-string): Ditto.
1012
1013         * wl-summary.el (wl-summary-mode-map): Bind
1014         wl-summary-toggle-header-narrowing to "C-cC-f".
1015         (wl-summary-toggle-header-narrowing): New function.
1016
1017         * wl-message.el (wl-message-buffer-create): Call
1018         wl-message-header-narrowing-setup.
1019         (wl-message-redisplay): Call wl-message-header-narrowing.
1020         (wl-message-header-narrowing): New function.
1021         (wl-message-header-narrowing-map): New keymap.
1022         (wl-message-header-narrowing-widen-map): New keymap.
1023         (wl-message-header-narrowing-again-at-mouse): New function.
1024         (wl-message-header-narrowing-1): Ditto.
1025         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1026         (wl-message-header-narrowing-setup): Ditto.
1027         (wl-message-header-narrowing-toggle): Ditto.
1028         
1029         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1030
1031         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1032         'flag as all.
1033         (wl-use-flag-folder-help-echo): New user option.
1034
1035         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1036         wl-summary-highlight as nil.
1037         (wl-summary-set-mark-modified): Follow the API change.
1038         (wl-summary-mark-modified-p): Ditto.
1039         (wl-summary-mark-as-read-all): Ditto.
1040         (wl-summary-sync-marks): Don't call
1041         elmo-folder-list-messages-with-global-mark.
1042         (wl-summary-mark-as-read-internal): Follow the API change.
1043         (wl-summary-mark-as-answered-internal): Ditto.
1044         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1045         Follow the API change.
1046         (wl-summary-create-line): Call with number argument.
1047         (wl-summary-reply): Follow the API change.
1048
1049         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1050         function.
1051         (wl-highlight-summary-line-string): Call it when
1052         wl-use-flag-folder-help-echo is non-nil.
1053         (wl-highlight-summary-current-line): Ditto.
1054         (elmo-flag-folder-referrer): Added autoload setting.
1055
1056         * wl-draft.el (wl-draft-kill): Follow the API change.
1057
1058         * Version number is increased to 2.11.14.
1059         
1060 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1063
1064 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * Version number is increased to 2.11.13.
1067
1068 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-draft.el (wl-draft-previous-history-element): Fixed
1071         unbalanced parenthesis and bind unbound local variables.
1072
1073 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-draft.el (wl-draft-previous-history-element): New function.
1076         (wl-draft-next-history-element): Ditto.
1077         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1078         them to M-p and M-n.
1079
1080 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * Version number is increased to 2.11.12.
1083
1084 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-draft.el (wl-draft-hide): Select buffer-window.
1087
1088 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1089
1090         * wl-summary.el (wl-summary-narrow-to-region): New function.
1091         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1092         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1093         (wl-summary-save-region): Use it.
1094         * wl-action.el (wl-summary-collect-numbers-region)
1095         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1096
1097 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-folder.el (wl-folder-count-incorporates): Don't use
1100         `elmo-msgdb-mark-load'
1101
1102         * Version number is increased to 2.11.11.
1103
1104 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1105
1106         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1107         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1108
1109 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1112
1113 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * Version number is increased to 2.11.10.
1116
1117 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-mime.el (wl-draft-attribute-value): Fixed.
1120
1121 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-util.el (wl-copy-local-variables): New function.
1124
1125         * wl-mime.el (wl-draft-attribute-recipients): New function.
1126         (wl-draft-attribute-envelope-from): Ditto.
1127         (wl-draft-attribute-smtp-posting-server): Ditto.
1128         (wl-draft-attribute-smtp-posting-port): Ditto.
1129         (wl-draft-attribute-value): Ditto.
1130         (wl-draft-preview-message): Use it to get value for
1131         attributes. Reflect result of `wl-draft-config'.
1132
1133         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1134         and call `wl-summary-mark-as-read' before to call
1135         `wl-summary-unset-mark'.
1136         (wl-summary-target-mark-mark-as-unread): Likewise.
1137         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1138
1139 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1140
1141         * wl-mime.el (wl-draft-preview-message): Use actual value for
1142         attributes; Fix for small window.
1143
1144 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-refile.el (wl-refile-get-field-value): Call
1147         `elmo-message-entity-field' with 3rd argument is non-nil.
1148
1149 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1150
1151         * wl-vars.el (wl-draft-preview-attributes): New user option.
1152         (wl-draft-preview-attributes-list): Ditto.
1153         (wl-draft-preview-attributes-buffer-lines): Ditto.
1154         (wl-draft-preview-attributes-buffer-name): Ditto.
1155
1156         * wl-mime.el (wl-draft-preview-message): Display attributes.
1157
1158 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-summary.el (wl-summary-detect-mark-position): Bind
1161         wl-summary-flag-priority-list to '(new).
1162
1163 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1166         funtion.
1167         (wl-highlight-summary-line-string): Use it.
1168         (wl-highlight-summary-current-line): Ditto.
1169
1170 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1171
1172         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1173         line even when the mark string is not changed.
1174
1175         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1176         argument change in the wl-summary-create-line.
1177         (wl-thread-insert-entity-sub): Ditto.
1178
1179         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1180         argument change in the wl-summary-create-line.
1181         (wl-summary-insert-sequential): Ditto.
1182         (wl-summary-update-thread): Ditto.
1183         (wl-summary-persistent-mark-string): New inline function.
1184         (wl-summary-message-mark): Use it.
1185         (wl-summary-create-line): Abolish argument wl-persistent-mark
1186         and added wl-flags, wl-cached.
1187
1188         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1189         mark to flags.
1190         (wl-highlight-summary-current-line): Decide the face not by the 
1191         persistent mark but flags.
1192
1193 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1196         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1197         wl-summary-read-uncached-mark): Revive.
1198         (wl-summary-answered-cached-mark,
1199         wl-summary-answered-uncached-mark): New user option.
1200         (wl-summary-score-marks): Follow the change above.
1201         (wl-summary-auto-refile-skip-marks): Ditto.
1202         (wl-summary-incorporate-marks): Ditto.
1203         (wl-summary-expire-reserve-marks): Ditto.
1204         (wl-summary-flag-priority-list): New user option.
1205
1206         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1207         changes.
1208         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1209         of elmo-message-mark.
1210         (wl-summary-mark-as-read-internal): Ditto.
1211         (wl-summary-mark-as-answered): Ditto.
1212         (wl-summary-mark-as-important): Ditto.
1213         (wl-summary-redisplay-internal): Ditto.
1214         (wl-summary-redisplay-no-mime-internal): Ditto.
1215         (wl-summary-message-mark): New function.
1216         (wl-summary-insert-sequential): Use wl-summary-message-mark
1217         instead of elmo-message-mark.
1218         (wl-summary-update-thread): Ditto.
1219         (wl-summary-persistent-mark): Ditto.
1220         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1221         instead of elmo-message-mark.
1222
1223         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1224         wl-summary-message-mark instead of elmo-message-mark.
1225         (wl-thread-insert-entity-sub): Ditto.
1226         (wl-thread-get-children-msgs-uncached): Ditto.
1227
1228         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1229         variable name changes.
1230         (wl-highlight-summary-current-line): Ditto.
1231
1232         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1233         wl-summary-message-mark instead of elmo-message-mark.
1234
1235         * wl-expire.el (wl-expire-message-p): Ditto.
1236
1237         * wl-score.el (wl-score-headers): Ditto.
1238
1239         * Version number is increased to 2.11.9.
1240
1241         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1242         (wl-summary-sync-update): Follow the change above.
1243         (wl-summary-switch-to-clone-buffer): Ditto.
1244         (wl-summary-open-folder): Ditto.
1245
1246 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1249         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1250
1251         * Version number is increased to 2.11.8.
1252
1253         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1254
1255         * wl-expire.el (wl-expire-refile): Follow the API change on
1256         `elmo-folder-move-messages'.
1257         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1258
1259         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1260         (wl-summary-exec-action-refile): Ditto.
1261         (wl-summary-exec-action-copy): Ditto.
1262         (wl-summary-no-auto-refile-message-p): No use
1263         `wl-summary-buffer-msgdb'.
1264         (wl-summary-auto-refile): Ditto.
1265
1266 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1267
1268         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1269
1270 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1271
1272         * wl-summary.el (wl-summary-sync): Treat no-sync.
1273
1274         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1275         (wl-default-sync-range): Ditto.
1276
1277 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-refile.el (wl-refile-subject-learn): Call
1280         `elmo-message-entity-field' with 3rd argument is non-nil.
1281         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1282         instead of `elmo-msgdb-overview-entity-get-subject'.
1283
1284 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1285
1286         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1287         scan-type is rescan.
1288         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1289         new optional argument force is non-nil.
1290         (wl-summary-save-view-cache): Call it with force argument non-nil.
1291
1292         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1293
1294 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-action.el (wl-summary-print-argument): Fixed last change.
1297
1298 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1301         simplified.
1302         (wl-summary-target-mark-mark-as-unread): Likewise.
1303         (wl-summary-target-mark-mark-as-important): Likewise.
1304
1305 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1306
1307         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1308         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1309         (wl-summary-mark-as-important-region): Change accordingly.
1310         (wl-summary-target-mark-mark-as-important): Ditto.
1311
1312 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1315
1316         * wl-action.el (wl-summary-print-argument): Print argument to
1317         right side of window if `wl-summary-print-argument-within-window'
1318         is non-nil.
1319
1320 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-action.el (wl-summary-set-mark): Use
1323         `wl-summary-message-visible-p' to check visibility of the message
1324         and jump to message only when the message line is visible and have
1325         different number; Call wl-summary-unset-mark with number argument.
1326         (wl-summary-unset-mark): 
1327         Use `wl-summary-message-visible-p'
1328         to check visibility of the message and jump to message only when
1329         the message line is visible and have different number;
1330
1331 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * Version number is increased to 2.11.7.
1334
1335         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1336         and wl-folder-summary-line-format.
1337
1338         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1339         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1340         (wl-summary-set-score-mark): Use it.
1341         (wl-summary-target-mark-mark-as-read): Ditto.
1342         (wl-summary-target-mark-mark-as-unread): Ditto.
1343         (wl-summary-target-mark-mark-as-important): Ditto.
1344         (wl-summary-target-mark-msgs): Simplified.
1345         (wl-summary-detect-mark-position): Fixed problem when
1346         summary-line-format no contain persisten/temp mark spec.
1347         (wl-summary-temp-mark): Ditto.
1348         (wl-summary-persistent-mark): Ditto.
1349         (wl-summary-update-persistent-mark): Ditto.
1350
1351         * wl-action.el (wl-summary-set-mark): Ditto.
1352         (wl-summary-unset-mark): Ditto.
1353         All other related portions are changed.
1354
1355 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1356
1357         * Version number is increased to 2.11.6.
1358
1359 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * wl-util.el (wl-current-message-buffer): Define as function;
1362         Don't use the value of wl-messge-buffer.
1363
1364         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1365         persistent mark.
1366
1367         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1368         no current message, cause an error.
1369
1370 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-summary.el (wl-summary-set-message-modified): Use
1373         elmo-folder-set-message-modified instead of
1374         elmo-folder-set-message-modified-internal.
1375
1376 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1377
1378         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1379         interactively.
1380         (wl-summary-sync): nokill->entirely.
1381         (wl-summary-sync-marks): Fixed message.
1382         (wl-summary-input-range): Added mark, nokill->entirely.
1383
1384         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1385         messages as read.
1386
1387 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1390         update-noscore.
1391         (wl-summary-sync): Follow the change above.
1392
1393 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-action.el (wl-summary-target-mark-all): Use
1396         elmo-folder-list-messages.
1397
1398 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1401         (wl-summary-rescan): Set wl-summary-scored as nil.
1402         (wl-summary-sync-force-update): Follow the change above.
1403         (wl-summary-sync): Ditto.
1404         (wl-summary-sync-update): Added argument disable-killed.
1405         (wl-summary-insert-headers): Set visible-only argument for
1406         elmo-folder-list-messages.
1407         (wl-summary-input-range): Added update-nokill, update-noscore,
1408         all-nokill, all-noscore and mark.
1409
1410         * Version number is increased to 2.11.5.
1411
1412         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1413
1414 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1417         (wl-summary-prefetch-region-no-mark): Change accordingly.
1418         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1419
1420 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1421
1422         * wl-address.el (wl-complete-field-to): Abolished.
1423         (wl-complete-address): Completion function for completing-read.
1424         * wl-action.el (wl-summary-get-resend-address): Use it.
1425
1426         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1427         wl-summary-update-mark and abolish unused argument.
1428         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1429         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1430         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1431         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1432         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1433         * wl-draft.el (wl-draft-kill): Ditto.
1434
1435         * wl-summary.el: Remove unused binding of case-fold-search.
1436         (wl-summary-replace-status-marks): Abolished.
1437
1438 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1441         is specified or folder length is zero.
1442
1443 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1446         (wl-folder-archive-current-entity): Ditto.
1447
1448 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1449
1450         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1451         retrieving message mark.
1452         (wl-summary-redisplay-internal): Ditto.
1453
1454         * wl-message.el (wl-message-buffer-display): Ignore errors while
1455         retrieving message-id field.
1456
1457         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1458         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1459         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1460         order of the arguments for `wl-expire-message-p'.
1461         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1462
1463         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1464         Check return value of wl-summary-reply.
1465         (wl-summary-reply): Recover window configuration when an error occured.
1466
1467 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-summary.el (wl-summary-resend-message): Abolished, the
1470         feature is inherited by wl-summary-resend (put resend mark).
1471
1472 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1475         wl-message-buffer to nil when the message is hide.
1476
1477 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * .cvsignore: New file.
1480
1481 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1482
1483         * wl-action.el (wl-summary-action-docstring): Add more info.
1484         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1485         duplicate definition.
1486         (wl-summary-define-mark-action): Functions wl-summary-*-region
1487         keep current position.
1488         (wl-summary-unregister-target-mark): Store result to the variable.
1489
1490 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * Version number is increased to 2.11.4.
1493
1494 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1497         wl-summary-delete-all-temp-marks.
1498         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1499
1500         * wl-action.el (wl-summary-set-mark): Changed terminology
1501         refile-destination -> action-argument.
1502         (wl-summary-unset-mark): Ditto.
1503         (wl-summary-remove-argument): Ditto.
1504         (wl-summary-print-argument): Ditto.
1505
1506         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1507         (wl-thread-remove-argument-region): Ditto.
1508         (wl-thread-print-argument-region): Ditto.
1509         (wl-thread-close): Ditto.
1510         (wl-thread-open): Ditto.
1511
1512         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1513         (wl-highlight-refile-destination-face is abolished)
1514         (wl-highlight-action-argument-string): Ditto.
1515         (wl-highlight-summary-current-line): Highlight action argument.
1516
1517         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1518         color for light backgrounds.
1519         (wl-highlight-summary-answered-face): Ditto.
1520
1521 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1524
1525         * wl-score.el (wl-summary-score-update-all-lines): Use
1526         wl-summary-set-mark.
1527         (wl-summary-score-update-all-lines): Kill expunged messages.
1528
1529         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1530
1531 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1532
1533         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1534         directly.
1535         (wl-score-overview-entity-get-lines): Ditto.
1536         (wl-score-overview-entity-get-xref): Ditto.
1537         (wl-score-get-latest-msgs): Ditto.
1538         (wl-summary-rescore): Ditto.
1539
1540         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1541         to "&".
1542         (wl-summary-mark-as-answered-internal): New inline function.
1543         (wl-summary-mark-as-answered): New function.
1544         (wl-summary-mark-as-unanswered): Ditto.
1545         (wl-summary-sync-marks): Modified for answered-mark synching.
1546
1547 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1548
1549         * wl-action.el (wl-summary-set-mark): Fixed last change.
1550
1551 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1552
1553         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1554         behavior of wl-summary-unread-message-hook
1555         (Pointed out by akira yamada <akira@arika.org>).
1556
1557 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1560         wl-summary-delete.
1561         * wl-xmas.el (wl-summary-toolbar): Ditto.
1562
1563         * wl-action.el (wl-summary-set-mark): Don't override current
1564         temp-mark.
1565
1566         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1567
1568 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1571         (wl-refile-msgid-learn): Ditto.
1572         (wl-refile-get-field-value): Ditto.
1573
1574         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1575
1576         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1577         (wl-expire-delete-reserved-messages): Renamed from
1578         wl-expire-reserve-marked-msgs-from-list.
1579         (wl-expire-delete): Removed argument `msgdb'.
1580         (wl-expire-refile): Ditto.
1581         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1582         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1583         mark-alist as argument.
1584         (wl-expire-archive-number1): Removed argument `msgdb'.
1585         (wl-expire-archive-number2): Ditto.
1586         (wl-expire-archive-date): Ditto.
1587         (wl-expire-localdir-date): Ditto.
1588         (wl-expire-hide): Ditto.
1589         (wl-archive-number1): Ditto.
1590         (wl-archive-number2): Ditto.
1591         (wl-archive-date): Ditto.
1592         (wl-archive-folder): Ditto.
1593         All other related portions are changed.
1594
1595 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1596
1597         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1598         mean move up and down. (suggested by Takashi Kawachi)
1599
1600 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-acap.el (toplevel): Don't require un-define.
1603
1604 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1605
1606         * wl-thread.el (wl-thread-delete-message): Always update
1607         wl-summary-buffer-number-list.
1608
1609         * wl-action.el (wl-summary-print-destination): 
1610         Do nothing when folder is nil.
1611
1612 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1615         persistent mark when prefetch is succeeded.
1616
1617 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1620         instead of elmo-msgdb-delete-msgs.
1621         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1622         (wl-expire-hide): Ditto.
1623
1624         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1625
1626         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1627         elmo-msgdb interface.
1628         (wl-thread-get-exist-children): Likewise.
1629         (wl-thread-insert-message): Likewise.
1630         (wl-thread-msg-mark-as-important): Likewise.
1631         (wl-thread-insert-entity-sub): Likewise.
1632         (wl-thread-get-children-msgs-uncached): Likewise.
1633
1634         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1635         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1636         (wl-summary-sync-update): Likewise.
1637         (wl-summary-auto-select-msg-p): Likewise.
1638         (wl-summary-update-thread): Likewise.
1639         (wl-summary-mark-as-important): Likewise.
1640         (wl-summary-jump-to-msg-internal): Likewise.
1641         (wl-summary-redisplay-internal): Likewise.
1642         (wl-summary-print-message-with-ps-print): Likewise.
1643         (wl-summary-folder-info-update): Likewise.
1644
1645         * wl-folder.el (wl-folder-check-one-entity):
1646         elmo-folder-count-flags instead of wl-summary-count-unread.
1647
1648         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1649
1650         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1651
1652         * wl-summary.el (wl-summary-set-message-modified): 
1653         Call wl-summary-set-mark-modified.
1654         (wl-summary-delete-messages-on-buffer): Call
1655         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1656         (wl-summary-sync-update): Call elmo-folder-length instead of
1657         elmo-folder-messages.
1658         (wl-summary-insert-headers): Don't call
1659         elmo-folder-list-message-entities.
1660
1661 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-action.el (wl-summary-define-mark-action): Call
1664         `wl-summary-set-mark' with argument `data'.
1665         (wl-summary-auto-refile): Fixed order of arguments when call
1666         `wl-summary-refile'.
1667
1668 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1671
1672         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1673
1674         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1675         (Renamed from wl-highlight-summary-deleted-face).
1676         (wl-highlight-summary-resend-face): New face.
1677
1678         (wl-highlight-summary-deleted-face): Renamed from
1679         wl-highlight-summary-erased-face.
1680
1681         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1682
1683         * wl-action.el (wl-summary-get-resend-address): New function.
1684         (wl-summary-exec-action-resend): Ditto.
1685         (wl-summary-exec-action-resend-subr): Ditto.
1686
1687         * w-thread.el (wl-thread-copy): Removed definition.
1688         (wl-thread-refile): Ditto.
1689         (wl-thread-delete): Ditto.
1690         (wl-thread-target-mark): Ditto.
1691
1692         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1693         (wl-summary-target-mark-set-action): Fixed.
1694         (wl-summary-define-mark-action): Fixed quotation.
1695         (wl-summary-move-mark-list-messages): Display message.
1696         (wl-summary-define-mark-action): Define thread functions.
1697         (wl-summary-exec-action-refile): Changed message.
1698         (wl-summary-exec): Ditto.
1699
1700 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1701         
1702         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1703         '%%'.
1704
1705 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl.el (toplevel): Require wl-action.
1708         (wl-init): Call wl-summary-define-mark-action.
1709
1710         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1711
1712         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1713         wl-summary-delete and wl-summary-erase.
1714         (wl-summary-mode-map): Ditto.
1715
1716         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1717         wl-delete-folder-alist.
1718
1719         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1720         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1721         (toplevel): Moved mark & action related functions to the wl-action.el.
1722
1723         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1724         in wl-summary-mark-action-list.
1725         (wl-highlight-summary-current-line): Ditto.
1726
1727         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1728         empty lines.
1729
1730         * wl-action.el: New file. 
1731
1732 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1733
1734         * wl-summary.el (wl-summary-target-mark-replace): New function.
1735         (wl-summary-target-mark-prefetch): Use it.
1736         (wl-summary-target-mark-delete): Ditto.
1737         (toplevel): Rearranged definition order.
1738         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1739         (wl-summary-target-mark-erase): Rewrite.
1740         (wl-summary-erase-region): New function.
1741         (wl-summary-exec-action-erase): Changed message.
1742         (wl-summary-move-mark-list-messages): New function.
1743         (wl-summary-exec-action-delete): Use it.
1744         (wl-summary-exec-action-erase): Ditto.
1745
1746         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1747         (wl-summary-skip-mark-list): Added "d".
1748
1749         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1750         while searching.
1751
1752         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1753         and define using defcustom;
1754         Define 4th element as a face.
1755         
1756         * wl-summary.el (wl-summary-incorporate): Use 
1757         `wl-summary-prefetch-region-no-mark' instead of
1758         `wl-summary-prefetch-region'.
1759         (wl-summary-prefetch-region-no-mark): Revival of old
1760         `wl-summary-prefetch-region'.
1761         (wl-summary-mark-action-list): Moved to wl-vars.el
1762
1763         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1764         face according to the `wl-summary-mark-action-list'.
1765         (wl-highlight-summary-current-line): Ditto;
1766         Removed destination highlighting.
1767
1768         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1769         (wl-highlight-summary-line-string): Highlight for "i" mark.
1770         (wl-highlight-summary-current-line): Ditto.
1771
1772         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1773         no destination.
1774
1775         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1776         exists, just go ahead.
1777         (wl-summary-prefetch-region): Rewrite.
1778         (wl-summary-prefetch): Ditto.
1779         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1780         (wl-summary-exec-action-prefetch): New function.
1781         (wl-summary-target-mark-prefetch): Rewrite.
1782
1783 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1786         (wl-highlight-summary-line-string): Added "d" and "D".
1787         (wl-highlight-summary-current-line): Ditto.
1788
1789         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1790         in wl-summary.el.
1791         (wl-thread-insert-entity-sub): Ditto.
1792         (wl-thread-remove-destination-region): Ditto.
1793         (wl-thread-print-destination-region): Ditto.
1794
1795         * wl-summary.el (wl-summary-buffer-refile-list,
1796         wl-summary-buffer-delete-list,
1797         wl-summary-buffer-copy-list): Abolish.
1798         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1799         All other related portions are changed.
1800         (wl-summary-mark-action-list): New variable.
1801         (wl-summary-set-mark): New function.
1802         (wl-summary-register-target-mark): Ditto.
1803         (wl-summary-unregister-target-mark): Ditto.
1804         (wl-summary-have-target-mark-p): Ditto.
1805         (wl-summary-register-temp-mark): Ditto.
1806         (wl-summary-unregister-temp-mark): Ditto.
1807         (wl-summary-registered-temp-mark): Ditto.
1808         (wl-summary-collect-temp-mark): Ditto.
1809         (wl-summary-unset-mark): Ditto.
1810         (wl-summary-set-target-mark): Ditto.
1811         (wl-summary-unset-target-mark): Ditto.
1812         (wl-summary-set-action-generic): Ditto.
1813         (wl-summary-unset-action-generic): Ditto.
1814         (wl-summary-exec-action-delete): Ditto.
1815         (wl-summary-exec-action-erase): Ditto.
1816         (wl-summary-set-action-refile): Ditto.
1817         (wl-summary-set-action-refile-subr): Ditto.
1818         (wl-summary-unset-action-refile): Ditto.
1819         (wl-summary-make-destination-numbers-list): Ditto.
1820         (wl-summary-exec-action-refile): Ditto.
1821         (wl-summary-set-action-copy): Ditto.
1822         (wl-summary-unset-action-copy): Ditto.
1823         (wl-summary-exec-action-copy): Ditto.
1824         (wl-summary-collect-numbers-region): Ditto.
1825         (wl-summary-delete): Rewrite.
1826         (wl-summary-erase): Ditto.
1827         (wl-summary-remove-destination): Ditto.
1828         (wl-summary-exec): Ditto.
1829         (wl-summary-exec-region): Ditto.
1830         (wl-summary-target-mark-erase): Ditto.
1831         (wl-summary-refile): Ditto.
1832         (wl-summary-copy): Ditto.
1833         (wl-summary-unmark): Ditto.
1834         (wl-summary-delete-all-mark): Ditto.
1835         (wl-summary-mark-line): Don't highlight.
1836         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1837         (wl-summary-target-mark-refile-subr): Rewrite.
1838
1839         (wl-summary-copy-prev-destination): Abolish.
1840
1841 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1842
1843         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1844         default values along the value of wl-on-mule.
1845         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1846         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1847         It is not used anywhere.
1848
1849 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1850
1851         * wl-summary.el (wl-summary-print-destination): Keep position.
1852         (wl-summary-cursor-move-surface): Keep horizontal position.
1853
1854 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1855
1856         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1857         write sendlog.
1858
1859 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1862         `wl-summary-highlight'.
1863
1864 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1865
1866         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1867         trivial condition for temp-mark.
1868
1869 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1870
1871         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1872         when it hits killed buffer.
1873
1874 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1877         * wl-news.el.in: `message' and `error' take format string.
1878
1879 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-folder (wl-folder-insert-entity): Display a message,
1882         `...done', when the work finish.
1883         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1884
1885 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * wl-message.el (wl-message-redisplay): Remove unused local
1888         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1889
1890 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-summary.el (wl-summary-replace-status-marks): Disable
1893         interactive use.
1894         (wl-summary-reedit): Check message existence at first.
1895         (wl-summary-mark-line): Fix doc, return value is indefinite.
1896
1897         * wl-highlight.el (wl-highlight-message): Arranged.
1898
1899         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1900         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1901         check temp-mark by wl-summary-temp-mark always.
1902         (wl-highlight-summary): Change accordingly.
1903         * wl-summary.el (wl-summary-mark-as-read-all)
1904         (wl-summary-delete-cache, wl-summary-set-score-mark)
1905         (wl-summary-mark-as-unread, wl-summary-unmark)
1906         (wl-summary-mark-line, wl-summary-mark-as-read)
1907         (wl-summary-mark-as-important): Ditto.
1908
1909         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1910         end of the window if possible.
1911         * wl-summary.el (wl-summary-sync-update): Support lazy
1912         highlighting.
1913         (wl-summary-toggle-disp-msg): Ditto.
1914
1915 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1916
1917         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1918
1919 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1922         change.
1923
1924 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1927         API.
1928         (wl-summary-sync-update): Ditto.
1929
1930         * wl-score.el (wl-score-get-score-alist): Changed argument.
1931         (wl-summary-rescore-msgs): Likewise.
1932         (wl-summary-score-headers): Likewise.
1933         (wl-score-headers): Likewise;
1934         Use elmo-folder-do-each-message-entity, etc.
1935         (wl-summary-score-effect): Follow the changes above.
1936         (wl-summary-rescore): Ditto.
1937         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1938         (wl-score-get-overview): Abolish.
1939
1940         * wl-summary.el (wl-summary-default-from): Follow the API change in
1941         elmo-msgdb.
1942         (wl-summary-count-unread): Ditto.
1943         (wl-summary-detect-mark-position): Ditto.
1944         (wl-summary-overview-entity-compare-by-date): Ditto.
1945         (wl-summary-overview-entity-compare-by-number): Ditto.
1946         (wl-summary-overview-entity-compare-by-from): Ditto.
1947         (wl-summary-overview-entity-compare-by-subject): Ditto.
1948         (wl-summary-get-list-info): Ditto.
1949         (wl-summary-rescan): Ditto.
1950         (wl-summary-jump-to-msg-by-message-id): Ditto.
1951         (wl-summary-sync-update): Ditto; Removed comment.
1952         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1953         (wl-summary-insert-message): Use wl-summary-insert
1954         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1955         (wl-summary-insert-headers): Changed argument overview to folder.
1956         (wl-summary-search-by-subject): Likewise.
1957         (wl-summary-insert-thread): Renamed from 
1958         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1959
1960         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1961         too.
1962
1963         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1964         wl-string-member.
1965
1966 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1967
1968         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1969         elmo-folder-append-buffer.
1970         (wl-draft-queue-append): Likewise.
1971
1972         * wl-mime.el (wl-message-delete-current-part): Ditto.
1973         (wl-summary-burst-subr): Ditto.
1974
1975         * wl-news.el.in (wl-news-send-news): Ditto.
1976
1977 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1978
1979         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1980         function.
1981         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1982         (wl-summary-update-mark): Enclose with save-excursion.
1983         (wl-summary-mark-as-read-internal): Fixed last change.
1984         (wl-summary-mark-as-important): Use 3rd argument of
1985         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1986         Don't use elmo-msgdb-set-mark.
1987         (wl-summary-redisplay-internal): If msgdb flag is already read,
1988         just update the mark on buffer.
1989
1990 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1991
1992         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1993         cut visible folder when elmo-folder-delete returns non-nil value.
1994
1995 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1996
1997         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1998         by Kenichi OKADA <okada@opaopa.org>).
1999
2000 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2001
2002         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2003
2004 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2007         Fixed the last change, search group entity by its real name.
2008         (Thanks to: KOBAYASHI Shinji)
2009
2010 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2011
2012         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2013         (wl-fldmgr-access-display-all): Don't refer visible name.
2014         * wl-expire.el (wl-folder-archive-current-entity)
2015         (wl-folder-expire-current-entity): Ditto.
2016         * wl-folder.el (wl-folder-jump-to-current-entity)
2017         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2018         (wl-folder-open-folder-sub,wl-folder-open-all)
2019         (wl-folder-write-current-folder): Ditto.
2020         (wl-folder-insert-entity): Don't use petname for normal group.
2021         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2022         is the real name.
2023         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2024         Abolished.
2025
2026 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2027
2028         * wl-draft.el (wl-draft-create-buffer): Add
2029         `wl-summary-reply-with-citation'
2030
2031 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2032
2033         * wl-draft.el (wl-draft-reply): Fixed.
2034
2035 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2036
2037         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2038         when `wl-draft-send-confirm-with-preview' is non-nil.
2039         You can scroll up/down by j/k.
2040         (wl-draft-send-confirm-with-preview): New variable (default=t).
2041
2042 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2043
2044         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2045         (wl-fldmgr-save-folders): Fix comment.
2046
2047 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2048
2049         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2050         along the last change in `wl-folder-buffer-group-p'.
2051
2052 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2053
2054         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2055         folder.
2056
2057         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2058         the default value.
2059
2060         * wl-mime.el (wl-summary-burst): Update summary only when target
2061         folder equals current folder.
2062
2063 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2064
2065         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2066
2067 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2068
2069         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2070         value.
2071
2072 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2075         `map-extents' instead of `extent-at' repeatedly.
2076         (wl-highlight-folder-current-line): Ditto.
2077
2078         * wl-highlight.el: Remove useless dummy functions.
2079
2080 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2081
2082         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2083         (wl-folder-put-folder-property): New function to put text property.
2084         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2085         (wl-folder-insert-entity, wl-folder-update-diff-line)
2086         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2087         * wl-e21.el, wl-xmas.el, wl-mule.el
2088         (wl-highlight-folder-current-line): Ditto.
2089         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2090         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2091         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2092         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2093
2094 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2095
2096         * Version number is increased to 2.11.3.
2097
2098 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2099
2100         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2101         Resume current-buffer since it is assumed by remaining tasks.
2102
2103 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2104
2105         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2106         (wl-folder-completion-function): Abolished.
2107         (wl-folder-complete-folder): New function.
2108         (wl-folder-complete-filter-condition): Ditto.
2109         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2110         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2111
2112 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2113
2114         * wl-draft.el (wl-draft-send-confirm): New function.
2115         (wl-draft-send): Use it.
2116
2117         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2118         cursor-in-echo-area while confirming.
2119
2120         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2121
2122         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2123         searching via nntp if wl-summary-search-via-nntp is 'force.
2124         Otherwise, invoke searching in nntp folder only.
2125         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2126
2127         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2128         explicitly for mime-make-text-tag.
2129
2130 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2131
2132         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2133         `mime-make-text-tag' instead of `mime-create-tag'.
2134
2135 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2136
2137         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2138         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2139
2140 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2141
2142         * wl-score.el (wl-score-save): Bind print-length and print-level.
2143         (wl-score-pretty-print): Ditto.
2144         (wl-score-edit-insert-header-entry): Ditto.
2145
2146         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2147         "From" entry to be treated with wl-draft-eword-encode-address-list.
2148         * wl-mime.el (wl-draft-preview-message): Ditto.
2149
2150         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2151         (wl-summary-mark-as-unread): Ditto.
2152         (wl-summary-mark-as-read-region): Change accordingly.
2153         (wl-summary-mark-as-unread-region): Ditto.
2154         (wl-summary-target-mark-mark-as-read): Ditto.
2155         (wl-summary-target-mark-mark-as-unread): Ditto.
2156
2157 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2158
2159         * Version number is increased to 2.11.2.
2160
2161 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2162
2163         * wl-news.el.in (wl-news-previous-version-save): Bind
2164         print-length and print-level.
2165         * wl-thread.el (wl-thread-save-entities): Ditto.
2166         (wl-thread-save-top-list): Bind print-length.
2167
2168 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2169
2170         * wl-highlight.el (wl-highlight-summary-line-string): Use
2171         wl-summary-score-below-mark, wl-summary-score-over-mark.
2172         (wl-highlight-summary-current-line): Ditto.
2173
2174 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2175
2176         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2177         insert it.
2178
2179 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2180
2181         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2182
2183 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2184
2185         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2186         message without msgid.
2187         Rewrite with elmo-folder-move-messages.
2188         Set wl-message-buffer to nil.
2189
2190         * wl-summary.el (wl-summary-erase-subr): New function. Use
2191         elmo-folder-move-messages.
2192         (wl-summary-erase): Call it.
2193         (wl-summary-target-mark-erase): Ditto.
2194
2195 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2196
2197         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2198         it is not up-tp-date.
2199
2200 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2201
2202         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2203         buffer after calling `wl-summary-goto-folder-subr' without the
2204         argument `interactive'.
2205         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2206
2207 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2208
2209         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2210         `mime-create-tag'. Use `string=' instead of `looking-at'.
2211
2212 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2213
2214         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2215         to avoid compile warning.
2216
2217         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2218         entity-id when folder is given.
2219         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2220         save-excursion, use save-selected-window instead.
2221         Select folder buffer window if exists.
2222         (To correct behavior with wl-folder-move-cur-folder.)
2223
2224 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2225
2226         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2227
2228 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2229
2230         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2231         list-count instead of %d.
2232
2233 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2234
2235         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2236         (wl-news): Set it.
2237         (wl-news-append-to-folder): Use it.
2238
2239         * wl-news.el.in (wl-news-send-news): Append to specified folder
2240         instead of wl-default-folder.
2241         (wl-news-append-to-folder): Show error message with specified folder.
2242
2243         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2244                 In most major modes, Emacs assumes that any opening
2245                 delimiter found at the left margin is the start of a
2246                 top-level definition, or defun. Therefore, *never put an
2247                 opening delimiter at the left margin unless it should have
2248                 that significance.*
2249
2250         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2251
2252 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2253
2254         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2255
2256 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2257
2258         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2259
2260 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2261
2262         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2263         for sequential numbering case.
2264
2265 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2266
2267         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2268         value.
2269         (wl-draft-reply-without-argument-list): Ditto.
2270         (wl-draft-reply-myself-with-argument-list): Abolish.
2271         (wl-draft-reply-myself-without-argument-list): Ditto.
2272         * wl-draft.el (wl-draft-self-reply-p): New function.
2273         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2274
2275 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2276
2277         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2278         (avoid error for the case without byte-compiling)
2279
2280 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2281
2282         * wl-news.el.in (wl-news-append-to-folder): New function.
2283         (wl-news-exit): Rewrite.
2284         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2285
2286 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2287
2288         * wl-draft.el (wl-draft-reply-position): New function.
2289         (wl-draft-reply-position): Fix.
2290         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2291         (wl-summary-target-mark-reply-with-citation): Ditto.
2292         (wl-summary-reply-with-citation): Ditto.
2293         * wl-vars.el (wl-draft-reply-default-position): New variable.
2294
2295 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2296
2297         * wl-draft.el (wl-draft-send): Preview when interactive send.
2298
2299 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2300
2301         * wl-draft.el (wl-draft-reply): Set default position.
2302         * wl-summary.el (wl-summary-reply): Ditto.
2303         (wl-summary-reply-with-citation): Ditto.
2304         (wl-summary-target-mark-reply-with-citation): Ditto.
2305
2306 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2307
2308         * wl-news.el.in (wl-news-lang): Set default value according to
2309         current-language-environment.
2310         (wl-news-append-news): Do nothing when news-list is nil.
2311
2312 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2313
2314         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2315         (wl-news): Change message.
2316         (wl-news-exit): Check buffer.
2317         (wl-news-force-exit): New function.
2318         (wl-news-show-all): New function.
2319         (wl-news-discard-and-exit): Fix.
2320
2321 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2322
2323         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2324         according to current-language-environment.
2325
2326         * wl-news.el.in (wl-news): If arg, show all NEWS after
2327         wl-news-default-previous-version.
2328
2329 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2330
2331         * wl-news.el.in (wl-news-check): Rewritten.
2332         (wl-news-previous-version-load): Change data type.
2333         (wl-news-previous-version-save): Change data type.
2334         (wl-news-append-news): Add return value.
2335         (wl-news-check-news): New function.
2336         (wl-news-already-current-p): New function.
2337         (wl-news-send-news): Rewritten.
2338         (wl-news-mode-map): Add new keybind.
2339         (wl-news): Rewritten.
2340         (wl-news-exit): Rewritten.
2341         (wl-news-discard-and-mail): New function.
2342         (wl-news-send-to-address): Abolished.
2343         * wl.el (wl-init): Delete a message.
2344
2345 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2346
2347         * wl-news.el.in (wl-news-exit): Update previous version.
2348         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2349
2350 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2351
2352         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2353
2354 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2355
2356         * wl-news.el.in (wl-news): New function.
2357         (wl-news-mode): New function.
2358         (wl-news-next-line): New function.
2359         (wl-news-next-page): New function.
2360         (wl-news-exit): New function.
2361         (wl-news-buf-name): New variable.
2362         (wl-news-mode-map): New variable.
2363         (wl-news-winconf): New variable.
2364         (wl-news-append-news): Add an option.
2365
2366 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2367
2368         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2369
2370 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-news.el.in (wl-news-send-to-address): New variable.
2373         (wl-news-send-news): Use it.
2374         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2375         Return updating status.
2376         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2377
2378 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2379
2380         * wl-news.el.in (wl-news-send-news): Delete
2381         Organization and X-Face.
2382
2383 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2384
2385         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2386         (wl-news-append-news): New function.
2387         (wl-news-send-news): New function.
2388
2389 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2390
2391         * Version number is increased to 2.11.1.
2392
2393 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2394
2395         * wl-news.el.in : New file.
2396
2397 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2398
2399         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2400         default value.
2401         (wl-draft-reply-without-argument-list): Ditto.
2402
2403 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2404
2405         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2406         (wl-message-buffer-prefetch-idle-time): Ditto.
2407         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2408
2409 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-thread.el (wl-thread-insert-message): Use
2412         wl-summary-max-thread-depth.
2413
2414         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2415         loop detection.
2416
2417         * wl-message.el (wl-message-buffer-display): Back to the first page
2418         when cache is hit.
2419
2420 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2423
2424         * wl-summary.el (wl-summary-insert-thread-entity):
2425         If the thread depth is reached to wl-summary-max-thread-depth,
2426         divide the thread.
2427
2428 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2429
2430         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2431         for elmo-remove-passwd.
2432
2433 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2434
2435         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2436         folder is sticky.
2437         (wl-folder-mark-as-read-all-entity): Ditto.
2438         (wl-folder-prefetch-entity): Ditto.
2439
2440 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2441
2442         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2443
2444 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2445
2446         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2447         Delete messages on buffer for unplugged operation.
2448         (wl-summary-erase): Ditto.
2449
2450 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2453         take nil so as not to search parent by subject.
2454
2455 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2456
2457         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2458         (wl-folder-get-next-folder): Ditto.
2459         (wl-folder-get-path): Ditto.
2460
2461 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2462
2463         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2464         system and encode the region with it before verifying.
2465
2466 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2467
2468         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2469         system of the echo buffer before decoding.
2470
2471 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2474         original contents.
2475
2476 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2479         with argument 'any-exists.
2480
2481 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2482
2483         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2484         Use `wl-cs-autoconv'.
2485
2486 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2487
2488         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2489         by `mime-view-automatic-conversion'.
2490
2491         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2492         (wl-message-verify-pgp-nonmime): Ditto.
2493         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2494         Bind them to C-c:d and C-c:v respectively.
2495
2496         Merge following code by Teranishi-san from [wl-en:00167].
2497         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2498         (wl-mime-preview-application/pgp-encrypted): Ditto.
2499         (wl-mime-setup): Add entry.
2500
2501 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2502
2503         * wl-summary.el (wl-summary-target-mark-erase): New function.
2504         Bind it to "mD".
2505
2506 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-vars.el (wl-draft-write-file-function): Fix.
2509         (wl-draft-reedit-hook): Changed default value.
2510
2511         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2512         wl-draft-reedit-hook.
2513         (wl-draft-remove-text-plain-tag): New function.
2514         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2515
2516         * wl-vars.el (wl-draft-write-file-function): New user option.
2517
2518         * wl-draft.el (wl-draft-prepare-edit): Use it for
2519         local-write-file-hooks.
2520         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2521
2522         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2523         (wl-draft-insert-mail-header-separator): Return the body beginning
2524         point.
2525         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2526         text/plain.
2527         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2528
2529 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2530
2531         * wl-summary.el (wl-summary-erase): New function to erase message
2532         without moving it to trash. Bind to "D".
2533
2534         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2535         as `keep' unless switch-function.
2536
2537 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2538
2539         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2540         message buffer by using `wl-summary-toggle-disp-msg'.
2541         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2542         buffer window.
2543         (wl-summary-supresedes-message): Ditto.
2544
2545         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2546         Do not delete other windows.
2547         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2548         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2549         (wl-draft-create-buffer): Set reply-or-forward also for target
2550         mark commands.
2551
2552 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2553
2554         * wl-draft.el (wl-user-agent-compose): Delete special case for
2555         switch-to-buffer-other-window.
2556
2557         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2558         (wl-summary-forward): Ditto.
2559
2560         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2561         function.
2562         (wl-draft-buffer-style): New use option.
2563
2564         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2565         (wl-draft): Follow the change above.
2566         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2567         wl-draft-buffer-style.
2568         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2569         switch-function.
2570
2571 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-draft.el (wl-user-agent-compose): Delete special case for
2574         switch-to-buffer-other-window.
2575
2576         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2577         (wl-summary-forward): Ditto.
2578
2579         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2580         function.
2581         (wl-draft-buffer-style): New use option.
2582
2583         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2584         (wl-draft): Follow the change above.
2585         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2586         wl-draft-buffer-style.
2587         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2588         switch-function.
2589
2590 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2591
2592         * wl-address.el (wl-address-make-completion-entry): Extracted from
2593         `wl-address-make-completion-list'.
2594         (wl-address-enable-strict-loading): New variable.
2595         (wl-address-make-completion-list): Revive petname duplication
2596         inquiry, and enable it if `wl-address-enable-strict-loading'.
2597         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2598
2599 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-message.el (wl-message-get-original-buffer): Avoid
2602         'Selecting deleted buffer' error when original buffer is killed.
2603
2604 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-summary.el (wl-summary-next-message): Use
2607         elmo-message-accessible-p instead of elmo-message-cached-p.
2608
2609 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2610
2611         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2612
2613         * wl-thread.el (wl-thread-open-all-unread): Use
2614         elmo-folder-list-flagged instead of
2615         elmo-folder-list-messages-mark-match.
2616
2617         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2618         instead of elmo-folder-list-messages-mark-match.
2619         (wl-summary-move-spec-alist): New variable.
2620         (wl-summary-move-spec-plugged-alist,
2621         wl-summary-move-spec-unplugged-alist): Abolish.
2622         (wl-summary-next-message): Follow the change above.
2623         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2624         with 'no-msg' argument.
2625
2626         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2627         variable.
2628         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2629         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2630         (wl-message-buffer-prefetch-get-next): Follow the change above.
2631
2632 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * wl-version.el (wl-version): Changed codename.
2635
2636         * Version number is increased to 2.11.0.
2637
2638 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2639
2640         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2641         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2642         `wl-draft-config-variables'.
2643         (wl-draft-kill): Fixed problem when the draft is reedit.
2644
2645 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2648         buffer-modified status (Thanks to
2649         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2650
2651 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-util.el (wl-region-exists-p): New function.
2654
2655         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2656         Remove defvars for byte-compile warnings.
2657
2658 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2661         defvar-maybe. Removed unused bind.
2662
2663 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2666         summary buffer window before creating new frame.
2667         (wl-draft-reply): Ditto.
2668
2669 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2670
2671         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2672
2673 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2676
2677 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2678
2679         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2680         instead of `kill-region'.
2681
2682 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2685         (wl-highlight-summary-line-string): Use it.
2686         (wl-highlight-summary-current-line): Ditto.
2687
2688         * wl-mime.el (wl-message-delete-current-part): Check the class of
2689         mime-entity.
2690
2691         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2692
2693         * wl-summary.el (wl-summary-make-number-list): Initialize.
2694         (wl-summary-update-mark): New function.
2695         (wl-summary-reply): Put `answered' mark on the message.
2696         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2697
2698         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2699         (wl-draft-reply): Added optional argument `number';
2700         Set wl-draft-parent-number.
2701         (wl-draft-kill): Delete answered mark if it is a reply.
2702
2703 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2706         that originates in mime-preview-follow-current-entity.
2707         (wl-draft-yank-current-message-entity): Use it if region is active.
2708
2709         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2710         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2711         `wl-message-delete-current-part'.
2712         * wl-mule.el (wl-message-define-keymap): Ditto.
2713         * wl-xmas.el (wl-message-define-keymap): Ditto.
2714
2715 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2716
2717         * wl-mime.el (wl-message-delete-current-part): New function.
2718         (wl-mime-node-id-to-string): Ditto.
2719
2720         * wl-mime.el (wl-message-delete-current-part): Use existing
2721         original buffer which corresponds current mime-view buffer.
2722         (fetched buffer might have different structure, possibly)
2723
2724         * wl-mime.el (wl-message-delete-current-part): Quit if the
2725         message content differs from the actual message.
2726
2727 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2730         order.
2731         (wl-summary-search-by-subject): Search parent message from tail;
2732         Check the existence of the parent message on the current thread tree.
2733         (wl-summary-update-thread): Check whether the line is inserted.
2734
2735 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2736
2737         * wl-vars.el (wl-summary-line-format): Undo last change.
2738         * wl-summary.el (wl-summary-print-destination): Do not put
2739         invisible property when `wl-summary-width' is nil.
2740         (wl-summary-line-subject-minimum-length): Abolished.
2741         (wl-summary-line-subject): Ditto.
2742
2743 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2744
2745         * wl-vars.el (wl-summary-line-format): Change default value.
2746         (wl-summary-subject-length-limit): Abolished.
2747         * wl-summary.el (wl-summary-line-subject): Ditto.
2748
2749 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-template.el (wl-template-select): Added optional argument.
2752         If optional argument is specified, reverse
2753         `wl-template-visible-select'.
2754
2755 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2756
2757         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2758         Take prefix argument to force asking the destination folder.
2759
2760 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2763         count and update status.
2764
2765 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-summary.el (wl-summary-redisplay-internal): If
2768         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2769         after fetching.
2770
2771 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2774         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2775
2776         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2777
2778 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2781         (All other related portions are changed).
2782         (wl-summary-mark-as-read-all): Rewrite.
2783
2784 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2787         `wl-summary-mark-as-read'.
2788         (wl-summary-mark-as-unread): Rewrite.
2789         (wl-summary-mark-as-read): Added no-modeline argument.
2790         (wl-summary-resume-cache-status): Rewrite.
2791         (wl-summary-exec-subr): Remove unused local variable.
2792
2793 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2794
2795         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2796         logic to call `wl-summary-buffer-prev-folder-function'.
2797         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2798
2799 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2802         is nil.
2803
2804 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2807         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2808         (wl-mime-setup): Add its entry.
2809
2810 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2811
2812         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2813         (wl-summary-delete-cache): Likewise.
2814         (wl-summary-mark-as-read): Rewrite.
2815
2816 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2819         `wl-summary-count-unread'.
2820
2821         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2822
2823         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2824
2825 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2826
2827         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2828         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2829         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2830         Renamed to the elmo-msgdb-*-mark.
2831         (wl-summary-score-marks): Follow the change above.
2832         (wl-summary-auto-refile-skip-marks): Ditto.
2833         (wl-summary-incorporate-marks): Ditto.
2834         (wl-summary-expire-reserve-marks): Ditto.
2835
2836         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2837         changes.
2838         (wl-thread-insert-top): Changed updating message.
2839
2840         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2841         variable.
2842         (wl-summary-count-unread): Count answered marks.
2843         (wl-summary-rescan): Call wl-summary-insert-message instead of
2844         wl-summary-append-message-func-internal.
2845         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2846         (wl-summary-prefetch-msg): Follow the variable name changes.
2847         (wl-summary-prefetch-region): Ditto.
2848         (wl-summary-mark-as-read-all): Follow the API changes;
2849         Don't call elmo-folder-replace-marks.
2850         (wl-summary-delete-cache): Follow the variable name changes.
2851         (wl-summary-resume-cache-status): Ditto.
2852         (wl-summary-update-status-marks): New function.
2853         (wl-summary-insert-message): New function.
2854         (wl-summary-sync-marks): Follow the variable name changes.
2855         (wl-summary-sync-update): Synchronize to the msgdb, too;
2856         Changed update messages.
2857         (wl-summary-make-number-list): Rewrite.
2858         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2859         (wl-summary-mark-as-unread): Follow the API changes.
2860         (wl-summary-exec-subr): Follow the variable name changes.
2861         (wl-summary-mark-as-read): Ditto.
2862         (wl-summary-move-spec-plugged-alist): Ditto.
2863         (wl-summary-move-spec-unplugged-alist): Ditto.
2864         (wl-summary-cursor-move-surface): Ditto.
2865
2866         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2867         variable name changes.
2868         (wl-highlight-summary-current-line): Ditto.
2869
2870         * wl-expire.el (wl-expire-refile): Follow the API change in
2871         elmo-folder-move-messages.
2872         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2873         (wl-summary-archive): Use elmo-folder-msgdb instead of
2874         elmo-msgdb-load.
2875
2876 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2877
2878         * wl-mime.el (wl-draft-preview-message): Restore the position
2879         before evaluating wl-draft-send-hook in preview buffer.
2880
2881 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2882
2883         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2884         when it creates new draft buffer.
2885
2886         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2887         without argument.
2888
2889         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2890         Evaluate content and if the value is string, insert it.
2891         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2892         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2893         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2894         wl-draft-config-sub-part-bottom): Use it.
2895
2896         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2897         with the folder name. The question was unintelligible when it is
2898         called from wl-save-status.
2899
2900 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2901
2902         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2903         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2904         cannot take second argument).
2905
2906 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2907
2908         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2909         as t. Since type and subtype are not case sensitive (RFC 2045).
2910
2911 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2912
2913         * wl-vars.el (wl-message-mode-line-format): New variable.
2914         (wl-message-mode-line-format-spec-alist): Ditto.
2915         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2916         (wl-message-redisplay): Use wl-message-mode-line-format.
2917
2918 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2921
2922 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2923
2924         * wl-summary.el (wl-summary-default-from): Write description.
2925
2926 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-vars.el (wl-ldap-objectclass): Abolish.
2929
2930         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2931         (wl-ldap-make-filter): Removed condition for objectclass.
2932         (wl-ldap-make-matched-value-list): Remove meaningless process.
2933         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2934         (wl-address-ldap-search): Don't add `*' to `pat' string;
2935         use ignore-errors; added `email';
2936         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2937         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2938         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2939
2940
2941 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2942
2943         * wl-draft.el (wl-draft-parent-folder): Write description.
2944         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2945
2946 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2949         as "" (zero-length string) if no parent.
2950         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2951
2952 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl-address.el (wl-address-make-completion-list): Skip duplication
2955         checking.
2956         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2957         `append'.
2958
2959 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2960
2961         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2962         instead of `beginning-of-buffer'.
2963
2964 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2967
2968 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2971         Refer wl-message-buffer-name.
2972         (wl-message-wheel-down): Ditto.
2973
2974 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-vars.el (wl-message-buffer-name): New user option.
2977
2978         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2979         directly instead of making alist dinamically.
2980
2981         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2982         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2983         wl-message-buffer-cache-name.
2984         (wl-message-buffer-cache-clean-up): Ditto.
2985
2986         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2987
2988         * Version number is increased to 2.9.15.
2989
2990 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-vars.el (wl-summary-default-view-alist): New user option.
2993
2994         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2995
2996         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2997         while deleting address.
2998         (wl-draft-delete-myself-from-cc): Ditto.
2999
3000         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3001         If optional argument is specified, reverse sort order.
3002
3003         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3004
3005 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3006
3007         * wl-thread.el (wl-thread-insert-message): Return parent number if
3008         exists.
3009         (wl-thread-update-indent-string-region): Use
3010         wl-thread-update-line-on-buffer-sub instead of
3011         wl-thread-update-line-on-buffer.
3012
3013 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3014
3015         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3016         (wl-folder-close-all): Ditto.
3017
3018 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3019
3020         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3021         and mailing-list:.
3022         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3023         value.
3024         (wl-summary-line-list-info): Print mailing-list name even when 
3025         list-number is empty.
3026
3027 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3028
3029         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3030
3031         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3032         (wl-draft-open-file): Ditto.
3033         (wl-draft-random-alphabet): Ditto.
3034
3035         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3036         bindings.
3037
3038 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3039
3040         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3041         * wl-vars.el (wl-draft-config-alist): Ditto.
3042
3043 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * Version number is increased to 2.9.14.
3046
3047         * wl.el (wl): Don't set wl-init as nil when error occured while
3048         auto-checking folders.
3049
3050         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3051         `elmo-expand-newtext'.
3052
3053 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3054
3055         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3056         `this-command' so that `wl-folder-goto-folder' contained in
3057         `wl-summary-keep-cursor-command' work.
3058
3059 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3060
3061         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3062         message buffer displaying state.
3063
3064 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3065
3066         * wl-vars.el (wl-summary-default-view): New variable to specify
3067         default value for `wl-summary-buffer-view' instead of using
3068         set-default.
3069         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3070
3071 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3072
3073         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3074
3075         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3076
3077 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3078
3079         * wl-vars.el (wl-forward-subject-prefix): New variable.
3080         * wl-draft.el (wl-draft-forward): Use it.
3081
3082 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-message.el (wl-message-prev-page): When it is called without
3085         lines argument, scroll down by wl-message-scroll-amount lines.
3086         (wl-message-next-page): Ditto.
3087         * wl-vars.el (wl-message-scroll-amount): Change default value
3088         to preserve current behavior.
3089
3090 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3091
3092         * wl-summary.el (wl-summary-prefetch-msg): Bind
3093         `wl-message-entity' to call `wl-summary-from-function'.
3094
3095 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3096
3097         * wl-message.el (wl-message-buffer-create): Run
3098         wl-message-buffer-created-hook.
3099
3100 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3101
3102         * wl-summary.el (wl-summary-sort-specs): New variable.
3103         (wl-summary-default-sort-spec): Ditto.
3104         (wl-summary-sort): Rewrite.
3105         (wl-summary-sort-by-list-info): New function.
3106
3107 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3108
3109         * wl-summary.el (wl-summary-get-list-info): New function.
3110         (wl-summary-sort): Rewrite.
3111         (wl-summary-line-list-info): Ditto.
3112         (wl-summary-line-list-count): Ditto.
3113         (wl-summary-refile-region): Fixed docstring.
3114
3115 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3118         `wl-folder-entity-hashtb' as completion table.
3119
3120 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3123         only when this command is called interactively; silence the byte-
3124         compiler.
3125
3126 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3127
3128         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3129         active in XEmacs.
3130
3131 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3132
3133         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3134         plural lines.
3135
3136 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3137
3138         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3139         of current line when the cursor is on the header name.
3140         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3141
3142 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3143
3144         * wl-util.el (wl-read-directory-name): Return displayed directory
3145         as the default value also on XEmacs.
3146
3147 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3148
3149         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3150         formatting.
3151
3152 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3153
3154         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3155         argument and when it is non-nil, check face property before
3156         highlighting for each line.
3157         (wl-highlight-summary-window): Set it.
3158
3159 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3162         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3163
3164         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3165         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3166         (wl-draft-get-fcc-list): Likewise.
3167
3168 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3171         (wl-thread-entity-cur): Ditto.
3172         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3173         wl-thread-indent-regexp setting.
3174         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3175
3176         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3177         wl-summary-lazy-highlight.
3178         (wl-summary-display-bottom): Ditto.
3179
3180         * wl-thread.el (wl-thread-open-close): Likewise.
3181
3182         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3183         from and subject;
3184         Bind wl-draft-use-frame;
3185         Enclose with save-window-excursion;
3186         Use wl-draft-create-buffer instead of with-temp-buffer;
3187         Use wl-draft-prepare-edit;
3188         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3189         Use wl-draft-send instead of wl-draft-raw-send.
3190
3191 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3192
3193         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3194         of using wl-from.
3195
3196 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3199         insert-buffer instead of clone-buffer.
3200         (wl-draft-doing-mime-bcc): New variable.
3201         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3202         infinite loop.
3203         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3204
3205         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3206         (wl-draft-mime-bcc-body): Ditto.
3207
3208         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3209         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3210         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3211         wl-draft-do-mime-bcc.
3212         (wl-draft-mime-bcc-field): New function.
3213         (wl-draft-do-mime-bcc): Ditto.
3214
3215         * wl-address.el (wl-address-complete-header-list): New variable.
3216         (wl-address-complete-header-regexp): Changed default value.
3217
3218         * Version number is increased to 2.9.13.
3219
3220 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3223         it is differed.
3224
3225 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3226
3227         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3228         (wl-summary-line-list-count): Ditto.
3229
3230 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3231
3232         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3233         (wl-nntp-posting-function): New variable.
3234         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3235         `wl-nntp-posting-config-alist'.
3236
3237 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3238
3239         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3240         FLIM.
3241
3242 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3243
3244         * wl-summary.el (wl-summary-target-mark-refile-sub):
3245         Remove a nuisance funcall.
3246
3247 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3250         as t for `try-completion'.
3251
3252 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-summary.el (wl-summary-default-from): Use
3255         wl-address-header-extract-address instead of
3256         std11-extract-address-components.
3257         (wl-summary-simple-from): Ditto.
3258         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3259         (wl-summary-insert-headers): Show message.
3260         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3261         for whole line.
3262         (wl-summary-default-from): Revert last change.
3263         (wl-summary-simple-from): Ditto.
3264         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3265         (wl-summary-mark-as-read-region): Follow the change above.
3266         (wl-summary-sync-marks): Ditto.
3267         (wl-summary-target-mark-mark-as-read): Ditto.
3268         (wl-summary-redisplay-internal): Ditto.
3269         (wl-summary-redisplay-no-mime-internal): Ditto.
3270         (wl-summary-redisplay-all-header): Ditto.
3271         (wl-summary-mark-as-read): Removed argument `cached';
3272         Use current cache status to set cache mark.
3273         (wl-summary-redisplay-internal): Follow the change above.
3274         (wl-summary-redisplay-no-mime-internal): Ditto.
3275         (wl-summary-redisplay-all-header): Ditto.
3276
3277         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3278
3279         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3280         Don't call itself recursively (Adviced by Yamaoka-san).
3281
3282 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3285         bind wl-summary-highlight as nil to avoid error caused by missing
3286         local variables.
3287
3288 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * wl-vars.el (wl-invalid-character-message): New user option.
3291
3292         * wl-util.el (wl-set-string-width): If truncated string-width is
3293         larger than specified width, use `wl-invalid-character-message'.
3294
3295 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3296
3297         * wl-summary.el (wl-summary-prefetch-msg): 
3298         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3299
3300 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * wl-vars.el (wl-summary-check-line-format): New user option.
3303         (wl-summary-line-format-file): Ditto.
3304
3305         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3306         variable.
3307         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3308         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3309         and `wl-summary-view-old-p' to check whether do a rescan or not.
3310         (wl-summary-view-old-p): New function.
3311         (wl-summary-line-format-changed-p): Ditto.
3312         (wl-summary-line-format-save): Ditto.
3313         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3314
3315         * wl-util.el (wl-set-string-width): Avoid using negative number
3316         for make-string.
3317
3318 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3321         return value.
3322
3323         * wl-util.el (wl-set-string-width): Added optional argument
3324         `padding' (All other related portions are changed).
3325         (wl-line-parse-format): If the first letter of column number is
3326         `0', zero-padding the result (ex: "%05l").
3327
3328         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3329
3330 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3333         sequential summary view.
3334
3335 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3338         if it doesn't have a -unix version.
3339
3340 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3341
3342         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3343
3344 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3347         content.
3348         (wl-draft): Follow the change above.
3349
3350         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3351
3352         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3353         and wl-folder-summary-line-format-alist contain %T and %P.
3354
3355         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3356         (wl-summary-mode-line-format): New user option.
3357         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3358         (wl-summary-line-format): Changed default value.
3359         (wl-summary-lazy-highlight): Changed default value.
3360
3361         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3362         change in wl-summary-create-line.
3363         (wl-thread-insert-entity-sub): Ditto.
3364
3365         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3366         (wl-summary-buffer-unread-status): Ditto.
3367         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3368         (wl-summary-buffer-persistent-mark-column): Ditto.
3369         (wl-summary-buffer-mode-line-formatter): Ditto.
3370         (wl-summary-buffer-mode-line): Ditto.
3371         (wl-summary-message-regexp): Abolished.
3372         (All other related portions are changed.)
3373         (wl-summary-detect-mark-position): New function.
3374         (wl-summary-buffer-set-folder): Setup
3375         wl-summary-buffer-mode-line-formatter.
3376         (wl-summary-mode): Setup selective-display;
3377         Setup pre-idle-hook when xemacs.
3378         (wl-summary-update-modeline): Rewrite.
3379         (wl-summary-jump-to-msg): Define as function;
3380         Changed regexp for searching messages.
3381         (wl-summary-message-number): Rewrite.
3382         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3383         Do rescan when old type summary cache.
3384         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3385         (wl-summary-remove-destination): Use '\r' to detect EOL.
3386         (wl-summary-print-destination): Ditto.
3387         (wl-summary-temp-mark): New inline function.
3388         (wl-summary-persistent-mark): Ditto.
3389         (wl-summary-line-number): New function.
3390         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3391         (wl-summary-line-list-count): New function.
3392         (wl-summary-create-line): Added argument persistent-mark.
3393         (All other related portions are changed)
3394         (wl-summary-create-line): Insert '\r'.
3395         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3396         (wl-summary-cursor-move-surface): New inline function.
3397         (wl-summary-prev): Use it.
3398         (wl-summary-next): Ditto.
3399
3400         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3401         wl-summary-message-regexp.
3402         (wl-highlight-summary): Delete progress message.
3403         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3404
3405         * Version number is increased to 2.9.12.
3406
3407 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3410         variable (nil: no minimum).
3411         (wl-summary-line-subject): Add some spaces after subject by
3412         wl-summary-line-subject-minimum-length.
3413
3414 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3417         and removed `F'.
3418         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3419         change above).
3420
3421 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3422
3423         * wl-summary.el (wl-summary-line-list-count): Reverted.
3424         (example setting in samples/*/dot.wl is also updated)
3425
3426 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3429
3430         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3431
3432         * wl-vars.el (wl-summary-line-format): Addes some description to the
3433         docstring.
3434
3435         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3436         (wl-summary-line-close-bracket): Ditto.
3437         (wl-summary-line-children-number): Ditto.
3438         (wl-summary-line-thread-indent): Ditto.
3439         (wl-summary-line-children-and-from): Ditto.
3440
3441         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3442         't', 'c', 'F' and added 'C'.
3443
3444         * wl-util.el (wl-set-string-width): Accept negative value.
3445         (wl-line-parse-format): Added "%number(" and "%)".
3446
3447 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3448
3449         * wl-summary.el (wl-summary-line-list-count): Change format of the
3450         return value.
3451
3452 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3453
3454         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3455         from the recent message.el.
3456         (wl-draft-point-in-header-p): Ditto.
3457         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3458         wl-draft-beginning-of-line.
3459         * wl-e21.el (wl-draft-mode-map): Ditto.
3460         * wl-xmas.el (wl-draft-mode-map): Ditto.
3461
3462         * wl-folder.el: Sort macrodefs by dependencies.
3463
3464 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3465
3466         * wl-summary.el (wl-summary-prev): Fixed regexp.
3467         (wl-summary-next): Ditto.
3468
3469 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3470
3471         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3472
3473 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3474
3475         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3476         for backward compatibility.
3477
3478 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-summary.el (wl-summary-line-list-count): New function, merged
3481         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3482         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3483         list counts.
3484
3485 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * wl-summary.el (wl-summary-create-line): Ignore errors while
3488         timezone-fix-time.
3489
3490         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3491
3492         * wl-summary.el (wl-summary-sync-update): Ditto.
3493         (wl-summary-default-from): Use wl-message-entity
3494         instead of entity.
3495
3496         * wl-summary.el (wl-summary-create-line): Fix.
3497
3498         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3499         (wl-summary-line-format): New user option.
3500         (wl-folder-summary-line-format-alist): Ditto.
3501         (wl-summary-from-width): Abolished.
3502
3503         * wl-util.el (toplevel): Require 'bytecomp.
3504         (wl-line-parse-format): New function.
3505         (wl-line-formatter-setup): New macro.
3506
3507         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3508         (wl-summary-buffer-line-formatter): New buffer local variable.
3509         (wl-summary-switch-to-clone-buffer): Follow the change above.
3510         (wl-summary-message-regexp): Fix.
3511         (wl-summary-from-func-internal): Abolished.
3512         (wl-summary-subject-func-internal): Ditto.
3513         (wl-summary-subject-filter-func-internal): Ditto.
3514         (All other related portions are changed.)
3515         (wl-summary-buffer-set-folder):
3516         Set up wl-summary-buffer-number-column and 
3517         wl-summary-buffer-line-formatter
3518         (All other related portions are changed.)
3519         (wl-summary-buffer-number-column-detect): Abolished.
3520         (All other related portions are changed.)
3521         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3522         (wl-summary-delete-all-temp-marks-on-buffer): Use
3523         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3524         (wl-summary-target-mark-delete): Ditto.
3525         (wl-summary-target-mark-refile-subr): Ditto.
3526         (wl-summary-target-mark-mark-as-read): Ditto.
3527         (wl-summary-target-mark-mark-as-unread): Ditto.
3528         (wl-summary-target-mark-mark-as-important): Ditto.
3529         (wl-summary-target-mark-save): Ditto.
3530         (wl-summary-replace-status-marks): Renamed from
3531         wl-summary-set-status-marks-on-buffer;
3532         Use wl-summary-message-regexp instead of
3533         wl-summary-buffer-number-regexp.
3534         (wl-summary-sync-update): Follow the change above.
3535         (wl-summary-goto-previous-message-beginning): New function.
3536         (wl-summary-mark-as-unread): Use it.
3537         (wl-summary-mark-as-important): Ditto.
3538         (wl-summary-line-formatter): New variable.
3539         (wl-summary-line-year): New function.
3540         (wl-summary-line-day): Ditto.
3541         (wl-summary-line-day-of-week): Ditto.
3542         (wl-summary-line-hour): Ditto.
3543         (wl-summary-line-minute): Ditto.
3544         (wl-summary-line-open-bracket): Ditto.
3545         (wl-summary-line-close-bracket): Ditto.
3546         (wl-summary-line-children-number): Ditto.
3547         (wl-summary-line-thread-indent): Ditto.
3548         (wl-summary-line-size): Ditto.
3549         (wl-summary-line-subject): Ditto.
3550         (wl-summary-line-from): Ditto.
3551         (wl-summary-line-children-and-from): Ditto.
3552         (wl-summary-create-line): Rewritten.
3553         (wl-summary-format-date): Abolished.
3554
3555         * wl-highlight.el (wl-highlight-summary-current-line): Use
3556         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3557         Use thread structure to detect thread top message.
3558
3559         * wl-draft.el (wl-default-draft-cite): Don't use
3560         wl-summary-from-func-internal.
3561
3562         * wl-refile.el (wl-refile-subject-learn): Don't use
3563         wl-summary-subject-filter-func-internal.
3564         (wl-refile-guess-by-subject): Ditto.
3565
3566         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3567         parameters.
3568
3569         * wl-thread.el (wl-thread-update-indent-string-region):
3570         Use wl-thread-update-line-on-buffer instead of
3571         wl-thread-update-indent-string.
3572         (wl-thread-update-children-number): Redefine using
3573         wl-thread-update-line-on-buffer.
3574         (wl-thread-update-indent-string): Abolished.
3575
3576         * Version number is increased to 2.9.11.
3577
3578 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3579
3580         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3581         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3582         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3583
3584         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3585         as nil.
3586
3587         * wl-thread.el (wl-thread-open-all-unread): Use 
3588         elmo-folder-list-messages-mark-match.
3589         (wl-thread-insert-message): Removed argument `mark-alist'.
3590         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3591         elmo-msgdb-set-mark.
3592         (wl-thread-get-children-msgs-uncached): Likewise.
3593         (wl-thread-get-exist-children): Added argument include-self.
3594         (wl-thread-delete-message): Follow the change above.
3595
3596         * wl-summary.el (wl-summary-count-unread): Removed argument.
3597         (wl-summary-rescan): Follow the change above.
3598         (wl-summary-mark-as-read-region): Ditto
3599         (wl-summary-mark-as-unread-region): Ditto.
3600         (wl-summary-delete-messages-on-buffer): Ditto.
3601         (wl-summary-sync-update): Ditto.
3602         (wl-summary-switch-to-clone-buffer): Ditto.
3603         (wl-summary-goto-folder-subr): Ditto.
3604         (wl-summary-target-mark-mark-as-read): Ditto.
3605         (wl-summary-target-mark-mark-as-unread): Ditto.
3606         (wl-summary-target-mark-mark-as-important): Ditto.
3607         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3608         (wl-summary-update-thread): Removed argument `mark-alist'.
3609         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3610         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3611         (wl-summary-resume-cache-status): Likewise.
3612         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3613         elmo-msgdb-set-mark.
3614         (wl-summary-mark-as-read-all): Likewise.
3615         (wl-summary-delete-cache): Ditto.
3616         (wl-summary-auto-select-msg-p): Ditto.
3617         (wl-summary-mark-as-unread): Ditto.
3618         (wl-summary-no-auto-refile-message-p): Ditto.
3619         (wl-summary-mark-as-read): Ditto.
3620         (wl-summary-mark-as-important): Ditto.
3621         (wl-summary-auto-refile): Follow the change above.
3622         (wl-summary-delete-all-marks): Removed.
3623         (wl-summary-resume-marks-and-highlight): Ditto.
3624         (wl-summary-resume-marks): Ditto.
3625         (wl-summary-delete-important-msgs-from-list): Ditto.
3626         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3627
3628         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3629         wl-summary-count-unread.
3630
3631         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3632         (wl-summary-score-update-all-lines): Use
3633         elmo-msgdb-set-mark.
3634
3635 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3638         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3639         (wl-summary-create-line): Renamed from
3640         wl-summary-overview-create-summary-line;
3641         Argument rearrangement.
3642         (wl-summary-update-thread): Follow the change above.
3643
3644         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3645         (wl-thread-insert-entity-sub): Likewise.
3646
3647         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3648         argument `overview', `mark-alist' and added `msgdb'.
3649
3650         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3651
3652         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3653         (wl-summary-rescan): Follow the change above.
3654         (wl-summary-sync-update): Ditto.
3655         (wl-summary-insert-thread-entity): Ditto;
3656         Don't use `let*' in every while loop;
3657         Detect infinite loop of threads.
3658         (wl-summary-update-thread): Removed argument `overview'.
3659
3660         * wl-thread.el (wl-thread-insert-message): Ditto.
3661
3662         * Version number is increased to 2.9.10.
3663
3664         * wl-message.el (wl-message-redisplay): Ignore errors while
3665         wl-message-redisplay-hook.
3666
3667 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3668
3669         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3670
3671 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3672
3673         * wl.el (wl): inhibit-quit while wl-folder.
3674
3675 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3678         while msgdb access.
3679
3680 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3683         even if no folder is not created.
3684
3685 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3688
3689         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3690         implementation.
3691         (wl-summary-target-mark-thread): Ditto.
3692
3693         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3694
3695 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3696
3697         * wl-util.el (wl-display-bytes): Remove unused function.
3698
3699 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3702         seems critical one (partially reverse the change in 2002/03/17).
3703
3704 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3707         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3708
3709 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3710
3711         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3712         is not writable.
3713         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3714         plugged status instead of `'force' as 2nd argument.
3715
3716         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3717         is not creatable.
3718
3719         * Version number is increased to 2.9.9.
3720
3721 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-summary.el (wl-summary-suspend): New function.
3724
3725 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3726
3727         * wl.el (wl): Do not check variables if check is nil.
3728         * wl-utils.el (wl-collect-draft): New function.
3729         * wl-folder.el (wl-folder-suspend): Put summary buffers
3730         and draft buffers at the end of buffer list.
3731         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3732
3733 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3734
3735         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3736         loop instead of recursive call.
3737
3738         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3739         2nd argument.
3740
3741 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-draft.el (wl-draft-create-contents): Don't take neither
3744         (function . args) nor (string . something) any more.
3745
3746         * wl-version.el (wl-generate-user-agent-string): Return string
3747         without header symbol.
3748         * wl-draft.el (wl-draft-default-headers): Use it.
3749
3750         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3751         `wl-draft-insert-ccs' and return field value instead of inserting
3752         the header. Abolish cc argument.
3753         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3754
3755         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3756         rather than one with string car.
3757
3758         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3759         * wl-draft.el (wl-draft-create-contents): Add it after the default
3760         headers.
3761
3762         * wl-draft.el (wl-draft-create-contents): For the case of
3763         (symbol-or-string . function) insert header only when the function
3764         returns string value.
3765
3766 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3767
3768         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3769         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3770
3771 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3772
3773         * wl.el (wl-check-environment): Don't check Message-ID when
3774         `wl-insert-message-id' is nil.
3775         Revive checking if `wl-message-id-domain' contains "@".
3776
3777 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3778
3779         * wl.el (wl-check-environment): Merge examination for "@" at
3780         inappropriate position into the first string-match.
3781
3782         * wl-summary.el (wl-summary-target-mark-print): New function.
3783         (wl-summary-pipe-message-subr): Extracted from
3784         `wl-summary-pipe-message'.
3785         (wl-summary-target-mark-pipe): New function.
3786         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3787         `wl-summary-target-mark-pipe'.
3788
3789 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3792
3793 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3794
3795         * wl.el (wl-check-environment): Use elmo-warning instead of
3796         error for non-critical ones.
3797         Remove trash folder check.
3798         (wl): Don't ignore error in wl-check-environment.
3799
3800         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3801         check, which is moved from `wl-check-environment'.
3802         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3803
3804 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3807         guess anything, call wl-summary-write.
3808         (wl-summary-write): Create draft with blank To field.
3809         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3810
3811 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3814         argument full as well for wl-folder-write-current-folder.
3815         If wl-*-write-current-folder cannot guess addressee, add blank
3816         To header.
3817         Rewrite condition for positioning cursor.
3818
3819 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3820
3821         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3822         summary buffer is present, use it.
3823         (wl-folder-jump-to-previous-summary): Ditto.
3824
3825 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3828
3829         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3830         wl-summary-previous-buffer and wl-summary-next-buffer.
3831
3832         * wl-folder.el (wl-folder-mode-map): Bind
3833         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3834         (wl-folder-jump-to-next-summary): New function.
3835         (wl-folder-jump-to-previous-summary): Ditto.
3836
3837         * wl-draft.el (wl-draft): Rearranged.
3838
3839 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3840
3841         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3842         of header.
3843         (wl-draft): Collect arguments for the header as header-alist.
3844         (wl-draft-forward): Arrange arguments for wl-draft.
3845         (wl-draft-reply): Ditto.
3846         (wl-draft-edit-string): Ditto.
3847         * wl-summary.el (wl-summary-write): Ditto.
3848         (wl-summary-write-current-folder): Ditto.
3849
3850         * Version number is increased to 2.9.8.
3851
3852 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3855
3856         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3857
3858         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3859         even if the guess failed.
3860
3861         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3862         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3863         wl-summary-write-current-folder.
3864         * wl-xmas.el: Ditto.
3865
3866 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * wl-summary.el (wl-summary-next-page): Force display message if
3869         message is not displayed yet.
3870         (wl-summary-prev-page): Ditto.
3871
3872 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3873
3874         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3875
3876 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3877
3878         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3879         add "Preview Message" and "Save Draft and Exit".
3880
3881 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3882
3883         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3884         if addrmgr is called from draft in splitted window.
3885
3886         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3887         * wl-mule.el: Ditto.
3888         * wl-xmas.el: Ditto.
3889
3890 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3893
3894         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3895         * wl-xmas.el (wl-folder-toolbar): Ditto.
3896
3897 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3898
3899         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3900         and wl-draft-save-and-exit.
3901         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3902         * wl-xmas.el: Ditto.
3903         * wl-mule.el: Ditto.
3904
3905         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3906         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3907
3908 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3911         lists for saving buffer.
3912
3913 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3916         parent-folder argument instead of it.
3917         (wl-draft-create-buffer): Ditto.
3918         (wl-draft-forward): Ditto.
3919         (wl-draft-reply): Ditto.
3920         * wl-summary.el (wl-summary-write): Ditto.
3921         (wl-summary-write-current-folder): Ditto.
3922
3923         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3924         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3925         Folder buffer after composing.
3926
3927 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3930         header if the file `wl-x-face-file' already contains it.
3931
3932 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3935         folder" entry.
3936         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3937         * wl-e21.el (wl-folder-toolbar): Ditto.
3938         * wl-xmas.el (wl-folder-toolbar): Ditto.
3939
3940 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3943         wl-folder-goto-folder with sticky argument.
3944         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3945
3946 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3949         and wl-summary-previous-buffer.
3950         (wl-summary-next-buffer): New function.
3951         (wl-summary-previous-buffer): Ditto.
3952
3953 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3956         wl-folder-jump-to-current-entity-with-arg.
3957         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3958         `wl-folder-jump-to-current-entity'.
3959         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3960         `wl-summary-goto-folder-sticky'.
3961         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3962         `wl-summary-goto-folder'.
3963         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3964         Unless force-exit, do not clean temp. marks for sticky summary.
3965         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3966
3967 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3970         not entire.
3971
3972 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3975         to `C-x C-s'.
3976         (wl-summary-save-status): New command.
3977         (wl-summary-exit): Don't clean-up temp marks when sticky.
3978         (Applied patch from Nakayama-san [wl: 09548])
3979         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3980         Do nothing when no mark data.
3981         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3982         Call `wl-summary-delete-all-temp-marks' before saving.
3983
3984 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3985
3986         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3987
3988 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3989
3990         * wl.el (wl-check-environment): Also cause error when (system-name)
3991         returns "localhost.localdomain". (Although it doesn't affect because
3992         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3993
3994 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3997         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3998
3999         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4000         value.
4001
4002 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4005         Likewise r-cc-list and r-ng-list.
4006
4007 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4010         only if it is bound as variable.
4011
4012         * wl-mime.el (wl-draft-preview-message): Ditto.
4013
4014 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4017         needless `goto-char'.
4018
4019         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4020         `wl-summary-redisplay-no-mime-internal' instead of
4021         `wl-summary-redisplay-no-mime'.
4022         (wl-summary-redisplay-no-mime): Changed argument;
4023         Call `wl-summary-redisplay-no-mime-internal'.
4024
4025         * wl-mime.el (wl-draft-preview-message): Bind
4026         `mime-header-encode-method-alist' locally.
4027
4028         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4029         (wl-draft-std11-parse-addresses): Added the first address check.
4030         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4031
4032         * Version number is increased to 2.9.7.
4033
4034 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4037
4038 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4039
4040         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4041         related to scrollbar support, if there is no such a feature
4042         compiled in.
4043
4044 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4045
4046         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4047         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4048         for prefetch.
4049
4050 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-summary.el (wl-summary-pick): Fix for no match.
4053
4054 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4055
4056         * wl-draft.el (wl-draft-save):
4057         Override `mime-header-encode-method-alist'.
4058
4059 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4060
4061         * wl-folder.el (wl-folder-pick): New function.
4062         Define key as "?".
4063
4064 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4065
4066         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4067         Fix for unplugged.
4068
4069 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4070
4071         * wl-folder.el (wl-folder-virtual): New function.
4072         Define key as "V".
4073
4074 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4075
4076         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4077         multi folder if entity is group.
4078
4079 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4080
4081         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4082         is nil.
4083
4084 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4085
4086         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4087         (wl-summary-target-mark-msgs): Return the number of marked messages.
4088
4089 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4090
4091         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4092         "first:" is specified.
4093
4094 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4095
4096         * wl-vars.el (wl-from): Use return value of function
4097         user-full-name instead of the variable user-full-name since
4098         XEmacs-20.4 doesn't set this variable.
4099
4100 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4103         call `wl' directly.
4104
4105 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4106
4107         * wl-draft.el (wl-draft-reedit): Removed duplicated
4108         switch-to-buffers.
4109
4110 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * wl.el (wl-other-frame): Removed garbages.
4113
4114 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4117
4118         * wl-xmas.el (wl-draft-key-setup): Ditto.
4119
4120         * wl-mule.el (wl-draft-key-setup): Ditto.
4121
4122         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4123         (wl-draft-reedit): Ditto.
4124         (wl-draft-prepare-edit): Add `wl-draft-save' to
4125         `local-write-file-hooks'.
4126         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4127         (wl-draft-reedit): Set buffer-file-name.
4128         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4129
4130
4131         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4132         call it.
4133         (wl-delete-startup-frame-function): New variable.
4134         (wl-other-frame): New function
4135         (Original was written by Yamaoka san [wl: 09239]).
4136
4137         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4138         if `wl-folder-use-frame'.
4139
4140 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4141
4142         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4143
4144 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4147         New variable.
4148         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4149         (wl-message-buffer-prefetch-get-next): Use them.
4150         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4151
4152 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4155         with unwind-protect.
4156
4157         * wl-draft.el (wl-draft-reedit): Rewrite.
4158         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4159         (wl-draft-save): Insert header separator if it does not exist;
4160         Removed condition-case.
4161
4162         * wl-summary.el (wl-summary-reedit): Revert last change.
4163
4164         * wl-draft.el (wl-draft-save): Rewrite.
4165         (wl-draft-create-buffer): Set buffer-file-name as nil.
4166
4167         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4168
4169         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4170
4171         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4172         nil.
4173
4174 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4177         If count is nil, do not prefetch.
4178         (wl-message-buffer-prefetch-next): Next.
4179
4180 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4183
4184 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4187         `delete-backward-char'
4188         (wl-draft-prepare-edit): Check major-mode.
4189         (wl-draft-decode-header): Rewrite.
4190         (wl-draft): Fix.
4191
4192 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4193
4194         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4195
4196 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4199         (wl-message-buffer-prefetch-get-next): Remove size checking.
4200         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4201
4202 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4205         (wl-draft-default-headers): Fix.
4206
4207 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-draft.el (wl-draft-default-headers): Insert return value of
4210         `wl-generate-mailer-string-function'.
4211
4212 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4213
4214         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4215         (wl-draft-insert-mail-header-separator): Ditto.
4216
4217         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4218         again (Reverted the change on 2002-01-17 by OKADA san).
4219
4220 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4221
4222         * wl-draft.el (wl-draft): Rewrite.
4223         (wl-draft-create-buffer): New function.
4224         (wl-draft-create-contents): Ditto.
4225         (wl-draft-prepare-edit): Ditto.
4226         (wl-draft-decode-header): Ditto.
4227         (wl-draft-decode-body): Ditto.
4228         (wl-draft-check-new-line): Ditto.
4229         (wl-draft-default-headers): Ditto.
4230         (wl-draft-insert-mail-header-separator): Ditto.
4231
4232 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4233
4234         * Version number is increased to 2.9.6.
4235
4236 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-draft.el (wl-draft-delete-field): Optional argument.
4239         (wl-draft-delete-fields): Ditto.
4240
4241 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-message.el (toplevel): Eliminated byte-compile warning.
4244         for `itimer-function', `delete-timer' and `itimer-list'.
4245
4246 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4247
4248         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4249         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4250         `wl-message-buffer-prefetch-threshold'.
4251         * wl-summary.el (wl-summary-redisplay-internal): Remove
4252         the check of `wl-message-buffer-prefetch-depth'.
4253
4254 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4255
4256         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4257         size of article.
4258         (wl-message-buffer-prefetch-subr): Remove size check.
4259
4260 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-vars.el (wl-plugged): Make customizable.
4263
4264 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4265
4266         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4267         (wl-message-buffer-prefetch-set-timer): New function.
4268         (wl-message-buffer-prefetch-get-next): New function.
4269         (wl-message-buffer-prefetch): New function.
4270         (wl-message-buffer-prefetch-next): Rewrite.
4271         (wl-message-buffer-prefetch-subr): Rewrite.
4272         * wl-vars.el (wl-auto-prefetch-first): New variable.
4273         * wl-summary.el (wl-summary-goto-folder-subr): Call
4274         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4275
4276 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4279         `wl-summary-unread-message-hook'.
4280
4281 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4284         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4285         if range is `cache-status'.
4286
4287 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4288
4289         * wl-message.el (wl-message-buffer-prefetch-subr):
4290         Improve debug message.
4291
4292 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4295         `wl-mail-send-pre-hook'.
4296         (wl-draft-send-mail-with-qmail): Ditto.
4297         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4298
4299 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-message.el (wl-message-buffer-prefetch-subr):
4302         Fix for cancel-function-timers bug.
4303         (wl-message-buffer-prefetch-debug): Default value is t.
4304
4305 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4308         (wl-message-buffer-prefetch-subr): Rewrite.
4309         Rename from `wl-message-buffer-prefetch'.
4310
4311 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4314         (wl-default-draft-cite-decorate-author): Ditto.
4315
4316         * wl-draft.el (wl-draft-cite-function): Removed.
4317         (wl-default-draft-cite-decorate-author): Ditto.
4318
4319 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4322         (wl-default-draft-cite): Do not arrange author name if the value of
4323         `wl-default-draft-cite-decorate-author' is nil.
4324
4325 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4328
4329         * wl-folder.el (wl-folder-check-one-entity): Don't care
4330         `elmo-folder-use-flag-p'.
4331
4332 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-folder (wl-folder-check-one-entity): Fix
4335         problem if unread is nil.
4336
4337 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-address.el (wl-address-make-completion-list): Check whether
4340         the address is a group list.
4341         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4342
4343 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4344
4345         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4346         The number of the messages of new and unread does not count
4347         correctly.
4348
4349         * wl-summary.el (wl-summary-count-unread): Changed to return
4350         `(new . unread)' instead of total.
4351         (wl-summary-sync-update): Follow the change above.
4352
4353         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4354
4355 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl-address.el (wl-address-make-completion-list): Do not enclose
4358         address by " <" and ">" if associated realname is "".
4359         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4360         This is against the promblem with group list in .addresses pointed
4361         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4362
4363 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4366         message is a format control string.
4367         * wl-expire.el (wl-expire-append-log): Ditto.
4368         * wl-mime.el (wl-summary-burst-subr): Ditto.
4369         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4370         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4371
4372 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4373
4374         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4375         wl.el (wl-check-variables): Rename from `wl-check-type'.
4376         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4377         (wl-check-variables-2): New function.
4378         (wl): Call `wl-check-variables-2'.
4379
4380 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4383         after renaming folder in access group.
4384
4385 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4386
4387         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4388         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4389         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4390         (wl-message-buffer-prefetch): Rewrite.
4391         (wl-message-buffer-prefetch-idle-time): Removed.
4392         * wl-summary.el (wl-summary-redisplay-internal):
4393         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4394         Error check for `wl-message-buffer-prefetch-depht'.
4395
4396 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * Version number is increased to 2.9.5.
4399         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4400
4401 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4404         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4405         Based on the patch written by
4406         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4409
4410         * wl-draft.el (wl-draft-raw-send): Fix for
4411         `wl-news-send-pre-hook'
4412
4413 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4414
4415         * wl-utils.el (wl-message-id-function): New variable.
4416         * wl-draft.el (wl-draft-insert-required-fields):
4417         Use `wl-message-id-function'.
4418
4419 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4420
4421         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4422         * wl-utils.el (wl-draft-make-message-id-string):
4423         Use `wl-from' for domain part of Message-ID
4424         if `wl-message-id-use-wl-from' if non-nil.
4425         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4426
4427 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl.el (wl): Call `wl-check-type'
4430         Do not 'condition-case'.
4431
4432 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4433
4434         * wl.el (wl-check-type): New function.
4435         (wl-check-type-variables): New variable.
4436
4437 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4438
4439         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4440
4441 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4442
4443         * wl-draft.el (wl-smtp-password-key): New function.
4444         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4445         (wl-draft-send-mail-with-smtp): Ditto.
4446         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4447
4448 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4449
4450         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4451         * wl-utils.el (wl-unique-id-suffix): Remove.
4452
4453 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4454
4455         * Version number is increased to 2.9.4.
4456
4457 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-utils.el (wl-unique-id-suffix): New variable.
4460         (wl-unique-id): Use `wl-unique-id-suffix'
4461
4462 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4463
4464         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4465         instead of `elmo-msgdb-search'.
4466
4467         * Version number is increased to 2.9.3.
4468
4469 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4470
4471         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4472
4473 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4474
4475         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4476         (wl-draft-dispatch-message): Changed for send-later.
4477         (wl-draft-queue-flush): Ditto.
4478         (wl-draft): Clear `wl-sent-message-queued'.
4479         (wl-draft-reedit): Ditto.
4480         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4481         * wl-vars.el (wl-draft-force-queuing): New variable.
4482         (wl-draft-force-queuing-mail): New variable.
4483         (wl-draft-force-queuing-news): New variable.
4484
4485 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4488         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4489
4490 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4491
4492         * Version number is increased to 2.9.2.
4493
4494 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * wl-draft.el (wl-draft-elide-region): New user command.
4497         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4498
4499         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4500         command `wl-draft-elide-region'.
4501         * wl-mule.el: Ditto.
4502         * wl-xmas.el: Ditto.
4503
4504 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4507         (wl-biff-check-folder-async): Removed needless let.
4508
4509 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4512         wl-folder-get-elmo-folder.
4513         (wl-biff-check-folder): Set `biff' argument of
4514         `wl-folder-check-one-entity'.
4515         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4516
4517         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4518         (wl-folder-check-one-entity): Added `biff' argument;
4519         Setup `biff' slot of folder.
4520
4521         * Version number is increased to 2.9.1.
4522
4523 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4524
4525         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4526         comment out and fixed.
4527         (wl-fldmgr-add-completion-subr): Ditto.
4528
4529         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4530         and msgdb.
4531
4532         * wl.el (wl-toggle-plugged): Save summary view.
4533
4534 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4537
4538 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4539
4540         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4541
4542 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4545         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4546         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4547
4548         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4549         if it was failed.
4550         (wl-demo): Disable undo in the demo buffer.
4551
4552 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4553
4554         * wl-version.el (wl-version): Changed codename.
4555
4556         * Version number is increased to 2.9.0.
4557
4558 2001-12-14  Takuo KITAME <kitame@northeye.org>
4559
4560         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4561         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4562         (wl-folder-mark-as-read-all-current-entity): Ditto.
4563
4564 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-vars.el (wl-from-width): Define as obsolete variable.
4567         (wl-subject-length-limit): Ditto.
4568
4569         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4570
4571         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4572         wl-summary-save-view.
4573
4574         * wl.el (wl-save-status): Ditto.
4575         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4576
4577         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4578         (wl-summary-exit): Follow the change above.
4579         (wl-summary-goto-folder-subr): Ditto.
4580
4581         * wl-folder.el (wl-folder-create-subr): Don't use
4582         `elmo-folder-creatable-p'.
4583
4584 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4585
4586         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4587
4588 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4591         rather than bitmap on Emacs 21.
4592         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4593         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4594         for xbm if the new redisplay engine is not available.
4595
4596 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-folder.el (wl-folder-init-hook): New hook.
4599         (wl-folder-init): Run `wl-folder-init-hook'.
4600
4601 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4604
4605 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * wl-acap.el (wl-acap-cache-filename): New variable.
4608         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4609         (wl-acap-init): Use cache if no ACAP server found.
4610
4611 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4612
4613         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4614         `wl-acap-original-msgdb-dir'.
4615
4616         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4617         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4618
4619         * wl-mime.el (wl-mime-save-directory): Renamed from
4620         `wl-mime-save-dir'.
4621
4622 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4625
4626         * wl-demo.el: Require `path-util'.
4627         (wl-demo-bitmap-mule-available-p): New internal variable.
4628         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4629         `module-installed-p' instead.
4630         (wl-demo-insert-image): Use *.img file for a bitmap image.
4631         (wl-demo): Don't call the ascii demo recursively.
4632
4633 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4634
4635         * Version number is increased to 2.7.7.
4636
4637 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4638
4639         * wl.el (wl-exit): Eliminated byte-compile warning.
4640
4641 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4642
4643         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4644         obsolete variable using `elmo-define-obsolete-variable'.
4645         (wl-fetch-confirm-threshold): Ditto.
4646         (wl-cache-prefetch-folder-type-list): Ditto.
4647         (wl-cache-prefetch-folder-list): Ditto.
4648
4649 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4652         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4653         (wl-demo-insert-image): New function.
4654         (wl-demo-insert-text): New function.
4655         (wl-demo-image-type-alist): Redefine as a function.
4656         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4657         (wl-demo-with-temp-file-buffer): Removed.
4658         (wl-logo-xpm): Removed.
4659         (wl-logo-xbm): Removed.
4660         (wl-logo-bitmap): Removed.
4661
4662 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4663
4664         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4665         (wl-expire-localdir-get-folder-function): New user option.
4666         (wl-expire-localdir-get-folder): New function.
4667         (wl-expire-localdir-date): Ditto.
4668
4669 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4670
4671         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4672         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4673         Fixed unread number mismatch when all-unread < unread.
4674
4675 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4678         (wl-fetch-confirm-threshold): Ditto.
4679
4680         * wl-summary.el (wl-summary-confirm-appends): Removed.
4681         (wl-summary-sync-update): Don't refer
4682         `wl-summary-update-confirm-threshold' (It is now abolished).
4683
4684         * wl-message.el (wl-message-display-internal): Don't refer
4685         `wl-fetch-confirm-threshold' (It is now abolished).
4686
4687 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4690
4691 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4694         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4695         Change default value to nil.
4696         (wl-summary-indent-length-limit): The value can be nil, nil means
4697         unlimited.
4698
4699         * wl-summary.el: Don't set limit for indent length if the value of
4700         wl-summary-indent-length-limit is nil.
4701         If the value of wl-summary-width is nil, it means only that the width
4702         of summary is unlimited (nil doesn't mean that the indent length is
4703         unlimited).
4704
4705         * wl-thread.el: Ditto.
4706
4707 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4708
4709         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4710         be nil, nil means never confirm.
4711         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4712
4713 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4716         means unlimited).
4717
4718 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4721         Use `with-temp-buffer'.
4722
4723 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4726         with new backquote style).
4727         (wl-folder-get-entity-from-buffer): Ditto.
4728
4729 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4730
4731         * wl-version.el (nemacs-version): Eliminated.
4732         (wl-extended-emacs-version2): Ignore nemacs.
4733         (wl-extended-emacs-version3): Ditto.
4734
4735 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4736
4737         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4738         (wl-draft-add-in-reply-to): New variable.
4739         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4740         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4741         (wl-draft-yank-from-mail-reply-buffer): Use
4742         `wl-draft-add-in-reply-to'.
4743         (wl-draft-insert-current-message): Ditto.
4744
4745 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4746
4747         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4748         typo (kill->hide).
4749         (wl-message-buffer-prefetch-folder-type-list): Added elements
4750         `mark' and `cache' instead of `internal'.
4751
4752 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4755         resume msgdb directory.
4756
4757 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4758
4759         * wl.el (wl-exit): Call `wl-acap-exit'.
4760
4761         * wl-summary.el (wl-summary-message-string): New function.
4762         (wl-summary-reedit): Use it.
4763         (wl-summary-resend-bounced-mail): Remove needless let.
4764         (wl-summary-supersedes-message): Ditto.
4765         (wl-summary-save): Ditto.
4766
4767         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4768         (wl-acap-init): Set it.
4769         (wl-acap-exit): New function.
4770
4771 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4772
4773         * wl.el (wl-init): Revert (require 'mime-setup). move from
4774         toplevel.
4775
4776 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4777
4778         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4779         local variables.  Add error when guess function return invalid
4780         value.
4781
4782 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4783
4784         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4785         Change local variable name.
4786         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4787         (wl-folder-get-newsgroups): Return nil when non-news folder.
4788         * wl-summary.el (wl-summary-write-current-folder): State through
4789         when guess-list return nil.
4790         (wl-summary-write-current-folder-functions): Fixed docstring.
4791
4792         * wl.el (wl-exit): Changed confirm message.
4793
4794         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4795         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4796
4797         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4798
4799 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4800
4801         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4802         user option (Renamed from wl-cache-prefetch-folder-type-list).
4803         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4804         from wl-cache-prefetch-folder-list).
4805
4806         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4807         Move to wl-vars.el.
4808         (wl-message-buffer-prefetch-p): Changed to enable
4809         `wl-message-buffer-prefetch-folder-list'.
4810
4811         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4812         `ignore-cache'.
4813
4814 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4815
4816         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4817         `part-top' and `part-bottom'.
4818         (wl-draft-config-sub-part-top): New function.
4819         (wl-draft-config-sub-part-bottom): New function.
4820
4821 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4824
4825 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4828
4829 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4832
4833         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4834         (wl-summary-write-current-folder): Ditto.
4835
4836 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-folder.el (wl-folder-get-newsgroups): Use
4839         `elmo-folder-newsgroups'.
4840
4841 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4844         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4845         `wl-draft-config-sub-header-bottom'.
4846
4847 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4848
4849         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4850         localnews folder.
4851
4852 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4853
4854         * wl-summary.el (wl-summary-mode): Undo last change.
4855
4856         * wl-folder.el (wl-folder-mode): Ditto.
4857
4858 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-summary.el (wl-summary-mode): Locally set
4861         truncate-partial-window-width to nil.
4862         (for XEmacs)
4863
4864         * wl-folder.el (wl-folder-mode): Ditto.
4865
4866 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4869
4870 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4873         number.
4874
4875         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4876
4877         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4878
4879         * Version number is increased to 2.7.6.
4880
4881 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4884
4885 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * wl-summary.el (wl-summary-sync-update): Enclose network
4888         related portion with `unwind-protect'.
4889
4890 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4891
4892         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4893
4894 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4897         element.
4898         * wl-vars.el (wl-message-body-button-alist): Ditto.
4899
4900         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4901         max match length.
4902         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4903
4904         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4905         for the max match length;
4906         Use 4th element value for the button string regexp group.
4907
4908         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4909         candidate exists, prompt to select.
4910
4911 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4912
4913         * wl-summary.el (wl-summary-jump-to-msg): Search before
4914         calibration point by `beginning-of-line'.
4915
4916 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4919         for access group.
4920
4921 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-message.el (wl-message-display-internal): Bind
4924         `default-mime-charset'.
4925
4926         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4927
4928         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4929
4930         * Version number is increased to 2.7.5.
4931
4932 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4933
4934         * wl-expire.el (wl-summary-archive): Fixed;
4935         Use `elmo-folder-name-internal'.
4936
4937 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4938
4939         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4940         from `elmo-folder-move-messages' caller.
4941         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4942
4943         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4944         related portions are changed).
4945
4946 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4947
4948         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4949         counter.
4950
4951 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4954         buffer local and set it to nil.
4955
4956         * wl-message.el (wl-message-redisplay): Ditto.
4957
4958 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-summary.el (wl-summary-mark-as-important): If message is
4961         already cached, set messag as read, otherwise encache and mark as read.
4962
4963 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4966         point-min.
4967
4968 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4971         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4972         a keymap.
4973
4974 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4977         parent.
4978
4979         * wl-mule.el (wl-message-define-keymap): Ditto.
4980
4981         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4982
4983         * wl-xmas.el (wl-message-display-internal-hook): Define.
4984         (wl-xmas-setup-message-toolbar): Define as function.
4985         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4986         (wl-message-overload-functions): Abolished.
4987         (wl-message-define-keymap): New function.
4988
4989         * wl-vars.el (wl-message-display-internal-hook): New variable.
4990         (wl-message-header-button-alist): New variable (Renamed from
4991         wl-highlight-message-header-button-alist).
4992         (wl-message-body-button-alist): Ditto.
4993
4994         * wl-mule.el (wl-message-define-keymap): New function.
4995         (wl-message-overload-functions): Abolished.
4996
4997         * wl-message.el (wl-message-add-buttons-to-body): New function.
4998         (wl-message-redisplay): Don't call wl-message-overload-functions;
4999         Call wl-message-add-buttons-to-header and
5000         wl-message-add-buttons-to-body.
5001         (wl-message-display-internal): Set keymap argument for
5002         elmo-mime-display-as-is, elmo-mime-message-display;
5003         Run wl-message-display-internal-hook.
5004         (wl-message-refer-article-or-url): Abolished.
5005
5006         * wl-highlight.el (wl-highlight-headers): Don't call
5007         wl-highlight-message-add-buttons-to-header.
5008         (wl-highlight-message-add-buttons-to-header): Abolished.
5009
5010
5011         * wl-e21.el (wl-message-display-internal-hook): Define.
5012         (wl-e21-setup-toolbar): Deleted duplicated binding.
5013         (wl-e21-setup-message-toolbar): Define as function.
5014         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5015         (wl-message-define-keymap): New function.
5016         (wl-message-overload-functions): Abolished.
5017
5018 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5021         and elmo-folder-close.
5022
5023         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5024
5025 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5026
5027         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5028         boolean value.
5029         * wl-draft.el (wl-draft-do-fcc): Ditto.
5030
5031 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5032
5033         * wl-vars.el (wl-fcc-force-as-read): New variable.
5034         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5035         mark copied message as read.
5036
5037 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5040
5041 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5042
5043         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5044         `wl-summary-target-above' instead of obsolete variable
5045         `wl-summary-temp-above'.
5046
5047         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5048         instead of `make-obsolete-variable'.
5049         * wl-refile.el (toplevel): Ditto.
5050
5051 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5052
5053         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5054         with third argument t.
5055         (wl-draft): Set first argument for wl-plugged-init as t.
5056
5057         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5058         definition.
5059
5060 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5061
5062         * wl-vars.el: Tabify.
5063         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5064
5065         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5066         message.
5067
5068 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5071         and set default to beep.
5072
5073 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-vars.el (wl-draft-truncate-lines): New variable.
5076
5077         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5078         instead of wl-message-truncate-lines for truncate-lines.
5079
5080 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-message.el (wl-message-display-internal): Call
5083         `wl-highlight-message' after `elmo-mime-display-as-is'.
5084
5085         * wl-mime.el (wl-mime-display-text/plain): New function.
5086         (wl-mime-display-header): Ditto.
5087         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5088         body-presentation-method for text/plain;
5089         Register `wl-mime-display-header' as a header-presentation-method;
5090         Don't set up `elmo-message-text-content-inserted-hook' and
5091         `elmo-message-header-inserted-hook'.
5092
5093         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5094         variable.
5095         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5096         as t if flag is 'all-header;
5097         Don't bind `elmo-message-ignored-field-list',
5098         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5099
5100 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5103         for xemacs with non-mule environment.
5104
5105 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5106
5107         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5108         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5109         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5110
5111 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5112
5113         * wl-vars.el (wl-interactive-send): Set default value as t.
5114
5115 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5118         (wl-addrmgr-method-list): Abolished.
5119         (wl-addrmgr-change-method): Follow above change.
5120
5121         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5122
5123 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5124
5125         * wl-vars.el (wl-message-truncate-lines): Change default value
5126         to default-truncate-lines.
5127
5128         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5129
5130 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-vars.el (wl-message-truncate-lines): New variable.
5133
5134         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5135         wl-message-truncate-lines.
5136
5137 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5138
5139         * wl-acap.el (wl-acap-init): Remove period from error message.
5140         (wl-acap-find-acap-service): Remove period from message.
5141
5142 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl.el (wl-check-environment): Undo last change.
5145
5146         * wl-vars.el (wl-from): Changed default value.
5147
5148         * wl-util.el (toplevel): Don't require tm-edit.
5149
5150         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5151         `wl-folder-init';
5152         Don't set mark on mail body.
5153         (wl-draft-reedit): Ditto.
5154
5155         * wl-address.el (wl-address-quote-specials): Define as an alias for
5156         elmo-address-quote-specials.
5157
5158 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5161
5162         * wl-vars.el (wl-from): Set default value as nil.
5163         (wl-organization): Set default value as ORGANIZATION environment
5164         variable.
5165
5166         * wl-draft.el (wl-smtp-extension-bind): Check value of
5167         wl-smtp-connection-type.
5168
5169         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5170         error.
5171
5172 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5173
5174         * Version number is increased to 2.7.4.
5175
5176         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5177         arguments from `wl-highlight-x-face-function' caller.
5178         Use x-face-1.3.6.12 or later.
5179
5180 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5181
5182         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5183
5184 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5187         (wl-fcc): Fix to accept function.
5188         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5189
5190 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5191
5192         * wl-acap.el (toplevel): Added `product-provide' declare.
5193         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5194
5195 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl.el (wl): Changed order of calling `elmo-init'
5198         and `elmo-folder-init'.
5199
5200 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5201
5202         * wl-mime.el (wl-summary-burst): Extract message when content-type
5203         of root entity is not only `multipart' but also `message/rfc822'.
5204         (wl-summary-burst-subr): Ditto.
5205
5206 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * wl-vars.el (toplevel): Require 'custom.
5209         (wl-trash-folder): Added to `wl-setting' group.
5210
5211         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5212         exists.
5213         (wl-addrmgr-draw): Insert empty line when no entry exists.
5214
5215         * wl-mule.el (wl-message-wheel-up): Fixed.
5216         (wl-message-wheel-down): Ditto.
5217
5218 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5219
5220         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5221         config is an anonymous lambda expression.
5222
5223 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5226         when Mule 2 is running.
5227
5228 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5231
5232 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5233
5234         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5235         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5236
5237         * wl-address.el (wl-address-specials-regexp): Eliminated.
5238         (wl-address-quote-specials): Rewrite.
5239
5240 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5243         shy-groups for regexp.
5244
5245         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5246         character classes and Perl style shy-groups for regexp.
5247         (wl-highlight-plugged-current-line): Use Posix style character
5248         classes for regexp.
5249         (wl-e21-highlight-folder-by-numbers): Ditto.
5250         (wl-e21-display-image-p): Use `display-images-p' instead of
5251         `display-graphic-p'.
5252         (display-images-p): Make an alias to `display-graphic-p' if it is
5253         not available.  It is for Emacs version prior to 21.0.105.
5254
5255         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5256         `display-graphic-p'.
5257         (wl-demo-image-type-alist): Ditto.
5258         (display-images-p): Make an alias to `display-graphic-p' if it is
5259         not available.  It is for Emacs version prior to 21.0.105.
5260
5261 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5262
5263         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5264         support.
5265         (wl-generate-user-agent-string): Ditto.
5266
5267         * wl-version.el (wl-version): Update docsting.
5268         (wl-version-status): Ditto.
5269
5270 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5271
5272         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5273         21.0.105.  For Emacs 21.0.104 or earlier.
5274
5275 2001-09-03  Takuo KITAME <kitame@northeye.org>
5276
5277         * wl-e21.el (wl-plugged-init-icons): Use
5278         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5279         (wl-biff-init-icons): Ditto.
5280
5281 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-highlight.el (wl-highlight-summary-current-line):
5284         Fixed highlighting refile/copy destination.
5285
5286         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5287         (wl-acap-store): Encode string by wl-acap-coding-system.
5288
5289 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5290
5291         * wl-acap.el (toplevel): Check and require 'un-define before
5292         'xemacs-ucs;
5293          Added checking for UTF-2000.
5294
5295 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5298         Don't enclose with `eval-and-compile'.
5299
5300         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5301         wl-init is non-nil.
5302
5303         * wl-draft.el (wl-draft): Ditto.
5304
5305         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5306
5307         * wl-acap.el (toplevel): Require 'wl.
5308         (wl-acap-store): Call `elmo-init'.
5309
5310         * wl.el (wl): Changed position of `wl-check-environment'.
5311         (toplevel): Added autoload setting for wl-acap.
5312
5313         * wl-vars.el (wl-setting): New custom group.
5314         (wl-from): Added wl-setting group.
5315         (wl-user-mail-address-list): Ditto.
5316         (wl-organization): Ditto.
5317         (wl-subscribed-mailing-list): Ditto.
5318         (wl-envelope-from): Ditto.
5319         (wl-smtp-posting-user): Ditto.
5320         (wl-smtp-posting-server): Ditto.
5321         (wl-smtp-posting-port): Ditto.
5322         (wl-smtp-authenticate-type): Ditto.
5323         (wl-pop-before-smtp-user): Ditto.
5324         (wl-pop-before-smtp-server): Ditto.
5325         (wl-pop-before-smtp-port): Ditto.
5326         (wl-pop-before-smtp-authenticate-type): Ditto.
5327         (wl-nntp-posting-server): Ditto.
5328         (wl-nntp-posting-user): Ditto.
5329         (wl-nntp-posting-port): Ditto.
5330         (wl-fetch-confirm-threshold): Ditto.
5331         (wl-prefetch-threshold): Ditto.
5332         (wl-thread-insert-opened): Ditto.
5333         (wl-ldap-server): Ditto.
5334         (wl-ldap-port): Ditto.
5335         (wl-ldap-base): Ditto.
5336         (wl-ldap-objectclass): Ditto.
5337         (wl-use-ldap): Ditto.
5338         (wl-draft-config-alist): Ditto.
5339         (wl-draft-config-matchone): Ditto.
5340         (wl-template-alist): Ditto.
5341         (wl-message-sort-field-list): Ditto.
5342         (wl-message-ignored-field-list): Ditto.
5343         (wl-message-visible-field-list): Ditto.
5344         (wl-interactive-send): Ditto.
5345         (wl-summary-move-order): Ditto.
5346         (wl-auto-select-first): Ditto.
5347         (wl-auto-select-next): Ditto.
5348         (wl-interactive-save-folders): Ditto.
5349
5350         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5351         Initialization codes are moved from wl-local-folder-init.
5352         (wl-local-folder-init): Follow the change above.
5353         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5354
5355         * wl-acap.el: New file.
5356
5357         * Version number is increased to 2.7.3.
5358
5359 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5360
5361         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5362
5363 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5366         (wl-addrmgr-address-entry-list): Ditto.
5367
5368 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-e21.el (wl-draft-mode-map): Removed binding for
5371         `wl-draft-insert-x-face-field'.
5372
5373         * wl-mule.el (wl-draft-mode-map): Ditto.
5374
5375         * wl-xmas.el (wl-draft-mode-map): Ditto.
5376
5377         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5378         (wl-cs-autoconv): Ditto.
5379         (wl-cs-local): Ditto.
5380         (wl-use-scoring): Ditto.
5381         (wl-mime-charset): Ditto.
5382         (wl-folder-check-async): Ditto.
5383
5384         * wl.el (toplevel): Ignore nemacs and tm.
5385         (wl-exit): Ditto.
5386
5387         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5388         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5389         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5390         instead of wl-address-petname-add-or-change.
5391         (wl-summary-edit-addresses-subr): Use wl-address-delete
5392         instead of wl-address-petname-delete.
5393
5394         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5395
5396         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5397         if error occured.
5398
5399         * wl-message.el (require): Remove tm support.
5400
5401         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5402
5403         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5404         (wl-folder-jump-to-current-entity): Ditto.
5405         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5406
5407         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5408         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5409         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5410
5411         * wl-mule.el (wl-draft-key-setup): Ditto.
5412
5413         * wl-xmas.el (wl-draft-key-setup): Ditto.
5414
5415         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5416         (wl-draft-std11-parse-addresses): New function.
5417         (wl-draft-parse-mailbox-list): Use it.
5418         (wl-draft): Ignore nemacs.
5419         (wl-draft-reedit): Ditto.
5420
5421         * wl-addrmgr.el: New file.
5422         (Original is wl-rcpt.el written by
5423         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5424         Thanks Kitamoto-san.)
5425
5426         * wl-address.el (wl-address-make-address-list): Modified parsing
5427         process.
5428         (wl-address-delete): Renamed from `wl-address-petname-delete';
5429         Modify wl-address-list too.
5430         (wl-address-add-or-change): Renamed from
5431         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5432
5433 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5434
5435         * wl-highlight.el (wl-highlight-summary-current-line):
5436           Work with transient-mark-mode
5437
5438 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * Version number is increased to 2.7.2.
5441
5442         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5443         instead of elmo-dop-queue-method.
5444
5445 2001-08-06  SAITO Atsunori <sai@yedo.com>
5446
5447         * wl-vars.el (wl-ldap-objectclass): New user option.
5448
5449         * wl-address.el (wl-ldap-make-filter): Use it.
5450
5451 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5454
5455 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-folder.el (wl-folder): redisplay after folder insertion.
5458
5459         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5460
5461         * wl-summary.el (wl-summary-sync-update):
5462         Change status mark only when new-msgdb exists.
5463         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5464
5465 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * wl-summary.el (wl-summary-open-folder): New function.
5468         (wl-summary-goto-folder-subr): Use it.
5469         (wl-summary-mark-as-important): Fix;
5470         Encache only when no cache exists.
5471
5472 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5475         Use with-current-buffer.
5476
5477 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5478
5479         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5480         before call `get-buffer'. Fixed parenthesis.
5481         (wl-score-get-header-entry): Clear message and help window when
5482         keyboard quit.
5483         (wl-score-edit-insert-header): Ditto.
5484
5485 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5488         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5489         (wl-default-draft-cite): Fix.
5490
5491         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5492         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5493
5494 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-message.el (wl-message-prev-page): Do same bahavior
5497         as summary when it is called in the message buffer.
5498         (wl-message-next-page): Ditto.
5499
5500 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-summary.el (wl-summary-forward): Use cache if it is not
5503         section cache.
5504
5505 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5506
5507         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5508         Removed redundant require of elmo-vars.
5509         (wl-biff-state-indicator-on): Changed default value for
5510         xemacs with non-mule environment.
5511
5512         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5513         wl-message-buffer is nil;
5514         Hide progress bar after moving messages.
5515
5516 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5519         message at cursor point is deleted.
5520
5521 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-vars.el: Changed file coding system to euc-japan.
5524         Added -*-coding:-*- magic to the first line.
5525
5526         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5527         Search parent from the first message.
5528
5529         * Version number is increased to 2.7.1.
5530
5531 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5532
5533         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5534
5535 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5538         refile/delete execution.
5539
5540         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5541         Fixed docstring.
5542
5543 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5546         do update process;
5547         Don't update marks when update process is interrupted.
5548
5549 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-summary.el (wl-summary-reply): Fixed problem when
5552         wl-draft-use-frame is non-nil.
5553         (wl-summary-forward): Ditto.
5554
5555         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5556         as nil.
5557         (wl-folder-mark-as-read-all-entity): Ditto.
5558         (wl-folder-prefetch-entity): Ditto.
5559
5560         * wl.el (wl): Check environment before wl-init.
5561
5562         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5563         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5564         instead of wl-summary-collect-unread.
5565         (wl-summary-reply): Split message window.
5566
5567 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5570         only if current language environment is japanese,
5571
5572         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5573         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5574         (wl-folder-goto-folder-subr): Ditto.
5575
5576         * wl-draft.el (wl-draft-dispatch-message): Call
5577         `elmo-file-cache-get-path'.
5578
5579 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-summary.el (wl-summary-cursor-move): If return value of
5582         wl-summary-next-message is not number, don't jump.
5583
5584 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-summary.el (wl-summary-buffer-next-message-function): New
5587         variable.
5588         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5589         if it is bound.
5590
5591         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5592         string.
5593
5594         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5595         (wl-plugged-drawing): Ditto.
5596
5597 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5600         process.
5601         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5602         with unwind-protect.
5603
5604         * wl.el (wl-init): Require mime-setup.
5605         (wl-check-environment): Don't require mime-setup.
5606
5607         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5608         instead of elmo-folder-type.
5609
5610         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5611         value as nil.
5612
5613 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * Version number is increased to 2.7.0.
5616
5617         * wl-version.el (wl-version): Changed codename.
5618
5619         * wl-summary.el (wl-summary-delete-cache): Fixed.
5620
5621         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5622         Workaround for net folders.
5623         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5624
5625         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5626         value to nil (According to the patch from
5627         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5628
5629         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5630         of elmo-folder-close.
5631
5632 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5633
5634         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5635         for postfix.
5636
5637 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-resend-message): Fixed.
5640
5641         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5642         Call wl-draft with `from' argument if its address is included in
5643         `wl-user-mail-address-list'.
5644         (wl-draft): Added `from' argument.
5645
5646         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5647         non-nil.
5648         (wl): Don't show demo if wl-demo is nil.
5649
5650         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5651         wl-summary-use-frame.
5652
5653         * wl-vars.el (wl-summary-use-frame): New user option.
5654         (wl-folder-use-frame): Changed docstring.
5655
5656         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5657         non-nil.
5658         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5659         wl-summary-use-frame.
5660
5661         * wl-vars.el (wl-folder-use-frame): New user option.
5662
5663         * wl-summary.el (wl-summary-exit): Back to folder frame if
5664         wl-folder-use-frame is non-nil.
5665         (wl-summary-redisplay-internal): Ignore cache if current folder
5666         is draft folder,
5667         (wl-summary-redisplay-no-mime): Ditto.
5668         (wl-summary-redisplay-all-header): Ditto.
5669
5670         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5671         if wl-folder-use-frame is non-nil.
5672
5673 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-summary.el (wl-summary-sync-update): Bind
5676         elmo-folder-update-threshold.
5677         (wl-summary-mark-as-important): Enclosed server mark processing
5678         with `save-match-data'.
5679
5680         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5681         only when it is already defined.
5682
5683 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5684
5685         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5686         name of folder exclude localdir is wrong.
5687         * wl-folder.el (wl-folder-sync-entity):
5688         Set `wl-summary-always-sticky-folder-list' as nil.
5689         (wl-folder-mark-as-read-all-entity): Ditto.
5690         (wl-folder-prefetch-entity): Ditto.
5691
5692 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5693
5694         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5695         instead of `wl-summary-write-current-newsgroup'.
5696
5697 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5698
5699         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5700         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5701         non-nil and selected message is important, do not display.
5702
5703 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5706
5707 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5710
5711         * wl-summary.el (wl-summary-mark-as-important): Set message number
5712         using wl-summary-message-number.
5713
5714 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5715
5716         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5717         destination folder is 'null.
5718
5719 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5720
5721         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5722         New function.
5723         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5724         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5725         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5726
5727 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5728
5729         * wl-mime.el (wl-mime-setup): Added setting for
5730         `mime-setup-signature-key-alist' to avoid overriding key bind for
5731         `wl-draft-send'.
5732
5733         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5734         for `wl-draft-send'.
5735         * wl-mule.el (wl-draft-overload-functions): Ditto.
5736         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5737         * wl-draft.el (wl-draft-send): Ditto.
5738
5739         * wl-message.el (wl-message-display-internal):
5740         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5741         (Patch is provided by <kita@coe.nttdata.co.jp>).
5742
5743 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5744
5745         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5746
5747 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * wl.el (wl): Fix for wl-demo.
5750
5751 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5752
5753         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5754
5755 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5756
5757         * wl-folder.el (wl-folder-prefetch-entity): Use
5758         `wl-folder-get-elmo-folder'.
5759         (wl-folder-count-incorporates): Do not use
5760         `wl-folder-get-elmo-folder'.
5761
5762 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5765         instead of `elmo-folder-get-type'.
5766
5767 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5768
5769         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5770         position on Subject: field.
5771         (Advised by Mito <mit@nines.nec.co.jp>)
5772
5773 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5774
5775         * wl-folder.el (wl-folder-prefetch-entity): Use
5776         `wl-folder-get-elmo-folder'.
5777
5778 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5781
5782         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5783         `process-duplicates' slot.
5784
5785         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5786         if detection failed.
5787
5788 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5789
5790         * wl-version.el (wl-version-status): Set to "alpha".
5791
5792 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5795         Check wl-message-buffer lives before set-buffer.
5796
5797 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5798
5799         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5800         called in folder mode.
5801         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5802         * wl-summary.el (wl-summary-exit-pre-hook): Run
5803         `wl-summary-exit-pre-hook' before exit summary mode.
5804
5805 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5806
5807         * wl-version.el (wl-version-status): New variable.
5808         (wl-version-status-alist): Removed.
5809         (wl-version-status): Rule included.
5810
5811 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5814         @sponichi.
5815
5816         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5817         when `mail-reply-buffer' is buffer-local variable.
5818         (Reported by <kita@coe.nttdata.co.jp>).
5819
5820 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5821
5822         * wl-vars.el (toplevel): Require 'elmo-util.
5823
5824 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5827         (All other related portions are changed)
5828
5829         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5830
5831         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5832
5833 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5834
5835         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5836
5837 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5838
5839         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5840         Delete other windows to avoid an error.
5841         Use `point-marker' instead of `point' to remember the start point
5842         of body.
5843
5844         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5845
5846         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5847         number not to exceed all message number.
5848
5849 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5850
5851         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5852         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5853
5854 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * wl-summary.el (wl-summary-sync-force-update): Added argument
5857         no-check.
5858         (wl-summary-sync-update): Ditto.
5859         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5860         with `no-check'.
5861
5862         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5863         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5864         already running.
5865
5866 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5867
5868         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5869         `dst-folder-arg'.
5870         (wl-expire-archive-number1): Diito.
5871         (wl-expire-archive-number2): Diito.
5872         (wl-expire-archive-Date): Diito.
5873         (wl-archive-number1): Diito.
5874         (wl-archive-number2): Diito.
5875         (wl-archive-date): Diito.
5876         (wl-archive-folder-p): New function.
5877         (wl-summary-expire): Support of expand folder name at
5878         wl-expire-alist.
5879         * wl-util.el (wl-expand-newtext): Renamed from
5880         `wl-refile-expand-newtext'.
5881
5882 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5883
5884         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5885         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5886         `(elmo-msgdb-get-overview msgdb)'.
5887         (wl-summary-prefetch): Bind match data before call
5888         `wl-summay-prefetch-msg'.
5889         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5890         'off if `wl-summary-buffer-disp-msg' is non-nil.
5891         Fixed problem that couldn't show only one new or unread message when
5892         enter folder.
5893         (wl-summary-reply): Don't call `split-window-vertically' and other
5894         window.
5895
5896 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-expire.el (wl-expire-refile): Fixed.
5899
5900 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5903
5904         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5905         biff notification is removed.
5906
5907         * wl.el (wl): Changed position of `elmo-init'.
5908
5909         * wl-draft.el (wl-default-draft-cite): Use date field
5910         on the citation buffer.
5911
5912         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5913
5914         * wl-xmas.el (wl-folder-internal-icon-list): Added
5915         `wl-folder-shimbun-image'.
5916
5917         * wl-e21.el (wl-folder-internal-icon-list): Added
5918         `wl-folder-shimbun-image'.
5919
5920 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl.el (wl-init): Eliminated argument.
5923         (wl): Rewrite.
5924
5925         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5926         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5927         instead of `elmo-folder-msgdb-internal'.
5928         (wl-summary-sync-update): Ditto.
5929         (wl-summary-flush-pending-append-operations): Eliminated.
5930         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5931         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5932         `elmo-folder-open'.
5933
5934         * wl-mime.el (wl-summary-burst): Fixed.
5935
5936         * wl-folder.el (wl-folder-info-save): Check data type.
5937
5938         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5939         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5940         instead of `elmo-folder-msgdb-internal'.
5941         (wl-expire-hide): Ditto.
5942
5943
5944         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5945
5946 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5947
5948         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5949
5950 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5951
5952         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5953
5954 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5955
5956         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5957         Fixed `match-beginning' argument mismatch.
5958
5959 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5960
5961         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5962         the default value.
5963
5964 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5967         instead of `elmo-nntp-default-port'.
5968
5969         * wl-vars.el: Fixed some doc strings.
5970
5971 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-summary.el (wl-summary-prefetch-msg): Use
5974         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5975
5976         * wl-vars.el: Define *-func as obsolete variable using
5977         `elmo-define-obsolete-variable'.
5978
5979         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5980         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5981         instead of `wl-message-buffer-prefetch-threshold'.
5982
5983         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5984
5985         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5986
5987         * wl-draft.el (wl-caesar-region-func): Ditto.
5988
5989         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5990         Keep unread status in elmo-folder-move-messages.
5991         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5992
5993 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5994
5995         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5996         `wl-summary-buffer-exit-func'
5997         (wl-summary-buffer-message-redisplay-function): Renamed from
5998         `wl-summary-buffer-message-redisplay-func'
5999         (wl-summary-buffer-next-folder-function): Renamed from
6000         `wl-summary-buffer-next-folder-func'.
6001         (wl-summary-buffer-prev-folder-function): Renamed from
6002         `wl-summary-buffer-prev-folder-func'.
6003         (wl-summary-get-petname-function): Renamed from
6004         `wl-summary-get-petname-func'.
6005
6006         * wl-score.el (wl-score-edit-exit-function): Renamed from
6007         `wl-score-edit-exit-func'.
6008
6009         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6010         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6011
6012         * wl-util.el (wl-load-profile-function): Renamed from
6013         `wl-load-profile-func'.
6014
6015         * wl-folder.el (wl-folder-completion-function): Renamed from
6016         `wl-folder-completion-func'.
6017         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6018
6019         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6020         `wl-expire-archive-get-folder-func'.
6021         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6022         (wl-draft-send-mail-function): Renamed from
6023         `wl-draft-send-mail-func'.
6024         (wl-draft-send-news-function): Renamed from
6025         `wl-draft-send-news-func'.
6026         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6027         (wl-generate-mailer-string-function): Renamed from
6028         `wl-generate-mailer-string-func'.
6029         (wl-highlight-signature-search-function): Renamed from
6030         `wl-highlight-signature-search-func'.
6031         (wl-highlight-x-face-function): Renamed from
6032         `wl-highlight-x-face-func'
6033         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6034         (wl-ps-print-buffer-function): Renamed from
6035         `wl-ps-print-buffer-func'
6036         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6037         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6038         (wl-summary-subject-filter-function): Renamed from
6039         `wl-summary-subject-filter-func'.
6040
6041         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6042         `wl-draft-queue-flush-send-func'
6043         (wl-draft-cite-function): Renamed from
6044         `wl-draft-cite-func'
6045
6046         * wl-address.el (wl-address-init-function): Renamed from
6047         `wl-address-init-func'.
6048
6049 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-draft.el (wl-draft-queue-flush): Don't call
6052         `elmo-dop-unlock-message'.
6053         * wl-draft.el (wl-draft-queue-append): Don't call
6054         `elmo-dop-lock-message'.
6055
6056         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6057         (wl-summary-buffer-folder-name): Ditto.
6058         (wl-summary-message-regexp): Added '-' (all other related portions
6059         are changed).
6060         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6061         wl-summary-buffer-folder-name.
6062
6063 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6064
6065         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6066         the number of mails in the folder buffer is not updated by wl-biff.
6067
6068 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6069
6070         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6071         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6072
6073 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl-summary.el (wl-summary-next-message):
6076         Return next message number when wl-summary-move-order is nil.
6077
6078 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6079
6080         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6081         `wl-summary-move-spec-alist'.
6082         (wl-summary-move-spec-unplugged-alist): New variable
6083         (Move spec for unplugged status).
6084         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6085         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6086
6087 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6088
6089         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6090         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6091
6092 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6093
6094         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6095         simple quotation to quote the anonymous function.
6096         * tm-wl.el (wl-draft-preview-message): Ditto.
6097
6098 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6099
6100         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6101         Eliminate redundant `save-excursion'.
6102         (wl-highlight-summary-current-line): Ditto.
6103
6104         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6105         accessing match data when `looking-at' failed.
6106
6107         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6108         `elmo-match-string' where users don't care about the speed.
6109         (wl-draft-save): Ditto.
6110
6111 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-util.el (wl-regexp-opt): New function.
6114
6115         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6116         number from `wl-summary-buffer-number-list'.
6117         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6118         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6119         (wl-summary-move-spec-alist): Changed default setting.
6120
6121 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-vars.el (wl-biff-notify-hook): New hook.
6124         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6125         the arrival of new mail.
6126         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6127         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6128
6129 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6132
6133 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6134
6135         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6136
6137         * Version number is increased to 2.5.8.
6138
6139         * wl-thread.el (toplevel): require 'cl.
6140         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6141         (wl-thread-make-number-list): New function.
6142         (wl-thread-entity-make-number-list-from-children): Ditto.
6143         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6144         (wl-thread-entity-insert-as-children): Likewise.
6145         (wl-thread-delete-message): Likewise.
6146         (wl-meaning-of-mark): Eliminated.
6147         (wl-thread-next-failure-mark-p): Ditto.
6148         (wl-thread-entity-get-mark): Ditto.
6149         (wl-thread-meaning-alist-get-result): Ditto.
6150         (wl-thread-entity-check-prev-mark): Ditto.
6151         (wl-thread-entity-check-next-mark): Ditto.
6152         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6153         (wl-thread-entity-get-prev-marked-entity): Ditto.
6154         (wl-thread-get-prev-unread): Ditto.
6155         (wl-thread-jump-to-prev-unread): Ditto.
6156         (wl-thread-get-next-unread): Ditto.
6157         (wl-thread-jump-to-next-unread): Ditto.
6158         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6159         (wl-thread-entity-get-next-marked-entity): Ditto.
6160
6161         * wl-summary.el (wl-summary-buffer-number-list):
6162         New bufer-local variable.
6163         (wl-summary-switch-to-clone-buffer): Clone
6164         `wl-summary-buffer-number-list'.
6165         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6166         (wl-summary-cursor-move-regex): Eliminated.
6167         (wl-summary-cursor-up): Rewrite.
6168         (wl-summary-cursor-down): Ditto.
6169         (wl-summary-mode-spec-alist): New variable.
6170         (wl-summary-next-message): New inline function.
6171         (wl-summary-cursor-move): New function.
6172         (wl-summary-default-get-next-msg): Rewrite.
6173         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6174         (wl-summary-rescan): Ditto.
6175         (wl-summary-sync-all-init): Ditto.
6176         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6177         summary is not thread view.
6178         (wl-summary-sync-update): Ditto.
6179         (wl-summary-rescan): Ditto.
6180         (wl-summary-make-number-list): New function.
6181
6182         * wl-draft.el: "FCC" -> "Fcc".
6183
6184 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-highlight.el (wl-highlight-summary-window):
6187         Call `set-buffer-modified-p'.
6188
6189         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6190         (wl): Call `elmo-init' and fix.
6191
6192         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6193         Use new variables.
6194
6195         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6196
6197 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6200
6201 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6202
6203         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6204
6205 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6206
6207         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6208         `wl-use-toolbar' nor `display-graphic-p'.
6209         (wl-e21-setup-message-toolbar): Ditto.
6210         (wl-e21-setup-summary-toolbar): Ditto.
6211         (wl-e21-setup-folder-toolbar): Ditto.
6212
6213         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6214         (wl-plugged-init-icons): Ditto.
6215
6216         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6217         `display-graphic-p'.
6218         (wl-plugged-set-folder-icon): Ditto.
6219         (wl-highlight-plugged-current-line): Ditto.
6220         (wl-highlight-folder-current-line): Ditto.
6221         (wl-e21-highlight-folder-group-line): Ditto.
6222         (wl-e21-setup-toolbar): Ditto.
6223         (wl-e21-display-image-p): New macro.
6224
6225         * wl-demo.el (wl-demo): Simplified.
6226         (wl-demo-image-type-alist): Use `image-type-available-p' for
6227         checking whether the image type `xbm' is available.
6228
6229 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6232         (wl-summary-input-range): Ditto.
6233
6234 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-summary.el (wl-summary-edit-addresses): Use
6237         `wl-summary-get-original-buffer'
6238         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6239         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6240         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6241         (wl-summary-get-newsgroups): Eliminated.
6242         (wl-summary-set-crosspost): Ditto.
6243         (wl-summary-is-crosspost-folder): Ditto.
6244         (wl-crosspost-alist-load): Ditto.
6245         (wl-crosspost-alist-save): Ditto.
6246
6247         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6248         `elmo-setup-subscribed-newsgroups' instead of
6249         `elmo-nntp-make-groups-hashtb'.
6250         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6251         instead of `wl-crosspost-alist-save'.
6252
6253         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6254         of `elmo-folder-message-appendable-p'.
6255         (wl-mime-header-presentation-method): Eliminated.
6256
6257         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6258         (Error occurs in emacs21).
6259
6260         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6261         the current buffer).
6262
6263         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6264         instead of `wl-crosspost-alist-save'.
6265         (wl-init): `elmo-crosspost-message-alist-load'
6266         instead of `wl-crosspost-alist-load'
6267
6268         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6269         (wl-parse-newsgroups): Likewise.
6270         (wl-biff-notify): Run `wl-biff-notify-hook'.
6271
6272 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6275
6276         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6277         when `wl-summary-lazy-highlight' is non-nil.
6278         (wl-summary-goto-folder-subr): Highlight only when
6279         `wl-summary-lazy-highlight' is non-nil.
6280
6281         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6282         Don't display progress and highlight temp-mark when
6283         `wl-summary-lazy-highlight' is non-nil.
6284         (wl-highlight-summary-window): New function.
6285         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6286
6287 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6288
6289         * wl-summary.el (wl-summary-sync): Change `all-visible'
6290         from `all-shown'
6291         (wl-summary-input-range): Ditto.
6292
6293 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6294
6295         * wl-e21.el (wl-highlight-folder-current-line): Call
6296         `wl-folder-init-icons' when folder icons have not been initialized.
6297
6298         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6299
6300         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6301         (wl-demo-image-type-alist): New macro.
6302
6303 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6304
6305         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6306         display does not support graphics.
6307         (wl-plugged-init-icons): Ditto.
6308         (wl-folder-init-icons): Ditto.
6309
6310         * wl-demo.el (wl-demo): Chech closely whether the display
6311         supports graphics.
6312
6313 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-summary.el (wl-summary-get-original-buffer): New function.
6316         (wl-summary-set-crosspost): Use it.
6317         (wl-summary-target-mark-uudecode): Ditto.
6318         (wl-summary-reedit): Ditto.
6319         (wl-summary-resend-bounced-mail): Ditto.
6320         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6321         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6322
6323         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6324         (wl-message-display-internal): Ditto.
6325
6326 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6329
6330 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-save-view): Renamed from
6333         `wl-summary-save-status'.
6334
6335 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * wl-summary.el (wl-summary-sync): Added `all-shown'
6338
6339 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6342
6343 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6344
6345         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6346
6347 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6348
6349         * wl-highlight.el (wl-highlight-summary-line-string): Use
6350         `zerop' instead of `= 0'.
6351         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6352
6353         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6354         for comparing numbers.
6355         (wl-template-prev): Use `zerop' instead of `eq 0'.
6356
6357         * wl-draft.el (wl-draft-insert-current-message): Use
6358         `with-current-buffer' instead of `save-excursion'.
6359         Use `zerop' instead of `eq 0'.
6360
6361 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-draft.el (wl-draft-insert-ccs): New function.
6364         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6365         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6366
6367 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6370
6371 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6372
6373         * wl-expire.el (wl-expire-refile): Don't call
6374         elmo-msgdb-add-msgs-to-seen-list;
6375         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6376         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6377
6378 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-message.el (wl-message-prev-page): Ignore errors while
6381         scroll-down.
6382
6383 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6384
6385         * wl-mime.el: Use elmo-original-message-mode instead of
6386         mmelmo-original-mode.
6387
6388         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6389         `elmo-folder-get-spec';
6390         (wl-fldmgr-add-completion-all-completions):
6391         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6392
6393         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6394         of `elmo-folder-get-type'.
6395
6396         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6397         `elmo-folder-get-spec';
6398         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6399         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6400         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6401         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6402         `elmo-read-msg-no-cache';
6403         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6404         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6405         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6406         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6407         `elmo-cache-save';
6408         (wl-draft-reedit): Use `elmo-message-file-name'.
6409
6410         * wl-expire.el: Use `elmo-folder-name-internal';
6411         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6412         Use macro `wl-summary-buffer-msgdb' instead of variable
6413         `wl-summary-buffer-msgdb';
6414         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6415         Use macro `wl-summary-buffer-folder-name' instead of variable
6416         `wl-summary-buffer-folder-name'.
6417         * wl-score.el: Likewise.
6418
6419         * wl-message.el: Rewrite for new message buffer cache mechanism.
6420         (wl-message-buffer-cache-buffer-get): New macro.
6421         (wl-message-buffer-cache-folder-get): Ditto.
6422         (wl-message-buffer-cache-message-get): Ditto.
6423         (wl-message-buffer-cache-entry-make): Ditto.
6424         (wl-message-buffer-cache-hit): Ditto.
6425         (wl-message-buffer-cache-sort): New function.
6426         (wl-message-buffer-cache-add): Ditto.
6427         (wl-message-buffer-cache-delete): Ditto.
6428         (wl-message-buffer-cache-clean-up): Ditto.
6429         (wl-message-buffer-window): Rewrite.
6430         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6431         (wl-message-buffer-display): New function.
6432         (wl-message-display-internal): New function.
6433
6434 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-folder.el: Use `elmo-folder-name-internal';
6437         Use `wl-folder-get-elmo-folder';
6438         Use `elmo-folder-list-messages' instead of
6439         `elmo-list-folder';
6440         Use `elmo-folder-get-primitive-list' instead of
6441         `elmo-folder-get-primitive-spec-list';
6442         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6443         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6444         Use `elmo-folder-create' instead of `elmo-create-folder'.
6445         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6446         (wl-folder-get-elmo-folder): New macro.
6447         (wl-folder-elmo-folder-cache-get): Ditto.
6448         (wl-folder-elmo-folder-cache-put): Ditto.
6449         (wl-folder-suspend): Call `elmo-quit'.
6450
6451         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6452         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6453         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6454         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6455         (toplevel): require 'cl.
6456         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6457
6458         * wl-summary.el: Rewrite to use new elmo interface.
6459
6460 \f
6461 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-mime.el (wl-draft-preview-message):
6464         Run `wl-draft-send-hook' before collecting recipients information;
6465         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6466
6467         * tm-wl.el (wl-draft-preview-message): Ditto.
6468
6469 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6472         wrong recipients are displayed when forwarded message.
6473
6474 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * Version number is increased to 2.5.7.
6477
6478 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6479
6480         * wl-message.el (wl-message-next-page): Bind
6481         `window-pixel-scroll-increment' to nil while scrolling up.
6482
6483 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6484
6485         * wl-vars.el (wl-save-hook): New hook.
6486         * wl.el (wl-save): Call `wl-save-hook'.
6487
6488 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6489
6490         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6491         Argument WITH-ARG instead of NO-ARG (negative mean).
6492         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6493         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6494         * wl-message.el (wl-message-follow-current-entity): Likewise.
6495
6496 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6497
6498         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6499         FROM was optional argument.
6500         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6501
6502 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6503
6504         * Version number is increased to 2.5.6.
6505
6506 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6507
6508         * wl-version.el (wl-version-show): Removed.
6509         (wl-version): Add `interactive'.
6510
6511 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6512
6513         * wl-summary.el (wl-summary-get-petname-func): New variable.
6514         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6515         instead of `wl-address-get-petname-1'.
6516         (wl-summary-simple-from): Ditto.
6517
6518         * wl-address.el (wl-address-get-petname-1): Define as function.
6519
6520 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6523         field in the original message.
6524         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6525
6526 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6527
6528         * wl-expire.el (wl-expire-hide):
6529         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6530
6531 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6534         find decoder for To, Cc, and Subject.
6535
6536 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6539         for checking `elmo-use-buffer-cache'.
6540         (wl-summary-mark-as-important): Fixed typo in comment.
6541
6542 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6545         field in the original message.
6546         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6547
6548 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6549
6550         * wl-expire.el (wl-expire-hide):
6551         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6552
6553 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6556         find decoder for To, Cc, and Subject.
6557
6558 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * Version number is increased to 2.5.5.
6561
6562         * wl-address.el (wl-address-specials-regexp): New constant.
6563         (wl-address-quote-specials): Use it.
6564
6565 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-summary.el (wl-summary-rescan):
6568         Call `wl-summary-buffer-number-column-detect'.
6569         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6570
6571         * wl-message.el (wl-message-mode-map): Define.
6572         (wl-message-decode): Use it as local-map.
6573
6574 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6577         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6578
6579 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6582
6583         * wl-mule.el (wl-read-event-char): Ditto.
6584
6585         * wl-e21.el (wl-read-event-char): Ditto.
6586
6587         * wl-nemacs.el (wl-read-event-char): Ditto.
6588         (read-event): Removed.
6589
6590         * wl-util.el (toplevel): Removed dummy definition of
6591         `read-event'.
6592         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6593
6594 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6595
6596         * wl-nemacs.el (elmo-archive-call-process): Moved to
6597         elmo-archive.el.
6598
6599 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6600
6601         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6602         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6603
6604         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6605         instead of magic-number 6.  Use `not' instead of `null' for symbol
6606         `nil' check (not empty list).
6607         (wl-draft-insert-x-face-field): Fixed paren style.
6608
6609         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6610         one-branch conditional statement, instead of `and' and `if'.
6611         (wl-draft-forward): Likewise.
6612         (wl-draft-add-references): Likewise.
6613         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6614
6615         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6616         conditional steatment.  Use `cond' instead of `if'.
6617         (wl-draft-confirm): Likewise.
6618
6619 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6620
6621         * wl-version.el (wl-version-show): Use `product-string-1'
6622         instead of `wl-version'.
6623         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6624
6625         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6626
6627 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6628
6629         * wl-highlight.el (wl-highlight-headers): Revert
6630         `wl-highlight-x-face-func' argument (`beg' and `end').
6631
6632 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6633
6634         * wl.el (toplevel): Move `product-provide' declare.
6635         * wl-demo.el (toplevel): Ditto.
6636         * wl-dnd.el (toplevel): Ditto.
6637         * wl-highlight.el (toplevel): Ditto.
6638         * wl-message.el (toplevel): Ditto.
6639         * wl-refile.el (toplevel): Ditto.
6640         * wl-util.el (toplevel): Ditto.
6641
6642 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6645         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6646         (wl-thread-close-all): keep cursor position.
6647
6648 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6649
6650         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6651         (eq x 0).
6652         (wl-generate-user-agent-string-1): Fix conditional statement.
6653
6654 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl.el (wl-check-environment): Additional check for
6657         'wl-local-domain' and `wl-message-id-domain'.
6658
6659 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6662
6663 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6666         instead of `smtp-sasl-user-realm'.
6667
6668 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6671
6672 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6673
6674         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6675         to the default value as well as `eword-lexical-analyzer'.
6676
6677 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6678
6679         * wl-version.el (wl-extended-emacs-version,
6680         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6681         `elmo-match-string' instead of `wl-match-string'.
6682
6683 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6684
6685         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6686         docstring.
6687
6688 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6689
6690         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6691
6692 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl-highlight.el (wl-highlight-headers): Remove
6695         `wl-highlight-x-face-func' argument (`beg' and `end').
6696
6697 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6698
6699         * wl-summary.el (wl-summary-mark-as-important):
6700         Remove cache if folder is local.
6701
6702 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6703
6704         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6705         to get existing e-mail address string.
6706
6707 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6708
6709         * wl-version.el (wl-generate-user-agent-string): Commentary.
6710         (wl-generate-user-agent-string-1): Use `when' for
6711         one-branch conditional statement, instead of `and' and `if'.
6712         (wl-extended-emacs-version, wl-extended-emacs-version2,
6713         wl-extended-emacs-version3): Ditto.
6714
6715 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6718         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6719         condition-case; Remove initialization.
6720         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6721         (wl-summary-sync-update3): Added argument `sync-all';
6722         Eliminated local variable `msgdb';
6723         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6724         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6725         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6726
6727 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6728
6729         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6730         connection before call `wl-draft-send-mail-with-smtp'.
6731
6732 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * Version number is increased to 2.5.4.
6735
6736 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl.el (wl-check-environment): Additional check for
6739         'wl-local-domain' and `wl-message-id-domain'.
6740
6741 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6744         buffer as command specific.
6745         (wl-folder-mark-as-read-all-entity): Ditto.
6746         (wl-folder-prefetch-entity): Ditto.
6747         (wl-folder-drop-unsync-entity): Ditto.
6748
6749         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6750         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6751         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6752
6753         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6754         save-excursion.
6755
6756 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * Version number is increased to 2.5.3.
6759
6760         * wl-summary.el (wl-summary-save-view-cache):
6761         Delete duplicated `write-region';
6762         Use `write-region-as-binary' instead of `as-binary-output-file' and
6763         `write-region'.
6764
6765 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6766
6767         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6768
6769 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6772         instead of `smtp-via-smtp'.
6773
6774 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6777
6778 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6781         instead of `smtp-sasl-user-realm'.
6782
6783 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6786
6787 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * Version number is increased to 2.5.2.
6790
6791 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6794         does not exist.
6795         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6796         (wl-biff-start): Call `timer-activate' if timer already exists.
6797
6798         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6799         only when it is bound as function.
6800
6801 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * Version number is increased to 2.5.1.
6804
6805 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6808         Print refile/copy destination.
6809
6810 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6813         queue-flush-only is non-nil.
6814
6815         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6816
6817         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6818         checking cache folder.
6819
6820 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6821
6822         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6823         `regexp-quote'.
6824
6825 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6826
6827         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6828         function.
6829         * wl-summary.el (wl-summary-write-current-folder-functions):
6830         Change default value.  Use it.
6831
6832 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * Version number is increased to 2.5.0.
6835
6836         * wl-version.el (wl-version): Changed codename.
6837
6838 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6839
6840         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6841         (wl-summary-supersedes-message): Ditto.
6842
6843 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6844
6845         * wl-refile.el (wl-refile-guess-functions): Renamed from
6846         `wl-refile-guess-func-list'.
6847
6848 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6849
6850         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6851         Fixed problem when no rule was matched.
6852
6853 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6854
6855         * wl-summary.el (wl-summary-get-mark): Fixed
6856         `wl-summary-buffer-target-mark' check logic.
6857
6858 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6859
6860         * wl-folder.el (wl-folder-write-current-folder): Added group
6861         folder check.
6862
6863         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6864         `wl-summary-write-current-newsgroup'.
6865         (wl-summary-write-current-folder-functions): New variable.
6866         * wl-folder.el (wl-folder-get-newsgroups): New function.
6867         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6868         (wl-folder-write-current-folder): Renamed from
6869         `wl-folder-write-current-newsgroup'.
6870
6871 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6872
6873         * Version number is increased to 2.3.93.
6874
6875 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6878         (wl-ldap-make-matched-value-list): Ditto.
6879         (wl-ldap-alias-safe-string): Split e-mail address.
6880
6881         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6882         petname folder default was selected.
6883         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6884         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6885
6886 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6889         to `wl-draft-config-exec'.
6890
6891         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6892         instead of calling `wl-draft-config-exec';
6893         Process group-list and show recipients in minibuffer.
6894
6895         * tm-wl.el (wl-draft-preview-message): Ditto.
6896
6897 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6898
6899         * wl.el (toplevel): Added (C) to copyright notice, and
6900         sync Author header.
6901         * tm-wl.el (toplevel): Ditto.
6902         * wl-address.el (toplevel): Ditto.
6903         * wl-demo.el (toplevel): Ditto.
6904         * wl-dnd.el (toplevel): Ditto.
6905         * wl-draft.el (toplevel): Ditto.
6906         * wl-e21.el (toplevel): Ditto.
6907         * wl-expire.el (toplevel): Ditto.
6908         * wl-folder.el (toplevel): Ditto.
6909         * wl-highlight.el (toplevel): Ditto.
6910         * wl-message.el (toplevel): Ditto.
6911         * wl-mime.el (toplevel): Ditto.
6912         * wl-mule.el (toplevel): Ditto.
6913         * wl-nemacs.el (toplevel): Ditto.
6914         * wl-refile.el (toplevel): Ditto.
6915         * wl-score.el (toplevel): Ditto.
6916         * wl-summary.el (toplevel): Ditto.
6917         * wl-template.el (toplevel): Ditto.
6918         * wl-thread.el (toplevel): Ditto.
6919         * wl-util.el (toplevel): Ditto.
6920         * wl-vars.el (toplevel): Ditto.
6921         * wl-xmas.el (toplevel): Ditto.
6922
6923 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6924
6925         * wl.el (wl-init): Added comment about `wl-init-hook'.
6926         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6927         * wl-vars.el (wl-init-hook): Added docs.
6928         (wl-make-plugged-hook): Removed useless docs.
6929         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6930         * wl-xmas.el (toplevel): Ditto.
6931
6932 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-address.el (toplevel): Fixed multiple Author header format.
6935         * wl-demo.el (toplevel): Ditto.
6936         * wl-draft.el (toplevel): Ditto.
6937         * wl-folder.el (toplevel): Ditto.
6938         * wl-summary.el (toplevel): Ditto.
6939         * wl-thread.el (toplevel): Ditto.
6940         * wl-util.el (toplevel): Ditto.
6941         * wl-vars.el (toplevel): Ditto.
6942         * wl-version.el (toplevel): Ditto.
6943         * wl-xmas.el (toplevel): Ditto.
6944         * wl.el (toplevel): Ditto.
6945
6946         * wl-version.el (toplevel): Added require `elmo-version' for
6947         `product-version-as-string'.
6948
6949 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-vars.el (wl-draft-send-hook): Changed default value to
6952         '(wl-draft-config-exec).
6953
6954         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6955         explicitly.
6956         (wl-draft): Set `wl-draft-config-exec-flag' before running
6957         `wl-mail-setup-hook'.
6958
6959         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6960         `wl-biff-init-icons' to `wl-init-hook' instead of
6961         `wl-make-plugged-hook'.
6962         (Because if `wl-draft' command is invoked at first,
6963         they are not initialized)
6964         Updated copyright notice.
6965
6966         * wl-e21.el (toplevel): Ditto;
6967
6968         * wl-demo.el (toplevel): Updated copyright notice.
6969         * wl-address.el (toplevel): Ditto.
6970         * wl-draft.el (toplevel): Ditto.
6971         * wl-version.el (toplevel): Ditto.
6972         * wl-folder.el (toplevel): Ditto.
6973         * wl-summary.el (toplevel): Ditto.
6974         * wl-thread.el (toplevel): Ditto.
6975         * wl-util.el (toplevel): Ditto.
6976         * wl-vars.el (toplevel): Ditto.
6977         * wl.el (toplevel): Ditto.
6978
6979 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-highlight.el (wl-highlight-message): Fixed problem of
6982         highlighting failure which occured when the last field contains
6983         multiple lines in the draft buffer.
6984
6985         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6986         `wl-biff-start' if plugged.
6987
6988         * wl-util.el (wl-biff-check-folder): New function.
6989         (wl-biff-check-folders): Don't set session name prefix.
6990         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6991         (wl-biff-check-folder-async): Ditto.
6992
6993         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6994         in email address.
6995
6996 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6997
6998         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6999
7000         * wl-draft.el (wl-draft-strip-subject-re): New function.
7001
7002         * wl-draft.el (wl-draft-reply): Use it.
7003
7004 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-message.el (wl-mmelmo-message-redisplay): Use
7007         `mime-display-message' instead of `wl-mime-display-message'.
7008
7009         * wl-mime.el (toplevel): Removed compatibility workaround
7010         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7011         (wl-mime-display-message): Abolished.
7012         (wl-mime-entity-read-field): Ditto.
7013         (wl-mime-combine-message/partial-pieces): Use
7014         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7015
7016 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7017
7018         * wl-template.el: Doc fixes.
7019
7020 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7021
7022         * wl-e21.el (wl-message-overload-functions): Do nothing if
7023         `current-local-map' is not available.
7024         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7025
7026 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7027
7028         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7029         representation.
7030
7031         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7032         number.
7033         (wl-fldmgr-save-folders): Don't use `format' when insert
7034         `wl-fldmgr-folders-header'.
7035
7036 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7037
7038         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7039
7040 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-highlight.el (wl-highlight-message):
7043         Use `std11-field-end' to detect end point of the header field.
7044         Refer `wl-highlight-max-header-size'.
7045
7046         * wl-vars.el (wl-highlight-max-header-size): New variable.
7047
7048         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7049
7050         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7051         Set `for-draft' argument of wl-highlight-headers.
7052         (wl-draft): Ditto.
7053         (wl-draft-reedit): Ditto.
7054         (wl-user-agent-compose-internal): Ditto.
7055
7056 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7057
7058         * wl-message.el (wl-message-add-button): Use overlay.
7059
7060 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7063
7064         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7065         problem when group-list content is nothing.
7066         (Reported by Mito <mit@nines.nec.co.jp>)
7067
7068 2000-10-18  SAITO Atsunori <sai@yedo.com>
7069
7070         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7071
7072 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * tm-wl.el (toplevel): Use product-provide.
7075
7076 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * Version number is increased to 2.3.92.
7079
7080 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7081
7082         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7083         title text, use `display' property for left margin under Emacs 21.
7084
7085         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7086         properties.
7087         (wl-plugged-init-icons): Ditto.
7088
7089 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7090
7091         * wl.el (wl-save-status, wl-init): Remove last period in
7092         "...done." message.
7093         * tm-wl.el (wl-summary-burst): Ditto.
7094         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7095         wl-summary-resume-cache-status,
7096         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7097         wl-summary-sync-update3, wl-summary-highlight-msgs,
7098         wl-summary-flush-pending-append-operations,
7099         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7100         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7101         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7102         wl-thread-open-all): Ditto.
7103         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7104         * wl-mime.el (wl-summary-burst): Ditto.
7105         * wl-highlight.el (wl-highlight-summary): Ditto.
7106         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7107         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7108         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7109         * wl-address.el (wl-local-address-init): Ditto.
7110
7111 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7112
7113         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7114         `add-text-properties'.
7115         (wl-plugged-init-icons): Ditto.
7116         (wl-folder-init-icons): Use `propertize' instead of
7117         `put-text-property'.
7118         (wl-plugged-set-folder-icon): Ditto.
7119         (wl-e21-highlight-folder-group-line): Ditto.
7120
7121 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-version.el (wl-version-status-alist): New variable.
7124         (wl-version-status): New function.
7125
7126         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7127         "Cc" part of the case "Reply-To".
7128
7129         * wl-draft.el (wl-draft-reply): Use result of
7130         `eword-extract-address-components'.
7131
7132         * wl-demo.el (wl-demo-icon-name): New constant.
7133         (wl-logo-xpm): Use it.
7134         (wl-logo-xbm): Ditto.
7135         (wl-logo-bitmap): Ditto.
7136
7137         * Version number is increased to 2.3.91.
7138
7139 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7140
7141         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7142         (wl-extended-emacs-version, wl-extended-emacs-version2,
7143         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7144         docstring.
7145
7146         * wl-version.el (wl-generate-user-agent-string-1): New function.
7147         (wl-generate-user-agent-string): Use it.
7148
7149         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7150         `mime-edit-insert-user-agent-field'.
7151         (wl-generate-user-agent-string): Check
7152         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7153
7154         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7155         instead of `if', when verbose case.
7156
7157 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-expire.el (wl-summary-expire): Fix.
7160
7161 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7164         and `elmo-lost+found-folder' if 'wl-draft.
7165         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7166
7167 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl-expire.el (wl-summary-expire): Change messages.
7170         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7171         `deleing-info' instead of "Deleting..."
7172
7173 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7174
7175         * wl-summary.el (wl-summary-refile-subr): Fix.
7176
7177 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7178
7179         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7180         if pipe folder.
7181
7182 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7183
7184         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7185
7186 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7187
7188         * wl-expire.el (wl-expire-hide): New function.
7189         (wl-summary-expire): Add `hide'.
7190
7191 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-vars.el (wl-draft-reply-without-argument-list):
7194         Changed default value to consider `Reply-To:'.
7195         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7196
7197         * Version number is increased to 2.3.90.
7198
7199         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7200         elmo-imap4-get-session with unwind-protect.
7201         Don't cause error.
7202         (wl-summary-sync-marks): Don't check plugged nor folder type.
7203         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7204         (Always keep current buffer).
7205
7206 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7207
7208         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7209         Enclose with `save-excursion'.
7210
7211 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7212
7213         * wl-version.el (wl-version): Remove interactive.
7214
7215 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7216
7217         * wl-version.el (wl-generate-user-agent-string): Use
7218         `product-string-verbose' instead of `product-string-1'.
7219
7220 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7221
7222         * wl-vars.el (wl-draft-use-cache): New variable.
7223         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7224         if wl-draft-use-cache is non-nil.
7225
7226 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7227
7228         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7229         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7230
7231 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7234         (wl-thread-msg-mark-as-unread): Ditto.
7235
7236         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7237         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7238         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7239         Don't set mark in summary if return value of `elmo-mark-as-read'
7240         is nil.
7241         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7242         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7243         instead of `wl-thread-msg-mark-as-read'.
7244         (wl-summary-mark-as-unread-region): Ditto.
7245         (wl-summary-target-mark-mark-as-read): Ditto.
7246
7247         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7248
7249 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7252
7253         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7254
7255 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7258         face.
7259
7260 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7261
7262         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7263         `running-xemacs'.
7264
7265 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7266
7267         * wl-version.el (toplevel): Use `product-version-as-string' for
7268         set verstion-string, if defined.
7269
7270         * wl-version.el (wl-version-show): Insert string at point, when
7271         call with argument.
7272
7273         * wl-version.el (wl-generate-user-agent-string): Use
7274         `product-string-1' instead of `wl-appname', `wl-version' and
7275         `wl-codename'.
7276
7277 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7278
7279         * wl-address.el (toplevel): Use product-provide.
7280         * wl-demo.el (toplevel): Ditto.
7281         * wl-dnd.el (toplevel): Ditto.
7282         * wl-draft.el (toplevel): Ditto.
7283         * wl-e21.el (toplevel): Ditto.
7284         * wl-expire.el (toplevel): Ditto.
7285         * wl-fldmgr.el (toplevel): Ditto.
7286         * wl-folder.el (toplevel): Ditto.
7287         * wl-highlight.el (toplevel): Ditto.
7288         * wl-message.el (toplevel): Ditto.
7289         * wl-mime.el (toplevel): Ditto.
7290         * wl-mule.el (toplevel): Ditto.
7291         * wl-nemacs.el (toplevel): Ditto.
7292         * wl-refile.el (toplevel): Ditto.
7293         * wl-score.el (toplevel): Ditto.
7294         * wl-summary.el (toplevel): Ditto.
7295         * wl-template.el (toplevel): Ditto.
7296         * wl-thread.el (toplevel): Ditto.
7297         * wl-util.el (toplevel): Ditto.
7298         * wl-vars.el (toplevel): Ditto.
7299         * wl-xmas.el (toplevel): Ditto.
7300         * wl.el (toplevel): Ditto.
7301
7302 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7303
7304         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7305         instead of product.
7306
7307         * wl-version.el (wl-version): Compile time evalution elmo-version.
7308
7309 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7310
7311         * wl-summary.el (wl-summary-sync-force-update): Append queue
7312         `mark-as-read'if unplugged.
7313
7314 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl-version.el: New file.  Use product.el.
7317         * wl.el: add (require 'wl-version).
7318         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7319         for ~/.folders header.
7320         (wl-fldmgr-folders-header): Changed.
7321         * wl-demo.el (wl-demo): Use product.el.
7322
7323         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7324         wl-version.el.
7325         * wl-util.el (wl-version, wl-version-show): Ditto.
7326
7327         * wl-util.el (wl-generate-user-agent-string,
7328         wl-extended-emacs-version, wl-extended-emacs-version2,
7329         wl-extended-emacs-version3): Move to wl-version.el.
7330         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7331         xemacs-codename, mime-edit-insert-user-agent-field,
7332         mime-edit-user-agent-value, mime-editor/version,
7333         mime-editor/codename): Compile warning killer move to
7334         wl-version.el
7335
7336 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7337
7338         * wl-summary.el (wl-summary-refile-subr): Fix.
7339
7340 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7343         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7344
7345 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7346
7347         * wl.el (wl-check-environment): Check too many `@'.
7348
7349 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7350
7351         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7352
7353 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7356         wl-draft-reply-myself-without-argument-list): Add variables.
7357         * wl-draft.el (wl-draft-reply): Use it.
7358
7359 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7360
7361         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7362         the 5th argument of `elmo-network-get-spec'.
7363
7364         * wl-thread.el (wl-thread-reparent-children): New inline function.
7365         (wl-thread-delete-message): Use it.
7366
7367         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7368         (wl-summary-score-update-all-lines): Don't use `dolist'.
7369
7370 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7371
7372         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7373         (require 'elmo-msgdb) for inline function.
7374
7375 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7378
7379 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7380
7381         * wl-score.el (wl-score-headers): Fix for the confusing macro
7382         `elmo-kill-buffer'.
7383
7384 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7385
7386         * wl-summary.el: Don't use the 3rd argument of `require' because
7387         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7388         * wl-util.el: Ditto.
7389         * wl-draft.el: Ditto.
7390
7391 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7392
7393         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7394         window system is not used.
7395
7396 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7397
7398         * wl-thread.el: Don't use `mapcar' only for iteration.
7399         (wl-thread-resume-entity): Ditto.
7400         (wl-thread-delete-message): Ditto.
7401
7402         * wl-summary.el: Bind `dragdrop-drop-functions',
7403         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7404         of `require' for `timezone', `easymenu' and `ps-print';
7405         don't use `mapcar' only for iteration.
7406
7407         * wl-util.el: Bind `mule-version', `nemacs-version',
7408         `emacs-beta-version', `xemacs-codename',
7409         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7410         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7411         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7412         only for iteration.
7413
7414         * wl-score.el: Don't use `mapcar' only for iteration.
7415         (wl-score-simplify-buffer-fuzzy): Ditto.
7416         (wl-score-simplify-subject): Ditto.
7417         (wl-score-headers): Ditto.
7418         (wl-summary-score-update-all-lines): Ditto.
7419
7420         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7421         `enable-multibyte-characters' and `mule-version'.
7422
7423         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7424         `mapcar' only for iteration.
7425
7426         * wl-demo.el: Don't use `mapcar' only for iteration.
7427
7428         * wl-folder.el: Don't use `mapcar' only for iteration.
7429         (wl-folder-open-all): Ditto.
7430         (wl-folder-count-incorporates): Ditto.
7431
7432         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7433         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7434
7435         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7436         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7437         `smtp-connection-type'; specify 3rd argument of `require' for
7438         `timezone'; don't use `mapcar' only for iteration.
7439         (wl-draft-clone-local-variables): Don't use `mapcar'.
7440         (wl-draft-generate-clone-buffer): Ditto.
7441         (wl-user-agent-compose-internal): Ditto.
7442
7443         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7444
7445         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7446         (wl-save-status): Ditto.
7447
7448         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7449         for iteration.
7450
7451 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7454         removed `Date'.
7455         (wl-fldmgr-make-filter-default): New user option.
7456
7457         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7458         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7459         (wl-fldmgr-filter-completion-alist): Abolish.
7460
7461         * wl.el (wl): Don't check servers if arg is non-nil.
7462
7463         * wl-draft.el (wl-draft-reply): Set only message-id string to
7464         In-Reply-To field.
7465
7466 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-summary.el (wl-summary-pick): Rewrite.
7469
7470         * wl-draft.el (wl-draft-forward): Get references field from
7471         original buffer.
7472         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7473
7474 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7475
7476         * wl-draft.el (wl-draft-forward): Add references field.
7477
7478 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7481         (wl-draft-reply): Use it.
7482
7483 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7484
7485         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7486         when Emacs 21 is running.
7487
7488         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7489         bindings.
7490
7491 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7492
7493         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7494         XPM icons transparent.
7495
7496         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7497         Emacs 21.
7498
7499 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7502         nil.
7503
7504         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7505         when it is persistent.
7506         (wl-summary-sync-marks): Changed argument for
7507         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7508         (wl-summary-virtual): Use `elmo-read-search-condition'.
7509         (wl-summary-redisplay-internal): If folder is local, mark as read
7510         even when folder is plugged.
7511
7512 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7513
7514         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7515         of `tool-bar-lines' in the frame parameters.
7516         (after-make-frame-functions, post-command-hook): Don't modify the
7517         value.
7518         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7519         wl-e21-tool-bar-lines): Removed.
7520
7521 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7522
7523         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7524         properties `evaporate' and `wl-momentary-overlay' as well.
7525         (wl-highlight-summary-displaying): Ditto.
7526         (wl-delete-all-overlays): Don't delete overlay which does not have
7527         a property `wl-momentary-overlay'.
7528
7529         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7530         `display-mouse-p' and `display-graphic-p'.
7531         (wl-folder-init-icons): Don't search for XBM or the other files.
7532         (wl-plugged-set-folder-icon): Make icons if and only if
7533         `display-graphic-p' returns non-nil.
7534         (wl-highlight-plugged-current-line): Use `before-string' overlay
7535         property to show icon images.
7536         (wl-highlight-folder-current-line): Ditto.
7537         (wl-e21-highlight-folder-group-line): Ditto.
7538         (wl-e21-highlight-folder-by-numbers): Ditto.
7539         (wl-e21-insert-image): Removed.
7540         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7541         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7542         said.
7543         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7544         `wl-e21-force-switch-toolbar'.
7545         (wl-e21-make-icon-image): Removed.
7546         (wl-e21-setup-toolbar): Don't search for XBM files.
7547         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7548         the default value.
7549
7550 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-util.el (wl-biff-check-folder-async): Set
7553         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7554
7555 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7556
7557         * wl-e21.el (after-make-frame-functions): Add
7558         `wl-e21-force-switch-toolbar'.
7559         (wl-e21-force-switch-toolbar): New function force to switch the
7560         toolbar appearance automatically.
7561         (post-command-hook): Add `wl-e21-switch-toolbar'.
7562         (wl-e21-switch-toolbar): New function to switch the toolbar
7563         appearance automatically.
7564         (wl-e21-tool-bar-lines): New buffer local variable.
7565
7566 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-util.el (wl-biff-check-folders-running): New variable.
7569         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7570         (wl-biff-check-folder-async-callback):
7571         Set `wl-biff-check-folders-running'.
7572         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7573         with unwind-protect.
7574
7575         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7576         Enclose `wl-folder-auto-check' with unwind-protect.
7577
7578         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7579         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7580
7581         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7582
7583         * wl-util.el (wl-biff-notify): New inline function.
7584         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7585         locally.
7586         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7587         folder-list' is 1.
7588         Use `wl-biff-notify'.
7589         (wl-biff-check-folder-async-callback): New function.
7590         (wl-biff-check-folder-async): Ditto.
7591
7592         * wl-folder.el (wl-folder): Don't check folders.
7593         (wl-folder-auto-check): New function.
7594
7595 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7596
7597         * wl-util.el (wl-biff-start) [Emacs19+]:
7598         Use `timer-next-integral-multiple-of-time'.
7599         (wl-biff-check-folders): Use `wl-default-folder'
7600         if `wl-biff-check-folder-list' is nil.
7601
7602 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7603
7604         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7605         instead of `elmo-delete-lists'.
7606
7607 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7608
7609         * wl.el (wl-plugged-toggle-all): Set the value of
7610         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7611         (wl-plugged-toggle): Ditto.
7612         (wl-toggle-plugged): Ditto.
7613         (wl-plugged-init): Ditto.
7614
7615         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7616         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7617         instead of `wl-biff-state-indicator-off' and
7618         `wl-biff-state-indicator-on'; don't modify the value and the type
7619         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7620         (wl-plugged-init-icons): Set icons data to
7621         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7622         instead of `wl-plug-state-indicator-off' and
7623         `wl-plug-state-indicator-on'; don't modify the value and the type
7624         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7625
7626         * wl-vars.el (wl-modeline-biff-state-off,
7627         wl-modeline-biff-state-on, wl-modeline-biff-status,
7628         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7629         wl-modeline-plug-status): New internal variables.
7630         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7631         wl-biff-check-interval, wl-biff-check-folder-list): Change
7632         customization group from `wl-folder' to `wl-highlight'.
7633         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7634         wl-show-plug-status-on-modeline): Defcustomized.
7635
7636         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7637         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7638         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7639         a flag to `mode-line-buffer-identification'.
7640
7641         * wl-e21.el (wl-biff-init-icons): Set icons data to
7642         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7643         instead of `wl-biff-state-indicator-off' and
7644         `wl-biff-state-indicator-on'.
7645         (wl-plugged-init-icons): Set icons data to
7646         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7647         instead of `wl-plug-state-indicator-off' and
7648         `wl-plug-state-indicator-on'.
7649
7650 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7651
7652         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7653         excessive titles.
7654
7655 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7656
7657         * wl.el (wl-plugged-mode): Use revised
7658         `wl-mode-line-buffer-identification'.
7659         (wl-plugged-init): Don't use `force-mode-line-update'.
7660
7661         * wl-xmas.el (wl-draft-overload-functions): Use revised
7662         `wl-mode-line-buffer-identification'.
7663         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7664         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7665         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7666         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7667         `wl-make-plugged-hook';
7668         add `wl-folder-init-icons' and `wl-setup-folder' to
7669         `wl-folder-mode-hook'.
7670
7671         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7672         19 as well.
7673         (wl-mode-line-display-priority-list): New user option.
7674         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7675         Defcustomized.
7676         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7677         Add docs.
7678
7679         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7680         start.
7681         (wl-mode-line-buffer-identification): Revised as a function.
7682
7683         * wl-summary.el (wl-summary-mode): Use revised
7684         `wl-mode-line-buffer-identification'; don't call
7685         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7686         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7687         `wl-xmas-setup-summary'.
7688
7689         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7690         `wl-mode-line-buffer-identification'.
7691
7692         * wl-mule.el (wl-draft-overload-functions): Use revised
7693         `wl-mode-line-buffer-identification'.
7694
7695         * wl-folder.el (wl-make-plugged-alist): Don't call
7696         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7697         (wl-folder): Don't call `wl-folder-init-icons' directly.
7698         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7699         `wl-xmas-setup-folder' directly;
7700         use revised `wl-mode-line-buffer-identification'.
7701         (TopLevel): Don't bind `wl-biff-init-icons',
7702         `wl-plugged-init-icons', `wl-folder-init-icons',
7703         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7704
7705         * wl-e21.el (wl-draft-overload-functions): Use revised
7706         `wl-mode-line-buffer-identification'.
7707         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7708         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7709         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7710         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7711         `wl-make-plugged-hook';
7712         add `wl-folder-init-icons' and `wl-setup-folder' to
7713         `wl-folder-mode-hook'.
7714
7715 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7716             Katsumi Yamaoka    <yamaoka@jpl.org>
7717
7718         * wl.el (wl): Call `wl-biff-start'.
7719         (wl-exit): Call `wl-biff-stop'.
7720         (wl-plugged-mode): Show biff in modeline.
7721         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7722
7723         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7724         (wl-biff-init-icons): New function.
7725         (wl-plugged-init-icons): Don't make too much keymaps.
7726         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7727
7728         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7729         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7730         variables.
7731         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7732         options.
7733
7734         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7735         wl-biff-start, wl-biff-stop): New functions.
7736         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7737         (wl-biff-timer-name): New variable.
7738
7739         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7740
7741         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7742         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7743
7744         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7745         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7746
7747         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7748         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7749         `wl-folder-init-icons' to `ignore' if they are not available.
7750         (wl-folder-mode): Show biff in modeline.
7751
7752         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7753         (wl-biff-init-icons): New function.
7754         (wl-plugged-init-icons): Don't make too much keymaps.
7755         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7756
7757 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7758
7759         * wl-vars.el (wl-strict-diff-folders): Customization Type
7760         and doc fix.  Define as a list of regular expressions for
7761         folders or nil.
7762         * wl-folder.el (wl-folder-check-one-entity): Use
7763         `wl-string-match-member' instead of `wl-string-member' for
7764         `wl-strict-diff-folders'.
7765
7766 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7767
7768         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7769         (wl-highlight-folder-current-line): Use it; new implementation.
7770         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7771         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7772         `defsubst' instead of `defun'.
7773
7774         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7775         `wl-highlight-group-folder-by-numbers'; made it can also be a
7776         number.  See info for more details.
7777
7778         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7779         running.
7780
7781         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7782         to bind them.
7783
7784         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7785         (wl-highlight-folder-current-line): New implementation.
7786
7787         * wl-highlight.el (wl-highlight-folder-group-line): New
7788         implementation.
7789         (wl-delete-all-overlays): Rewrite as a marco.
7790         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7791
7792         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7793         running.
7794         (wl-folder-*-glyph): No need to bind them.
7795
7796         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7797         `wl-e21-highlight-folder-group-icon'; rewrite.
7798         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7799         `defsubst' instead of `defun'.
7800         (wl-folder-mode-map): Bind it when compiling.
7801
7802 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7805
7806         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7807
7808 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7809
7810         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7811
7812 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7813
7814         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7815         (wl-highlight-folder-current-line): Use it.
7816
7817         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7818         in `id-name'.
7819
7820 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7821
7822         * wl.el: Require `wl-e21' when Emacs 21 is running.
7823
7824         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7825         default when Emacs 21 is running.
7826         (wl-use-highlight-mouse-line): Ditto.
7827         (wl-on-emacs21): New constant.
7828         (wl-on-emacs20): Removed.
7829
7830         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7831         Emacs 21 is running.
7832
7833         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7834         Emacs 21 is running.
7835
7836         * wl-e21.el: New file.
7837
7838 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7839
7840         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7841         (wl-toggle-plugged): Ditto.
7842         (wl-plugged-toggle): Ditto.
7843         (wl-plugged-toggle-all): Ditto.
7844
7845         * wl-vars.el (wl-plug-state-indicator): Refer
7846         `wl-plug-state-indicator-on' indirectly.
7847
7848 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7851         Call `wl-folder-confirm-existence'.
7852
7853         * wl-folder.el (wl-folder-confirm-existence): Added optional
7854         argument `force'.
7855
7856 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7857
7858         * wl-summary.el (wl-summary-refile-subr): Assume
7859         `copy-or-refile' as symbol.
7860         (wl-summary-refile): Follow up above change.
7861         (wl-summary-copy): Ditto.  Doc fix.
7862
7863 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-summary.el (wl-summary-pick): Don't bind
7866         `elmo-search-mime-charset'.
7867
7868         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7869         default using old backquote style.
7870         (wl-search-mime-charset): Abolished.
7871
7872         * wl-highlight.el (wl-highlight-headers):
7873         Call `point' after `re-search-forward'(for Nemacs).
7874
7875         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7876         for elmo-imap4.el.
7877
7878 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7879
7880         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7881         `wl-message-ignored-field-list' instead of
7882         `mime-view-ignored-field-list'.
7883
7884         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7885         Add interactive spec.
7886         (wl-folder-goto-bottom-of-current-folder): Ditto.
7887         (wl-folder-mode-map): Bind them.
7888
7889         * wl-vars.el (wl-message-ignored-field-list): New variable.
7890         (wl-message-visible-field-list): New variable.
7891
7892         * wl-mime.el (wl-mime-header-presentation-method): New function.
7893         (wl-mime-setup): Set header-presentation-method.
7894
7895 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7896
7897         * wl-nemacs.el (wl-draft-overload-functions): Set
7898         `mode-line-buffer-identification' instead of using
7899         `wl-make-modeline'.
7900
7901         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7902         instead of using `wl-make-modeline'.
7903
7904         * wl-xmas.el (wl-plugged-init-icons): Set up
7905         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7906         (wl-make-modeline): Abolish.
7907         (wl-draft-overload-functions): Set
7908         `mode-line-buffer-identification' instead of using
7909         `wl-make-modeline'.
7910
7911         * wl-util.el (wl-make-modeline-subr): Abolish.
7912         (wl-mode-line-buffer-identification): New alias.
7913
7914         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7915         (wl-summary-make-modeline): Abolish.
7916         (wl-summary-buffer-set-folder): Set
7917         `wl-summary-buffer-folder-indicator'.
7918         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7919         of using `wl-make-modeline'.
7920         (wl-summary-switch-to-clone-buffer): Don't set
7921         `mode-line-buffer-identification'.
7922         (wl-summary-goto-folder-subr): Ditto.
7923
7924         * wl-mule.el (wl-draft-overload-functions): Set
7925         `mode-line-buffer-identification' instead of using
7926         `wl-make-modeline'.
7927
7928         * wl-folder.el (wl-folder-mode): Set
7929         `mode-line-buffer-identification' instead of using
7930         `wl-make-modeline'.
7931         (wl-folder): Don't set `mode-line-buffer-identification'.
7932
7933 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7934
7935         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7936         instead of `member' for `wl-refile-guess-func-list' look-ups.
7937         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7938
7939 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7940
7941         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7942         `wl-message-button-dispatcher'.
7943
7944         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7945
7946         * wl-message.el (wl-message-button-dispatcher): Use it.
7947
7948         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7949         "In-Reply-To".
7950
7951         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7952         Bind `case-fold-search' to t.
7953
7954 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7955
7956         * wl-xmas.el (wl-message-overload-functions): Initialize
7957         `wl-message-button-map'.
7958
7959         * wl-mule.el (wl-message-overload-functions): Initialize
7960         `wl-message-button-map'.
7961
7962         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7963
7964         * wl-message.el (wl-message-button-map): New keymap.
7965         (wl-message-add-button): New function.
7966         (wl-message-button-dispatcher): New function.
7967         (wl-message-button-refer-article): New function.
7968
7969         * wl-highlight.el
7970         (wl-highlight-message-add-buttons-to-header): New function.
7971         (wl-highlight-headers): Use it.
7972
7973 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7974
7975         * wl-summary.el (wl-summary-default-from): Use
7976         `wl-address-get-petname-1'.
7977         (wl-summary-simple-from): Ditto.
7978
7979         * wl-address.el (wl-address-get-petname-1): New inline function.
7980         (wl-address-get-petname): Use it.
7981
7982 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7983
7984         * wl-summary.el (wl-summary-default-from): Return full-name part
7985         from the address if no petname was found.
7986         (wl-summary-simple-from): Ditto.
7987
7988         * wl-address.el (wl-address-get-petname): Return nil if no petname
7989         associated with the address was found.
7990
7991 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7992
7993         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7994         display is finished.
7995
7996 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7997
7998         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7999         `elmo-folder-exists-p' argument.
8000
8001 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8002
8003         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8004         the folder.
8005
8006 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8009
8010         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8011         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8012
8013 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8014
8015         * wl-folder.el (wl-folder-create-subr): New function.
8016         (wl-folder-confirm-existence): Use it.
8017         (wl-folder-check-one-entity): Use it.
8018         Check the error symbol is derived from 'elmo-open-error.
8019
8020         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8021         `ignore-error'.
8022
8023 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8024
8025         * wl-util.el (toplevel): Add (eval-when-compile (require
8026         'elmo-util)).  (Maybe `provide' is typo.)
8027
8028 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8031         (I don't know why this was needed.)
8032
8033         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8034         Follow up changes for stream-type.
8035
8036         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8037         (wl-draft-elmo-nntp-send): Ditto.
8038
8039         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8040         (wl-nntp-posting-stream-type): Ditto.
8041         (wl-pop-before-smtp-ssl): Abolished.
8042         (wl-nntp-posting-ssl): Ditto.
8043
8044         * wl-address.el (wl-address-quote-specials): New function.
8045         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8046
8047         * wl-draft.el (wl-draft-reply): Ditto.
8048
8049 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8050
8051         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8052         use function `wl-string-match-assoc'.
8053
8054 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8057
8058         * wl-draft.el (wl-draft-deduce-address-list): New function.
8059         (wl-draft-parse-mailbox-list): Ditto.
8060         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8061         instead of `smtp-deduce-address-list'.
8062         (wl-draft-on-field-p): Follow group list.
8063
8064         * wl-address.el (wl-address-concat-token): New function.
8065         (wl-address-string-without-group-list-contents): Ditto.
8066         (wl-complete-field-body): Fixed problem of completion
8067         by japanese petname.
8068         (wl-address-make-completion-list): Rewrite.
8069
8070 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8071
8072         * wl-address.el (wl-address-make-completion-list): Completion by
8073         petname.
8074         (wl-complete-field-body): Likewise.
8075
8076 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8079         contains invalid address syntax.
8080
8081 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-folder.el (wl-folder-check-entity-async): Use
8084         `elmo-nntp-spec-hostname'.
8085
8086 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8087
8088         * wl-summary.el (wl-summary-msgdb-load-async): Use
8089         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8090
8091 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-draft.el (wl-draft-reply): Set argument
8094         `content-transfer-encoding' as nil.
8095
8096 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8097
8098         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8099         `wl-refile-alist'.
8100
8101 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8102
8103         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8104         (wl-draft-edit-string): Ditto.
8105         (wl-draft-forward): Ditto.
8106         * wl-summary.el (wl-summary-write): Ditto.
8107
8108 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * wl-summary.el (wl-summary-sync-update3): Call
8111         `wl-summary-buffer-number-column-detect'.
8112         (wl-summary-buffer-number-column-detect): Search from point-min.
8113
8114 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8117         contains an address which is not included in original to or cc.
8118
8119 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8120
8121         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8122         begin-line does not exist.
8123         * wl-message.el (wl-message-uu-substring): Ditto.
8124
8125 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8128         clear local variables.
8129         (wl-summary-exit): Call `elmo-commit'.
8130         (wl-summary-switch-to-clone-buffer): Call
8131         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8132         (wl-summary-goto-folder-subr): Ditto.
8133
8134         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8135         POP folder.
8136
8137 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8140         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8141         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8142         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8143         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8144         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8145
8146         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8147
8148 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8149
8150         * wl-summary.el (wl-summary-search-by-subject):
8151         Search parent message from the latest one.
8152
8153 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8156         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8157
8158         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8159         New user option.
8160
8161         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8162         if elmo-nntp-use-killed-list is nil.
8163         Use `elmo-msgdb-append-to-killed-list'.
8164         (Append numbers confirmed as disappeared to the killed list.)
8165         (wl-summary-confirm-appends): Don't display negative number.
8166
8167 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8168
8169         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8170
8171 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8174         range is `all'.
8175         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8176         `elmo-list-bigger-diff'.
8177
8178 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-summary.el (wl-summary-buffer-exit-func):
8181         New buffer local variable.
8182         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8183
8184 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8185
8186         * wl-demo.el (wl-demo): Fix the last change.
8187
8188 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8189
8190         * wl-demo.el (wl-demo): Don't use `eval'.
8191
8192 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8193
8194         * wl-summary.el (wl-summary-buffer-thread-modified):
8195         New buffer-local variable.
8196         (wl-summary-set-thread-modified): New function.
8197         (wl-summary-thread-modified-p): New function.
8198         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8199         (wl-summary-yank-saved-message): Use function
8200         `wl-summary-set-thread-modified'
8201         (wl-summary-switch-to-clone-buffer): Add
8202         `wl-summary-buffer-thread-modified'.
8203
8204         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8205         (wl-summary-buffer-mark-saved-hook): Ditto.
8206         * wl-summary.el (wl-summary-msgdb-save): New hook
8207         `wl-summary-buffer-message-saved-hook' and
8208         `wl-summary-buffer-mark-saved-hook'.
8209
8210 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8211
8212         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8213
8214 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8215
8216         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8217         don't hide scroll bars under FSF Emacsen because it may incur an
8218         undesirable redrawing.
8219
8220 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * wl-draft.el (wl-draft-edit-string): Call
8223         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8224
8225 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8226
8227         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8228
8229 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8230
8231         * wl-summary.el (wl-summary-msgdb-load-async): Call
8232         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8233
8234 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8235
8236         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8237         fringes in demo buffer; center bitmap logo correctly even if old
8238         Mule is used.
8239
8240 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8241
8242         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8243
8244         * wl-refile.el (wl-refile-subject-alist): New variable.
8245         (wl-refile-subject-alist-file-name): Ditto.
8246         (wl-refile-alist-setup): Rewrite.
8247         (wl-refile-alist-save): Use `elmo-object-save'.
8248         Eliminated arguments.
8249         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8250         (wl-refile-guess-by-subject): New function.
8251         (wl-refile-guess-func-list): Added it.
8252
8253 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8254
8255         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8256         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8257
8258 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8261         New buffer-local variable.
8262         (wl-summary-buffer-next-folder-func): Ditto.
8263         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8264         if non-nil.
8265         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8266         if non-nil.
8267         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8268         if non-nil.
8269         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8270         if non-nil.
8271
8272 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8273
8274         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8275         permanently in the demo buffer.
8276
8277 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8280         `mime-entity-fetch-field'.
8281
8282         * wl.el (wl-exit): Delete plugged buffer.
8283
8284         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8285         XEmacs has menubar feature.
8286
8287 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8288
8289         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8290         cannot arrive at the beginning of the buffer under old Emacsen.
8291
8292 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-address.el (wl-address-ldap-search):
8295         Call `ldap-search-entries' with `withdn' argument t.
8296         (wl-complete-field-body): Bind completion-ignore-case as t.
8297         Clear ldap search hash when it was sole completion.
8298         Use elmo-string for pattern string.
8299         (wl-ldap-alias-safe-string): Eliminated needless let.
8300
8301 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8302
8303         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8304         (wl-ldap-alias-sep): New constant.
8305         (wl-ldap-search-attribute-type-list): Ditto.
8306         (wl-ldap-get-value): New function.
8307         (wl-ldap-make-filter): Ditto.
8308         (wl-ldap-make-matched-value-list): Ditto.
8309         (wl-ldap-alias-safe-string): Ditto.
8310         (wl-ldap-register-dn-string): Ditto.
8311         (wl-address-ldap-search): Rewrite.
8312
8313 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8314
8315         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8316         thread is deleted.
8317         (wl-thread-delete-line-from-buffer): Ditto.
8318         (wl-thread-get-exist-children): New function.
8319
8320 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8321
8322         * wl-demo.el (wl-demo): Made it to select various image types.
8323         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8324         from `wl-title-logo'.
8325         (wl-logo-ascii): New variable.
8326         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8327         (wl-demo-copyright-notice): New constant.
8328
8329         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8330
8331 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl-vars.el (wl-summary-target-above): Renamed from
8334         wl-summary-temp-above.
8335         * wl-score.el (wl-score-get-score-alist): Use it.
8336         (wl-summary-score-update-all-lines): Use it.
8337         * wl-summary.el: Ditto. (make-variable-buffer-local).
8338
8339 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-vars.el (wl-ldap-port): New user option.
8342
8343         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8344         Rewite whole implementation.
8345         (wl-complete-field-body): Fixed.
8346
8347 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8348
8349         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8350         Choose implementation at compile time.
8351
8352 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8353
8354         * wl-address.el (wl-ldap-search-internal): New function.
8355         (wl-complete-field-to): Use it.
8356
8357 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8358
8359         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8360         Use `let' instead of `let*'.
8361         Require 'wl-vars.
8362
8363         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8364         Define as defcustom.
8365         (wl-ldap-base): Ditto.
8366         (wl-use-ldap): Ditto.
8367
8368 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8369
8370         * wl-address.el (wl-ldap-search): New function.
8371         (wl-complete-field-body): Use `wl-ldap-search'.
8372         (wl-ldap-server): New variable.
8373         (wl-ldap-base): Ditto.
8374         (wl-use-ldap): Ditto.
8375
8376 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8377
8378         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8379         (Pointed out by Mito <mit@nines.nec.co.jp>).
8380         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8381         buffer-local variables like `wl-summary-redisplay-internal'.
8382         (wl-summary-redisplay-all-header): Likewise.  Update
8383         Summary view too.
8384
8385 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8386
8387         * wl-summary.el (wl-summary-jump-to-parent-message):
8388         Consider prefix argument.
8389
8390         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8391         when closed thread is deleted.
8392
8393 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8394
8395         * wl-summary.el (wl-summary-jump-to-parent-message):
8396         Consider thread modification.
8397
8398 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8399
8400         * wl-message.el (wl-message-normal-get-original-buffer): Use
8401         `save-excursion'.
8402
8403         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8404         (wl-summary-showto-folder-regexp): Ditto.
8405
8406 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8407
8408         * wl-util.el (wl-delete-alist): Doc fix.
8409         (wl-delete-associations): New function.
8410         (wl-inverse-alist): New function.
8411         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8412         Split temporary variables. Use `wl-delete-associations'
8413         and `wl-inverse-alist'.
8414         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8415
8416 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-folder.el (wl-folder-prefetch-entity):
8419         Execute prefetching if new count is unknown.
8420
8421 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8422
8423         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8424
8425         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8426         delete entity.
8427         (wl-thread-set-parent): If insert as top, set linked as nil.
8428
8429         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8430         `wl-thread-cleanup-symbols' when view mode is thread.
8431
8432 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8433
8434         * wl-folder.el (wl-folder-create-folder-entity): Use
8435         with-current-buffer.
8436         (wl-local-folder-init): Call set-buffer to make sure we are in
8437         the Folder buffer. Don't touch buffer-local variables here.
8438         (wl-folder-mode): Initialize buffer-local variables here.
8439
8440         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8441         (wl-folder-entity-assign-id): Ditto.
8442         (wl-folder-create-entity-hashtb): Ditto.
8443         (wl-local-folder-init): Ditto.
8444         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8445
8446 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8447
8448         * wl-summary.el (wl-summary-default-from): Fix probrem when
8449         std11-extract-address-components return (nil "foo@bar").
8450
8451 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8452
8453         * wl-draft.el (wl-draft-clone-local-variables):
8454         Remove redundant `setq'.
8455
8456 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8459         Bind wl-highlight-x-face-func as nil while highlighting header.
8460
8461 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8462
8463         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8464
8465 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8466
8467         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8468         elmo-msgdb-overview-hashtb from copy-variables.
8469         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8470         instead of `elmo-msgdb-overview-get-entity-by-number'.
8471         (wl-summary-auto-refile): Ditto.
8472
8473         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8474         `elmo-msgdb-overview-get-entity' instead of
8475         `elmo-msgdb-search-overview-entity'.  Use
8476         `elmo-msgdb-overview-get-entity' instead of
8477         `elmo-msgdb-overview-get-entity-by-number'.
8478         (wl-thread-insert-entity-sub): Ditto.
8479         (wl-thread-insert-message): Ditto.
8480
8481         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8482         `elmo-msgdb-overview-get-entity'.
8483         (wl-normal-message-redisplay): Ditto.
8484
8485 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8486
8487         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8488         `wl-thread-entities'.
8489         (wl-thread-delete-message): Fix remove top message from
8490         `wl-thread-entity-list'.
8491
8492         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8493         wl-append(nconc), because update-list is broken on Meadow.
8494
8495         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8496         updating process.
8497         (wl-summary-rescan): Ditto.
8498         (wl-summary-sync-update3): Ditto.
8499         * wl-thread.el (wl-thread-set-parent): Renamed from
8500         `wl-summary-set-parent'.
8501         (wl-thread-insert-message): Updating buffer faster.
8502         (wl-thread-delete-message): Updating buffer faster.
8503
8504         * wl-score.el (wl-summary-score-update-all-lines): Changed
8505         interval for display progress gauge.
8506
8507 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8508
8509         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8510         folder always-sticky.
8511         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8512         defmacro.
8513
8514 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-vars.el (wl-draft-add-references): New user option.
8517
8518         * wl-draft.el (wl-draft-add-references): New function.
8519         (wl-draft-yank-from-mail-reply-buffer): Use it.
8520         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8521         as nil.
8522
8523 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8524
8525         * wl-thread.el (wl-thread-update-line-msgs): Called
8526         `wl-thread-update-line-on-buffer-sub'.
8527         (wl-thread-update-line-on-buffer): Delete routine of inserting
8528         thread.
8529         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8530         moved from `wl-thread-update-line-on-buffer'.
8531         Add threshold for displaying progress gauge.
8532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8533         argument of `wl-thread-update-line-msgs'.
8534         Add threshold for displaying progress gauge.
8535         * wl-folder.el:
8536         Add threshold for displaying progress gauge.
8537         * wl-score.el: Ditto.
8538
8539         * wl-expire.el (wl-summary-expire): Display deleting info.
8540
8541 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8544         `no-msg'.
8545         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8546         argument of `wl-thread-update-line-msgs'.
8547         (wl-summary-set-parent): Added optional argument `parent-number'.
8548         (wl-summary-buffer-saved-message): New buffer local variable.
8549         (wl-summary-save-current-message): New command.
8550         (wl-summary-yank-saved-message): Ditto.
8551         (wl-summary-mode-map): Added key binding for
8552         `wl-summary-save-current-message' (\ew) and
8553         `wl-summary-yank-saved-message' (\C-y).
8554         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8555
8556 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-summary.el (wl-summary-mode-map): Added key binding for
8559         `wl-summary-set-parent' (ts).
8560
8561 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8562
8563         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8564         subject faster. If thread number is reverse, delayed updating
8565         thread.
8566         (wl-summary-search-by-subject): Ditto.
8567         (wl-summary-put-alike): Ditto.
8568         (wl-summary-get-alike): Ditto.
8569         (wl-summary-insert-headers): Insert header of all overview in
8570         buffer.
8571         (wl-summary-rescan): Delayed updating thread. Kill search subject
8572         buffer for wl-summary-search-by-subject.
8573         (wl-summary-sync-update3): Ditto.
8574         (wl-summary-exit): Ditto.
8575         (wl-summary-goto-bottom-of-current-thread): Change for linked
8576         thread.
8577         (wl-summary-overview-create-summary-line): Change line for linked
8578         thread.
8579
8580         * wl-summary.el (wl-summary-update-thread): Use
8581         wl-thread-maybe-get-children-num.
8582         (wl-summary-set-parent): If change parent, move sub thread.
8583         (wl-summary-redisplay-internal): Add horizontal recenter.
8584         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8585
8586         * wl-thread.el (wl-thread-entity-get-linked): New function.
8587         (wl-thread-entity-set-linked): New function.
8588         (wl-thread-create-entity): Add linked element.
8589         (wl-thread-entity-insert-as-top): Use wl-append.
8590         (wl-thread-maybe-get-children-num): If closing thread, return
8591         children msgs.
8592         (wl-thread-update-line-msgs): Displaying progress message.
8593         (wl-thread-update-line-on-buffer-sub): Use
8594         wl-thread-maybe-get-children-num.
8595         (wl-thread-update-line-on-buffer): If update line is not exists,
8596         insert thread.
8597         (wl-thread-delete-message): If delete top msg of thread, search
8598         parent by subject.
8599         (wl-thread-insert-entity): Use
8600         wl-thread-maybe-get-children-num.
8601
8602         * wl-highlight.el (wl-highlight-summary-current-line): change
8603         sregexp for linked thread.
8604         * wl-util.el (wl-count-lines): Count lines.
8605         (wl-horizontal-recenter): horizontal recenter.
8606         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8607         (wl-score-get-alike): Ditto.
8608         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8609         (wl-subject-length-limit): New variable.
8610         (wl-highlight-thread-indent-string-regexp): Changed for linked
8611         thread.
8612
8613 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8616         New variable (revival).
8617         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8618         by subject matching if there's no in-reply-to nor references field
8619         (revival).
8620
8621 \f
8622 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8623
8624         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8625         message.
8626
8627 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-summary.el (wl-summary-reply): Return t if there was a
8630         message at cursor point.
8631         Added unwind-protect.
8632         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8633         returns t.
8634         (wl-summary-cancel-message): Do nothing when there's no message at
8635         cursor point.
8636         (wl-summary-forward): Ditto.
8637         (wl-summary-jump-to-parent-message): Ditto.
8638         (wl-summary-reedit): Ditto.
8639         (wl-summary-edit-addresses): Ditto.
8640         (wl-summary-pipe-message): Ditto.
8641         (wl-summary-print-message-with-ps-print): Ditto.
8642         (wl-summary-print-message): Ditto.
8643         (wl-summary-mark-as-important): Ditto.
8644         (wl-summary-mark-as-unread): Ditto.
8645
8646         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8647         message at cursor point.
8648         (wl-summary-reply-with-citation): Remove unwind-protect.
8649
8650         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8651         subject searching feature.
8652         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8653         Eliminated.
8654
8655 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8658         New variable.
8659         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8660         by subject matching if there's no in-reply-to nor references field.
8661
8662         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8663
8664         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8665         when display is finished.
8666         (wl-folder-open-all): Ditto.
8667         (wl-folder-update-access-group): Ditto.
8668         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8669         * wl-thread.el (wl-thread-close-all): Ditto.
8670
8671         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8672         progress gauge only when it was displayed.
8673         * wl-folder.el (wl-folder-insert-entity): Ditto.
8674
8675 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-summary.el (wl-summary-incorporate): Enclose
8678         `wl-summary-sync-force-update' with save-excursion.
8679
8680 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8681
8682         * wl-summary.el (wl-summary-prefetch-region):
8683         Pass current cursor point to `pos-visible-in-window-p' after
8684         moving cursor to the started point.
8685
8686 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8689
8690         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8691         fields from the forwarding message.
8692         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8693         `ignored-fields'.
8694
8695 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-mime.el (wl-message-request-partial):
8698         Eliminated argument `msgdb'.
8699         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8700         (wl-mime-combine-message/partial-pieces): Likewise.
8701         * tm-wl.el (wl-message-request-partial): Likewise.
8702         (wl-mime-combine-message/partial-pieces): Likewise.
8703
8704 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8705
8706         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8707         when display is finished.
8708
8709 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8710
8711         * wl-summary.el (wl-summary-goto-folder-subr):
8712         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8713
8714 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8717         when cursor point is visible.
8718
8719 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-expire.el (wl-expire-archive-get-max-number):
8722         Don't use `file-name-directory'.
8723
8724 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-expire.el (wl-expire-archive-get-max-number):
8727         Use `file-name-directory'.
8728
8729 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8732         only when there is progress.
8733
8734 2000-04-13  Mito <mit@nines.nec.co.jp>
8735
8736         * wl-summary.el (wl-summary-sync-marks): Display progress.
8737
8738 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8739
8740         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8741         (wl-summary-prev): Move cursor regardless of unread status.
8742         (wl-summary-next): Ditto.
8743
8744 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8747         Added argument `target' and `number'.
8748         * tm-wl.el (wl-summary-burst-subr): New function.
8749         (wl-summary-burst): Use it.
8750
8751 2000-04-10  Mito <mit@nines.nec.co.jp>
8752
8753         * wl-mime.el (wl-burst): New function.
8754         (wl-summary-burst): Use it.
8755
8756 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8757
8758         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8759         as petname when there's no candidate.
8760
8761 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8764         New variable.
8765         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8766
8767         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8768
8769         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8770
8771 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8774         Use substring of `original' instead of buffer-substring.
8775         (wl-refile-evaluate-rule):
8776         Set `original' argument of wl-refile-expand-newtext.
8777
8778         * wl-summary.el
8779         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8780         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8781         (wl-summary-auto-refile): Check existence of destination folder just
8782         before marking.
8783
8784 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8785
8786         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8787         when wl-refile-get-field-value return nil.
8788
8789 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8790
8791         * wl-refile.el
8792         (wl-refile-expand-newtext): New function imported from Gnus.
8793         (wl-refile-evaluate-rule): Use it.
8794
8795 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-summary.el (wl-summary-print-destination):
8798         Duplicate folder string to avoid putting text-property on
8799         original string.
8800
8801         * wl-refile.el (wl-refile-get-field-value): New function.
8802         (wl-refile-evaluate-rule): New function;
8803         Evaluate refile rule recursively.
8804         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8805         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8806         New function; Check existence of a target folder recursively.
8807         (wl-summary-auto-refile-check-refile-rule-alist):
8808         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8809
8810 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8813
8814         * wl-folder.el (wl-create-folder-entity-from-buffer):
8815         Fixed problem when '}' character is contained in folder name.
8816
8817         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8818
8819 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8820
8821         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8822         (wl-fldmgr-add-completion-all-completions):
8823         Use wl-fldmgr-add-completion-hashtb.
8824
8825 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8826
8827         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8828         wl-fldmgr-add-completion-subr): New functions.
8829         * wl-folder.el (wl-folder-completion-func): New variable.
8830         * wl-summary.el (wl-summary-read-folder):
8831         Use wl-folder-completion-func.
8832
8833         * wl-refile.el: Eliminate throw & catch.
8834
8835         * wl.el (wl-plugged-sending-queue-status): Fixed.
8836
8837 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8838
8839         * wl-draft.el (wl-draft): Put category property on
8840         mail-header-separator.