(wl-summary-target-mark-all): Don't set
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-action.el (wl-summary-target-mark-all): Don't set
4         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
5
6 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
9         (wl-forward-subject-prefix): Ditto.
10         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
11         (wl-draft-reply-make-subject): Ditto.
12
13         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
14         `wl-draft-forward'.
15         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
16
17 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
18
19         * wl-action.el (wl-summary-target-mark-set-action): Stop if
20         target message does not exist.
21
22 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
23
24         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
25         `wl-subject-prefix-regexp'.
26         (wl-subject-forward-prefix-regexp): New variable.
27         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
28         `wl-draft-strip-subject-re' and take regexp as argument.
29         (wl-draft-forward): Use it.
30         (wl-draft-reply): Ditto.
31
32 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
33
34         * wl-e21.el (wl-highlight-plugged-current-line): Change for
35         emacs multi-tty support.
36
37 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
38
39         * wl-e21.el (wl-e21-display-image-p): Don't call
40         `display-images-p'.
41         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
42         support.
43         (wl-highlight-folder-current-line): Ditto.
44         (wl-folder-init-icons): Ditto.
45
46 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
47
48         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
49         the last line of summary in unplugged mode.
50
51 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
52
53         * wl-vars.el (wl-refile-rule-alist): Doc fix.
54
55 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
56
57         * wl-vars.el (wl-user-mail-address-regexp): New variable.
58         * wl-address.el (wl-address-user-mail-address-p): Use it.
59         (wl-address-delete-user-mail-addresses): Ditto.
60         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
61
62         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
63         (wl-address-delete-user-mail-addresses): Ditto.
64
65         * wl-address.el (wl-address-delete-user-mail-addresses): New
66         function.
67         * wl-refile.el (wl-refile-guess-by-history): Use it.
68         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
69         (wl-draft-make-mail-followup-to): Ditto and fix logic.
70
71         * wl-draft.el (wl-draft-edit-string): To judge sender address,
72         use wl-address-user-mail-address-p.
73
74 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
77         after opening group.
78
79 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
82         of elmo-set-buffer-multibyte.
83
84         * wl-message.el (wl-original-message-mode): Ditto.
85
86         * wl-score.el (wl-score-insert-header): Ditto.
87
88         * wl-summary.el
89         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
90         (wl-summary-goto-folder-subr): Ditto.
91         (wl-summary-insert-headers): Ditto.
92
93         * wl-util.el (wl-set-string-width): Ditto.
94
95         * Version number is increased to 2.11.29.
96
97 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
100         (wl-highlight-summary-line-help-echo-alist): New variable.
101         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
102         into `wl-highlight-summary-line-help-echo' and
103         `wl-highlight-flag-folder-help-echo'.
104         (wl-highlight-summary-line-string): Change accordingly.
105         (wl-highlight-summary-current-line): Ditto.
106
107 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-highlight.el (wl-highlight-message): Ignore white spaces
110         at the beginning of field body (Thanks to Markus Knittig).
111
112         * wl-draft.el (wl-draft-insert-current-message): Also check
113         summary buffer, remove unnecessary tag.
114
115 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-draft.el (wl-draft-insert-current-message): Cause error also
118         when wl-message-buffer is nil.
119
120         * wl-folder.el (wl-folder): Abolish unused argument.
121         Call wl-folder-init when wl-folder-entity is nil.
122         * wl.el (wl): Change accordingly.
123
124 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
127         multibyte string before insert into draft buffer.
128         (wl-draft-create-buffer): Always enable multibyte characters for
129         draft buffer.
130
131         * Version number is increased to 2.11.28.
132
133 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-folder.el (wl-folder-open-close): Handle blank line.
136         (wl-folder-jump-to-current-entity): Ditto.
137
138 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * Version number is increased to 2.11.27.
141
142 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl-thread.el (wl-thread-insert-message): When the thread is
145         devided by wl-summary-max-thread-depth, insert line at the end of
146         buffer.
147
148 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * Version number is increased to 2.11.26.
151
152 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
153
154         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
155
156 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
159         value of stream-type and session.
160
161 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * Version number is increased to 2.11.25.
164
165 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
166
167         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
168         in a quit message.
169
170 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
173         (wl-summary-redisplay-no-mime-internal): Ditto.
174
175 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
178         * wl-vars.el (wl-smtp-connection-type): Ditto.
179
180 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
181
182         * wl-highlight.el (wl-highlight-message): Change to strict regexp
183         for the separator line and quote mail-header-separator.
184
185 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-spam.el (wl-message-check-spam): Fixed problem no display
188         result message.
189
190         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
191         `elmo-multiple-fields-body-list' with boundary as
192         mail-header-separator.
193
194 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
197
198 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
199
200         * wl-util.el (wl-list-diff): Remove unused function.
201
202         * wl-draft.el (wl-draft-send-confirm): Discard input before
203         confirmation.
204
205 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
208         order of flag and new.
209
210 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-vars.el (wl-refile-policy-alist): Abolished.
213
214         * wl-action.el (wl-summary-set-action-refile): Follow the change
215         above.
216
217 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * wl-highlight.el (wl-highlight-signature-search): Don't use
220         re-search-backward for a long word since it is possible to crash
221         XEmacs because of a bug.
222
223 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
224
225         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
226
227 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
230         argument for wl-summary-sync-force-update.
231
232 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
233
234         * wl-summary.el (wl-summary-mode-map): Revival of
235         wl-summary-mark-as-important related bindings;
236         Bind 'F','tF','mF','rF','m&'.
237         (wl-summary-mark-as-important-region): Revival.
238         (wl-summary-target-mark-mark-as-important): Ditto.
239         (wl-summary-target-mark-operation): New function.
240         (wl-summary-target-mark-mark-as-answered): Use it.
241         (wl-summary-decide-flag): Don't set Important as default.
242         (wl-summary-mark-as-important-internal): Revival.
243         (wl-summary-mark-as-important): Ditto.
244
245         * wl-thread.el (wl-thread-mark-as-important): Ditto.
246
247         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
248         instead of facep.
249
250 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
251
252         * wl-dnd.el (wl-dnd-drop-func): Fix.
253
254         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
255         mouse-set-point instead of posn-point.
256
257         * wl-xmas.el (wl-completing-read-multiple): Define as function.
258
259         * wl-mule.el (wl-completing-read-multiple): Ditto.
260
261 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-demo.el (face-background-name): Defalias to avoid compile
264         warning.
265
266 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
267
268         * wl-summary.el (wl-summary-decide-flag): Use
269         wl-completing-read-multiple instead of completing-read-multiple.
270
271         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
272         New alias.
273
274         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
275         Use face-background-name instead of face-background.
276
277         * wl-vars.el (wl-summary-save-file-suffix): New user option.
278
279         * wl-summary.el (wl-summary-save): Use it.
280         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
281
282         * wl-mime.el (wl-mime-save-content): Fix last change.
283
284 2004-02-10  Len Trigg <lenbok@myrealbox.com>
285
286         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
287         New function.
288         (wl-summary-sort-specs): Added sort.
289         * wl-mime.el (wl-mime-save-content): Expand file name.
290
291 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
292
293         * wl-mime.el (wl-draft-preview-message): Fixed typo.
294
295         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
296
297 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
300         for flag if it is not defined.
301
302 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * wl-e21.el (wl-highlight-folder-current-line): Use
305         elmo-folder-type-internal when elmo-folder-type returns nil.
306
307         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
308
309         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
310
311         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
312
313         * wl-e21.el (wl-summary-toolbar): Ditto.
314
315         * wl-vars.el (wl-demo-background-color): Abolished.
316         (wl-summary-persistent-mark-priority-list): Renamed from
317         wl-summary-flag-priority-list.
318         (wl-summary-flag-alist): New user option.
319         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
320         (wl-message-mode-line-format-spec-alist): Added 'F'.
321         (wl-message-mode-line-format): Likewise.
322         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
323         instead of wl-summary-important-mark.
324         (wl-file-folder-icon): New variable.
325
326         * wl-thread.el (wl-thread-set-flags): Renamed from
327         wl-thread-mark-as-important.
328
329         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
330         warning.
331         (wl-summary-mode-menu-spec): Follow the change of 
332         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
333         (wl-summary-mode-map): Follow the change of
334         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
335         (wl-summary-detect-mark-position): Follow the variable name change.
336         (wl-summary-set-flags-region): New function for the replacement of
337         wl-summary-mark-as-important-region.
338         (wl-summary-sync-marks): Sync all global-flags.
339         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
340         instead of elmo-message-flagged-p.
341         (wl-summary-persistent-mark-string): Follow the variable name change;
342         Put wl-summary-flag-mark if the message has global-flag.
343         (wl-summary-target-mark-set-flags): Renamed from 
344         wl-summary-target-mark-mark-as-important.
345         (wl-summary-decide-flag): New function.
346         (wl-summary-set-flags-internal): Renamed from
347         wl-summary-mark-as-important-internal.
348         (wl-summary-add-flags-internal): New function.
349         (wl-summary-remove-flags-internal): Ditto.
350         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
351         (wl-summary-mark-as-unimportant): Abolish.
352         (wl-summary-move-spec-alist): Changed `important' to `digest'.
353         (wl-summary-next-message): List flagged messages in the msgdb.
354
355         * wl-score.el (wl-summary-score-update-all-lines): Use
356         wl-summary-add-flags-internal instead of 
357
358         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
359
360         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
361         from wl-message-buffer-cur-flag (To avoid misunderstanding).
362         (wl-message-buffer-require-all-header): Renamed from
363         wl-message-buffer-all-header-flag (Ditto).
364         (wl-message-buffer-flag-indicator): New variable.
365         (wl-message-redisplay): Changed local varibale name from `flag' to
366         `display-type'; Set up wl-message-buffer-flag-indicator.
367         (wl-message-buffer-display): Changed varibale name from `flag' to
368         `display-type'.
369         (wl-message-display-internal): Likewise.
370
371         * wl-highlight.el (wl-highlight-demo-face): Define default background
372         color.
373         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
374
375         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
376
377         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
378         (wl-demo-setup-properties): Renamed from
379         `wl-demo-set-background-color'.
380         (wl-demo): Follow the change above.
381         
382         * Version number is increased to 2.11.24.
383
384 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-summary.el (wl-summary-toggle-thread): Call
387         `wl-summary-rescan' with disable-thread as non-nil.
388         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
389
390 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
391
392         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
393         foreground property of the face.
394         (wl-demo-insert-text): Don't set up face property here.
395         (wl-demo): Call wl-demo-set-background-color, anyway.
396
397 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
398
399         * wl-vars.el (wl-demo-background-color): The value can be nil.
400
401 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
402
403         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
404         to wl-summary-wheel-dispatcher.
405
406         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
407         wl-message-wheel-dispatcher.
408         (wl-message-wheel-dispatcher): New function.
409         (wl-summary-wheel-dispatcher): Ditto.
410
411 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
412
413         * wl-action.el (wl-summary-target-mark-all): List messages which are
414         not in the killed-list.
415
416         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
417         only when the folder is 'flag/important.
418
419         * wl-address.el (wl-complete-field-body): Complete if the last
420         character is a space.
421
422 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-folder.el (wl-folder-clear-entity-info): Use
425         elmo-clear-hash-val.
426
427         * wl-fldmgr.el (wl-fldmgr-rename): Set
428         wl-folder-info-alist-modified as t.
429
430 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
433
434 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
435
436         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
437         (wl-folder-buffer-last-visited-entity-id): New buffer local
438         variable.
439         (wl-folder-revisit-last-visited-folder): New function.
440         (wl-folder-mode-map): Bind it to "C-i".
441         (wl-folder-set-current-entity-id): Set last visited folder.
442         * wl-summary.el (wl-summary-exit): Ditto.
443
444 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
447         before calling `recenter' in order to cope with an XEmacs bug.
448
449 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
452         to the default value.
453
454 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
457         change.
458         (wl-summary-sync-marks): Ditto.
459         (wl-summary-mark-as-read-internal): Ditto.
460         (wl-summary-mark-as-answered-internal): Ditto.
461         (wl-summary-mark-as-important-internal): Ditto.
462         (wl-summary-reply): Ditto.
463
464         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
465         instead of `elmo-folder-unflag-answered'.
466
467         * Version number is increased to 2.11.23.
468
469         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
470         the last change.
471
472 2004-01-11  Kenichi Okada  <okada@opaopa.org>
473
474         * wl-spam.el (wl-summary-exec-action-refile-with-register):
475         Specify "spam" or "good".
476
477 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
478
479         * wl-spam.el (wl-summary-exec-action-spam): Call
480         wl-folder-confirm-existence for spam folder.
481         (wl-spam-setup): Bind "mk".
482
483 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
486
487 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
490         destination folder is empty.
491
492 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
493
494         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
495         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
496
497         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
498         (wl-summary-refile-prev-destination-region): New function.
499         (wl-thread-refile-prev-destination): Ditto.
500         (wl-summary-target-mark-refile-prev-destination): Ditto.
501
502 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
503
504         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
505         (wl-demo-background-color): Changed default value.
506
507         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
508         color.
509
510         * wl-demo.el (wl-demo-set-background-color): New function.
511         (wl-demo): Call it.
512
513 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
514
515         * wl-address.el (wl-address-delete): Avoid mis-deleting.
516         * wl-address.el (wl-address-add-or-change): Don't add empty
517         address.
518
519 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
520
521         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
522
523 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
524
525         * wl-vars.el (wl-demo-image-filter-alist): New variable
526         (wl-demo-background-color): Ditto.
527
528         * wl-demo.el (wl-demo-xpm-set-background): New function.
529         (wl-demo-image-filter): Ditto.
530         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
531
532         * wl-vars.el (wl-demo-icon-name-alist): New variable.
533
534         * wl-demo.el (wl-demo-icon-name): Define as function.
535         (wl-demo-insert-image): Use it.
536
537 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
538
539         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
540
541 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
542
543         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
544
545 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
546
547         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
548
549 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-thread.el (wl-thread-mark-as-answered): New function.
552
553         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
554         answered" entry.
555         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
556         "r&" and wl-thread-mark-as-answered to "t&".
557         (wl-summary-mark-as-important-region): Refine to toggle mark.
558         (wl-summary-mark-as-answered-region): New function.
559         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
560         and 3rd argument.
561         (wl-summary-mark-as-important-internal): Likewise.
562
563 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-template.el (wl-template-preview): New internal variable.
566         (wl-template-preview-p): New function.
567         (wl-template-show): Bind `wl-template-preview' as t.
568
569 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
572         `elmo-message-entity-field' with 3rd argument which is non-nil.
573
574 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
577         Removed duplicate local bind `folder'.
578
579 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
582
583 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
586         duplicate definition.
587
588 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
589
590         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
591         non-nil, use it; Don't fetch message if there's no message in the
592         current cursor position.
593
594 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-util.el (wl-region-exists-p): Use region-active-p.
597         (wl-deactivate-region): New function.
598         * wl-message.el (wl-message-redisplay): Deactivate region.
599
600         * wl-summary.el (wl-summary-reply): Call
601         `wl-summary-set-message-buffer-or-redisplay' instead of
602         `wl-summary-redisplay-internal', don't move point.
603
604 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
607         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
608         by regexp.
609
610 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
613         if no need.
614
615 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
618         default value to nil.
619         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
620         `wl-summary-prepare-hook'; Replace refile action to
621         `wl-summary-exec-action-refile-with-register'.
622
623         * Version number is increased to 2.11.22.
624
625 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-summary.el (wl-summary-detect-mark-position): Set
628         `wl-summary-buffer-weekday-name-lang'.
629
630 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
631
632         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
633         (wl-summary-mark-as-read-all): Ditto.
634         (wl-summary-delete-messages-on-buffer): Ditto.
635         (wl-summary-sync-update): Ditto.
636         (wl-summary-mark-as-read-internal): Ditto.
637         (wl-summary-mark-as-answered-internal): Ditto.
638         (wl-summary-update-folder-info): Abolished.
639
640 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-summary.el (wl-summary-mark-as-read-all): Use
643         `wl-summary-update-folder-info' instead of
644         `wl-folder-update-unread'.
645
646 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
647
648         * wl-summary.el (wl-summary-update-folder-info): New function derived from
649         `wl-summary-folder-info-update'.
650         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
651         instead of `wl-summary-folder-info-update'.
652         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
653         `wl-folder-set-folder-updated'.
654         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
655         instead of `wl-folder-update-unread'.
656         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
657         the value of `wl-summary-buffer-unread-count' for the second parameter of
658         `wl-folder-update-unread'.
659
660         * Version number is increased to 2.11.21.
661
662 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
663
664         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
665         a local variable.
666
667 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-spam.el (wl-summary-mark-spam): Show message only if call
670         interactively.
671
672         * wl-summary.el (wl-summary-mark-as-important-internal): New
673         internal function.
674         (wl-summary-mark-as-important): Use it.
675         (wl-summary-mark-as-unimportant): New function.
676         (wl-summary-sync-marks): Follow the API change.
677
678         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
679
680         * wl-mime.el (wl-summary-burst): Check target folder is writable.
681
682 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
683
684         * wl-folder.el (wl-folder-update-unread): Re-indent.
685         Narrow the scope of a local variable.
686
687 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
690         (wl-addrmgr-merge-entries): Ditto.
691         (wl-addrmgr): Added to address entry which exists in draft buffer
692         if no entry is in original.
693
694 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-batch.el: New file.
697
698 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
699
700         * wl-vars.el (wl-use-semi): Remove unused variable.
701
702 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
703
704         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
705         "?".
706
707 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
710         wl-summary-new-mark.
711         (wl-summary-new-cached-mark): New user option.
712         (wl-summary-score-marks): Follow the change above.
713         (wl-summary-auto-refile-skip-marks): Ditto.
714         (wl-summary-incorporate-marks): Ditto.
715         (wl-summary-expire-reserve-marks): Ditto.
716
717         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
718
719         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
720         (wl-summary-persistent-mark-string): Distinguished between cached
721         and uncached mark when the message is new.
722
723 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-spam.el (wl-spam-domain): Renamed from
726         `wl-spam-folder-guess-domain'.
727         (wl-summary-exec-action-spam): Register as spam if domain of the
728         source folder is good.
729         (wl-summary-exec-action-refile-with-register): Register message if
730         domain of the source folder is not undecided.
731
732 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
735         detect thread loop.
736
737 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
740         and wl-summary-skip-mark-list.
741
742 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
745
746         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
747
748         * wl-spam.el (toplevel): Require wl-highlight.
749         (wl-spam-auto-check-policy-alist): Abolish.
750         (wl-spam-auto-check-folder-regexp-list): New user option.
751         (wl-spam-auto-check-marks): Ditto.
752         (wl-spam-mark-action-list): Ditto.
753         (wl-highlight-summary-spam-face): New face.
754         (wl-spam-auto-check-message-p): New function.
755         (wl-spam-map-spam-messages): Fixed message.
756         (wl-spam-register-spam-messages): Ditto.
757         (wl-spam-register-good-messages): Ditto.
758         (wl-summary-spam-map): Add and remove keybind.
759         (wl-summary-target-mark-spam): Abolish.
760         (wl-summary-refile-spam): Ditto.
761         (wl-summary-test-spam): New function.
762         (wl-summary-mark-spam): Ditto.
763         (wl-summary-auto-check-spam): Follow the above change.
764         (wl-summary-exec-action-spam): New function.
765         (wl-summary-exec-action-refile-with-register): Fixed message.
766         (wl-message-check-spam): New function.
767         (wl-spam-setup): Ditto.
768         (toplevel): Call it if this file is loaded interactivity.
769
770         * Version number is increased to 2.11.20.
771
772 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
775         when new optional argument `force' is non nil or modified.
776
777 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl.el (toplevel): Require wl-spam when compile.
780         (wl-save-status): Call wl-spam-save-status.
781
782         * wl-spam.el (wl-spam-register-spam-messages): New function.
783         (wl-spam-register-good-messages): Ditto.
784         (wl-spam-save-status): Ditto.
785         (wl-summary-mode-map): Bind
786         wl-summary-target-mark-register-as-spam to "ms" and
787         wl-summary-target-mark-register-as-good to "mn".
788         (wl-summary-register-as-spam): Abolish optional argument; Use
789         wl-spam-register-spam-messages.
790         (wl-summary-register-as-spam-all): Use
791         wl-spam-register-spam-messages.
792         (wl-summary-register-as-good): Abolish optional argument; Use
793         wl-spam-register-good-messages.
794         (wl-summary-register-as-good-all): Use
795         wl-spam-register-good-messages.
796         (wl-summary-target-mark-register-as-spam): New funtion.
797         (wl-summary-target-mark-register-as-good): Ditto.
798
799 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-spam.el: New file.
802
803 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
806
807         * wl-action.el (wl-auto-refile-guess-functions): New variable.
808         (wl-summary-auto-refile): Call wl-refile-guess with
809         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
810
811 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
814         with disable-thread argument non-nil.
815
816 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * wl-summary.el (wl-summary-rescan): Added optional argument
819         disable-thread.
820         (wl-summary-sync): Call wl-summary-rescan with argument
821         disable-thread.
822         (wl-summary-input-range): Added new range `rescan-thread'.
823
824 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
827
828 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
831         internal variable.
832         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
833         wl-summary-search-parent-by-subject-regexp and
834         wl-summary-divide-thread-when-subject-changed as nil.
835         (wl-summary-insert-sequential): If entity is nil, nothing to do.
836         (wl-summary-insert-thread): Search parent entity from
837         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
838         thread loop.
839
840 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
841
842         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
843
844         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
845
846         * wl-util.el (wl-require-update-all-folder-p): New function.
847         (wl-get-assoc-list-value): Added `function' to match directive.
848         (wl-collect-draft): Rewrite.
849
850         * wl-summary.el (wl-summary-sync-update): Clear faces
851         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
852         are non-nil.
853         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
854         argument as function.
855         (wl-summary-input-range): Ditto.
856
857         * wl-folder.el (wl-draft-get-folder): New function.
858         (wl-folder-get-elmo-folder): Consider draft folder.
859
860         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
861         (wl-draft-buffer-message-number): New buffer local variable.
862         (wl-draft-folder-internal): New internal variable.
863         (wl-draft-delete): Rewrite.
864         (wl-draft-save): Ditto.
865         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
866         wl-folder-get-elmo-folder.
867         (wl-draft-config-info-operation): Ditto.
868         (wl-jump-to-draft-folder): Ditto.
869         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
870         (wl-draft-reedit): Rewrite.
871
872         * Version number is increased to 2.11.19.
873         
874 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
875
876         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
877         variable.
878
879 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
882         Use ignore-errors instead of unwind-protect.
883
884 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
885
886         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
887         for updating `wl-thread-entity-list'.
888
889 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
890
891         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
892         parameter from calling `wl-thread-entity-get-older-brothers' and
893         `wl-thread-entity-get-younger-brothers'.
894         Replace nested `append' with a single one.
895
896 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-summary.el (wl-summary-mode): Don't use the return value of
899         `make-local-hook'.
900
901 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
902
903         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
904         instead of `let*'.
905         (wl-thread-delete-message): Likewise.  Split and narrow the scope
906         of local variables.
907
908 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
911         Renamed from wl-summary-window-scroll-functions.
912         (wl-summary-window-scroll-functions): Don't set to variable.
913         (wl-summary-display-top): Use run-hooks.
914         (wl-summary-display-bottom): Ditto.
915         (wl-summary-toggle-disp-msg): Ditto.
916         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
917         Use it instead of wl-summary-window-scroll-functions.
918         (wl-summary-goto-folder-subr): Don't call
919         wl-summary-window-scroll-functions, use
920         wl-summary-buffer-window-scroll-functions instead.
921
922 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
925         make-local-variable.
926
927 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
928
929         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
930         set-buffer-modified-p.
931         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
932         (wl-summary-display-bottom): Ditto.
933         (wl-summary-toggle-disp-msg): Ditto.
934
935 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
938
939         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
940         (wl-summary-forward): Use elmo-message-entity-field instead of
941         elmo-message-field.
942
943         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
944
945 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-summary.el (wl-summary-window-scroll-functions): No use
948         `append'.
949
950 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
951
952         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
953         function.
954         (wl-summary-window-scroll-functions): Call it when both
955         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
956         (wl-summary-temp-mark): Added optional argument number.
957         (wl-summary-message-mark): Added optional argument flag.
958         (wl-summary-persistent-mark): Added optional argument number and flag.
959         (wl-summary-update-persistent-mark): Ditto.
960         (wl-summary-update-status-marks): Set "r" for interactive spec.
961
962         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
963         argument number and flag.
964
965         * wl-action.el (wl-summary-registered-temp-mark): 
966         Do nothing when wl-summary-buffer-temp-mark-list is nil.
967
968 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
971         internal variable (buffer local).
972         (wl-summary-window-scroll-functions): New function.
973         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
974         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
975         as nil.
976         (wl-summary-update-status-marks): Added arguments beg, end and
977         check.
978         (wl-summary-update-mark-window): Use function.
979         (wl-summary-sync-update): Follow the change above.
980         (wl-summary-switch-to-clone-buffer): Copy
981         wl-summary-buffer-unsync-mark-number-list.
982         (wl-summary-goto-folder-subr): Set
983         wl-summary-buffer-unsync-mark-number-list and
984         use wl-summary-window-scroll-functions insteaf of
985         wl-summary-lazy-highlight.
986
987         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
988
989 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
992
993         * wl-summary.el (wl-summary-update-persistent-mark): Call
994         wl-summary-set-message-modified.
995
996         * wl-summary.el (wl-summary-sync-update): Don't call
997         wl-summary-update-status-marks.
998
999         * Version number is increased to 2.11.18.
1000
1001 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1004         (wl-message-next-page): Ditto.
1005
1006 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1007
1008         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1009         local variable.  Change the order of a collected list into the
1010         same as the specified range.  Remove nil from a collected list.
1011
1012 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1015         argument for elmo-folder-list-messages.
1016
1017 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1020         change (wl-summary-count-unreads return a list instead of a cons
1021         cell).
1022
1023 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1024
1025         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1026         `wl-summary-folder-info-update'.
1027
1028 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-summary.el (wl-summary-set-message-modified): No use
1031         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1032         (wl-summary-set-mark-modified): Abolish.
1033         (wl-summary-mark-modified-p): Ditto.
1034         (wl-summary-save-view): Follow the change above.
1035
1036         * wl-expire.el (wl-summary-expire): Likewise.
1037
1038 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1039
1040         * wl-summary.el (wl-summary-detect-mark-position): Use
1041         modb-entity-handler.
1042         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1043
1044         * Version number is increased to 2.11.17.
1045
1046 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1047
1048         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1049         entity field value.
1050         (wl-summary-prefetch-msg): Ditto.
1051         (wl-summary-print-message-with-ps-print): Ditto.
1052
1053 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1056         for dummy entity.
1057         (wl-summary-insert-thread): Use elmo-message-entity-field.
1058         (wl-summary-update-thread): Use elmo-message-entity-field and
1059         elmo-message-entity-number.
1060         (wl-summary-line-number):  Use elmo-message-entity-number.
1061         (wl-summary-line-size): Use elmo-message-entity-field.
1062         (wl-summary-line-subject): Ditto.
1063         (wl-summary-line-from): Ditto.
1064         (wl-summary-line-attached): Ditto.
1065         (wl-summary-create-line): Ditto.
1066         (wl-summary-create-line): Use elmo-message-entity-number.
1067         (wl-summary-print-message-with-ps-print): Use
1068         elmo-message-entity-field.
1069
1070 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1071
1072         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1073         change in elmo-msgdb-make-message-entity.
1074         (wl-summary-buffer-set-folder): Don't call
1075         wl-summary-detect-mark-position here.
1076         (wl-summary-rescan): Call elmo-message-entity-number.
1077         (wl-summary-sync-update): Ditto.
1078         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1079
1080         * wl-score.el (wl-score-header-index): Redefine 2th element.
1081         (wl-score-overview-entity-get-extra): Abolish.
1082         (wl-score-ov-entity-get): Rewrite.
1083         (wl-score-string-index<, wl-score-string-func<): Abolish.
1084         (wl-score-string<): New function.
1085         (wl-score-string-sort): Use it.
1086
1087         * wl-refile.el (wl-refile-guess-by-history): Use
1088         elmo-message-entity-field.
1089         (wl-refile-guess-by-from): Ditto.
1090         (wl-refile-guess-by-msgid): Ditto.
1091
1092         * Version number is increased to 2.11.16.
1093
1094 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-folder.el (wl-folder-confirm-existence): Don't call
1097         file-exists-p if msgdb-path is nil.
1098         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1099         `wl-read-folder-hist' to `wl-read-folder-history'.
1100
1101 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1102
1103         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1104         `y-or-n-p'.
1105
1106 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-score.el (wl-score-headers): Don't use
1109         elmo-folder-do-each-message-entity.
1110
1111         * Version number is increased to 2.11.15.
1112
1113 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1114
1115         * wl-summary.el (wl-summary-delete-all-msgs): Use
1116         elmo-folder-move-messages instead of elmo-folder-delete-messages
1117         and elmo-folder-detach-messages.
1118         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1119
1120         * wl-expire.el (wl-expire-delete): Ditto.
1121         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1122
1123 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1126         (wl-message-header-narrowing-fields): Ditto.
1127         (wl-message-header-narrowing-lines): Ditto.
1128         (wl-message-header-narrowing-string): Ditto.
1129
1130         * wl-summary.el (wl-summary-mode-map): Bind
1131         wl-summary-toggle-header-narrowing to "C-cC-f".
1132         (wl-summary-toggle-header-narrowing): New function.
1133
1134         * wl-message.el (wl-message-buffer-create): Call
1135         wl-message-header-narrowing-setup.
1136         (wl-message-redisplay): Call wl-message-header-narrowing.
1137         (wl-message-header-narrowing): New function.
1138         (wl-message-header-narrowing-map): New keymap.
1139         (wl-message-header-narrowing-widen-map): New keymap.
1140         (wl-message-header-narrowing-again-at-mouse): New function.
1141         (wl-message-header-narrowing-1): Ditto.
1142         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1143         (wl-message-header-narrowing-setup): Ditto.
1144         (wl-message-header-narrowing-toggle): Ditto.
1145         
1146         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1147
1148         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1149         'flag as all.
1150         (wl-use-flag-folder-help-echo): New user option.
1151
1152         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1153         wl-summary-highlight as nil.
1154         (wl-summary-set-mark-modified): Follow the API change.
1155         (wl-summary-mark-modified-p): Ditto.
1156         (wl-summary-mark-as-read-all): Ditto.
1157         (wl-summary-sync-marks): Don't call
1158         elmo-folder-list-messages-with-global-mark.
1159         (wl-summary-mark-as-read-internal): Follow the API change.
1160         (wl-summary-mark-as-answered-internal): Ditto.
1161         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1162         Follow the API change.
1163         (wl-summary-create-line): Call with number argument.
1164         (wl-summary-reply): Follow the API change.
1165
1166         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1167         function.
1168         (wl-highlight-summary-line-string): Call it when
1169         wl-use-flag-folder-help-echo is non-nil.
1170         (wl-highlight-summary-current-line): Ditto.
1171         (elmo-flag-folder-referrer): Added autoload setting.
1172
1173         * wl-draft.el (wl-draft-kill): Follow the API change.
1174
1175         * Version number is increased to 2.11.14.
1176         
1177 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1180
1181 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * Version number is increased to 2.11.13.
1184
1185 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-draft.el (wl-draft-previous-history-element): Fixed
1188         unbalanced parenthesis and bind unbound local variables.
1189
1190 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-draft.el (wl-draft-previous-history-element): New function.
1193         (wl-draft-next-history-element): Ditto.
1194         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1195         them to M-p and M-n.
1196
1197 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * Version number is increased to 2.11.12.
1200
1201 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1202
1203         * wl-draft.el (wl-draft-hide): Select buffer-window.
1204
1205 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1206
1207         * wl-summary.el (wl-summary-narrow-to-region): New function.
1208         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1209         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1210         (wl-summary-save-region): Use it.
1211         * wl-action.el (wl-summary-collect-numbers-region)
1212         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1213
1214 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-folder.el (wl-folder-count-incorporates): Don't use
1217         `elmo-msgdb-mark-load'
1218
1219         * Version number is increased to 2.11.11.
1220
1221 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1224         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1225
1226 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1229
1230 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * Version number is increased to 2.11.10.
1233
1234 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-mime.el (wl-draft-attribute-value): Fixed.
1237
1238 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-util.el (wl-copy-local-variables): New function.
1241
1242         * wl-mime.el (wl-draft-attribute-recipients): New function.
1243         (wl-draft-attribute-envelope-from): Ditto.
1244         (wl-draft-attribute-smtp-posting-server): Ditto.
1245         (wl-draft-attribute-smtp-posting-port): Ditto.
1246         (wl-draft-attribute-value): Ditto.
1247         (wl-draft-preview-message): Use it to get value for
1248         attributes. Reflect result of `wl-draft-config'.
1249
1250         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1251         and call `wl-summary-mark-as-read' before to call
1252         `wl-summary-unset-mark'.
1253         (wl-summary-target-mark-mark-as-unread): Likewise.
1254         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1255
1256 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * wl-mime.el (wl-draft-preview-message): Use actual value for
1259         attributes; Fix for small window.
1260
1261 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-refile.el (wl-refile-get-field-value): Call
1264         `elmo-message-entity-field' with 3rd argument is non-nil.
1265
1266 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-vars.el (wl-draft-preview-attributes): New user option.
1269         (wl-draft-preview-attributes-list): Ditto.
1270         (wl-draft-preview-attributes-buffer-lines): Ditto.
1271         (wl-draft-preview-attributes-buffer-name): Ditto.
1272
1273         * wl-mime.el (wl-draft-preview-message): Display attributes.
1274
1275 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-summary.el (wl-summary-detect-mark-position): Bind
1278         wl-summary-flag-priority-list to '(new).
1279
1280 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1283         funtion.
1284         (wl-highlight-summary-line-string): Use it.
1285         (wl-highlight-summary-current-line): Ditto.
1286
1287 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1290         line even when the mark string is not changed.
1291
1292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1293         argument change in the wl-summary-create-line.
1294         (wl-thread-insert-entity-sub): Ditto.
1295
1296         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1297         argument change in the wl-summary-create-line.
1298         (wl-summary-insert-sequential): Ditto.
1299         (wl-summary-update-thread): Ditto.
1300         (wl-summary-persistent-mark-string): New inline function.
1301         (wl-summary-message-mark): Use it.
1302         (wl-summary-create-line): Abolish argument wl-persistent-mark
1303         and added wl-flags, wl-cached.
1304
1305         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1306         mark to flags.
1307         (wl-highlight-summary-current-line): Decide the face not by the 
1308         persistent mark but flags.
1309
1310 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1313         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1314         wl-summary-read-uncached-mark): Revive.
1315         (wl-summary-answered-cached-mark,
1316         wl-summary-answered-uncached-mark): New user option.
1317         (wl-summary-score-marks): Follow the change above.
1318         (wl-summary-auto-refile-skip-marks): Ditto.
1319         (wl-summary-incorporate-marks): Ditto.
1320         (wl-summary-expire-reserve-marks): Ditto.
1321         (wl-summary-flag-priority-list): New user option.
1322
1323         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1324         changes.
1325         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1326         of elmo-message-mark.
1327         (wl-summary-mark-as-read-internal): Ditto.
1328         (wl-summary-mark-as-answered): Ditto.
1329         (wl-summary-mark-as-important): Ditto.
1330         (wl-summary-redisplay-internal): Ditto.
1331         (wl-summary-redisplay-no-mime-internal): Ditto.
1332         (wl-summary-message-mark): New function.
1333         (wl-summary-insert-sequential): Use wl-summary-message-mark
1334         instead of elmo-message-mark.
1335         (wl-summary-update-thread): Ditto.
1336         (wl-summary-persistent-mark): Ditto.
1337         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1338         instead of elmo-message-mark.
1339
1340         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1341         wl-summary-message-mark instead of elmo-message-mark.
1342         (wl-thread-insert-entity-sub): Ditto.
1343         (wl-thread-get-children-msgs-uncached): Ditto.
1344
1345         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1346         variable name changes.
1347         (wl-highlight-summary-current-line): Ditto.
1348
1349         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1350         wl-summary-message-mark instead of elmo-message-mark.
1351
1352         * wl-expire.el (wl-expire-message-p): Ditto.
1353
1354         * wl-score.el (wl-score-headers): Ditto.
1355
1356         * Version number is increased to 2.11.9.
1357
1358         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1359         (wl-summary-sync-update): Follow the change above.
1360         (wl-summary-switch-to-clone-buffer): Ditto.
1361         (wl-summary-open-folder): Ditto.
1362
1363 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1366         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1367
1368         * Version number is increased to 2.11.8.
1369
1370         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1371
1372         * wl-expire.el (wl-expire-refile): Follow the API change on
1373         `elmo-folder-move-messages'.
1374         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1375
1376         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1377         (wl-summary-exec-action-refile): Ditto.
1378         (wl-summary-exec-action-copy): Ditto.
1379         (wl-summary-no-auto-refile-message-p): No use
1380         `wl-summary-buffer-msgdb'.
1381         (wl-summary-auto-refile): Ditto.
1382
1383 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1386
1387 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * wl-summary.el (wl-summary-sync): Treat no-sync.
1390
1391         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1392         (wl-default-sync-range): Ditto.
1393
1394 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-refile.el (wl-refile-subject-learn): Call
1397         `elmo-message-entity-field' with 3rd argument is non-nil.
1398         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1399         instead of `elmo-msgdb-overview-entity-get-subject'.
1400
1401 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1404         scan-type is rescan.
1405         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1406         new optional argument force is non-nil.
1407         (wl-summary-save-view-cache): Call it with force argument non-nil.
1408
1409         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1410
1411 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-action.el (wl-summary-print-argument): Fixed last change.
1414
1415 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1418         simplified.
1419         (wl-summary-target-mark-mark-as-unread): Likewise.
1420         (wl-summary-target-mark-mark-as-important): Likewise.
1421
1422 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1425         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1426         (wl-summary-mark-as-important-region): Change accordingly.
1427         (wl-summary-target-mark-mark-as-important): Ditto.
1428
1429 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1432
1433         * wl-action.el (wl-summary-print-argument): Print argument to
1434         right side of window if `wl-summary-print-argument-within-window'
1435         is non-nil.
1436
1437 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * wl-action.el (wl-summary-set-mark): Use
1440         `wl-summary-message-visible-p' to check visibility of the message
1441         and jump to message only when the message line is visible and have
1442         different number; Call wl-summary-unset-mark with number argument.
1443         (wl-summary-unset-mark): 
1444         Use `wl-summary-message-visible-p'
1445         to check visibility of the message and jump to message only when
1446         the message line is visible and have different number;
1447
1448 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * Version number is increased to 2.11.7.
1451
1452         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1453         and wl-folder-summary-line-format.
1454
1455         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1456         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1457         (wl-summary-set-score-mark): Use it.
1458         (wl-summary-target-mark-mark-as-read): Ditto.
1459         (wl-summary-target-mark-mark-as-unread): Ditto.
1460         (wl-summary-target-mark-mark-as-important): Ditto.
1461         (wl-summary-target-mark-msgs): Simplified.
1462         (wl-summary-detect-mark-position): Fixed problem when
1463         summary-line-format no contain persisten/temp mark spec.
1464         (wl-summary-temp-mark): Ditto.
1465         (wl-summary-persistent-mark): Ditto.
1466         (wl-summary-update-persistent-mark): Ditto.
1467
1468         * wl-action.el (wl-summary-set-mark): Ditto.
1469         (wl-summary-unset-mark): Ditto.
1470         All other related portions are changed.
1471
1472 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * Version number is increased to 2.11.6.
1475
1476 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1477
1478         * wl-util.el (wl-current-message-buffer): Define as function;
1479         Don't use the value of wl-messge-buffer.
1480
1481         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1482         persistent mark.
1483
1484         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1485         no current message, cause an error.
1486
1487 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-summary.el (wl-summary-set-message-modified): Use
1490         elmo-folder-set-message-modified instead of
1491         elmo-folder-set-message-modified-internal.
1492
1493 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1496         interactively.
1497         (wl-summary-sync): nokill->entirely.
1498         (wl-summary-sync-marks): Fixed message.
1499         (wl-summary-input-range): Added mark, nokill->entirely.
1500
1501         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1502         messages as read.
1503
1504 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1505
1506         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1507         update-noscore.
1508         (wl-summary-sync): Follow the change above.
1509
1510 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * wl-action.el (wl-summary-target-mark-all): Use
1513         elmo-folder-list-messages.
1514
1515 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1516
1517         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1518         (wl-summary-rescan): Set wl-summary-scored as nil.
1519         (wl-summary-sync-force-update): Follow the change above.
1520         (wl-summary-sync): Ditto.
1521         (wl-summary-sync-update): Added argument disable-killed.
1522         (wl-summary-insert-headers): Set visible-only argument for
1523         elmo-folder-list-messages.
1524         (wl-summary-input-range): Added update-nokill, update-noscore,
1525         all-nokill, all-noscore and mark.
1526
1527         * Version number is increased to 2.11.5.
1528
1529         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1530
1531 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1534         (wl-summary-prefetch-region-no-mark): Change accordingly.
1535         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1536
1537 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1538
1539         * wl-address.el (wl-complete-field-to): Abolished.
1540         (wl-complete-address): Completion function for completing-read.
1541         * wl-action.el (wl-summary-get-resend-address): Use it.
1542
1543         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1544         wl-summary-update-mark and abolish unused argument.
1545         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1546         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1547         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1548         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1549         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1550         * wl-draft.el (wl-draft-kill): Ditto.
1551
1552         * wl-summary.el: Remove unused binding of case-fold-search.
1553         (wl-summary-replace-status-marks): Abolished.
1554
1555 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1558         is specified or folder length is zero.
1559
1560 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1563         (wl-folder-archive-current-entity): Ditto.
1564
1565 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1568         retrieving message mark.
1569         (wl-summary-redisplay-internal): Ditto.
1570
1571         * wl-message.el (wl-message-buffer-display): Ignore errors while
1572         retrieving message-id field.
1573
1574         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1575         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1576         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1577         order of the arguments for `wl-expire-message-p'.
1578         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1579
1580         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1581         Check return value of wl-summary-reply.
1582         (wl-summary-reply): Recover window configuration when an error occured.
1583
1584 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1585
1586         * wl-summary.el (wl-summary-resend-message): Abolished, the
1587         feature is inherited by wl-summary-resend (put resend mark).
1588
1589 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1590
1591         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1592         wl-message-buffer to nil when the message is hide.
1593
1594 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1595
1596         * .cvsignore: New file.
1597
1598 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-action.el (wl-summary-action-docstring): Add more info.
1601         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1602         duplicate definition.
1603         (wl-summary-define-mark-action): Functions wl-summary-*-region
1604         keep current position.
1605         (wl-summary-unregister-target-mark): Store result to the variable.
1606
1607 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * Version number is increased to 2.11.4.
1610
1611 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1614         wl-summary-delete-all-temp-marks.
1615         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1616
1617         * wl-action.el (wl-summary-set-mark): Changed terminology
1618         refile-destination -> action-argument.
1619         (wl-summary-unset-mark): Ditto.
1620         (wl-summary-remove-argument): Ditto.
1621         (wl-summary-print-argument): Ditto.
1622
1623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1624         (wl-thread-remove-argument-region): Ditto.
1625         (wl-thread-print-argument-region): Ditto.
1626         (wl-thread-close): Ditto.
1627         (wl-thread-open): Ditto.
1628
1629         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1630         (wl-highlight-refile-destination-face is abolished)
1631         (wl-highlight-action-argument-string): Ditto.
1632         (wl-highlight-summary-current-line): Highlight action argument.
1633
1634         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1635         color for light backgrounds.
1636         (wl-highlight-summary-answered-face): Ditto.
1637
1638 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1639
1640         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1641
1642         * wl-score.el (wl-summary-score-update-all-lines): Use
1643         wl-summary-set-mark.
1644         (wl-summary-score-update-all-lines): Kill expunged messages.
1645
1646         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1647
1648 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1649
1650         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1651         directly.
1652         (wl-score-overview-entity-get-lines): Ditto.
1653         (wl-score-overview-entity-get-xref): Ditto.
1654         (wl-score-get-latest-msgs): Ditto.
1655         (wl-summary-rescore): Ditto.
1656
1657         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1658         to "&".
1659         (wl-summary-mark-as-answered-internal): New inline function.
1660         (wl-summary-mark-as-answered): New function.
1661         (wl-summary-mark-as-unanswered): Ditto.
1662         (wl-summary-sync-marks): Modified for answered-mark synching.
1663
1664 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-action.el (wl-summary-set-mark): Fixed last change.
1667
1668 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1669
1670         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1671         behavior of wl-summary-unread-message-hook
1672         (Pointed out by akira yamada <akira@arika.org>).
1673
1674 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1677         wl-summary-delete.
1678         * wl-xmas.el (wl-summary-toolbar): Ditto.
1679
1680         * wl-action.el (wl-summary-set-mark): Don't override current
1681         temp-mark.
1682
1683         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1684
1685 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1688         (wl-refile-msgid-learn): Ditto.
1689         (wl-refile-get-field-value): Ditto.
1690
1691         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1692
1693         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1694         (wl-expire-delete-reserved-messages): Renamed from
1695         wl-expire-reserve-marked-msgs-from-list.
1696         (wl-expire-delete): Removed argument `msgdb'.
1697         (wl-expire-refile): Ditto.
1698         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1699         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1700         mark-alist as argument.
1701         (wl-expire-archive-number1): Removed argument `msgdb'.
1702         (wl-expire-archive-number2): Ditto.
1703         (wl-expire-archive-date): Ditto.
1704         (wl-expire-localdir-date): Ditto.
1705         (wl-expire-hide): Ditto.
1706         (wl-archive-number1): Ditto.
1707         (wl-archive-number2): Ditto.
1708         (wl-archive-date): Ditto.
1709         (wl-archive-folder): Ditto.
1710         All other related portions are changed.
1711
1712 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1715         mean move up and down. (suggested by Takashi Kawachi)
1716
1717 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-acap.el (toplevel): Don't require un-define.
1720
1721 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1722
1723         * wl-thread.el (wl-thread-delete-message): Always update
1724         wl-summary-buffer-number-list.
1725
1726         * wl-action.el (wl-summary-print-destination): 
1727         Do nothing when folder is nil.
1728
1729 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1732         persistent mark when prefetch is succeeded.
1733
1734 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1735
1736         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1737         instead of elmo-msgdb-delete-msgs.
1738         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1739         (wl-expire-hide): Ditto.
1740
1741         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1742
1743         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1744         elmo-msgdb interface.
1745         (wl-thread-get-exist-children): Likewise.
1746         (wl-thread-insert-message): Likewise.
1747         (wl-thread-msg-mark-as-important): Likewise.
1748         (wl-thread-insert-entity-sub): Likewise.
1749         (wl-thread-get-children-msgs-uncached): Likewise.
1750
1751         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1752         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1753         (wl-summary-sync-update): Likewise.
1754         (wl-summary-auto-select-msg-p): Likewise.
1755         (wl-summary-update-thread): Likewise.
1756         (wl-summary-mark-as-important): Likewise.
1757         (wl-summary-jump-to-msg-internal): Likewise.
1758         (wl-summary-redisplay-internal): Likewise.
1759         (wl-summary-print-message-with-ps-print): Likewise.
1760         (wl-summary-folder-info-update): Likewise.
1761
1762         * wl-folder.el (wl-folder-check-one-entity):
1763         elmo-folder-count-flags instead of wl-summary-count-unread.
1764
1765         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1766
1767         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1768
1769         * wl-summary.el (wl-summary-set-message-modified): 
1770         Call wl-summary-set-mark-modified.
1771         (wl-summary-delete-messages-on-buffer): Call
1772         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1773         (wl-summary-sync-update): Call elmo-folder-length instead of
1774         elmo-folder-messages.
1775         (wl-summary-insert-headers): Don't call
1776         elmo-folder-list-message-entities.
1777
1778 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-action.el (wl-summary-define-mark-action): Call
1781         `wl-summary-set-mark' with argument `data'.
1782         (wl-summary-auto-refile): Fixed order of arguments when call
1783         `wl-summary-refile'.
1784
1785 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1786
1787         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1788
1789         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1790
1791         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1792         (Renamed from wl-highlight-summary-deleted-face).
1793         (wl-highlight-summary-resend-face): New face.
1794
1795         (wl-highlight-summary-deleted-face): Renamed from
1796         wl-highlight-summary-erased-face.
1797
1798         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1799
1800         * wl-action.el (wl-summary-get-resend-address): New function.
1801         (wl-summary-exec-action-resend): Ditto.
1802         (wl-summary-exec-action-resend-subr): Ditto.
1803
1804         * w-thread.el (wl-thread-copy): Removed definition.
1805         (wl-thread-refile): Ditto.
1806         (wl-thread-delete): Ditto.
1807         (wl-thread-target-mark): Ditto.
1808
1809         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1810         (wl-summary-target-mark-set-action): Fixed.
1811         (wl-summary-define-mark-action): Fixed quotation.
1812         (wl-summary-move-mark-list-messages): Display message.
1813         (wl-summary-define-mark-action): Define thread functions.
1814         (wl-summary-exec-action-refile): Changed message.
1815         (wl-summary-exec): Ditto.
1816
1817 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1818         
1819         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1820         '%%'.
1821
1822 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl.el (toplevel): Require wl-action.
1825         (wl-init): Call wl-summary-define-mark-action.
1826
1827         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1828
1829         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1830         wl-summary-delete and wl-summary-erase.
1831         (wl-summary-mode-map): Ditto.
1832
1833         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1834         wl-delete-folder-alist.
1835
1836         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1837         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1838         (toplevel): Moved mark & action related functions to the wl-action.el.
1839
1840         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1841         in wl-summary-mark-action-list.
1842         (wl-highlight-summary-current-line): Ditto.
1843
1844         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1845         empty lines.
1846
1847         * wl-action.el: New file. 
1848
1849 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1850
1851         * wl-summary.el (wl-summary-target-mark-replace): New function.
1852         (wl-summary-target-mark-prefetch): Use it.
1853         (wl-summary-target-mark-delete): Ditto.
1854         (toplevel): Rearranged definition order.
1855         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1856         (wl-summary-target-mark-erase): Rewrite.
1857         (wl-summary-erase-region): New function.
1858         (wl-summary-exec-action-erase): Changed message.
1859         (wl-summary-move-mark-list-messages): New function.
1860         (wl-summary-exec-action-delete): Use it.
1861         (wl-summary-exec-action-erase): Ditto.
1862
1863         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1864         (wl-summary-skip-mark-list): Added "d".
1865
1866         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1867         while searching.
1868
1869         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1870         and define using defcustom;
1871         Define 4th element as a face.
1872         
1873         * wl-summary.el (wl-summary-incorporate): Use 
1874         `wl-summary-prefetch-region-no-mark' instead of
1875         `wl-summary-prefetch-region'.
1876         (wl-summary-prefetch-region-no-mark): Revival of old
1877         `wl-summary-prefetch-region'.
1878         (wl-summary-mark-action-list): Moved to wl-vars.el
1879
1880         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1881         face according to the `wl-summary-mark-action-list'.
1882         (wl-highlight-summary-current-line): Ditto;
1883         Removed destination highlighting.
1884
1885         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1886         (wl-highlight-summary-line-string): Highlight for "i" mark.
1887         (wl-highlight-summary-current-line): Ditto.
1888
1889         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1890         no destination.
1891
1892         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1893         exists, just go ahead.
1894         (wl-summary-prefetch-region): Rewrite.
1895         (wl-summary-prefetch): Ditto.
1896         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1897         (wl-summary-exec-action-prefetch): New function.
1898         (wl-summary-target-mark-prefetch): Rewrite.
1899
1900 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1903         (wl-highlight-summary-line-string): Added "d" and "D".
1904         (wl-highlight-summary-current-line): Ditto.
1905
1906         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1907         in wl-summary.el.
1908         (wl-thread-insert-entity-sub): Ditto.
1909         (wl-thread-remove-destination-region): Ditto.
1910         (wl-thread-print-destination-region): Ditto.
1911
1912         * wl-summary.el (wl-summary-buffer-refile-list,
1913         wl-summary-buffer-delete-list,
1914         wl-summary-buffer-copy-list): Abolish.
1915         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1916         All other related portions are changed.
1917         (wl-summary-mark-action-list): New variable.
1918         (wl-summary-set-mark): New function.
1919         (wl-summary-register-target-mark): Ditto.
1920         (wl-summary-unregister-target-mark): Ditto.
1921         (wl-summary-have-target-mark-p): Ditto.
1922         (wl-summary-register-temp-mark): Ditto.
1923         (wl-summary-unregister-temp-mark): Ditto.
1924         (wl-summary-registered-temp-mark): Ditto.
1925         (wl-summary-collect-temp-mark): Ditto.
1926         (wl-summary-unset-mark): Ditto.
1927         (wl-summary-set-target-mark): Ditto.
1928         (wl-summary-unset-target-mark): Ditto.
1929         (wl-summary-set-action-generic): Ditto.
1930         (wl-summary-unset-action-generic): Ditto.
1931         (wl-summary-exec-action-delete): Ditto.
1932         (wl-summary-exec-action-erase): Ditto.
1933         (wl-summary-set-action-refile): Ditto.
1934         (wl-summary-set-action-refile-subr): Ditto.
1935         (wl-summary-unset-action-refile): Ditto.
1936         (wl-summary-make-destination-numbers-list): Ditto.
1937         (wl-summary-exec-action-refile): Ditto.
1938         (wl-summary-set-action-copy): Ditto.
1939         (wl-summary-unset-action-copy): Ditto.
1940         (wl-summary-exec-action-copy): Ditto.
1941         (wl-summary-collect-numbers-region): Ditto.
1942         (wl-summary-delete): Rewrite.
1943         (wl-summary-erase): Ditto.
1944         (wl-summary-remove-destination): Ditto.
1945         (wl-summary-exec): Ditto.
1946         (wl-summary-exec-region): Ditto.
1947         (wl-summary-target-mark-erase): Ditto.
1948         (wl-summary-refile): Ditto.
1949         (wl-summary-copy): Ditto.
1950         (wl-summary-unmark): Ditto.
1951         (wl-summary-delete-all-mark): Ditto.
1952         (wl-summary-mark-line): Don't highlight.
1953         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1954         (wl-summary-target-mark-refile-subr): Rewrite.
1955
1956         (wl-summary-copy-prev-destination): Abolish.
1957
1958 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959
1960         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1961         default values along the value of wl-on-mule.
1962         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1963         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1964         It is not used anywhere.
1965
1966 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-summary.el (wl-summary-print-destination): Keep position.
1969         (wl-summary-cursor-move-surface): Keep horizontal position.
1970
1971 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1974         write sendlog.
1975
1976 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1979         `wl-summary-highlight'.
1980
1981 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1984         trivial condition for temp-mark.
1985
1986 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1989         when it hits killed buffer.
1990
1991 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1994         * wl-news.el.in: `message' and `error' take format string.
1995
1996 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-folder (wl-folder-insert-entity): Display a message,
1999         `...done', when the work finish.
2000         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2001
2002 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-message.el (wl-message-redisplay): Remove unused local
2005         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2006
2007 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-summary.el (wl-summary-replace-status-marks): Disable
2010         interactive use.
2011         (wl-summary-reedit): Check message existence at first.
2012         (wl-summary-mark-line): Fix doc, return value is indefinite.
2013
2014         * wl-highlight.el (wl-highlight-message): Arranged.
2015
2016         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2017         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2018         check temp-mark by wl-summary-temp-mark always.
2019         (wl-highlight-summary): Change accordingly.
2020         * wl-summary.el (wl-summary-mark-as-read-all)
2021         (wl-summary-delete-cache, wl-summary-set-score-mark)
2022         (wl-summary-mark-as-unread, wl-summary-unmark)
2023         (wl-summary-mark-line, wl-summary-mark-as-read)
2024         (wl-summary-mark-as-important): Ditto.
2025
2026         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2027         end of the window if possible.
2028         * wl-summary.el (wl-summary-sync-update): Support lazy
2029         highlighting.
2030         (wl-summary-toggle-disp-msg): Ditto.
2031
2032 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2035
2036 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037
2038         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2039         change.
2040
2041 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2044         API.
2045         (wl-summary-sync-update): Ditto.
2046
2047         * wl-score.el (wl-score-get-score-alist): Changed argument.
2048         (wl-summary-rescore-msgs): Likewise.
2049         (wl-summary-score-headers): Likewise.
2050         (wl-score-headers): Likewise;
2051         Use elmo-folder-do-each-message-entity, etc.
2052         (wl-summary-score-effect): Follow the changes above.
2053         (wl-summary-rescore): Ditto.
2054         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2055         (wl-score-get-overview): Abolish.
2056
2057         * wl-summary.el (wl-summary-default-from): Follow the API change in
2058         elmo-msgdb.
2059         (wl-summary-count-unread): Ditto.
2060         (wl-summary-detect-mark-position): Ditto.
2061         (wl-summary-overview-entity-compare-by-date): Ditto.
2062         (wl-summary-overview-entity-compare-by-number): Ditto.
2063         (wl-summary-overview-entity-compare-by-from): Ditto.
2064         (wl-summary-overview-entity-compare-by-subject): Ditto.
2065         (wl-summary-get-list-info): Ditto.
2066         (wl-summary-rescan): Ditto.
2067         (wl-summary-jump-to-msg-by-message-id): Ditto.
2068         (wl-summary-sync-update): Ditto; Removed comment.
2069         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2070         (wl-summary-insert-message): Use wl-summary-insert
2071         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2072         (wl-summary-insert-headers): Changed argument overview to folder.
2073         (wl-summary-search-by-subject): Likewise.
2074         (wl-summary-insert-thread): Renamed from 
2075         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2076
2077         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2078         too.
2079
2080         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2081         wl-string-member.
2082
2083 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2086         elmo-folder-append-buffer.
2087         (wl-draft-queue-append): Likewise.
2088
2089         * wl-mime.el (wl-message-delete-current-part): Ditto.
2090         (wl-summary-burst-subr): Ditto.
2091
2092         * wl-news.el.in (wl-news-send-news): Ditto.
2093
2094 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2095
2096         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2097         function.
2098         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2099         (wl-summary-update-mark): Enclose with save-excursion.
2100         (wl-summary-mark-as-read-internal): Fixed last change.
2101         (wl-summary-mark-as-important): Use 3rd argument of
2102         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2103         Don't use elmo-msgdb-set-mark.
2104         (wl-summary-redisplay-internal): If msgdb flag is already read,
2105         just update the mark on buffer.
2106
2107 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2110         cut visible folder when elmo-folder-delete returns non-nil value.
2111
2112 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2115         by Kenichi OKADA <okada@opaopa.org>).
2116
2117 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2118
2119         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2120
2121 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2124         Fixed the last change, search group entity by its real name.
2125         (Thanks to: KOBAYASHI Shinji)
2126
2127 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2128
2129         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2130         (wl-fldmgr-access-display-all): Don't refer visible name.
2131         * wl-expire.el (wl-folder-archive-current-entity)
2132         (wl-folder-expire-current-entity): Ditto.
2133         * wl-folder.el (wl-folder-jump-to-current-entity)
2134         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2135         (wl-folder-open-folder-sub,wl-folder-open-all)
2136         (wl-folder-write-current-folder): Ditto.
2137         (wl-folder-insert-entity): Don't use petname for normal group.
2138         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2139         is the real name.
2140         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2141         Abolished.
2142
2143 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2144
2145         * wl-draft.el (wl-draft-create-buffer): Add
2146         `wl-summary-reply-with-citation'
2147
2148 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2149
2150         * wl-draft.el (wl-draft-reply): Fixed.
2151
2152 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2153
2154         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2155         when `wl-draft-send-confirm-with-preview' is non-nil.
2156         You can scroll up/down by j/k.
2157         (wl-draft-send-confirm-with-preview): New variable (default=t).
2158
2159 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2162         (wl-fldmgr-save-folders): Fix comment.
2163
2164 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2167         along the last change in `wl-folder-buffer-group-p'.
2168
2169 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2170
2171         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2172         folder.
2173
2174         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2175         the default value.
2176
2177         * wl-mime.el (wl-summary-burst): Update summary only when target
2178         folder equals current folder.
2179
2180 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2181
2182         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2183
2184 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2185
2186         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2187         value.
2188
2189 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2192         `map-extents' instead of `extent-at' repeatedly.
2193         (wl-highlight-folder-current-line): Ditto.
2194
2195         * wl-highlight.el: Remove useless dummy functions.
2196
2197 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2198
2199         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2200         (wl-folder-put-folder-property): New function to put text property.
2201         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2202         (wl-folder-insert-entity, wl-folder-update-diff-line)
2203         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2204         * wl-e21.el, wl-xmas.el, wl-mule.el
2205         (wl-highlight-folder-current-line): Ditto.
2206         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2207         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2208         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2209         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2210
2211 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2212
2213         * Version number is increased to 2.11.3.
2214
2215 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2216
2217         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2218         Resume current-buffer since it is assumed by remaining tasks.
2219
2220 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2221
2222         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2223         (wl-folder-completion-function): Abolished.
2224         (wl-folder-complete-folder): New function.
2225         (wl-folder-complete-filter-condition): Ditto.
2226         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2227         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2228
2229 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2230
2231         * wl-draft.el (wl-draft-send-confirm): New function.
2232         (wl-draft-send): Use it.
2233
2234         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2235         cursor-in-echo-area while confirming.
2236
2237         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2238
2239         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2240         searching via nntp if wl-summary-search-via-nntp is 'force.
2241         Otherwise, invoke searching in nntp folder only.
2242         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2243
2244         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2245         explicitly for mime-make-text-tag.
2246
2247 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2248
2249         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2250         `mime-make-text-tag' instead of `mime-create-tag'.
2251
2252 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2253
2254         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2255         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2256
2257 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2258
2259         * wl-score.el (wl-score-save): Bind print-length and print-level.
2260         (wl-score-pretty-print): Ditto.
2261         (wl-score-edit-insert-header-entry): Ditto.
2262
2263         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2264         "From" entry to be treated with wl-draft-eword-encode-address-list.
2265         * wl-mime.el (wl-draft-preview-message): Ditto.
2266
2267         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2268         (wl-summary-mark-as-unread): Ditto.
2269         (wl-summary-mark-as-read-region): Change accordingly.
2270         (wl-summary-mark-as-unread-region): Ditto.
2271         (wl-summary-target-mark-mark-as-read): Ditto.
2272         (wl-summary-target-mark-mark-as-unread): Ditto.
2273
2274 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2275
2276         * Version number is increased to 2.11.2.
2277
2278 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2279
2280         * wl-news.el.in (wl-news-previous-version-save): Bind
2281         print-length and print-level.
2282         * wl-thread.el (wl-thread-save-entities): Ditto.
2283         (wl-thread-save-top-list): Bind print-length.
2284
2285 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2286
2287         * wl-highlight.el (wl-highlight-summary-line-string): Use
2288         wl-summary-score-below-mark, wl-summary-score-over-mark.
2289         (wl-highlight-summary-current-line): Ditto.
2290
2291 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2292
2293         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2294         insert it.
2295
2296 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2297
2298         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2299
2300 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2301
2302         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2303         message without msgid.
2304         Rewrite with elmo-folder-move-messages.
2305         Set wl-message-buffer to nil.
2306
2307         * wl-summary.el (wl-summary-erase-subr): New function. Use
2308         elmo-folder-move-messages.
2309         (wl-summary-erase): Call it.
2310         (wl-summary-target-mark-erase): Ditto.
2311
2312 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2315         it is not up-tp-date.
2316
2317 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2318
2319         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2320         buffer after calling `wl-summary-goto-folder-subr' without the
2321         argument `interactive'.
2322         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2323
2324 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2325
2326         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2327         `mime-create-tag'. Use `string=' instead of `looking-at'.
2328
2329 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2330
2331         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2332         to avoid compile warning.
2333
2334         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2335         entity-id when folder is given.
2336         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2337         save-excursion, use save-selected-window instead.
2338         Select folder buffer window if exists.
2339         (To correct behavior with wl-folder-move-cur-folder.)
2340
2341 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2342
2343         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2344
2345 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2346
2347         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2348         list-count instead of %d.
2349
2350 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2353         (wl-news): Set it.
2354         (wl-news-append-to-folder): Use it.
2355
2356         * wl-news.el.in (wl-news-send-news): Append to specified folder
2357         instead of wl-default-folder.
2358         (wl-news-append-to-folder): Show error message with specified folder.
2359
2360         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2361                 In most major modes, Emacs assumes that any opening
2362                 delimiter found at the left margin is the start of a
2363                 top-level definition, or defun. Therefore, *never put an
2364                 opening delimiter at the left margin unless it should have
2365                 that significance.*
2366
2367         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2368
2369 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2370
2371         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2372
2373 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2374
2375         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2376
2377 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2378
2379         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2380         for sequential numbering case.
2381
2382 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2383
2384         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2385         value.
2386         (wl-draft-reply-without-argument-list): Ditto.
2387         (wl-draft-reply-myself-with-argument-list): Abolish.
2388         (wl-draft-reply-myself-without-argument-list): Ditto.
2389         * wl-draft.el (wl-draft-self-reply-p): New function.
2390         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2391
2392 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2393
2394         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2395         (avoid error for the case without byte-compiling)
2396
2397 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2398
2399         * wl-news.el.in (wl-news-append-to-folder): New function.
2400         (wl-news-exit): Rewrite.
2401         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2402
2403 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2404
2405         * wl-draft.el (wl-draft-reply-position): New function.
2406         (wl-draft-reply-position): Fix.
2407         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2408         (wl-summary-target-mark-reply-with-citation): Ditto.
2409         (wl-summary-reply-with-citation): Ditto.
2410         * wl-vars.el (wl-draft-reply-default-position): New variable.
2411
2412 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2413
2414         * wl-draft.el (wl-draft-send): Preview when interactive send.
2415
2416 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2417
2418         * wl-draft.el (wl-draft-reply): Set default position.
2419         * wl-summary.el (wl-summary-reply): Ditto.
2420         (wl-summary-reply-with-citation): Ditto.
2421         (wl-summary-target-mark-reply-with-citation): Ditto.
2422
2423 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2424
2425         * wl-news.el.in (wl-news-lang): Set default value according to
2426         current-language-environment.
2427         (wl-news-append-news): Do nothing when news-list is nil.
2428
2429 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2430
2431         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2432         (wl-news): Change message.
2433         (wl-news-exit): Check buffer.
2434         (wl-news-force-exit): New function.
2435         (wl-news-show-all): New function.
2436         (wl-news-discard-and-exit): Fix.
2437
2438 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2439
2440         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2441         according to current-language-environment.
2442
2443         * wl-news.el.in (wl-news): If arg, show all NEWS after
2444         wl-news-default-previous-version.
2445
2446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2447
2448         * wl-news.el.in (wl-news-check): Rewritten.
2449         (wl-news-previous-version-load): Change data type.
2450         (wl-news-previous-version-save): Change data type.
2451         (wl-news-append-news): Add return value.
2452         (wl-news-check-news): New function.
2453         (wl-news-already-current-p): New function.
2454         (wl-news-send-news): Rewritten.
2455         (wl-news-mode-map): Add new keybind.
2456         (wl-news): Rewritten.
2457         (wl-news-exit): Rewritten.
2458         (wl-news-discard-and-mail): New function.
2459         (wl-news-send-to-address): Abolished.
2460         * wl.el (wl-init): Delete a message.
2461
2462 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2463
2464         * wl-news.el.in (wl-news-exit): Update previous version.
2465         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2466
2467 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2468
2469         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2470
2471 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2472
2473         * wl-news.el.in (wl-news): New function.
2474         (wl-news-mode): New function.
2475         (wl-news-next-line): New function.
2476         (wl-news-next-page): New function.
2477         (wl-news-exit): New function.
2478         (wl-news-buf-name): New variable.
2479         (wl-news-mode-map): New variable.
2480         (wl-news-winconf): New variable.
2481         (wl-news-append-news): Add an option.
2482
2483 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2484
2485         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2486
2487 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2488
2489         * wl-news.el.in (wl-news-send-to-address): New variable.
2490         (wl-news-send-news): Use it.
2491         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2492         Return updating status.
2493         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2494
2495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2496
2497         * wl-news.el.in (wl-news-send-news): Delete
2498         Organization and X-Face.
2499
2500 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2501
2502         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2503         (wl-news-append-news): New function.
2504         (wl-news-send-news): New function.
2505
2506 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2507
2508         * Version number is increased to 2.11.1.
2509
2510 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2511
2512         * wl-news.el.in : New file.
2513
2514 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2515
2516         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2517         default value.
2518         (wl-draft-reply-without-argument-list): Ditto.
2519
2520 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2521
2522         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2523         (wl-message-buffer-prefetch-idle-time): Ditto.
2524         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2525
2526 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2527
2528         * wl-thread.el (wl-thread-insert-message): Use
2529         wl-summary-max-thread-depth.
2530
2531         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2532         loop detection.
2533
2534         * wl-message.el (wl-message-buffer-display): Back to the first page
2535         when cache is hit.
2536
2537 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2538
2539         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2540
2541         * wl-summary.el (wl-summary-insert-thread-entity):
2542         If the thread depth is reached to wl-summary-max-thread-depth,
2543         divide the thread.
2544
2545 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2546
2547         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2548         for elmo-remove-passwd.
2549
2550 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2553         folder is sticky.
2554         (wl-folder-mark-as-read-all-entity): Ditto.
2555         (wl-folder-prefetch-entity): Ditto.
2556
2557 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2558
2559         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2560
2561 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2562
2563         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2564         Delete messages on buffer for unplugged operation.
2565         (wl-summary-erase): Ditto.
2566
2567 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2570         take nil so as not to search parent by subject.
2571
2572 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2575         (wl-folder-get-next-folder): Ditto.
2576         (wl-folder-get-path): Ditto.
2577
2578 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2581         system and encode the region with it before verifying.
2582
2583 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2584
2585         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2586         system of the echo buffer before decoding.
2587
2588 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2589
2590         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2591         original contents.
2592
2593 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2596         with argument 'any-exists.
2597
2598 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2599
2600         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2601         Use `wl-cs-autoconv'.
2602
2603 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2604
2605         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2606         by `mime-view-automatic-conversion'.
2607
2608         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2609         (wl-message-verify-pgp-nonmime): Ditto.
2610         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2611         Bind them to C-c:d and C-c:v respectively.
2612
2613         Merge following code by Teranishi-san from [wl-en:00167].
2614         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2615         (wl-mime-preview-application/pgp-encrypted): Ditto.
2616         (wl-mime-setup): Add entry.
2617
2618 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2619
2620         * wl-summary.el (wl-summary-target-mark-erase): New function.
2621         Bind it to "mD".
2622
2623 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-vars.el (wl-draft-write-file-function): Fix.
2626         (wl-draft-reedit-hook): Changed default value.
2627
2628         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2629         wl-draft-reedit-hook.
2630         (wl-draft-remove-text-plain-tag): New function.
2631         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2632
2633         * wl-vars.el (wl-draft-write-file-function): New user option.
2634
2635         * wl-draft.el (wl-draft-prepare-edit): Use it for
2636         local-write-file-hooks.
2637         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2638
2639         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2640         (wl-draft-insert-mail-header-separator): Return the body beginning
2641         point.
2642         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2643         text/plain.
2644         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2645
2646 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2647
2648         * wl-summary.el (wl-summary-erase): New function to erase message
2649         without moving it to trash. Bind to "D".
2650
2651         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2652         as `keep' unless switch-function.
2653
2654 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2655
2656         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2657         message buffer by using `wl-summary-toggle-disp-msg'.
2658         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2659         buffer window.
2660         (wl-summary-supresedes-message): Ditto.
2661
2662         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2663         Do not delete other windows.
2664         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2665         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2666         (wl-draft-create-buffer): Set reply-or-forward also for target
2667         mark commands.
2668
2669 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-draft.el (wl-user-agent-compose): Delete special case for
2672         switch-to-buffer-other-window.
2673
2674         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2675         (wl-summary-forward): Ditto.
2676
2677         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2678         function.
2679         (wl-draft-buffer-style): New use option.
2680
2681         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2682         (wl-draft): Follow the change above.
2683         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2684         wl-draft-buffer-style.
2685         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2686         switch-function.
2687
2688 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2689
2690         * wl-draft.el (wl-user-agent-compose): Delete special case for
2691         switch-to-buffer-other-window.
2692
2693         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2694         (wl-summary-forward): Ditto.
2695
2696         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2697         function.
2698         (wl-draft-buffer-style): New use option.
2699
2700         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2701         (wl-draft): Follow the change above.
2702         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2703         wl-draft-buffer-style.
2704         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2705         switch-function.
2706
2707 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2708
2709         * wl-address.el (wl-address-make-completion-entry): Extracted from
2710         `wl-address-make-completion-list'.
2711         (wl-address-enable-strict-loading): New variable.
2712         (wl-address-make-completion-list): Revive petname duplication
2713         inquiry, and enable it if `wl-address-enable-strict-loading'.
2714         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2715
2716 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-message.el (wl-message-get-original-buffer): Avoid
2719         'Selecting deleted buffer' error when original buffer is killed.
2720
2721 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-summary.el (wl-summary-next-message): Use
2724         elmo-message-accessible-p instead of elmo-message-cached-p.
2725
2726 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2729
2730         * wl-thread.el (wl-thread-open-all-unread): Use
2731         elmo-folder-list-flagged instead of
2732         elmo-folder-list-messages-mark-match.
2733
2734         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2735         instead of elmo-folder-list-messages-mark-match.
2736         (wl-summary-move-spec-alist): New variable.
2737         (wl-summary-move-spec-plugged-alist,
2738         wl-summary-move-spec-unplugged-alist): Abolish.
2739         (wl-summary-next-message): Follow the change above.
2740         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2741         with 'no-msg' argument.
2742
2743         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2744         variable.
2745         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2746         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2747         (wl-message-buffer-prefetch-get-next): Follow the change above.
2748
2749 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-version.el (wl-version): Changed codename.
2752
2753         * Version number is increased to 2.11.0.
2754
2755 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2758         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2759         `wl-draft-config-variables'.
2760         (wl-draft-kill): Fixed problem when the draft is reedit.
2761
2762 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2765         buffer-modified status (Thanks to
2766         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2767
2768 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2769
2770         * wl-util.el (wl-region-exists-p): New function.
2771
2772         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2773         Remove defvars for byte-compile warnings.
2774
2775 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2778         defvar-maybe. Removed unused bind.
2779
2780 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2781
2782         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2783         summary buffer window before creating new frame.
2784         (wl-draft-reply): Ditto.
2785
2786 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2789
2790 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2791
2792         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2793
2794 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2795
2796         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2797         instead of `kill-region'.
2798
2799 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2802         (wl-highlight-summary-line-string): Use it.
2803         (wl-highlight-summary-current-line): Ditto.
2804
2805         * wl-mime.el (wl-message-delete-current-part): Check the class of
2806         mime-entity.
2807
2808         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2809
2810         * wl-summary.el (wl-summary-make-number-list): Initialize.
2811         (wl-summary-update-mark): New function.
2812         (wl-summary-reply): Put `answered' mark on the message.
2813         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2814
2815         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2816         (wl-draft-reply): Added optional argument `number';
2817         Set wl-draft-parent-number.
2818         (wl-draft-kill): Delete answered mark if it is a reply.
2819
2820 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2821
2822         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2823         that originates in mime-preview-follow-current-entity.
2824         (wl-draft-yank-current-message-entity): Use it if region is active.
2825
2826         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2827         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2828         `wl-message-delete-current-part'.
2829         * wl-mule.el (wl-message-define-keymap): Ditto.
2830         * wl-xmas.el (wl-message-define-keymap): Ditto.
2831
2832 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2833
2834         * wl-mime.el (wl-message-delete-current-part): New function.
2835         (wl-mime-node-id-to-string): Ditto.
2836
2837         * wl-mime.el (wl-message-delete-current-part): Use existing
2838         original buffer which corresponds current mime-view buffer.
2839         (fetched buffer might have different structure, possibly)
2840
2841         * wl-mime.el (wl-message-delete-current-part): Quit if the
2842         message content differs from the actual message.
2843
2844 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2847         order.
2848         (wl-summary-search-by-subject): Search parent message from tail;
2849         Check the existence of the parent message on the current thread tree.
2850         (wl-summary-update-thread): Check whether the line is inserted.
2851
2852 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2853
2854         * wl-vars.el (wl-summary-line-format): Undo last change.
2855         * wl-summary.el (wl-summary-print-destination): Do not put
2856         invisible property when `wl-summary-width' is nil.
2857         (wl-summary-line-subject-minimum-length): Abolished.
2858         (wl-summary-line-subject): Ditto.
2859
2860 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2861
2862         * wl-vars.el (wl-summary-line-format): Change default value.
2863         (wl-summary-subject-length-limit): Abolished.
2864         * wl-summary.el (wl-summary-line-subject): Ditto.
2865
2866 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-template.el (wl-template-select): Added optional argument.
2869         If optional argument is specified, reverse
2870         `wl-template-visible-select'.
2871
2872 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2873
2874         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2875         Take prefix argument to force asking the destination folder.
2876
2877 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2880         count and update status.
2881
2882 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2883
2884         * wl-summary.el (wl-summary-redisplay-internal): If
2885         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2886         after fetching.
2887
2888 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2891         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2892
2893         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2894
2895 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2898         (All other related portions are changed).
2899         (wl-summary-mark-as-read-all): Rewrite.
2900
2901 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2904         `wl-summary-mark-as-read'.
2905         (wl-summary-mark-as-unread): Rewrite.
2906         (wl-summary-mark-as-read): Added no-modeline argument.
2907         (wl-summary-resume-cache-status): Rewrite.
2908         (wl-summary-exec-subr): Remove unused local variable.
2909
2910 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2913         logic to call `wl-summary-buffer-prev-folder-function'.
2914         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2915
2916 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2919         is nil.
2920
2921 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2922
2923         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2924         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2925         (wl-mime-setup): Add its entry.
2926
2927 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2930         (wl-summary-delete-cache): Likewise.
2931         (wl-summary-mark-as-read): Rewrite.
2932
2933 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2934
2935         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2936         `wl-summary-count-unread'.
2937
2938         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2939
2940         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2941
2942 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2945         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2946         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2947         Renamed to the elmo-msgdb-*-mark.
2948         (wl-summary-score-marks): Follow the change above.
2949         (wl-summary-auto-refile-skip-marks): Ditto.
2950         (wl-summary-incorporate-marks): Ditto.
2951         (wl-summary-expire-reserve-marks): Ditto.
2952
2953         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2954         changes.
2955         (wl-thread-insert-top): Changed updating message.
2956
2957         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2958         variable.
2959         (wl-summary-count-unread): Count answered marks.
2960         (wl-summary-rescan): Call wl-summary-insert-message instead of
2961         wl-summary-append-message-func-internal.
2962         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2963         (wl-summary-prefetch-msg): Follow the variable name changes.
2964         (wl-summary-prefetch-region): Ditto.
2965         (wl-summary-mark-as-read-all): Follow the API changes;
2966         Don't call elmo-folder-replace-marks.
2967         (wl-summary-delete-cache): Follow the variable name changes.
2968         (wl-summary-resume-cache-status): Ditto.
2969         (wl-summary-update-status-marks): New function.
2970         (wl-summary-insert-message): New function.
2971         (wl-summary-sync-marks): Follow the variable name changes.
2972         (wl-summary-sync-update): Synchronize to the msgdb, too;
2973         Changed update messages.
2974         (wl-summary-make-number-list): Rewrite.
2975         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2976         (wl-summary-mark-as-unread): Follow the API changes.
2977         (wl-summary-exec-subr): Follow the variable name changes.
2978         (wl-summary-mark-as-read): Ditto.
2979         (wl-summary-move-spec-plugged-alist): Ditto.
2980         (wl-summary-move-spec-unplugged-alist): Ditto.
2981         (wl-summary-cursor-move-surface): Ditto.
2982
2983         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2984         variable name changes.
2985         (wl-highlight-summary-current-line): Ditto.
2986
2987         * wl-expire.el (wl-expire-refile): Follow the API change in
2988         elmo-folder-move-messages.
2989         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2990         (wl-summary-archive): Use elmo-folder-msgdb instead of
2991         elmo-msgdb-load.
2992
2993 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2994
2995         * wl-mime.el (wl-draft-preview-message): Restore the position
2996         before evaluating wl-draft-send-hook in preview buffer.
2997
2998 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2999
3000         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3001         when it creates new draft buffer.
3002
3003         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3004         without argument.
3005
3006         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3007         Evaluate content and if the value is string, insert it.
3008         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3009         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3010         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3011         wl-draft-config-sub-part-bottom): Use it.
3012
3013         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3014         with the folder name. The question was unintelligible when it is
3015         called from wl-save-status.
3016
3017 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3020         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3021         cannot take second argument).
3022
3023 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3026         as t. Since type and subtype are not case sensitive (RFC 2045).
3027
3028 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-vars.el (wl-message-mode-line-format): New variable.
3031         (wl-message-mode-line-format-spec-alist): Ditto.
3032         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3033         (wl-message-redisplay): Use wl-message-mode-line-format.
3034
3035 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3038
3039 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3040
3041         * wl-summary.el (wl-summary-default-from): Write description.
3042
3043 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * wl-vars.el (wl-ldap-objectclass): Abolish.
3046
3047         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3048         (wl-ldap-make-filter): Removed condition for objectclass.
3049         (wl-ldap-make-matched-value-list): Remove meaningless process.
3050         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3051         (wl-address-ldap-search): Don't add `*' to `pat' string;
3052         use ignore-errors; added `email';
3053         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3054         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3055         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3056
3057
3058 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3059
3060         * wl-draft.el (wl-draft-parent-folder): Write description.
3061         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3062
3063 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3066         as "" (zero-length string) if no parent.
3067         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3068
3069 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-address.el (wl-address-make-completion-list): Skip duplication
3072         checking.
3073         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3074         `append'.
3075
3076 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3077
3078         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3079         instead of `beginning-of-buffer'.
3080
3081 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3084
3085 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3088         Refer wl-message-buffer-name.
3089         (wl-message-wheel-down): Ditto.
3090
3091 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-vars.el (wl-message-buffer-name): New user option.
3094
3095         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3096         directly instead of making alist dinamically.
3097
3098         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3099         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3100         wl-message-buffer-cache-name.
3101         (wl-message-buffer-cache-clean-up): Ditto.
3102
3103         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3104
3105         * Version number is increased to 2.9.15.
3106
3107 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-vars.el (wl-summary-default-view-alist): New user option.
3110
3111         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3112
3113         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3114         while deleting address.
3115         (wl-draft-delete-myself-from-cc): Ditto.
3116
3117         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3118         If optional argument is specified, reverse sort order.
3119
3120         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3121
3122 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-thread.el (wl-thread-insert-message): Return parent number if
3125         exists.
3126         (wl-thread-update-indent-string-region): Use
3127         wl-thread-update-line-on-buffer-sub instead of
3128         wl-thread-update-line-on-buffer.
3129
3130 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3131
3132         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3133         (wl-folder-close-all): Ditto.
3134
3135 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3136
3137         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3138         and mailing-list:.
3139         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3140         value.
3141         (wl-summary-line-list-info): Print mailing-list name even when 
3142         list-number is empty.
3143
3144 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3145
3146         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3147
3148         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3149         (wl-draft-open-file): Ditto.
3150         (wl-draft-random-alphabet): Ditto.
3151
3152         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3153         bindings.
3154
3155 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3156
3157         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3158         * wl-vars.el (wl-draft-config-alist): Ditto.
3159
3160 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3161
3162         * Version number is increased to 2.9.14.
3163
3164         * wl.el (wl): Don't set wl-init as nil when error occured while
3165         auto-checking folders.
3166
3167         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3168         `elmo-expand-newtext'.
3169
3170 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3171
3172         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3173         `this-command' so that `wl-folder-goto-folder' contained in
3174         `wl-summary-keep-cursor-command' work.
3175
3176 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3179         message buffer displaying state.
3180
3181 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-vars.el (wl-summary-default-view): New variable to specify
3184         default value for `wl-summary-buffer-view' instead of using
3185         set-default.
3186         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3187
3188 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3191
3192         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3193
3194 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3195
3196         * wl-vars.el (wl-forward-subject-prefix): New variable.
3197         * wl-draft.el (wl-draft-forward): Use it.
3198
3199 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3200
3201         * wl-message.el (wl-message-prev-page): When it is called without
3202         lines argument, scroll down by wl-message-scroll-amount lines.
3203         (wl-message-next-page): Ditto.
3204         * wl-vars.el (wl-message-scroll-amount): Change default value
3205         to preserve current behavior.
3206
3207 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-summary.el (wl-summary-prefetch-msg): Bind
3210         `wl-message-entity' to call `wl-summary-from-function'.
3211
3212 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3213
3214         * wl-message.el (wl-message-buffer-create): Run
3215         wl-message-buffer-created-hook.
3216
3217 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3218
3219         * wl-summary.el (wl-summary-sort-specs): New variable.
3220         (wl-summary-default-sort-spec): Ditto.
3221         (wl-summary-sort): Rewrite.
3222         (wl-summary-sort-by-list-info): New function.
3223
3224 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3225
3226         * wl-summary.el (wl-summary-get-list-info): New function.
3227         (wl-summary-sort): Rewrite.
3228         (wl-summary-line-list-info): Ditto.
3229         (wl-summary-line-list-count): Ditto.
3230         (wl-summary-refile-region): Fixed docstring.
3231
3232 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3235         `wl-folder-entity-hashtb' as completion table.
3236
3237 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3240         only when this command is called interactively; silence the byte-
3241         compiler.
3242
3243 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3244
3245         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3246         active in XEmacs.
3247
3248 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3249
3250         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3251         plural lines.
3252
3253 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3254
3255         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3256         of current line when the cursor is on the header name.
3257         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3258
3259 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3260
3261         * wl-util.el (wl-read-directory-name): Return displayed directory
3262         as the default value also on XEmacs.
3263
3264 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3267         formatting.
3268
3269 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3272         argument and when it is non-nil, check face property before
3273         highlighting for each line.
3274         (wl-highlight-summary-window): Set it.
3275
3276 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3279         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3280
3281         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3282         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3283         (wl-draft-get-fcc-list): Likewise.
3284
3285 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3286
3287         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3288         (wl-thread-entity-cur): Ditto.
3289         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3290         wl-thread-indent-regexp setting.
3291         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3292
3293         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3294         wl-summary-lazy-highlight.
3295         (wl-summary-display-bottom): Ditto.
3296
3297         * wl-thread.el (wl-thread-open-close): Likewise.
3298
3299         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3300         from and subject;
3301         Bind wl-draft-use-frame;
3302         Enclose with save-window-excursion;
3303         Use wl-draft-create-buffer instead of with-temp-buffer;
3304         Use wl-draft-prepare-edit;
3305         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3306         Use wl-draft-send instead of wl-draft-raw-send.
3307
3308 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3309
3310         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3311         of using wl-from.
3312
3313 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3314
3315         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3316         insert-buffer instead of clone-buffer.
3317         (wl-draft-doing-mime-bcc): New variable.
3318         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3319         infinite loop.
3320         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3321
3322         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3323         (wl-draft-mime-bcc-body): Ditto.
3324
3325         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3326         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3327         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3328         wl-draft-do-mime-bcc.
3329         (wl-draft-mime-bcc-field): New function.
3330         (wl-draft-do-mime-bcc): Ditto.
3331
3332         * wl-address.el (wl-address-complete-header-list): New variable.
3333         (wl-address-complete-header-regexp): Changed default value.
3334
3335         * Version number is increased to 2.9.13.
3336
3337 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3338
3339         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3340         it is differed.
3341
3342 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3345         (wl-summary-line-list-count): Ditto.
3346
3347 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3348
3349         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3350         (wl-nntp-posting-function): New variable.
3351         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3352         `wl-nntp-posting-config-alist'.
3353
3354 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3355
3356         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3357         FLIM.
3358
3359 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3360
3361         * wl-summary.el (wl-summary-target-mark-refile-sub):
3362         Remove a nuisance funcall.
3363
3364 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3365
3366         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3367         as t for `try-completion'.
3368
3369 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-summary.el (wl-summary-default-from): Use
3372         wl-address-header-extract-address instead of
3373         std11-extract-address-components.
3374         (wl-summary-simple-from): Ditto.
3375         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3376         (wl-summary-insert-headers): Show message.
3377         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3378         for whole line.
3379         (wl-summary-default-from): Revert last change.
3380         (wl-summary-simple-from): Ditto.
3381         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3382         (wl-summary-mark-as-read-region): Follow the change above.
3383         (wl-summary-sync-marks): Ditto.
3384         (wl-summary-target-mark-mark-as-read): Ditto.
3385         (wl-summary-redisplay-internal): Ditto.
3386         (wl-summary-redisplay-no-mime-internal): Ditto.
3387         (wl-summary-redisplay-all-header): Ditto.
3388         (wl-summary-mark-as-read): Removed argument `cached';
3389         Use current cache status to set cache mark.
3390         (wl-summary-redisplay-internal): Follow the change above.
3391         (wl-summary-redisplay-no-mime-internal): Ditto.
3392         (wl-summary-redisplay-all-header): Ditto.
3393
3394         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3395
3396         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3397         Don't call itself recursively (Adviced by Yamaoka-san).
3398
3399 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3400
3401         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3402         bind wl-summary-highlight as nil to avoid error caused by missing
3403         local variables.
3404
3405 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl-vars.el (wl-invalid-character-message): New user option.
3408
3409         * wl-util.el (wl-set-string-width): If truncated string-width is
3410         larger than specified width, use `wl-invalid-character-message'.
3411
3412 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3413
3414         * wl-summary.el (wl-summary-prefetch-msg): 
3415         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3416
3417 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-vars.el (wl-summary-check-line-format): New user option.
3420         (wl-summary-line-format-file): Ditto.
3421
3422         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3423         variable.
3424         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3425         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3426         and `wl-summary-view-old-p' to check whether do a rescan or not.
3427         (wl-summary-view-old-p): New function.
3428         (wl-summary-line-format-changed-p): Ditto.
3429         (wl-summary-line-format-save): Ditto.
3430         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3431
3432         * wl-util.el (wl-set-string-width): Avoid using negative number
3433         for make-string.
3434
3435 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3436
3437         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3438         return value.
3439
3440         * wl-util.el (wl-set-string-width): Added optional argument
3441         `padding' (All other related portions are changed).
3442         (wl-line-parse-format): If the first letter of column number is
3443         `0', zero-padding the result (ex: "%05l").
3444
3445         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3446
3447 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3450         sequential summary view.
3451
3452 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3455         if it doesn't have a -unix version.
3456
3457 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3458
3459         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3460
3461 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3464         content.
3465         (wl-draft): Follow the change above.
3466
3467         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3468
3469         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3470         and wl-folder-summary-line-format-alist contain %T and %P.
3471
3472         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3473         (wl-summary-mode-line-format): New user option.
3474         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3475         (wl-summary-line-format): Changed default value.
3476         (wl-summary-lazy-highlight): Changed default value.
3477
3478         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3479         change in wl-summary-create-line.
3480         (wl-thread-insert-entity-sub): Ditto.
3481
3482         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3483         (wl-summary-buffer-unread-status): Ditto.
3484         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3485         (wl-summary-buffer-persistent-mark-column): Ditto.
3486         (wl-summary-buffer-mode-line-formatter): Ditto.
3487         (wl-summary-buffer-mode-line): Ditto.
3488         (wl-summary-message-regexp): Abolished.
3489         (All other related portions are changed.)
3490         (wl-summary-detect-mark-position): New function.
3491         (wl-summary-buffer-set-folder): Setup
3492         wl-summary-buffer-mode-line-formatter.
3493         (wl-summary-mode): Setup selective-display;
3494         Setup pre-idle-hook when xemacs.
3495         (wl-summary-update-modeline): Rewrite.
3496         (wl-summary-jump-to-msg): Define as function;
3497         Changed regexp for searching messages.
3498         (wl-summary-message-number): Rewrite.
3499         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3500         Do rescan when old type summary cache.
3501         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3502         (wl-summary-remove-destination): Use '\r' to detect EOL.
3503         (wl-summary-print-destination): Ditto.
3504         (wl-summary-temp-mark): New inline function.
3505         (wl-summary-persistent-mark): Ditto.
3506         (wl-summary-line-number): New function.
3507         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3508         (wl-summary-line-list-count): New function.
3509         (wl-summary-create-line): Added argument persistent-mark.
3510         (All other related portions are changed)
3511         (wl-summary-create-line): Insert '\r'.
3512         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3513         (wl-summary-cursor-move-surface): New inline function.
3514         (wl-summary-prev): Use it.
3515         (wl-summary-next): Ditto.
3516
3517         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3518         wl-summary-message-regexp.
3519         (wl-highlight-summary): Delete progress message.
3520         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3521
3522         * Version number is increased to 2.9.12.
3523
3524 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3525
3526         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3527         variable (nil: no minimum).
3528         (wl-summary-line-subject): Add some spaces after subject by
3529         wl-summary-line-subject-minimum-length.
3530
3531 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3534         and removed `F'.
3535         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3536         change above).
3537
3538 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-summary.el (wl-summary-line-list-count): Reverted.
3541         (example setting in samples/*/dot.wl is also updated)
3542
3543 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3546
3547         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3548
3549         * wl-vars.el (wl-summary-line-format): Addes some description to the
3550         docstring.
3551
3552         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3553         (wl-summary-line-close-bracket): Ditto.
3554         (wl-summary-line-children-number): Ditto.
3555         (wl-summary-line-thread-indent): Ditto.
3556         (wl-summary-line-children-and-from): Ditto.
3557
3558         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3559         't', 'c', 'F' and added 'C'.
3560
3561         * wl-util.el (wl-set-string-width): Accept negative value.
3562         (wl-line-parse-format): Added "%number(" and "%)".
3563
3564 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3565
3566         * wl-summary.el (wl-summary-line-list-count): Change format of the
3567         return value.
3568
3569 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3570
3571         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3572         from the recent message.el.
3573         (wl-draft-point-in-header-p): Ditto.
3574         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3575         wl-draft-beginning-of-line.
3576         * wl-e21.el (wl-draft-mode-map): Ditto.
3577         * wl-xmas.el (wl-draft-mode-map): Ditto.
3578
3579         * wl-folder.el: Sort macrodefs by dependencies.
3580
3581 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3582
3583         * wl-summary.el (wl-summary-prev): Fixed regexp.
3584         (wl-summary-next): Ditto.
3585
3586 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3587
3588         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3589
3590 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3591
3592         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3593         for backward compatibility.
3594
3595 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-summary.el (wl-summary-line-list-count): New function, merged
3598         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3599         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3600         list counts.
3601
3602 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-summary.el (wl-summary-create-line): Ignore errors while
3605         timezone-fix-time.
3606
3607         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3608
3609         * wl-summary.el (wl-summary-sync-update): Ditto.
3610         (wl-summary-default-from): Use wl-message-entity
3611         instead of entity.
3612
3613         * wl-summary.el (wl-summary-create-line): Fix.
3614
3615         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3616         (wl-summary-line-format): New user option.
3617         (wl-folder-summary-line-format-alist): Ditto.
3618         (wl-summary-from-width): Abolished.
3619
3620         * wl-util.el (toplevel): Require 'bytecomp.
3621         (wl-line-parse-format): New function.
3622         (wl-line-formatter-setup): New macro.
3623
3624         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3625         (wl-summary-buffer-line-formatter): New buffer local variable.
3626         (wl-summary-switch-to-clone-buffer): Follow the change above.
3627         (wl-summary-message-regexp): Fix.
3628         (wl-summary-from-func-internal): Abolished.
3629         (wl-summary-subject-func-internal): Ditto.
3630         (wl-summary-subject-filter-func-internal): Ditto.
3631         (All other related portions are changed.)
3632         (wl-summary-buffer-set-folder):
3633         Set up wl-summary-buffer-number-column and 
3634         wl-summary-buffer-line-formatter
3635         (All other related portions are changed.)
3636         (wl-summary-buffer-number-column-detect): Abolished.
3637         (All other related portions are changed.)
3638         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3639         (wl-summary-delete-all-temp-marks-on-buffer): Use
3640         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3641         (wl-summary-target-mark-delete): Ditto.
3642         (wl-summary-target-mark-refile-subr): Ditto.
3643         (wl-summary-target-mark-mark-as-read): Ditto.
3644         (wl-summary-target-mark-mark-as-unread): Ditto.
3645         (wl-summary-target-mark-mark-as-important): Ditto.
3646         (wl-summary-target-mark-save): Ditto.
3647         (wl-summary-replace-status-marks): Renamed from
3648         wl-summary-set-status-marks-on-buffer;
3649         Use wl-summary-message-regexp instead of
3650         wl-summary-buffer-number-regexp.
3651         (wl-summary-sync-update): Follow the change above.
3652         (wl-summary-goto-previous-message-beginning): New function.
3653         (wl-summary-mark-as-unread): Use it.
3654         (wl-summary-mark-as-important): Ditto.
3655         (wl-summary-line-formatter): New variable.
3656         (wl-summary-line-year): New function.
3657         (wl-summary-line-day): Ditto.
3658         (wl-summary-line-day-of-week): Ditto.
3659         (wl-summary-line-hour): Ditto.
3660         (wl-summary-line-minute): Ditto.
3661         (wl-summary-line-open-bracket): Ditto.
3662         (wl-summary-line-close-bracket): Ditto.
3663         (wl-summary-line-children-number): Ditto.
3664         (wl-summary-line-thread-indent): Ditto.
3665         (wl-summary-line-size): Ditto.
3666         (wl-summary-line-subject): Ditto.
3667         (wl-summary-line-from): Ditto.
3668         (wl-summary-line-children-and-from): Ditto.
3669         (wl-summary-create-line): Rewritten.
3670         (wl-summary-format-date): Abolished.
3671
3672         * wl-highlight.el (wl-highlight-summary-current-line): Use
3673         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3674         Use thread structure to detect thread top message.
3675
3676         * wl-draft.el (wl-default-draft-cite): Don't use
3677         wl-summary-from-func-internal.
3678
3679         * wl-refile.el (wl-refile-subject-learn): Don't use
3680         wl-summary-subject-filter-func-internal.
3681         (wl-refile-guess-by-subject): Ditto.
3682
3683         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3684         parameters.
3685
3686         * wl-thread.el (wl-thread-update-indent-string-region):
3687         Use wl-thread-update-line-on-buffer instead of
3688         wl-thread-update-indent-string.
3689         (wl-thread-update-children-number): Redefine using
3690         wl-thread-update-line-on-buffer.
3691         (wl-thread-update-indent-string): Abolished.
3692
3693         * Version number is increased to 2.9.11.
3694
3695 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3698         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3699         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3700
3701         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3702         as nil.
3703
3704         * wl-thread.el (wl-thread-open-all-unread): Use 
3705         elmo-folder-list-messages-mark-match.
3706         (wl-thread-insert-message): Removed argument `mark-alist'.
3707         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3708         elmo-msgdb-set-mark.
3709         (wl-thread-get-children-msgs-uncached): Likewise.
3710         (wl-thread-get-exist-children): Added argument include-self.
3711         (wl-thread-delete-message): Follow the change above.
3712
3713         * wl-summary.el (wl-summary-count-unread): Removed argument.
3714         (wl-summary-rescan): Follow the change above.
3715         (wl-summary-mark-as-read-region): Ditto
3716         (wl-summary-mark-as-unread-region): Ditto.
3717         (wl-summary-delete-messages-on-buffer): Ditto.
3718         (wl-summary-sync-update): Ditto.
3719         (wl-summary-switch-to-clone-buffer): Ditto.
3720         (wl-summary-goto-folder-subr): Ditto.
3721         (wl-summary-target-mark-mark-as-read): Ditto.
3722         (wl-summary-target-mark-mark-as-unread): Ditto.
3723         (wl-summary-target-mark-mark-as-important): Ditto.
3724         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3725         (wl-summary-update-thread): Removed argument `mark-alist'.
3726         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3727         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3728         (wl-summary-resume-cache-status): Likewise.
3729         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3730         elmo-msgdb-set-mark.
3731         (wl-summary-mark-as-read-all): Likewise.
3732         (wl-summary-delete-cache): Ditto.
3733         (wl-summary-auto-select-msg-p): Ditto.
3734         (wl-summary-mark-as-unread): Ditto.
3735         (wl-summary-no-auto-refile-message-p): Ditto.
3736         (wl-summary-mark-as-read): Ditto.
3737         (wl-summary-mark-as-important): Ditto.
3738         (wl-summary-auto-refile): Follow the change above.
3739         (wl-summary-delete-all-marks): Removed.
3740         (wl-summary-resume-marks-and-highlight): Ditto.
3741         (wl-summary-resume-marks): Ditto.
3742         (wl-summary-delete-important-msgs-from-list): Ditto.
3743         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3744
3745         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3746         wl-summary-count-unread.
3747
3748         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3749         (wl-summary-score-update-all-lines): Use
3750         elmo-msgdb-set-mark.
3751
3752 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3753
3754         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3755         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3756         (wl-summary-create-line): Renamed from
3757         wl-summary-overview-create-summary-line;
3758         Argument rearrangement.
3759         (wl-summary-update-thread): Follow the change above.
3760
3761         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3762         (wl-thread-insert-entity-sub): Likewise.
3763
3764         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3765         argument `overview', `mark-alist' and added `msgdb'.
3766
3767         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3768
3769         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3770         (wl-summary-rescan): Follow the change above.
3771         (wl-summary-sync-update): Ditto.
3772         (wl-summary-insert-thread-entity): Ditto;
3773         Don't use `let*' in every while loop;
3774         Detect infinite loop of threads.
3775         (wl-summary-update-thread): Removed argument `overview'.
3776
3777         * wl-thread.el (wl-thread-insert-message): Ditto.
3778
3779         * Version number is increased to 2.9.10.
3780
3781         * wl-message.el (wl-message-redisplay): Ignore errors while
3782         wl-message-redisplay-hook.
3783
3784 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3787
3788 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl.el (wl): inhibit-quit while wl-folder.
3791
3792 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3795         while msgdb access.
3796
3797 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3798
3799         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3800         even if no folder is not created.
3801
3802 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3805
3806         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3807         implementation.
3808         (wl-summary-target-mark-thread): Ditto.
3809
3810         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3811
3812 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3813
3814         * wl-util.el (wl-display-bytes): Remove unused function.
3815
3816 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3817
3818         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3819         seems critical one (partially reverse the change in 2002/03/17).
3820
3821 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3822
3823         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3824         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3825
3826 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827
3828         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3829         is not writable.
3830         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3831         plugged status instead of `'force' as 2nd argument.
3832
3833         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3834         is not creatable.
3835
3836         * Version number is increased to 2.9.9.
3837
3838 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3839
3840         * wl-summary.el (wl-summary-suspend): New function.
3841
3842 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3843
3844         * wl.el (wl): Do not check variables if check is nil.
3845         * wl-utils.el (wl-collect-draft): New function.
3846         * wl-folder.el (wl-folder-suspend): Put summary buffers
3847         and draft buffers at the end of buffer list.
3848         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3849
3850 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3851
3852         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3853         loop instead of recursive call.
3854
3855         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3856         2nd argument.
3857
3858 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3859
3860         * wl-draft.el (wl-draft-create-contents): Don't take neither
3861         (function . args) nor (string . something) any more.
3862
3863         * wl-version.el (wl-generate-user-agent-string): Return string
3864         without header symbol.
3865         * wl-draft.el (wl-draft-default-headers): Use it.
3866
3867         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3868         `wl-draft-insert-ccs' and return field value instead of inserting
3869         the header. Abolish cc argument.
3870         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3871
3872         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3873         rather than one with string car.
3874
3875         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3876         * wl-draft.el (wl-draft-create-contents): Add it after the default
3877         headers.
3878
3879         * wl-draft.el (wl-draft-create-contents): For the case of
3880         (symbol-or-string . function) insert header only when the function
3881         returns string value.
3882
3883 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3886         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3887
3888 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl.el (wl-check-environment): Don't check Message-ID when
3891         `wl-insert-message-id' is nil.
3892         Revive checking if `wl-message-id-domain' contains "@".
3893
3894 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl.el (wl-check-environment): Merge examination for "@" at
3897         inappropriate position into the first string-match.
3898
3899         * wl-summary.el (wl-summary-target-mark-print): New function.
3900         (wl-summary-pipe-message-subr): Extracted from
3901         `wl-summary-pipe-message'.
3902         (wl-summary-target-mark-pipe): New function.
3903         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3904         `wl-summary-target-mark-pipe'.
3905
3906 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3909
3910 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl.el (wl-check-environment): Use elmo-warning instead of
3913         error for non-critical ones.
3914         Remove trash folder check.
3915         (wl): Don't ignore error in wl-check-environment.
3916
3917         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3918         check, which is moved from `wl-check-environment'.
3919         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3920
3921 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3924         guess anything, call wl-summary-write.
3925         (wl-summary-write): Create draft with blank To field.
3926         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3927
3928 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3929
3930         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3931         argument full as well for wl-folder-write-current-folder.
3932         If wl-*-write-current-folder cannot guess addressee, add blank
3933         To header.
3934         Rewrite condition for positioning cursor.
3935
3936 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3939         summary buffer is present, use it.
3940         (wl-folder-jump-to-previous-summary): Ditto.
3941
3942 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3945
3946         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3947         wl-summary-previous-buffer and wl-summary-next-buffer.
3948
3949         * wl-folder.el (wl-folder-mode-map): Bind
3950         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3951         (wl-folder-jump-to-next-summary): New function.
3952         (wl-folder-jump-to-previous-summary): Ditto.
3953
3954         * wl-draft.el (wl-draft): Rearranged.
3955
3956 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3959         of header.
3960         (wl-draft): Collect arguments for the header as header-alist.
3961         (wl-draft-forward): Arrange arguments for wl-draft.
3962         (wl-draft-reply): Ditto.
3963         (wl-draft-edit-string): Ditto.
3964         * wl-summary.el (wl-summary-write): Ditto.
3965         (wl-summary-write-current-folder): Ditto.
3966
3967         * Version number is increased to 2.9.8.
3968
3969 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3972
3973         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3974
3975         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3976         even if the guess failed.
3977
3978         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3979         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3980         wl-summary-write-current-folder.
3981         * wl-xmas.el: Ditto.
3982
3983 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-summary.el (wl-summary-next-page): Force display message if
3986         message is not displayed yet.
3987         (wl-summary-prev-page): Ditto.
3988
3989 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3990
3991         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3992
3993 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3996         add "Preview Message" and "Save Draft and Exit".
3997
3998 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4001         if addrmgr is called from draft in splitted window.
4002
4003         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4004         * wl-mule.el: Ditto.
4005         * wl-xmas.el: Ditto.
4006
4007 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4010
4011         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4012         * wl-xmas.el (wl-folder-toolbar): Ditto.
4013
4014 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4017         and wl-draft-save-and-exit.
4018         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4019         * wl-xmas.el: Ditto.
4020         * wl-mule.el: Ditto.
4021
4022         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4023         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4024
4025 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4028         lists for saving buffer.
4029
4030 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4033         parent-folder argument instead of it.
4034         (wl-draft-create-buffer): Ditto.
4035         (wl-draft-forward): Ditto.
4036         (wl-draft-reply): Ditto.
4037         * wl-summary.el (wl-summary-write): Ditto.
4038         (wl-summary-write-current-folder): Ditto.
4039
4040         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4041         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4042         Folder buffer after composing.
4043
4044 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4047         header if the file `wl-x-face-file' already contains it.
4048
4049 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4052         folder" entry.
4053         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4054         * wl-e21.el (wl-folder-toolbar): Ditto.
4055         * wl-xmas.el (wl-folder-toolbar): Ditto.
4056
4057 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4058
4059         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4060         wl-folder-goto-folder with sticky argument.
4061         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4062
4063 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4066         and wl-summary-previous-buffer.
4067         (wl-summary-next-buffer): New function.
4068         (wl-summary-previous-buffer): Ditto.
4069
4070 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4073         wl-folder-jump-to-current-entity-with-arg.
4074         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4075         `wl-folder-jump-to-current-entity'.
4076         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4077         `wl-summary-goto-folder-sticky'.
4078         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4079         `wl-summary-goto-folder'.
4080         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4081         Unless force-exit, do not clean temp. marks for sticky summary.
4082         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4083
4084 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4087         not entire.
4088
4089 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4092         to `C-x C-s'.
4093         (wl-summary-save-status): New command.
4094         (wl-summary-exit): Don't clean-up temp marks when sticky.
4095         (Applied patch from Nakayama-san [wl: 09548])
4096         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4097         Do nothing when no mark data.
4098         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4099         Call `wl-summary-delete-all-temp-marks' before saving.
4100
4101 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4102
4103         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4104
4105 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4106
4107         * wl.el (wl-check-environment): Also cause error when (system-name)
4108         returns "localhost.localdomain". (Although it doesn't affect because
4109         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4110
4111 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4114         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4115
4116         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4117         value.
4118
4119 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4120
4121         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4122         Likewise r-cc-list and r-ng-list.
4123
4124 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4125
4126         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4127         only if it is bound as variable.
4128
4129         * wl-mime.el (wl-draft-preview-message): Ditto.
4130
4131 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4134         needless `goto-char'.
4135
4136         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4137         `wl-summary-redisplay-no-mime-internal' instead of
4138         `wl-summary-redisplay-no-mime'.
4139         (wl-summary-redisplay-no-mime): Changed argument;
4140         Call `wl-summary-redisplay-no-mime-internal'.
4141
4142         * wl-mime.el (wl-draft-preview-message): Bind
4143         `mime-header-encode-method-alist' locally.
4144
4145         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4146         (wl-draft-std11-parse-addresses): Added the first address check.
4147         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4148
4149         * Version number is increased to 2.9.7.
4150
4151 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4152
4153         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4154
4155 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4158         related to scrollbar support, if there is no such a feature
4159         compiled in.
4160
4161 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4162
4163         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4164         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4165         for prefetch.
4166
4167 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4168
4169         * wl-summary.el (wl-summary-pick): Fix for no match.
4170
4171 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4172
4173         * wl-draft.el (wl-draft-save):
4174         Override `mime-header-encode-method-alist'.
4175
4176 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4177
4178         * wl-folder.el (wl-folder-pick): New function.
4179         Define key as "?".
4180
4181 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4184         Fix for unplugged.
4185
4186 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4187
4188         * wl-folder.el (wl-folder-virtual): New function.
4189         Define key as "V".
4190
4191 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4194         multi folder if entity is group.
4195
4196 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4199         is nil.
4200
4201 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4202
4203         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4204         (wl-summary-target-mark-msgs): Return the number of marked messages.
4205
4206 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4207
4208         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4209         "first:" is specified.
4210
4211 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4212
4213         * wl-vars.el (wl-from): Use return value of function
4214         user-full-name instead of the variable user-full-name since
4215         XEmacs-20.4 doesn't set this variable.
4216
4217 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4220         call `wl' directly.
4221
4222 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4223
4224         * wl-draft.el (wl-draft-reedit): Removed duplicated
4225         switch-to-buffers.
4226
4227 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * wl.el (wl-other-frame): Removed garbages.
4230
4231 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4234
4235         * wl-xmas.el (wl-draft-key-setup): Ditto.
4236
4237         * wl-mule.el (wl-draft-key-setup): Ditto.
4238
4239         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4240         (wl-draft-reedit): Ditto.
4241         (wl-draft-prepare-edit): Add `wl-draft-save' to
4242         `local-write-file-hooks'.
4243         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4244         (wl-draft-reedit): Set buffer-file-name.
4245         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4246
4247
4248         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4249         call it.
4250         (wl-delete-startup-frame-function): New variable.
4251         (wl-other-frame): New function
4252         (Original was written by Yamaoka san [wl: 09239]).
4253
4254         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4255         if `wl-folder-use-frame'.
4256
4257 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4258
4259         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4260
4261 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4262
4263         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4264         New variable.
4265         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4266         (wl-message-buffer-prefetch-get-next): Use them.
4267         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4268
4269 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4272         with unwind-protect.
4273
4274         * wl-draft.el (wl-draft-reedit): Rewrite.
4275         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4276         (wl-draft-save): Insert header separator if it does not exist;
4277         Removed condition-case.
4278
4279         * wl-summary.el (wl-summary-reedit): Revert last change.
4280
4281         * wl-draft.el (wl-draft-save): Rewrite.
4282         (wl-draft-create-buffer): Set buffer-file-name as nil.
4283
4284         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4285
4286         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4287
4288         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4289         nil.
4290
4291 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4292
4293         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4294         If count is nil, do not prefetch.
4295         (wl-message-buffer-prefetch-next): Next.
4296
4297 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4298
4299         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4300
4301 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4304         `delete-backward-char'
4305         (wl-draft-prepare-edit): Check major-mode.
4306         (wl-draft-decode-header): Rewrite.
4307         (wl-draft): Fix.
4308
4309 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4312
4313 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4314
4315         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4316         (wl-message-buffer-prefetch-get-next): Remove size checking.
4317         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4318
4319 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4320
4321         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4322         (wl-draft-default-headers): Fix.
4323
4324 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4325
4326         * wl-draft.el (wl-draft-default-headers): Insert return value of
4327         `wl-generate-mailer-string-function'.
4328
4329 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4330
4331         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4332         (wl-draft-insert-mail-header-separator): Ditto.
4333
4334         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4335         again (Reverted the change on 2002-01-17 by OKADA san).
4336
4337 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4338
4339         * wl-draft.el (wl-draft): Rewrite.
4340         (wl-draft-create-buffer): New function.
4341         (wl-draft-create-contents): Ditto.
4342         (wl-draft-prepare-edit): Ditto.
4343         (wl-draft-decode-header): Ditto.
4344         (wl-draft-decode-body): Ditto.
4345         (wl-draft-check-new-line): Ditto.
4346         (wl-draft-default-headers): Ditto.
4347         (wl-draft-insert-mail-header-separator): Ditto.
4348
4349 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * Version number is increased to 2.9.6.
4352
4353 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-draft.el (wl-draft-delete-field): Optional argument.
4356         (wl-draft-delete-fields): Ditto.
4357
4358 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4359
4360         * wl-message.el (toplevel): Eliminated byte-compile warning.
4361         for `itimer-function', `delete-timer' and `itimer-list'.
4362
4363 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4364
4365         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4366         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4367         `wl-message-buffer-prefetch-threshold'.
4368         * wl-summary.el (wl-summary-redisplay-internal): Remove
4369         the check of `wl-message-buffer-prefetch-depth'.
4370
4371 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4372
4373         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4374         size of article.
4375         (wl-message-buffer-prefetch-subr): Remove size check.
4376
4377 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-vars.el (wl-plugged): Make customizable.
4380
4381 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4382
4383         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4384         (wl-message-buffer-prefetch-set-timer): New function.
4385         (wl-message-buffer-prefetch-get-next): New function.
4386         (wl-message-buffer-prefetch): New function.
4387         (wl-message-buffer-prefetch-next): Rewrite.
4388         (wl-message-buffer-prefetch-subr): Rewrite.
4389         * wl-vars.el (wl-auto-prefetch-first): New variable.
4390         * wl-summary.el (wl-summary-goto-folder-subr): Call
4391         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4392
4393 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4396         `wl-summary-unread-message-hook'.
4397
4398 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4401         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4402         if range is `cache-status'.
4403
4404 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4405
4406         * wl-message.el (wl-message-buffer-prefetch-subr):
4407         Improve debug message.
4408
4409 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4412         `wl-mail-send-pre-hook'.
4413         (wl-draft-send-mail-with-qmail): Ditto.
4414         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4415
4416 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-message.el (wl-message-buffer-prefetch-subr):
4419         Fix for cancel-function-timers bug.
4420         (wl-message-buffer-prefetch-debug): Default value is t.
4421
4422 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4423
4424         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4425         (wl-message-buffer-prefetch-subr): Rewrite.
4426         Rename from `wl-message-buffer-prefetch'.
4427
4428 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4431         (wl-default-draft-cite-decorate-author): Ditto.
4432
4433         * wl-draft.el (wl-draft-cite-function): Removed.
4434         (wl-default-draft-cite-decorate-author): Ditto.
4435
4436 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4439         (wl-default-draft-cite): Do not arrange author name if the value of
4440         `wl-default-draft-cite-decorate-author' is nil.
4441
4442 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4445
4446         * wl-folder.el (wl-folder-check-one-entity): Don't care
4447         `elmo-folder-use-flag-p'.
4448
4449 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-folder (wl-folder-check-one-entity): Fix
4452         problem if unread is nil.
4453
4454 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-address.el (wl-address-make-completion-list): Check whether
4457         the address is a group list.
4458         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4459
4460 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4461
4462         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4463         The number of the messages of new and unread does not count
4464         correctly.
4465
4466         * wl-summary.el (wl-summary-count-unread): Changed to return
4467         `(new . unread)' instead of total.
4468         (wl-summary-sync-update): Follow the change above.
4469
4470         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4471
4472 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4473
4474         * wl-address.el (wl-address-make-completion-list): Do not enclose
4475         address by " <" and ">" if associated realname is "".
4476         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4477         This is against the promblem with group list in .addresses pointed
4478         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4479
4480 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4483         message is a format control string.
4484         * wl-expire.el (wl-expire-append-log): Ditto.
4485         * wl-mime.el (wl-summary-burst-subr): Ditto.
4486         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4487         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4488
4489 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4492         wl.el (wl-check-variables): Rename from `wl-check-type'.
4493         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4494         (wl-check-variables-2): New function.
4495         (wl): Call `wl-check-variables-2'.
4496
4497 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4500         after renaming folder in access group.
4501
4502 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4505         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4506         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4507         (wl-message-buffer-prefetch): Rewrite.
4508         (wl-message-buffer-prefetch-idle-time): Removed.
4509         * wl-summary.el (wl-summary-redisplay-internal):
4510         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4511         Error check for `wl-message-buffer-prefetch-depht'.
4512
4513 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * Version number is increased to 2.9.5.
4516         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4517
4518 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4521         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4522         Based on the patch written by
4523         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-raw-send): Fix for
4528         `wl-news-send-pre-hook'
4529
4530 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4531
4532         * wl-utils.el (wl-message-id-function): New variable.
4533         * wl-draft.el (wl-draft-insert-required-fields):
4534         Use `wl-message-id-function'.
4535
4536 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4537
4538         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4539         * wl-utils.el (wl-draft-make-message-id-string):
4540         Use `wl-from' for domain part of Message-ID
4541         if `wl-message-id-use-wl-from' if non-nil.
4542         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4543
4544 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl.el (wl): Call `wl-check-type'
4547         Do not 'condition-case'.
4548
4549 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * wl.el (wl-check-type): New function.
4552         (wl-check-type-variables): New variable.
4553
4554 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4557
4558 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-draft.el (wl-smtp-password-key): New function.
4561         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4562         (wl-draft-send-mail-with-smtp): Ditto.
4563         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4564
4565 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4566
4567         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4568         * wl-utils.el (wl-unique-id-suffix): Remove.
4569
4570 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4571
4572         * Version number is increased to 2.9.4.
4573
4574 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4575
4576         * wl-utils.el (wl-unique-id-suffix): New variable.
4577         (wl-unique-id): Use `wl-unique-id-suffix'
4578
4579 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4580
4581         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4582         instead of `elmo-msgdb-search'.
4583
4584         * Version number is increased to 2.9.3.
4585
4586 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4587
4588         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4589
4590 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4591
4592         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4593         (wl-draft-dispatch-message): Changed for send-later.
4594         (wl-draft-queue-flush): Ditto.
4595         (wl-draft): Clear `wl-sent-message-queued'.
4596         (wl-draft-reedit): Ditto.
4597         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4598         * wl-vars.el (wl-draft-force-queuing): New variable.
4599         (wl-draft-force-queuing-mail): New variable.
4600         (wl-draft-force-queuing-news): New variable.
4601
4602 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4605         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4606
4607 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4608
4609         * Version number is increased to 2.9.2.
4610
4611 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * wl-draft.el (wl-draft-elide-region): New user command.
4614         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4615
4616         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4617         command `wl-draft-elide-region'.
4618         * wl-mule.el: Ditto.
4619         * wl-xmas.el: Ditto.
4620
4621 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4624         (wl-biff-check-folder-async): Removed needless let.
4625
4626 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4627
4628         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4629         wl-folder-get-elmo-folder.
4630         (wl-biff-check-folder): Set `biff' argument of
4631         `wl-folder-check-one-entity'.
4632         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4633
4634         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4635         (wl-folder-check-one-entity): Added `biff' argument;
4636         Setup `biff' slot of folder.
4637
4638         * Version number is increased to 2.9.1.
4639
4640 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4643         comment out and fixed.
4644         (wl-fldmgr-add-completion-subr): Ditto.
4645
4646         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4647         and msgdb.
4648
4649         * wl.el (wl-toggle-plugged): Save summary view.
4650
4651 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4652
4653         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4654
4655 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4656
4657         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4658
4659 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4662         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4663         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4664
4665         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4666         if it was failed.
4667         (wl-demo): Disable undo in the demo buffer.
4668
4669 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-version.el (wl-version): Changed codename.
4672
4673         * Version number is increased to 2.9.0.
4674
4675 2001-12-14  Takuo KITAME <kitame@northeye.org>
4676
4677         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4678         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4679         (wl-folder-mark-as-read-all-current-entity): Ditto.
4680
4681 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-vars.el (wl-from-width): Define as obsolete variable.
4684         (wl-subject-length-limit): Ditto.
4685
4686         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4687
4688         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4689         wl-summary-save-view.
4690
4691         * wl.el (wl-save-status): Ditto.
4692         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4693
4694         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4695         (wl-summary-exit): Follow the change above.
4696         (wl-summary-goto-folder-subr): Ditto.
4697
4698         * wl-folder.el (wl-folder-create-subr): Don't use
4699         `elmo-folder-creatable-p'.
4700
4701 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4702
4703         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4704
4705 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4708         rather than bitmap on Emacs 21.
4709         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4710         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4711         for xbm if the new redisplay engine is not available.
4712
4713 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-folder.el (wl-folder-init-hook): New hook.
4716         (wl-folder-init): Run `wl-folder-init-hook'.
4717
4718 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4721
4722 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-acap.el (wl-acap-cache-filename): New variable.
4725         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4726         (wl-acap-init): Use cache if no ACAP server found.
4727
4728 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4729
4730         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4731         `wl-acap-original-msgdb-dir'.
4732
4733         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4734         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4735
4736         * wl-mime.el (wl-mime-save-directory): Renamed from
4737         `wl-mime-save-dir'.
4738
4739 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4742
4743         * wl-demo.el: Require `path-util'.
4744         (wl-demo-bitmap-mule-available-p): New internal variable.
4745         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4746         `module-installed-p' instead.
4747         (wl-demo-insert-image): Use *.img file for a bitmap image.
4748         (wl-demo): Don't call the ascii demo recursively.
4749
4750 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4751
4752         * Version number is increased to 2.7.7.
4753
4754 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl.el (wl-exit): Eliminated byte-compile warning.
4757
4758 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4759
4760         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4761         obsolete variable using `elmo-define-obsolete-variable'.
4762         (wl-fetch-confirm-threshold): Ditto.
4763         (wl-cache-prefetch-folder-type-list): Ditto.
4764         (wl-cache-prefetch-folder-list): Ditto.
4765
4766 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4769         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4770         (wl-demo-insert-image): New function.
4771         (wl-demo-insert-text): New function.
4772         (wl-demo-image-type-alist): Redefine as a function.
4773         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4774         (wl-demo-with-temp-file-buffer): Removed.
4775         (wl-logo-xpm): Removed.
4776         (wl-logo-xbm): Removed.
4777         (wl-logo-bitmap): Removed.
4778
4779 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4780
4781         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4782         (wl-expire-localdir-get-folder-function): New user option.
4783         (wl-expire-localdir-get-folder): New function.
4784         (wl-expire-localdir-date): Ditto.
4785
4786 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4787
4788         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4789         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4790         Fixed unread number mismatch when all-unread < unread.
4791
4792 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4795         (wl-fetch-confirm-threshold): Ditto.
4796
4797         * wl-summary.el (wl-summary-confirm-appends): Removed.
4798         (wl-summary-sync-update): Don't refer
4799         `wl-summary-update-confirm-threshold' (It is now abolished).
4800
4801         * wl-message.el (wl-message-display-internal): Don't refer
4802         `wl-fetch-confirm-threshold' (It is now abolished).
4803
4804 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4807
4808 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4811         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4812         Change default value to nil.
4813         (wl-summary-indent-length-limit): The value can be nil, nil means
4814         unlimited.
4815
4816         * wl-summary.el: Don't set limit for indent length if the value of
4817         wl-summary-indent-length-limit is nil.
4818         If the value of wl-summary-width is nil, it means only that the width
4819         of summary is unlimited (nil doesn't mean that the indent length is
4820         unlimited).
4821
4822         * wl-thread.el: Ditto.
4823
4824 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4825
4826         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4827         be nil, nil means never confirm.
4828         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4829
4830 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4833         means unlimited).
4834
4835 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4838         Use `with-temp-buffer'.
4839
4840 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4843         with new backquote style).
4844         (wl-folder-get-entity-from-buffer): Ditto.
4845
4846 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4847
4848         * wl-version.el (nemacs-version): Eliminated.
4849         (wl-extended-emacs-version2): Ignore nemacs.
4850         (wl-extended-emacs-version3): Ditto.
4851
4852 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4853
4854         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4855         (wl-draft-add-in-reply-to): New variable.
4856         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4857         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4858         (wl-draft-yank-from-mail-reply-buffer): Use
4859         `wl-draft-add-in-reply-to'.
4860         (wl-draft-insert-current-message): Ditto.
4861
4862 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4863
4864         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4865         typo (kill->hide).
4866         (wl-message-buffer-prefetch-folder-type-list): Added elements
4867         `mark' and `cache' instead of `internal'.
4868
4869 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4872         resume msgdb directory.
4873
4874 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4875
4876         * wl.el (wl-exit): Call `wl-acap-exit'.
4877
4878         * wl-summary.el (wl-summary-message-string): New function.
4879         (wl-summary-reedit): Use it.
4880         (wl-summary-resend-bounced-mail): Remove needless let.
4881         (wl-summary-supersedes-message): Ditto.
4882         (wl-summary-save): Ditto.
4883
4884         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4885         (wl-acap-init): Set it.
4886         (wl-acap-exit): New function.
4887
4888 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4889
4890         * wl.el (wl-init): Revert (require 'mime-setup). move from
4891         toplevel.
4892
4893 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4894
4895         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4896         local variables.  Add error when guess function return invalid
4897         value.
4898
4899 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4900
4901         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4902         Change local variable name.
4903         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4904         (wl-folder-get-newsgroups): Return nil when non-news folder.
4905         * wl-summary.el (wl-summary-write-current-folder): State through
4906         when guess-list return nil.
4907         (wl-summary-write-current-folder-functions): Fixed docstring.
4908
4909         * wl.el (wl-exit): Changed confirm message.
4910
4911         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4912         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4913
4914         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4915
4916 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4917
4918         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4919         user option (Renamed from wl-cache-prefetch-folder-type-list).
4920         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4921         from wl-cache-prefetch-folder-list).
4922
4923         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4924         Move to wl-vars.el.
4925         (wl-message-buffer-prefetch-p): Changed to enable
4926         `wl-message-buffer-prefetch-folder-list'.
4927
4928         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4929         `ignore-cache'.
4930
4931 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4932
4933         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4934         `part-top' and `part-bottom'.
4935         (wl-draft-config-sub-part-top): New function.
4936         (wl-draft-config-sub-part-bottom): New function.
4937
4938 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4941
4942 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4945
4946 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4949
4950         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4951         (wl-summary-write-current-folder): Ditto.
4952
4953 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-folder.el (wl-folder-get-newsgroups): Use
4956         `elmo-folder-newsgroups'.
4957
4958 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4961         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4962         `wl-draft-config-sub-header-bottom'.
4963
4964 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4965
4966         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4967         localnews folder.
4968
4969 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4970
4971         * wl-summary.el (wl-summary-mode): Undo last change.
4972
4973         * wl-folder.el (wl-folder-mode): Ditto.
4974
4975 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-summary.el (wl-summary-mode): Locally set
4978         truncate-partial-window-width to nil.
4979         (for XEmacs)
4980
4981         * wl-folder.el (wl-folder-mode): Ditto.
4982
4983 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4984
4985         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4986
4987 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4990         number.
4991
4992         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4993
4994         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4995
4996         * Version number is increased to 2.7.6.
4997
4998 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5001
5002 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-summary.el (wl-summary-sync-update): Enclose network
5005         related portion with `unwind-protect'.
5006
5007 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5008
5009         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5010
5011 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5014         element.
5015         * wl-vars.el (wl-message-body-button-alist): Ditto.
5016
5017         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5018         max match length.
5019         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5020
5021         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5022         for the max match length;
5023         Use 4th element value for the button string regexp group.
5024
5025         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5026         candidate exists, prompt to select.
5027
5028 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5029
5030         * wl-summary.el (wl-summary-jump-to-msg): Search before
5031         calibration point by `beginning-of-line'.
5032
5033 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5036         for access group.
5037
5038 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-message.el (wl-message-display-internal): Bind
5041         `default-mime-charset'.
5042
5043         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5044
5045         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5046
5047         * Version number is increased to 2.7.5.
5048
5049 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5050
5051         * wl-expire.el (wl-summary-archive): Fixed;
5052         Use `elmo-folder-name-internal'.
5053
5054 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5055
5056         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5057         from `elmo-folder-move-messages' caller.
5058         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5059
5060         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5061         related portions are changed).
5062
5063 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5064
5065         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5066         counter.
5067
5068 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5071         buffer local and set it to nil.
5072
5073         * wl-message.el (wl-message-redisplay): Ditto.
5074
5075 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-summary.el (wl-summary-mark-as-important): If message is
5078         already cached, set messag as read, otherwise encache and mark as read.
5079
5080 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5083         point-min.
5084
5085 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5088         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5089         a keymap.
5090
5091 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5094         parent.
5095
5096         * wl-mule.el (wl-message-define-keymap): Ditto.
5097
5098         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5099
5100         * wl-xmas.el (wl-message-display-internal-hook): Define.
5101         (wl-xmas-setup-message-toolbar): Define as function.
5102         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5103         (wl-message-overload-functions): Abolished.
5104         (wl-message-define-keymap): New function.
5105
5106         * wl-vars.el (wl-message-display-internal-hook): New variable.
5107         (wl-message-header-button-alist): New variable (Renamed from
5108         wl-highlight-message-header-button-alist).
5109         (wl-message-body-button-alist): Ditto.
5110
5111         * wl-mule.el (wl-message-define-keymap): New function.
5112         (wl-message-overload-functions): Abolished.
5113
5114         * wl-message.el (wl-message-add-buttons-to-body): New function.
5115         (wl-message-redisplay): Don't call wl-message-overload-functions;
5116         Call wl-message-add-buttons-to-header and
5117         wl-message-add-buttons-to-body.
5118         (wl-message-display-internal): Set keymap argument for
5119         elmo-mime-display-as-is, elmo-mime-message-display;
5120         Run wl-message-display-internal-hook.
5121         (wl-message-refer-article-or-url): Abolished.
5122
5123         * wl-highlight.el (wl-highlight-headers): Don't call
5124         wl-highlight-message-add-buttons-to-header.
5125         (wl-highlight-message-add-buttons-to-header): Abolished.
5126
5127
5128         * wl-e21.el (wl-message-display-internal-hook): Define.
5129         (wl-e21-setup-toolbar): Deleted duplicated binding.
5130         (wl-e21-setup-message-toolbar): Define as function.
5131         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5132         (wl-message-define-keymap): New function.
5133         (wl-message-overload-functions): Abolished.
5134
5135 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5138         and elmo-folder-close.
5139
5140         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5141
5142 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5143
5144         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5145         boolean value.
5146         * wl-draft.el (wl-draft-do-fcc): Ditto.
5147
5148 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5149
5150         * wl-vars.el (wl-fcc-force-as-read): New variable.
5151         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5152         mark copied message as read.
5153
5154 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5155
5156         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5157
5158 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5159
5160         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5161         `wl-summary-target-above' instead of obsolete variable
5162         `wl-summary-temp-above'.
5163
5164         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5165         instead of `make-obsolete-variable'.
5166         * wl-refile.el (toplevel): Ditto.
5167
5168 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5171         with third argument t.
5172         (wl-draft): Set first argument for wl-plugged-init as t.
5173
5174         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5175         definition.
5176
5177 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5178
5179         * wl-vars.el: Tabify.
5180         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5181
5182         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5183         message.
5184
5185 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5188         and set default to beep.
5189
5190 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-vars.el (wl-draft-truncate-lines): New variable.
5193
5194         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5195         instead of wl-message-truncate-lines for truncate-lines.
5196
5197 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-message.el (wl-message-display-internal): Call
5200         `wl-highlight-message' after `elmo-mime-display-as-is'.
5201
5202         * wl-mime.el (wl-mime-display-text/plain): New function.
5203         (wl-mime-display-header): Ditto.
5204         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5205         body-presentation-method for text/plain;
5206         Register `wl-mime-display-header' as a header-presentation-method;
5207         Don't set up `elmo-message-text-content-inserted-hook' and
5208         `elmo-message-header-inserted-hook'.
5209
5210         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5211         variable.
5212         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5213         as t if flag is 'all-header;
5214         Don't bind `elmo-message-ignored-field-list',
5215         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5216
5217 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5220         for xemacs with non-mule environment.
5221
5222 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5223
5224         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5225         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5226         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5227
5228 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5229
5230         * wl-vars.el (wl-interactive-send): Set default value as t.
5231
5232 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5233
5234         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5235         (wl-addrmgr-method-list): Abolished.
5236         (wl-addrmgr-change-method): Follow above change.
5237
5238         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5239
5240 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5241
5242         * wl-vars.el (wl-message-truncate-lines): Change default value
5243         to default-truncate-lines.
5244
5245         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5246
5247 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-vars.el (wl-message-truncate-lines): New variable.
5250
5251         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5252         wl-message-truncate-lines.
5253
5254 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5255
5256         * wl-acap.el (wl-acap-init): Remove period from error message.
5257         (wl-acap-find-acap-service): Remove period from message.
5258
5259 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl.el (wl-check-environment): Undo last change.
5262
5263         * wl-vars.el (wl-from): Changed default value.
5264
5265         * wl-util.el (toplevel): Don't require tm-edit.
5266
5267         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5268         `wl-folder-init';
5269         Don't set mark on mail body.
5270         (wl-draft-reedit): Ditto.
5271
5272         * wl-address.el (wl-address-quote-specials): Define as an alias for
5273         elmo-address-quote-specials.
5274
5275 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5278
5279         * wl-vars.el (wl-from): Set default value as nil.
5280         (wl-organization): Set default value as ORGANIZATION environment
5281         variable.
5282
5283         * wl-draft.el (wl-smtp-extension-bind): Check value of
5284         wl-smtp-connection-type.
5285
5286         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5287         error.
5288
5289 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5290
5291         * Version number is increased to 2.7.4.
5292
5293         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5294         arguments from `wl-highlight-x-face-function' caller.
5295         Use x-face-1.3.6.12 or later.
5296
5297 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5298
5299         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5300
5301 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5302
5303         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5304         (wl-fcc): Fix to accept function.
5305         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5306
5307 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5308
5309         * wl-acap.el (toplevel): Added `product-provide' declare.
5310         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5311
5312 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl.el (wl): Changed order of calling `elmo-init'
5315         and `elmo-folder-init'.
5316
5317 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5318
5319         * wl-mime.el (wl-summary-burst): Extract message when content-type
5320         of root entity is not only `multipart' but also `message/rfc822'.
5321         (wl-summary-burst-subr): Ditto.
5322
5323 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-vars.el (toplevel): Require 'custom.
5326         (wl-trash-folder): Added to `wl-setting' group.
5327
5328         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5329         exists.
5330         (wl-addrmgr-draw): Insert empty line when no entry exists.
5331
5332         * wl-mule.el (wl-message-wheel-up): Fixed.
5333         (wl-message-wheel-down): Ditto.
5334
5335 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5336
5337         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5338         config is an anonymous lambda expression.
5339
5340 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5343         when Mule 2 is running.
5344
5345 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5348
5349 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5352         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5353
5354         * wl-address.el (wl-address-specials-regexp): Eliminated.
5355         (wl-address-quote-specials): Rewrite.
5356
5357 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5360         shy-groups for regexp.
5361
5362         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5363         character classes and Perl style shy-groups for regexp.
5364         (wl-highlight-plugged-current-line): Use Posix style character
5365         classes for regexp.
5366         (wl-e21-highlight-folder-by-numbers): Ditto.
5367         (wl-e21-display-image-p): Use `display-images-p' instead of
5368         `display-graphic-p'.
5369         (display-images-p): Make an alias to `display-graphic-p' if it is
5370         not available.  It is for Emacs version prior to 21.0.105.
5371
5372         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5373         `display-graphic-p'.
5374         (wl-demo-image-type-alist): Ditto.
5375         (display-images-p): Make an alias to `display-graphic-p' if it is
5376         not available.  It is for Emacs version prior to 21.0.105.
5377
5378 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5379
5380         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5381         support.
5382         (wl-generate-user-agent-string): Ditto.
5383
5384         * wl-version.el (wl-version): Update docsting.
5385         (wl-version-status): Ditto.
5386
5387 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5388
5389         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5390         21.0.105.  For Emacs 21.0.104 or earlier.
5391
5392 2001-09-03  Takuo KITAME <kitame@northeye.org>
5393
5394         * wl-e21.el (wl-plugged-init-icons): Use
5395         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5396         (wl-biff-init-icons): Ditto.
5397
5398 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-highlight.el (wl-highlight-summary-current-line):
5401         Fixed highlighting refile/copy destination.
5402
5403         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5404         (wl-acap-store): Encode string by wl-acap-coding-system.
5405
5406 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-acap.el (toplevel): Check and require 'un-define before
5409         'xemacs-ucs;
5410          Added checking for UTF-2000.
5411
5412 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5415         Don't enclose with `eval-and-compile'.
5416
5417         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5418         wl-init is non-nil.
5419
5420         * wl-draft.el (wl-draft): Ditto.
5421
5422         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5423
5424         * wl-acap.el (toplevel): Require 'wl.
5425         (wl-acap-store): Call `elmo-init'.
5426
5427         * wl.el (wl): Changed position of `wl-check-environment'.
5428         (toplevel): Added autoload setting for wl-acap.
5429
5430         * wl-vars.el (wl-setting): New custom group.
5431         (wl-from): Added wl-setting group.
5432         (wl-user-mail-address-list): Ditto.
5433         (wl-organization): Ditto.
5434         (wl-subscribed-mailing-list): Ditto.
5435         (wl-envelope-from): Ditto.
5436         (wl-smtp-posting-user): Ditto.
5437         (wl-smtp-posting-server): Ditto.
5438         (wl-smtp-posting-port): Ditto.
5439         (wl-smtp-authenticate-type): Ditto.
5440         (wl-pop-before-smtp-user): Ditto.
5441         (wl-pop-before-smtp-server): Ditto.
5442         (wl-pop-before-smtp-port): Ditto.
5443         (wl-pop-before-smtp-authenticate-type): Ditto.
5444         (wl-nntp-posting-server): Ditto.
5445         (wl-nntp-posting-user): Ditto.
5446         (wl-nntp-posting-port): Ditto.
5447         (wl-fetch-confirm-threshold): Ditto.
5448         (wl-prefetch-threshold): Ditto.
5449         (wl-thread-insert-opened): Ditto.
5450         (wl-ldap-server): Ditto.
5451         (wl-ldap-port): Ditto.
5452         (wl-ldap-base): Ditto.
5453         (wl-ldap-objectclass): Ditto.
5454         (wl-use-ldap): Ditto.
5455         (wl-draft-config-alist): Ditto.
5456         (wl-draft-config-matchone): Ditto.
5457         (wl-template-alist): Ditto.
5458         (wl-message-sort-field-list): Ditto.
5459         (wl-message-ignored-field-list): Ditto.
5460         (wl-message-visible-field-list): Ditto.
5461         (wl-interactive-send): Ditto.
5462         (wl-summary-move-order): Ditto.
5463         (wl-auto-select-first): Ditto.
5464         (wl-auto-select-next): Ditto.
5465         (wl-interactive-save-folders): Ditto.
5466
5467         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5468         Initialization codes are moved from wl-local-folder-init.
5469         (wl-local-folder-init): Follow the change above.
5470         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5471
5472         * wl-acap.el: New file.
5473
5474         * Version number is increased to 2.7.3.
5475
5476 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5477
5478         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5479
5480 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5481
5482         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5483         (wl-addrmgr-address-entry-list): Ditto.
5484
5485 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-e21.el (wl-draft-mode-map): Removed binding for
5488         `wl-draft-insert-x-face-field'.
5489
5490         * wl-mule.el (wl-draft-mode-map): Ditto.
5491
5492         * wl-xmas.el (wl-draft-mode-map): Ditto.
5493
5494         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5495         (wl-cs-autoconv): Ditto.
5496         (wl-cs-local): Ditto.
5497         (wl-use-scoring): Ditto.
5498         (wl-mime-charset): Ditto.
5499         (wl-folder-check-async): Ditto.
5500
5501         * wl.el (toplevel): Ignore nemacs and tm.
5502         (wl-exit): Ditto.
5503
5504         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5505         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5506         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5507         instead of wl-address-petname-add-or-change.
5508         (wl-summary-edit-addresses-subr): Use wl-address-delete
5509         instead of wl-address-petname-delete.
5510
5511         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5512
5513         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5514         if error occured.
5515
5516         * wl-message.el (require): Remove tm support.
5517
5518         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5519
5520         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5521         (wl-folder-jump-to-current-entity): Ditto.
5522         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5523
5524         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5525         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5526         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5527
5528         * wl-mule.el (wl-draft-key-setup): Ditto.
5529
5530         * wl-xmas.el (wl-draft-key-setup): Ditto.
5531
5532         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5533         (wl-draft-std11-parse-addresses): New function.
5534         (wl-draft-parse-mailbox-list): Use it.
5535         (wl-draft): Ignore nemacs.
5536         (wl-draft-reedit): Ditto.
5537
5538         * wl-addrmgr.el: New file.
5539         (Original is wl-rcpt.el written by
5540         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5541         Thanks Kitamoto-san.)
5542
5543         * wl-address.el (wl-address-make-address-list): Modified parsing
5544         process.
5545         (wl-address-delete): Renamed from `wl-address-petname-delete';
5546         Modify wl-address-list too.
5547         (wl-address-add-or-change): Renamed from
5548         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5549
5550 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5551
5552         * wl-highlight.el (wl-highlight-summary-current-line):
5553           Work with transient-mark-mode
5554
5555 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * Version number is increased to 2.7.2.
5558
5559         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5560         instead of elmo-dop-queue-method.
5561
5562 2001-08-06  SAITO Atsunori <sai@yedo.com>
5563
5564         * wl-vars.el (wl-ldap-objectclass): New user option.
5565
5566         * wl-address.el (wl-ldap-make-filter): Use it.
5567
5568 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5571
5572 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-folder.el (wl-folder): redisplay after folder insertion.
5575
5576         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5577
5578         * wl-summary.el (wl-summary-sync-update):
5579         Change status mark only when new-msgdb exists.
5580         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5581
5582 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-summary.el (wl-summary-open-folder): New function.
5585         (wl-summary-goto-folder-subr): Use it.
5586         (wl-summary-mark-as-important): Fix;
5587         Encache only when no cache exists.
5588
5589 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5590
5591         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5592         Use with-current-buffer.
5593
5594 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5595
5596         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5597         before call `get-buffer'. Fixed parenthesis.
5598         (wl-score-get-header-entry): Clear message and help window when
5599         keyboard quit.
5600         (wl-score-edit-insert-header): Ditto.
5601
5602 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5605         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5606         (wl-default-draft-cite): Fix.
5607
5608         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5609         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5610
5611 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-message.el (wl-message-prev-page): Do same bahavior
5614         as summary when it is called in the message buffer.
5615         (wl-message-next-page): Ditto.
5616
5617 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-forward): Use cache if it is not
5620         section cache.
5621
5622 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5625         Removed redundant require of elmo-vars.
5626         (wl-biff-state-indicator-on): Changed default value for
5627         xemacs with non-mule environment.
5628
5629         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5630         wl-message-buffer is nil;
5631         Hide progress bar after moving messages.
5632
5633 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5636         message at cursor point is deleted.
5637
5638 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-vars.el: Changed file coding system to euc-japan.
5641         Added -*-coding:-*- magic to the first line.
5642
5643         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5644         Search parent from the first message.
5645
5646         * Version number is increased to 2.7.1.
5647
5648 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5649
5650         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5651
5652 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5655         refile/delete execution.
5656
5657         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5658         Fixed docstring.
5659
5660 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5663         do update process;
5664         Don't update marks when update process is interrupted.
5665
5666 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-summary.el (wl-summary-reply): Fixed problem when
5669         wl-draft-use-frame is non-nil.
5670         (wl-summary-forward): Ditto.
5671
5672         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5673         as nil.
5674         (wl-folder-mark-as-read-all-entity): Ditto.
5675         (wl-folder-prefetch-entity): Ditto.
5676
5677         * wl.el (wl): Check environment before wl-init.
5678
5679         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5680         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5681         instead of wl-summary-collect-unread.
5682         (wl-summary-reply): Split message window.
5683
5684 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5687         only if current language environment is japanese,
5688
5689         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5690         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5691         (wl-folder-goto-folder-subr): Ditto.
5692
5693         * wl-draft.el (wl-draft-dispatch-message): Call
5694         `elmo-file-cache-get-path'.
5695
5696 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-cursor-move): If return value of
5699         wl-summary-next-message is not number, don't jump.
5700
5701 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-summary.el (wl-summary-buffer-next-message-function): New
5704         variable.
5705         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5706         if it is bound.
5707
5708         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5709         string.
5710
5711         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5712         (wl-plugged-drawing): Ditto.
5713
5714 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5717         process.
5718         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5719         with unwind-protect.
5720
5721         * wl.el (wl-init): Require mime-setup.
5722         (wl-check-environment): Don't require mime-setup.
5723
5724         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5725         instead of elmo-folder-type.
5726
5727         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5728         value as nil.
5729
5730 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * Version number is increased to 2.7.0.
5733
5734         * wl-version.el (wl-version): Changed codename.
5735
5736         * wl-summary.el (wl-summary-delete-cache): Fixed.
5737
5738         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5739         Workaround for net folders.
5740         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5741
5742         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5743         value to nil (According to the patch from
5744         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5745
5746         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5747         of elmo-folder-close.
5748
5749 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5750
5751         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5752         for postfix.
5753
5754 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-summary.el (wl-summary-resend-message): Fixed.
5757
5758         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5759         Call wl-draft with `from' argument if its address is included in
5760         `wl-user-mail-address-list'.
5761         (wl-draft): Added `from' argument.
5762
5763         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5764         non-nil.
5765         (wl): Don't show demo if wl-demo is nil.
5766
5767         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5768         wl-summary-use-frame.
5769
5770         * wl-vars.el (wl-summary-use-frame): New user option.
5771         (wl-folder-use-frame): Changed docstring.
5772
5773         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5774         non-nil.
5775         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5776         wl-summary-use-frame.
5777
5778         * wl-vars.el (wl-folder-use-frame): New user option.
5779
5780         * wl-summary.el (wl-summary-exit): Back to folder frame if
5781         wl-folder-use-frame is non-nil.
5782         (wl-summary-redisplay-internal): Ignore cache if current folder
5783         is draft folder,
5784         (wl-summary-redisplay-no-mime): Ditto.
5785         (wl-summary-redisplay-all-header): Ditto.
5786
5787         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5788         if wl-folder-use-frame is non-nil.
5789
5790 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-summary.el (wl-summary-sync-update): Bind
5793         elmo-folder-update-threshold.
5794         (wl-summary-mark-as-important): Enclosed server mark processing
5795         with `save-match-data'.
5796
5797         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5798         only when it is already defined.
5799
5800 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5801
5802         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5803         name of folder exclude localdir is wrong.
5804         * wl-folder.el (wl-folder-sync-entity):
5805         Set `wl-summary-always-sticky-folder-list' as nil.
5806         (wl-folder-mark-as-read-all-entity): Ditto.
5807         (wl-folder-prefetch-entity): Ditto.
5808
5809 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5810
5811         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5812         instead of `wl-summary-write-current-newsgroup'.
5813
5814 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5815
5816         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5817         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5818         non-nil and selected message is important, do not display.
5819
5820 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5821
5822         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5823
5824 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5827
5828         * wl-summary.el (wl-summary-mark-as-important): Set message number
5829         using wl-summary-message-number.
5830
5831 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5832
5833         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5834         destination folder is 'null.
5835
5836 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5837
5838         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5839         New function.
5840         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5841         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5842         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5843
5844 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-mime.el (wl-mime-setup): Added setting for
5847         `mime-setup-signature-key-alist' to avoid overriding key bind for
5848         `wl-draft-send'.
5849
5850         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5851         for `wl-draft-send'.
5852         * wl-mule.el (wl-draft-overload-functions): Ditto.
5853         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5854         * wl-draft.el (wl-draft-send): Ditto.
5855
5856         * wl-message.el (wl-message-display-internal):
5857         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5858         (Patch is provided by <kita@coe.nttdata.co.jp>).
5859
5860 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5861
5862         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5863
5864 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5865
5866         * wl.el (wl): Fix for wl-demo.
5867
5868 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5869
5870         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5871
5872 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-folder.el (wl-folder-prefetch-entity): Use
5875         `wl-folder-get-elmo-folder'.
5876         (wl-folder-count-incorporates): Do not use
5877         `wl-folder-get-elmo-folder'.
5878
5879 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5880
5881         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5882         instead of `elmo-folder-get-type'.
5883
5884 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5885
5886         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5887         position on Subject: field.
5888         (Advised by Mito <mit@nines.nec.co.jp>)
5889
5890 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5891
5892         * wl-folder.el (wl-folder-prefetch-entity): Use
5893         `wl-folder-get-elmo-folder'.
5894
5895 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5898
5899         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5900         `process-duplicates' slot.
5901
5902         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5903         if detection failed.
5904
5905 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5906
5907         * wl-version.el (wl-version-status): Set to "alpha".
5908
5909 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5912         Check wl-message-buffer lives before set-buffer.
5913
5914 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5915
5916         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5917         called in folder mode.
5918         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5919         * wl-summary.el (wl-summary-exit-pre-hook): Run
5920         `wl-summary-exit-pre-hook' before exit summary mode.
5921
5922 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5923
5924         * wl-version.el (wl-version-status): New variable.
5925         (wl-version-status-alist): Removed.
5926         (wl-version-status): Rule included.
5927
5928 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5931         @sponichi.
5932
5933         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5934         when `mail-reply-buffer' is buffer-local variable.
5935         (Reported by <kita@coe.nttdata.co.jp>).
5936
5937 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl-vars.el (toplevel): Require 'elmo-util.
5940
5941 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5944         (All other related portions are changed)
5945
5946         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5947
5948         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5949
5950 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5951
5952         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5953
5954 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5957         Delete other windows to avoid an error.
5958         Use `point-marker' instead of `point' to remember the start point
5959         of body.
5960
5961         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5962
5963         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5964         number not to exceed all message number.
5965
5966 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5967
5968         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5969         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5970
5971 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-summary.el (wl-summary-sync-force-update): Added argument
5974         no-check.
5975         (wl-summary-sync-update): Ditto.
5976         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5977         with `no-check'.
5978
5979         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5980         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5981         already running.
5982
5983 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5984
5985         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5986         `dst-folder-arg'.
5987         (wl-expire-archive-number1): Diito.
5988         (wl-expire-archive-number2): Diito.
5989         (wl-expire-archive-Date): Diito.
5990         (wl-archive-number1): Diito.
5991         (wl-archive-number2): Diito.
5992         (wl-archive-date): Diito.
5993         (wl-archive-folder-p): New function.
5994         (wl-summary-expire): Support of expand folder name at
5995         wl-expire-alist.
5996         * wl-util.el (wl-expand-newtext): Renamed from
5997         `wl-refile-expand-newtext'.
5998
5999 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6000
6001         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6002         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6003         `(elmo-msgdb-get-overview msgdb)'.
6004         (wl-summary-prefetch): Bind match data before call
6005         `wl-summay-prefetch-msg'.
6006         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6007         'off if `wl-summary-buffer-disp-msg' is non-nil.
6008         Fixed problem that couldn't show only one new or unread message when
6009         enter folder.
6010         (wl-summary-reply): Don't call `split-window-vertically' and other
6011         window.
6012
6013 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-expire.el (wl-expire-refile): Fixed.
6016
6017 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6020
6021         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6022         biff notification is removed.
6023
6024         * wl.el (wl): Changed position of `elmo-init'.
6025
6026         * wl-draft.el (wl-default-draft-cite): Use date field
6027         on the citation buffer.
6028
6029         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6030
6031         * wl-xmas.el (wl-folder-internal-icon-list): Added
6032         `wl-folder-shimbun-image'.
6033
6034         * wl-e21.el (wl-folder-internal-icon-list): Added
6035         `wl-folder-shimbun-image'.
6036
6037 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl.el (wl-init): Eliminated argument.
6040         (wl): Rewrite.
6041
6042         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6043         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6044         instead of `elmo-folder-msgdb-internal'.
6045         (wl-summary-sync-update): Ditto.
6046         (wl-summary-flush-pending-append-operations): Eliminated.
6047         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6048         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6049         `elmo-folder-open'.
6050
6051         * wl-mime.el (wl-summary-burst): Fixed.
6052
6053         * wl-folder.el (wl-folder-info-save): Check data type.
6054
6055         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6056         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6057         instead of `elmo-folder-msgdb-internal'.
6058         (wl-expire-hide): Ditto.
6059
6060
6061         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6062
6063 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6064
6065         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6066
6067 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6068
6069         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6070
6071 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6072
6073         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6074         Fixed `match-beginning' argument mismatch.
6075
6076 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6077
6078         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6079         the default value.
6080
6081 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6084         instead of `elmo-nntp-default-port'.
6085
6086         * wl-vars.el: Fixed some doc strings.
6087
6088 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-summary.el (wl-summary-prefetch-msg): Use
6091         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6092
6093         * wl-vars.el: Define *-func as obsolete variable using
6094         `elmo-define-obsolete-variable'.
6095
6096         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6097         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6098         instead of `wl-message-buffer-prefetch-threshold'.
6099
6100         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6101
6102         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6103
6104         * wl-draft.el (wl-caesar-region-func): Ditto.
6105
6106         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6107         Keep unread status in elmo-folder-move-messages.
6108         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6109
6110 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6111
6112         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6113         `wl-summary-buffer-exit-func'
6114         (wl-summary-buffer-message-redisplay-function): Renamed from
6115         `wl-summary-buffer-message-redisplay-func'
6116         (wl-summary-buffer-next-folder-function): Renamed from
6117         `wl-summary-buffer-next-folder-func'.
6118         (wl-summary-buffer-prev-folder-function): Renamed from
6119         `wl-summary-buffer-prev-folder-func'.
6120         (wl-summary-get-petname-function): Renamed from
6121         `wl-summary-get-petname-func'.
6122
6123         * wl-score.el (wl-score-edit-exit-function): Renamed from
6124         `wl-score-edit-exit-func'.
6125
6126         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6127         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6128
6129         * wl-util.el (wl-load-profile-function): Renamed from
6130         `wl-load-profile-func'.
6131
6132         * wl-folder.el (wl-folder-completion-function): Renamed from
6133         `wl-folder-completion-func'.
6134         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6135
6136         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6137         `wl-expire-archive-get-folder-func'.
6138         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6139         (wl-draft-send-mail-function): Renamed from
6140         `wl-draft-send-mail-func'.
6141         (wl-draft-send-news-function): Renamed from
6142         `wl-draft-send-news-func'.
6143         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6144         (wl-generate-mailer-string-function): Renamed from
6145         `wl-generate-mailer-string-func'.
6146         (wl-highlight-signature-search-function): Renamed from
6147         `wl-highlight-signature-search-func'.
6148         (wl-highlight-x-face-function): Renamed from
6149         `wl-highlight-x-face-func'
6150         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6151         (wl-ps-print-buffer-function): Renamed from
6152         `wl-ps-print-buffer-func'
6153         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6154         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6155         (wl-summary-subject-filter-function): Renamed from
6156         `wl-summary-subject-filter-func'.
6157
6158         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6159         `wl-draft-queue-flush-send-func'
6160         (wl-draft-cite-function): Renamed from
6161         `wl-draft-cite-func'
6162
6163         * wl-address.el (wl-address-init-function): Renamed from
6164         `wl-address-init-func'.
6165
6166 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-draft.el (wl-draft-queue-flush): Don't call
6169         `elmo-dop-unlock-message'.
6170         * wl-draft.el (wl-draft-queue-append): Don't call
6171         `elmo-dop-lock-message'.
6172
6173         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6174         (wl-summary-buffer-folder-name): Ditto.
6175         (wl-summary-message-regexp): Added '-' (all other related portions
6176         are changed).
6177         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6178         wl-summary-buffer-folder-name.
6179
6180 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6181
6182         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6183         the number of mails in the folder buffer is not updated by wl-biff.
6184
6185 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6188         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6189
6190 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl-summary.el (wl-summary-next-message):
6193         Return next message number when wl-summary-move-order is nil.
6194
6195 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6196
6197         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6198         `wl-summary-move-spec-alist'.
6199         (wl-summary-move-spec-unplugged-alist): New variable
6200         (Move spec for unplugged status).
6201         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6202         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6203
6204 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6205
6206         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6207         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6208
6209 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6210
6211         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6212         simple quotation to quote the anonymous function.
6213         * tm-wl.el (wl-draft-preview-message): Ditto.
6214
6215 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6216
6217         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6218         Eliminate redundant `save-excursion'.
6219         (wl-highlight-summary-current-line): Ditto.
6220
6221         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6222         accessing match data when `looking-at' failed.
6223
6224         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6225         `elmo-match-string' where users don't care about the speed.
6226         (wl-draft-save): Ditto.
6227
6228 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-util.el (wl-regexp-opt): New function.
6231
6232         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6233         number from `wl-summary-buffer-number-list'.
6234         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6235         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6236         (wl-summary-move-spec-alist): Changed default setting.
6237
6238 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6239
6240         * wl-vars.el (wl-biff-notify-hook): New hook.
6241         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6242         the arrival of new mail.
6243         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6244         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6245
6246 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6249
6250 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6253
6254         * Version number is increased to 2.5.8.
6255
6256         * wl-thread.el (toplevel): require 'cl.
6257         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6258         (wl-thread-make-number-list): New function.
6259         (wl-thread-entity-make-number-list-from-children): Ditto.
6260         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6261         (wl-thread-entity-insert-as-children): Likewise.
6262         (wl-thread-delete-message): Likewise.
6263         (wl-meaning-of-mark): Eliminated.
6264         (wl-thread-next-failure-mark-p): Ditto.
6265         (wl-thread-entity-get-mark): Ditto.
6266         (wl-thread-meaning-alist-get-result): Ditto.
6267         (wl-thread-entity-check-prev-mark): Ditto.
6268         (wl-thread-entity-check-next-mark): Ditto.
6269         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6270         (wl-thread-entity-get-prev-marked-entity): Ditto.
6271         (wl-thread-get-prev-unread): Ditto.
6272         (wl-thread-jump-to-prev-unread): Ditto.
6273         (wl-thread-get-next-unread): Ditto.
6274         (wl-thread-jump-to-next-unread): Ditto.
6275         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6276         (wl-thread-entity-get-next-marked-entity): Ditto.
6277
6278         * wl-summary.el (wl-summary-buffer-number-list):
6279         New bufer-local variable.
6280         (wl-summary-switch-to-clone-buffer): Clone
6281         `wl-summary-buffer-number-list'.
6282         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6283         (wl-summary-cursor-move-regex): Eliminated.
6284         (wl-summary-cursor-up): Rewrite.
6285         (wl-summary-cursor-down): Ditto.
6286         (wl-summary-mode-spec-alist): New variable.
6287         (wl-summary-next-message): New inline function.
6288         (wl-summary-cursor-move): New function.
6289         (wl-summary-default-get-next-msg): Rewrite.
6290         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6291         (wl-summary-rescan): Ditto.
6292         (wl-summary-sync-all-init): Ditto.
6293         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6294         summary is not thread view.
6295         (wl-summary-sync-update): Ditto.
6296         (wl-summary-rescan): Ditto.
6297         (wl-summary-make-number-list): New function.
6298
6299         * wl-draft.el: "FCC" -> "Fcc".
6300
6301 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * wl-highlight.el (wl-highlight-summary-window):
6304         Call `set-buffer-modified-p'.
6305
6306         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6307         (wl): Call `elmo-init' and fix.
6308
6309         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6310         Use new variables.
6311
6312         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6313
6314 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6317
6318 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6319
6320         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6321
6322 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6323
6324         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6325         `wl-use-toolbar' nor `display-graphic-p'.
6326         (wl-e21-setup-message-toolbar): Ditto.
6327         (wl-e21-setup-summary-toolbar): Ditto.
6328         (wl-e21-setup-folder-toolbar): Ditto.
6329
6330         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6331         (wl-plugged-init-icons): Ditto.
6332
6333         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6334         `display-graphic-p'.
6335         (wl-plugged-set-folder-icon): Ditto.
6336         (wl-highlight-plugged-current-line): Ditto.
6337         (wl-highlight-folder-current-line): Ditto.
6338         (wl-e21-highlight-folder-group-line): Ditto.
6339         (wl-e21-setup-toolbar): Ditto.
6340         (wl-e21-display-image-p): New macro.
6341
6342         * wl-demo.el (wl-demo): Simplified.
6343         (wl-demo-image-type-alist): Use `image-type-available-p' for
6344         checking whether the image type `xbm' is available.
6345
6346 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6349         (wl-summary-input-range): Ditto.
6350
6351 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-summary.el (wl-summary-edit-addresses): Use
6354         `wl-summary-get-original-buffer'
6355         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6356         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6357         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6358         (wl-summary-get-newsgroups): Eliminated.
6359         (wl-summary-set-crosspost): Ditto.
6360         (wl-summary-is-crosspost-folder): Ditto.
6361         (wl-crosspost-alist-load): Ditto.
6362         (wl-crosspost-alist-save): Ditto.
6363
6364         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6365         `elmo-setup-subscribed-newsgroups' instead of
6366         `elmo-nntp-make-groups-hashtb'.
6367         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6368         instead of `wl-crosspost-alist-save'.
6369
6370         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6371         of `elmo-folder-message-appendable-p'.
6372         (wl-mime-header-presentation-method): Eliminated.
6373
6374         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6375         (Error occurs in emacs21).
6376
6377         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6378         the current buffer).
6379
6380         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6381         instead of `wl-crosspost-alist-save'.
6382         (wl-init): `elmo-crosspost-message-alist-load'
6383         instead of `wl-crosspost-alist-load'
6384
6385         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6386         (wl-parse-newsgroups): Likewise.
6387         (wl-biff-notify): Run `wl-biff-notify-hook'.
6388
6389 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6392
6393         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6394         when `wl-summary-lazy-highlight' is non-nil.
6395         (wl-summary-goto-folder-subr): Highlight only when
6396         `wl-summary-lazy-highlight' is non-nil.
6397
6398         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6399         Don't display progress and highlight temp-mark when
6400         `wl-summary-lazy-highlight' is non-nil.
6401         (wl-highlight-summary-window): New function.
6402         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6403
6404 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-summary.el (wl-summary-sync): Change `all-visible'
6407         from `all-shown'
6408         (wl-summary-input-range): Ditto.
6409
6410 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6411
6412         * wl-e21.el (wl-highlight-folder-current-line): Call
6413         `wl-folder-init-icons' when folder icons have not been initialized.
6414
6415         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6416
6417         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6418         (wl-demo-image-type-alist): New macro.
6419
6420 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6421
6422         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6423         display does not support graphics.
6424         (wl-plugged-init-icons): Ditto.
6425         (wl-folder-init-icons): Ditto.
6426
6427         * wl-demo.el (wl-demo): Chech closely whether the display
6428         supports graphics.
6429
6430 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-summary.el (wl-summary-get-original-buffer): New function.
6433         (wl-summary-set-crosspost): Use it.
6434         (wl-summary-target-mark-uudecode): Ditto.
6435         (wl-summary-reedit): Ditto.
6436         (wl-summary-resend-bounced-mail): Ditto.
6437         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6438         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6439
6440         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6441         (wl-message-display-internal): Ditto.
6442
6443 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6446
6447 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-summary.el (wl-summary-save-view): Renamed from
6450         `wl-summary-save-status'.
6451
6452 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-summary.el (wl-summary-sync): Added `all-shown'
6455
6456 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6459
6460 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6461
6462         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6463
6464 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6465
6466         * wl-highlight.el (wl-highlight-summary-line-string): Use
6467         `zerop' instead of `= 0'.
6468         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6469
6470         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6471         for comparing numbers.
6472         (wl-template-prev): Use `zerop' instead of `eq 0'.
6473
6474         * wl-draft.el (wl-draft-insert-current-message): Use
6475         `with-current-buffer' instead of `save-excursion'.
6476         Use `zerop' instead of `eq 0'.
6477
6478 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6479
6480         * wl-draft.el (wl-draft-insert-ccs): New function.
6481         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6482         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6483
6484 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6487
6488 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-expire.el (wl-expire-refile): Don't call
6491         elmo-msgdb-add-msgs-to-seen-list;
6492         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6493         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6494
6495 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-message.el (wl-message-prev-page): Ignore errors while
6498         scroll-down.
6499
6500 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-mime.el: Use elmo-original-message-mode instead of
6503         mmelmo-original-mode.
6504
6505         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6506         `elmo-folder-get-spec';
6507         (wl-fldmgr-add-completion-all-completions):
6508         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6509
6510         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6511         of `elmo-folder-get-type'.
6512
6513         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6514         `elmo-folder-get-spec';
6515         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6516         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6517         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6518         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6519         `elmo-read-msg-no-cache';
6520         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6521         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6522         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6523         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6524         `elmo-cache-save';
6525         (wl-draft-reedit): Use `elmo-message-file-name'.
6526
6527         * wl-expire.el: Use `elmo-folder-name-internal';
6528         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6529         Use macro `wl-summary-buffer-msgdb' instead of variable
6530         `wl-summary-buffer-msgdb';
6531         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6532         Use macro `wl-summary-buffer-folder-name' instead of variable
6533         `wl-summary-buffer-folder-name'.
6534         * wl-score.el: Likewise.
6535
6536         * wl-message.el: Rewrite for new message buffer cache mechanism.
6537         (wl-message-buffer-cache-buffer-get): New macro.
6538         (wl-message-buffer-cache-folder-get): Ditto.
6539         (wl-message-buffer-cache-message-get): Ditto.
6540         (wl-message-buffer-cache-entry-make): Ditto.
6541         (wl-message-buffer-cache-hit): Ditto.
6542         (wl-message-buffer-cache-sort): New function.
6543         (wl-message-buffer-cache-add): Ditto.
6544         (wl-message-buffer-cache-delete): Ditto.
6545         (wl-message-buffer-cache-clean-up): Ditto.
6546         (wl-message-buffer-window): Rewrite.
6547         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6548         (wl-message-buffer-display): New function.
6549         (wl-message-display-internal): New function.
6550
6551 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-folder.el: Use `elmo-folder-name-internal';
6554         Use `wl-folder-get-elmo-folder';
6555         Use `elmo-folder-list-messages' instead of
6556         `elmo-list-folder';
6557         Use `elmo-folder-get-primitive-list' instead of
6558         `elmo-folder-get-primitive-spec-list';
6559         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6560         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6561         Use `elmo-folder-create' instead of `elmo-create-folder'.
6562         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6563         (wl-folder-get-elmo-folder): New macro.
6564         (wl-folder-elmo-folder-cache-get): Ditto.
6565         (wl-folder-elmo-folder-cache-put): Ditto.
6566         (wl-folder-suspend): Call `elmo-quit'.
6567
6568         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6569         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6570         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6571         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6572         (toplevel): require 'cl.
6573         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6574
6575         * wl-summary.el: Rewrite to use new elmo interface.
6576
6577 \f
6578 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-mime.el (wl-draft-preview-message):
6581         Run `wl-draft-send-hook' before collecting recipients information;
6582         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6583
6584         * tm-wl.el (wl-draft-preview-message): Ditto.
6585
6586 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6589         wrong recipients are displayed when forwarded message.
6590
6591 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * Version number is increased to 2.5.7.
6594
6595 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6596
6597         * wl-message.el (wl-message-next-page): Bind
6598         `window-pixel-scroll-increment' to nil while scrolling up.
6599
6600 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6601
6602         * wl-vars.el (wl-save-hook): New hook.
6603         * wl.el (wl-save): Call `wl-save-hook'.
6604
6605 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6606
6607         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6608         Argument WITH-ARG instead of NO-ARG (negative mean).
6609         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6610         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6611         * wl-message.el (wl-message-follow-current-entity): Likewise.
6612
6613 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6614
6615         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6616         FROM was optional argument.
6617         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6618
6619 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6620
6621         * Version number is increased to 2.5.6.
6622
6623 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6624
6625         * wl-version.el (wl-version-show): Removed.
6626         (wl-version): Add `interactive'.
6627
6628 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6629
6630         * wl-summary.el (wl-summary-get-petname-func): New variable.
6631         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6632         instead of `wl-address-get-petname-1'.
6633         (wl-summary-simple-from): Ditto.
6634
6635         * wl-address.el (wl-address-get-petname-1): Define as function.
6636
6637 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6640         field in the original message.
6641         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6642
6643 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6644
6645         * wl-expire.el (wl-expire-hide):
6646         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6647
6648 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6651         find decoder for To, Cc, and Subject.
6652
6653 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6656         for checking `elmo-use-buffer-cache'.
6657         (wl-summary-mark-as-important): Fixed typo in comment.
6658
6659 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6662         field in the original message.
6663         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6664
6665 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6666
6667         * wl-expire.el (wl-expire-hide):
6668         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6669
6670 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6673         find decoder for To, Cc, and Subject.
6674
6675 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * Version number is increased to 2.5.5.
6678
6679         * wl-address.el (wl-address-specials-regexp): New constant.
6680         (wl-address-quote-specials): Use it.
6681
6682 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-summary.el (wl-summary-rescan):
6685         Call `wl-summary-buffer-number-column-detect'.
6686         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6687
6688         * wl-message.el (wl-message-mode-map): Define.
6689         (wl-message-decode): Use it as local-map.
6690
6691 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6694         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6695
6696 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6699
6700         * wl-mule.el (wl-read-event-char): Ditto.
6701
6702         * wl-e21.el (wl-read-event-char): Ditto.
6703
6704         * wl-nemacs.el (wl-read-event-char): Ditto.
6705         (read-event): Removed.
6706
6707         * wl-util.el (toplevel): Removed dummy definition of
6708         `read-event'.
6709         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6710
6711 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6712
6713         * wl-nemacs.el (elmo-archive-call-process): Moved to
6714         elmo-archive.el.
6715
6716 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6717
6718         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6719         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6720
6721         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6722         instead of magic-number 6.  Use `not' instead of `null' for symbol
6723         `nil' check (not empty list).
6724         (wl-draft-insert-x-face-field): Fixed paren style.
6725
6726         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6727         one-branch conditional statement, instead of `and' and `if'.
6728         (wl-draft-forward): Likewise.
6729         (wl-draft-add-references): Likewise.
6730         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6731
6732         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6733         conditional steatment.  Use `cond' instead of `if'.
6734         (wl-draft-confirm): Likewise.
6735
6736 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6737
6738         * wl-version.el (wl-version-show): Use `product-string-1'
6739         instead of `wl-version'.
6740         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6741
6742         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6743
6744 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-highlight.el (wl-highlight-headers): Revert
6747         `wl-highlight-x-face-func' argument (`beg' and `end').
6748
6749 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl.el (toplevel): Move `product-provide' declare.
6752         * wl-demo.el (toplevel): Ditto.
6753         * wl-dnd.el (toplevel): Ditto.
6754         * wl-highlight.el (toplevel): Ditto.
6755         * wl-message.el (toplevel): Ditto.
6756         * wl-refile.el (toplevel): Ditto.
6757         * wl-util.el (toplevel): Ditto.
6758
6759 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6762         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6763         (wl-thread-close-all): keep cursor position.
6764
6765 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6766
6767         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6768         (eq x 0).
6769         (wl-generate-user-agent-string-1): Fix conditional statement.
6770
6771 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6772
6773         * wl.el (wl-check-environment): Additional check for
6774         'wl-local-domain' and `wl-message-id-domain'.
6775
6776 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6779
6780 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6783         instead of `smtp-sasl-user-realm'.
6784
6785 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6788
6789 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6790
6791         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6792         to the default value as well as `eword-lexical-analyzer'.
6793
6794 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6795
6796         * wl-version.el (wl-extended-emacs-version,
6797         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6798         `elmo-match-string' instead of `wl-match-string'.
6799
6800 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6801
6802         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6803         docstring.
6804
6805 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6806
6807         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6808
6809 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6810
6811         * wl-highlight.el (wl-highlight-headers): Remove
6812         `wl-highlight-x-face-func' argument (`beg' and `end').
6813
6814 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-summary.el (wl-summary-mark-as-important):
6817         Remove cache if folder is local.
6818
6819 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6820
6821         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6822         to get existing e-mail address string.
6823
6824 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-version.el (wl-generate-user-agent-string): Commentary.
6827         (wl-generate-user-agent-string-1): Use `when' for
6828         one-branch conditional statement, instead of `and' and `if'.
6829         (wl-extended-emacs-version, wl-extended-emacs-version2,
6830         wl-extended-emacs-version3): Ditto.
6831
6832 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6835         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6836         condition-case; Remove initialization.
6837         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6838         (wl-summary-sync-update3): Added argument `sync-all';
6839         Eliminated local variable `msgdb';
6840         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6841         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6842         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6843
6844 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6845
6846         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6847         connection before call `wl-draft-send-mail-with-smtp'.
6848
6849 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * Version number is increased to 2.5.4.
6852
6853 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl.el (wl-check-environment): Additional check for
6856         'wl-local-domain' and `wl-message-id-domain'.
6857
6858 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6861         buffer as command specific.
6862         (wl-folder-mark-as-read-all-entity): Ditto.
6863         (wl-folder-prefetch-entity): Ditto.
6864         (wl-folder-drop-unsync-entity): Ditto.
6865
6866         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6867         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6868         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6869
6870         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6871         save-excursion.
6872
6873 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * Version number is increased to 2.5.3.
6876
6877         * wl-summary.el (wl-summary-save-view-cache):
6878         Delete duplicated `write-region';
6879         Use `write-region-as-binary' instead of `as-binary-output-file' and
6880         `write-region'.
6881
6882 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6883
6884         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6885
6886 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6889         instead of `smtp-via-smtp'.
6890
6891 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6894
6895 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6898         instead of `smtp-sasl-user-realm'.
6899
6900 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6901
6902         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6903
6904 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6905
6906         * Version number is increased to 2.5.2.
6907
6908 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6911         does not exist.
6912         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6913         (wl-biff-start): Call `timer-activate' if timer already exists.
6914
6915         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6916         only when it is bound as function.
6917
6918 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * Version number is increased to 2.5.1.
6921
6922 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6925         Print refile/copy destination.
6926
6927 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6930         queue-flush-only is non-nil.
6931
6932         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6933
6934         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6935         checking cache folder.
6936
6937 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6940         `regexp-quote'.
6941
6942 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6945         function.
6946         * wl-summary.el (wl-summary-write-current-folder-functions):
6947         Change default value.  Use it.
6948
6949 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * Version number is increased to 2.5.0.
6952
6953         * wl-version.el (wl-version): Changed codename.
6954
6955 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6956
6957         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6958         (wl-summary-supersedes-message): Ditto.
6959
6960 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6961
6962         * wl-refile.el (wl-refile-guess-functions): Renamed from
6963         `wl-refile-guess-func-list'.
6964
6965 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6968         Fixed problem when no rule was matched.
6969
6970 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6971
6972         * wl-summary.el (wl-summary-get-mark): Fixed
6973         `wl-summary-buffer-target-mark' check logic.
6974
6975 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6976
6977         * wl-folder.el (wl-folder-write-current-folder): Added group
6978         folder check.
6979
6980         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6981         `wl-summary-write-current-newsgroup'.
6982         (wl-summary-write-current-folder-functions): New variable.
6983         * wl-folder.el (wl-folder-get-newsgroups): New function.
6984         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6985         (wl-folder-write-current-folder): Renamed from
6986         `wl-folder-write-current-newsgroup'.
6987
6988 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * Version number is increased to 2.3.93.
6991
6992 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6995         (wl-ldap-make-matched-value-list): Ditto.
6996         (wl-ldap-alias-safe-string): Split e-mail address.
6997
6998         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6999         petname folder default was selected.
7000         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7001         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7002
7003 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7006         to `wl-draft-config-exec'.
7007
7008         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7009         instead of calling `wl-draft-config-exec';
7010         Process group-list and show recipients in minibuffer.
7011
7012         * tm-wl.el (wl-draft-preview-message): Ditto.
7013
7014 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl.el (toplevel): Added (C) to copyright notice, and
7017         sync Author header.
7018         * tm-wl.el (toplevel): Ditto.
7019         * wl-address.el (toplevel): Ditto.
7020         * wl-demo.el (toplevel): Ditto.
7021         * wl-dnd.el (toplevel): Ditto.
7022         * wl-draft.el (toplevel): Ditto.
7023         * wl-e21.el (toplevel): Ditto.
7024         * wl-expire.el (toplevel): Ditto.
7025         * wl-folder.el (toplevel): Ditto.
7026         * wl-highlight.el (toplevel): Ditto.
7027         * wl-message.el (toplevel): Ditto.
7028         * wl-mime.el (toplevel): Ditto.
7029         * wl-mule.el (toplevel): Ditto.
7030         * wl-nemacs.el (toplevel): Ditto.
7031         * wl-refile.el (toplevel): Ditto.
7032         * wl-score.el (toplevel): Ditto.
7033         * wl-summary.el (toplevel): Ditto.
7034         * wl-template.el (toplevel): Ditto.
7035         * wl-thread.el (toplevel): Ditto.
7036         * wl-util.el (toplevel): Ditto.
7037         * wl-vars.el (toplevel): Ditto.
7038         * wl-xmas.el (toplevel): Ditto.
7039
7040 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7041
7042         * wl.el (wl-init): Added comment about `wl-init-hook'.
7043         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7044         * wl-vars.el (wl-init-hook): Added docs.
7045         (wl-make-plugged-hook): Removed useless docs.
7046         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7047         * wl-xmas.el (toplevel): Ditto.
7048
7049 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7050
7051         * wl-address.el (toplevel): Fixed multiple Author header format.
7052         * wl-demo.el (toplevel): Ditto.
7053         * wl-draft.el (toplevel): Ditto.
7054         * wl-folder.el (toplevel): Ditto.
7055         * wl-summary.el (toplevel): Ditto.
7056         * wl-thread.el (toplevel): Ditto.
7057         * wl-util.el (toplevel): Ditto.
7058         * wl-vars.el (toplevel): Ditto.
7059         * wl-version.el (toplevel): Ditto.
7060         * wl-xmas.el (toplevel): Ditto.
7061         * wl.el (toplevel): Ditto.
7062
7063         * wl-version.el (toplevel): Added require `elmo-version' for
7064         `product-version-as-string'.
7065
7066 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-vars.el (wl-draft-send-hook): Changed default value to
7069         '(wl-draft-config-exec).
7070
7071         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7072         explicitly.
7073         (wl-draft): Set `wl-draft-config-exec-flag' before running
7074         `wl-mail-setup-hook'.
7075
7076         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7077         `wl-biff-init-icons' to `wl-init-hook' instead of
7078         `wl-make-plugged-hook'.
7079         (Because if `wl-draft' command is invoked at first,
7080         they are not initialized)
7081         Updated copyright notice.
7082
7083         * wl-e21.el (toplevel): Ditto;
7084
7085         * wl-demo.el (toplevel): Updated copyright notice.
7086         * wl-address.el (toplevel): Ditto.
7087         * wl-draft.el (toplevel): Ditto.
7088         * wl-version.el (toplevel): Ditto.
7089         * wl-folder.el (toplevel): Ditto.
7090         * wl-summary.el (toplevel): Ditto.
7091         * wl-thread.el (toplevel): Ditto.
7092         * wl-util.el (toplevel): Ditto.
7093         * wl-vars.el (toplevel): Ditto.
7094         * wl.el (toplevel): Ditto.
7095
7096 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-highlight.el (wl-highlight-message): Fixed problem of
7099         highlighting failure which occured when the last field contains
7100         multiple lines in the draft buffer.
7101
7102         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7103         `wl-biff-start' if plugged.
7104
7105         * wl-util.el (wl-biff-check-folder): New function.
7106         (wl-biff-check-folders): Don't set session name prefix.
7107         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7108         (wl-biff-check-folder-async): Ditto.
7109
7110         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7111         in email address.
7112
7113 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7114
7115         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7116
7117         * wl-draft.el (wl-draft-strip-subject-re): New function.
7118
7119         * wl-draft.el (wl-draft-reply): Use it.
7120
7121 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-message.el (wl-mmelmo-message-redisplay): Use
7124         `mime-display-message' instead of `wl-mime-display-message'.
7125
7126         * wl-mime.el (toplevel): Removed compatibility workaround
7127         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7128         (wl-mime-display-message): Abolished.
7129         (wl-mime-entity-read-field): Ditto.
7130         (wl-mime-combine-message/partial-pieces): Use
7131         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7132
7133 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7134
7135         * wl-template.el: Doc fixes.
7136
7137 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7138
7139         * wl-e21.el (wl-message-overload-functions): Do nothing if
7140         `current-local-map' is not available.
7141         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7142
7143 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7146         representation.
7147
7148         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7149         number.
7150         (wl-fldmgr-save-folders): Don't use `format' when insert
7151         `wl-fldmgr-folders-header'.
7152
7153 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7154
7155         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7156
7157 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-highlight.el (wl-highlight-message):
7160         Use `std11-field-end' to detect end point of the header field.
7161         Refer `wl-highlight-max-header-size'.
7162
7163         * wl-vars.el (wl-highlight-max-header-size): New variable.
7164
7165         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7166
7167         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7168         Set `for-draft' argument of wl-highlight-headers.
7169         (wl-draft): Ditto.
7170         (wl-draft-reedit): Ditto.
7171         (wl-user-agent-compose-internal): Ditto.
7172
7173 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7174
7175         * wl-message.el (wl-message-add-button): Use overlay.
7176
7177 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7180
7181         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7182         problem when group-list content is nothing.
7183         (Reported by Mito <mit@nines.nec.co.jp>)
7184
7185 2000-10-18  SAITO Atsunori <sai@yedo.com>
7186
7187         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7188
7189 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7190
7191         * tm-wl.el (toplevel): Use product-provide.
7192
7193 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * Version number is increased to 2.3.92.
7196
7197 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7198
7199         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7200         title text, use `display' property for left margin under Emacs 21.
7201
7202         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7203         properties.
7204         (wl-plugged-init-icons): Ditto.
7205
7206 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7207
7208         * wl.el (wl-save-status, wl-init): Remove last period in
7209         "...done." message.
7210         * tm-wl.el (wl-summary-burst): Ditto.
7211         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7212         wl-summary-resume-cache-status,
7213         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7214         wl-summary-sync-update3, wl-summary-highlight-msgs,
7215         wl-summary-flush-pending-append-operations,
7216         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7217         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7218         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7219         wl-thread-open-all): Ditto.
7220         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7221         * wl-mime.el (wl-summary-burst): Ditto.
7222         * wl-highlight.el (wl-highlight-summary): Ditto.
7223         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7224         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7225         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7226         * wl-address.el (wl-local-address-init): Ditto.
7227
7228 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7229
7230         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7231         `add-text-properties'.
7232         (wl-plugged-init-icons): Ditto.
7233         (wl-folder-init-icons): Use `propertize' instead of
7234         `put-text-property'.
7235         (wl-plugged-set-folder-icon): Ditto.
7236         (wl-e21-highlight-folder-group-line): Ditto.
7237
7238 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * wl-version.el (wl-version-status-alist): New variable.
7241         (wl-version-status): New function.
7242
7243         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7244         "Cc" part of the case "Reply-To".
7245
7246         * wl-draft.el (wl-draft-reply): Use result of
7247         `eword-extract-address-components'.
7248
7249         * wl-demo.el (wl-demo-icon-name): New constant.
7250         (wl-logo-xpm): Use it.
7251         (wl-logo-xbm): Ditto.
7252         (wl-logo-bitmap): Ditto.
7253
7254         * Version number is increased to 2.3.91.
7255
7256 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7257
7258         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7259         (wl-extended-emacs-version, wl-extended-emacs-version2,
7260         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7261         docstring.
7262
7263         * wl-version.el (wl-generate-user-agent-string-1): New function.
7264         (wl-generate-user-agent-string): Use it.
7265
7266         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7267         `mime-edit-insert-user-agent-field'.
7268         (wl-generate-user-agent-string): Check
7269         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7270
7271         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7272         instead of `if', when verbose case.
7273
7274 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7275
7276         * wl-expire.el (wl-summary-expire): Fix.
7277
7278 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7279
7280         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7281         and `elmo-lost+found-folder' if 'wl-draft.
7282         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7283
7284 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7285
7286         * wl-expire.el (wl-summary-expire): Change messages.
7287         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7288         `deleing-info' instead of "Deleting..."
7289
7290 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7291
7292         * wl-summary.el (wl-summary-refile-subr): Fix.
7293
7294 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7295
7296         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7297         if pipe folder.
7298
7299 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7300
7301         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7302
7303 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7304
7305         * wl-expire.el (wl-expire-hide): New function.
7306         (wl-summary-expire): Add `hide'.
7307
7308 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-vars.el (wl-draft-reply-without-argument-list):
7311         Changed default value to consider `Reply-To:'.
7312         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7313
7314         * Version number is increased to 2.3.90.
7315
7316         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7317         elmo-imap4-get-session with unwind-protect.
7318         Don't cause error.
7319         (wl-summary-sync-marks): Don't check plugged nor folder type.
7320         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7321         (Always keep current buffer).
7322
7323 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7324
7325         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7326         Enclose with `save-excursion'.
7327
7328 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-version.el (wl-version): Remove interactive.
7331
7332 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7333
7334         * wl-version.el (wl-generate-user-agent-string): Use
7335         `product-string-verbose' instead of `product-string-1'.
7336
7337 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7338
7339         * wl-vars.el (wl-draft-use-cache): New variable.
7340         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7341         if wl-draft-use-cache is non-nil.
7342
7343 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7344
7345         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7346         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7347
7348 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7351         (wl-thread-msg-mark-as-unread): Ditto.
7352
7353         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7354         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7355         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7356         Don't set mark in summary if return value of `elmo-mark-as-read'
7357         is nil.
7358         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7359         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7360         instead of `wl-thread-msg-mark-as-read'.
7361         (wl-summary-mark-as-unread-region): Ditto.
7362         (wl-summary-target-mark-mark-as-read): Ditto.
7363
7364         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7365
7366 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7369
7370         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7371
7372 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7375         face.
7376
7377 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7378
7379         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7380         `running-xemacs'.
7381
7382 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7383
7384         * wl-version.el (toplevel): Use `product-version-as-string' for
7385         set verstion-string, if defined.
7386
7387         * wl-version.el (wl-version-show): Insert string at point, when
7388         call with argument.
7389
7390         * wl-version.el (wl-generate-user-agent-string): Use
7391         `product-string-1' instead of `wl-appname', `wl-version' and
7392         `wl-codename'.
7393
7394 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-address.el (toplevel): Use product-provide.
7397         * wl-demo.el (toplevel): Ditto.
7398         * wl-dnd.el (toplevel): Ditto.
7399         * wl-draft.el (toplevel): Ditto.
7400         * wl-e21.el (toplevel): Ditto.
7401         * wl-expire.el (toplevel): Ditto.
7402         * wl-fldmgr.el (toplevel): Ditto.
7403         * wl-folder.el (toplevel): Ditto.
7404         * wl-highlight.el (toplevel): Ditto.
7405         * wl-message.el (toplevel): Ditto.
7406         * wl-mime.el (toplevel): Ditto.
7407         * wl-mule.el (toplevel): Ditto.
7408         * wl-nemacs.el (toplevel): Ditto.
7409         * wl-refile.el (toplevel): Ditto.
7410         * wl-score.el (toplevel): Ditto.
7411         * wl-summary.el (toplevel): Ditto.
7412         * wl-template.el (toplevel): Ditto.
7413         * wl-thread.el (toplevel): Ditto.
7414         * wl-util.el (toplevel): Ditto.
7415         * wl-vars.el (toplevel): Ditto.
7416         * wl-xmas.el (toplevel): Ditto.
7417         * wl.el (toplevel): Ditto.
7418
7419 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7420
7421         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7422         instead of product.
7423
7424         * wl-version.el (wl-version): Compile time evalution elmo-version.
7425
7426 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7427
7428         * wl-summary.el (wl-summary-sync-force-update): Append queue
7429         `mark-as-read'if unplugged.
7430
7431 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-version.el: New file.  Use product.el.
7434         * wl.el: add (require 'wl-version).
7435         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7436         for ~/.folders header.
7437         (wl-fldmgr-folders-header): Changed.
7438         * wl-demo.el (wl-demo): Use product.el.
7439
7440         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7441         wl-version.el.
7442         * wl-util.el (wl-version, wl-version-show): Ditto.
7443
7444         * wl-util.el (wl-generate-user-agent-string,
7445         wl-extended-emacs-version, wl-extended-emacs-version2,
7446         wl-extended-emacs-version3): Move to wl-version.el.
7447         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7448         xemacs-codename, mime-edit-insert-user-agent-field,
7449         mime-edit-user-agent-value, mime-editor/version,
7450         mime-editor/codename): Compile warning killer move to
7451         wl-version.el
7452
7453 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7454
7455         * wl-summary.el (wl-summary-refile-subr): Fix.
7456
7457 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7460         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7461
7462 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7463
7464         * wl.el (wl-check-environment): Check too many `@'.
7465
7466 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7467
7468         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7469
7470 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7471
7472         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7473         wl-draft-reply-myself-without-argument-list): Add variables.
7474         * wl-draft.el (wl-draft-reply): Use it.
7475
7476 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7477
7478         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7479         the 5th argument of `elmo-network-get-spec'.
7480
7481         * wl-thread.el (wl-thread-reparent-children): New inline function.
7482         (wl-thread-delete-message): Use it.
7483
7484         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7485         (wl-summary-score-update-all-lines): Don't use `dolist'.
7486
7487 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7488
7489         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7490         (require 'elmo-msgdb) for inline function.
7491
7492 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7493
7494         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7495
7496 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7497
7498         * wl-score.el (wl-score-headers): Fix for the confusing macro
7499         `elmo-kill-buffer'.
7500
7501 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7502
7503         * wl-summary.el: Don't use the 3rd argument of `require' because
7504         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7505         * wl-util.el: Ditto.
7506         * wl-draft.el: Ditto.
7507
7508 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7509
7510         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7511         window system is not used.
7512
7513 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7514
7515         * wl-thread.el: Don't use `mapcar' only for iteration.
7516         (wl-thread-resume-entity): Ditto.
7517         (wl-thread-delete-message): Ditto.
7518
7519         * wl-summary.el: Bind `dragdrop-drop-functions',
7520         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7521         of `require' for `timezone', `easymenu' and `ps-print';
7522         don't use `mapcar' only for iteration.
7523
7524         * wl-util.el: Bind `mule-version', `nemacs-version',
7525         `emacs-beta-version', `xemacs-codename',
7526         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7527         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7528         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7529         only for iteration.
7530
7531         * wl-score.el: Don't use `mapcar' only for iteration.
7532         (wl-score-simplify-buffer-fuzzy): Ditto.
7533         (wl-score-simplify-subject): Ditto.
7534         (wl-score-headers): Ditto.
7535         (wl-summary-score-update-all-lines): Ditto.
7536
7537         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7538         `enable-multibyte-characters' and `mule-version'.
7539
7540         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7541         `mapcar' only for iteration.
7542
7543         * wl-demo.el: Don't use `mapcar' only for iteration.
7544
7545         * wl-folder.el: Don't use `mapcar' only for iteration.
7546         (wl-folder-open-all): Ditto.
7547         (wl-folder-count-incorporates): Ditto.
7548
7549         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7550         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7551
7552         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7553         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7554         `smtp-connection-type'; specify 3rd argument of `require' for
7555         `timezone'; don't use `mapcar' only for iteration.
7556         (wl-draft-clone-local-variables): Don't use `mapcar'.
7557         (wl-draft-generate-clone-buffer): Ditto.
7558         (wl-user-agent-compose-internal): Ditto.
7559
7560         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7561
7562         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7563         (wl-save-status): Ditto.
7564
7565         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7566         for iteration.
7567
7568 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7571         removed `Date'.
7572         (wl-fldmgr-make-filter-default): New user option.
7573
7574         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7575         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7576         (wl-fldmgr-filter-completion-alist): Abolish.
7577
7578         * wl.el (wl): Don't check servers if arg is non-nil.
7579
7580         * wl-draft.el (wl-draft-reply): Set only message-id string to
7581         In-Reply-To field.
7582
7583 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-summary.el (wl-summary-pick): Rewrite.
7586
7587         * wl-draft.el (wl-draft-forward): Get references field from
7588         original buffer.
7589         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7590
7591 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7592
7593         * wl-draft.el (wl-draft-forward): Add references field.
7594
7595 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7598         (wl-draft-reply): Use it.
7599
7600 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7601
7602         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7603         when Emacs 21 is running.
7604
7605         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7606         bindings.
7607
7608 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7609
7610         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7611         XPM icons transparent.
7612
7613         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7614         Emacs 21.
7615
7616 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7619         nil.
7620
7621         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7622         when it is persistent.
7623         (wl-summary-sync-marks): Changed argument for
7624         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7625         (wl-summary-virtual): Use `elmo-read-search-condition'.
7626         (wl-summary-redisplay-internal): If folder is local, mark as read
7627         even when folder is plugged.
7628
7629 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7630
7631         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7632         of `tool-bar-lines' in the frame parameters.
7633         (after-make-frame-functions, post-command-hook): Don't modify the
7634         value.
7635         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7636         wl-e21-tool-bar-lines): Removed.
7637
7638 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7639
7640         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7641         properties `evaporate' and `wl-momentary-overlay' as well.
7642         (wl-highlight-summary-displaying): Ditto.
7643         (wl-delete-all-overlays): Don't delete overlay which does not have
7644         a property `wl-momentary-overlay'.
7645
7646         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7647         `display-mouse-p' and `display-graphic-p'.
7648         (wl-folder-init-icons): Don't search for XBM or the other files.
7649         (wl-plugged-set-folder-icon): Make icons if and only if
7650         `display-graphic-p' returns non-nil.
7651         (wl-highlight-plugged-current-line): Use `before-string' overlay
7652         property to show icon images.
7653         (wl-highlight-folder-current-line): Ditto.
7654         (wl-e21-highlight-folder-group-line): Ditto.
7655         (wl-e21-highlight-folder-by-numbers): Ditto.
7656         (wl-e21-insert-image): Removed.
7657         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7658         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7659         said.
7660         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7661         `wl-e21-force-switch-toolbar'.
7662         (wl-e21-make-icon-image): Removed.
7663         (wl-e21-setup-toolbar): Don't search for XBM files.
7664         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7665         the default value.
7666
7667 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-util.el (wl-biff-check-folder-async): Set
7670         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7671
7672 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7673
7674         * wl-e21.el (after-make-frame-functions): Add
7675         `wl-e21-force-switch-toolbar'.
7676         (wl-e21-force-switch-toolbar): New function force to switch the
7677         toolbar appearance automatically.
7678         (post-command-hook): Add `wl-e21-switch-toolbar'.
7679         (wl-e21-switch-toolbar): New function to switch the toolbar
7680         appearance automatically.
7681         (wl-e21-tool-bar-lines): New buffer local variable.
7682
7683 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-util.el (wl-biff-check-folders-running): New variable.
7686         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7687         (wl-biff-check-folder-async-callback):
7688         Set `wl-biff-check-folders-running'.
7689         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7690         with unwind-protect.
7691
7692         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7693         Enclose `wl-folder-auto-check' with unwind-protect.
7694
7695         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7696         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7697
7698         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7699
7700         * wl-util.el (wl-biff-notify): New inline function.
7701         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7702         locally.
7703         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7704         folder-list' is 1.
7705         Use `wl-biff-notify'.
7706         (wl-biff-check-folder-async-callback): New function.
7707         (wl-biff-check-folder-async): Ditto.
7708
7709         * wl-folder.el (wl-folder): Don't check folders.
7710         (wl-folder-auto-check): New function.
7711
7712 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7713
7714         * wl-util.el (wl-biff-start) [Emacs19+]:
7715         Use `timer-next-integral-multiple-of-time'.
7716         (wl-biff-check-folders): Use `wl-default-folder'
7717         if `wl-biff-check-folder-list' is nil.
7718
7719 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7720
7721         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7722         instead of `elmo-delete-lists'.
7723
7724 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7725
7726         * wl.el (wl-plugged-toggle-all): Set the value of
7727         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7728         (wl-plugged-toggle): Ditto.
7729         (wl-toggle-plugged): Ditto.
7730         (wl-plugged-init): Ditto.
7731
7732         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7733         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7734         instead of `wl-biff-state-indicator-off' and
7735         `wl-biff-state-indicator-on'; don't modify the value and the type
7736         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7737         (wl-plugged-init-icons): Set icons data to
7738         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7739         instead of `wl-plug-state-indicator-off' and
7740         `wl-plug-state-indicator-on'; don't modify the value and the type
7741         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7742
7743         * wl-vars.el (wl-modeline-biff-state-off,
7744         wl-modeline-biff-state-on, wl-modeline-biff-status,
7745         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7746         wl-modeline-plug-status): New internal variables.
7747         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7748         wl-biff-check-interval, wl-biff-check-folder-list): Change
7749         customization group from `wl-folder' to `wl-highlight'.
7750         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7751         wl-show-plug-status-on-modeline): Defcustomized.
7752
7753         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7754         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7755         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7756         a flag to `mode-line-buffer-identification'.
7757
7758         * wl-e21.el (wl-biff-init-icons): Set icons data to
7759         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7760         instead of `wl-biff-state-indicator-off' and
7761         `wl-biff-state-indicator-on'.
7762         (wl-plugged-init-icons): Set icons data to
7763         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7764         instead of `wl-plug-state-indicator-off' and
7765         `wl-plug-state-indicator-on'.
7766
7767 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7768
7769         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7770         excessive titles.
7771
7772 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7773
7774         * wl.el (wl-plugged-mode): Use revised
7775         `wl-mode-line-buffer-identification'.
7776         (wl-plugged-init): Don't use `force-mode-line-update'.
7777
7778         * wl-xmas.el (wl-draft-overload-functions): Use revised
7779         `wl-mode-line-buffer-identification'.
7780         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7781         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7782         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7783         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7784         `wl-make-plugged-hook';
7785         add `wl-folder-init-icons' and `wl-setup-folder' to
7786         `wl-folder-mode-hook'.
7787
7788         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7789         19 as well.
7790         (wl-mode-line-display-priority-list): New user option.
7791         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7792         Defcustomized.
7793         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7794         Add docs.
7795
7796         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7797         start.
7798         (wl-mode-line-buffer-identification): Revised as a function.
7799
7800         * wl-summary.el (wl-summary-mode): Use revised
7801         `wl-mode-line-buffer-identification'; don't call
7802         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7803         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7804         `wl-xmas-setup-summary'.
7805
7806         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7807         `wl-mode-line-buffer-identification'.
7808
7809         * wl-mule.el (wl-draft-overload-functions): Use revised
7810         `wl-mode-line-buffer-identification'.
7811
7812         * wl-folder.el (wl-make-plugged-alist): Don't call
7813         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7814         (wl-folder): Don't call `wl-folder-init-icons' directly.
7815         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7816         `wl-xmas-setup-folder' directly;
7817         use revised `wl-mode-line-buffer-identification'.
7818         (TopLevel): Don't bind `wl-biff-init-icons',
7819         `wl-plugged-init-icons', `wl-folder-init-icons',
7820         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7821
7822         * wl-e21.el (wl-draft-overload-functions): Use revised
7823         `wl-mode-line-buffer-identification'.
7824         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7825         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7826         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7827         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7828         `wl-make-plugged-hook';
7829         add `wl-folder-init-icons' and `wl-setup-folder' to
7830         `wl-folder-mode-hook'.
7831
7832 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7833             Katsumi Yamaoka    <yamaoka@jpl.org>
7834
7835         * wl.el (wl): Call `wl-biff-start'.
7836         (wl-exit): Call `wl-biff-stop'.
7837         (wl-plugged-mode): Show biff in modeline.
7838         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7839
7840         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7841         (wl-biff-init-icons): New function.
7842         (wl-plugged-init-icons): Don't make too much keymaps.
7843         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7844
7845         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7846         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7847         variables.
7848         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7849         options.
7850
7851         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7852         wl-biff-start, wl-biff-stop): New functions.
7853         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7854         (wl-biff-timer-name): New variable.
7855
7856         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7857
7858         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7859         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7860
7861         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7862         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7863
7864         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7865         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7866         `wl-folder-init-icons' to `ignore' if they are not available.
7867         (wl-folder-mode): Show biff in modeline.
7868
7869         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7870         (wl-biff-init-icons): New function.
7871         (wl-plugged-init-icons): Don't make too much keymaps.
7872         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7873
7874 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7875
7876         * wl-vars.el (wl-strict-diff-folders): Customization Type
7877         and doc fix.  Define as a list of regular expressions for
7878         folders or nil.
7879         * wl-folder.el (wl-folder-check-one-entity): Use
7880         `wl-string-match-member' instead of `wl-string-member' for
7881         `wl-strict-diff-folders'.
7882
7883 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7884
7885         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7886         (wl-highlight-folder-current-line): Use it; new implementation.
7887         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7888         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7889         `defsubst' instead of `defun'.
7890
7891         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7892         `wl-highlight-group-folder-by-numbers'; made it can also be a
7893         number.  See info for more details.
7894
7895         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7896         running.
7897
7898         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7899         to bind them.
7900
7901         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7902         (wl-highlight-folder-current-line): New implementation.
7903
7904         * wl-highlight.el (wl-highlight-folder-group-line): New
7905         implementation.
7906         (wl-delete-all-overlays): Rewrite as a marco.
7907         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7908
7909         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7910         running.
7911         (wl-folder-*-glyph): No need to bind them.
7912
7913         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7914         `wl-e21-highlight-folder-group-icon'; rewrite.
7915         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7916         `defsubst' instead of `defun'.
7917         (wl-folder-mode-map): Bind it when compiling.
7918
7919 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7922
7923         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7924
7925 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7926
7927         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7928
7929 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7930
7931         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7932         (wl-highlight-folder-current-line): Use it.
7933
7934         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7935         in `id-name'.
7936
7937 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7938
7939         * wl.el: Require `wl-e21' when Emacs 21 is running.
7940
7941         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7942         default when Emacs 21 is running.
7943         (wl-use-highlight-mouse-line): Ditto.
7944         (wl-on-emacs21): New constant.
7945         (wl-on-emacs20): Removed.
7946
7947         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7948         Emacs 21 is running.
7949
7950         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7951         Emacs 21 is running.
7952
7953         * wl-e21.el: New file.
7954
7955 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7956
7957         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7958         (wl-toggle-plugged): Ditto.
7959         (wl-plugged-toggle): Ditto.
7960         (wl-plugged-toggle-all): Ditto.
7961
7962         * wl-vars.el (wl-plug-state-indicator): Refer
7963         `wl-plug-state-indicator-on' indirectly.
7964
7965 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7968         Call `wl-folder-confirm-existence'.
7969
7970         * wl-folder.el (wl-folder-confirm-existence): Added optional
7971         argument `force'.
7972
7973 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7974
7975         * wl-summary.el (wl-summary-refile-subr): Assume
7976         `copy-or-refile' as symbol.
7977         (wl-summary-refile): Follow up above change.
7978         (wl-summary-copy): Ditto.  Doc fix.
7979
7980 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-pick): Don't bind
7983         `elmo-search-mime-charset'.
7984
7985         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7986         default using old backquote style.
7987         (wl-search-mime-charset): Abolished.
7988
7989         * wl-highlight.el (wl-highlight-headers):
7990         Call `point' after `re-search-forward'(for Nemacs).
7991
7992         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7993         for elmo-imap4.el.
7994
7995 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7996
7997         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7998         `wl-message-ignored-field-list' instead of
7999         `mime-view-ignored-field-list'.
8000
8001         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8002         Add interactive spec.
8003         (wl-folder-goto-bottom-of-current-folder): Ditto.
8004         (wl-folder-mode-map): Bind them.
8005
8006         * wl-vars.el (wl-message-ignored-field-list): New variable.
8007         (wl-message-visible-field-list): New variable.
8008
8009         * wl-mime.el (wl-mime-header-presentation-method): New function.
8010         (wl-mime-setup): Set header-presentation-method.
8011
8012 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8013
8014         * wl-nemacs.el (wl-draft-overload-functions): Set
8015         `mode-line-buffer-identification' instead of using
8016         `wl-make-modeline'.
8017
8018         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8019         instead of using `wl-make-modeline'.
8020
8021         * wl-xmas.el (wl-plugged-init-icons): Set up
8022         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8023         (wl-make-modeline): Abolish.
8024         (wl-draft-overload-functions): Set
8025         `mode-line-buffer-identification' instead of using
8026         `wl-make-modeline'.
8027
8028         * wl-util.el (wl-make-modeline-subr): Abolish.
8029         (wl-mode-line-buffer-identification): New alias.
8030
8031         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8032         (wl-summary-make-modeline): Abolish.
8033         (wl-summary-buffer-set-folder): Set
8034         `wl-summary-buffer-folder-indicator'.
8035         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8036         of using `wl-make-modeline'.
8037         (wl-summary-switch-to-clone-buffer): Don't set
8038         `mode-line-buffer-identification'.
8039         (wl-summary-goto-folder-subr): Ditto.
8040
8041         * wl-mule.el (wl-draft-overload-functions): Set
8042         `mode-line-buffer-identification' instead of using
8043         `wl-make-modeline'.
8044
8045         * wl-folder.el (wl-folder-mode): Set
8046         `mode-line-buffer-identification' instead of using
8047         `wl-make-modeline'.
8048         (wl-folder): Don't set `mode-line-buffer-identification'.
8049
8050 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8051
8052         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8053         instead of `member' for `wl-refile-guess-func-list' look-ups.
8054         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8055
8056 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8057
8058         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8059         `wl-message-button-dispatcher'.
8060
8061         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8062
8063         * wl-message.el (wl-message-button-dispatcher): Use it.
8064
8065         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8066         "In-Reply-To".
8067
8068         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8069         Bind `case-fold-search' to t.
8070
8071 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8072
8073         * wl-xmas.el (wl-message-overload-functions): Initialize
8074         `wl-message-button-map'.
8075
8076         * wl-mule.el (wl-message-overload-functions): Initialize
8077         `wl-message-button-map'.
8078
8079         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8080
8081         * wl-message.el (wl-message-button-map): New keymap.
8082         (wl-message-add-button): New function.
8083         (wl-message-button-dispatcher): New function.
8084         (wl-message-button-refer-article): New function.
8085
8086         * wl-highlight.el
8087         (wl-highlight-message-add-buttons-to-header): New function.
8088         (wl-highlight-headers): Use it.
8089
8090 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8091
8092         * wl-summary.el (wl-summary-default-from): Use
8093         `wl-address-get-petname-1'.
8094         (wl-summary-simple-from): Ditto.
8095
8096         * wl-address.el (wl-address-get-petname-1): New inline function.
8097         (wl-address-get-petname): Use it.
8098
8099 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8100
8101         * wl-summary.el (wl-summary-default-from): Return full-name part
8102         from the address if no petname was found.
8103         (wl-summary-simple-from): Ditto.
8104
8105         * wl-address.el (wl-address-get-petname): Return nil if no petname
8106         associated with the address was found.
8107
8108 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8109
8110         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8111         display is finished.
8112
8113 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8114
8115         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8116         `elmo-folder-exists-p' argument.
8117
8118 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8119
8120         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8121         the folder.
8122
8123 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8126
8127         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8128         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8129
8130 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8131
8132         * wl-folder.el (wl-folder-create-subr): New function.
8133         (wl-folder-confirm-existence): Use it.
8134         (wl-folder-check-one-entity): Use it.
8135         Check the error symbol is derived from 'elmo-open-error.
8136
8137         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8138         `ignore-error'.
8139
8140 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8141
8142         * wl-util.el (toplevel): Add (eval-when-compile (require
8143         'elmo-util)).  (Maybe `provide' is typo.)
8144
8145 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8148         (I don't know why this was needed.)
8149
8150         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8151         Follow up changes for stream-type.
8152
8153         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8154         (wl-draft-elmo-nntp-send): Ditto.
8155
8156         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8157         (wl-nntp-posting-stream-type): Ditto.
8158         (wl-pop-before-smtp-ssl): Abolished.
8159         (wl-nntp-posting-ssl): Ditto.
8160
8161         * wl-address.el (wl-address-quote-specials): New function.
8162         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8163
8164         * wl-draft.el (wl-draft-reply): Ditto.
8165
8166 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8167
8168         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8169         use function `wl-string-match-assoc'.
8170
8171 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8174
8175         * wl-draft.el (wl-draft-deduce-address-list): New function.
8176         (wl-draft-parse-mailbox-list): Ditto.
8177         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8178         instead of `smtp-deduce-address-list'.
8179         (wl-draft-on-field-p): Follow group list.
8180
8181         * wl-address.el (wl-address-concat-token): New function.
8182         (wl-address-string-without-group-list-contents): Ditto.
8183         (wl-complete-field-body): Fixed problem of completion
8184         by japanese petname.
8185         (wl-address-make-completion-list): Rewrite.
8186
8187 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8188
8189         * wl-address.el (wl-address-make-completion-list): Completion by
8190         petname.
8191         (wl-complete-field-body): Likewise.
8192
8193 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8196         contains invalid address syntax.
8197
8198 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8199
8200         * wl-folder.el (wl-folder-check-entity-async): Use
8201         `elmo-nntp-spec-hostname'.
8202
8203 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8204
8205         * wl-summary.el (wl-summary-msgdb-load-async): Use
8206         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8207
8208 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-draft.el (wl-draft-reply): Set argument
8211         `content-transfer-encoding' as nil.
8212
8213 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8214
8215         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8216         `wl-refile-alist'.
8217
8218 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8221         (wl-draft-edit-string): Ditto.
8222         (wl-draft-forward): Ditto.
8223         * wl-summary.el (wl-summary-write): Ditto.
8224
8225 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-summary.el (wl-summary-sync-update3): Call
8228         `wl-summary-buffer-number-column-detect'.
8229         (wl-summary-buffer-number-column-detect): Search from point-min.
8230
8231 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8234         contains an address which is not included in original to or cc.
8235
8236 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8237
8238         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8239         begin-line does not exist.
8240         * wl-message.el (wl-message-uu-substring): Ditto.
8241
8242 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8245         clear local variables.
8246         (wl-summary-exit): Call `elmo-commit'.
8247         (wl-summary-switch-to-clone-buffer): Call
8248         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8249         (wl-summary-goto-folder-subr): Ditto.
8250
8251         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8252         POP folder.
8253
8254 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8257         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8258         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8259         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8260         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8261         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8262
8263         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8264
8265 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8266
8267         * wl-summary.el (wl-summary-search-by-subject):
8268         Search parent message from the latest one.
8269
8270 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8273         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8274
8275         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8276         New user option.
8277
8278         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8279         if elmo-nntp-use-killed-list is nil.
8280         Use `elmo-msgdb-append-to-killed-list'.
8281         (Append numbers confirmed as disappeared to the killed list.)
8282         (wl-summary-confirm-appends): Don't display negative number.
8283
8284 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8285
8286         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8287
8288 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8291         range is `all'.
8292         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8293         `elmo-list-bigger-diff'.
8294
8295 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-summary.el (wl-summary-buffer-exit-func):
8298         New buffer local variable.
8299         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8300
8301 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8302
8303         * wl-demo.el (wl-demo): Fix the last change.
8304
8305 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8306
8307         * wl-demo.el (wl-demo): Don't use `eval'.
8308
8309 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8310
8311         * wl-summary.el (wl-summary-buffer-thread-modified):
8312         New buffer-local variable.
8313         (wl-summary-set-thread-modified): New function.
8314         (wl-summary-thread-modified-p): New function.
8315         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8316         (wl-summary-yank-saved-message): Use function
8317         `wl-summary-set-thread-modified'
8318         (wl-summary-switch-to-clone-buffer): Add
8319         `wl-summary-buffer-thread-modified'.
8320
8321         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8322         (wl-summary-buffer-mark-saved-hook): Ditto.
8323         * wl-summary.el (wl-summary-msgdb-save): New hook
8324         `wl-summary-buffer-message-saved-hook' and
8325         `wl-summary-buffer-mark-saved-hook'.
8326
8327 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8328
8329         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8330
8331 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8332
8333         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8334         don't hide scroll bars under FSF Emacsen because it may incur an
8335         undesirable redrawing.
8336
8337 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-draft.el (wl-draft-edit-string): Call
8340         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8341
8342 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8343
8344         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8345
8346 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8347
8348         * wl-summary.el (wl-summary-msgdb-load-async): Call
8349         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8350
8351 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8352
8353         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8354         fringes in demo buffer; center bitmap logo correctly even if old
8355         Mule is used.
8356
8357 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8358
8359         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8360
8361         * wl-refile.el (wl-refile-subject-alist): New variable.
8362         (wl-refile-subject-alist-file-name): Ditto.
8363         (wl-refile-alist-setup): Rewrite.
8364         (wl-refile-alist-save): Use `elmo-object-save'.
8365         Eliminated arguments.
8366         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8367         (wl-refile-guess-by-subject): New function.
8368         (wl-refile-guess-func-list): Added it.
8369
8370 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8371
8372         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8373         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8374
8375 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8378         New buffer-local variable.
8379         (wl-summary-buffer-next-folder-func): Ditto.
8380         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8381         if non-nil.
8382         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8383         if non-nil.
8384         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8385         if non-nil.
8386         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8387         if non-nil.
8388
8389 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8390
8391         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8392         permanently in the demo buffer.
8393
8394 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8397         `mime-entity-fetch-field'.
8398
8399         * wl.el (wl-exit): Delete plugged buffer.
8400
8401         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8402         XEmacs has menubar feature.
8403
8404 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8405
8406         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8407         cannot arrive at the beginning of the buffer under old Emacsen.
8408
8409 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-address.el (wl-address-ldap-search):
8412         Call `ldap-search-entries' with `withdn' argument t.
8413         (wl-complete-field-body): Bind completion-ignore-case as t.
8414         Clear ldap search hash when it was sole completion.
8415         Use elmo-string for pattern string.
8416         (wl-ldap-alias-safe-string): Eliminated needless let.
8417
8418 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8419
8420         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8421         (wl-ldap-alias-sep): New constant.
8422         (wl-ldap-search-attribute-type-list): Ditto.
8423         (wl-ldap-get-value): New function.
8424         (wl-ldap-make-filter): Ditto.
8425         (wl-ldap-make-matched-value-list): Ditto.
8426         (wl-ldap-alias-safe-string): Ditto.
8427         (wl-ldap-register-dn-string): Ditto.
8428         (wl-address-ldap-search): Rewrite.
8429
8430 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8431
8432         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8433         thread is deleted.
8434         (wl-thread-delete-line-from-buffer): Ditto.
8435         (wl-thread-get-exist-children): New function.
8436
8437 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8438
8439         * wl-demo.el (wl-demo): Made it to select various image types.
8440         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8441         from `wl-title-logo'.
8442         (wl-logo-ascii): New variable.
8443         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8444         (wl-demo-copyright-notice): New constant.
8445
8446         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8447
8448 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-vars.el (wl-summary-target-above): Renamed from
8451         wl-summary-temp-above.
8452         * wl-score.el (wl-score-get-score-alist): Use it.
8453         (wl-summary-score-update-all-lines): Use it.
8454         * wl-summary.el: Ditto. (make-variable-buffer-local).
8455
8456 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-vars.el (wl-ldap-port): New user option.
8459
8460         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8461         Rewite whole implementation.
8462         (wl-complete-field-body): Fixed.
8463
8464 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8465
8466         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8467         Choose implementation at compile time.
8468
8469 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8470
8471         * wl-address.el (wl-ldap-search-internal): New function.
8472         (wl-complete-field-to): Use it.
8473
8474 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8477         Use `let' instead of `let*'.
8478         Require 'wl-vars.
8479
8480         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8481         Define as defcustom.
8482         (wl-ldap-base): Ditto.
8483         (wl-use-ldap): Ditto.
8484
8485 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8486
8487         * wl-address.el (wl-ldap-search): New function.
8488         (wl-complete-field-body): Use `wl-ldap-search'.
8489         (wl-ldap-server): New variable.
8490         (wl-ldap-base): Ditto.
8491         (wl-use-ldap): Ditto.
8492
8493 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8494
8495         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8496         (Pointed out by Mito <mit@nines.nec.co.jp>).
8497         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8498         buffer-local variables like `wl-summary-redisplay-internal'.
8499         (wl-summary-redisplay-all-header): Likewise.  Update
8500         Summary view too.
8501
8502 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-summary.el (wl-summary-jump-to-parent-message):
8505         Consider prefix argument.
8506
8507         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8508         when closed thread is deleted.
8509
8510 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8511
8512         * wl-summary.el (wl-summary-jump-to-parent-message):
8513         Consider thread modification.
8514
8515 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8516
8517         * wl-message.el (wl-message-normal-get-original-buffer): Use
8518         `save-excursion'.
8519
8520         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8521         (wl-summary-showto-folder-regexp): Ditto.
8522
8523 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8524
8525         * wl-util.el (wl-delete-alist): Doc fix.
8526         (wl-delete-associations): New function.
8527         (wl-inverse-alist): New function.
8528         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8529         Split temporary variables. Use `wl-delete-associations'
8530         and `wl-inverse-alist'.
8531         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8532
8533 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl-folder.el (wl-folder-prefetch-entity):
8536         Execute prefetching if new count is unknown.
8537
8538 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8539
8540         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8541
8542         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8543         delete entity.
8544         (wl-thread-set-parent): If insert as top, set linked as nil.
8545
8546         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8547         `wl-thread-cleanup-symbols' when view mode is thread.
8548
8549 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8550
8551         * wl-folder.el (wl-folder-create-folder-entity): Use
8552         with-current-buffer.
8553         (wl-local-folder-init): Call set-buffer to make sure we are in
8554         the Folder buffer. Don't touch buffer-local variables here.
8555         (wl-folder-mode): Initialize buffer-local variables here.
8556
8557         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8558         (wl-folder-entity-assign-id): Ditto.
8559         (wl-folder-create-entity-hashtb): Ditto.
8560         (wl-local-folder-init): Ditto.
8561         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8562
8563 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8564
8565         * wl-summary.el (wl-summary-default-from): Fix probrem when
8566         std11-extract-address-components return (nil "foo@bar").
8567
8568 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8569
8570         * wl-draft.el (wl-draft-clone-local-variables):
8571         Remove redundant `setq'.
8572
8573 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8576         Bind wl-highlight-x-face-func as nil while highlighting header.
8577
8578 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8579
8580         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8581
8582 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8583
8584         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8585         elmo-msgdb-overview-hashtb from copy-variables.
8586         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8587         instead of `elmo-msgdb-overview-get-entity-by-number'.
8588         (wl-summary-auto-refile): Ditto.
8589
8590         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8591         `elmo-msgdb-overview-get-entity' instead of
8592         `elmo-msgdb-search-overview-entity'.  Use
8593         `elmo-msgdb-overview-get-entity' instead of
8594         `elmo-msgdb-overview-get-entity-by-number'.
8595         (wl-thread-insert-entity-sub): Ditto.
8596         (wl-thread-insert-message): Ditto.
8597
8598         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8599         `elmo-msgdb-overview-get-entity'.
8600         (wl-normal-message-redisplay): Ditto.
8601
8602 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8603
8604         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8605         `wl-thread-entities'.
8606         (wl-thread-delete-message): Fix remove top message from
8607         `wl-thread-entity-list'.
8608
8609         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8610         wl-append(nconc), because update-list is broken on Meadow.
8611
8612         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8613         updating process.
8614         (wl-summary-rescan): Ditto.
8615         (wl-summary-sync-update3): Ditto.
8616         * wl-thread.el (wl-thread-set-parent): Renamed from
8617         `wl-summary-set-parent'.
8618         (wl-thread-insert-message): Updating buffer faster.
8619         (wl-thread-delete-message): Updating buffer faster.
8620
8621         * wl-score.el (wl-summary-score-update-all-lines): Changed
8622         interval for display progress gauge.
8623
8624 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8625
8626         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8627         folder always-sticky.
8628         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8629         defmacro.
8630
8631 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-vars.el (wl-draft-add-references): New user option.
8634
8635         * wl-draft.el (wl-draft-add-references): New function.
8636         (wl-draft-yank-from-mail-reply-buffer): Use it.
8637         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8638         as nil.
8639
8640 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8641
8642         * wl-thread.el (wl-thread-update-line-msgs): Called
8643         `wl-thread-update-line-on-buffer-sub'.
8644         (wl-thread-update-line-on-buffer): Delete routine of inserting
8645         thread.
8646         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8647         moved from `wl-thread-update-line-on-buffer'.
8648         Add threshold for displaying progress gauge.
8649         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8650         argument of `wl-thread-update-line-msgs'.
8651         Add threshold for displaying progress gauge.
8652         * wl-folder.el:
8653         Add threshold for displaying progress gauge.
8654         * wl-score.el: Ditto.
8655
8656         * wl-expire.el (wl-summary-expire): Display deleting info.
8657
8658 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8661         `no-msg'.
8662         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8663         argument of `wl-thread-update-line-msgs'.
8664         (wl-summary-set-parent): Added optional argument `parent-number'.
8665         (wl-summary-buffer-saved-message): New buffer local variable.
8666         (wl-summary-save-current-message): New command.
8667         (wl-summary-yank-saved-message): Ditto.
8668         (wl-summary-mode-map): Added key binding for
8669         `wl-summary-save-current-message' (\ew) and
8670         `wl-summary-yank-saved-message' (\C-y).
8671         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8672
8673 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-summary.el (wl-summary-mode-map): Added key binding for
8676         `wl-summary-set-parent' (ts).
8677
8678 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8679
8680         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8681         subject faster. If thread number is reverse, delayed updating
8682         thread.
8683         (wl-summary-search-by-subject): Ditto.
8684         (wl-summary-put-alike): Ditto.
8685         (wl-summary-get-alike): Ditto.
8686         (wl-summary-insert-headers): Insert header of all overview in
8687         buffer.
8688         (wl-summary-rescan): Delayed updating thread. Kill search subject
8689         buffer for wl-summary-search-by-subject.
8690         (wl-summary-sync-update3): Ditto.
8691         (wl-summary-exit): Ditto.
8692         (wl-summary-goto-bottom-of-current-thread): Change for linked
8693         thread.
8694         (wl-summary-overview-create-summary-line): Change line for linked
8695         thread.
8696
8697         * wl-summary.el (wl-summary-update-thread): Use
8698         wl-thread-maybe-get-children-num.
8699         (wl-summary-set-parent): If change parent, move sub thread.
8700         (wl-summary-redisplay-internal): Add horizontal recenter.
8701         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8702
8703         * wl-thread.el (wl-thread-entity-get-linked): New function.
8704         (wl-thread-entity-set-linked): New function.
8705         (wl-thread-create-entity): Add linked element.
8706         (wl-thread-entity-insert-as-top): Use wl-append.
8707         (wl-thread-maybe-get-children-num): If closing thread, return
8708         children msgs.
8709         (wl-thread-update-line-msgs): Displaying progress message.
8710         (wl-thread-update-line-on-buffer-sub): Use
8711         wl-thread-maybe-get-children-num.
8712         (wl-thread-update-line-on-buffer): If update line is not exists,
8713         insert thread.
8714         (wl-thread-delete-message): If delete top msg of thread, search
8715         parent by subject.
8716         (wl-thread-insert-entity): Use
8717         wl-thread-maybe-get-children-num.
8718
8719         * wl-highlight.el (wl-highlight-summary-current-line): change
8720         sregexp for linked thread.
8721         * wl-util.el (wl-count-lines): Count lines.
8722         (wl-horizontal-recenter): horizontal recenter.
8723         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8724         (wl-score-get-alike): Ditto.
8725         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8726         (wl-subject-length-limit): New variable.
8727         (wl-highlight-thread-indent-string-regexp): Changed for linked
8728         thread.
8729
8730 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8733         New variable (revival).
8734         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8735         by subject matching if there's no in-reply-to nor references field
8736         (revival).
8737
8738 \f
8739 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8742         message.
8743
8744 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-summary.el (wl-summary-reply): Return t if there was a
8747         message at cursor point.
8748         Added unwind-protect.
8749         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8750         returns t.
8751         (wl-summary-cancel-message): Do nothing when there's no message at
8752         cursor point.
8753         (wl-summary-forward): Ditto.
8754         (wl-summary-jump-to-parent-message): Ditto.
8755         (wl-summary-reedit): Ditto.
8756         (wl-summary-edit-addresses): Ditto.
8757         (wl-summary-pipe-message): Ditto.
8758         (wl-summary-print-message-with-ps-print): Ditto.
8759         (wl-summary-print-message): Ditto.
8760         (wl-summary-mark-as-important): Ditto.
8761         (wl-summary-mark-as-unread): Ditto.
8762
8763         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8764         message at cursor point.
8765         (wl-summary-reply-with-citation): Remove unwind-protect.
8766
8767         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8768         subject searching feature.
8769         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8770         Eliminated.
8771
8772 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8775         New variable.
8776         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8777         by subject matching if there's no in-reply-to nor references field.
8778
8779         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8780
8781         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8782         when display is finished.
8783         (wl-folder-open-all): Ditto.
8784         (wl-folder-update-access-group): Ditto.
8785         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8786         * wl-thread.el (wl-thread-close-all): Ditto.
8787
8788         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8789         progress gauge only when it was displayed.
8790         * wl-folder.el (wl-folder-insert-entity): Ditto.
8791
8792 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-summary.el (wl-summary-incorporate): Enclose
8795         `wl-summary-sync-force-update' with save-excursion.
8796
8797 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8798
8799         * wl-summary.el (wl-summary-prefetch-region):
8800         Pass current cursor point to `pos-visible-in-window-p' after
8801         moving cursor to the started point.
8802
8803 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8804
8805         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8806
8807         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8808         fields from the forwarding message.
8809         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8810         `ignored-fields'.
8811
8812 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-mime.el (wl-message-request-partial):
8815         Eliminated argument `msgdb'.
8816         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8817         (wl-mime-combine-message/partial-pieces): Likewise.
8818         * tm-wl.el (wl-message-request-partial): Likewise.
8819         (wl-mime-combine-message/partial-pieces): Likewise.
8820
8821 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8822
8823         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8824         when display is finished.
8825
8826 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8827
8828         * wl-summary.el (wl-summary-goto-folder-subr):
8829         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8830
8831 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8832
8833         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8834         when cursor point is visible.
8835
8836 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-expire.el (wl-expire-archive-get-max-number):
8839         Don't use `file-name-directory'.
8840
8841 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-expire.el (wl-expire-archive-get-max-number):
8844         Use `file-name-directory'.
8845
8846 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8849         only when there is progress.
8850
8851 2000-04-13  Mito <mit@nines.nec.co.jp>
8852
8853         * wl-summary.el (wl-summary-sync-marks): Display progress.
8854
8855 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8858         (wl-summary-prev): Move cursor regardless of unread status.
8859         (wl-summary-next): Ditto.
8860
8861 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8864         Added argument `target' and `number'.
8865         * tm-wl.el (wl-summary-burst-subr): New function.
8866         (wl-summary-burst): Use it.
8867
8868 2000-04-10  Mito <mit@nines.nec.co.jp>
8869
8870         * wl-mime.el (wl-burst): New function.
8871         (wl-summary-burst): Use it.
8872
8873 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8874
8875         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8876         as petname when there's no candidate.
8877
8878 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8881         New variable.
8882         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8883
8884         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8885
8886         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8887
8888 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8891         Use substring of `original' instead of buffer-substring.
8892         (wl-refile-evaluate-rule):
8893         Set `original' argument of wl-refile-expand-newtext.
8894
8895         * wl-summary.el
8896         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8897         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8898         (wl-summary-auto-refile): Check existence of destination folder just
8899         before marking.
8900
8901 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8902
8903         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8904         when wl-refile-get-field-value return nil.
8905
8906 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8907
8908         * wl-refile.el
8909         (wl-refile-expand-newtext): New function imported from Gnus.
8910         (wl-refile-evaluate-rule): Use it.
8911
8912 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8913
8914         * wl-summary.el (wl-summary-print-destination):
8915         Duplicate folder string to avoid putting text-property on
8916         original string.
8917
8918         * wl-refile.el (wl-refile-get-field-value): New function.
8919         (wl-refile-evaluate-rule): New function;
8920         Evaluate refile rule recursively.
8921         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8922         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8923         New function; Check existence of a target folder recursively.
8924         (wl-summary-auto-refile-check-refile-rule-alist):
8925         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8926
8927 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8930
8931         * wl-folder.el (wl-create-folder-entity-from-buffer):
8932         Fixed problem when '}' character is contained in folder name.
8933
8934         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8935
8936 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8937
8938         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8939         (wl-fldmgr-add-completion-all-completions):
8940         Use wl-fldmgr-add-completion-hashtb.
8941
8942 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8943
8944         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8945         wl-fldmgr-add-completion-subr): New functions.
8946         * wl-folder.el (wl-folder-completion-func): New variable.
8947         * wl-summary.el (wl-summary-read-folder):
8948         Use wl-folder-completion-func.
8949
8950         * wl-refile.el: Eliminate throw & catch.
8951
8952         * wl.el (wl-plugged-sending-queue-status): Fixed.
8953
8954 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8955
8956         * wl-draft.el (wl-draft): Put category property on
8957         mail-header-separator.