* wl-vars.el (wl-reply-subject-prefix): The value can be function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
4         (wl-forward-subject-prefix): Ditto.
5         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
6         (wl-draft-reply-make-subject): Ditto.
7
8         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
9         `wl-draft-forward'.
10         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
11
12 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-action.el (wl-summary-target-mark-set-action): Stop if
15         target message does not exist.
16
17 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
18
19         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
20         `wl-subject-prefix-regexp'.
21         (wl-subject-forward-prefix-regexp): New variable.
22         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
23         `wl-draft-strip-subject-re' and take regexp as argument.
24         (wl-draft-forward): Use it.
25         (wl-draft-reply): Ditto.
26
27 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
28
29         * wl-e21.el (wl-highlight-plugged-current-line): Change for
30         emacs multi-tty support.
31
32 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
33
34         * wl-e21.el (wl-e21-display-image-p): Don't call
35         `display-images-p'.
36         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
37         support.
38         (wl-highlight-folder-current-line): Ditto.
39         (wl-folder-init-icons): Ditto.
40
41 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
42
43         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
44         the last line of summary in unplugged mode.
45
46 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
47
48         * wl-vars.el (wl-refile-rule-alist): Doc fix.
49
50 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
51
52         * wl-vars.el (wl-user-mail-address-regexp): New variable.
53         * wl-address.el (wl-address-user-mail-address-p): Use it.
54         (wl-address-delete-user-mail-addresses): Ditto.
55         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
56
57         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
58         (wl-address-delete-user-mail-addresses): Ditto.
59
60         * wl-address.el (wl-address-delete-user-mail-addresses): New
61         function.
62         * wl-refile.el (wl-refile-guess-by-history): Use it.
63         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
64         (wl-draft-make-mail-followup-to): Ditto and fix logic.
65
66         * wl-draft.el (wl-draft-edit-string): To judge sender address,
67         use wl-address-user-mail-address-p.
68
69 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
72         after opening group.
73
74 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
77         of elmo-set-buffer-multibyte.
78
79         * wl-message.el (wl-original-message-mode): Ditto.
80
81         * wl-score.el (wl-score-insert-header): Ditto.
82
83         * wl-summary.el
84         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
85         (wl-summary-goto-folder-subr): Ditto.
86         (wl-summary-insert-headers): Ditto.
87
88         * wl-util.el (wl-set-string-width): Ditto.
89
90         * Version number is increased to 2.11.29.
91
92 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
95         (wl-highlight-summary-line-help-echo-alist): New variable.
96         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
97         into `wl-highlight-summary-line-help-echo' and
98         `wl-highlight-flag-folder-help-echo'.
99         (wl-highlight-summary-line-string): Change accordingly.
100         (wl-highlight-summary-current-line): Ditto.
101
102 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-highlight.el (wl-highlight-message): Ignore white spaces
105         at the beginning of field body (Thanks to Markus Knittig).
106
107         * wl-draft.el (wl-draft-insert-current-message): Also check
108         summary buffer, remove unnecessary tag.
109
110 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-draft.el (wl-draft-insert-current-message): Cause error also
113         when wl-message-buffer is nil.
114
115         * wl-folder.el (wl-folder): Abolish unused argument.
116         Call wl-folder-init when wl-folder-entity is nil.
117         * wl.el (wl): Change accordingly.
118
119 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
122         multibyte string before insert into draft buffer.
123         (wl-draft-create-buffer): Always enable multibyte characters for
124         draft buffer.
125
126         * Version number is increased to 2.11.28.
127
128 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-folder.el (wl-folder-open-close): Handle blank line.
131         (wl-folder-jump-to-current-entity): Ditto.
132
133 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * Version number is increased to 2.11.27.
136
137 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-thread.el (wl-thread-insert-message): When the thread is
140         devided by wl-summary-max-thread-depth, insert line at the end of
141         buffer.
142
143 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * Version number is increased to 2.11.26.
146
147 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
150
151 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
152
153         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
154         value of stream-type and session.
155
156 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * Version number is increased to 2.11.25.
159
160 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
161
162         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
163         in a quit message.
164
165 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
168         (wl-summary-redisplay-no-mime-internal): Ditto.
169
170 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
173         * wl-vars.el (wl-smtp-connection-type): Ditto.
174
175 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
176
177         * wl-highlight.el (wl-highlight-message): Change to strict regexp
178         for the separator line and quote mail-header-separator.
179
180 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-spam.el (wl-message-check-spam): Fixed problem no display
183         result message.
184
185         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
186         `elmo-multiple-fields-body-list' with boundary as
187         mail-header-separator.
188
189 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
192
193 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
194
195         * wl-util.el (wl-list-diff): Remove unused function.
196
197         * wl-draft.el (wl-draft-send-confirm): Discard input before
198         confirmation.
199
200 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
203         order of flag and new.
204
205 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-vars.el (wl-refile-policy-alist): Abolished.
208
209         * wl-action.el (wl-summary-set-action-refile): Follow the change
210         above.
211
212 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * wl-highlight.el (wl-highlight-signature-search): Don't use
215         re-search-backward for a long word since it is possible to crash
216         XEmacs because of a bug.
217
218 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
219
220         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
221
222 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
223
224         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
225         argument for wl-summary-sync-force-update.
226
227 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-summary.el (wl-summary-mode-map): Revival of
230         wl-summary-mark-as-important related bindings;
231         Bind 'F','tF','mF','rF','m&'.
232         (wl-summary-mark-as-important-region): Revival.
233         (wl-summary-target-mark-mark-as-important): Ditto.
234         (wl-summary-target-mark-operation): New function.
235         (wl-summary-target-mark-mark-as-answered): Use it.
236         (wl-summary-decide-flag): Don't set Important as default.
237         (wl-summary-mark-as-important-internal): Revival.
238         (wl-summary-mark-as-important): Ditto.
239
240         * wl-thread.el (wl-thread-mark-as-important): Ditto.
241
242         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
243         instead of facep.
244
245 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
246
247         * wl-dnd.el (wl-dnd-drop-func): Fix.
248
249         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
250         mouse-set-point instead of posn-point.
251
252         * wl-xmas.el (wl-completing-read-multiple): Define as function.
253
254         * wl-mule.el (wl-completing-read-multiple): Ditto.
255
256 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-demo.el (face-background-name): Defalias to avoid compile
259         warning.
260
261 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
262
263         * wl-summary.el (wl-summary-decide-flag): Use
264         wl-completing-read-multiple instead of completing-read-multiple.
265
266         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
267         New alias.
268
269         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
270         Use face-background-name instead of face-background.
271
272         * wl-vars.el (wl-summary-save-file-suffix): New user option.
273
274         * wl-summary.el (wl-summary-save): Use it.
275         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
276
277         * wl-mime.el (wl-mime-save-content): Fix last change.
278
279 2004-02-10  Len Trigg <lenbok@myrealbox.com>
280
281         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
282         New function.
283         (wl-summary-sort-specs): Added sort.
284         * wl-mime.el (wl-mime-save-content): Expand file name.
285
286 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
287
288         * wl-mime.el (wl-draft-preview-message): Fixed typo.
289
290         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
291
292 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
295         for flag if it is not defined.
296
297 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
298
299         * wl-e21.el (wl-highlight-folder-current-line): Use
300         elmo-folder-type-internal when elmo-folder-type returns nil.
301
302         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
303
304         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
305
306         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
307
308         * wl-e21.el (wl-summary-toolbar): Ditto.
309
310         * wl-vars.el (wl-demo-background-color): Abolished.
311         (wl-summary-persistent-mark-priority-list): Renamed from
312         wl-summary-flag-priority-list.
313         (wl-summary-flag-alist): New user option.
314         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
315         (wl-message-mode-line-format-spec-alist): Added 'F'.
316         (wl-message-mode-line-format): Likewise.
317         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
318         instead of wl-summary-important-mark.
319         (wl-file-folder-icon): New variable.
320
321         * wl-thread.el (wl-thread-set-flags): Renamed from
322         wl-thread-mark-as-important.
323
324         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
325         warning.
326         (wl-summary-mode-menu-spec): Follow the change of 
327         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
328         (wl-summary-mode-map): Follow the change of
329         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
330         (wl-summary-detect-mark-position): Follow the variable name change.
331         (wl-summary-set-flags-region): New function for the replacement of
332         wl-summary-mark-as-important-region.
333         (wl-summary-sync-marks): Sync all global-flags.
334         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
335         instead of elmo-message-flagged-p.
336         (wl-summary-persistent-mark-string): Follow the variable name change;
337         Put wl-summary-flag-mark if the message has global-flag.
338         (wl-summary-target-mark-set-flags): Renamed from 
339         wl-summary-target-mark-mark-as-important.
340         (wl-summary-decide-flag): New function.
341         (wl-summary-set-flags-internal): Renamed from
342         wl-summary-mark-as-important-internal.
343         (wl-summary-add-flags-internal): New function.
344         (wl-summary-remove-flags-internal): Ditto.
345         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
346         (wl-summary-mark-as-unimportant): Abolish.
347         (wl-summary-move-spec-alist): Changed `important' to `digest'.
348         (wl-summary-next-message): List flagged messages in the msgdb.
349
350         * wl-score.el (wl-summary-score-update-all-lines): Use
351         wl-summary-add-flags-internal instead of 
352
353         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
354
355         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
356         from wl-message-buffer-cur-flag (To avoid misunderstanding).
357         (wl-message-buffer-require-all-header): Renamed from
358         wl-message-buffer-all-header-flag (Ditto).
359         (wl-message-buffer-flag-indicator): New variable.
360         (wl-message-redisplay): Changed local varibale name from `flag' to
361         `display-type'; Set up wl-message-buffer-flag-indicator.
362         (wl-message-buffer-display): Changed varibale name from `flag' to
363         `display-type'.
364         (wl-message-display-internal): Likewise.
365
366         * wl-highlight.el (wl-highlight-demo-face): Define default background
367         color.
368         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
369
370         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
371
372         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
373         (wl-demo-setup-properties): Renamed from
374         `wl-demo-set-background-color'.
375         (wl-demo): Follow the change above.
376         
377         * Version number is increased to 2.11.24.
378
379 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-summary.el (wl-summary-toggle-thread): Call
382         `wl-summary-rescan' with disable-thread as non-nil.
383         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
384
385 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
386
387         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
388         foreground property of the face.
389         (wl-demo-insert-text): Don't set up face property here.
390         (wl-demo): Call wl-demo-set-background-color, anyway.
391
392 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-vars.el (wl-demo-background-color): The value can be nil.
395
396 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
397
398         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
399         to wl-summary-wheel-dispatcher.
400
401         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
402         wl-message-wheel-dispatcher.
403         (wl-message-wheel-dispatcher): New function.
404         (wl-summary-wheel-dispatcher): Ditto.
405
406 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-action.el (wl-summary-target-mark-all): List messages which are
409         not in the killed-list.
410
411         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
412         only when the folder is 'flag/important.
413
414         * wl-address.el (wl-complete-field-body): Complete if the last
415         character is a space.
416
417 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-folder.el (wl-folder-clear-entity-info): Use
420         elmo-clear-hash-val.
421
422         * wl-fldmgr.el (wl-fldmgr-rename): Set
423         wl-folder-info-alist-modified as t.
424
425 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
428
429 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
432         (wl-folder-buffer-last-visited-entity-id): New buffer local
433         variable.
434         (wl-folder-revisit-last-visited-folder): New function.
435         (wl-folder-mode-map): Bind it to "C-i".
436         (wl-folder-set-current-entity-id): Set last visited folder.
437         * wl-summary.el (wl-summary-exit): Ditto.
438
439 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
442         before calling `recenter' in order to cope with an XEmacs bug.
443
444 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
447         to the default value.
448
449 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
452         change.
453         (wl-summary-sync-marks): Ditto.
454         (wl-summary-mark-as-read-internal): Ditto.
455         (wl-summary-mark-as-answered-internal): Ditto.
456         (wl-summary-mark-as-important-internal): Ditto.
457         (wl-summary-reply): Ditto.
458
459         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
460         instead of `elmo-folder-unflag-answered'.
461
462         * Version number is increased to 2.11.23.
463
464         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
465         the last change.
466
467 2004-01-11  Kenichi Okada  <okada@opaopa.org>
468
469         * wl-spam.el (wl-summary-exec-action-refile-with-register):
470         Specify "spam" or "good".
471
472 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
473
474         * wl-spam.el (wl-summary-exec-action-spam): Call
475         wl-folder-confirm-existence for spam folder.
476         (wl-spam-setup): Bind "mk".
477
478 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
481
482 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
485         destination folder is empty.
486
487 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
488
489         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
490         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
491
492         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
493         (wl-summary-refile-prev-destination-region): New function.
494         (wl-thread-refile-prev-destination): Ditto.
495         (wl-summary-target-mark-refile-prev-destination): Ditto.
496
497 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
498
499         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
500         (wl-demo-background-color): Changed default value.
501
502         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
503         color.
504
505         * wl-demo.el (wl-demo-set-background-color): New function.
506         (wl-demo): Call it.
507
508 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-address.el (wl-address-delete): Avoid mis-deleting.
511         * wl-address.el (wl-address-add-or-change): Don't add empty
512         address.
513
514 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
515
516         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
517
518 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
519
520         * wl-vars.el (wl-demo-image-filter-alist): New variable
521         (wl-demo-background-color): Ditto.
522
523         * wl-demo.el (wl-demo-xpm-set-background): New function.
524         (wl-demo-image-filter): Ditto.
525         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
526
527         * wl-vars.el (wl-demo-icon-name-alist): New variable.
528
529         * wl-demo.el (wl-demo-icon-name): Define as function.
530         (wl-demo-insert-image): Use it.
531
532 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
533
534         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
535
536 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
537
538         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
539
540 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
543
544 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-thread.el (wl-thread-mark-as-answered): New function.
547
548         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
549         answered" entry.
550         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
551         "r&" and wl-thread-mark-as-answered to "t&".
552         (wl-summary-mark-as-important-region): Refine to toggle mark.
553         (wl-summary-mark-as-answered-region): New function.
554         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
555         and 3rd argument.
556         (wl-summary-mark-as-important-internal): Likewise.
557
558 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-template.el (wl-template-preview): New internal variable.
561         (wl-template-preview-p): New function.
562         (wl-template-show): Bind `wl-template-preview' as t.
563
564 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
567         `elmo-message-entity-field' with 3rd argument which is non-nil.
568
569 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
572         Removed duplicate local bind `folder'.
573
574 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
577
578 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
581         duplicate definition.
582
583 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
584
585         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
586         non-nil, use it; Don't fetch message if there's no message in the
587         current cursor position.
588
589 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-util.el (wl-region-exists-p): Use region-active-p.
592         (wl-deactivate-region): New function.
593         * wl-message.el (wl-message-redisplay): Deactivate region.
594
595         * wl-summary.el (wl-summary-reply): Call
596         `wl-summary-set-message-buffer-or-redisplay' instead of
597         `wl-summary-redisplay-internal', don't move point.
598
599 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
602         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
603         by regexp.
604
605 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
608         if no need.
609
610 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
613         default value to nil.
614         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
615         `wl-summary-prepare-hook'; Replace refile action to
616         `wl-summary-exec-action-refile-with-register'.
617
618         * Version number is increased to 2.11.22.
619
620 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-summary.el (wl-summary-detect-mark-position): Set
623         `wl-summary-buffer-weekday-name-lang'.
624
625 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
626
627         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
628         (wl-summary-mark-as-read-all): Ditto.
629         (wl-summary-delete-messages-on-buffer): Ditto.
630         (wl-summary-sync-update): Ditto.
631         (wl-summary-mark-as-read-internal): Ditto.
632         (wl-summary-mark-as-answered-internal): Ditto.
633         (wl-summary-update-folder-info): Abolished.
634
635 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-mark-as-read-all): Use
638         `wl-summary-update-folder-info' instead of
639         `wl-folder-update-unread'.
640
641 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
642
643         * wl-summary.el (wl-summary-update-folder-info): New function derived from
644         `wl-summary-folder-info-update'.
645         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
646         instead of `wl-summary-folder-info-update'.
647         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
648         `wl-folder-set-folder-updated'.
649         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
650         instead of `wl-folder-update-unread'.
651         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
652         the value of `wl-summary-buffer-unread-count' for the second parameter of
653         `wl-folder-update-unread'.
654
655         * Version number is increased to 2.11.21.
656
657 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
658
659         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
660         a local variable.
661
662 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-spam.el (wl-summary-mark-spam): Show message only if call
665         interactively.
666
667         * wl-summary.el (wl-summary-mark-as-important-internal): New
668         internal function.
669         (wl-summary-mark-as-important): Use it.
670         (wl-summary-mark-as-unimportant): New function.
671         (wl-summary-sync-marks): Follow the API change.
672
673         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
674
675         * wl-mime.el (wl-summary-burst): Check target folder is writable.
676
677 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
678
679         * wl-folder.el (wl-folder-update-unread): Re-indent.
680         Narrow the scope of a local variable.
681
682 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
685         (wl-addrmgr-merge-entries): Ditto.
686         (wl-addrmgr): Added to address entry which exists in draft buffer
687         if no entry is in original.
688
689 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
690
691         * wl-batch.el: New file.
692
693 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
694
695         * wl-vars.el (wl-use-semi): Remove unused variable.
696
697 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
698
699         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
700         "?".
701
702 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
705         wl-summary-new-mark.
706         (wl-summary-new-cached-mark): New user option.
707         (wl-summary-score-marks): Follow the change above.
708         (wl-summary-auto-refile-skip-marks): Ditto.
709         (wl-summary-incorporate-marks): Ditto.
710         (wl-summary-expire-reserve-marks): Ditto.
711
712         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
713
714         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
715         (wl-summary-persistent-mark-string): Distinguished between cached
716         and uncached mark when the message is new.
717
718 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-spam.el (wl-spam-domain): Renamed from
721         `wl-spam-folder-guess-domain'.
722         (wl-summary-exec-action-spam): Register as spam if domain of the
723         source folder is good.
724         (wl-summary-exec-action-refile-with-register): Register message if
725         domain of the source folder is not undecided.
726
727 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
730         detect thread loop.
731
732 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
735         and wl-summary-skip-mark-list.
736
737 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
740
741         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
742
743         * wl-spam.el (toplevel): Require wl-highlight.
744         (wl-spam-auto-check-policy-alist): Abolish.
745         (wl-spam-auto-check-folder-regexp-list): New user option.
746         (wl-spam-auto-check-marks): Ditto.
747         (wl-spam-mark-action-list): Ditto.
748         (wl-highlight-summary-spam-face): New face.
749         (wl-spam-auto-check-message-p): New function.
750         (wl-spam-map-spam-messages): Fixed message.
751         (wl-spam-register-spam-messages): Ditto.
752         (wl-spam-register-good-messages): Ditto.
753         (wl-summary-spam-map): Add and remove keybind.
754         (wl-summary-target-mark-spam): Abolish.
755         (wl-summary-refile-spam): Ditto.
756         (wl-summary-test-spam): New function.
757         (wl-summary-mark-spam): Ditto.
758         (wl-summary-auto-check-spam): Follow the above change.
759         (wl-summary-exec-action-spam): New function.
760         (wl-summary-exec-action-refile-with-register): Fixed message.
761         (wl-message-check-spam): New function.
762         (wl-spam-setup): Ditto.
763         (toplevel): Call it if this file is loaded interactivity.
764
765         * Version number is increased to 2.11.20.
766
767 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
770         when new optional argument `force' is non nil or modified.
771
772 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl.el (toplevel): Require wl-spam when compile.
775         (wl-save-status): Call wl-spam-save-status.
776
777         * wl-spam.el (wl-spam-register-spam-messages): New function.
778         (wl-spam-register-good-messages): Ditto.
779         (wl-spam-save-status): Ditto.
780         (wl-summary-mode-map): Bind
781         wl-summary-target-mark-register-as-spam to "ms" and
782         wl-summary-target-mark-register-as-good to "mn".
783         (wl-summary-register-as-spam): Abolish optional argument; Use
784         wl-spam-register-spam-messages.
785         (wl-summary-register-as-spam-all): Use
786         wl-spam-register-spam-messages.
787         (wl-summary-register-as-good): Abolish optional argument; Use
788         wl-spam-register-good-messages.
789         (wl-summary-register-as-good-all): Use
790         wl-spam-register-good-messages.
791         (wl-summary-target-mark-register-as-spam): New funtion.
792         (wl-summary-target-mark-register-as-good): Ditto.
793
794 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-spam.el: New file.
797
798 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
801
802         * wl-action.el (wl-auto-refile-guess-functions): New variable.
803         (wl-summary-auto-refile): Call wl-refile-guess with
804         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
805
806 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
809         with disable-thread argument non-nil.
810
811 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-rescan): Added optional argument
814         disable-thread.
815         (wl-summary-sync): Call wl-summary-rescan with argument
816         disable-thread.
817         (wl-summary-input-range): Added new range `rescan-thread'.
818
819 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
820
821         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
822
823 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
826         internal variable.
827         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
828         wl-summary-search-parent-by-subject-regexp and
829         wl-summary-divide-thread-when-subject-changed as nil.
830         (wl-summary-insert-sequential): If entity is nil, nothing to do.
831         (wl-summary-insert-thread): Search parent entity from
832         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
833         thread loop.
834
835 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
836
837         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
838
839         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
840
841         * wl-util.el (wl-require-update-all-folder-p): New function.
842         (wl-get-assoc-list-value): Added `function' to match directive.
843         (wl-collect-draft): Rewrite.
844
845         * wl-summary.el (wl-summary-sync-update): Clear faces
846         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
847         are non-nil.
848         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
849         argument as function.
850         (wl-summary-input-range): Ditto.
851
852         * wl-folder.el (wl-draft-get-folder): New function.
853         (wl-folder-get-elmo-folder): Consider draft folder.
854
855         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
856         (wl-draft-buffer-message-number): New buffer local variable.
857         (wl-draft-folder-internal): New internal variable.
858         (wl-draft-delete): Rewrite.
859         (wl-draft-save): Ditto.
860         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
861         wl-folder-get-elmo-folder.
862         (wl-draft-config-info-operation): Ditto.
863         (wl-jump-to-draft-folder): Ditto.
864         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
865         (wl-draft-reedit): Rewrite.
866
867         * Version number is increased to 2.11.19.
868         
869 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
870
871         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
872         variable.
873
874 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
877         Use ignore-errors instead of unwind-protect.
878
879 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
880
881         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
882         for updating `wl-thread-entity-list'.
883
884 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
885
886         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
887         parameter from calling `wl-thread-entity-get-older-brothers' and
888         `wl-thread-entity-get-younger-brothers'.
889         Replace nested `append' with a single one.
890
891 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-mode): Don't use the return value of
894         `make-local-hook'.
895
896 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
897
898         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
899         instead of `let*'.
900         (wl-thread-delete-message): Likewise.  Split and narrow the scope
901         of local variables.
902
903 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
906         Renamed from wl-summary-window-scroll-functions.
907         (wl-summary-window-scroll-functions): Don't set to variable.
908         (wl-summary-display-top): Use run-hooks.
909         (wl-summary-display-bottom): Ditto.
910         (wl-summary-toggle-disp-msg): Ditto.
911         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
912         Use it instead of wl-summary-window-scroll-functions.
913         (wl-summary-goto-folder-subr): Don't call
914         wl-summary-window-scroll-functions, use
915         wl-summary-buffer-window-scroll-functions instead.
916
917 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
920         make-local-variable.
921
922 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
923
924         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
925         set-buffer-modified-p.
926         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
927         (wl-summary-display-bottom): Ditto.
928         (wl-summary-toggle-disp-msg): Ditto.
929
930 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
933
934         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
935         (wl-summary-forward): Use elmo-message-entity-field instead of
936         elmo-message-field.
937
938         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
939
940 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * wl-summary.el (wl-summary-window-scroll-functions): No use
943         `append'.
944
945 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
946
947         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
948         function.
949         (wl-summary-window-scroll-functions): Call it when both
950         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
951         (wl-summary-temp-mark): Added optional argument number.
952         (wl-summary-message-mark): Added optional argument flag.
953         (wl-summary-persistent-mark): Added optional argument number and flag.
954         (wl-summary-update-persistent-mark): Ditto.
955         (wl-summary-update-status-marks): Set "r" for interactive spec.
956
957         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
958         argument number and flag.
959
960         * wl-action.el (wl-summary-registered-temp-mark): 
961         Do nothing when wl-summary-buffer-temp-mark-list is nil.
962
963 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
966         internal variable (buffer local).
967         (wl-summary-window-scroll-functions): New function.
968         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
969         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
970         as nil.
971         (wl-summary-update-status-marks): Added arguments beg, end and
972         check.
973         (wl-summary-update-mark-window): Use function.
974         (wl-summary-sync-update): Follow the change above.
975         (wl-summary-switch-to-clone-buffer): Copy
976         wl-summary-buffer-unsync-mark-number-list.
977         (wl-summary-goto-folder-subr): Set
978         wl-summary-buffer-unsync-mark-number-list and
979         use wl-summary-window-scroll-functions insteaf of
980         wl-summary-lazy-highlight.
981
982         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
983
984 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
987
988         * wl-summary.el (wl-summary-update-persistent-mark): Call
989         wl-summary-set-message-modified.
990
991         * wl-summary.el (wl-summary-sync-update): Don't call
992         wl-summary-update-status-marks.
993
994         * Version number is increased to 2.11.18.
995
996 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-message.el (wl-message-prev-page): Use save-selected-window.
999         (wl-message-next-page): Ditto.
1000
1001 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1002
1003         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1004         local variable.  Change the order of a collected list into the
1005         same as the specified range.  Remove nil from a collected list.
1006
1007 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1010         argument for elmo-folder-list-messages.
1011
1012 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1015         change (wl-summary-count-unreads return a list instead of a cons
1016         cell).
1017
1018 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1019
1020         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1021         `wl-summary-folder-info-update'.
1022
1023 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-summary.el (wl-summary-set-message-modified): No use
1026         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1027         (wl-summary-set-mark-modified): Abolish.
1028         (wl-summary-mark-modified-p): Ditto.
1029         (wl-summary-save-view): Follow the change above.
1030
1031         * wl-expire.el (wl-summary-expire): Likewise.
1032
1033 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-summary.el (wl-summary-detect-mark-position): Use
1036         modb-entity-handler.
1037         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1038
1039         * Version number is increased to 2.11.17.
1040
1041 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1044         entity field value.
1045         (wl-summary-prefetch-msg): Ditto.
1046         (wl-summary-print-message-with-ps-print): Ditto.
1047
1048 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1049
1050         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1051         for dummy entity.
1052         (wl-summary-insert-thread): Use elmo-message-entity-field.
1053         (wl-summary-update-thread): Use elmo-message-entity-field and
1054         elmo-message-entity-number.
1055         (wl-summary-line-number):  Use elmo-message-entity-number.
1056         (wl-summary-line-size): Use elmo-message-entity-field.
1057         (wl-summary-line-subject): Ditto.
1058         (wl-summary-line-from): Ditto.
1059         (wl-summary-line-attached): Ditto.
1060         (wl-summary-create-line): Ditto.
1061         (wl-summary-create-line): Use elmo-message-entity-number.
1062         (wl-summary-print-message-with-ps-print): Use
1063         elmo-message-entity-field.
1064
1065 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1068         change in elmo-msgdb-make-message-entity.
1069         (wl-summary-buffer-set-folder): Don't call
1070         wl-summary-detect-mark-position here.
1071         (wl-summary-rescan): Call elmo-message-entity-number.
1072         (wl-summary-sync-update): Ditto.
1073         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1074
1075         * wl-score.el (wl-score-header-index): Redefine 2th element.
1076         (wl-score-overview-entity-get-extra): Abolish.
1077         (wl-score-ov-entity-get): Rewrite.
1078         (wl-score-string-index<, wl-score-string-func<): Abolish.
1079         (wl-score-string<): New function.
1080         (wl-score-string-sort): Use it.
1081
1082         * wl-refile.el (wl-refile-guess-by-history): Use
1083         elmo-message-entity-field.
1084         (wl-refile-guess-by-from): Ditto.
1085         (wl-refile-guess-by-msgid): Ditto.
1086
1087         * Version number is increased to 2.11.16.
1088
1089 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl-folder.el (wl-folder-confirm-existence): Don't call
1092         file-exists-p if msgdb-path is nil.
1093         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1094         `wl-read-folder-hist' to `wl-read-folder-history'.
1095
1096 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1097
1098         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1099         `y-or-n-p'.
1100
1101 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-score.el (wl-score-headers): Don't use
1104         elmo-folder-do-each-message-entity.
1105
1106         * Version number is increased to 2.11.15.
1107
1108 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1109
1110         * wl-summary.el (wl-summary-delete-all-msgs): Use
1111         elmo-folder-move-messages instead of elmo-folder-delete-messages
1112         and elmo-folder-detach-messages.
1113         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1114
1115         * wl-expire.el (wl-expire-delete): Ditto.
1116         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1117
1118 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1121         (wl-message-header-narrowing-fields): Ditto.
1122         (wl-message-header-narrowing-lines): Ditto.
1123         (wl-message-header-narrowing-string): Ditto.
1124
1125         * wl-summary.el (wl-summary-mode-map): Bind
1126         wl-summary-toggle-header-narrowing to "C-cC-f".
1127         (wl-summary-toggle-header-narrowing): New function.
1128
1129         * wl-message.el (wl-message-buffer-create): Call
1130         wl-message-header-narrowing-setup.
1131         (wl-message-redisplay): Call wl-message-header-narrowing.
1132         (wl-message-header-narrowing): New function.
1133         (wl-message-header-narrowing-map): New keymap.
1134         (wl-message-header-narrowing-widen-map): New keymap.
1135         (wl-message-header-narrowing-again-at-mouse): New function.
1136         (wl-message-header-narrowing-1): Ditto.
1137         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1138         (wl-message-header-narrowing-setup): Ditto.
1139         (wl-message-header-narrowing-toggle): Ditto.
1140         
1141         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1142
1143         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1144         'flag as all.
1145         (wl-use-flag-folder-help-echo): New user option.
1146
1147         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1148         wl-summary-highlight as nil.
1149         (wl-summary-set-mark-modified): Follow the API change.
1150         (wl-summary-mark-modified-p): Ditto.
1151         (wl-summary-mark-as-read-all): Ditto.
1152         (wl-summary-sync-marks): Don't call
1153         elmo-folder-list-messages-with-global-mark.
1154         (wl-summary-mark-as-read-internal): Follow the API change.
1155         (wl-summary-mark-as-answered-internal): Ditto.
1156         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1157         Follow the API change.
1158         (wl-summary-create-line): Call with number argument.
1159         (wl-summary-reply): Follow the API change.
1160
1161         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1162         function.
1163         (wl-highlight-summary-line-string): Call it when
1164         wl-use-flag-folder-help-echo is non-nil.
1165         (wl-highlight-summary-current-line): Ditto.
1166         (elmo-flag-folder-referrer): Added autoload setting.
1167
1168         * wl-draft.el (wl-draft-kill): Follow the API change.
1169
1170         * Version number is increased to 2.11.14.
1171         
1172 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1175
1176 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * Version number is increased to 2.11.13.
1179
1180 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-draft.el (wl-draft-previous-history-element): Fixed
1183         unbalanced parenthesis and bind unbound local variables.
1184
1185 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-draft.el (wl-draft-previous-history-element): New function.
1188         (wl-draft-next-history-element): Ditto.
1189         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1190         them to M-p and M-n.
1191
1192 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * Version number is increased to 2.11.12.
1195
1196 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-draft.el (wl-draft-hide): Select buffer-window.
1199
1200 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1201
1202         * wl-summary.el (wl-summary-narrow-to-region): New function.
1203         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1204         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1205         (wl-summary-save-region): Use it.
1206         * wl-action.el (wl-summary-collect-numbers-region)
1207         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1208
1209 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-folder.el (wl-folder-count-incorporates): Don't use
1212         `elmo-msgdb-mark-load'
1213
1214         * Version number is increased to 2.11.11.
1215
1216 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1219         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1220
1221 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1224
1225 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * Version number is increased to 2.11.10.
1228
1229 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1230
1231         * wl-mime.el (wl-draft-attribute-value): Fixed.
1232
1233 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-util.el (wl-copy-local-variables): New function.
1236
1237         * wl-mime.el (wl-draft-attribute-recipients): New function.
1238         (wl-draft-attribute-envelope-from): Ditto.
1239         (wl-draft-attribute-smtp-posting-server): Ditto.
1240         (wl-draft-attribute-smtp-posting-port): Ditto.
1241         (wl-draft-attribute-value): Ditto.
1242         (wl-draft-preview-message): Use it to get value for
1243         attributes. Reflect result of `wl-draft-config'.
1244
1245         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1246         and call `wl-summary-mark-as-read' before to call
1247         `wl-summary-unset-mark'.
1248         (wl-summary-target-mark-mark-as-unread): Likewise.
1249         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1250
1251 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1252
1253         * wl-mime.el (wl-draft-preview-message): Use actual value for
1254         attributes; Fix for small window.
1255
1256 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-refile.el (wl-refile-get-field-value): Call
1259         `elmo-message-entity-field' with 3rd argument is non-nil.
1260
1261 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1262
1263         * wl-vars.el (wl-draft-preview-attributes): New user option.
1264         (wl-draft-preview-attributes-list): Ditto.
1265         (wl-draft-preview-attributes-buffer-lines): Ditto.
1266         (wl-draft-preview-attributes-buffer-name): Ditto.
1267
1268         * wl-mime.el (wl-draft-preview-message): Display attributes.
1269
1270 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-summary.el (wl-summary-detect-mark-position): Bind
1273         wl-summary-flag-priority-list to '(new).
1274
1275 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1278         funtion.
1279         (wl-highlight-summary-line-string): Use it.
1280         (wl-highlight-summary-current-line): Ditto.
1281
1282 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1283
1284         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1285         line even when the mark string is not changed.
1286
1287         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1288         argument change in the wl-summary-create-line.
1289         (wl-thread-insert-entity-sub): Ditto.
1290
1291         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1292         argument change in the wl-summary-create-line.
1293         (wl-summary-insert-sequential): Ditto.
1294         (wl-summary-update-thread): Ditto.
1295         (wl-summary-persistent-mark-string): New inline function.
1296         (wl-summary-message-mark): Use it.
1297         (wl-summary-create-line): Abolish argument wl-persistent-mark
1298         and added wl-flags, wl-cached.
1299
1300         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1301         mark to flags.
1302         (wl-highlight-summary-current-line): Decide the face not by the 
1303         persistent mark but flags.
1304
1305 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1308         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1309         wl-summary-read-uncached-mark): Revive.
1310         (wl-summary-answered-cached-mark,
1311         wl-summary-answered-uncached-mark): New user option.
1312         (wl-summary-score-marks): Follow the change above.
1313         (wl-summary-auto-refile-skip-marks): Ditto.
1314         (wl-summary-incorporate-marks): Ditto.
1315         (wl-summary-expire-reserve-marks): Ditto.
1316         (wl-summary-flag-priority-list): New user option.
1317
1318         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1319         changes.
1320         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1321         of elmo-message-mark.
1322         (wl-summary-mark-as-read-internal): Ditto.
1323         (wl-summary-mark-as-answered): Ditto.
1324         (wl-summary-mark-as-important): Ditto.
1325         (wl-summary-redisplay-internal): Ditto.
1326         (wl-summary-redisplay-no-mime-internal): Ditto.
1327         (wl-summary-message-mark): New function.
1328         (wl-summary-insert-sequential): Use wl-summary-message-mark
1329         instead of elmo-message-mark.
1330         (wl-summary-update-thread): Ditto.
1331         (wl-summary-persistent-mark): Ditto.
1332         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1333         instead of elmo-message-mark.
1334
1335         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1336         wl-summary-message-mark instead of elmo-message-mark.
1337         (wl-thread-insert-entity-sub): Ditto.
1338         (wl-thread-get-children-msgs-uncached): Ditto.
1339
1340         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1341         variable name changes.
1342         (wl-highlight-summary-current-line): Ditto.
1343
1344         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1345         wl-summary-message-mark instead of elmo-message-mark.
1346
1347         * wl-expire.el (wl-expire-message-p): Ditto.
1348
1349         * wl-score.el (wl-score-headers): Ditto.
1350
1351         * Version number is increased to 2.11.9.
1352
1353         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1354         (wl-summary-sync-update): Follow the change above.
1355         (wl-summary-switch-to-clone-buffer): Ditto.
1356         (wl-summary-open-folder): Ditto.
1357
1358 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1359
1360         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1361         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1362
1363         * Version number is increased to 2.11.8.
1364
1365         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1366
1367         * wl-expire.el (wl-expire-refile): Follow the API change on
1368         `elmo-folder-move-messages'.
1369         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1370
1371         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1372         (wl-summary-exec-action-refile): Ditto.
1373         (wl-summary-exec-action-copy): Ditto.
1374         (wl-summary-no-auto-refile-message-p): No use
1375         `wl-summary-buffer-msgdb'.
1376         (wl-summary-auto-refile): Ditto.
1377
1378 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1381
1382 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-summary.el (wl-summary-sync): Treat no-sync.
1385
1386         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1387         (wl-default-sync-range): Ditto.
1388
1389 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-refile.el (wl-refile-subject-learn): Call
1392         `elmo-message-entity-field' with 3rd argument is non-nil.
1393         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1394         instead of `elmo-msgdb-overview-entity-get-subject'.
1395
1396 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1397
1398         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1399         scan-type is rescan.
1400         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1401         new optional argument force is non-nil.
1402         (wl-summary-save-view-cache): Call it with force argument non-nil.
1403
1404         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1405
1406 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-action.el (wl-summary-print-argument): Fixed last change.
1409
1410 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1413         simplified.
1414         (wl-summary-target-mark-mark-as-unread): Likewise.
1415         (wl-summary-target-mark-mark-as-important): Likewise.
1416
1417 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1418
1419         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1420         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1421         (wl-summary-mark-as-important-region): Change accordingly.
1422         (wl-summary-target-mark-mark-as-important): Ditto.
1423
1424 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1427
1428         * wl-action.el (wl-summary-print-argument): Print argument to
1429         right side of window if `wl-summary-print-argument-within-window'
1430         is non-nil.
1431
1432 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1433
1434         * wl-action.el (wl-summary-set-mark): Use
1435         `wl-summary-message-visible-p' to check visibility of the message
1436         and jump to message only when the message line is visible and have
1437         different number; Call wl-summary-unset-mark with number argument.
1438         (wl-summary-unset-mark): 
1439         Use `wl-summary-message-visible-p'
1440         to check visibility of the message and jump to message only when
1441         the message line is visible and have different number;
1442
1443 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * Version number is increased to 2.11.7.
1446
1447         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1448         and wl-folder-summary-line-format.
1449
1450         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1451         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1452         (wl-summary-set-score-mark): Use it.
1453         (wl-summary-target-mark-mark-as-read): Ditto.
1454         (wl-summary-target-mark-mark-as-unread): Ditto.
1455         (wl-summary-target-mark-mark-as-important): Ditto.
1456         (wl-summary-target-mark-msgs): Simplified.
1457         (wl-summary-detect-mark-position): Fixed problem when
1458         summary-line-format no contain persisten/temp mark spec.
1459         (wl-summary-temp-mark): Ditto.
1460         (wl-summary-persistent-mark): Ditto.
1461         (wl-summary-update-persistent-mark): Ditto.
1462
1463         * wl-action.el (wl-summary-set-mark): Ditto.
1464         (wl-summary-unset-mark): Ditto.
1465         All other related portions are changed.
1466
1467 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * Version number is increased to 2.11.6.
1470
1471 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-util.el (wl-current-message-buffer): Define as function;
1474         Don't use the value of wl-messge-buffer.
1475
1476         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1477         persistent mark.
1478
1479         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1480         no current message, cause an error.
1481
1482 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * wl-summary.el (wl-summary-set-message-modified): Use
1485         elmo-folder-set-message-modified instead of
1486         elmo-folder-set-message-modified-internal.
1487
1488 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1491         interactively.
1492         (wl-summary-sync): nokill->entirely.
1493         (wl-summary-sync-marks): Fixed message.
1494         (wl-summary-input-range): Added mark, nokill->entirely.
1495
1496         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1497         messages as read.
1498
1499 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1500
1501         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1502         update-noscore.
1503         (wl-summary-sync): Follow the change above.
1504
1505 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-action.el (wl-summary-target-mark-all): Use
1508         elmo-folder-list-messages.
1509
1510 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1511
1512         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1513         (wl-summary-rescan): Set wl-summary-scored as nil.
1514         (wl-summary-sync-force-update): Follow the change above.
1515         (wl-summary-sync): Ditto.
1516         (wl-summary-sync-update): Added argument disable-killed.
1517         (wl-summary-insert-headers): Set visible-only argument for
1518         elmo-folder-list-messages.
1519         (wl-summary-input-range): Added update-nokill, update-noscore,
1520         all-nokill, all-noscore and mark.
1521
1522         * Version number is increased to 2.11.5.
1523
1524         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1525
1526 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1529         (wl-summary-prefetch-region-no-mark): Change accordingly.
1530         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1531
1532 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-address.el (wl-complete-field-to): Abolished.
1535         (wl-complete-address): Completion function for completing-read.
1536         * wl-action.el (wl-summary-get-resend-address): Use it.
1537
1538         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1539         wl-summary-update-mark and abolish unused argument.
1540         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1541         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1542         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1543         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1544         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1545         * wl-draft.el (wl-draft-kill): Ditto.
1546
1547         * wl-summary.el: Remove unused binding of case-fold-search.
1548         (wl-summary-replace-status-marks): Abolished.
1549
1550 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1553         is specified or folder length is zero.
1554
1555 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1556
1557         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1558         (wl-folder-archive-current-entity): Ditto.
1559
1560 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1561
1562         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1563         retrieving message mark.
1564         (wl-summary-redisplay-internal): Ditto.
1565
1566         * wl-message.el (wl-message-buffer-display): Ignore errors while
1567         retrieving message-id field.
1568
1569         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1570         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1571         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1572         order of the arguments for `wl-expire-message-p'.
1573         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1574
1575         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1576         Check return value of wl-summary-reply.
1577         (wl-summary-reply): Recover window configuration when an error occured.
1578
1579 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-summary.el (wl-summary-resend-message): Abolished, the
1582         feature is inherited by wl-summary-resend (put resend mark).
1583
1584 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1585
1586         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1587         wl-message-buffer to nil when the message is hide.
1588
1589 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1590
1591         * .cvsignore: New file.
1592
1593 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-action.el (wl-summary-action-docstring): Add more info.
1596         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1597         duplicate definition.
1598         (wl-summary-define-mark-action): Functions wl-summary-*-region
1599         keep current position.
1600         (wl-summary-unregister-target-mark): Store result to the variable.
1601
1602 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * Version number is increased to 2.11.4.
1605
1606 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1607
1608         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1609         wl-summary-delete-all-temp-marks.
1610         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1611
1612         * wl-action.el (wl-summary-set-mark): Changed terminology
1613         refile-destination -> action-argument.
1614         (wl-summary-unset-mark): Ditto.
1615         (wl-summary-remove-argument): Ditto.
1616         (wl-summary-print-argument): Ditto.
1617
1618         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1619         (wl-thread-remove-argument-region): Ditto.
1620         (wl-thread-print-argument-region): Ditto.
1621         (wl-thread-close): Ditto.
1622         (wl-thread-open): Ditto.
1623
1624         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1625         (wl-highlight-refile-destination-face is abolished)
1626         (wl-highlight-action-argument-string): Ditto.
1627         (wl-highlight-summary-current-line): Highlight action argument.
1628
1629         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1630         color for light backgrounds.
1631         (wl-highlight-summary-answered-face): Ditto.
1632
1633 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1634
1635         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1636
1637         * wl-score.el (wl-summary-score-update-all-lines): Use
1638         wl-summary-set-mark.
1639         (wl-summary-score-update-all-lines): Kill expunged messages.
1640
1641         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1642
1643 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1646         directly.
1647         (wl-score-overview-entity-get-lines): Ditto.
1648         (wl-score-overview-entity-get-xref): Ditto.
1649         (wl-score-get-latest-msgs): Ditto.
1650         (wl-summary-rescore): Ditto.
1651
1652         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1653         to "&".
1654         (wl-summary-mark-as-answered-internal): New inline function.
1655         (wl-summary-mark-as-answered): New function.
1656         (wl-summary-mark-as-unanswered): Ditto.
1657         (wl-summary-sync-marks): Modified for answered-mark synching.
1658
1659 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-action.el (wl-summary-set-mark): Fixed last change.
1662
1663 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1664
1665         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1666         behavior of wl-summary-unread-message-hook
1667         (Pointed out by akira yamada <akira@arika.org>).
1668
1669 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1672         wl-summary-delete.
1673         * wl-xmas.el (wl-summary-toolbar): Ditto.
1674
1675         * wl-action.el (wl-summary-set-mark): Don't override current
1676         temp-mark.
1677
1678         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1679
1680 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1681
1682         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1683         (wl-refile-msgid-learn): Ditto.
1684         (wl-refile-get-field-value): Ditto.
1685
1686         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1687
1688         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1689         (wl-expire-delete-reserved-messages): Renamed from
1690         wl-expire-reserve-marked-msgs-from-list.
1691         (wl-expire-delete): Removed argument `msgdb'.
1692         (wl-expire-refile): Ditto.
1693         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1694         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1695         mark-alist as argument.
1696         (wl-expire-archive-number1): Removed argument `msgdb'.
1697         (wl-expire-archive-number2): Ditto.
1698         (wl-expire-archive-date): Ditto.
1699         (wl-expire-localdir-date): Ditto.
1700         (wl-expire-hide): Ditto.
1701         (wl-archive-number1): Ditto.
1702         (wl-archive-number2): Ditto.
1703         (wl-archive-date): Ditto.
1704         (wl-archive-folder): Ditto.
1705         All other related portions are changed.
1706
1707 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1708
1709         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1710         mean move up and down. (suggested by Takashi Kawachi)
1711
1712 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-acap.el (toplevel): Don't require un-define.
1715
1716 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1717
1718         * wl-thread.el (wl-thread-delete-message): Always update
1719         wl-summary-buffer-number-list.
1720
1721         * wl-action.el (wl-summary-print-destination): 
1722         Do nothing when folder is nil.
1723
1724 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1727         persistent mark when prefetch is succeeded.
1728
1729 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1732         instead of elmo-msgdb-delete-msgs.
1733         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1734         (wl-expire-hide): Ditto.
1735
1736         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1737
1738         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1739         elmo-msgdb interface.
1740         (wl-thread-get-exist-children): Likewise.
1741         (wl-thread-insert-message): Likewise.
1742         (wl-thread-msg-mark-as-important): Likewise.
1743         (wl-thread-insert-entity-sub): Likewise.
1744         (wl-thread-get-children-msgs-uncached): Likewise.
1745
1746         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1747         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1748         (wl-summary-sync-update): Likewise.
1749         (wl-summary-auto-select-msg-p): Likewise.
1750         (wl-summary-update-thread): Likewise.
1751         (wl-summary-mark-as-important): Likewise.
1752         (wl-summary-jump-to-msg-internal): Likewise.
1753         (wl-summary-redisplay-internal): Likewise.
1754         (wl-summary-print-message-with-ps-print): Likewise.
1755         (wl-summary-folder-info-update): Likewise.
1756
1757         * wl-folder.el (wl-folder-check-one-entity):
1758         elmo-folder-count-flags instead of wl-summary-count-unread.
1759
1760         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1761
1762         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1763
1764         * wl-summary.el (wl-summary-set-message-modified): 
1765         Call wl-summary-set-mark-modified.
1766         (wl-summary-delete-messages-on-buffer): Call
1767         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1768         (wl-summary-sync-update): Call elmo-folder-length instead of
1769         elmo-folder-messages.
1770         (wl-summary-insert-headers): Don't call
1771         elmo-folder-list-message-entities.
1772
1773 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-action.el (wl-summary-define-mark-action): Call
1776         `wl-summary-set-mark' with argument `data'.
1777         (wl-summary-auto-refile): Fixed order of arguments when call
1778         `wl-summary-refile'.
1779
1780 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1781
1782         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1783
1784         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1785
1786         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1787         (Renamed from wl-highlight-summary-deleted-face).
1788         (wl-highlight-summary-resend-face): New face.
1789
1790         (wl-highlight-summary-deleted-face): Renamed from
1791         wl-highlight-summary-erased-face.
1792
1793         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1794
1795         * wl-action.el (wl-summary-get-resend-address): New function.
1796         (wl-summary-exec-action-resend): Ditto.
1797         (wl-summary-exec-action-resend-subr): Ditto.
1798
1799         * w-thread.el (wl-thread-copy): Removed definition.
1800         (wl-thread-refile): Ditto.
1801         (wl-thread-delete): Ditto.
1802         (wl-thread-target-mark): Ditto.
1803
1804         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1805         (wl-summary-target-mark-set-action): Fixed.
1806         (wl-summary-define-mark-action): Fixed quotation.
1807         (wl-summary-move-mark-list-messages): Display message.
1808         (wl-summary-define-mark-action): Define thread functions.
1809         (wl-summary-exec-action-refile): Changed message.
1810         (wl-summary-exec): Ditto.
1811
1812 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1813         
1814         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1815         '%%'.
1816
1817 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl.el (toplevel): Require wl-action.
1820         (wl-init): Call wl-summary-define-mark-action.
1821
1822         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1823
1824         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1825         wl-summary-delete and wl-summary-erase.
1826         (wl-summary-mode-map): Ditto.
1827
1828         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1829         wl-delete-folder-alist.
1830
1831         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1832         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1833         (toplevel): Moved mark & action related functions to the wl-action.el.
1834
1835         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1836         in wl-summary-mark-action-list.
1837         (wl-highlight-summary-current-line): Ditto.
1838
1839         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1840         empty lines.
1841
1842         * wl-action.el: New file. 
1843
1844 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-summary.el (wl-summary-target-mark-replace): New function.
1847         (wl-summary-target-mark-prefetch): Use it.
1848         (wl-summary-target-mark-delete): Ditto.
1849         (toplevel): Rearranged definition order.
1850         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1851         (wl-summary-target-mark-erase): Rewrite.
1852         (wl-summary-erase-region): New function.
1853         (wl-summary-exec-action-erase): Changed message.
1854         (wl-summary-move-mark-list-messages): New function.
1855         (wl-summary-exec-action-delete): Use it.
1856         (wl-summary-exec-action-erase): Ditto.
1857
1858         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1859         (wl-summary-skip-mark-list): Added "d".
1860
1861         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1862         while searching.
1863
1864         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1865         and define using defcustom;
1866         Define 4th element as a face.
1867         
1868         * wl-summary.el (wl-summary-incorporate): Use 
1869         `wl-summary-prefetch-region-no-mark' instead of
1870         `wl-summary-prefetch-region'.
1871         (wl-summary-prefetch-region-no-mark): Revival of old
1872         `wl-summary-prefetch-region'.
1873         (wl-summary-mark-action-list): Moved to wl-vars.el
1874
1875         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1876         face according to the `wl-summary-mark-action-list'.
1877         (wl-highlight-summary-current-line): Ditto;
1878         Removed destination highlighting.
1879
1880         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1881         (wl-highlight-summary-line-string): Highlight for "i" mark.
1882         (wl-highlight-summary-current-line): Ditto.
1883
1884         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1885         no destination.
1886
1887         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1888         exists, just go ahead.
1889         (wl-summary-prefetch-region): Rewrite.
1890         (wl-summary-prefetch): Ditto.
1891         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1892         (wl-summary-exec-action-prefetch): New function.
1893         (wl-summary-target-mark-prefetch): Rewrite.
1894
1895 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1898         (wl-highlight-summary-line-string): Added "d" and "D".
1899         (wl-highlight-summary-current-line): Ditto.
1900
1901         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1902         in wl-summary.el.
1903         (wl-thread-insert-entity-sub): Ditto.
1904         (wl-thread-remove-destination-region): Ditto.
1905         (wl-thread-print-destination-region): Ditto.
1906
1907         * wl-summary.el (wl-summary-buffer-refile-list,
1908         wl-summary-buffer-delete-list,
1909         wl-summary-buffer-copy-list): Abolish.
1910         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1911         All other related portions are changed.
1912         (wl-summary-mark-action-list): New variable.
1913         (wl-summary-set-mark): New function.
1914         (wl-summary-register-target-mark): Ditto.
1915         (wl-summary-unregister-target-mark): Ditto.
1916         (wl-summary-have-target-mark-p): Ditto.
1917         (wl-summary-register-temp-mark): Ditto.
1918         (wl-summary-unregister-temp-mark): Ditto.
1919         (wl-summary-registered-temp-mark): Ditto.
1920         (wl-summary-collect-temp-mark): Ditto.
1921         (wl-summary-unset-mark): Ditto.
1922         (wl-summary-set-target-mark): Ditto.
1923         (wl-summary-unset-target-mark): Ditto.
1924         (wl-summary-set-action-generic): Ditto.
1925         (wl-summary-unset-action-generic): Ditto.
1926         (wl-summary-exec-action-delete): Ditto.
1927         (wl-summary-exec-action-erase): Ditto.
1928         (wl-summary-set-action-refile): Ditto.
1929         (wl-summary-set-action-refile-subr): Ditto.
1930         (wl-summary-unset-action-refile): Ditto.
1931         (wl-summary-make-destination-numbers-list): Ditto.
1932         (wl-summary-exec-action-refile): Ditto.
1933         (wl-summary-set-action-copy): Ditto.
1934         (wl-summary-unset-action-copy): Ditto.
1935         (wl-summary-exec-action-copy): Ditto.
1936         (wl-summary-collect-numbers-region): Ditto.
1937         (wl-summary-delete): Rewrite.
1938         (wl-summary-erase): Ditto.
1939         (wl-summary-remove-destination): Ditto.
1940         (wl-summary-exec): Ditto.
1941         (wl-summary-exec-region): Ditto.
1942         (wl-summary-target-mark-erase): Ditto.
1943         (wl-summary-refile): Ditto.
1944         (wl-summary-copy): Ditto.
1945         (wl-summary-unmark): Ditto.
1946         (wl-summary-delete-all-mark): Ditto.
1947         (wl-summary-mark-line): Don't highlight.
1948         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1949         (wl-summary-target-mark-refile-subr): Rewrite.
1950
1951         (wl-summary-copy-prev-destination): Abolish.
1952
1953 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1954
1955         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1956         default values along the value of wl-on-mule.
1957         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1958         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1959         It is not used anywhere.
1960
1961 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-summary.el (wl-summary-print-destination): Keep position.
1964         (wl-summary-cursor-move-surface): Keep horizontal position.
1965
1966 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1969         write sendlog.
1970
1971 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1974         `wl-summary-highlight'.
1975
1976 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1979         trivial condition for temp-mark.
1980
1981 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1984         when it hits killed buffer.
1985
1986 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1989         * wl-news.el.in: `message' and `error' take format string.
1990
1991 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-folder (wl-folder-insert-entity): Display a message,
1994         `...done', when the work finish.
1995         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1996
1997 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-message.el (wl-message-redisplay): Remove unused local
2000         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2001
2002 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-summary.el (wl-summary-replace-status-marks): Disable
2005         interactive use.
2006         (wl-summary-reedit): Check message existence at first.
2007         (wl-summary-mark-line): Fix doc, return value is indefinite.
2008
2009         * wl-highlight.el (wl-highlight-message): Arranged.
2010
2011         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2012         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2013         check temp-mark by wl-summary-temp-mark always.
2014         (wl-highlight-summary): Change accordingly.
2015         * wl-summary.el (wl-summary-mark-as-read-all)
2016         (wl-summary-delete-cache, wl-summary-set-score-mark)
2017         (wl-summary-mark-as-unread, wl-summary-unmark)
2018         (wl-summary-mark-line, wl-summary-mark-as-read)
2019         (wl-summary-mark-as-important): Ditto.
2020
2021         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2022         end of the window if possible.
2023         * wl-summary.el (wl-summary-sync-update): Support lazy
2024         highlighting.
2025         (wl-summary-toggle-disp-msg): Ditto.
2026
2027 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2030
2031 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2034         change.
2035
2036 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2039         API.
2040         (wl-summary-sync-update): Ditto.
2041
2042         * wl-score.el (wl-score-get-score-alist): Changed argument.
2043         (wl-summary-rescore-msgs): Likewise.
2044         (wl-summary-score-headers): Likewise.
2045         (wl-score-headers): Likewise;
2046         Use elmo-folder-do-each-message-entity, etc.
2047         (wl-summary-score-effect): Follow the changes above.
2048         (wl-summary-rescore): Ditto.
2049         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2050         (wl-score-get-overview): Abolish.
2051
2052         * wl-summary.el (wl-summary-default-from): Follow the API change in
2053         elmo-msgdb.
2054         (wl-summary-count-unread): Ditto.
2055         (wl-summary-detect-mark-position): Ditto.
2056         (wl-summary-overview-entity-compare-by-date): Ditto.
2057         (wl-summary-overview-entity-compare-by-number): Ditto.
2058         (wl-summary-overview-entity-compare-by-from): Ditto.
2059         (wl-summary-overview-entity-compare-by-subject): Ditto.
2060         (wl-summary-get-list-info): Ditto.
2061         (wl-summary-rescan): Ditto.
2062         (wl-summary-jump-to-msg-by-message-id): Ditto.
2063         (wl-summary-sync-update): Ditto; Removed comment.
2064         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2065         (wl-summary-insert-message): Use wl-summary-insert
2066         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2067         (wl-summary-insert-headers): Changed argument overview to folder.
2068         (wl-summary-search-by-subject): Likewise.
2069         (wl-summary-insert-thread): Renamed from 
2070         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2071
2072         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2073         too.
2074
2075         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2076         wl-string-member.
2077
2078 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2081         elmo-folder-append-buffer.
2082         (wl-draft-queue-append): Likewise.
2083
2084         * wl-mime.el (wl-message-delete-current-part): Ditto.
2085         (wl-summary-burst-subr): Ditto.
2086
2087         * wl-news.el.in (wl-news-send-news): Ditto.
2088
2089 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2092         function.
2093         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2094         (wl-summary-update-mark): Enclose with save-excursion.
2095         (wl-summary-mark-as-read-internal): Fixed last change.
2096         (wl-summary-mark-as-important): Use 3rd argument of
2097         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2098         Don't use elmo-msgdb-set-mark.
2099         (wl-summary-redisplay-internal): If msgdb flag is already read,
2100         just update the mark on buffer.
2101
2102 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2105         cut visible folder when elmo-folder-delete returns non-nil value.
2106
2107 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2110         by Kenichi OKADA <okada@opaopa.org>).
2111
2112 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2115
2116 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2117
2118         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2119         Fixed the last change, search group entity by its real name.
2120         (Thanks to: KOBAYASHI Shinji)
2121
2122 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2125         (wl-fldmgr-access-display-all): Don't refer visible name.
2126         * wl-expire.el (wl-folder-archive-current-entity)
2127         (wl-folder-expire-current-entity): Ditto.
2128         * wl-folder.el (wl-folder-jump-to-current-entity)
2129         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2130         (wl-folder-open-folder-sub,wl-folder-open-all)
2131         (wl-folder-write-current-folder): Ditto.
2132         (wl-folder-insert-entity): Don't use petname for normal group.
2133         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2134         is the real name.
2135         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2136         Abolished.
2137
2138 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2139
2140         * wl-draft.el (wl-draft-create-buffer): Add
2141         `wl-summary-reply-with-citation'
2142
2143 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2144
2145         * wl-draft.el (wl-draft-reply): Fixed.
2146
2147 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2148
2149         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2150         when `wl-draft-send-confirm-with-preview' is non-nil.
2151         You can scroll up/down by j/k.
2152         (wl-draft-send-confirm-with-preview): New variable (default=t).
2153
2154 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2155
2156         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2157         (wl-fldmgr-save-folders): Fix comment.
2158
2159 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2162         along the last change in `wl-folder-buffer-group-p'.
2163
2164 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2167         folder.
2168
2169         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2170         the default value.
2171
2172         * wl-mime.el (wl-summary-burst): Update summary only when target
2173         folder equals current folder.
2174
2175 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2176
2177         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2178
2179 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2180
2181         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2182         value.
2183
2184 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2187         `map-extents' instead of `extent-at' repeatedly.
2188         (wl-highlight-folder-current-line): Ditto.
2189
2190         * wl-highlight.el: Remove useless dummy functions.
2191
2192 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2193
2194         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2195         (wl-folder-put-folder-property): New function to put text property.
2196         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2197         (wl-folder-insert-entity, wl-folder-update-diff-line)
2198         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2199         * wl-e21.el, wl-xmas.el, wl-mule.el
2200         (wl-highlight-folder-current-line): Ditto.
2201         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2202         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2203         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2204         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2205
2206 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2207
2208         * Version number is increased to 2.11.3.
2209
2210 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2211
2212         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2213         Resume current-buffer since it is assumed by remaining tasks.
2214
2215 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2216
2217         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2218         (wl-folder-completion-function): Abolished.
2219         (wl-folder-complete-folder): New function.
2220         (wl-folder-complete-filter-condition): Ditto.
2221         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2222         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2223
2224 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2225
2226         * wl-draft.el (wl-draft-send-confirm): New function.
2227         (wl-draft-send): Use it.
2228
2229         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2230         cursor-in-echo-area while confirming.
2231
2232         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2233
2234         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2235         searching via nntp if wl-summary-search-via-nntp is 'force.
2236         Otherwise, invoke searching in nntp folder only.
2237         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2238
2239         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2240         explicitly for mime-make-text-tag.
2241
2242 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2243
2244         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2245         `mime-make-text-tag' instead of `mime-create-tag'.
2246
2247 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2248
2249         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2250         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2251
2252 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2253
2254         * wl-score.el (wl-score-save): Bind print-length and print-level.
2255         (wl-score-pretty-print): Ditto.
2256         (wl-score-edit-insert-header-entry): Ditto.
2257
2258         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2259         "From" entry to be treated with wl-draft-eword-encode-address-list.
2260         * wl-mime.el (wl-draft-preview-message): Ditto.
2261
2262         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2263         (wl-summary-mark-as-unread): Ditto.
2264         (wl-summary-mark-as-read-region): Change accordingly.
2265         (wl-summary-mark-as-unread-region): Ditto.
2266         (wl-summary-target-mark-mark-as-read): Ditto.
2267         (wl-summary-target-mark-mark-as-unread): Ditto.
2268
2269 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * Version number is increased to 2.11.2.
2272
2273 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2274
2275         * wl-news.el.in (wl-news-previous-version-save): Bind
2276         print-length and print-level.
2277         * wl-thread.el (wl-thread-save-entities): Ditto.
2278         (wl-thread-save-top-list): Bind print-length.
2279
2280 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2281
2282         * wl-highlight.el (wl-highlight-summary-line-string): Use
2283         wl-summary-score-below-mark, wl-summary-score-over-mark.
2284         (wl-highlight-summary-current-line): Ditto.
2285
2286 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2287
2288         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2289         insert it.
2290
2291 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2292
2293         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2294
2295 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2296
2297         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2298         message without msgid.
2299         Rewrite with elmo-folder-move-messages.
2300         Set wl-message-buffer to nil.
2301
2302         * wl-summary.el (wl-summary-erase-subr): New function. Use
2303         elmo-folder-move-messages.
2304         (wl-summary-erase): Call it.
2305         (wl-summary-target-mark-erase): Ditto.
2306
2307 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2310         it is not up-tp-date.
2311
2312 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2315         buffer after calling `wl-summary-goto-folder-subr' without the
2316         argument `interactive'.
2317         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2318
2319 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2320
2321         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2322         `mime-create-tag'. Use `string=' instead of `looking-at'.
2323
2324 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2327         to avoid compile warning.
2328
2329         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2330         entity-id when folder is given.
2331         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2332         save-excursion, use save-selected-window instead.
2333         Select folder buffer window if exists.
2334         (To correct behavior with wl-folder-move-cur-folder.)
2335
2336 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2337
2338         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2339
2340 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2341
2342         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2343         list-count instead of %d.
2344
2345 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2346
2347         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2348         (wl-news): Set it.
2349         (wl-news-append-to-folder): Use it.
2350
2351         * wl-news.el.in (wl-news-send-news): Append to specified folder
2352         instead of wl-default-folder.
2353         (wl-news-append-to-folder): Show error message with specified folder.
2354
2355         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2356                 In most major modes, Emacs assumes that any opening
2357                 delimiter found at the left margin is the start of a
2358                 top-level definition, or defun. Therefore, *never put an
2359                 opening delimiter at the left margin unless it should have
2360                 that significance.*
2361
2362         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2363
2364 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2365
2366         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2367
2368 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2369
2370         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2371
2372 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2373
2374         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2375         for sequential numbering case.
2376
2377 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2378
2379         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2380         value.
2381         (wl-draft-reply-without-argument-list): Ditto.
2382         (wl-draft-reply-myself-with-argument-list): Abolish.
2383         (wl-draft-reply-myself-without-argument-list): Ditto.
2384         * wl-draft.el (wl-draft-self-reply-p): New function.
2385         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2386
2387 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2388
2389         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2390         (avoid error for the case without byte-compiling)
2391
2392 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2393
2394         * wl-news.el.in (wl-news-append-to-folder): New function.
2395         (wl-news-exit): Rewrite.
2396         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2397
2398 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2399
2400         * wl-draft.el (wl-draft-reply-position): New function.
2401         (wl-draft-reply-position): Fix.
2402         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2403         (wl-summary-target-mark-reply-with-citation): Ditto.
2404         (wl-summary-reply-with-citation): Ditto.
2405         * wl-vars.el (wl-draft-reply-default-position): New variable.
2406
2407 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2408
2409         * wl-draft.el (wl-draft-send): Preview when interactive send.
2410
2411 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2412
2413         * wl-draft.el (wl-draft-reply): Set default position.
2414         * wl-summary.el (wl-summary-reply): Ditto.
2415         (wl-summary-reply-with-citation): Ditto.
2416         (wl-summary-target-mark-reply-with-citation): Ditto.
2417
2418 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2419
2420         * wl-news.el.in (wl-news-lang): Set default value according to
2421         current-language-environment.
2422         (wl-news-append-news): Do nothing when news-list is nil.
2423
2424 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2425
2426         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2427         (wl-news): Change message.
2428         (wl-news-exit): Check buffer.
2429         (wl-news-force-exit): New function.
2430         (wl-news-show-all): New function.
2431         (wl-news-discard-and-exit): Fix.
2432
2433 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2434
2435         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2436         according to current-language-environment.
2437
2438         * wl-news.el.in (wl-news): If arg, show all NEWS after
2439         wl-news-default-previous-version.
2440
2441 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2442
2443         * wl-news.el.in (wl-news-check): Rewritten.
2444         (wl-news-previous-version-load): Change data type.
2445         (wl-news-previous-version-save): Change data type.
2446         (wl-news-append-news): Add return value.
2447         (wl-news-check-news): New function.
2448         (wl-news-already-current-p): New function.
2449         (wl-news-send-news): Rewritten.
2450         (wl-news-mode-map): Add new keybind.
2451         (wl-news): Rewritten.
2452         (wl-news-exit): Rewritten.
2453         (wl-news-discard-and-mail): New function.
2454         (wl-news-send-to-address): Abolished.
2455         * wl.el (wl-init): Delete a message.
2456
2457 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2458
2459         * wl-news.el.in (wl-news-exit): Update previous version.
2460         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2461
2462 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2463
2464         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2465
2466 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2467
2468         * wl-news.el.in (wl-news): New function.
2469         (wl-news-mode): New function.
2470         (wl-news-next-line): New function.
2471         (wl-news-next-page): New function.
2472         (wl-news-exit): New function.
2473         (wl-news-buf-name): New variable.
2474         (wl-news-mode-map): New variable.
2475         (wl-news-winconf): New variable.
2476         (wl-news-append-news): Add an option.
2477
2478 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2479
2480         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2481
2482 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2483
2484         * wl-news.el.in (wl-news-send-to-address): New variable.
2485         (wl-news-send-news): Use it.
2486         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2487         Return updating status.
2488         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2489
2490 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2491
2492         * wl-news.el.in (wl-news-send-news): Delete
2493         Organization and X-Face.
2494
2495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2496
2497         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2498         (wl-news-append-news): New function.
2499         (wl-news-send-news): New function.
2500
2501 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2502
2503         * Version number is increased to 2.11.1.
2504
2505 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2506
2507         * wl-news.el.in : New file.
2508
2509 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2510
2511         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2512         default value.
2513         (wl-draft-reply-without-argument-list): Ditto.
2514
2515 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2516
2517         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2518         (wl-message-buffer-prefetch-idle-time): Ditto.
2519         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2520
2521 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-thread.el (wl-thread-insert-message): Use
2524         wl-summary-max-thread-depth.
2525
2526         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2527         loop detection.
2528
2529         * wl-message.el (wl-message-buffer-display): Back to the first page
2530         when cache is hit.
2531
2532 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2535
2536         * wl-summary.el (wl-summary-insert-thread-entity):
2537         If the thread depth is reached to wl-summary-max-thread-depth,
2538         divide the thread.
2539
2540 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2541
2542         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2543         for elmo-remove-passwd.
2544
2545 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2548         folder is sticky.
2549         (wl-folder-mark-as-read-all-entity): Ditto.
2550         (wl-folder-prefetch-entity): Ditto.
2551
2552 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2553
2554         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2555
2556 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2557
2558         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2559         Delete messages on buffer for unplugged operation.
2560         (wl-summary-erase): Ditto.
2561
2562 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2565         take nil so as not to search parent by subject.
2566
2567 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2570         (wl-folder-get-next-folder): Ditto.
2571         (wl-folder-get-path): Ditto.
2572
2573 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2574
2575         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2576         system and encode the region with it before verifying.
2577
2578 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2581         system of the echo buffer before decoding.
2582
2583 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2584
2585         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2586         original contents.
2587
2588 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2589
2590         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2591         with argument 'any-exists.
2592
2593 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2594
2595         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2596         Use `wl-cs-autoconv'.
2597
2598 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2599
2600         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2601         by `mime-view-automatic-conversion'.
2602
2603         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2604         (wl-message-verify-pgp-nonmime): Ditto.
2605         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2606         Bind them to C-c:d and C-c:v respectively.
2607
2608         Merge following code by Teranishi-san from [wl-en:00167].
2609         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2610         (wl-mime-preview-application/pgp-encrypted): Ditto.
2611         (wl-mime-setup): Add entry.
2612
2613 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2614
2615         * wl-summary.el (wl-summary-target-mark-erase): New function.
2616         Bind it to "mD".
2617
2618 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-vars.el (wl-draft-write-file-function): Fix.
2621         (wl-draft-reedit-hook): Changed default value.
2622
2623         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2624         wl-draft-reedit-hook.
2625         (wl-draft-remove-text-plain-tag): New function.
2626         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2627
2628         * wl-vars.el (wl-draft-write-file-function): New user option.
2629
2630         * wl-draft.el (wl-draft-prepare-edit): Use it for
2631         local-write-file-hooks.
2632         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2633
2634         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2635         (wl-draft-insert-mail-header-separator): Return the body beginning
2636         point.
2637         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2638         text/plain.
2639         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2640
2641 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-summary.el (wl-summary-erase): New function to erase message
2644         without moving it to trash. Bind to "D".
2645
2646         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2647         as `keep' unless switch-function.
2648
2649 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2650
2651         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2652         message buffer by using `wl-summary-toggle-disp-msg'.
2653         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2654         buffer window.
2655         (wl-summary-supresedes-message): Ditto.
2656
2657         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2658         Do not delete other windows.
2659         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2660         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2661         (wl-draft-create-buffer): Set reply-or-forward also for target
2662         mark commands.
2663
2664 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-draft.el (wl-user-agent-compose): Delete special case for
2667         switch-to-buffer-other-window.
2668
2669         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2670         (wl-summary-forward): Ditto.
2671
2672         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2673         function.
2674         (wl-draft-buffer-style): New use option.
2675
2676         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2677         (wl-draft): Follow the change above.
2678         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2679         wl-draft-buffer-style.
2680         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2681         switch-function.
2682
2683 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2684
2685         * wl-draft.el (wl-user-agent-compose): Delete special case for
2686         switch-to-buffer-other-window.
2687
2688         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2689         (wl-summary-forward): Ditto.
2690
2691         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2692         function.
2693         (wl-draft-buffer-style): New use option.
2694
2695         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2696         (wl-draft): Follow the change above.
2697         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2698         wl-draft-buffer-style.
2699         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2700         switch-function.
2701
2702 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2703
2704         * wl-address.el (wl-address-make-completion-entry): Extracted from
2705         `wl-address-make-completion-list'.
2706         (wl-address-enable-strict-loading): New variable.
2707         (wl-address-make-completion-list): Revive petname duplication
2708         inquiry, and enable it if `wl-address-enable-strict-loading'.
2709         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2710
2711 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-message.el (wl-message-get-original-buffer): Avoid
2714         'Selecting deleted buffer' error when original buffer is killed.
2715
2716 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-summary.el (wl-summary-next-message): Use
2719         elmo-message-accessible-p instead of elmo-message-cached-p.
2720
2721 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2724
2725         * wl-thread.el (wl-thread-open-all-unread): Use
2726         elmo-folder-list-flagged instead of
2727         elmo-folder-list-messages-mark-match.
2728
2729         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2730         instead of elmo-folder-list-messages-mark-match.
2731         (wl-summary-move-spec-alist): New variable.
2732         (wl-summary-move-spec-plugged-alist,
2733         wl-summary-move-spec-unplugged-alist): Abolish.
2734         (wl-summary-next-message): Follow the change above.
2735         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2736         with 'no-msg' argument.
2737
2738         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2739         variable.
2740         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2741         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2742         (wl-message-buffer-prefetch-get-next): Follow the change above.
2743
2744 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-version.el (wl-version): Changed codename.
2747
2748         * Version number is increased to 2.11.0.
2749
2750 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2753         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2754         `wl-draft-config-variables'.
2755         (wl-draft-kill): Fixed problem when the draft is reedit.
2756
2757 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2760         buffer-modified status (Thanks to
2761         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2762
2763 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-util.el (wl-region-exists-p): New function.
2766
2767         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2768         Remove defvars for byte-compile warnings.
2769
2770 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2773         defvar-maybe. Removed unused bind.
2774
2775 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2776
2777         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2778         summary buffer window before creating new frame.
2779         (wl-draft-reply): Ditto.
2780
2781 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2784
2785 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2786
2787         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2788
2789 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2792         instead of `kill-region'.
2793
2794 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2795
2796         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2797         (wl-highlight-summary-line-string): Use it.
2798         (wl-highlight-summary-current-line): Ditto.
2799
2800         * wl-mime.el (wl-message-delete-current-part): Check the class of
2801         mime-entity.
2802
2803         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2804
2805         * wl-summary.el (wl-summary-make-number-list): Initialize.
2806         (wl-summary-update-mark): New function.
2807         (wl-summary-reply): Put `answered' mark on the message.
2808         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2809
2810         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2811         (wl-draft-reply): Added optional argument `number';
2812         Set wl-draft-parent-number.
2813         (wl-draft-kill): Delete answered mark if it is a reply.
2814
2815 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2816
2817         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2818         that originates in mime-preview-follow-current-entity.
2819         (wl-draft-yank-current-message-entity): Use it if region is active.
2820
2821         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2822         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2823         `wl-message-delete-current-part'.
2824         * wl-mule.el (wl-message-define-keymap): Ditto.
2825         * wl-xmas.el (wl-message-define-keymap): Ditto.
2826
2827 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2828
2829         * wl-mime.el (wl-message-delete-current-part): New function.
2830         (wl-mime-node-id-to-string): Ditto.
2831
2832         * wl-mime.el (wl-message-delete-current-part): Use existing
2833         original buffer which corresponds current mime-view buffer.
2834         (fetched buffer might have different structure, possibly)
2835
2836         * wl-mime.el (wl-message-delete-current-part): Quit if the
2837         message content differs from the actual message.
2838
2839 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2842         order.
2843         (wl-summary-search-by-subject): Search parent message from tail;
2844         Check the existence of the parent message on the current thread tree.
2845         (wl-summary-update-thread): Check whether the line is inserted.
2846
2847 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2848
2849         * wl-vars.el (wl-summary-line-format): Undo last change.
2850         * wl-summary.el (wl-summary-print-destination): Do not put
2851         invisible property when `wl-summary-width' is nil.
2852         (wl-summary-line-subject-minimum-length): Abolished.
2853         (wl-summary-line-subject): Ditto.
2854
2855 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2856
2857         * wl-vars.el (wl-summary-line-format): Change default value.
2858         (wl-summary-subject-length-limit): Abolished.
2859         * wl-summary.el (wl-summary-line-subject): Ditto.
2860
2861 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-template.el (wl-template-select): Added optional argument.
2864         If optional argument is specified, reverse
2865         `wl-template-visible-select'.
2866
2867 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2868
2869         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2870         Take prefix argument to force asking the destination folder.
2871
2872 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2873
2874         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2875         count and update status.
2876
2877 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-summary.el (wl-summary-redisplay-internal): If
2880         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2881         after fetching.
2882
2883 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2886         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2887
2888         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2889
2890 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2893         (All other related portions are changed).
2894         (wl-summary-mark-as-read-all): Rewrite.
2895
2896 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2899         `wl-summary-mark-as-read'.
2900         (wl-summary-mark-as-unread): Rewrite.
2901         (wl-summary-mark-as-read): Added no-modeline argument.
2902         (wl-summary-resume-cache-status): Rewrite.
2903         (wl-summary-exec-subr): Remove unused local variable.
2904
2905 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2908         logic to call `wl-summary-buffer-prev-folder-function'.
2909         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2910
2911 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2914         is nil.
2915
2916 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2917
2918         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2919         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2920         (wl-mime-setup): Add its entry.
2921
2922 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2925         (wl-summary-delete-cache): Likewise.
2926         (wl-summary-mark-as-read): Rewrite.
2927
2928 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2931         `wl-summary-count-unread'.
2932
2933         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2934
2935         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2936
2937 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2938
2939         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2940         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2941         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2942         Renamed to the elmo-msgdb-*-mark.
2943         (wl-summary-score-marks): Follow the change above.
2944         (wl-summary-auto-refile-skip-marks): Ditto.
2945         (wl-summary-incorporate-marks): Ditto.
2946         (wl-summary-expire-reserve-marks): Ditto.
2947
2948         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2949         changes.
2950         (wl-thread-insert-top): Changed updating message.
2951
2952         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2953         variable.
2954         (wl-summary-count-unread): Count answered marks.
2955         (wl-summary-rescan): Call wl-summary-insert-message instead of
2956         wl-summary-append-message-func-internal.
2957         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2958         (wl-summary-prefetch-msg): Follow the variable name changes.
2959         (wl-summary-prefetch-region): Ditto.
2960         (wl-summary-mark-as-read-all): Follow the API changes;
2961         Don't call elmo-folder-replace-marks.
2962         (wl-summary-delete-cache): Follow the variable name changes.
2963         (wl-summary-resume-cache-status): Ditto.
2964         (wl-summary-update-status-marks): New function.
2965         (wl-summary-insert-message): New function.
2966         (wl-summary-sync-marks): Follow the variable name changes.
2967         (wl-summary-sync-update): Synchronize to the msgdb, too;
2968         Changed update messages.
2969         (wl-summary-make-number-list): Rewrite.
2970         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2971         (wl-summary-mark-as-unread): Follow the API changes.
2972         (wl-summary-exec-subr): Follow the variable name changes.
2973         (wl-summary-mark-as-read): Ditto.
2974         (wl-summary-move-spec-plugged-alist): Ditto.
2975         (wl-summary-move-spec-unplugged-alist): Ditto.
2976         (wl-summary-cursor-move-surface): Ditto.
2977
2978         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2979         variable name changes.
2980         (wl-highlight-summary-current-line): Ditto.
2981
2982         * wl-expire.el (wl-expire-refile): Follow the API change in
2983         elmo-folder-move-messages.
2984         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2985         (wl-summary-archive): Use elmo-folder-msgdb instead of
2986         elmo-msgdb-load.
2987
2988 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-mime.el (wl-draft-preview-message): Restore the position
2991         before evaluating wl-draft-send-hook in preview buffer.
2992
2993 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2994
2995         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2996         when it creates new draft buffer.
2997
2998         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2999         without argument.
3000
3001         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3002         Evaluate content and if the value is string, insert it.
3003         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3004         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3005         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3006         wl-draft-config-sub-part-bottom): Use it.
3007
3008         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3009         with the folder name. The question was unintelligible when it is
3010         called from wl-save-status.
3011
3012 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3015         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3016         cannot take second argument).
3017
3018 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3019
3020         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3021         as t. Since type and subtype are not case sensitive (RFC 2045).
3022
3023 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-vars.el (wl-message-mode-line-format): New variable.
3026         (wl-message-mode-line-format-spec-alist): Ditto.
3027         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3028         (wl-message-redisplay): Use wl-message-mode-line-format.
3029
3030 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3033
3034 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-summary.el (wl-summary-default-from): Write description.
3037
3038 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-vars.el (wl-ldap-objectclass): Abolish.
3041
3042         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3043         (wl-ldap-make-filter): Removed condition for objectclass.
3044         (wl-ldap-make-matched-value-list): Remove meaningless process.
3045         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3046         (wl-address-ldap-search): Don't add `*' to `pat' string;
3047         use ignore-errors; added `email';
3048         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3049         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3050         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3051
3052
3053 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3054
3055         * wl-draft.el (wl-draft-parent-folder): Write description.
3056         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3057
3058 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3061         as "" (zero-length string) if no parent.
3062         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3063
3064 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * wl-address.el (wl-address-make-completion-list): Skip duplication
3067         checking.
3068         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3069         `append'.
3070
3071 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3072
3073         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3074         instead of `beginning-of-buffer'.
3075
3076 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3079
3080 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3083         Refer wl-message-buffer-name.
3084         (wl-message-wheel-down): Ditto.
3085
3086 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-vars.el (wl-message-buffer-name): New user option.
3089
3090         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3091         directly instead of making alist dinamically.
3092
3093         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3094         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3095         wl-message-buffer-cache-name.
3096         (wl-message-buffer-cache-clean-up): Ditto.
3097
3098         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3099
3100         * Version number is increased to 2.9.15.
3101
3102 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-vars.el (wl-summary-default-view-alist): New user option.
3105
3106         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3107
3108         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3109         while deleting address.
3110         (wl-draft-delete-myself-from-cc): Ditto.
3111
3112         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3113         If optional argument is specified, reverse sort order.
3114
3115         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3116
3117 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-thread.el (wl-thread-insert-message): Return parent number if
3120         exists.
3121         (wl-thread-update-indent-string-region): Use
3122         wl-thread-update-line-on-buffer-sub instead of
3123         wl-thread-update-line-on-buffer.
3124
3125 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3126
3127         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3128         (wl-folder-close-all): Ditto.
3129
3130 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3131
3132         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3133         and mailing-list:.
3134         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3135         value.
3136         (wl-summary-line-list-info): Print mailing-list name even when 
3137         list-number is empty.
3138
3139 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3142
3143         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3144         (wl-draft-open-file): Ditto.
3145         (wl-draft-random-alphabet): Ditto.
3146
3147         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3148         bindings.
3149
3150 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3153         * wl-vars.el (wl-draft-config-alist): Ditto.
3154
3155 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * Version number is increased to 2.9.14.
3158
3159         * wl.el (wl): Don't set wl-init as nil when error occured while
3160         auto-checking folders.
3161
3162         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3163         `elmo-expand-newtext'.
3164
3165 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3168         `this-command' so that `wl-folder-goto-folder' contained in
3169         `wl-summary-keep-cursor-command' work.
3170
3171 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3174         message buffer displaying state.
3175
3176 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-vars.el (wl-summary-default-view): New variable to specify
3179         default value for `wl-summary-buffer-view' instead of using
3180         set-default.
3181         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3182
3183 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3186
3187         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3188
3189 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3190
3191         * wl-vars.el (wl-forward-subject-prefix): New variable.
3192         * wl-draft.el (wl-draft-forward): Use it.
3193
3194 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3195
3196         * wl-message.el (wl-message-prev-page): When it is called without
3197         lines argument, scroll down by wl-message-scroll-amount lines.
3198         (wl-message-next-page): Ditto.
3199         * wl-vars.el (wl-message-scroll-amount): Change default value
3200         to preserve current behavior.
3201
3202 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3203
3204         * wl-summary.el (wl-summary-prefetch-msg): Bind
3205         `wl-message-entity' to call `wl-summary-from-function'.
3206
3207 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3208
3209         * wl-message.el (wl-message-buffer-create): Run
3210         wl-message-buffer-created-hook.
3211
3212 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-summary.el (wl-summary-sort-specs): New variable.
3215         (wl-summary-default-sort-spec): Ditto.
3216         (wl-summary-sort): Rewrite.
3217         (wl-summary-sort-by-list-info): New function.
3218
3219 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3220
3221         * wl-summary.el (wl-summary-get-list-info): New function.
3222         (wl-summary-sort): Rewrite.
3223         (wl-summary-line-list-info): Ditto.
3224         (wl-summary-line-list-count): Ditto.
3225         (wl-summary-refile-region): Fixed docstring.
3226
3227 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3230         `wl-folder-entity-hashtb' as completion table.
3231
3232 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3235         only when this command is called interactively; silence the byte-
3236         compiler.
3237
3238 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3239
3240         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3241         active in XEmacs.
3242
3243 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3244
3245         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3246         plural lines.
3247
3248 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3249
3250         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3251         of current line when the cursor is on the header name.
3252         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3253
3254 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3255
3256         * wl-util.el (wl-read-directory-name): Return displayed directory
3257         as the default value also on XEmacs.
3258
3259 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3262         formatting.
3263
3264 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3267         argument and when it is non-nil, check face property before
3268         highlighting for each line.
3269         (wl-highlight-summary-window): Set it.
3270
3271 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3274         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3275
3276         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3277         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3278         (wl-draft-get-fcc-list): Likewise.
3279
3280 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3283         (wl-thread-entity-cur): Ditto.
3284         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3285         wl-thread-indent-regexp setting.
3286         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3287
3288         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3289         wl-summary-lazy-highlight.
3290         (wl-summary-display-bottom): Ditto.
3291
3292         * wl-thread.el (wl-thread-open-close): Likewise.
3293
3294         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3295         from and subject;
3296         Bind wl-draft-use-frame;
3297         Enclose with save-window-excursion;
3298         Use wl-draft-create-buffer instead of with-temp-buffer;
3299         Use wl-draft-prepare-edit;
3300         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3301         Use wl-draft-send instead of wl-draft-raw-send.
3302
3303 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3306         of using wl-from.
3307
3308 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3311         insert-buffer instead of clone-buffer.
3312         (wl-draft-doing-mime-bcc): New variable.
3313         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3314         infinite loop.
3315         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3316
3317         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3318         (wl-draft-mime-bcc-body): Ditto.
3319
3320         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3321         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3322         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3323         wl-draft-do-mime-bcc.
3324         (wl-draft-mime-bcc-field): New function.
3325         (wl-draft-do-mime-bcc): Ditto.
3326
3327         * wl-address.el (wl-address-complete-header-list): New variable.
3328         (wl-address-complete-header-regexp): Changed default value.
3329
3330         * Version number is increased to 2.9.13.
3331
3332 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3335         it is differed.
3336
3337 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3338
3339         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3340         (wl-summary-line-list-count): Ditto.
3341
3342 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3343
3344         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3345         (wl-nntp-posting-function): New variable.
3346         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3347         `wl-nntp-posting-config-alist'.
3348
3349 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3350
3351         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3352         FLIM.
3353
3354 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3355
3356         * wl-summary.el (wl-summary-target-mark-refile-sub):
3357         Remove a nuisance funcall.
3358
3359 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3360
3361         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3362         as t for `try-completion'.
3363
3364 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3365
3366         * wl-summary.el (wl-summary-default-from): Use
3367         wl-address-header-extract-address instead of
3368         std11-extract-address-components.
3369         (wl-summary-simple-from): Ditto.
3370         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3371         (wl-summary-insert-headers): Show message.
3372         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3373         for whole line.
3374         (wl-summary-default-from): Revert last change.
3375         (wl-summary-simple-from): Ditto.
3376         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3377         (wl-summary-mark-as-read-region): Follow the change above.
3378         (wl-summary-sync-marks): Ditto.
3379         (wl-summary-target-mark-mark-as-read): Ditto.
3380         (wl-summary-redisplay-internal): Ditto.
3381         (wl-summary-redisplay-no-mime-internal): Ditto.
3382         (wl-summary-redisplay-all-header): Ditto.
3383         (wl-summary-mark-as-read): Removed argument `cached';
3384         Use current cache status to set cache mark.
3385         (wl-summary-redisplay-internal): Follow the change above.
3386         (wl-summary-redisplay-no-mime-internal): Ditto.
3387         (wl-summary-redisplay-all-header): Ditto.
3388
3389         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3390
3391         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3392         Don't call itself recursively (Adviced by Yamaoka-san).
3393
3394 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3397         bind wl-summary-highlight as nil to avoid error caused by missing
3398         local variables.
3399
3400 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-vars.el (wl-invalid-character-message): New user option.
3403
3404         * wl-util.el (wl-set-string-width): If truncated string-width is
3405         larger than specified width, use `wl-invalid-character-message'.
3406
3407 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3408
3409         * wl-summary.el (wl-summary-prefetch-msg): 
3410         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3411
3412 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-vars.el (wl-summary-check-line-format): New user option.
3415         (wl-summary-line-format-file): Ditto.
3416
3417         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3418         variable.
3419         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3420         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3421         and `wl-summary-view-old-p' to check whether do a rescan or not.
3422         (wl-summary-view-old-p): New function.
3423         (wl-summary-line-format-changed-p): Ditto.
3424         (wl-summary-line-format-save): Ditto.
3425         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3426
3427         * wl-util.el (wl-set-string-width): Avoid using negative number
3428         for make-string.
3429
3430 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3431
3432         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3433         return value.
3434
3435         * wl-util.el (wl-set-string-width): Added optional argument
3436         `padding' (All other related portions are changed).
3437         (wl-line-parse-format): If the first letter of column number is
3438         `0', zero-padding the result (ex: "%05l").
3439
3440         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3441
3442 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3445         sequential summary view.
3446
3447 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3450         if it doesn't have a -unix version.
3451
3452 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3455
3456 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3459         content.
3460         (wl-draft): Follow the change above.
3461
3462         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3463
3464         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3465         and wl-folder-summary-line-format-alist contain %T and %P.
3466
3467         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3468         (wl-summary-mode-line-format): New user option.
3469         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3470         (wl-summary-line-format): Changed default value.
3471         (wl-summary-lazy-highlight): Changed default value.
3472
3473         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3474         change in wl-summary-create-line.
3475         (wl-thread-insert-entity-sub): Ditto.
3476
3477         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3478         (wl-summary-buffer-unread-status): Ditto.
3479         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3480         (wl-summary-buffer-persistent-mark-column): Ditto.
3481         (wl-summary-buffer-mode-line-formatter): Ditto.
3482         (wl-summary-buffer-mode-line): Ditto.
3483         (wl-summary-message-regexp): Abolished.
3484         (All other related portions are changed.)
3485         (wl-summary-detect-mark-position): New function.
3486         (wl-summary-buffer-set-folder): Setup
3487         wl-summary-buffer-mode-line-formatter.
3488         (wl-summary-mode): Setup selective-display;
3489         Setup pre-idle-hook when xemacs.
3490         (wl-summary-update-modeline): Rewrite.
3491         (wl-summary-jump-to-msg): Define as function;
3492         Changed regexp for searching messages.
3493         (wl-summary-message-number): Rewrite.
3494         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3495         Do rescan when old type summary cache.
3496         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3497         (wl-summary-remove-destination): Use '\r' to detect EOL.
3498         (wl-summary-print-destination): Ditto.
3499         (wl-summary-temp-mark): New inline function.
3500         (wl-summary-persistent-mark): Ditto.
3501         (wl-summary-line-number): New function.
3502         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3503         (wl-summary-line-list-count): New function.
3504         (wl-summary-create-line): Added argument persistent-mark.
3505         (All other related portions are changed)
3506         (wl-summary-create-line): Insert '\r'.
3507         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3508         (wl-summary-cursor-move-surface): New inline function.
3509         (wl-summary-prev): Use it.
3510         (wl-summary-next): Ditto.
3511
3512         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3513         wl-summary-message-regexp.
3514         (wl-highlight-summary): Delete progress message.
3515         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3516
3517         * Version number is increased to 2.9.12.
3518
3519 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3520
3521         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3522         variable (nil: no minimum).
3523         (wl-summary-line-subject): Add some spaces after subject by
3524         wl-summary-line-subject-minimum-length.
3525
3526 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3527
3528         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3529         and removed `F'.
3530         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3531         change above).
3532
3533 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-summary.el (wl-summary-line-list-count): Reverted.
3536         (example setting in samples/*/dot.wl is also updated)
3537
3538 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3541
3542         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3543
3544         * wl-vars.el (wl-summary-line-format): Addes some description to the
3545         docstring.
3546
3547         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3548         (wl-summary-line-close-bracket): Ditto.
3549         (wl-summary-line-children-number): Ditto.
3550         (wl-summary-line-thread-indent): Ditto.
3551         (wl-summary-line-children-and-from): Ditto.
3552
3553         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3554         't', 'c', 'F' and added 'C'.
3555
3556         * wl-util.el (wl-set-string-width): Accept negative value.
3557         (wl-line-parse-format): Added "%number(" and "%)".
3558
3559 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3560
3561         * wl-summary.el (wl-summary-line-list-count): Change format of the
3562         return value.
3563
3564 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3565
3566         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3567         from the recent message.el.
3568         (wl-draft-point-in-header-p): Ditto.
3569         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3570         wl-draft-beginning-of-line.
3571         * wl-e21.el (wl-draft-mode-map): Ditto.
3572         * wl-xmas.el (wl-draft-mode-map): Ditto.
3573
3574         * wl-folder.el: Sort macrodefs by dependencies.
3575
3576 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3577
3578         * wl-summary.el (wl-summary-prev): Fixed regexp.
3579         (wl-summary-next): Ditto.
3580
3581 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3582
3583         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3584
3585 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3586
3587         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3588         for backward compatibility.
3589
3590 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3591
3592         * wl-summary.el (wl-summary-line-list-count): New function, merged
3593         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3594         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3595         list counts.
3596
3597 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-summary.el (wl-summary-create-line): Ignore errors while
3600         timezone-fix-time.
3601
3602         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3603
3604         * wl-summary.el (wl-summary-sync-update): Ditto.
3605         (wl-summary-default-from): Use wl-message-entity
3606         instead of entity.
3607
3608         * wl-summary.el (wl-summary-create-line): Fix.
3609
3610         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3611         (wl-summary-line-format): New user option.
3612         (wl-folder-summary-line-format-alist): Ditto.
3613         (wl-summary-from-width): Abolished.
3614
3615         * wl-util.el (toplevel): Require 'bytecomp.
3616         (wl-line-parse-format): New function.
3617         (wl-line-formatter-setup): New macro.
3618
3619         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3620         (wl-summary-buffer-line-formatter): New buffer local variable.
3621         (wl-summary-switch-to-clone-buffer): Follow the change above.
3622         (wl-summary-message-regexp): Fix.
3623         (wl-summary-from-func-internal): Abolished.
3624         (wl-summary-subject-func-internal): Ditto.
3625         (wl-summary-subject-filter-func-internal): Ditto.
3626         (All other related portions are changed.)
3627         (wl-summary-buffer-set-folder):
3628         Set up wl-summary-buffer-number-column and 
3629         wl-summary-buffer-line-formatter
3630         (All other related portions are changed.)
3631         (wl-summary-buffer-number-column-detect): Abolished.
3632         (All other related portions are changed.)
3633         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3634         (wl-summary-delete-all-temp-marks-on-buffer): Use
3635         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3636         (wl-summary-target-mark-delete): Ditto.
3637         (wl-summary-target-mark-refile-subr): Ditto.
3638         (wl-summary-target-mark-mark-as-read): Ditto.
3639         (wl-summary-target-mark-mark-as-unread): Ditto.
3640         (wl-summary-target-mark-mark-as-important): Ditto.
3641         (wl-summary-target-mark-save): Ditto.
3642         (wl-summary-replace-status-marks): Renamed from
3643         wl-summary-set-status-marks-on-buffer;
3644         Use wl-summary-message-regexp instead of
3645         wl-summary-buffer-number-regexp.
3646         (wl-summary-sync-update): Follow the change above.
3647         (wl-summary-goto-previous-message-beginning): New function.
3648         (wl-summary-mark-as-unread): Use it.
3649         (wl-summary-mark-as-important): Ditto.
3650         (wl-summary-line-formatter): New variable.
3651         (wl-summary-line-year): New function.
3652         (wl-summary-line-day): Ditto.
3653         (wl-summary-line-day-of-week): Ditto.
3654         (wl-summary-line-hour): Ditto.
3655         (wl-summary-line-minute): Ditto.
3656         (wl-summary-line-open-bracket): Ditto.
3657         (wl-summary-line-close-bracket): Ditto.
3658         (wl-summary-line-children-number): Ditto.
3659         (wl-summary-line-thread-indent): Ditto.
3660         (wl-summary-line-size): Ditto.
3661         (wl-summary-line-subject): Ditto.
3662         (wl-summary-line-from): Ditto.
3663         (wl-summary-line-children-and-from): Ditto.
3664         (wl-summary-create-line): Rewritten.
3665         (wl-summary-format-date): Abolished.
3666
3667         * wl-highlight.el (wl-highlight-summary-current-line): Use
3668         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3669         Use thread structure to detect thread top message.
3670
3671         * wl-draft.el (wl-default-draft-cite): Don't use
3672         wl-summary-from-func-internal.
3673
3674         * wl-refile.el (wl-refile-subject-learn): Don't use
3675         wl-summary-subject-filter-func-internal.
3676         (wl-refile-guess-by-subject): Ditto.
3677
3678         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3679         parameters.
3680
3681         * wl-thread.el (wl-thread-update-indent-string-region):
3682         Use wl-thread-update-line-on-buffer instead of
3683         wl-thread-update-indent-string.
3684         (wl-thread-update-children-number): Redefine using
3685         wl-thread-update-line-on-buffer.
3686         (wl-thread-update-indent-string): Abolished.
3687
3688         * Version number is increased to 2.9.11.
3689
3690 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3693         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3694         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3695
3696         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3697         as nil.
3698
3699         * wl-thread.el (wl-thread-open-all-unread): Use 
3700         elmo-folder-list-messages-mark-match.
3701         (wl-thread-insert-message): Removed argument `mark-alist'.
3702         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3703         elmo-msgdb-set-mark.
3704         (wl-thread-get-children-msgs-uncached): Likewise.
3705         (wl-thread-get-exist-children): Added argument include-self.
3706         (wl-thread-delete-message): Follow the change above.
3707
3708         * wl-summary.el (wl-summary-count-unread): Removed argument.
3709         (wl-summary-rescan): Follow the change above.
3710         (wl-summary-mark-as-read-region): Ditto
3711         (wl-summary-mark-as-unread-region): Ditto.
3712         (wl-summary-delete-messages-on-buffer): Ditto.
3713         (wl-summary-sync-update): Ditto.
3714         (wl-summary-switch-to-clone-buffer): Ditto.
3715         (wl-summary-goto-folder-subr): Ditto.
3716         (wl-summary-target-mark-mark-as-read): Ditto.
3717         (wl-summary-target-mark-mark-as-unread): Ditto.
3718         (wl-summary-target-mark-mark-as-important): Ditto.
3719         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3720         (wl-summary-update-thread): Removed argument `mark-alist'.
3721         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3722         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3723         (wl-summary-resume-cache-status): Likewise.
3724         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3725         elmo-msgdb-set-mark.
3726         (wl-summary-mark-as-read-all): Likewise.
3727         (wl-summary-delete-cache): Ditto.
3728         (wl-summary-auto-select-msg-p): Ditto.
3729         (wl-summary-mark-as-unread): Ditto.
3730         (wl-summary-no-auto-refile-message-p): Ditto.
3731         (wl-summary-mark-as-read): Ditto.
3732         (wl-summary-mark-as-important): Ditto.
3733         (wl-summary-auto-refile): Follow the change above.
3734         (wl-summary-delete-all-marks): Removed.
3735         (wl-summary-resume-marks-and-highlight): Ditto.
3736         (wl-summary-resume-marks): Ditto.
3737         (wl-summary-delete-important-msgs-from-list): Ditto.
3738         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3739
3740         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3741         wl-summary-count-unread.
3742
3743         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3744         (wl-summary-score-update-all-lines): Use
3745         elmo-msgdb-set-mark.
3746
3747 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3750         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3751         (wl-summary-create-line): Renamed from
3752         wl-summary-overview-create-summary-line;
3753         Argument rearrangement.
3754         (wl-summary-update-thread): Follow the change above.
3755
3756         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3757         (wl-thread-insert-entity-sub): Likewise.
3758
3759         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3760         argument `overview', `mark-alist' and added `msgdb'.
3761
3762         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3763
3764         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3765         (wl-summary-rescan): Follow the change above.
3766         (wl-summary-sync-update): Ditto.
3767         (wl-summary-insert-thread-entity): Ditto;
3768         Don't use `let*' in every while loop;
3769         Detect infinite loop of threads.
3770         (wl-summary-update-thread): Removed argument `overview'.
3771
3772         * wl-thread.el (wl-thread-insert-message): Ditto.
3773
3774         * Version number is increased to 2.9.10.
3775
3776         * wl-message.el (wl-message-redisplay): Ignore errors while
3777         wl-message-redisplay-hook.
3778
3779 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3782
3783 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl.el (wl): inhibit-quit while wl-folder.
3786
3787 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3790         while msgdb access.
3791
3792 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3793
3794         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3795         even if no folder is not created.
3796
3797 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3800
3801         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3802         implementation.
3803         (wl-summary-target-mark-thread): Ditto.
3804
3805         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3806
3807 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3808
3809         * wl-util.el (wl-display-bytes): Remove unused function.
3810
3811 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3814         seems critical one (partially reverse the change in 2002/03/17).
3815
3816 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3817
3818         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3819         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3820
3821 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3822
3823         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3824         is not writable.
3825         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3826         plugged status instead of `'force' as 2nd argument.
3827
3828         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3829         is not creatable.
3830
3831         * Version number is increased to 2.9.9.
3832
3833 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-summary.el (wl-summary-suspend): New function.
3836
3837 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl.el (wl): Do not check variables if check is nil.
3840         * wl-utils.el (wl-collect-draft): New function.
3841         * wl-folder.el (wl-folder-suspend): Put summary buffers
3842         and draft buffers at the end of buffer list.
3843         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3844
3845 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3846
3847         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3848         loop instead of recursive call.
3849
3850         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3851         2nd argument.
3852
3853 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-draft.el (wl-draft-create-contents): Don't take neither
3856         (function . args) nor (string . something) any more.
3857
3858         * wl-version.el (wl-generate-user-agent-string): Return string
3859         without header symbol.
3860         * wl-draft.el (wl-draft-default-headers): Use it.
3861
3862         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3863         `wl-draft-insert-ccs' and return field value instead of inserting
3864         the header. Abolish cc argument.
3865         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3866
3867         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3868         rather than one with string car.
3869
3870         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3871         * wl-draft.el (wl-draft-create-contents): Add it after the default
3872         headers.
3873
3874         * wl-draft.el (wl-draft-create-contents): For the case of
3875         (symbol-or-string . function) insert header only when the function
3876         returns string value.
3877
3878 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3881         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3882
3883 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl.el (wl-check-environment): Don't check Message-ID when
3886         `wl-insert-message-id' is nil.
3887         Revive checking if `wl-message-id-domain' contains "@".
3888
3889 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl.el (wl-check-environment): Merge examination for "@" at
3892         inappropriate position into the first string-match.
3893
3894         * wl-summary.el (wl-summary-target-mark-print): New function.
3895         (wl-summary-pipe-message-subr): Extracted from
3896         `wl-summary-pipe-message'.
3897         (wl-summary-target-mark-pipe): New function.
3898         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3899         `wl-summary-target-mark-pipe'.
3900
3901 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3904
3905 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl.el (wl-check-environment): Use elmo-warning instead of
3908         error for non-critical ones.
3909         Remove trash folder check.
3910         (wl): Don't ignore error in wl-check-environment.
3911
3912         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3913         check, which is moved from `wl-check-environment'.
3914         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3915
3916 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3917
3918         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3919         guess anything, call wl-summary-write.
3920         (wl-summary-write): Create draft with blank To field.
3921         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3922
3923 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3926         argument full as well for wl-folder-write-current-folder.
3927         If wl-*-write-current-folder cannot guess addressee, add blank
3928         To header.
3929         Rewrite condition for positioning cursor.
3930
3931 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3934         summary buffer is present, use it.
3935         (wl-folder-jump-to-previous-summary): Ditto.
3936
3937 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3940
3941         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3942         wl-summary-previous-buffer and wl-summary-next-buffer.
3943
3944         * wl-folder.el (wl-folder-mode-map): Bind
3945         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3946         (wl-folder-jump-to-next-summary): New function.
3947         (wl-folder-jump-to-previous-summary): Ditto.
3948
3949         * wl-draft.el (wl-draft): Rearranged.
3950
3951 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3954         of header.
3955         (wl-draft): Collect arguments for the header as header-alist.
3956         (wl-draft-forward): Arrange arguments for wl-draft.
3957         (wl-draft-reply): Ditto.
3958         (wl-draft-edit-string): Ditto.
3959         * wl-summary.el (wl-summary-write): Ditto.
3960         (wl-summary-write-current-folder): Ditto.
3961
3962         * Version number is increased to 2.9.8.
3963
3964 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3967
3968         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3969
3970         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3971         even if the guess failed.
3972
3973         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3974         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3975         wl-summary-write-current-folder.
3976         * wl-xmas.el: Ditto.
3977
3978 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-summary.el (wl-summary-next-page): Force display message if
3981         message is not displayed yet.
3982         (wl-summary-prev-page): Ditto.
3983
3984 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3985
3986         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3987
3988 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3989
3990         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3991         add "Preview Message" and "Save Draft and Exit".
3992
3993 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3996         if addrmgr is called from draft in splitted window.
3997
3998         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3999         * wl-mule.el: Ditto.
4000         * wl-xmas.el: Ditto.
4001
4002 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4005
4006         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4007         * wl-xmas.el (wl-folder-toolbar): Ditto.
4008
4009 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4012         and wl-draft-save-and-exit.
4013         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4014         * wl-xmas.el: Ditto.
4015         * wl-mule.el: Ditto.
4016
4017         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4018         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4019
4020 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4023         lists for saving buffer.
4024
4025 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4028         parent-folder argument instead of it.
4029         (wl-draft-create-buffer): Ditto.
4030         (wl-draft-forward): Ditto.
4031         (wl-draft-reply): Ditto.
4032         * wl-summary.el (wl-summary-write): Ditto.
4033         (wl-summary-write-current-folder): Ditto.
4034
4035         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4036         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4037         Folder buffer after composing.
4038
4039 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4042         header if the file `wl-x-face-file' already contains it.
4043
4044 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4047         folder" entry.
4048         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4049         * wl-e21.el (wl-folder-toolbar): Ditto.
4050         * wl-xmas.el (wl-folder-toolbar): Ditto.
4051
4052 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4055         wl-folder-goto-folder with sticky argument.
4056         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4057
4058 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4061         and wl-summary-previous-buffer.
4062         (wl-summary-next-buffer): New function.
4063         (wl-summary-previous-buffer): Ditto.
4064
4065 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4066
4067         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4068         wl-folder-jump-to-current-entity-with-arg.
4069         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4070         `wl-folder-jump-to-current-entity'.
4071         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4072         `wl-summary-goto-folder-sticky'.
4073         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4074         `wl-summary-goto-folder'.
4075         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4076         Unless force-exit, do not clean temp. marks for sticky summary.
4077         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4078
4079 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4082         not entire.
4083
4084 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4087         to `C-x C-s'.
4088         (wl-summary-save-status): New command.
4089         (wl-summary-exit): Don't clean-up temp marks when sticky.
4090         (Applied patch from Nakayama-san [wl: 09548])
4091         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4092         Do nothing when no mark data.
4093         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4094         Call `wl-summary-delete-all-temp-marks' before saving.
4095
4096 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4097
4098         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4099
4100 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl.el (wl-check-environment): Also cause error when (system-name)
4103         returns "localhost.localdomain". (Although it doesn't affect because
4104         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4105
4106 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4107
4108         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4109         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4110
4111         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4112         value.
4113
4114 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4117         Likewise r-cc-list and r-ng-list.
4118
4119 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4120
4121         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4122         only if it is bound as variable.
4123
4124         * wl-mime.el (wl-draft-preview-message): Ditto.
4125
4126 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4129         needless `goto-char'.
4130
4131         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4132         `wl-summary-redisplay-no-mime-internal' instead of
4133         `wl-summary-redisplay-no-mime'.
4134         (wl-summary-redisplay-no-mime): Changed argument;
4135         Call `wl-summary-redisplay-no-mime-internal'.
4136
4137         * wl-mime.el (wl-draft-preview-message): Bind
4138         `mime-header-encode-method-alist' locally.
4139
4140         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4141         (wl-draft-std11-parse-addresses): Added the first address check.
4142         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4143
4144         * Version number is increased to 2.9.7.
4145
4146 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4147
4148         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4149
4150 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4151
4152         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4153         related to scrollbar support, if there is no such a feature
4154         compiled in.
4155
4156 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4157
4158         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4159         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4160         for prefetch.
4161
4162 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4163
4164         * wl-summary.el (wl-summary-pick): Fix for no match.
4165
4166 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl-draft.el (wl-draft-save):
4169         Override `mime-header-encode-method-alist'.
4170
4171 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-folder.el (wl-folder-pick): New function.
4174         Define key as "?".
4175
4176 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4179         Fix for unplugged.
4180
4181 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-folder.el (wl-folder-virtual): New function.
4184         Define key as "V".
4185
4186 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4187
4188         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4189         multi folder if entity is group.
4190
4191 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4194         is nil.
4195
4196 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4199         (wl-summary-target-mark-msgs): Return the number of marked messages.
4200
4201 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4202
4203         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4204         "first:" is specified.
4205
4206 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-vars.el (wl-from): Use return value of function
4209         user-full-name instead of the variable user-full-name since
4210         XEmacs-20.4 doesn't set this variable.
4211
4212 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4213
4214         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4215         call `wl' directly.
4216
4217 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4218
4219         * wl-draft.el (wl-draft-reedit): Removed duplicated
4220         switch-to-buffers.
4221
4222 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * wl.el (wl-other-frame): Removed garbages.
4225
4226 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4229
4230         * wl-xmas.el (wl-draft-key-setup): Ditto.
4231
4232         * wl-mule.el (wl-draft-key-setup): Ditto.
4233
4234         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4235         (wl-draft-reedit): Ditto.
4236         (wl-draft-prepare-edit): Add `wl-draft-save' to
4237         `local-write-file-hooks'.
4238         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4239         (wl-draft-reedit): Set buffer-file-name.
4240         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4241
4242
4243         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4244         call it.
4245         (wl-delete-startup-frame-function): New variable.
4246         (wl-other-frame): New function
4247         (Original was written by Yamaoka san [wl: 09239]).
4248
4249         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4250         if `wl-folder-use-frame'.
4251
4252 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4253
4254         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4255
4256 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4257
4258         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4259         New variable.
4260         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4261         (wl-message-buffer-prefetch-get-next): Use them.
4262         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4263
4264 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4267         with unwind-protect.
4268
4269         * wl-draft.el (wl-draft-reedit): Rewrite.
4270         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4271         (wl-draft-save): Insert header separator if it does not exist;
4272         Removed condition-case.
4273
4274         * wl-summary.el (wl-summary-reedit): Revert last change.
4275
4276         * wl-draft.el (wl-draft-save): Rewrite.
4277         (wl-draft-create-buffer): Set buffer-file-name as nil.
4278
4279         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4280
4281         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4282
4283         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4284         nil.
4285
4286 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4287
4288         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4289         If count is nil, do not prefetch.
4290         (wl-message-buffer-prefetch-next): Next.
4291
4292 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4295
4296 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4297
4298         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4299         `delete-backward-char'
4300         (wl-draft-prepare-edit): Check major-mode.
4301         (wl-draft-decode-header): Rewrite.
4302         (wl-draft): Fix.
4303
4304 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4307
4308 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4309
4310         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4311         (wl-message-buffer-prefetch-get-next): Remove size checking.
4312         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4313
4314 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4315
4316         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4317         (wl-draft-default-headers): Fix.
4318
4319 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-draft.el (wl-draft-default-headers): Insert return value of
4322         `wl-generate-mailer-string-function'.
4323
4324 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4325
4326         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4327         (wl-draft-insert-mail-header-separator): Ditto.
4328
4329         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4330         again (Reverted the change on 2002-01-17 by OKADA san).
4331
4332 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-draft.el (wl-draft): Rewrite.
4335         (wl-draft-create-buffer): New function.
4336         (wl-draft-create-contents): Ditto.
4337         (wl-draft-prepare-edit): Ditto.
4338         (wl-draft-decode-header): Ditto.
4339         (wl-draft-decode-body): Ditto.
4340         (wl-draft-check-new-line): Ditto.
4341         (wl-draft-default-headers): Ditto.
4342         (wl-draft-insert-mail-header-separator): Ditto.
4343
4344 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * Version number is increased to 2.9.6.
4347
4348 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4349
4350         * wl-draft.el (wl-draft-delete-field): Optional argument.
4351         (wl-draft-delete-fields): Ditto.
4352
4353 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-message.el (toplevel): Eliminated byte-compile warning.
4356         for `itimer-function', `delete-timer' and `itimer-list'.
4357
4358 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4359
4360         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4361         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4362         `wl-message-buffer-prefetch-threshold'.
4363         * wl-summary.el (wl-summary-redisplay-internal): Remove
4364         the check of `wl-message-buffer-prefetch-depth'.
4365
4366 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4367
4368         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4369         size of article.
4370         (wl-message-buffer-prefetch-subr): Remove size check.
4371
4372 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-vars.el (wl-plugged): Make customizable.
4375
4376 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4377
4378         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4379         (wl-message-buffer-prefetch-set-timer): New function.
4380         (wl-message-buffer-prefetch-get-next): New function.
4381         (wl-message-buffer-prefetch): New function.
4382         (wl-message-buffer-prefetch-next): Rewrite.
4383         (wl-message-buffer-prefetch-subr): Rewrite.
4384         * wl-vars.el (wl-auto-prefetch-first): New variable.
4385         * wl-summary.el (wl-summary-goto-folder-subr): Call
4386         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4387
4388 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4391         `wl-summary-unread-message-hook'.
4392
4393 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4396         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4397         if range is `cache-status'.
4398
4399 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4400
4401         * wl-message.el (wl-message-buffer-prefetch-subr):
4402         Improve debug message.
4403
4404 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4405
4406         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4407         `wl-mail-send-pre-hook'.
4408         (wl-draft-send-mail-with-qmail): Ditto.
4409         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4410
4411 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4412
4413         * wl-message.el (wl-message-buffer-prefetch-subr):
4414         Fix for cancel-function-timers bug.
4415         (wl-message-buffer-prefetch-debug): Default value is t.
4416
4417 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4418
4419         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4420         (wl-message-buffer-prefetch-subr): Rewrite.
4421         Rename from `wl-message-buffer-prefetch'.
4422
4423 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4426         (wl-default-draft-cite-decorate-author): Ditto.
4427
4428         * wl-draft.el (wl-draft-cite-function): Removed.
4429         (wl-default-draft-cite-decorate-author): Ditto.
4430
4431 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4434         (wl-default-draft-cite): Do not arrange author name if the value of
4435         `wl-default-draft-cite-decorate-author' is nil.
4436
4437 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4440
4441         * wl-folder.el (wl-folder-check-one-entity): Don't care
4442         `elmo-folder-use-flag-p'.
4443
4444 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4445
4446         * wl-folder (wl-folder-check-one-entity): Fix
4447         problem if unread is nil.
4448
4449 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-address.el (wl-address-make-completion-list): Check whether
4452         the address is a group list.
4453         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4454
4455 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4456
4457         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4458         The number of the messages of new and unread does not count
4459         correctly.
4460
4461         * wl-summary.el (wl-summary-count-unread): Changed to return
4462         `(new . unread)' instead of total.
4463         (wl-summary-sync-update): Follow the change above.
4464
4465         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4466
4467 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-address.el (wl-address-make-completion-list): Do not enclose
4470         address by " <" and ">" if associated realname is "".
4471         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4472         This is against the promblem with group list in .addresses pointed
4473         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4474
4475 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4476
4477         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4478         message is a format control string.
4479         * wl-expire.el (wl-expire-append-log): Ditto.
4480         * wl-mime.el (wl-summary-burst-subr): Ditto.
4481         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4482         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4483
4484 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4485
4486         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4487         wl.el (wl-check-variables): Rename from `wl-check-type'.
4488         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4489         (wl-check-variables-2): New function.
4490         (wl): Call `wl-check-variables-2'.
4491
4492 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4495         after renaming folder in access group.
4496
4497 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4500         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4501         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4502         (wl-message-buffer-prefetch): Rewrite.
4503         (wl-message-buffer-prefetch-idle-time): Removed.
4504         * wl-summary.el (wl-summary-redisplay-internal):
4505         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4506         Error check for `wl-message-buffer-prefetch-depht'.
4507
4508 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4509
4510         * Version number is increased to 2.9.5.
4511         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4512
4513 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4516         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4517         Based on the patch written by
4518         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-draft.el (wl-draft-raw-send): Fix for
4523         `wl-news-send-pre-hook'
4524
4525 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-utils.el (wl-message-id-function): New variable.
4528         * wl-draft.el (wl-draft-insert-required-fields):
4529         Use `wl-message-id-function'.
4530
4531 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4532
4533         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4534         * wl-utils.el (wl-draft-make-message-id-string):
4535         Use `wl-from' for domain part of Message-ID
4536         if `wl-message-id-use-wl-from' if non-nil.
4537         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4538
4539 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl.el (wl): Call `wl-check-type'
4542         Do not 'condition-case'.
4543
4544 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl.el (wl-check-type): New function.
4547         (wl-check-type-variables): New variable.
4548
4549 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4552
4553 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-draft.el (wl-smtp-password-key): New function.
4556         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4557         (wl-draft-send-mail-with-smtp): Ditto.
4558         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4559
4560 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4563         * wl-utils.el (wl-unique-id-suffix): Remove.
4564
4565 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4566
4567         * Version number is increased to 2.9.4.
4568
4569 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-utils.el (wl-unique-id-suffix): New variable.
4572         (wl-unique-id): Use `wl-unique-id-suffix'
4573
4574 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4575
4576         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4577         instead of `elmo-msgdb-search'.
4578
4579         * Version number is increased to 2.9.3.
4580
4581 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4582
4583         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4584
4585 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4586
4587         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4588         (wl-draft-dispatch-message): Changed for send-later.
4589         (wl-draft-queue-flush): Ditto.
4590         (wl-draft): Clear `wl-sent-message-queued'.
4591         (wl-draft-reedit): Ditto.
4592         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4593         * wl-vars.el (wl-draft-force-queuing): New variable.
4594         (wl-draft-force-queuing-mail): New variable.
4595         (wl-draft-force-queuing-news): New variable.
4596
4597 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4598
4599         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4600         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4601
4602 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4603
4604         * Version number is increased to 2.9.2.
4605
4606 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * wl-draft.el (wl-draft-elide-region): New user command.
4609         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4610
4611         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4612         command `wl-draft-elide-region'.
4613         * wl-mule.el: Ditto.
4614         * wl-xmas.el: Ditto.
4615
4616 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4619         (wl-biff-check-folder-async): Removed needless let.
4620
4621 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4624         wl-folder-get-elmo-folder.
4625         (wl-biff-check-folder): Set `biff' argument of
4626         `wl-folder-check-one-entity'.
4627         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4628
4629         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4630         (wl-folder-check-one-entity): Added `biff' argument;
4631         Setup `biff' slot of folder.
4632
4633         * Version number is increased to 2.9.1.
4634
4635 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4638         comment out and fixed.
4639         (wl-fldmgr-add-completion-subr): Ditto.
4640
4641         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4642         and msgdb.
4643
4644         * wl.el (wl-toggle-plugged): Save summary view.
4645
4646 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4647
4648         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4649
4650 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4651
4652         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4653
4654 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4657         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4658         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4659
4660         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4661         if it was failed.
4662         (wl-demo): Disable undo in the demo buffer.
4663
4664 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4665
4666         * wl-version.el (wl-version): Changed codename.
4667
4668         * Version number is increased to 2.9.0.
4669
4670 2001-12-14  Takuo KITAME <kitame@northeye.org>
4671
4672         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4673         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4674         (wl-folder-mark-as-read-all-current-entity): Ditto.
4675
4676 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-vars.el (wl-from-width): Define as obsolete variable.
4679         (wl-subject-length-limit): Ditto.
4680
4681         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4682
4683         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4684         wl-summary-save-view.
4685
4686         * wl.el (wl-save-status): Ditto.
4687         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4688
4689         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4690         (wl-summary-exit): Follow the change above.
4691         (wl-summary-goto-folder-subr): Ditto.
4692
4693         * wl-folder.el (wl-folder-create-subr): Don't use
4694         `elmo-folder-creatable-p'.
4695
4696 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4699
4700 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4703         rather than bitmap on Emacs 21.
4704         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4705         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4706         for xbm if the new redisplay engine is not available.
4707
4708 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4709
4710         * wl-folder.el (wl-folder-init-hook): New hook.
4711         (wl-folder-init): Run `wl-folder-init-hook'.
4712
4713 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4716
4717 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-acap.el (wl-acap-cache-filename): New variable.
4720         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4721         (wl-acap-init): Use cache if no ACAP server found.
4722
4723 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4724
4725         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4726         `wl-acap-original-msgdb-dir'.
4727
4728         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4729         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4730
4731         * wl-mime.el (wl-mime-save-directory): Renamed from
4732         `wl-mime-save-dir'.
4733
4734 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4737
4738         * wl-demo.el: Require `path-util'.
4739         (wl-demo-bitmap-mule-available-p): New internal variable.
4740         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4741         `module-installed-p' instead.
4742         (wl-demo-insert-image): Use *.img file for a bitmap image.
4743         (wl-demo): Don't call the ascii demo recursively.
4744
4745 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4746
4747         * Version number is increased to 2.7.7.
4748
4749 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl.el (wl-exit): Eliminated byte-compile warning.
4752
4753 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4754
4755         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4756         obsolete variable using `elmo-define-obsolete-variable'.
4757         (wl-fetch-confirm-threshold): Ditto.
4758         (wl-cache-prefetch-folder-type-list): Ditto.
4759         (wl-cache-prefetch-folder-list): Ditto.
4760
4761 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4764         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4765         (wl-demo-insert-image): New function.
4766         (wl-demo-insert-text): New function.
4767         (wl-demo-image-type-alist): Redefine as a function.
4768         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4769         (wl-demo-with-temp-file-buffer): Removed.
4770         (wl-logo-xpm): Removed.
4771         (wl-logo-xbm): Removed.
4772         (wl-logo-bitmap): Removed.
4773
4774 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4775
4776         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4777         (wl-expire-localdir-get-folder-function): New user option.
4778         (wl-expire-localdir-get-folder): New function.
4779         (wl-expire-localdir-date): Ditto.
4780
4781 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4782
4783         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4784         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4785         Fixed unread number mismatch when all-unread < unread.
4786
4787 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4790         (wl-fetch-confirm-threshold): Ditto.
4791
4792         * wl-summary.el (wl-summary-confirm-appends): Removed.
4793         (wl-summary-sync-update): Don't refer
4794         `wl-summary-update-confirm-threshold' (It is now abolished).
4795
4796         * wl-message.el (wl-message-display-internal): Don't refer
4797         `wl-fetch-confirm-threshold' (It is now abolished).
4798
4799 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4802
4803 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4806         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4807         Change default value to nil.
4808         (wl-summary-indent-length-limit): The value can be nil, nil means
4809         unlimited.
4810
4811         * wl-summary.el: Don't set limit for indent length if the value of
4812         wl-summary-indent-length-limit is nil.
4813         If the value of wl-summary-width is nil, it means only that the width
4814         of summary is unlimited (nil doesn't mean that the indent length is
4815         unlimited).
4816
4817         * wl-thread.el: Ditto.
4818
4819 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4820
4821         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4822         be nil, nil means never confirm.
4823         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4824
4825 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4828         means unlimited).
4829
4830 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4833         Use `with-temp-buffer'.
4834
4835 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4838         with new backquote style).
4839         (wl-folder-get-entity-from-buffer): Ditto.
4840
4841 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4842
4843         * wl-version.el (nemacs-version): Eliminated.
4844         (wl-extended-emacs-version2): Ignore nemacs.
4845         (wl-extended-emacs-version3): Ditto.
4846
4847 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4848
4849         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4850         (wl-draft-add-in-reply-to): New variable.
4851         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4852         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4853         (wl-draft-yank-from-mail-reply-buffer): Use
4854         `wl-draft-add-in-reply-to'.
4855         (wl-draft-insert-current-message): Ditto.
4856
4857 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4858
4859         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4860         typo (kill->hide).
4861         (wl-message-buffer-prefetch-folder-type-list): Added elements
4862         `mark' and `cache' instead of `internal'.
4863
4864 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4867         resume msgdb directory.
4868
4869 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * wl.el (wl-exit): Call `wl-acap-exit'.
4872
4873         * wl-summary.el (wl-summary-message-string): New function.
4874         (wl-summary-reedit): Use it.
4875         (wl-summary-resend-bounced-mail): Remove needless let.
4876         (wl-summary-supersedes-message): Ditto.
4877         (wl-summary-save): Ditto.
4878
4879         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4880         (wl-acap-init): Set it.
4881         (wl-acap-exit): New function.
4882
4883 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4884
4885         * wl.el (wl-init): Revert (require 'mime-setup). move from
4886         toplevel.
4887
4888 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4889
4890         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4891         local variables.  Add error when guess function return invalid
4892         value.
4893
4894 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4895
4896         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4897         Change local variable name.
4898         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4899         (wl-folder-get-newsgroups): Return nil when non-news folder.
4900         * wl-summary.el (wl-summary-write-current-folder): State through
4901         when guess-list return nil.
4902         (wl-summary-write-current-folder-functions): Fixed docstring.
4903
4904         * wl.el (wl-exit): Changed confirm message.
4905
4906         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4907         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4908
4909         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4910
4911 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4912
4913         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4914         user option (Renamed from wl-cache-prefetch-folder-type-list).
4915         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4916         from wl-cache-prefetch-folder-list).
4917
4918         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4919         Move to wl-vars.el.
4920         (wl-message-buffer-prefetch-p): Changed to enable
4921         `wl-message-buffer-prefetch-folder-list'.
4922
4923         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4924         `ignore-cache'.
4925
4926 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4929         `part-top' and `part-bottom'.
4930         (wl-draft-config-sub-part-top): New function.
4931         (wl-draft-config-sub-part-bottom): New function.
4932
4933 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4936
4937 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4938
4939         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4940
4941 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4944
4945         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4946         (wl-summary-write-current-folder): Ditto.
4947
4948 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * wl-folder.el (wl-folder-get-newsgroups): Use
4951         `elmo-folder-newsgroups'.
4952
4953 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4954
4955         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4956         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4957         `wl-draft-config-sub-header-bottom'.
4958
4959 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4960
4961         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4962         localnews folder.
4963
4964 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-summary.el (wl-summary-mode): Undo last change.
4967
4968         * wl-folder.el (wl-folder-mode): Ditto.
4969
4970 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-summary.el (wl-summary-mode): Locally set
4973         truncate-partial-window-width to nil.
4974         (for XEmacs)
4975
4976         * wl-folder.el (wl-folder-mode): Ditto.
4977
4978 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4981
4982 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4985         number.
4986
4987         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4988
4989         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4990
4991         * Version number is increased to 2.7.6.
4992
4993 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4996
4997 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-summary.el (wl-summary-sync-update): Enclose network
5000         related portion with `unwind-protect'.
5001
5002 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5003
5004         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5005
5006 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5009         element.
5010         * wl-vars.el (wl-message-body-button-alist): Ditto.
5011
5012         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5013         max match length.
5014         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5015
5016         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5017         for the max match length;
5018         Use 4th element value for the button string regexp group.
5019
5020         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5021         candidate exists, prompt to select.
5022
5023 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5024
5025         * wl-summary.el (wl-summary-jump-to-msg): Search before
5026         calibration point by `beginning-of-line'.
5027
5028 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5029
5030         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5031         for access group.
5032
5033 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-message.el (wl-message-display-internal): Bind
5036         `default-mime-charset'.
5037
5038         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5039
5040         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5041
5042         * Version number is increased to 2.7.5.
5043
5044 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5045
5046         * wl-expire.el (wl-summary-archive): Fixed;
5047         Use `elmo-folder-name-internal'.
5048
5049 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5050
5051         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5052         from `elmo-folder-move-messages' caller.
5053         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5054
5055         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5056         related portions are changed).
5057
5058 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5059
5060         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5061         counter.
5062
5063 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5064
5065         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5066         buffer local and set it to nil.
5067
5068         * wl-message.el (wl-message-redisplay): Ditto.
5069
5070 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * wl-summary.el (wl-summary-mark-as-important): If message is
5073         already cached, set messag as read, otherwise encache and mark as read.
5074
5075 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5078         point-min.
5079
5080 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5083         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5084         a keymap.
5085
5086 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5089         parent.
5090
5091         * wl-mule.el (wl-message-define-keymap): Ditto.
5092
5093         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5094
5095         * wl-xmas.el (wl-message-display-internal-hook): Define.
5096         (wl-xmas-setup-message-toolbar): Define as function.
5097         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5098         (wl-message-overload-functions): Abolished.
5099         (wl-message-define-keymap): New function.
5100
5101         * wl-vars.el (wl-message-display-internal-hook): New variable.
5102         (wl-message-header-button-alist): New variable (Renamed from
5103         wl-highlight-message-header-button-alist).
5104         (wl-message-body-button-alist): Ditto.
5105
5106         * wl-mule.el (wl-message-define-keymap): New function.
5107         (wl-message-overload-functions): Abolished.
5108
5109         * wl-message.el (wl-message-add-buttons-to-body): New function.
5110         (wl-message-redisplay): Don't call wl-message-overload-functions;
5111         Call wl-message-add-buttons-to-header and
5112         wl-message-add-buttons-to-body.
5113         (wl-message-display-internal): Set keymap argument for
5114         elmo-mime-display-as-is, elmo-mime-message-display;
5115         Run wl-message-display-internal-hook.
5116         (wl-message-refer-article-or-url): Abolished.
5117
5118         * wl-highlight.el (wl-highlight-headers): Don't call
5119         wl-highlight-message-add-buttons-to-header.
5120         (wl-highlight-message-add-buttons-to-header): Abolished.
5121
5122
5123         * wl-e21.el (wl-message-display-internal-hook): Define.
5124         (wl-e21-setup-toolbar): Deleted duplicated binding.
5125         (wl-e21-setup-message-toolbar): Define as function.
5126         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5127         (wl-message-define-keymap): New function.
5128         (wl-message-overload-functions): Abolished.
5129
5130 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5133         and elmo-folder-close.
5134
5135         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5136
5137 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5138
5139         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5140         boolean value.
5141         * wl-draft.el (wl-draft-do-fcc): Ditto.
5142
5143 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-vars.el (wl-fcc-force-as-read): New variable.
5146         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5147         mark copied message as read.
5148
5149 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5150
5151         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5152
5153 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5154
5155         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5156         `wl-summary-target-above' instead of obsolete variable
5157         `wl-summary-temp-above'.
5158
5159         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5160         instead of `make-obsolete-variable'.
5161         * wl-refile.el (toplevel): Ditto.
5162
5163 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5164
5165         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5166         with third argument t.
5167         (wl-draft): Set first argument for wl-plugged-init as t.
5168
5169         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5170         definition.
5171
5172 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5173
5174         * wl-vars.el: Tabify.
5175         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5176
5177         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5178         message.
5179
5180 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5183         and set default to beep.
5184
5185 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-vars.el (wl-draft-truncate-lines): New variable.
5188
5189         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5190         instead of wl-message-truncate-lines for truncate-lines.
5191
5192 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-message.el (wl-message-display-internal): Call
5195         `wl-highlight-message' after `elmo-mime-display-as-is'.
5196
5197         * wl-mime.el (wl-mime-display-text/plain): New function.
5198         (wl-mime-display-header): Ditto.
5199         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5200         body-presentation-method for text/plain;
5201         Register `wl-mime-display-header' as a header-presentation-method;
5202         Don't set up `elmo-message-text-content-inserted-hook' and
5203         `elmo-message-header-inserted-hook'.
5204
5205         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5206         variable.
5207         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5208         as t if flag is 'all-header;
5209         Don't bind `elmo-message-ignored-field-list',
5210         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5211
5212 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5215         for xemacs with non-mule environment.
5216
5217 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5218
5219         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5220         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5221         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5222
5223 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5224
5225         * wl-vars.el (wl-interactive-send): Set default value as t.
5226
5227 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5230         (wl-addrmgr-method-list): Abolished.
5231         (wl-addrmgr-change-method): Follow above change.
5232
5233         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5234
5235 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-vars.el (wl-message-truncate-lines): Change default value
5238         to default-truncate-lines.
5239
5240         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5241
5242 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-vars.el (wl-message-truncate-lines): New variable.
5245
5246         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5247         wl-message-truncate-lines.
5248
5249 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5250
5251         * wl-acap.el (wl-acap-init): Remove period from error message.
5252         (wl-acap-find-acap-service): Remove period from message.
5253
5254 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl.el (wl-check-environment): Undo last change.
5257
5258         * wl-vars.el (wl-from): Changed default value.
5259
5260         * wl-util.el (toplevel): Don't require tm-edit.
5261
5262         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5263         `wl-folder-init';
5264         Don't set mark on mail body.
5265         (wl-draft-reedit): Ditto.
5266
5267         * wl-address.el (wl-address-quote-specials): Define as an alias for
5268         elmo-address-quote-specials.
5269
5270 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5273
5274         * wl-vars.el (wl-from): Set default value as nil.
5275         (wl-organization): Set default value as ORGANIZATION environment
5276         variable.
5277
5278         * wl-draft.el (wl-smtp-extension-bind): Check value of
5279         wl-smtp-connection-type.
5280
5281         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5282         error.
5283
5284 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5285
5286         * Version number is increased to 2.7.4.
5287
5288         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5289         arguments from `wl-highlight-x-face-function' caller.
5290         Use x-face-1.3.6.12 or later.
5291
5292 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5293
5294         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5295
5296 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5297
5298         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5299         (wl-fcc): Fix to accept function.
5300         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5301
5302 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5303
5304         * wl-acap.el (toplevel): Added `product-provide' declare.
5305         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5306
5307 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl.el (wl): Changed order of calling `elmo-init'
5310         and `elmo-folder-init'.
5311
5312 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5313
5314         * wl-mime.el (wl-summary-burst): Extract message when content-type
5315         of root entity is not only `multipart' but also `message/rfc822'.
5316         (wl-summary-burst-subr): Ditto.
5317
5318 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-vars.el (toplevel): Require 'custom.
5321         (wl-trash-folder): Added to `wl-setting' group.
5322
5323         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5324         exists.
5325         (wl-addrmgr-draw): Insert empty line when no entry exists.
5326
5327         * wl-mule.el (wl-message-wheel-up): Fixed.
5328         (wl-message-wheel-down): Ditto.
5329
5330 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5331
5332         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5333         config is an anonymous lambda expression.
5334
5335 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5338         when Mule 2 is running.
5339
5340 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5343
5344 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5347         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5348
5349         * wl-address.el (wl-address-specials-regexp): Eliminated.
5350         (wl-address-quote-specials): Rewrite.
5351
5352 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5355         shy-groups for regexp.
5356
5357         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5358         character classes and Perl style shy-groups for regexp.
5359         (wl-highlight-plugged-current-line): Use Posix style character
5360         classes for regexp.
5361         (wl-e21-highlight-folder-by-numbers): Ditto.
5362         (wl-e21-display-image-p): Use `display-images-p' instead of
5363         `display-graphic-p'.
5364         (display-images-p): Make an alias to `display-graphic-p' if it is
5365         not available.  It is for Emacs version prior to 21.0.105.
5366
5367         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5368         `display-graphic-p'.
5369         (wl-demo-image-type-alist): Ditto.
5370         (display-images-p): Make an alias to `display-graphic-p' if it is
5371         not available.  It is for Emacs version prior to 21.0.105.
5372
5373 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5374
5375         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5376         support.
5377         (wl-generate-user-agent-string): Ditto.
5378
5379         * wl-version.el (wl-version): Update docsting.
5380         (wl-version-status): Ditto.
5381
5382 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5383
5384         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5385         21.0.105.  For Emacs 21.0.104 or earlier.
5386
5387 2001-09-03  Takuo KITAME <kitame@northeye.org>
5388
5389         * wl-e21.el (wl-plugged-init-icons): Use
5390         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5391         (wl-biff-init-icons): Ditto.
5392
5393 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-highlight.el (wl-highlight-summary-current-line):
5396         Fixed highlighting refile/copy destination.
5397
5398         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5399         (wl-acap-store): Encode string by wl-acap-coding-system.
5400
5401 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-acap.el (toplevel): Check and require 'un-define before
5404         'xemacs-ucs;
5405          Added checking for UTF-2000.
5406
5407 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5410         Don't enclose with `eval-and-compile'.
5411
5412         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5413         wl-init is non-nil.
5414
5415         * wl-draft.el (wl-draft): Ditto.
5416
5417         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5418
5419         * wl-acap.el (toplevel): Require 'wl.
5420         (wl-acap-store): Call `elmo-init'.
5421
5422         * wl.el (wl): Changed position of `wl-check-environment'.
5423         (toplevel): Added autoload setting for wl-acap.
5424
5425         * wl-vars.el (wl-setting): New custom group.
5426         (wl-from): Added wl-setting group.
5427         (wl-user-mail-address-list): Ditto.
5428         (wl-organization): Ditto.
5429         (wl-subscribed-mailing-list): Ditto.
5430         (wl-envelope-from): Ditto.
5431         (wl-smtp-posting-user): Ditto.
5432         (wl-smtp-posting-server): Ditto.
5433         (wl-smtp-posting-port): Ditto.
5434         (wl-smtp-authenticate-type): Ditto.
5435         (wl-pop-before-smtp-user): Ditto.
5436         (wl-pop-before-smtp-server): Ditto.
5437         (wl-pop-before-smtp-port): Ditto.
5438         (wl-pop-before-smtp-authenticate-type): Ditto.
5439         (wl-nntp-posting-server): Ditto.
5440         (wl-nntp-posting-user): Ditto.
5441         (wl-nntp-posting-port): Ditto.
5442         (wl-fetch-confirm-threshold): Ditto.
5443         (wl-prefetch-threshold): Ditto.
5444         (wl-thread-insert-opened): Ditto.
5445         (wl-ldap-server): Ditto.
5446         (wl-ldap-port): Ditto.
5447         (wl-ldap-base): Ditto.
5448         (wl-ldap-objectclass): Ditto.
5449         (wl-use-ldap): Ditto.
5450         (wl-draft-config-alist): Ditto.
5451         (wl-draft-config-matchone): Ditto.
5452         (wl-template-alist): Ditto.
5453         (wl-message-sort-field-list): Ditto.
5454         (wl-message-ignored-field-list): Ditto.
5455         (wl-message-visible-field-list): Ditto.
5456         (wl-interactive-send): Ditto.
5457         (wl-summary-move-order): Ditto.
5458         (wl-auto-select-first): Ditto.
5459         (wl-auto-select-next): Ditto.
5460         (wl-interactive-save-folders): Ditto.
5461
5462         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5463         Initialization codes are moved from wl-local-folder-init.
5464         (wl-local-folder-init): Follow the change above.
5465         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5466
5467         * wl-acap.el: New file.
5468
5469         * Version number is increased to 2.7.3.
5470
5471 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5472
5473         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5474
5475 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5476
5477         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5478         (wl-addrmgr-address-entry-list): Ditto.
5479
5480 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-e21.el (wl-draft-mode-map): Removed binding for
5483         `wl-draft-insert-x-face-field'.
5484
5485         * wl-mule.el (wl-draft-mode-map): Ditto.
5486
5487         * wl-xmas.el (wl-draft-mode-map): Ditto.
5488
5489         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5490         (wl-cs-autoconv): Ditto.
5491         (wl-cs-local): Ditto.
5492         (wl-use-scoring): Ditto.
5493         (wl-mime-charset): Ditto.
5494         (wl-folder-check-async): Ditto.
5495
5496         * wl.el (toplevel): Ignore nemacs and tm.
5497         (wl-exit): Ditto.
5498
5499         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5500         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5501         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5502         instead of wl-address-petname-add-or-change.
5503         (wl-summary-edit-addresses-subr): Use wl-address-delete
5504         instead of wl-address-petname-delete.
5505
5506         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5507
5508         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5509         if error occured.
5510
5511         * wl-message.el (require): Remove tm support.
5512
5513         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5514
5515         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5516         (wl-folder-jump-to-current-entity): Ditto.
5517         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5518
5519         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5520         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5521         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5522
5523         * wl-mule.el (wl-draft-key-setup): Ditto.
5524
5525         * wl-xmas.el (wl-draft-key-setup): Ditto.
5526
5527         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5528         (wl-draft-std11-parse-addresses): New function.
5529         (wl-draft-parse-mailbox-list): Use it.
5530         (wl-draft): Ignore nemacs.
5531         (wl-draft-reedit): Ditto.
5532
5533         * wl-addrmgr.el: New file.
5534         (Original is wl-rcpt.el written by
5535         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5536         Thanks Kitamoto-san.)
5537
5538         * wl-address.el (wl-address-make-address-list): Modified parsing
5539         process.
5540         (wl-address-delete): Renamed from `wl-address-petname-delete';
5541         Modify wl-address-list too.
5542         (wl-address-add-or-change): Renamed from
5543         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5544
5545 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5546
5547         * wl-highlight.el (wl-highlight-summary-current-line):
5548           Work with transient-mark-mode
5549
5550 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * Version number is increased to 2.7.2.
5553
5554         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5555         instead of elmo-dop-queue-method.
5556
5557 2001-08-06  SAITO Atsunori <sai@yedo.com>
5558
5559         * wl-vars.el (wl-ldap-objectclass): New user option.
5560
5561         * wl-address.el (wl-ldap-make-filter): Use it.
5562
5563 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5564
5565         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5566
5567 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-folder.el (wl-folder): redisplay after folder insertion.
5570
5571         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5572
5573         * wl-summary.el (wl-summary-sync-update):
5574         Change status mark only when new-msgdb exists.
5575         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5576
5577 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * wl-summary.el (wl-summary-open-folder): New function.
5580         (wl-summary-goto-folder-subr): Use it.
5581         (wl-summary-mark-as-important): Fix;
5582         Encache only when no cache exists.
5583
5584 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5587         Use with-current-buffer.
5588
5589 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5590
5591         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5592         before call `get-buffer'. Fixed parenthesis.
5593         (wl-score-get-header-entry): Clear message and help window when
5594         keyboard quit.
5595         (wl-score-edit-insert-header): Ditto.
5596
5597 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5600         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5601         (wl-default-draft-cite): Fix.
5602
5603         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5604         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5605
5606 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-message.el (wl-message-prev-page): Do same bahavior
5609         as summary when it is called in the message buffer.
5610         (wl-message-next-page): Ditto.
5611
5612 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-summary.el (wl-summary-forward): Use cache if it is not
5615         section cache.
5616
5617 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5620         Removed redundant require of elmo-vars.
5621         (wl-biff-state-indicator-on): Changed default value for
5622         xemacs with non-mule environment.
5623
5624         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5625         wl-message-buffer is nil;
5626         Hide progress bar after moving messages.
5627
5628 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5631         message at cursor point is deleted.
5632
5633 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-vars.el: Changed file coding system to euc-japan.
5636         Added -*-coding:-*- magic to the first line.
5637
5638         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5639         Search parent from the first message.
5640
5641         * Version number is increased to 2.7.1.
5642
5643 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5644
5645         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5646
5647 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5650         refile/delete execution.
5651
5652         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5653         Fixed docstring.
5654
5655 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5658         do update process;
5659         Don't update marks when update process is interrupted.
5660
5661 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-summary.el (wl-summary-reply): Fixed problem when
5664         wl-draft-use-frame is non-nil.
5665         (wl-summary-forward): Ditto.
5666
5667         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5668         as nil.
5669         (wl-folder-mark-as-read-all-entity): Ditto.
5670         (wl-folder-prefetch-entity): Ditto.
5671
5672         * wl.el (wl): Check environment before wl-init.
5673
5674         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5675         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5676         instead of wl-summary-collect-unread.
5677         (wl-summary-reply): Split message window.
5678
5679 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5680
5681         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5682         only if current language environment is japanese,
5683
5684         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5685         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5686         (wl-folder-goto-folder-subr): Ditto.
5687
5688         * wl-draft.el (wl-draft-dispatch-message): Call
5689         `elmo-file-cache-get-path'.
5690
5691 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-summary.el (wl-summary-cursor-move): If return value of
5694         wl-summary-next-message is not number, don't jump.
5695
5696 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-buffer-next-message-function): New
5699         variable.
5700         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5701         if it is bound.
5702
5703         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5704         string.
5705
5706         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5707         (wl-plugged-drawing): Ditto.
5708
5709 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5712         process.
5713         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5714         with unwind-protect.
5715
5716         * wl.el (wl-init): Require mime-setup.
5717         (wl-check-environment): Don't require mime-setup.
5718
5719         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5720         instead of elmo-folder-type.
5721
5722         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5723         value as nil.
5724
5725 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * Version number is increased to 2.7.0.
5728
5729         * wl-version.el (wl-version): Changed codename.
5730
5731         * wl-summary.el (wl-summary-delete-cache): Fixed.
5732
5733         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5734         Workaround for net folders.
5735         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5736
5737         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5738         value to nil (According to the patch from
5739         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5740
5741         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5742         of elmo-folder-close.
5743
5744 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5745
5746         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5747         for postfix.
5748
5749 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-summary.el (wl-summary-resend-message): Fixed.
5752
5753         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5754         Call wl-draft with `from' argument if its address is included in
5755         `wl-user-mail-address-list'.
5756         (wl-draft): Added `from' argument.
5757
5758         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5759         non-nil.
5760         (wl): Don't show demo if wl-demo is nil.
5761
5762         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5763         wl-summary-use-frame.
5764
5765         * wl-vars.el (wl-summary-use-frame): New user option.
5766         (wl-folder-use-frame): Changed docstring.
5767
5768         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5769         non-nil.
5770         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5771         wl-summary-use-frame.
5772
5773         * wl-vars.el (wl-folder-use-frame): New user option.
5774
5775         * wl-summary.el (wl-summary-exit): Back to folder frame if
5776         wl-folder-use-frame is non-nil.
5777         (wl-summary-redisplay-internal): Ignore cache if current folder
5778         is draft folder,
5779         (wl-summary-redisplay-no-mime): Ditto.
5780         (wl-summary-redisplay-all-header): Ditto.
5781
5782         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5783         if wl-folder-use-frame is non-nil.
5784
5785 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-summary.el (wl-summary-sync-update): Bind
5788         elmo-folder-update-threshold.
5789         (wl-summary-mark-as-important): Enclosed server mark processing
5790         with `save-match-data'.
5791
5792         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5793         only when it is already defined.
5794
5795 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5796
5797         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5798         name of folder exclude localdir is wrong.
5799         * wl-folder.el (wl-folder-sync-entity):
5800         Set `wl-summary-always-sticky-folder-list' as nil.
5801         (wl-folder-mark-as-read-all-entity): Ditto.
5802         (wl-folder-prefetch-entity): Ditto.
5803
5804 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5807         instead of `wl-summary-write-current-newsgroup'.
5808
5809 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5810
5811         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5812         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5813         non-nil and selected message is important, do not display.
5814
5815 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5816
5817         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5818
5819 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5822
5823         * wl-summary.el (wl-summary-mark-as-important): Set message number
5824         using wl-summary-message-number.
5825
5826 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5827
5828         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5829         destination folder is 'null.
5830
5831 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5832
5833         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5834         New function.
5835         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5836         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5837         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5838
5839 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-mime.el (wl-mime-setup): Added setting for
5842         `mime-setup-signature-key-alist' to avoid overriding key bind for
5843         `wl-draft-send'.
5844
5845         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5846         for `wl-draft-send'.
5847         * wl-mule.el (wl-draft-overload-functions): Ditto.
5848         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5849         * wl-draft.el (wl-draft-send): Ditto.
5850
5851         * wl-message.el (wl-message-display-internal):
5852         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5853         (Patch is provided by <kita@coe.nttdata.co.jp>).
5854
5855 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5856
5857         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5858
5859 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5860
5861         * wl.el (wl): Fix for wl-demo.
5862
5863 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5866
5867 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5868
5869         * wl-folder.el (wl-folder-prefetch-entity): Use
5870         `wl-folder-get-elmo-folder'.
5871         (wl-folder-count-incorporates): Do not use
5872         `wl-folder-get-elmo-folder'.
5873
5874 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5875
5876         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5877         instead of `elmo-folder-get-type'.
5878
5879 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5880
5881         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5882         position on Subject: field.
5883         (Advised by Mito <mit@nines.nec.co.jp>)
5884
5885 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5886
5887         * wl-folder.el (wl-folder-prefetch-entity): Use
5888         `wl-folder-get-elmo-folder'.
5889
5890 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5893
5894         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5895         `process-duplicates' slot.
5896
5897         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5898         if detection failed.
5899
5900 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5901
5902         * wl-version.el (wl-version-status): Set to "alpha".
5903
5904 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5907         Check wl-message-buffer lives before set-buffer.
5908
5909 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5910
5911         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5912         called in folder mode.
5913         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5914         * wl-summary.el (wl-summary-exit-pre-hook): Run
5915         `wl-summary-exit-pre-hook' before exit summary mode.
5916
5917 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl-version.el (wl-version-status): New variable.
5920         (wl-version-status-alist): Removed.
5921         (wl-version-status): Rule included.
5922
5923 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5926         @sponichi.
5927
5928         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5929         when `mail-reply-buffer' is buffer-local variable.
5930         (Reported by <kita@coe.nttdata.co.jp>).
5931
5932 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5933
5934         * wl-vars.el (toplevel): Require 'elmo-util.
5935
5936 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5939         (All other related portions are changed)
5940
5941         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5942
5943         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5944
5945 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5946
5947         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5948
5949 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5952         Delete other windows to avoid an error.
5953         Use `point-marker' instead of `point' to remember the start point
5954         of body.
5955
5956         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5957
5958         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5959         number not to exceed all message number.
5960
5961 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5964         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5965
5966 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-summary.el (wl-summary-sync-force-update): Added argument
5969         no-check.
5970         (wl-summary-sync-update): Ditto.
5971         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5972         with `no-check'.
5973
5974         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5975         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5976         already running.
5977
5978 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5979
5980         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5981         `dst-folder-arg'.
5982         (wl-expire-archive-number1): Diito.
5983         (wl-expire-archive-number2): Diito.
5984         (wl-expire-archive-Date): Diito.
5985         (wl-archive-number1): Diito.
5986         (wl-archive-number2): Diito.
5987         (wl-archive-date): Diito.
5988         (wl-archive-folder-p): New function.
5989         (wl-summary-expire): Support of expand folder name at
5990         wl-expire-alist.
5991         * wl-util.el (wl-expand-newtext): Renamed from
5992         `wl-refile-expand-newtext'.
5993
5994 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5995
5996         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5997         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5998         `(elmo-msgdb-get-overview msgdb)'.
5999         (wl-summary-prefetch): Bind match data before call
6000         `wl-summay-prefetch-msg'.
6001         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6002         'off if `wl-summary-buffer-disp-msg' is non-nil.
6003         Fixed problem that couldn't show only one new or unread message when
6004         enter folder.
6005         (wl-summary-reply): Don't call `split-window-vertically' and other
6006         window.
6007
6008 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-expire.el (wl-expire-refile): Fixed.
6011
6012 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6015
6016         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6017         biff notification is removed.
6018
6019         * wl.el (wl): Changed position of `elmo-init'.
6020
6021         * wl-draft.el (wl-default-draft-cite): Use date field
6022         on the citation buffer.
6023
6024         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6025
6026         * wl-xmas.el (wl-folder-internal-icon-list): Added
6027         `wl-folder-shimbun-image'.
6028
6029         * wl-e21.el (wl-folder-internal-icon-list): Added
6030         `wl-folder-shimbun-image'.
6031
6032 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6033
6034         * wl.el (wl-init): Eliminated argument.
6035         (wl): Rewrite.
6036
6037         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6038         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6039         instead of `elmo-folder-msgdb-internal'.
6040         (wl-summary-sync-update): Ditto.
6041         (wl-summary-flush-pending-append-operations): Eliminated.
6042         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6043         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6044         `elmo-folder-open'.
6045
6046         * wl-mime.el (wl-summary-burst): Fixed.
6047
6048         * wl-folder.el (wl-folder-info-save): Check data type.
6049
6050         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6051         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6052         instead of `elmo-folder-msgdb-internal'.
6053         (wl-expire-hide): Ditto.
6054
6055
6056         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6057
6058 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6059
6060         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6061
6062 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6065
6066 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6067
6068         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6069         Fixed `match-beginning' argument mismatch.
6070
6071 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6072
6073         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6074         the default value.
6075
6076 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6079         instead of `elmo-nntp-default-port'.
6080
6081         * wl-vars.el: Fixed some doc strings.
6082
6083 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl-summary.el (wl-summary-prefetch-msg): Use
6086         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6087
6088         * wl-vars.el: Define *-func as obsolete variable using
6089         `elmo-define-obsolete-variable'.
6090
6091         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6092         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6093         instead of `wl-message-buffer-prefetch-threshold'.
6094
6095         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6096
6097         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6098
6099         * wl-draft.el (wl-caesar-region-func): Ditto.
6100
6101         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6102         Keep unread status in elmo-folder-move-messages.
6103         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6104
6105 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6106
6107         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6108         `wl-summary-buffer-exit-func'
6109         (wl-summary-buffer-message-redisplay-function): Renamed from
6110         `wl-summary-buffer-message-redisplay-func'
6111         (wl-summary-buffer-next-folder-function): Renamed from
6112         `wl-summary-buffer-next-folder-func'.
6113         (wl-summary-buffer-prev-folder-function): Renamed from
6114         `wl-summary-buffer-prev-folder-func'.
6115         (wl-summary-get-petname-function): Renamed from
6116         `wl-summary-get-petname-func'.
6117
6118         * wl-score.el (wl-score-edit-exit-function): Renamed from
6119         `wl-score-edit-exit-func'.
6120
6121         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6122         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6123
6124         * wl-util.el (wl-load-profile-function): Renamed from
6125         `wl-load-profile-func'.
6126
6127         * wl-folder.el (wl-folder-completion-function): Renamed from
6128         `wl-folder-completion-func'.
6129         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6130
6131         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6132         `wl-expire-archive-get-folder-func'.
6133         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6134         (wl-draft-send-mail-function): Renamed from
6135         `wl-draft-send-mail-func'.
6136         (wl-draft-send-news-function): Renamed from
6137         `wl-draft-send-news-func'.
6138         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6139         (wl-generate-mailer-string-function): Renamed from
6140         `wl-generate-mailer-string-func'.
6141         (wl-highlight-signature-search-function): Renamed from
6142         `wl-highlight-signature-search-func'.
6143         (wl-highlight-x-face-function): Renamed from
6144         `wl-highlight-x-face-func'
6145         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6146         (wl-ps-print-buffer-function): Renamed from
6147         `wl-ps-print-buffer-func'
6148         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6149         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6150         (wl-summary-subject-filter-function): Renamed from
6151         `wl-summary-subject-filter-func'.
6152
6153         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6154         `wl-draft-queue-flush-send-func'
6155         (wl-draft-cite-function): Renamed from
6156         `wl-draft-cite-func'
6157
6158         * wl-address.el (wl-address-init-function): Renamed from
6159         `wl-address-init-func'.
6160
6161 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * wl-draft.el (wl-draft-queue-flush): Don't call
6164         `elmo-dop-unlock-message'.
6165         * wl-draft.el (wl-draft-queue-append): Don't call
6166         `elmo-dop-lock-message'.
6167
6168         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6169         (wl-summary-buffer-folder-name): Ditto.
6170         (wl-summary-message-regexp): Added '-' (all other related portions
6171         are changed).
6172         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6173         wl-summary-buffer-folder-name.
6174
6175 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6176
6177         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6178         the number of mails in the folder buffer is not updated by wl-biff.
6179
6180 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6181
6182         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6183         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6184
6185 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6186
6187         * wl-summary.el (wl-summary-next-message):
6188         Return next message number when wl-summary-move-order is nil.
6189
6190 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6191
6192         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6193         `wl-summary-move-spec-alist'.
6194         (wl-summary-move-spec-unplugged-alist): New variable
6195         (Move spec for unplugged status).
6196         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6197         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6198
6199 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6200
6201         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6202         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6203
6204 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6205
6206         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6207         simple quotation to quote the anonymous function.
6208         * tm-wl.el (wl-draft-preview-message): Ditto.
6209
6210 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6211
6212         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6213         Eliminate redundant `save-excursion'.
6214         (wl-highlight-summary-current-line): Ditto.
6215
6216         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6217         accessing match data when `looking-at' failed.
6218
6219         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6220         `elmo-match-string' where users don't care about the speed.
6221         (wl-draft-save): Ditto.
6222
6223 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-util.el (wl-regexp-opt): New function.
6226
6227         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6228         number from `wl-summary-buffer-number-list'.
6229         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6230         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6231         (wl-summary-move-spec-alist): Changed default setting.
6232
6233 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6234
6235         * wl-vars.el (wl-biff-notify-hook): New hook.
6236         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6237         the arrival of new mail.
6238         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6239         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6240
6241 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6244
6245 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6246
6247         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6248
6249         * Version number is increased to 2.5.8.
6250
6251         * wl-thread.el (toplevel): require 'cl.
6252         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6253         (wl-thread-make-number-list): New function.
6254         (wl-thread-entity-make-number-list-from-children): Ditto.
6255         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6256         (wl-thread-entity-insert-as-children): Likewise.
6257         (wl-thread-delete-message): Likewise.
6258         (wl-meaning-of-mark): Eliminated.
6259         (wl-thread-next-failure-mark-p): Ditto.
6260         (wl-thread-entity-get-mark): Ditto.
6261         (wl-thread-meaning-alist-get-result): Ditto.
6262         (wl-thread-entity-check-prev-mark): Ditto.
6263         (wl-thread-entity-check-next-mark): Ditto.
6264         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6265         (wl-thread-entity-get-prev-marked-entity): Ditto.
6266         (wl-thread-get-prev-unread): Ditto.
6267         (wl-thread-jump-to-prev-unread): Ditto.
6268         (wl-thread-get-next-unread): Ditto.
6269         (wl-thread-jump-to-next-unread): Ditto.
6270         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6271         (wl-thread-entity-get-next-marked-entity): Ditto.
6272
6273         * wl-summary.el (wl-summary-buffer-number-list):
6274         New bufer-local variable.
6275         (wl-summary-switch-to-clone-buffer): Clone
6276         `wl-summary-buffer-number-list'.
6277         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6278         (wl-summary-cursor-move-regex): Eliminated.
6279         (wl-summary-cursor-up): Rewrite.
6280         (wl-summary-cursor-down): Ditto.
6281         (wl-summary-mode-spec-alist): New variable.
6282         (wl-summary-next-message): New inline function.
6283         (wl-summary-cursor-move): New function.
6284         (wl-summary-default-get-next-msg): Rewrite.
6285         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6286         (wl-summary-rescan): Ditto.
6287         (wl-summary-sync-all-init): Ditto.
6288         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6289         summary is not thread view.
6290         (wl-summary-sync-update): Ditto.
6291         (wl-summary-rescan): Ditto.
6292         (wl-summary-make-number-list): New function.
6293
6294         * wl-draft.el: "FCC" -> "Fcc".
6295
6296 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-highlight.el (wl-highlight-summary-window):
6299         Call `set-buffer-modified-p'.
6300
6301         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6302         (wl): Call `elmo-init' and fix.
6303
6304         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6305         Use new variables.
6306
6307         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6308
6309 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6312
6313 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6314
6315         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6316
6317 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6318
6319         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6320         `wl-use-toolbar' nor `display-graphic-p'.
6321         (wl-e21-setup-message-toolbar): Ditto.
6322         (wl-e21-setup-summary-toolbar): Ditto.
6323         (wl-e21-setup-folder-toolbar): Ditto.
6324
6325         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6326         (wl-plugged-init-icons): Ditto.
6327
6328         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6329         `display-graphic-p'.
6330         (wl-plugged-set-folder-icon): Ditto.
6331         (wl-highlight-plugged-current-line): Ditto.
6332         (wl-highlight-folder-current-line): Ditto.
6333         (wl-e21-highlight-folder-group-line): Ditto.
6334         (wl-e21-setup-toolbar): Ditto.
6335         (wl-e21-display-image-p): New macro.
6336
6337         * wl-demo.el (wl-demo): Simplified.
6338         (wl-demo-image-type-alist): Use `image-type-available-p' for
6339         checking whether the image type `xbm' is available.
6340
6341 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6344         (wl-summary-input-range): Ditto.
6345
6346 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-summary.el (wl-summary-edit-addresses): Use
6349         `wl-summary-get-original-buffer'
6350         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6351         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6352         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6353         (wl-summary-get-newsgroups): Eliminated.
6354         (wl-summary-set-crosspost): Ditto.
6355         (wl-summary-is-crosspost-folder): Ditto.
6356         (wl-crosspost-alist-load): Ditto.
6357         (wl-crosspost-alist-save): Ditto.
6358
6359         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6360         `elmo-setup-subscribed-newsgroups' instead of
6361         `elmo-nntp-make-groups-hashtb'.
6362         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6363         instead of `wl-crosspost-alist-save'.
6364
6365         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6366         of `elmo-folder-message-appendable-p'.
6367         (wl-mime-header-presentation-method): Eliminated.
6368
6369         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6370         (Error occurs in emacs21).
6371
6372         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6373         the current buffer).
6374
6375         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6376         instead of `wl-crosspost-alist-save'.
6377         (wl-init): `elmo-crosspost-message-alist-load'
6378         instead of `wl-crosspost-alist-load'
6379
6380         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6381         (wl-parse-newsgroups): Likewise.
6382         (wl-biff-notify): Run `wl-biff-notify-hook'.
6383
6384 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6387
6388         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6389         when `wl-summary-lazy-highlight' is non-nil.
6390         (wl-summary-goto-folder-subr): Highlight only when
6391         `wl-summary-lazy-highlight' is non-nil.
6392
6393         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6394         Don't display progress and highlight temp-mark when
6395         `wl-summary-lazy-highlight' is non-nil.
6396         (wl-highlight-summary-window): New function.
6397         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6398
6399 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-summary.el (wl-summary-sync): Change `all-visible'
6402         from `all-shown'
6403         (wl-summary-input-range): Ditto.
6404
6405 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6406
6407         * wl-e21.el (wl-highlight-folder-current-line): Call
6408         `wl-folder-init-icons' when folder icons have not been initialized.
6409
6410         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6411
6412         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6413         (wl-demo-image-type-alist): New macro.
6414
6415 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6416
6417         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6418         display does not support graphics.
6419         (wl-plugged-init-icons): Ditto.
6420         (wl-folder-init-icons): Ditto.
6421
6422         * wl-demo.el (wl-demo): Chech closely whether the display
6423         supports graphics.
6424
6425 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-summary.el (wl-summary-get-original-buffer): New function.
6428         (wl-summary-set-crosspost): Use it.
6429         (wl-summary-target-mark-uudecode): Ditto.
6430         (wl-summary-reedit): Ditto.
6431         (wl-summary-resend-bounced-mail): Ditto.
6432         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6433         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6434
6435         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6436         (wl-message-display-internal): Ditto.
6437
6438 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6441
6442 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-summary.el (wl-summary-save-view): Renamed from
6445         `wl-summary-save-status'.
6446
6447 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6448
6449         * wl-summary.el (wl-summary-sync): Added `all-shown'
6450
6451 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6452
6453         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6454
6455 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6458
6459 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6460
6461         * wl-highlight.el (wl-highlight-summary-line-string): Use
6462         `zerop' instead of `= 0'.
6463         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6464
6465         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6466         for comparing numbers.
6467         (wl-template-prev): Use `zerop' instead of `eq 0'.
6468
6469         * wl-draft.el (wl-draft-insert-current-message): Use
6470         `with-current-buffer' instead of `save-excursion'.
6471         Use `zerop' instead of `eq 0'.
6472
6473 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6474
6475         * wl-draft.el (wl-draft-insert-ccs): New function.
6476         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6477         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6478
6479 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6482
6483 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-expire.el (wl-expire-refile): Don't call
6486         elmo-msgdb-add-msgs-to-seen-list;
6487         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6488         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6489
6490 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-message.el (wl-message-prev-page): Ignore errors while
6493         scroll-down.
6494
6495 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-mime.el: Use elmo-original-message-mode instead of
6498         mmelmo-original-mode.
6499
6500         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6501         `elmo-folder-get-spec';
6502         (wl-fldmgr-add-completion-all-completions):
6503         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6504
6505         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6506         of `elmo-folder-get-type'.
6507
6508         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6509         `elmo-folder-get-spec';
6510         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6511         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6512         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6513         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6514         `elmo-read-msg-no-cache';
6515         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6516         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6517         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6518         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6519         `elmo-cache-save';
6520         (wl-draft-reedit): Use `elmo-message-file-name'.
6521
6522         * wl-expire.el: Use `elmo-folder-name-internal';
6523         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6524         Use macro `wl-summary-buffer-msgdb' instead of variable
6525         `wl-summary-buffer-msgdb';
6526         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6527         Use macro `wl-summary-buffer-folder-name' instead of variable
6528         `wl-summary-buffer-folder-name'.
6529         * wl-score.el: Likewise.
6530
6531         * wl-message.el: Rewrite for new message buffer cache mechanism.
6532         (wl-message-buffer-cache-buffer-get): New macro.
6533         (wl-message-buffer-cache-folder-get): Ditto.
6534         (wl-message-buffer-cache-message-get): Ditto.
6535         (wl-message-buffer-cache-entry-make): Ditto.
6536         (wl-message-buffer-cache-hit): Ditto.
6537         (wl-message-buffer-cache-sort): New function.
6538         (wl-message-buffer-cache-add): Ditto.
6539         (wl-message-buffer-cache-delete): Ditto.
6540         (wl-message-buffer-cache-clean-up): Ditto.
6541         (wl-message-buffer-window): Rewrite.
6542         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6543         (wl-message-buffer-display): New function.
6544         (wl-message-display-internal): New function.
6545
6546 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-folder.el: Use `elmo-folder-name-internal';
6549         Use `wl-folder-get-elmo-folder';
6550         Use `elmo-folder-list-messages' instead of
6551         `elmo-list-folder';
6552         Use `elmo-folder-get-primitive-list' instead of
6553         `elmo-folder-get-primitive-spec-list';
6554         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6555         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6556         Use `elmo-folder-create' instead of `elmo-create-folder'.
6557         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6558         (wl-folder-get-elmo-folder): New macro.
6559         (wl-folder-elmo-folder-cache-get): Ditto.
6560         (wl-folder-elmo-folder-cache-put): Ditto.
6561         (wl-folder-suspend): Call `elmo-quit'.
6562
6563         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6564         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6565         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6566         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6567         (toplevel): require 'cl.
6568         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6569
6570         * wl-summary.el: Rewrite to use new elmo interface.
6571
6572 \f
6573 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-mime.el (wl-draft-preview-message):
6576         Run `wl-draft-send-hook' before collecting recipients information;
6577         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6578
6579         * tm-wl.el (wl-draft-preview-message): Ditto.
6580
6581 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6584         wrong recipients are displayed when forwarded message.
6585
6586 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * Version number is increased to 2.5.7.
6589
6590 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6591
6592         * wl-message.el (wl-message-next-page): Bind
6593         `window-pixel-scroll-increment' to nil while scrolling up.
6594
6595 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * wl-vars.el (wl-save-hook): New hook.
6598         * wl.el (wl-save): Call `wl-save-hook'.
6599
6600 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6601
6602         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6603         Argument WITH-ARG instead of NO-ARG (negative mean).
6604         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6605         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6606         * wl-message.el (wl-message-follow-current-entity): Likewise.
6607
6608 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6609
6610         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6611         FROM was optional argument.
6612         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6613
6614 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6615
6616         * Version number is increased to 2.5.6.
6617
6618 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6619
6620         * wl-version.el (wl-version-show): Removed.
6621         (wl-version): Add `interactive'.
6622
6623 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6624
6625         * wl-summary.el (wl-summary-get-petname-func): New variable.
6626         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6627         instead of `wl-address-get-petname-1'.
6628         (wl-summary-simple-from): Ditto.
6629
6630         * wl-address.el (wl-address-get-petname-1): Define as function.
6631
6632 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6635         field in the original message.
6636         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6637
6638 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6639
6640         * wl-expire.el (wl-expire-hide):
6641         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6642
6643 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6646         find decoder for To, Cc, and Subject.
6647
6648 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6651         for checking `elmo-use-buffer-cache'.
6652         (wl-summary-mark-as-important): Fixed typo in comment.
6653
6654 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6657         field in the original message.
6658         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6659
6660 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6661
6662         * wl-expire.el (wl-expire-hide):
6663         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6664
6665 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6668         find decoder for To, Cc, and Subject.
6669
6670 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * Version number is increased to 2.5.5.
6673
6674         * wl-address.el (wl-address-specials-regexp): New constant.
6675         (wl-address-quote-specials): Use it.
6676
6677 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-summary.el (wl-summary-rescan):
6680         Call `wl-summary-buffer-number-column-detect'.
6681         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6682
6683         * wl-message.el (wl-message-mode-map): Define.
6684         (wl-message-decode): Use it as local-map.
6685
6686 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6689         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6690
6691 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6694
6695         * wl-mule.el (wl-read-event-char): Ditto.
6696
6697         * wl-e21.el (wl-read-event-char): Ditto.
6698
6699         * wl-nemacs.el (wl-read-event-char): Ditto.
6700         (read-event): Removed.
6701
6702         * wl-util.el (toplevel): Removed dummy definition of
6703         `read-event'.
6704         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6705
6706 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6707
6708         * wl-nemacs.el (elmo-archive-call-process): Moved to
6709         elmo-archive.el.
6710
6711 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6712
6713         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6714         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6715
6716         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6717         instead of magic-number 6.  Use `not' instead of `null' for symbol
6718         `nil' check (not empty list).
6719         (wl-draft-insert-x-face-field): Fixed paren style.
6720
6721         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6722         one-branch conditional statement, instead of `and' and `if'.
6723         (wl-draft-forward): Likewise.
6724         (wl-draft-add-references): Likewise.
6725         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6726
6727         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6728         conditional steatment.  Use `cond' instead of `if'.
6729         (wl-draft-confirm): Likewise.
6730
6731 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6732
6733         * wl-version.el (wl-version-show): Use `product-string-1'
6734         instead of `wl-version'.
6735         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6736
6737         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6738
6739 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6740
6741         * wl-highlight.el (wl-highlight-headers): Revert
6742         `wl-highlight-x-face-func' argument (`beg' and `end').
6743
6744 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl.el (toplevel): Move `product-provide' declare.
6747         * wl-demo.el (toplevel): Ditto.
6748         * wl-dnd.el (toplevel): Ditto.
6749         * wl-highlight.el (toplevel): Ditto.
6750         * wl-message.el (toplevel): Ditto.
6751         * wl-refile.el (toplevel): Ditto.
6752         * wl-util.el (toplevel): Ditto.
6753
6754 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6757         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6758         (wl-thread-close-all): keep cursor position.
6759
6760 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6761
6762         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6763         (eq x 0).
6764         (wl-generate-user-agent-string-1): Fix conditional statement.
6765
6766 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl.el (wl-check-environment): Additional check for
6769         'wl-local-domain' and `wl-message-id-domain'.
6770
6771 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6772
6773         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6774
6775 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6778         instead of `smtp-sasl-user-realm'.
6779
6780 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6783
6784 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6785
6786         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6787         to the default value as well as `eword-lexical-analyzer'.
6788
6789 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6790
6791         * wl-version.el (wl-extended-emacs-version,
6792         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6793         `elmo-match-string' instead of `wl-match-string'.
6794
6795 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6796
6797         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6798         docstring.
6799
6800 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6801
6802         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6803
6804 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6805
6806         * wl-highlight.el (wl-highlight-headers): Remove
6807         `wl-highlight-x-face-func' argument (`beg' and `end').
6808
6809 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-summary.el (wl-summary-mark-as-important):
6812         Remove cache if folder is local.
6813
6814 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6815
6816         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6817         to get existing e-mail address string.
6818
6819 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * wl-version.el (wl-generate-user-agent-string): Commentary.
6822         (wl-generate-user-agent-string-1): Use `when' for
6823         one-branch conditional statement, instead of `and' and `if'.
6824         (wl-extended-emacs-version, wl-extended-emacs-version2,
6825         wl-extended-emacs-version3): Ditto.
6826
6827 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6830         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6831         condition-case; Remove initialization.
6832         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6833         (wl-summary-sync-update3): Added argument `sync-all';
6834         Eliminated local variable `msgdb';
6835         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6836         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6837         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6838
6839 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6840
6841         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6842         connection before call `wl-draft-send-mail-with-smtp'.
6843
6844 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * Version number is increased to 2.5.4.
6847
6848 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl.el (wl-check-environment): Additional check for
6851         'wl-local-domain' and `wl-message-id-domain'.
6852
6853 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6856         buffer as command specific.
6857         (wl-folder-mark-as-read-all-entity): Ditto.
6858         (wl-folder-prefetch-entity): Ditto.
6859         (wl-folder-drop-unsync-entity): Ditto.
6860
6861         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6862         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6863         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6864
6865         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6866         save-excursion.
6867
6868 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * Version number is increased to 2.5.3.
6871
6872         * wl-summary.el (wl-summary-save-view-cache):
6873         Delete duplicated `write-region';
6874         Use `write-region-as-binary' instead of `as-binary-output-file' and
6875         `write-region'.
6876
6877 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6878
6879         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6880
6881 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6884         instead of `smtp-via-smtp'.
6885
6886 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6887
6888         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6889
6890 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6893         instead of `smtp-sasl-user-realm'.
6894
6895 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6898
6899 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6900
6901         * Version number is increased to 2.5.2.
6902
6903 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6906         does not exist.
6907         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6908         (wl-biff-start): Call `timer-activate' if timer already exists.
6909
6910         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6911         only when it is bound as function.
6912
6913 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6914
6915         * Version number is increased to 2.5.1.
6916
6917 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6920         Print refile/copy destination.
6921
6922 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6925         queue-flush-only is non-nil.
6926
6927         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6928
6929         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6930         checking cache folder.
6931
6932 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6935         `regexp-quote'.
6936
6937 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6940         function.
6941         * wl-summary.el (wl-summary-write-current-folder-functions):
6942         Change default value.  Use it.
6943
6944 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * Version number is increased to 2.5.0.
6947
6948         * wl-version.el (wl-version): Changed codename.
6949
6950 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6953         (wl-summary-supersedes-message): Ditto.
6954
6955 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6956
6957         * wl-refile.el (wl-refile-guess-functions): Renamed from
6958         `wl-refile-guess-func-list'.
6959
6960 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6963         Fixed problem when no rule was matched.
6964
6965 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6966
6967         * wl-summary.el (wl-summary-get-mark): Fixed
6968         `wl-summary-buffer-target-mark' check logic.
6969
6970 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6971
6972         * wl-folder.el (wl-folder-write-current-folder): Added group
6973         folder check.
6974
6975         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6976         `wl-summary-write-current-newsgroup'.
6977         (wl-summary-write-current-folder-functions): New variable.
6978         * wl-folder.el (wl-folder-get-newsgroups): New function.
6979         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6980         (wl-folder-write-current-folder): Renamed from
6981         `wl-folder-write-current-newsgroup'.
6982
6983 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6984
6985         * Version number is increased to 2.3.93.
6986
6987 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6990         (wl-ldap-make-matched-value-list): Ditto.
6991         (wl-ldap-alias-safe-string): Split e-mail address.
6992
6993         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6994         petname folder default was selected.
6995         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6996         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6997
6998 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7001         to `wl-draft-config-exec'.
7002
7003         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7004         instead of calling `wl-draft-config-exec';
7005         Process group-list and show recipients in minibuffer.
7006
7007         * tm-wl.el (wl-draft-preview-message): Ditto.
7008
7009 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7010
7011         * wl.el (toplevel): Added (C) to copyright notice, and
7012         sync Author header.
7013         * tm-wl.el (toplevel): Ditto.
7014         * wl-address.el (toplevel): Ditto.
7015         * wl-demo.el (toplevel): Ditto.
7016         * wl-dnd.el (toplevel): Ditto.
7017         * wl-draft.el (toplevel): Ditto.
7018         * wl-e21.el (toplevel): Ditto.
7019         * wl-expire.el (toplevel): Ditto.
7020         * wl-folder.el (toplevel): Ditto.
7021         * wl-highlight.el (toplevel): Ditto.
7022         * wl-message.el (toplevel): Ditto.
7023         * wl-mime.el (toplevel): Ditto.
7024         * wl-mule.el (toplevel): Ditto.
7025         * wl-nemacs.el (toplevel): Ditto.
7026         * wl-refile.el (toplevel): Ditto.
7027         * wl-score.el (toplevel): Ditto.
7028         * wl-summary.el (toplevel): Ditto.
7029         * wl-template.el (toplevel): Ditto.
7030         * wl-thread.el (toplevel): Ditto.
7031         * wl-util.el (toplevel): Ditto.
7032         * wl-vars.el (toplevel): Ditto.
7033         * wl-xmas.el (toplevel): Ditto.
7034
7035 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7036
7037         * wl.el (wl-init): Added comment about `wl-init-hook'.
7038         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7039         * wl-vars.el (wl-init-hook): Added docs.
7040         (wl-make-plugged-hook): Removed useless docs.
7041         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7042         * wl-xmas.el (toplevel): Ditto.
7043
7044 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-address.el (toplevel): Fixed multiple Author header format.
7047         * wl-demo.el (toplevel): Ditto.
7048         * wl-draft.el (toplevel): Ditto.
7049         * wl-folder.el (toplevel): Ditto.
7050         * wl-summary.el (toplevel): Ditto.
7051         * wl-thread.el (toplevel): Ditto.
7052         * wl-util.el (toplevel): Ditto.
7053         * wl-vars.el (toplevel): Ditto.
7054         * wl-version.el (toplevel): Ditto.
7055         * wl-xmas.el (toplevel): Ditto.
7056         * wl.el (toplevel): Ditto.
7057
7058         * wl-version.el (toplevel): Added require `elmo-version' for
7059         `product-version-as-string'.
7060
7061 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-vars.el (wl-draft-send-hook): Changed default value to
7064         '(wl-draft-config-exec).
7065
7066         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7067         explicitly.
7068         (wl-draft): Set `wl-draft-config-exec-flag' before running
7069         `wl-mail-setup-hook'.
7070
7071         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7072         `wl-biff-init-icons' to `wl-init-hook' instead of
7073         `wl-make-plugged-hook'.
7074         (Because if `wl-draft' command is invoked at first,
7075         they are not initialized)
7076         Updated copyright notice.
7077
7078         * wl-e21.el (toplevel): Ditto;
7079
7080         * wl-demo.el (toplevel): Updated copyright notice.
7081         * wl-address.el (toplevel): Ditto.
7082         * wl-draft.el (toplevel): Ditto.
7083         * wl-version.el (toplevel): Ditto.
7084         * wl-folder.el (toplevel): Ditto.
7085         * wl-summary.el (toplevel): Ditto.
7086         * wl-thread.el (toplevel): Ditto.
7087         * wl-util.el (toplevel): Ditto.
7088         * wl-vars.el (toplevel): Ditto.
7089         * wl.el (toplevel): Ditto.
7090
7091 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-highlight.el (wl-highlight-message): Fixed problem of
7094         highlighting failure which occured when the last field contains
7095         multiple lines in the draft buffer.
7096
7097         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7098         `wl-biff-start' if plugged.
7099
7100         * wl-util.el (wl-biff-check-folder): New function.
7101         (wl-biff-check-folders): Don't set session name prefix.
7102         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7103         (wl-biff-check-folder-async): Ditto.
7104
7105         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7106         in email address.
7107
7108 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7109
7110         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7111
7112         * wl-draft.el (wl-draft-strip-subject-re): New function.
7113
7114         * wl-draft.el (wl-draft-reply): Use it.
7115
7116 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-message.el (wl-mmelmo-message-redisplay): Use
7119         `mime-display-message' instead of `wl-mime-display-message'.
7120
7121         * wl-mime.el (toplevel): Removed compatibility workaround
7122         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7123         (wl-mime-display-message): Abolished.
7124         (wl-mime-entity-read-field): Ditto.
7125         (wl-mime-combine-message/partial-pieces): Use
7126         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7127
7128 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7129
7130         * wl-template.el: Doc fixes.
7131
7132 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7133
7134         * wl-e21.el (wl-message-overload-functions): Do nothing if
7135         `current-local-map' is not available.
7136         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7137
7138 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7139
7140         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7141         representation.
7142
7143         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7144         number.
7145         (wl-fldmgr-save-folders): Don't use `format' when insert
7146         `wl-fldmgr-folders-header'.
7147
7148 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7149
7150         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7151
7152 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-highlight.el (wl-highlight-message):
7155         Use `std11-field-end' to detect end point of the header field.
7156         Refer `wl-highlight-max-header-size'.
7157
7158         * wl-vars.el (wl-highlight-max-header-size): New variable.
7159
7160         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7161
7162         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7163         Set `for-draft' argument of wl-highlight-headers.
7164         (wl-draft): Ditto.
7165         (wl-draft-reedit): Ditto.
7166         (wl-user-agent-compose-internal): Ditto.
7167
7168 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7169
7170         * wl-message.el (wl-message-add-button): Use overlay.
7171
7172 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7175
7176         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7177         problem when group-list content is nothing.
7178         (Reported by Mito <mit@nines.nec.co.jp>)
7179
7180 2000-10-18  SAITO Atsunori <sai@yedo.com>
7181
7182         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7183
7184 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7185
7186         * tm-wl.el (toplevel): Use product-provide.
7187
7188 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * Version number is increased to 2.3.92.
7191
7192 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7193
7194         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7195         title text, use `display' property for left margin under Emacs 21.
7196
7197         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7198         properties.
7199         (wl-plugged-init-icons): Ditto.
7200
7201 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7202
7203         * wl.el (wl-save-status, wl-init): Remove last period in
7204         "...done." message.
7205         * tm-wl.el (wl-summary-burst): Ditto.
7206         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7207         wl-summary-resume-cache-status,
7208         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7209         wl-summary-sync-update3, wl-summary-highlight-msgs,
7210         wl-summary-flush-pending-append-operations,
7211         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7212         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7213         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7214         wl-thread-open-all): Ditto.
7215         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7216         * wl-mime.el (wl-summary-burst): Ditto.
7217         * wl-highlight.el (wl-highlight-summary): Ditto.
7218         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7219         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7220         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7221         * wl-address.el (wl-local-address-init): Ditto.
7222
7223 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7224
7225         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7226         `add-text-properties'.
7227         (wl-plugged-init-icons): Ditto.
7228         (wl-folder-init-icons): Use `propertize' instead of
7229         `put-text-property'.
7230         (wl-plugged-set-folder-icon): Ditto.
7231         (wl-e21-highlight-folder-group-line): Ditto.
7232
7233 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-version.el (wl-version-status-alist): New variable.
7236         (wl-version-status): New function.
7237
7238         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7239         "Cc" part of the case "Reply-To".
7240
7241         * wl-draft.el (wl-draft-reply): Use result of
7242         `eword-extract-address-components'.
7243
7244         * wl-demo.el (wl-demo-icon-name): New constant.
7245         (wl-logo-xpm): Use it.
7246         (wl-logo-xbm): Ditto.
7247         (wl-logo-bitmap): Ditto.
7248
7249         * Version number is increased to 2.3.91.
7250
7251 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7254         (wl-extended-emacs-version, wl-extended-emacs-version2,
7255         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7256         docstring.
7257
7258         * wl-version.el (wl-generate-user-agent-string-1): New function.
7259         (wl-generate-user-agent-string): Use it.
7260
7261         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7262         `mime-edit-insert-user-agent-field'.
7263         (wl-generate-user-agent-string): Check
7264         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7265
7266         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7267         instead of `if', when verbose case.
7268
7269 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7270
7271         * wl-expire.el (wl-summary-expire): Fix.
7272
7273 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7274
7275         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7276         and `elmo-lost+found-folder' if 'wl-draft.
7277         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7278
7279 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7280
7281         * wl-expire.el (wl-summary-expire): Change messages.
7282         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7283         `deleing-info' instead of "Deleting..."
7284
7285 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7286
7287         * wl-summary.el (wl-summary-refile-subr): Fix.
7288
7289 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7292         if pipe folder.
7293
7294 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7295
7296         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7297
7298 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7299
7300         * wl-expire.el (wl-expire-hide): New function.
7301         (wl-summary-expire): Add `hide'.
7302
7303 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-vars.el (wl-draft-reply-without-argument-list):
7306         Changed default value to consider `Reply-To:'.
7307         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7308
7309         * Version number is increased to 2.3.90.
7310
7311         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7312         elmo-imap4-get-session with unwind-protect.
7313         Don't cause error.
7314         (wl-summary-sync-marks): Don't check plugged nor folder type.
7315         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7316         (Always keep current buffer).
7317
7318 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7319
7320         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7321         Enclose with `save-excursion'.
7322
7323 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7324
7325         * wl-version.el (wl-version): Remove interactive.
7326
7327 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7328
7329         * wl-version.el (wl-generate-user-agent-string): Use
7330         `product-string-verbose' instead of `product-string-1'.
7331
7332 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7333
7334         * wl-vars.el (wl-draft-use-cache): New variable.
7335         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7336         if wl-draft-use-cache is non-nil.
7337
7338 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7339
7340         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7341         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7342
7343 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7346         (wl-thread-msg-mark-as-unread): Ditto.
7347
7348         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7349         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7350         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7351         Don't set mark in summary if return value of `elmo-mark-as-read'
7352         is nil.
7353         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7354         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7355         instead of `wl-thread-msg-mark-as-read'.
7356         (wl-summary-mark-as-unread-region): Ditto.
7357         (wl-summary-target-mark-mark-as-read): Ditto.
7358
7359         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7360
7361 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7364
7365         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7366
7367 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7370         face.
7371
7372 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7373
7374         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7375         `running-xemacs'.
7376
7377 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-version.el (toplevel): Use `product-version-as-string' for
7380         set verstion-string, if defined.
7381
7382         * wl-version.el (wl-version-show): Insert string at point, when
7383         call with argument.
7384
7385         * wl-version.el (wl-generate-user-agent-string): Use
7386         `product-string-1' instead of `wl-appname', `wl-version' and
7387         `wl-codename'.
7388
7389 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7390
7391         * wl-address.el (toplevel): Use product-provide.
7392         * wl-demo.el (toplevel): Ditto.
7393         * wl-dnd.el (toplevel): Ditto.
7394         * wl-draft.el (toplevel): Ditto.
7395         * wl-e21.el (toplevel): Ditto.
7396         * wl-expire.el (toplevel): Ditto.
7397         * wl-fldmgr.el (toplevel): Ditto.
7398         * wl-folder.el (toplevel): Ditto.
7399         * wl-highlight.el (toplevel): Ditto.
7400         * wl-message.el (toplevel): Ditto.
7401         * wl-mime.el (toplevel): Ditto.
7402         * wl-mule.el (toplevel): Ditto.
7403         * wl-nemacs.el (toplevel): Ditto.
7404         * wl-refile.el (toplevel): Ditto.
7405         * wl-score.el (toplevel): Ditto.
7406         * wl-summary.el (toplevel): Ditto.
7407         * wl-template.el (toplevel): Ditto.
7408         * wl-thread.el (toplevel): Ditto.
7409         * wl-util.el (toplevel): Ditto.
7410         * wl-vars.el (toplevel): Ditto.
7411         * wl-xmas.el (toplevel): Ditto.
7412         * wl.el (toplevel): Ditto.
7413
7414 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7417         instead of product.
7418
7419         * wl-version.el (wl-version): Compile time evalution elmo-version.
7420
7421 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7422
7423         * wl-summary.el (wl-summary-sync-force-update): Append queue
7424         `mark-as-read'if unplugged.
7425
7426 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7427
7428         * wl-version.el: New file.  Use product.el.
7429         * wl.el: add (require 'wl-version).
7430         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7431         for ~/.folders header.
7432         (wl-fldmgr-folders-header): Changed.
7433         * wl-demo.el (wl-demo): Use product.el.
7434
7435         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7436         wl-version.el.
7437         * wl-util.el (wl-version, wl-version-show): Ditto.
7438
7439         * wl-util.el (wl-generate-user-agent-string,
7440         wl-extended-emacs-version, wl-extended-emacs-version2,
7441         wl-extended-emacs-version3): Move to wl-version.el.
7442         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7443         xemacs-codename, mime-edit-insert-user-agent-field,
7444         mime-edit-user-agent-value, mime-editor/version,
7445         mime-editor/codename): Compile warning killer move to
7446         wl-version.el
7447
7448 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7449
7450         * wl-summary.el (wl-summary-refile-subr): Fix.
7451
7452 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7455         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7456
7457 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7458
7459         * wl.el (wl-check-environment): Check too many `@'.
7460
7461 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7462
7463         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7464
7465 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7468         wl-draft-reply-myself-without-argument-list): Add variables.
7469         * wl-draft.el (wl-draft-reply): Use it.
7470
7471 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7472
7473         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7474         the 5th argument of `elmo-network-get-spec'.
7475
7476         * wl-thread.el (wl-thread-reparent-children): New inline function.
7477         (wl-thread-delete-message): Use it.
7478
7479         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7480         (wl-summary-score-update-all-lines): Don't use `dolist'.
7481
7482 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7485         (require 'elmo-msgdb) for inline function.
7486
7487 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7488
7489         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7490
7491 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7492
7493         * wl-score.el (wl-score-headers): Fix for the confusing macro
7494         `elmo-kill-buffer'.
7495
7496 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7497
7498         * wl-summary.el: Don't use the 3rd argument of `require' because
7499         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7500         * wl-util.el: Ditto.
7501         * wl-draft.el: Ditto.
7502
7503 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7504
7505         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7506         window system is not used.
7507
7508 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7509
7510         * wl-thread.el: Don't use `mapcar' only for iteration.
7511         (wl-thread-resume-entity): Ditto.
7512         (wl-thread-delete-message): Ditto.
7513
7514         * wl-summary.el: Bind `dragdrop-drop-functions',
7515         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7516         of `require' for `timezone', `easymenu' and `ps-print';
7517         don't use `mapcar' only for iteration.
7518
7519         * wl-util.el: Bind `mule-version', `nemacs-version',
7520         `emacs-beta-version', `xemacs-codename',
7521         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7522         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7523         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7524         only for iteration.
7525
7526         * wl-score.el: Don't use `mapcar' only for iteration.
7527         (wl-score-simplify-buffer-fuzzy): Ditto.
7528         (wl-score-simplify-subject): Ditto.
7529         (wl-score-headers): Ditto.
7530         (wl-summary-score-update-all-lines): Ditto.
7531
7532         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7533         `enable-multibyte-characters' and `mule-version'.
7534
7535         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7536         `mapcar' only for iteration.
7537
7538         * wl-demo.el: Don't use `mapcar' only for iteration.
7539
7540         * wl-folder.el: Don't use `mapcar' only for iteration.
7541         (wl-folder-open-all): Ditto.
7542         (wl-folder-count-incorporates): Ditto.
7543
7544         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7545         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7546
7547         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7548         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7549         `smtp-connection-type'; specify 3rd argument of `require' for
7550         `timezone'; don't use `mapcar' only for iteration.
7551         (wl-draft-clone-local-variables): Don't use `mapcar'.
7552         (wl-draft-generate-clone-buffer): Ditto.
7553         (wl-user-agent-compose-internal): Ditto.
7554
7555         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7556
7557         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7558         (wl-save-status): Ditto.
7559
7560         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7561         for iteration.
7562
7563 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7566         removed `Date'.
7567         (wl-fldmgr-make-filter-default): New user option.
7568
7569         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7570         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7571         (wl-fldmgr-filter-completion-alist): Abolish.
7572
7573         * wl.el (wl): Don't check servers if arg is non-nil.
7574
7575         * wl-draft.el (wl-draft-reply): Set only message-id string to
7576         In-Reply-To field.
7577
7578 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-summary.el (wl-summary-pick): Rewrite.
7581
7582         * wl-draft.el (wl-draft-forward): Get references field from
7583         original buffer.
7584         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7585
7586 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7587
7588         * wl-draft.el (wl-draft-forward): Add references field.
7589
7590 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7593         (wl-draft-reply): Use it.
7594
7595 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7596
7597         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7598         when Emacs 21 is running.
7599
7600         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7601         bindings.
7602
7603 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7604
7605         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7606         XPM icons transparent.
7607
7608         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7609         Emacs 21.
7610
7611 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7614         nil.
7615
7616         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7617         when it is persistent.
7618         (wl-summary-sync-marks): Changed argument for
7619         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7620         (wl-summary-virtual): Use `elmo-read-search-condition'.
7621         (wl-summary-redisplay-internal): If folder is local, mark as read
7622         even when folder is plugged.
7623
7624 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7625
7626         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7627         of `tool-bar-lines' in the frame parameters.
7628         (after-make-frame-functions, post-command-hook): Don't modify the
7629         value.
7630         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7631         wl-e21-tool-bar-lines): Removed.
7632
7633 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7634
7635         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7636         properties `evaporate' and `wl-momentary-overlay' as well.
7637         (wl-highlight-summary-displaying): Ditto.
7638         (wl-delete-all-overlays): Don't delete overlay which does not have
7639         a property `wl-momentary-overlay'.
7640
7641         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7642         `display-mouse-p' and `display-graphic-p'.
7643         (wl-folder-init-icons): Don't search for XBM or the other files.
7644         (wl-plugged-set-folder-icon): Make icons if and only if
7645         `display-graphic-p' returns non-nil.
7646         (wl-highlight-plugged-current-line): Use `before-string' overlay
7647         property to show icon images.
7648         (wl-highlight-folder-current-line): Ditto.
7649         (wl-e21-highlight-folder-group-line): Ditto.
7650         (wl-e21-highlight-folder-by-numbers): Ditto.
7651         (wl-e21-insert-image): Removed.
7652         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7653         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7654         said.
7655         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7656         `wl-e21-force-switch-toolbar'.
7657         (wl-e21-make-icon-image): Removed.
7658         (wl-e21-setup-toolbar): Don't search for XBM files.
7659         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7660         the default value.
7661
7662 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-util.el (wl-biff-check-folder-async): Set
7665         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7666
7667 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7668
7669         * wl-e21.el (after-make-frame-functions): Add
7670         `wl-e21-force-switch-toolbar'.
7671         (wl-e21-force-switch-toolbar): New function force to switch the
7672         toolbar appearance automatically.
7673         (post-command-hook): Add `wl-e21-switch-toolbar'.
7674         (wl-e21-switch-toolbar): New function to switch the toolbar
7675         appearance automatically.
7676         (wl-e21-tool-bar-lines): New buffer local variable.
7677
7678 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-util.el (wl-biff-check-folders-running): New variable.
7681         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7682         (wl-biff-check-folder-async-callback):
7683         Set `wl-biff-check-folders-running'.
7684         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7685         with unwind-protect.
7686
7687         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7688         Enclose `wl-folder-auto-check' with unwind-protect.
7689
7690         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7691         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7692
7693         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7694
7695         * wl-util.el (wl-biff-notify): New inline function.
7696         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7697         locally.
7698         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7699         folder-list' is 1.
7700         Use `wl-biff-notify'.
7701         (wl-biff-check-folder-async-callback): New function.
7702         (wl-biff-check-folder-async): Ditto.
7703
7704         * wl-folder.el (wl-folder): Don't check folders.
7705         (wl-folder-auto-check): New function.
7706
7707 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7708
7709         * wl-util.el (wl-biff-start) [Emacs19+]:
7710         Use `timer-next-integral-multiple-of-time'.
7711         (wl-biff-check-folders): Use `wl-default-folder'
7712         if `wl-biff-check-folder-list' is nil.
7713
7714 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7715
7716         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7717         instead of `elmo-delete-lists'.
7718
7719 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7720
7721         * wl.el (wl-plugged-toggle-all): Set the value of
7722         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7723         (wl-plugged-toggle): Ditto.
7724         (wl-toggle-plugged): Ditto.
7725         (wl-plugged-init): Ditto.
7726
7727         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7728         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7729         instead of `wl-biff-state-indicator-off' and
7730         `wl-biff-state-indicator-on'; don't modify the value and the type
7731         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7732         (wl-plugged-init-icons): Set icons data to
7733         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7734         instead of `wl-plug-state-indicator-off' and
7735         `wl-plug-state-indicator-on'; don't modify the value and the type
7736         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7737
7738         * wl-vars.el (wl-modeline-biff-state-off,
7739         wl-modeline-biff-state-on, wl-modeline-biff-status,
7740         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7741         wl-modeline-plug-status): New internal variables.
7742         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7743         wl-biff-check-interval, wl-biff-check-folder-list): Change
7744         customization group from `wl-folder' to `wl-highlight'.
7745         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7746         wl-show-plug-status-on-modeline): Defcustomized.
7747
7748         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7749         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7750         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7751         a flag to `mode-line-buffer-identification'.
7752
7753         * wl-e21.el (wl-biff-init-icons): Set icons data to
7754         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7755         instead of `wl-biff-state-indicator-off' and
7756         `wl-biff-state-indicator-on'.
7757         (wl-plugged-init-icons): Set icons data to
7758         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7759         instead of `wl-plug-state-indicator-off' and
7760         `wl-plug-state-indicator-on'.
7761
7762 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7763
7764         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7765         excessive titles.
7766
7767 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7768
7769         * wl.el (wl-plugged-mode): Use revised
7770         `wl-mode-line-buffer-identification'.
7771         (wl-plugged-init): Don't use `force-mode-line-update'.
7772
7773         * wl-xmas.el (wl-draft-overload-functions): Use revised
7774         `wl-mode-line-buffer-identification'.
7775         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7776         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7777         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7778         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7779         `wl-make-plugged-hook';
7780         add `wl-folder-init-icons' and `wl-setup-folder' to
7781         `wl-folder-mode-hook'.
7782
7783         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7784         19 as well.
7785         (wl-mode-line-display-priority-list): New user option.
7786         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7787         Defcustomized.
7788         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7789         Add docs.
7790
7791         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7792         start.
7793         (wl-mode-line-buffer-identification): Revised as a function.
7794
7795         * wl-summary.el (wl-summary-mode): Use revised
7796         `wl-mode-line-buffer-identification'; don't call
7797         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7798         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7799         `wl-xmas-setup-summary'.
7800
7801         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7802         `wl-mode-line-buffer-identification'.
7803
7804         * wl-mule.el (wl-draft-overload-functions): Use revised
7805         `wl-mode-line-buffer-identification'.
7806
7807         * wl-folder.el (wl-make-plugged-alist): Don't call
7808         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7809         (wl-folder): Don't call `wl-folder-init-icons' directly.
7810         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7811         `wl-xmas-setup-folder' directly;
7812         use revised `wl-mode-line-buffer-identification'.
7813         (TopLevel): Don't bind `wl-biff-init-icons',
7814         `wl-plugged-init-icons', `wl-folder-init-icons',
7815         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7816
7817         * wl-e21.el (wl-draft-overload-functions): Use revised
7818         `wl-mode-line-buffer-identification'.
7819         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7820         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7821         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7822         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7823         `wl-make-plugged-hook';
7824         add `wl-folder-init-icons' and `wl-setup-folder' to
7825         `wl-folder-mode-hook'.
7826
7827 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7828             Katsumi Yamaoka    <yamaoka@jpl.org>
7829
7830         * wl.el (wl): Call `wl-biff-start'.
7831         (wl-exit): Call `wl-biff-stop'.
7832         (wl-plugged-mode): Show biff in modeline.
7833         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7834
7835         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7836         (wl-biff-init-icons): New function.
7837         (wl-plugged-init-icons): Don't make too much keymaps.
7838         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7839
7840         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7841         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7842         variables.
7843         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7844         options.
7845
7846         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7847         wl-biff-start, wl-biff-stop): New functions.
7848         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7849         (wl-biff-timer-name): New variable.
7850
7851         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7852
7853         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7854         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7855
7856         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7857         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7858
7859         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7860         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7861         `wl-folder-init-icons' to `ignore' if they are not available.
7862         (wl-folder-mode): Show biff in modeline.
7863
7864         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7865         (wl-biff-init-icons): New function.
7866         (wl-plugged-init-icons): Don't make too much keymaps.
7867         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7868
7869 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7870
7871         * wl-vars.el (wl-strict-diff-folders): Customization Type
7872         and doc fix.  Define as a list of regular expressions for
7873         folders or nil.
7874         * wl-folder.el (wl-folder-check-one-entity): Use
7875         `wl-string-match-member' instead of `wl-string-member' for
7876         `wl-strict-diff-folders'.
7877
7878 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7879
7880         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7881         (wl-highlight-folder-current-line): Use it; new implementation.
7882         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7883         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7884         `defsubst' instead of `defun'.
7885
7886         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7887         `wl-highlight-group-folder-by-numbers'; made it can also be a
7888         number.  See info for more details.
7889
7890         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7891         running.
7892
7893         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7894         to bind them.
7895
7896         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7897         (wl-highlight-folder-current-line): New implementation.
7898
7899         * wl-highlight.el (wl-highlight-folder-group-line): New
7900         implementation.
7901         (wl-delete-all-overlays): Rewrite as a marco.
7902         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7903
7904         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7905         running.
7906         (wl-folder-*-glyph): No need to bind them.
7907
7908         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7909         `wl-e21-highlight-folder-group-icon'; rewrite.
7910         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7911         `defsubst' instead of `defun'.
7912         (wl-folder-mode-map): Bind it when compiling.
7913
7914 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7917
7918         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7919
7920 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7921
7922         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7923
7924 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7925
7926         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7927         (wl-highlight-folder-current-line): Use it.
7928
7929         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7930         in `id-name'.
7931
7932 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7933
7934         * wl.el: Require `wl-e21' when Emacs 21 is running.
7935
7936         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7937         default when Emacs 21 is running.
7938         (wl-use-highlight-mouse-line): Ditto.
7939         (wl-on-emacs21): New constant.
7940         (wl-on-emacs20): Removed.
7941
7942         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7943         Emacs 21 is running.
7944
7945         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7946         Emacs 21 is running.
7947
7948         * wl-e21.el: New file.
7949
7950 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7951
7952         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7953         (wl-toggle-plugged): Ditto.
7954         (wl-plugged-toggle): Ditto.
7955         (wl-plugged-toggle-all): Ditto.
7956
7957         * wl-vars.el (wl-plug-state-indicator): Refer
7958         `wl-plug-state-indicator-on' indirectly.
7959
7960 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7963         Call `wl-folder-confirm-existence'.
7964
7965         * wl-folder.el (wl-folder-confirm-existence): Added optional
7966         argument `force'.
7967
7968 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7969
7970         * wl-summary.el (wl-summary-refile-subr): Assume
7971         `copy-or-refile' as symbol.
7972         (wl-summary-refile): Follow up above change.
7973         (wl-summary-copy): Ditto.  Doc fix.
7974
7975 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-summary.el (wl-summary-pick): Don't bind
7978         `elmo-search-mime-charset'.
7979
7980         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7981         default using old backquote style.
7982         (wl-search-mime-charset): Abolished.
7983
7984         * wl-highlight.el (wl-highlight-headers):
7985         Call `point' after `re-search-forward'(for Nemacs).
7986
7987         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7988         for elmo-imap4.el.
7989
7990 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7991
7992         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7993         `wl-message-ignored-field-list' instead of
7994         `mime-view-ignored-field-list'.
7995
7996         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7997         Add interactive spec.
7998         (wl-folder-goto-bottom-of-current-folder): Ditto.
7999         (wl-folder-mode-map): Bind them.
8000
8001         * wl-vars.el (wl-message-ignored-field-list): New variable.
8002         (wl-message-visible-field-list): New variable.
8003
8004         * wl-mime.el (wl-mime-header-presentation-method): New function.
8005         (wl-mime-setup): Set header-presentation-method.
8006
8007 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8008
8009         * wl-nemacs.el (wl-draft-overload-functions): Set
8010         `mode-line-buffer-identification' instead of using
8011         `wl-make-modeline'.
8012
8013         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8014         instead of using `wl-make-modeline'.
8015
8016         * wl-xmas.el (wl-plugged-init-icons): Set up
8017         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8018         (wl-make-modeline): Abolish.
8019         (wl-draft-overload-functions): Set
8020         `mode-line-buffer-identification' instead of using
8021         `wl-make-modeline'.
8022
8023         * wl-util.el (wl-make-modeline-subr): Abolish.
8024         (wl-mode-line-buffer-identification): New alias.
8025
8026         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8027         (wl-summary-make-modeline): Abolish.
8028         (wl-summary-buffer-set-folder): Set
8029         `wl-summary-buffer-folder-indicator'.
8030         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8031         of using `wl-make-modeline'.
8032         (wl-summary-switch-to-clone-buffer): Don't set
8033         `mode-line-buffer-identification'.
8034         (wl-summary-goto-folder-subr): Ditto.
8035
8036         * wl-mule.el (wl-draft-overload-functions): Set
8037         `mode-line-buffer-identification' instead of using
8038         `wl-make-modeline'.
8039
8040         * wl-folder.el (wl-folder-mode): Set
8041         `mode-line-buffer-identification' instead of using
8042         `wl-make-modeline'.
8043         (wl-folder): Don't set `mode-line-buffer-identification'.
8044
8045 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8046
8047         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8048         instead of `member' for `wl-refile-guess-func-list' look-ups.
8049         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8050
8051 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8052
8053         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8054         `wl-message-button-dispatcher'.
8055
8056         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8057
8058         * wl-message.el (wl-message-button-dispatcher): Use it.
8059
8060         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8061         "In-Reply-To".
8062
8063         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8064         Bind `case-fold-search' to t.
8065
8066 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8067
8068         * wl-xmas.el (wl-message-overload-functions): Initialize
8069         `wl-message-button-map'.
8070
8071         * wl-mule.el (wl-message-overload-functions): Initialize
8072         `wl-message-button-map'.
8073
8074         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8075
8076         * wl-message.el (wl-message-button-map): New keymap.
8077         (wl-message-add-button): New function.
8078         (wl-message-button-dispatcher): New function.
8079         (wl-message-button-refer-article): New function.
8080
8081         * wl-highlight.el
8082         (wl-highlight-message-add-buttons-to-header): New function.
8083         (wl-highlight-headers): Use it.
8084
8085 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8086
8087         * wl-summary.el (wl-summary-default-from): Use
8088         `wl-address-get-petname-1'.
8089         (wl-summary-simple-from): Ditto.
8090
8091         * wl-address.el (wl-address-get-petname-1): New inline function.
8092         (wl-address-get-petname): Use it.
8093
8094 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8095
8096         * wl-summary.el (wl-summary-default-from): Return full-name part
8097         from the address if no petname was found.
8098         (wl-summary-simple-from): Ditto.
8099
8100         * wl-address.el (wl-address-get-petname): Return nil if no petname
8101         associated with the address was found.
8102
8103 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8104
8105         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8106         display is finished.
8107
8108 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8109
8110         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8111         `elmo-folder-exists-p' argument.
8112
8113 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8114
8115         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8116         the folder.
8117
8118 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8121
8122         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8123         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8124
8125 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8126
8127         * wl-folder.el (wl-folder-create-subr): New function.
8128         (wl-folder-confirm-existence): Use it.
8129         (wl-folder-check-one-entity): Use it.
8130         Check the error symbol is derived from 'elmo-open-error.
8131
8132         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8133         `ignore-error'.
8134
8135 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl-util.el (toplevel): Add (eval-when-compile (require
8138         'elmo-util)).  (Maybe `provide' is typo.)
8139
8140 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8143         (I don't know why this was needed.)
8144
8145         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8146         Follow up changes for stream-type.
8147
8148         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8149         (wl-draft-elmo-nntp-send): Ditto.
8150
8151         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8152         (wl-nntp-posting-stream-type): Ditto.
8153         (wl-pop-before-smtp-ssl): Abolished.
8154         (wl-nntp-posting-ssl): Ditto.
8155
8156         * wl-address.el (wl-address-quote-specials): New function.
8157         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8158
8159         * wl-draft.el (wl-draft-reply): Ditto.
8160
8161 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8162
8163         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8164         use function `wl-string-match-assoc'.
8165
8166 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8169
8170         * wl-draft.el (wl-draft-deduce-address-list): New function.
8171         (wl-draft-parse-mailbox-list): Ditto.
8172         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8173         instead of `smtp-deduce-address-list'.
8174         (wl-draft-on-field-p): Follow group list.
8175
8176         * wl-address.el (wl-address-concat-token): New function.
8177         (wl-address-string-without-group-list-contents): Ditto.
8178         (wl-complete-field-body): Fixed problem of completion
8179         by japanese petname.
8180         (wl-address-make-completion-list): Rewrite.
8181
8182 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8183
8184         * wl-address.el (wl-address-make-completion-list): Completion by
8185         petname.
8186         (wl-complete-field-body): Likewise.
8187
8188 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8191         contains invalid address syntax.
8192
8193 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl-folder.el (wl-folder-check-entity-async): Use
8196         `elmo-nntp-spec-hostname'.
8197
8198 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8199
8200         * wl-summary.el (wl-summary-msgdb-load-async): Use
8201         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8202
8203 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-draft.el (wl-draft-reply): Set argument
8206         `content-transfer-encoding' as nil.
8207
8208 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8209
8210         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8211         `wl-refile-alist'.
8212
8213 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8216         (wl-draft-edit-string): Ditto.
8217         (wl-draft-forward): Ditto.
8218         * wl-summary.el (wl-summary-write): Ditto.
8219
8220 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-summary.el (wl-summary-sync-update3): Call
8223         `wl-summary-buffer-number-column-detect'.
8224         (wl-summary-buffer-number-column-detect): Search from point-min.
8225
8226 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8229         contains an address which is not included in original to or cc.
8230
8231 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8232
8233         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8234         begin-line does not exist.
8235         * wl-message.el (wl-message-uu-substring): Ditto.
8236
8237 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8240         clear local variables.
8241         (wl-summary-exit): Call `elmo-commit'.
8242         (wl-summary-switch-to-clone-buffer): Call
8243         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8244         (wl-summary-goto-folder-subr): Ditto.
8245
8246         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8247         POP folder.
8248
8249 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8252         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8253         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8254         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8255         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8256         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8257
8258         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8259
8260 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8261
8262         * wl-summary.el (wl-summary-search-by-subject):
8263         Search parent message from the latest one.
8264
8265 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8268         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8269
8270         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8271         New user option.
8272
8273         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8274         if elmo-nntp-use-killed-list is nil.
8275         Use `elmo-msgdb-append-to-killed-list'.
8276         (Append numbers confirmed as disappeared to the killed list.)
8277         (wl-summary-confirm-appends): Don't display negative number.
8278
8279 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8280
8281         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8282
8283 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8286         range is `all'.
8287         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8288         `elmo-list-bigger-diff'.
8289
8290 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-summary.el (wl-summary-buffer-exit-func):
8293         New buffer local variable.
8294         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8295
8296 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8297
8298         * wl-demo.el (wl-demo): Fix the last change.
8299
8300 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8301
8302         * wl-demo.el (wl-demo): Don't use `eval'.
8303
8304 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8305
8306         * wl-summary.el (wl-summary-buffer-thread-modified):
8307         New buffer-local variable.
8308         (wl-summary-set-thread-modified): New function.
8309         (wl-summary-thread-modified-p): New function.
8310         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8311         (wl-summary-yank-saved-message): Use function
8312         `wl-summary-set-thread-modified'
8313         (wl-summary-switch-to-clone-buffer): Add
8314         `wl-summary-buffer-thread-modified'.
8315
8316         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8317         (wl-summary-buffer-mark-saved-hook): Ditto.
8318         * wl-summary.el (wl-summary-msgdb-save): New hook
8319         `wl-summary-buffer-message-saved-hook' and
8320         `wl-summary-buffer-mark-saved-hook'.
8321
8322 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8325
8326 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8327
8328         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8329         don't hide scroll bars under FSF Emacsen because it may incur an
8330         undesirable redrawing.
8331
8332 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * wl-draft.el (wl-draft-edit-string): Call
8335         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8336
8337 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8338
8339         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8340
8341 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8342
8343         * wl-summary.el (wl-summary-msgdb-load-async): Call
8344         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8345
8346 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8347
8348         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8349         fringes in demo buffer; center bitmap logo correctly even if old
8350         Mule is used.
8351
8352 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8353
8354         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8355
8356         * wl-refile.el (wl-refile-subject-alist): New variable.
8357         (wl-refile-subject-alist-file-name): Ditto.
8358         (wl-refile-alist-setup): Rewrite.
8359         (wl-refile-alist-save): Use `elmo-object-save'.
8360         Eliminated arguments.
8361         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8362         (wl-refile-guess-by-subject): New function.
8363         (wl-refile-guess-func-list): Added it.
8364
8365 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8366
8367         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8368         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8369
8370 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8373         New buffer-local variable.
8374         (wl-summary-buffer-next-folder-func): Ditto.
8375         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8376         if non-nil.
8377         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8378         if non-nil.
8379         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8380         if non-nil.
8381         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8382         if non-nil.
8383
8384 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8385
8386         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8387         permanently in the demo buffer.
8388
8389 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8390
8391         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8392         `mime-entity-fetch-field'.
8393
8394         * wl.el (wl-exit): Delete plugged buffer.
8395
8396         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8397         XEmacs has menubar feature.
8398
8399 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8400
8401         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8402         cannot arrive at the beginning of the buffer under old Emacsen.
8403
8404 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-address.el (wl-address-ldap-search):
8407         Call `ldap-search-entries' with `withdn' argument t.
8408         (wl-complete-field-body): Bind completion-ignore-case as t.
8409         Clear ldap search hash when it was sole completion.
8410         Use elmo-string for pattern string.
8411         (wl-ldap-alias-safe-string): Eliminated needless let.
8412
8413 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8414
8415         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8416         (wl-ldap-alias-sep): New constant.
8417         (wl-ldap-search-attribute-type-list): Ditto.
8418         (wl-ldap-get-value): New function.
8419         (wl-ldap-make-filter): Ditto.
8420         (wl-ldap-make-matched-value-list): Ditto.
8421         (wl-ldap-alias-safe-string): Ditto.
8422         (wl-ldap-register-dn-string): Ditto.
8423         (wl-address-ldap-search): Rewrite.
8424
8425 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8426
8427         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8428         thread is deleted.
8429         (wl-thread-delete-line-from-buffer): Ditto.
8430         (wl-thread-get-exist-children): New function.
8431
8432 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8433
8434         * wl-demo.el (wl-demo): Made it to select various image types.
8435         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8436         from `wl-title-logo'.
8437         (wl-logo-ascii): New variable.
8438         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8439         (wl-demo-copyright-notice): New constant.
8440
8441         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8442
8443 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8444
8445         * wl-vars.el (wl-summary-target-above): Renamed from
8446         wl-summary-temp-above.
8447         * wl-score.el (wl-score-get-score-alist): Use it.
8448         (wl-summary-score-update-all-lines): Use it.
8449         * wl-summary.el: Ditto. (make-variable-buffer-local).
8450
8451 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-vars.el (wl-ldap-port): New user option.
8454
8455         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8456         Rewite whole implementation.
8457         (wl-complete-field-body): Fixed.
8458
8459 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8460
8461         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8462         Choose implementation at compile time.
8463
8464 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8465
8466         * wl-address.el (wl-ldap-search-internal): New function.
8467         (wl-complete-field-to): Use it.
8468
8469 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8472         Use `let' instead of `let*'.
8473         Require 'wl-vars.
8474
8475         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8476         Define as defcustom.
8477         (wl-ldap-base): Ditto.
8478         (wl-use-ldap): Ditto.
8479
8480 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8481
8482         * wl-address.el (wl-ldap-search): New function.
8483         (wl-complete-field-body): Use `wl-ldap-search'.
8484         (wl-ldap-server): New variable.
8485         (wl-ldap-base): Ditto.
8486         (wl-use-ldap): Ditto.
8487
8488 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8489
8490         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8491         (Pointed out by Mito <mit@nines.nec.co.jp>).
8492         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8493         buffer-local variables like `wl-summary-redisplay-internal'.
8494         (wl-summary-redisplay-all-header): Likewise.  Update
8495         Summary view too.
8496
8497 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-summary.el (wl-summary-jump-to-parent-message):
8500         Consider prefix argument.
8501
8502         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8503         when closed thread is deleted.
8504
8505 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8506
8507         * wl-summary.el (wl-summary-jump-to-parent-message):
8508         Consider thread modification.
8509
8510 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8511
8512         * wl-message.el (wl-message-normal-get-original-buffer): Use
8513         `save-excursion'.
8514
8515         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8516         (wl-summary-showto-folder-regexp): Ditto.
8517
8518 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8519
8520         * wl-util.el (wl-delete-alist): Doc fix.
8521         (wl-delete-associations): New function.
8522         (wl-inverse-alist): New function.
8523         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8524         Split temporary variables. Use `wl-delete-associations'
8525         and `wl-inverse-alist'.
8526         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8527
8528 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-folder.el (wl-folder-prefetch-entity):
8531         Execute prefetching if new count is unknown.
8532
8533 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8534
8535         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8536
8537         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8538         delete entity.
8539         (wl-thread-set-parent): If insert as top, set linked as nil.
8540
8541         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8542         `wl-thread-cleanup-symbols' when view mode is thread.
8543
8544 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8545
8546         * wl-folder.el (wl-folder-create-folder-entity): Use
8547         with-current-buffer.
8548         (wl-local-folder-init): Call set-buffer to make sure we are in
8549         the Folder buffer. Don't touch buffer-local variables here.
8550         (wl-folder-mode): Initialize buffer-local variables here.
8551
8552         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8553         (wl-folder-entity-assign-id): Ditto.
8554         (wl-folder-create-entity-hashtb): Ditto.
8555         (wl-local-folder-init): Ditto.
8556         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8557
8558 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8559
8560         * wl-summary.el (wl-summary-default-from): Fix probrem when
8561         std11-extract-address-components return (nil "foo@bar").
8562
8563 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8564
8565         * wl-draft.el (wl-draft-clone-local-variables):
8566         Remove redundant `setq'.
8567
8568 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8571         Bind wl-highlight-x-face-func as nil while highlighting header.
8572
8573 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8574
8575         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8576
8577 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8578
8579         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8580         elmo-msgdb-overview-hashtb from copy-variables.
8581         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8582         instead of `elmo-msgdb-overview-get-entity-by-number'.
8583         (wl-summary-auto-refile): Ditto.
8584
8585         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8586         `elmo-msgdb-overview-get-entity' instead of
8587         `elmo-msgdb-search-overview-entity'.  Use
8588         `elmo-msgdb-overview-get-entity' instead of
8589         `elmo-msgdb-overview-get-entity-by-number'.
8590         (wl-thread-insert-entity-sub): Ditto.
8591         (wl-thread-insert-message): Ditto.
8592
8593         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8594         `elmo-msgdb-overview-get-entity'.
8595         (wl-normal-message-redisplay): Ditto.
8596
8597 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8598
8599         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8600         `wl-thread-entities'.
8601         (wl-thread-delete-message): Fix remove top message from
8602         `wl-thread-entity-list'.
8603
8604         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8605         wl-append(nconc), because update-list is broken on Meadow.
8606
8607         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8608         updating process.
8609         (wl-summary-rescan): Ditto.
8610         (wl-summary-sync-update3): Ditto.
8611         * wl-thread.el (wl-thread-set-parent): Renamed from
8612         `wl-summary-set-parent'.
8613         (wl-thread-insert-message): Updating buffer faster.
8614         (wl-thread-delete-message): Updating buffer faster.
8615
8616         * wl-score.el (wl-summary-score-update-all-lines): Changed
8617         interval for display progress gauge.
8618
8619 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8620
8621         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8622         folder always-sticky.
8623         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8624         defmacro.
8625
8626 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * wl-vars.el (wl-draft-add-references): New user option.
8629
8630         * wl-draft.el (wl-draft-add-references): New function.
8631         (wl-draft-yank-from-mail-reply-buffer): Use it.
8632         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8633         as nil.
8634
8635 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8636
8637         * wl-thread.el (wl-thread-update-line-msgs): Called
8638         `wl-thread-update-line-on-buffer-sub'.
8639         (wl-thread-update-line-on-buffer): Delete routine of inserting
8640         thread.
8641         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8642         moved from `wl-thread-update-line-on-buffer'.
8643         Add threshold for displaying progress gauge.
8644         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8645         argument of `wl-thread-update-line-msgs'.
8646         Add threshold for displaying progress gauge.
8647         * wl-folder.el:
8648         Add threshold for displaying progress gauge.
8649         * wl-score.el: Ditto.
8650
8651         * wl-expire.el (wl-summary-expire): Display deleting info.
8652
8653 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8656         `no-msg'.
8657         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8658         argument of `wl-thread-update-line-msgs'.
8659         (wl-summary-set-parent): Added optional argument `parent-number'.
8660         (wl-summary-buffer-saved-message): New buffer local variable.
8661         (wl-summary-save-current-message): New command.
8662         (wl-summary-yank-saved-message): Ditto.
8663         (wl-summary-mode-map): Added key binding for
8664         `wl-summary-save-current-message' (\ew) and
8665         `wl-summary-yank-saved-message' (\C-y).
8666         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8667
8668 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-summary.el (wl-summary-mode-map): Added key binding for
8671         `wl-summary-set-parent' (ts).
8672
8673 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8674
8675         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8676         subject faster. If thread number is reverse, delayed updating
8677         thread.
8678         (wl-summary-search-by-subject): Ditto.
8679         (wl-summary-put-alike): Ditto.
8680         (wl-summary-get-alike): Ditto.
8681         (wl-summary-insert-headers): Insert header of all overview in
8682         buffer.
8683         (wl-summary-rescan): Delayed updating thread. Kill search subject
8684         buffer for wl-summary-search-by-subject.
8685         (wl-summary-sync-update3): Ditto.
8686         (wl-summary-exit): Ditto.
8687         (wl-summary-goto-bottom-of-current-thread): Change for linked
8688         thread.
8689         (wl-summary-overview-create-summary-line): Change line for linked
8690         thread.
8691
8692         * wl-summary.el (wl-summary-update-thread): Use
8693         wl-thread-maybe-get-children-num.
8694         (wl-summary-set-parent): If change parent, move sub thread.
8695         (wl-summary-redisplay-internal): Add horizontal recenter.
8696         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8697
8698         * wl-thread.el (wl-thread-entity-get-linked): New function.
8699         (wl-thread-entity-set-linked): New function.
8700         (wl-thread-create-entity): Add linked element.
8701         (wl-thread-entity-insert-as-top): Use wl-append.
8702         (wl-thread-maybe-get-children-num): If closing thread, return
8703         children msgs.
8704         (wl-thread-update-line-msgs): Displaying progress message.
8705         (wl-thread-update-line-on-buffer-sub): Use
8706         wl-thread-maybe-get-children-num.
8707         (wl-thread-update-line-on-buffer): If update line is not exists,
8708         insert thread.
8709         (wl-thread-delete-message): If delete top msg of thread, search
8710         parent by subject.
8711         (wl-thread-insert-entity): Use
8712         wl-thread-maybe-get-children-num.
8713
8714         * wl-highlight.el (wl-highlight-summary-current-line): change
8715         sregexp for linked thread.
8716         * wl-util.el (wl-count-lines): Count lines.
8717         (wl-horizontal-recenter): horizontal recenter.
8718         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8719         (wl-score-get-alike): Ditto.
8720         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8721         (wl-subject-length-limit): New variable.
8722         (wl-highlight-thread-indent-string-regexp): Changed for linked
8723         thread.
8724
8725 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8728         New variable (revival).
8729         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8730         by subject matching if there's no in-reply-to nor references field
8731         (revival).
8732
8733 \f
8734 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8737         message.
8738
8739 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-summary.el (wl-summary-reply): Return t if there was a
8742         message at cursor point.
8743         Added unwind-protect.
8744         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8745         returns t.
8746         (wl-summary-cancel-message): Do nothing when there's no message at
8747         cursor point.
8748         (wl-summary-forward): Ditto.
8749         (wl-summary-jump-to-parent-message): Ditto.
8750         (wl-summary-reedit): Ditto.
8751         (wl-summary-edit-addresses): Ditto.
8752         (wl-summary-pipe-message): Ditto.
8753         (wl-summary-print-message-with-ps-print): Ditto.
8754         (wl-summary-print-message): Ditto.
8755         (wl-summary-mark-as-important): Ditto.
8756         (wl-summary-mark-as-unread): Ditto.
8757
8758         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8759         message at cursor point.
8760         (wl-summary-reply-with-citation): Remove unwind-protect.
8761
8762         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8763         subject searching feature.
8764         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8765         Eliminated.
8766
8767 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8770         New variable.
8771         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8772         by subject matching if there's no in-reply-to nor references field.
8773
8774         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8775
8776         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8777         when display is finished.
8778         (wl-folder-open-all): Ditto.
8779         (wl-folder-update-access-group): Ditto.
8780         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8781         * wl-thread.el (wl-thread-close-all): Ditto.
8782
8783         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8784         progress gauge only when it was displayed.
8785         * wl-folder.el (wl-folder-insert-entity): Ditto.
8786
8787 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-summary.el (wl-summary-incorporate): Enclose
8790         `wl-summary-sync-force-update' with save-excursion.
8791
8792 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8793
8794         * wl-summary.el (wl-summary-prefetch-region):
8795         Pass current cursor point to `pos-visible-in-window-p' after
8796         moving cursor to the started point.
8797
8798 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8799
8800         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8801
8802         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8803         fields from the forwarding message.
8804         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8805         `ignored-fields'.
8806
8807 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-mime.el (wl-message-request-partial):
8810         Eliminated argument `msgdb'.
8811         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8812         (wl-mime-combine-message/partial-pieces): Likewise.
8813         * tm-wl.el (wl-message-request-partial): Likewise.
8814         (wl-mime-combine-message/partial-pieces): Likewise.
8815
8816 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8817
8818         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8819         when display is finished.
8820
8821 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8822
8823         * wl-summary.el (wl-summary-goto-folder-subr):
8824         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8825
8826 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8829         when cursor point is visible.
8830
8831 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * wl-expire.el (wl-expire-archive-get-max-number):
8834         Don't use `file-name-directory'.
8835
8836 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-expire.el (wl-expire-archive-get-max-number):
8839         Use `file-name-directory'.
8840
8841 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8844         only when there is progress.
8845
8846 2000-04-13  Mito <mit@nines.nec.co.jp>
8847
8848         * wl-summary.el (wl-summary-sync-marks): Display progress.
8849
8850 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8851
8852         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8853         (wl-summary-prev): Move cursor regardless of unread status.
8854         (wl-summary-next): Ditto.
8855
8856 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8859         Added argument `target' and `number'.
8860         * tm-wl.el (wl-summary-burst-subr): New function.
8861         (wl-summary-burst): Use it.
8862
8863 2000-04-10  Mito <mit@nines.nec.co.jp>
8864
8865         * wl-mime.el (wl-burst): New function.
8866         (wl-summary-burst): Use it.
8867
8868 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8869
8870         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8871         as petname when there's no candidate.
8872
8873 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8876         New variable.
8877         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8878
8879         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8880
8881         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8882
8883 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8886         Use substring of `original' instead of buffer-substring.
8887         (wl-refile-evaluate-rule):
8888         Set `original' argument of wl-refile-expand-newtext.
8889
8890         * wl-summary.el
8891         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8892         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8893         (wl-summary-auto-refile): Check existence of destination folder just
8894         before marking.
8895
8896 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897
8898         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8899         when wl-refile-get-field-value return nil.
8900
8901 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8902
8903         * wl-refile.el
8904         (wl-refile-expand-newtext): New function imported from Gnus.
8905         (wl-refile-evaluate-rule): Use it.
8906
8907 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-summary-print-destination):
8910         Duplicate folder string to avoid putting text-property on
8911         original string.
8912
8913         * wl-refile.el (wl-refile-get-field-value): New function.
8914         (wl-refile-evaluate-rule): New function;
8915         Evaluate refile rule recursively.
8916         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8917         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8918         New function; Check existence of a target folder recursively.
8919         (wl-summary-auto-refile-check-refile-rule-alist):
8920         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8921
8922 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8925
8926         * wl-folder.el (wl-create-folder-entity-from-buffer):
8927         Fixed problem when '}' character is contained in folder name.
8928
8929         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8930
8931 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8932
8933         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8934         (wl-fldmgr-add-completion-all-completions):
8935         Use wl-fldmgr-add-completion-hashtb.
8936
8937 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8938
8939         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8940         wl-fldmgr-add-completion-subr): New functions.
8941         * wl-folder.el (wl-folder-completion-func): New variable.
8942         * wl-summary.el (wl-summary-read-folder):
8943         Use wl-folder-completion-func.
8944
8945         * wl-refile.el: Eliminate throw & catch.
8946
8947         * wl.el (wl-plugged-sending-queue-status): Fixed.
8948
8949 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8950
8951         * wl-draft.el (wl-draft): Put category property on
8952         mail-header-separator.