Update.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-summary.el (wl-summary-update-folder-info): New function derived from
4         `wl-summary-folder-info-update'.
5         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
6         instead of `wl-summary-folder-info-update'.
7         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
8         `wl-folder-set-folder-updated'.
9         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
10         instead of `wl-folder-update-unread'.
11         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
12         the value of `wl-summary-buffer-unread-count' for the second parameter of
13         `wl-folder-update-unread'.
14
15 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
16
17         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
18         a local variable.
19
20 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
21
22         * wl-spam.el (wl-summary-mark-spam): Show message only if call
23         interactively.
24
25         * wl-summary.el (wl-summary-mark-as-important-internal): New
26         internal function.
27         (wl-summary-mark-as-important): Use it.
28         (wl-summary-mark-as-unimportant): New function.
29         (wl-summary-sync-marks): Follow the API change.
30
31         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
32
33         * wl-mime.el (wl-summary-burst): Check target folder is writable.
34
35 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
36
37         * wl-folder.el (wl-folder-update-unread): Re-indent.
38         Narrow the scope of a local variable.
39
40 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
43         (wl-addrmgr-merge-entries): Ditto.
44         (wl-addrmgr): Added to address entry which exists in draft buffer
45         if no entry is in original.
46
47 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
48
49         * wl-batch.el: New file.
50
51 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53         * wl-vars.el (wl-use-semi): Remove unused variable.
54
55 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
56
57         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
58         "?".
59
60 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
63         wl-summary-new-mark.
64         (wl-summary-new-cached-mark): New user option.
65         (wl-summary-score-marks): Follow the change above.
66         (wl-summary-auto-refile-skip-marks): Ditto.
67         (wl-summary-incorporate-marks): Ditto.
68         (wl-summary-expire-reserve-marks): Ditto.
69
70         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
71
72         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
73         (wl-summary-persistent-mark-string): Distinguished between cached
74         and uncached mark when the message is new.
75
76 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-spam.el (wl-spam-domain): Renamed from
79         `wl-spam-folder-guess-domain'.
80         (wl-summary-exec-action-spam): Register as spam if domain of the
81         source folder is good.
82         (wl-summary-exec-action-refile-with-register): Register message if
83         domain of the source folder is not undecided.
84
85 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
88         detect thread loop.
89
90 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
91
92         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
93         and wl-summary-skip-mark-list.
94
95 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
98
99         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
100
101         * wl-spam.el (toplevel): Require wl-highlight.
102         (wl-spam-auto-check-policy-alist): Abolish.
103         (wl-spam-auto-check-folder-regexp-list): New user option.
104         (wl-spam-auto-check-marks): Ditto.
105         (wl-spam-mark-action-list): Ditto.
106         (wl-highlight-summary-spam-face): New face.
107         (wl-spam-auto-check-message-p): New function.
108         (wl-spam-map-spam-messages): Fixed message.
109         (wl-spam-register-spam-messages): Ditto.
110         (wl-spam-register-good-messages): Ditto.
111         (wl-summary-spam-map): Add and remove keybind.
112         (wl-summary-target-mark-spam): Abolish.
113         (wl-summary-refile-spam): Ditto.
114         (wl-summary-test-spam): New function.
115         (wl-summary-mark-spam): Ditto.
116         (wl-summary-auto-check-spam): Follow the above change.
117         (wl-summary-exec-action-spam): New function.
118         (wl-summary-exec-action-refile-with-register): Fixed message.
119         (wl-message-check-spam): New function.
120         (wl-spam-setup): Ditto.
121         (toplevel): Call it if this file is loaded interactivity.
122
123         * Version number is increased to 2.11.20.
124
125 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
128         when new optional argument `force' is non nil or modified.
129
130 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl.el (toplevel): Require wl-spam when compile.
133         (wl-save-status): Call wl-spam-save-status.
134
135         * wl-spam.el (wl-spam-register-spam-messages): New function.
136         (wl-spam-register-good-messages): Ditto.
137         (wl-spam-save-status): Ditto.
138         (wl-summary-mode-map): Bind
139         wl-summary-target-mark-register-as-spam to "ms" and
140         wl-summary-target-mark-register-as-good to "mn".
141         (wl-summary-register-as-spam): Abolish optional argument; Use
142         wl-spam-register-spam-messages.
143         (wl-summary-register-as-spam-all): Use
144         wl-spam-register-spam-messages.
145         (wl-summary-register-as-good): Abolish optional argument; Use
146         wl-spam-register-good-messages.
147         (wl-summary-register-as-good-all): Use
148         wl-spam-register-good-messages.
149         (wl-summary-target-mark-register-as-spam): New funtion.
150         (wl-summary-target-mark-register-as-good): Ditto.
151
152 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * wl-spam.el: New file.
155
156 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
159
160         * wl-action.el (wl-auto-refile-guess-functions): New variable.
161         (wl-summary-auto-refile): Call wl-refile-guess with
162         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
163
164 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
167         with disable-thread argument non-nil.
168
169 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-summary.el (wl-summary-rescan): Added optional argument
172         disable-thread.
173         (wl-summary-sync): Call wl-summary-rescan with argument
174         disable-thread.
175         (wl-summary-input-range): Added new range `rescan-thread'.
176
177 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
178
179         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
180
181 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
184         internal variable.
185         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
186         wl-summary-search-parent-by-subject-regexp and
187         wl-summary-divide-thread-when-subject-changed as nil.
188         (wl-summary-insert-sequential): If entity is nil, nothing to do.
189         (wl-summary-insert-thread): Search parent entity from
190         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
191         thread loop.
192
193 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
194
195         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
196
197         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
198
199         * wl-util.el (wl-require-update-all-folder-p): New function.
200         (wl-get-assoc-list-value): Added `function' to match directive.
201         (wl-collect-draft): Rewrite.
202
203         * wl-summary.el (wl-summary-sync-update): Clear faces
204         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
205         are non-nil.
206         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
207         argument as function.
208         (wl-summary-input-range): Ditto.
209
210         * wl-folder.el (wl-draft-get-folder): New function.
211         (wl-folder-get-elmo-folder): Consider draft folder.
212
213         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
214         (wl-draft-buffer-message-number): New buffer local variable.
215         (wl-draft-folder-internal): New internal variable.
216         (wl-draft-delete): Rewrite.
217         (wl-draft-save): Ditto.
218         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
219         wl-folder-get-elmo-folder.
220         (wl-draft-config-info-operation): Ditto.
221         (wl-jump-to-draft-folder): Ditto.
222         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
223         (wl-draft-reedit): Rewrite.
224
225         * Version number is increased to 2.11.19.
226         
227 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
228
229         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
230         variable.
231
232 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
235         Use ignore-errors instead of unwind-protect.
236
237 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
238
239         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
240         for updating `wl-thread-entity-list'.
241
242 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
243
244         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
245         parameter from calling `wl-thread-entity-get-older-brothers' and
246         `wl-thread-entity-get-younger-brothers'.
247         Replace nested `append' with a single one.
248
249 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-mode): Don't use the return value of
252         `make-local-hook'.
253
254 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
255
256         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
257         instead of `let*'.
258         (wl-thread-delete-message): Likewise.  Split and narrow the scope
259         of local variables.
260
261 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
264         Renamed from wl-summary-window-scroll-functions.
265         (wl-summary-window-scroll-functions): Don't set to variable.
266         (wl-summary-display-top): Use run-hooks.
267         (wl-summary-display-bottom): Ditto.
268         (wl-summary-toggle-disp-msg): Ditto.
269         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
270         Use it instead of wl-summary-window-scroll-functions.
271         (wl-summary-goto-folder-subr): Don't call
272         wl-summary-window-scroll-functions, use
273         wl-summary-buffer-window-scroll-functions instead.
274
275 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
278         make-local-variable.
279
280 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
281
282         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
283         set-buffer-modified-p.
284         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
285         (wl-summary-display-bottom): Ditto.
286         (wl-summary-toggle-disp-msg): Ditto.
287
288 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
291
292         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
293         (wl-summary-forward): Use elmo-message-entity-field instead of
294         elmo-message-field.
295
296         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
297
298 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-summary.el (wl-summary-window-scroll-functions): No use
301         `append'.
302
303 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
304
305         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
306         function.
307         (wl-summary-window-scroll-functions): Call it when both
308         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
309         (wl-summary-temp-mark): Added optional argument number.
310         (wl-summary-message-mark): Added optional argument flag.
311         (wl-summary-persistent-mark): Added optional argument number and flag.
312         (wl-summary-update-persistent-mark): Ditto.
313         (wl-summary-update-status-marks): Set "r" for interactive spec.
314
315         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
316         argument number and flag.
317
318         * wl-action.el (wl-summary-registered-temp-mark): 
319         Do nothing when wl-summary-buffer-temp-mark-list is nil.
320
321 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
324         internal variable (buffer local).
325         (wl-summary-window-scroll-functions): New function.
326         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
327         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
328         as nil.
329         (wl-summary-update-status-marks): Added arguments beg, end and
330         check.
331         (wl-summary-update-mark-window): Use function.
332         (wl-summary-sync-update): Follow the change above.
333         (wl-summary-switch-to-clone-buffer): Copy
334         wl-summary-buffer-unsync-mark-number-list.
335         (wl-summary-goto-folder-subr): Set
336         wl-summary-buffer-unsync-mark-number-list and
337         use wl-summary-window-scroll-functions insteaf of
338         wl-summary-lazy-highlight.
339
340         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
341
342 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
345
346         * wl-summary.el (wl-summary-update-persistent-mark): Call
347         wl-summary-set-message-modified.
348
349         * wl-summary.el (wl-summary-sync-update): Don't call
350         wl-summary-update-status-marks.
351
352         * Version number is increased to 2.11.18.
353
354 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
355
356         * wl-message.el (wl-message-prev-page): Use save-selected-window.
357         (wl-message-next-page): Ditto.
358
359 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
360
361         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
362         local variable.  Change the order of a collected list into the
363         same as the specified range.  Remove nil from a collected list.
364
365 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-summary.el (wl-summary-insert-headers): Set visible-only
368         argument for elmo-folder-list-messages.
369
370 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
373         change (wl-summary-count-unreads return a list instead of a cons
374         cell).
375
376 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
377
378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
379         `wl-summary-folder-info-update'.
380
381 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el (wl-summary-set-message-modified): No use
384         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
385         (wl-summary-set-mark-modified): Abolish.
386         (wl-summary-mark-modified-p): Ditto.
387         (wl-summary-save-view): Follow the change above.
388
389         * wl-expire.el (wl-summary-expire): Likewise.
390
391 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-summary.el (wl-summary-detect-mark-position): Use
394         modb-entity-handler.
395         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
396
397         * Version number is increased to 2.11.17.
398
399 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
400
401         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
402         entity field value.
403         (wl-summary-prefetch-msg): Ditto.
404         (wl-summary-print-message-with-ps-print): Ditto.
405
406 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
409         for dummy entity.
410         (wl-summary-insert-thread): Use elmo-message-entity-field.
411         (wl-summary-update-thread): Use elmo-message-entity-field and
412         elmo-message-entity-number.
413         (wl-summary-line-number):  Use elmo-message-entity-number.
414         (wl-summary-line-size): Use elmo-message-entity-field.
415         (wl-summary-line-subject): Ditto.
416         (wl-summary-line-from): Ditto.
417         (wl-summary-line-attached): Ditto.
418         (wl-summary-create-line): Ditto.
419         (wl-summary-create-line): Use elmo-message-entity-number.
420         (wl-summary-print-message-with-ps-print): Use
421         elmo-message-entity-field.
422
423 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
424
425         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
426         change in elmo-msgdb-make-message-entity.
427         (wl-summary-buffer-set-folder): Don't call
428         wl-summary-detect-mark-position here.
429         (wl-summary-rescan): Call elmo-message-entity-number.
430         (wl-summary-sync-update): Ditto.
431         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
432
433         * wl-score.el (wl-score-header-index): Redefine 2th element.
434         (wl-score-overview-entity-get-extra): Abolish.
435         (wl-score-ov-entity-get): Rewrite.
436         (wl-score-string-index<, wl-score-string-func<): Abolish.
437         (wl-score-string<): New function.
438         (wl-score-string-sort): Use it.
439
440         * wl-refile.el (wl-refile-guess-by-history): Use
441         elmo-message-entity-field.
442         (wl-refile-guess-by-from): Ditto.
443         (wl-refile-guess-by-msgid): Ditto.
444
445         * Version number is increased to 2.11.16.
446
447 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-folder.el (wl-folder-confirm-existence): Don't call
450         file-exists-p if msgdb-path is nil.
451         * wl-summary.el, wl-draft.el, wl-action.el: Rename
452         `wl-read-folder-hist' to `wl-read-folder-history'.
453
454 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
455
456         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
457         `y-or-n-p'.
458
459 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-score.el (wl-score-headers): Don't use
462         elmo-folder-do-each-message-entity.
463
464         * Version number is increased to 2.11.15.
465
466 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
467
468         * wl-summary.el (wl-summary-delete-all-msgs): Use
469         elmo-folder-move-messages instead of elmo-folder-delete-messages
470         and elmo-folder-detach-messages.
471         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
472
473         * wl-expire.el (wl-expire-delete): Ditto.
474         (wl-expire-refile-with-copy-reserve-msg): Ditto.
475
476 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
477
478         * wl-vars.el (wl-message-use-header-narrowing): New user option.
479         (wl-message-header-narrowing-fields): Ditto.
480         (wl-message-header-narrowing-lines): Ditto.
481         (wl-message-header-narrowing-string): Ditto.
482
483         * wl-summary.el (wl-summary-mode-map): Bind
484         wl-summary-toggle-header-narrowing to "C-cC-f".
485         (wl-summary-toggle-header-narrowing): New function.
486
487         * wl-message.el (wl-message-buffer-create): Call
488         wl-message-header-narrowing-setup.
489         (wl-message-redisplay): Call wl-message-header-narrowing.
490         (wl-message-header-narrowing): New function.
491         (wl-message-header-narrowing-map): New keymap.
492         (wl-message-header-narrowing-widen-map): New keymap.
493         (wl-message-header-narrowing-again-at-mouse): New function.
494         (wl-message-header-narrowing-1): Ditto.
495         (wl-message-header-narrowing-widen-at-mouse): Ditto.
496         (wl-message-header-narrowing-setup): Ditto.
497         (wl-message-header-narrowing-toggle): Ditto.
498         
499         * wl-highlight.el (wl-message-header-narrowing-face): New face.
500
501         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
502         'flag as all.
503         (wl-use-flag-folder-help-echo): New user option.
504
505         * wl-summary.el (wl-summary-detect-mark-position): Bind 
506         wl-summary-highlight as nil.
507         (wl-summary-set-mark-modified): Follow the API change.
508         (wl-summary-mark-modified-p): Ditto.
509         (wl-summary-mark-as-read-all): Ditto.
510         (wl-summary-sync-marks): Don't call
511         elmo-folder-list-messages-with-global-mark.
512         (wl-summary-mark-as-read-internal): Follow the API change.
513         (wl-summary-mark-as-answered-internal): Ditto.
514         (wl-summary-mark-as-important): Cause an error when 'flag folder;
515         Follow the API change.
516         (wl-summary-create-line): Call with number argument.
517         (wl-summary-reply): Follow the API change.
518
519         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
520         function.
521         (wl-highlight-summary-line-string): Call it when
522         wl-use-flag-folder-help-echo is non-nil.
523         (wl-highlight-summary-current-line): Ditto.
524         (elmo-flag-folder-referrer): Added autoload setting.
525
526         * wl-draft.el (wl-draft-kill): Follow the API change.
527
528         * Version number is increased to 2.11.14.
529         
530 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
533
534 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * Version number is increased to 2.11.13.
537
538 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-draft.el (wl-draft-previous-history-element): Fixed
541         unbalanced parenthesis and bind unbound local variables.
542
543 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-draft.el (wl-draft-previous-history-element): New function.
546         (wl-draft-next-history-element): Ditto.
547         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
548         them to M-p and M-n.
549
550 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * Version number is increased to 2.11.12.
553
554 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-draft.el (wl-draft-hide): Select buffer-window.
557
558 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
559
560         * wl-summary.el (wl-summary-narrow-to-region): New function.
561         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
562         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
563         (wl-summary-save-region): Use it.
564         * wl-action.el (wl-summary-collect-numbers-region)
565         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
566
567 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-folder.el (wl-folder-count-incorporates): Don't use
570         `elmo-msgdb-mark-load'
571
572         * Version number is increased to 2.11.11.
573
574 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
577         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
578
579 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
580
581         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
582
583 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * Version number is increased to 2.11.10.
586
587 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-mime.el (wl-draft-attribute-value): Fixed.
590
591 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-util.el (wl-copy-local-variables): New function.
594
595         * wl-mime.el (wl-draft-attribute-recipients): New function.
596         (wl-draft-attribute-envelope-from): Ditto.
597         (wl-draft-attribute-smtp-posting-server): Ditto.
598         (wl-draft-attribute-smtp-posting-port): Ditto.
599         (wl-draft-attribute-value): Ditto.
600         (wl-draft-preview-message): Use it to get value for
601         attributes. Reflect result of `wl-draft-config'.
602
603         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
604         and call `wl-summary-mark-as-read' before to call
605         `wl-summary-unset-mark'.
606         (wl-summary-target-mark-mark-as-unread): Likewise.
607         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
608
609 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
610
611         * wl-mime.el (wl-draft-preview-message): Use actual value for
612         attributes; Fix for small window.
613
614 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-refile.el (wl-refile-get-field-value): Call
617         `elmo-message-entity-field' with 3rd argument is non-nil.
618
619 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
620
621         * wl-vars.el (wl-draft-preview-attributes): New user option.
622         (wl-draft-preview-attributes-list): Ditto.
623         (wl-draft-preview-attributes-buffer-lines): Ditto.
624         (wl-draft-preview-attributes-buffer-name): Ditto.
625
626         * wl-mime.el (wl-draft-preview-message): Display attributes.
627
628 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-summary.el (wl-summary-detect-mark-position): Bind
631         wl-summary-flag-priority-list to '(new).
632
633 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
636         funtion.
637         (wl-highlight-summary-line-string): Use it.
638         (wl-highlight-summary-current-line): Ditto.
639
640 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
641
642         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
643         line even when the mark string is not changed.
644
645         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
646         argument change in the wl-summary-create-line.
647         (wl-thread-insert-entity-sub): Ditto.
648
649         * wl-summary.el (wl-summary-detect-mark-position): Follow the
650         argument change in the wl-summary-create-line.
651         (wl-summary-insert-sequential): Ditto.
652         (wl-summary-update-thread): Ditto.
653         (wl-summary-persistent-mark-string): New inline function.
654         (wl-summary-message-mark): Use it.
655         (wl-summary-create-line): Abolish argument wl-persistent-mark
656         and added wl-flags, wl-cached.
657
658         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
659         mark to flags.
660         (wl-highlight-summary-current-line): Decide the face not by the 
661         persistent mark but flags.
662
663 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
666         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
667         wl-summary-read-uncached-mark): Revive.
668         (wl-summary-answered-cached-mark,
669         wl-summary-answered-uncached-mark): New user option.
670         (wl-summary-score-marks): Follow the change above.
671         (wl-summary-auto-refile-skip-marks): Ditto.
672         (wl-summary-incorporate-marks): Ditto.
673         (wl-summary-expire-reserve-marks): Ditto.
674         (wl-summary-flag-priority-list): New user option.
675
676         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
677         changes.
678         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
679         of elmo-message-mark.
680         (wl-summary-mark-as-read-internal): Ditto.
681         (wl-summary-mark-as-answered): Ditto.
682         (wl-summary-mark-as-important): Ditto.
683         (wl-summary-redisplay-internal): Ditto.
684         (wl-summary-redisplay-no-mime-internal): Ditto.
685         (wl-summary-message-mark): New function.
686         (wl-summary-insert-sequential): Use wl-summary-message-mark
687         instead of elmo-message-mark.
688         (wl-summary-update-thread): Ditto.
689         (wl-summary-persistent-mark): Ditto.
690         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
691         instead of elmo-message-mark.
692
693         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
694         wl-summary-message-mark instead of elmo-message-mark.
695         (wl-thread-insert-entity-sub): Ditto.
696         (wl-thread-get-children-msgs-uncached): Ditto.
697
698         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
699         variable name changes.
700         (wl-highlight-summary-current-line): Ditto.
701
702         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
703         wl-summary-message-mark instead of elmo-message-mark.
704
705         * wl-expire.el (wl-expire-message-p): Ditto.
706
707         * wl-score.el (wl-score-headers): Ditto.
708
709         * Version number is increased to 2.11.9.
710
711         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
712         (wl-summary-sync-update): Follow the change above.
713         (wl-summary-switch-to-clone-buffer): Ditto.
714         (wl-summary-open-folder): Ditto.
715
716 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
719         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
720
721         * Version number is increased to 2.11.8.
722
723         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
724
725         * wl-expire.el (wl-expire-refile): Follow the API change on
726         `elmo-folder-move-messages'.
727         (wl-expire-refile-with-copy-reserve-msg): Ditto.
728
729         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
730         (wl-summary-exec-action-refile): Ditto.
731         (wl-summary-exec-action-copy): Ditto.
732         (wl-summary-no-auto-refile-message-p): No use
733         `wl-summary-buffer-msgdb'.
734         (wl-summary-auto-refile): Ditto.
735
736 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
739
740 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-summary.el (wl-summary-sync): Treat no-sync.
743
744         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
745         (wl-default-sync-range): Ditto.
746
747 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-refile.el (wl-refile-subject-learn): Call
750         `elmo-message-entity-field' with 3rd argument is non-nil.
751         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
752         instead of `elmo-msgdb-overview-entity-get-subject'.
753
754 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
755
756         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
757         scan-type is rescan.
758         (wl-summary-delete-all-temp-marks): Remove scored mark too when
759         new optional argument force is non-nil.
760         (wl-summary-save-view-cache): Call it with force argument non-nil.
761
762         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
763
764 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-action.el (wl-summary-print-argument): Fixed last change.
767
768 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
771         simplified.
772         (wl-summary-target-mark-mark-as-unread): Likewise.
773         (wl-summary-target-mark-mark-as-important): Likewise.
774
775 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
778         * wl-summary.el (wl-summary-mark-as-important): Arranged.
779         (wl-summary-mark-as-important-region): Change accordingly.
780         (wl-summary-target-mark-mark-as-important): Ditto.
781
782 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
785
786         * wl-action.el (wl-summary-print-argument): Print argument to
787         right side of window if `wl-summary-print-argument-within-window'
788         is non-nil.
789
790 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
791
792         * wl-action.el (wl-summary-set-mark): Use
793         `wl-summary-message-visible-p' to check visibility of the message
794         and jump to message only when the message line is visible and have
795         different number; Call wl-summary-unset-mark with number argument.
796         (wl-summary-unset-mark): 
797         Use `wl-summary-message-visible-p'
798         to check visibility of the message and jump to message only when
799         the message line is visible and have different number;
800
801 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * Version number is increased to 2.11.7.
804
805         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
806         and wl-folder-summary-line-format.
807
808         * wl-summary.el (wl-summary-message-visible-p): New inline function.
809         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
810         (wl-summary-set-score-mark): Use it.
811         (wl-summary-target-mark-mark-as-read): Ditto.
812         (wl-summary-target-mark-mark-as-unread): Ditto.
813         (wl-summary-target-mark-mark-as-important): Ditto.
814         (wl-summary-target-mark-msgs): Simplified.
815         (wl-summary-detect-mark-position): Fixed problem when
816         summary-line-format no contain persisten/temp mark spec.
817         (wl-summary-temp-mark): Ditto.
818         (wl-summary-persistent-mark): Ditto.
819         (wl-summary-update-persistent-mark): Ditto.
820
821         * wl-action.el (wl-summary-set-mark): Ditto.
822         (wl-summary-unset-mark): Ditto.
823         All other related portions are changed.
824
825 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * Version number is increased to 2.11.6.
828
829 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
830
831         * wl-util.el (wl-current-message-buffer): Define as function;
832         Don't use the value of wl-messge-buffer.
833
834         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
835         persistent mark.
836
837         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
838         no current message, cause an error.
839
840 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-summary-set-message-modified): Use
843         elmo-folder-set-message-modified instead of
844         elmo-folder-set-message-modified-internal.
845
846 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
849         interactively.
850         (wl-summary-sync): nokill->entirely.
851         (wl-summary-sync-marks): Fixed message.
852         (wl-summary-input-range): Added mark, nokill->entirely.
853
854         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
855         messages as read.
856
857 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
858
859         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
860         update-noscore.
861         (wl-summary-sync): Follow the change above.
862
863 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-action.el (wl-summary-target-mark-all): Use
866         elmo-folder-list-messages.
867
868 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
871         (wl-summary-rescan): Set wl-summary-scored as nil.
872         (wl-summary-sync-force-update): Follow the change above.
873         (wl-summary-sync): Ditto.
874         (wl-summary-sync-update): Added argument disable-killed.
875         (wl-summary-insert-headers): Set visible-only argument for
876         elmo-folder-list-messages.
877         (wl-summary-input-range): Added update-nokill, update-noscore,
878         all-nokill, all-noscore and mark.
879
880         * Version number is increased to 2.11.5.
881
882         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
883
884 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
887         (wl-summary-prefetch-region-no-mark): Change accordingly.
888         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
889
890 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-address.el (wl-complete-field-to): Abolished.
893         (wl-complete-address): Completion function for completing-read.
894         * wl-action.el (wl-summary-get-resend-address): Use it.
895
896         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
897         wl-summary-update-mark and abolish unused argument.
898         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
899         (wl-summary-delete-cache, wl-summary-resume-cache-status)
900         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
901         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
902         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
903         * wl-draft.el (wl-draft-kill): Ditto.
904
905         * wl-summary.el: Remove unused binding of case-fold-search.
906         (wl-summary-replace-status-marks): Abolished.
907
908 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-action.el (wl-summary-set-mark): Cause an error when no message
911         is specified or folder length is zero.
912
913 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
916         (wl-folder-archive-current-entity): Ditto.
917
918 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
919
920         * wl-summary.el (wl-summary-update-mark): Ignore errors while
921         retrieving message mark.
922         (wl-summary-redisplay-internal): Ditto.
923
924         * wl-message.el (wl-message-buffer-display): Ignore errors while
925         retrieving message-id field.
926
927         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
928         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
929         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
930         order of the arguments for `wl-expire-message-p'.
931         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
932
933         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
934         Check return value of wl-summary-reply.
935         (wl-summary-reply): Recover window configuration when an error occured.
936
937 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-summary.el (wl-summary-resend-message): Abolished, the
940         feature is inherited by wl-summary-resend (put resend mark).
941
942 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-toggle-disp-msg): Set
945         wl-message-buffer to nil when the message is hide.
946
947 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * .cvsignore: New file.
950
951 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-action.el (wl-summary-action-docstring): Add more info.
954         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
955         duplicate definition.
956         (wl-summary-define-mark-action): Functions wl-summary-*-region
957         keep current position.
958         (wl-summary-unregister-target-mark): Store result to the variable.
959
960 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * Version number is increased to 2.11.4.
963
964 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
965
966         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
967         wl-summary-delete-all-temp-marks.
968         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
969
970         * wl-action.el (wl-summary-set-mark): Changed terminology
971         refile-destination -> action-argument.
972         (wl-summary-unset-mark): Ditto.
973         (wl-summary-remove-argument): Ditto.
974         (wl-summary-print-argument): Ditto.
975
976         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
977         (wl-thread-remove-argument-region): Ditto.
978         (wl-thread-print-argument-region): Ditto.
979         (wl-thread-close): Ditto.
980         (wl-thread-open): Ditto.
981
982         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
983         (wl-highlight-refile-destination-face is abolished)
984         (wl-highlight-action-argument-string): Ditto.
985         (wl-highlight-summary-current-line): Highlight action argument.
986
987         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
988         color for light backgrounds.
989         (wl-highlight-summary-answered-face): Ditto.
990
991 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
994
995         * wl-score.el (wl-summary-score-update-all-lines): Use
996         wl-summary-set-mark.
997         (wl-summary-score-update-all-lines): Kill expunged messages.
998
999         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1000
1001 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1004         directly.
1005         (wl-score-overview-entity-get-lines): Ditto.
1006         (wl-score-overview-entity-get-xref): Ditto.
1007         (wl-score-get-latest-msgs): Ditto.
1008         (wl-summary-rescore): Ditto.
1009
1010         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1011         to "&".
1012         (wl-summary-mark-as-answered-internal): New inline function.
1013         (wl-summary-mark-as-answered): New function.
1014         (wl-summary-mark-as-unanswered): Ditto.
1015         (wl-summary-sync-marks): Modified for answered-mark synching.
1016
1017 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-action.el (wl-summary-set-mark): Fixed last change.
1020
1021 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1022
1023         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1024         behavior of wl-summary-unread-message-hook
1025         (Pointed out by akira yamada <akira@arika.org>).
1026
1027 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1030         wl-summary-delete.
1031         * wl-xmas.el (wl-summary-toolbar): Ditto.
1032
1033         * wl-action.el (wl-summary-set-mark): Don't override current
1034         temp-mark.
1035
1036         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1037
1038 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1039
1040         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1041         (wl-refile-msgid-learn): Ditto.
1042         (wl-refile-get-field-value): Ditto.
1043
1044         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1045
1046         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1047         (wl-expire-delete-reserved-messages): Renamed from
1048         wl-expire-reserve-marked-msgs-from-list.
1049         (wl-expire-delete): Removed argument `msgdb'.
1050         (wl-expire-refile): Ditto.
1051         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1052         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1053         mark-alist as argument.
1054         (wl-expire-archive-number1): Removed argument `msgdb'.
1055         (wl-expire-archive-number2): Ditto.
1056         (wl-expire-archive-date): Ditto.
1057         (wl-expire-localdir-date): Ditto.
1058         (wl-expire-hide): Ditto.
1059         (wl-archive-number1): Ditto.
1060         (wl-archive-number2): Ditto.
1061         (wl-archive-date): Ditto.
1062         (wl-archive-folder): Ditto.
1063         All other related portions are changed.
1064
1065 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1066
1067         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1068         mean move up and down. (suggested by Takashi Kawachi)
1069
1070 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1071
1072         * wl-acap.el (toplevel): Don't require un-define.
1073
1074 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1075
1076         * wl-thread.el (wl-thread-delete-message): Always update
1077         wl-summary-buffer-number-list.
1078
1079         * wl-action.el (wl-summary-print-destination): 
1080         Do nothing when folder is nil.
1081
1082 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1085         persistent mark when prefetch is succeeded.
1086
1087 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1090         instead of elmo-msgdb-delete-msgs.
1091         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1092         (wl-expire-hide): Ditto.
1093
1094         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1095
1096         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1097         elmo-msgdb interface.
1098         (wl-thread-get-exist-children): Likewise.
1099         (wl-thread-insert-message): Likewise.
1100         (wl-thread-msg-mark-as-important): Likewise.
1101         (wl-thread-insert-entity-sub): Likewise.
1102         (wl-thread-get-children-msgs-uncached): Likewise.
1103
1104         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1105         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1106         (wl-summary-sync-update): Likewise.
1107         (wl-summary-auto-select-msg-p): Likewise.
1108         (wl-summary-update-thread): Likewise.
1109         (wl-summary-mark-as-important): Likewise.
1110         (wl-summary-jump-to-msg-internal): Likewise.
1111         (wl-summary-redisplay-internal): Likewise.
1112         (wl-summary-print-message-with-ps-print): Likewise.
1113         (wl-summary-folder-info-update): Likewise.
1114
1115         * wl-folder.el (wl-folder-check-one-entity):
1116         elmo-folder-count-flags instead of wl-summary-count-unread.
1117
1118         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1119
1120         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1121
1122         * wl-summary.el (wl-summary-set-message-modified): 
1123         Call wl-summary-set-mark-modified.
1124         (wl-summary-delete-messages-on-buffer): Call
1125         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1126         (wl-summary-sync-update): Call elmo-folder-length instead of
1127         elmo-folder-messages.
1128         (wl-summary-insert-headers): Don't call
1129         elmo-folder-list-message-entities.
1130
1131 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * wl-action.el (wl-summary-define-mark-action): Call
1134         `wl-summary-set-mark' with argument `data'.
1135         (wl-summary-auto-refile): Fixed order of arguments when call
1136         `wl-summary-refile'.
1137
1138 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1139
1140         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1141
1142         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1143
1144         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1145         (Renamed from wl-highlight-summary-deleted-face).
1146         (wl-highlight-summary-resend-face): New face.
1147
1148         (wl-highlight-summary-deleted-face): Renamed from
1149         wl-highlight-summary-erased-face.
1150
1151         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1152
1153         * wl-action.el (wl-summary-get-resend-address): New function.
1154         (wl-summary-exec-action-resend): Ditto.
1155         (wl-summary-exec-action-resend-subr): Ditto.
1156
1157         * w-thread.el (wl-thread-copy): Removed definition.
1158         (wl-thread-refile): Ditto.
1159         (wl-thread-delete): Ditto.
1160         (wl-thread-target-mark): Ditto.
1161
1162         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1163         (wl-summary-target-mark-set-action): Fixed.
1164         (wl-summary-define-mark-action): Fixed quotation.
1165         (wl-summary-move-mark-list-messages): Display message.
1166         (wl-summary-define-mark-action): Define thread functions.
1167         (wl-summary-exec-action-refile): Changed message.
1168         (wl-summary-exec): Ditto.
1169
1170 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1171         
1172         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1173         '%%'.
1174
1175 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl.el (toplevel): Require wl-action.
1178         (wl-init): Call wl-summary-define-mark-action.
1179
1180         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1181
1182         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1183         wl-summary-delete and wl-summary-erase.
1184         (wl-summary-mode-map): Ditto.
1185
1186         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1187         wl-delete-folder-alist.
1188
1189         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1190         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1191         (toplevel): Moved mark & action related functions to the wl-action.el.
1192
1193         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1194         in wl-summary-mark-action-list.
1195         (wl-highlight-summary-current-line): Ditto.
1196
1197         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1198         empty lines.
1199
1200         * wl-action.el: New file. 
1201
1202 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1203
1204         * wl-summary.el (wl-summary-target-mark-replace): New function.
1205         (wl-summary-target-mark-prefetch): Use it.
1206         (wl-summary-target-mark-delete): Ditto.
1207         (toplevel): Rearranged definition order.
1208         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1209         (wl-summary-target-mark-erase): Rewrite.
1210         (wl-summary-erase-region): New function.
1211         (wl-summary-exec-action-erase): Changed message.
1212         (wl-summary-move-mark-list-messages): New function.
1213         (wl-summary-exec-action-delete): Use it.
1214         (wl-summary-exec-action-erase): Ditto.
1215
1216         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1217         (wl-summary-skip-mark-list): Added "d".
1218
1219         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1220         while searching.
1221
1222         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1223         and define using defcustom;
1224         Define 4th element as a face.
1225         
1226         * wl-summary.el (wl-summary-incorporate): Use 
1227         `wl-summary-prefetch-region-no-mark' instead of
1228         `wl-summary-prefetch-region'.
1229         (wl-summary-prefetch-region-no-mark): Revival of old
1230         `wl-summary-prefetch-region'.
1231         (wl-summary-mark-action-list): Moved to wl-vars.el
1232
1233         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1234         face according to the `wl-summary-mark-action-list'.
1235         (wl-highlight-summary-current-line): Ditto;
1236         Removed destination highlighting.
1237
1238         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1239         (wl-highlight-summary-line-string): Highlight for "i" mark.
1240         (wl-highlight-summary-current-line): Ditto.
1241
1242         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1243         no destination.
1244
1245         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1246         exists, just go ahead.
1247         (wl-summary-prefetch-region): Rewrite.
1248         (wl-summary-prefetch): Ditto.
1249         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1250         (wl-summary-exec-action-prefetch): New function.
1251         (wl-summary-target-mark-prefetch): Rewrite.
1252
1253 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1256         (wl-highlight-summary-line-string): Added "d" and "D".
1257         (wl-highlight-summary-current-line): Ditto.
1258
1259         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1260         in wl-summary.el.
1261         (wl-thread-insert-entity-sub): Ditto.
1262         (wl-thread-remove-destination-region): Ditto.
1263         (wl-thread-print-destination-region): Ditto.
1264
1265         * wl-summary.el (wl-summary-buffer-refile-list,
1266         wl-summary-buffer-delete-list,
1267         wl-summary-buffer-copy-list): Abolish.
1268         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1269         All other related portions are changed.
1270         (wl-summary-mark-action-list): New variable.
1271         (wl-summary-set-mark): New function.
1272         (wl-summary-register-target-mark): Ditto.
1273         (wl-summary-unregister-target-mark): Ditto.
1274         (wl-summary-have-target-mark-p): Ditto.
1275         (wl-summary-register-temp-mark): Ditto.
1276         (wl-summary-unregister-temp-mark): Ditto.
1277         (wl-summary-registered-temp-mark): Ditto.
1278         (wl-summary-collect-temp-mark): Ditto.
1279         (wl-summary-unset-mark): Ditto.
1280         (wl-summary-set-target-mark): Ditto.
1281         (wl-summary-unset-target-mark): Ditto.
1282         (wl-summary-set-action-generic): Ditto.
1283         (wl-summary-unset-action-generic): Ditto.
1284         (wl-summary-exec-action-delete): Ditto.
1285         (wl-summary-exec-action-erase): Ditto.
1286         (wl-summary-set-action-refile): Ditto.
1287         (wl-summary-set-action-refile-subr): Ditto.
1288         (wl-summary-unset-action-refile): Ditto.
1289         (wl-summary-make-destination-numbers-list): Ditto.
1290         (wl-summary-exec-action-refile): Ditto.
1291         (wl-summary-set-action-copy): Ditto.
1292         (wl-summary-unset-action-copy): Ditto.
1293         (wl-summary-exec-action-copy): Ditto.
1294         (wl-summary-collect-numbers-region): Ditto.
1295         (wl-summary-delete): Rewrite.
1296         (wl-summary-erase): Ditto.
1297         (wl-summary-remove-destination): Ditto.
1298         (wl-summary-exec): Ditto.
1299         (wl-summary-exec-region): Ditto.
1300         (wl-summary-target-mark-erase): Ditto.
1301         (wl-summary-refile): Ditto.
1302         (wl-summary-copy): Ditto.
1303         (wl-summary-unmark): Ditto.
1304         (wl-summary-delete-all-mark): Ditto.
1305         (wl-summary-mark-line): Don't highlight.
1306         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1307         (wl-summary-target-mark-refile-subr): Rewrite.
1308
1309         (wl-summary-copy-prev-destination): Abolish.
1310
1311 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1314         default values along the value of wl-on-mule.
1315         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1316         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1317         It is not used anywhere.
1318
1319 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1320
1321         * wl-summary.el (wl-summary-print-destination): Keep position.
1322         (wl-summary-cursor-move-surface): Keep horizontal position.
1323
1324 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1327         write sendlog.
1328
1329 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1332         `wl-summary-highlight'.
1333
1334 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1337         trivial condition for temp-mark.
1338
1339 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1342         when it hits killed buffer.
1343
1344 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1347         * wl-news.el.in: `message' and `error' take format string.
1348
1349 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-folder (wl-folder-insert-entity): Display a message,
1352         `...done', when the work finish.
1353         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1354
1355 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-message.el (wl-message-redisplay): Remove unused local
1358         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1359
1360 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-summary.el (wl-summary-replace-status-marks): Disable
1363         interactive use.
1364         (wl-summary-reedit): Check message existence at first.
1365         (wl-summary-mark-line): Fix doc, return value is indefinite.
1366
1367         * wl-highlight.el (wl-highlight-message): Arranged.
1368
1369         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1370         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1371         check temp-mark by wl-summary-temp-mark always.
1372         (wl-highlight-summary): Change accordingly.
1373         * wl-summary.el (wl-summary-mark-as-read-all)
1374         (wl-summary-delete-cache, wl-summary-set-score-mark)
1375         (wl-summary-mark-as-unread, wl-summary-unmark)
1376         (wl-summary-mark-line, wl-summary-mark-as-read)
1377         (wl-summary-mark-as-important): Ditto.
1378
1379         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1380         end of the window if possible.
1381         * wl-summary.el (wl-summary-sync-update): Support lazy
1382         highlighting.
1383         (wl-summary-toggle-disp-msg): Ditto.
1384
1385 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1388
1389 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1392         change.
1393
1394 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1397         API.
1398         (wl-summary-sync-update): Ditto.
1399
1400         * wl-score.el (wl-score-get-score-alist): Changed argument.
1401         (wl-summary-rescore-msgs): Likewise.
1402         (wl-summary-score-headers): Likewise.
1403         (wl-score-headers): Likewise;
1404         Use elmo-folder-do-each-message-entity, etc.
1405         (wl-summary-score-effect): Follow the changes above.
1406         (wl-summary-rescore): Ditto.
1407         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1408         (wl-score-get-overview): Abolish.
1409
1410         * wl-summary.el (wl-summary-default-from): Follow the API change in
1411         elmo-msgdb.
1412         (wl-summary-count-unread): Ditto.
1413         (wl-summary-detect-mark-position): Ditto.
1414         (wl-summary-overview-entity-compare-by-date): Ditto.
1415         (wl-summary-overview-entity-compare-by-number): Ditto.
1416         (wl-summary-overview-entity-compare-by-from): Ditto.
1417         (wl-summary-overview-entity-compare-by-subject): Ditto.
1418         (wl-summary-get-list-info): Ditto.
1419         (wl-summary-rescan): Ditto.
1420         (wl-summary-jump-to-msg-by-message-id): Ditto.
1421         (wl-summary-sync-update): Ditto; Removed comment.
1422         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1423         (wl-summary-insert-message): Use wl-summary-insert
1424         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1425         (wl-summary-insert-headers): Changed argument overview to folder.
1426         (wl-summary-search-by-subject): Likewise.
1427         (wl-summary-insert-thread): Renamed from 
1428         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1429
1430         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1431         too.
1432
1433         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1434         wl-string-member.
1435
1436 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1437
1438         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1439         elmo-folder-append-buffer.
1440         (wl-draft-queue-append): Likewise.
1441
1442         * wl-mime.el (wl-message-delete-current-part): Ditto.
1443         (wl-summary-burst-subr): Ditto.
1444
1445         * wl-news.el.in (wl-news-send-news): Ditto.
1446
1447 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1450         function.
1451         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1452         (wl-summary-update-mark): Enclose with save-excursion.
1453         (wl-summary-mark-as-read-internal): Fixed last change.
1454         (wl-summary-mark-as-important): Use 3rd argument of
1455         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1456         Don't use elmo-msgdb-set-mark.
1457         (wl-summary-redisplay-internal): If msgdb flag is already read,
1458         just update the mark on buffer.
1459
1460 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1461
1462         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1463         cut visible folder when elmo-folder-delete returns non-nil value.
1464
1465 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1466
1467         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1468         by Kenichi OKADA <okada@opaopa.org>).
1469
1470 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1471
1472         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1473
1474 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1477         Fixed the last change, search group entity by its real name.
1478         (Thanks to: KOBAYASHI Shinji)
1479
1480 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1483         (wl-fldmgr-access-display-all): Don't refer visible name.
1484         * wl-expire.el (wl-folder-archive-current-entity)
1485         (wl-folder-expire-current-entity): Ditto.
1486         * wl-folder.el (wl-folder-jump-to-current-entity)
1487         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1488         (wl-folder-open-folder-sub,wl-folder-open-all)
1489         (wl-folder-write-current-folder): Ditto.
1490         (wl-folder-insert-entity): Don't use petname for normal group.
1491         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1492         is the real name.
1493         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1494         Abolished.
1495
1496 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1497
1498         * wl-draft.el (wl-draft-create-buffer): Add
1499         `wl-summary-reply-with-citation'
1500
1501 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1502
1503         * wl-draft.el (wl-draft-reply): Fixed.
1504
1505 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1506
1507         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1508         when `wl-draft-send-confirm-with-preview' is non-nil.
1509         You can scroll up/down by j/k.
1510         (wl-draft-send-confirm-with-preview): New variable (default=t).
1511
1512 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1513
1514         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1515         (wl-fldmgr-save-folders): Fix comment.
1516
1517 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1518
1519         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1520         along the last change in `wl-folder-buffer-group-p'.
1521
1522 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1523
1524         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1525         folder.
1526
1527         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1528         the default value.
1529
1530         * wl-mime.el (wl-summary-burst): Update summary only when target
1531         folder equals current folder.
1532
1533 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1534
1535         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1536
1537 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1538
1539         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1540         value.
1541
1542 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1545         `map-extents' instead of `extent-at' repeatedly.
1546         (wl-highlight-folder-current-line): Ditto.
1547
1548         * wl-highlight.el: Remove useless dummy functions.
1549
1550 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1551
1552         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1553         (wl-folder-put-folder-property): New function to put text property.
1554         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1555         (wl-folder-insert-entity, wl-folder-update-diff-line)
1556         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1557         * wl-e21.el, wl-xmas.el, wl-mule.el
1558         (wl-highlight-folder-current-line): Ditto.
1559         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1560         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1561         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1562         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1563
1564 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1565
1566         * Version number is increased to 2.11.3.
1567
1568 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1569
1570         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1571         Resume current-buffer since it is assumed by remaining tasks.
1572
1573 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1574
1575         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1576         (wl-folder-completion-function): Abolished.
1577         (wl-folder-complete-folder): New function.
1578         (wl-folder-complete-filter-condition): Ditto.
1579         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1580         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1581
1582 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1583
1584         * wl-draft.el (wl-draft-send-confirm): New function.
1585         (wl-draft-send): Use it.
1586
1587         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1588         cursor-in-echo-area while confirming.
1589
1590         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1591
1592         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1593         searching via nntp if wl-summary-search-via-nntp is 'force.
1594         Otherwise, invoke searching in nntp folder only.
1595         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1596
1597         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1598         explicitly for mime-make-text-tag.
1599
1600 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1601
1602         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1603         `mime-make-text-tag' instead of `mime-create-tag'.
1604
1605 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1606
1607         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1608         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1609
1610 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1611
1612         * wl-score.el (wl-score-save): Bind print-length and print-level.
1613         (wl-score-pretty-print): Ditto.
1614         (wl-score-edit-insert-header-entry): Ditto.
1615
1616         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1617         "From" entry to be treated with wl-draft-eword-encode-address-list.
1618         * wl-mime.el (wl-draft-preview-message): Ditto.
1619
1620         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1621         (wl-summary-mark-as-unread): Ditto.
1622         (wl-summary-mark-as-read-region): Change accordingly.
1623         (wl-summary-mark-as-unread-region): Ditto.
1624         (wl-summary-target-mark-mark-as-read): Ditto.
1625         (wl-summary-target-mark-mark-as-unread): Ditto.
1626
1627 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1628
1629         * Version number is increased to 2.11.2.
1630
1631 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1632
1633         * wl-news.el.in (wl-news-previous-version-save): Bind
1634         print-length and print-level.
1635         * wl-thread.el (wl-thread-save-entities): Ditto.
1636         (wl-thread-save-top-list): Bind print-length.
1637
1638 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1639
1640         * wl-highlight.el (wl-highlight-summary-line-string): Use
1641         wl-summary-score-below-mark, wl-summary-score-over-mark.
1642         (wl-highlight-summary-current-line): Ditto.
1643
1644 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1645
1646         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1647         insert it.
1648
1649 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1650
1651         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1652
1653 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1654
1655         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1656         message without msgid.
1657         Rewrite with elmo-folder-move-messages.
1658         Set wl-message-buffer to nil.
1659
1660         * wl-summary.el (wl-summary-erase-subr): New function. Use
1661         elmo-folder-move-messages.
1662         (wl-summary-erase): Call it.
1663         (wl-summary-target-mark-erase): Ditto.
1664
1665 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1666
1667         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1668         it is not up-tp-date.
1669
1670 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1671
1672         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1673         buffer after calling `wl-summary-goto-folder-subr' without the
1674         argument `interactive'.
1675         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1676
1677 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1678
1679         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1680         `mime-create-tag'. Use `string=' instead of `looking-at'.
1681
1682 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1683
1684         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1685         to avoid compile warning.
1686
1687         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1688         entity-id when folder is given.
1689         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1690         save-excursion, use save-selected-window instead.
1691         Select folder buffer window if exists.
1692         (To correct behavior with wl-folder-move-cur-folder.)
1693
1694 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1695
1696         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1697
1698 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1699
1700         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1701         list-count instead of %d.
1702
1703 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1704
1705         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1706         (wl-news): Set it.
1707         (wl-news-append-to-folder): Use it.
1708
1709         * wl-news.el.in (wl-news-send-news): Append to specified folder
1710         instead of wl-default-folder.
1711         (wl-news-append-to-folder): Show error message with specified folder.
1712
1713         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1714                 In most major modes, Emacs assumes that any opening
1715                 delimiter found at the left margin is the start of a
1716                 top-level definition, or defun. Therefore, *never put an
1717                 opening delimiter at the left margin unless it should have
1718                 that significance.*
1719
1720         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1721
1722 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1723
1724         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1725
1726 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1727
1728         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1729
1730 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1731
1732         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1733         for sequential numbering case.
1734
1735 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1736
1737         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1738         value.
1739         (wl-draft-reply-without-argument-list): Ditto.
1740         (wl-draft-reply-myself-with-argument-list): Abolish.
1741         (wl-draft-reply-myself-without-argument-list): Ditto.
1742         * wl-draft.el (wl-draft-self-reply-p): New function.
1743         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1744
1745 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1746
1747         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1748         (avoid error for the case without byte-compiling)
1749
1750 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1751
1752         * wl-news.el.in (wl-news-append-to-folder): New function.
1753         (wl-news-exit): Rewrite.
1754         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1755
1756 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1757
1758         * wl-draft.el (wl-draft-reply-position): New function.
1759         (wl-draft-reply-position): Fix.
1760         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1761         (wl-summary-target-mark-reply-with-citation): Ditto.
1762         (wl-summary-reply-with-citation): Ditto.
1763         * wl-vars.el (wl-draft-reply-default-position): New variable.
1764
1765 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1766
1767         * wl-draft.el (wl-draft-send): Preview when interactive send.
1768
1769 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1770
1771         * wl-draft.el (wl-draft-reply): Set default position.
1772         * wl-summary.el (wl-summary-reply): Ditto.
1773         (wl-summary-reply-with-citation): Ditto.
1774         (wl-summary-target-mark-reply-with-citation): Ditto.
1775
1776 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1777
1778         * wl-news.el.in (wl-news-lang): Set default value according to
1779         current-language-environment.
1780         (wl-news-append-news): Do nothing when news-list is nil.
1781
1782 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1783
1784         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1785         (wl-news): Change message.
1786         (wl-news-exit): Check buffer.
1787         (wl-news-force-exit): New function.
1788         (wl-news-show-all): New function.
1789         (wl-news-discard-and-exit): Fix.
1790
1791 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1792
1793         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1794         according to current-language-environment.
1795
1796         * wl-news.el.in (wl-news): If arg, show all NEWS after
1797         wl-news-default-previous-version.
1798
1799 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1800
1801         * wl-news.el.in (wl-news-check): Rewritten.
1802         (wl-news-previous-version-load): Change data type.
1803         (wl-news-previous-version-save): Change data type.
1804         (wl-news-append-news): Add return value.
1805         (wl-news-check-news): New function.
1806         (wl-news-already-current-p): New function.
1807         (wl-news-send-news): Rewritten.
1808         (wl-news-mode-map): Add new keybind.
1809         (wl-news): Rewritten.
1810         (wl-news-exit): Rewritten.
1811         (wl-news-discard-and-mail): New function.
1812         (wl-news-send-to-address): Abolished.
1813         * wl.el (wl-init): Delete a message.
1814
1815 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1816
1817         * wl-news.el.in (wl-news-exit): Update previous version.
1818         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1819
1820 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1821
1822         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1823
1824 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1825
1826         * wl-news.el.in (wl-news): New function.
1827         (wl-news-mode): New function.
1828         (wl-news-next-line): New function.
1829         (wl-news-next-page): New function.
1830         (wl-news-exit): New function.
1831         (wl-news-buf-name): New variable.
1832         (wl-news-mode-map): New variable.
1833         (wl-news-winconf): New variable.
1834         (wl-news-append-news): Add an option.
1835
1836 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1837
1838         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1839
1840 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1841
1842         * wl-news.el.in (wl-news-send-to-address): New variable.
1843         (wl-news-send-news): Use it.
1844         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1845         Return updating status.
1846         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1847
1848 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1849
1850         * wl-news.el.in (wl-news-send-news): Delete
1851         Organization and X-Face.
1852
1853 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1854
1855         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1856         (wl-news-append-news): New function.
1857         (wl-news-send-news): New function.
1858
1859 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1860
1861         * Version number is increased to 2.11.1.
1862
1863 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1864
1865         * wl-news.el.in : New file.
1866
1867 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1868
1869         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1870         default value.
1871         (wl-draft-reply-without-argument-list): Ditto.
1872
1873 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1874
1875         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1876         (wl-message-buffer-prefetch-idle-time): Ditto.
1877         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1878
1879 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-thread.el (wl-thread-insert-message): Use
1882         wl-summary-max-thread-depth.
1883
1884         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1885         loop detection.
1886
1887         * wl-message.el (wl-message-buffer-display): Back to the first page
1888         when cache is hit.
1889
1890 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-vars.el (wl-summary-max-thread-depth): New user option.
1893
1894         * wl-summary.el (wl-summary-insert-thread-entity):
1895         If the thread depth is reached to wl-summary-max-thread-depth,
1896         divide the thread.
1897
1898 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
1899
1900         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
1901         for elmo-remove-passwd.
1902
1903 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
1906         folder is sticky.
1907         (wl-folder-mark-as-read-all-entity): Ditto.
1908         (wl-folder-prefetch-entity): Ditto.
1909
1910 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
1911
1912         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
1913
1914 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1915
1916         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
1917         Delete messages on buffer for unplugged operation.
1918         (wl-summary-erase): Ditto.
1919
1920 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1921
1922         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
1923         take nil so as not to search parent by subject.
1924
1925 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1926
1927         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
1928         (wl-folder-get-next-folder): Ditto.
1929         (wl-folder-get-path): Ditto.
1930
1931 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1932
1933         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
1934         system and encode the region with it before verifying.
1935
1936 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1937
1938         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
1939         system of the echo buffer before decoding.
1940
1941 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1942
1943         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
1944         original contents.
1945
1946 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
1949         with argument 'any-exists.
1950
1951 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1952
1953         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
1954         Use `wl-cs-autoconv'.
1955
1956 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1957
1958         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
1959         by `mime-view-automatic-conversion'.
1960
1961         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
1962         (wl-message-verify-pgp-nonmime): Ditto.
1963         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
1964         Bind them to C-c:d and C-c:v respectively.
1965
1966         Merge following code by Teranishi-san from [wl-en:00167].
1967         * wl-mime.el (wl-mime-preview-application/pgp): New function.
1968         (wl-mime-preview-application/pgp-encrypted): Ditto.
1969         (wl-mime-setup): Add entry.
1970
1971 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1972
1973         * wl-summary.el (wl-summary-target-mark-erase): New function.
1974         Bind it to "mD".
1975
1976 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * wl-vars.el (wl-draft-write-file-function): Fix.
1979         (wl-draft-reedit-hook): Changed default value.
1980
1981         * wl-draft.el (wl-draft-edit-string): Set cursor point for
1982         wl-draft-reedit-hook.
1983         (wl-draft-remove-text-plain-tag): New function.
1984         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
1985
1986         * wl-vars.el (wl-draft-write-file-function): New user option.
1987
1988         * wl-draft.el (wl-draft-prepare-edit): Use it for
1989         local-write-file-hooks.
1990         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
1991
1992         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
1993         (wl-draft-insert-mail-header-separator): Return the body beginning
1994         point.
1995         (wl-draft-reedit): Remove the mime-edit tag if the first part is
1996         text/plain.
1997         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
1998
1999 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2000
2001         * wl-summary.el (wl-summary-erase): New function to erase message
2002         without moving it to trash. Bind to "D".
2003
2004         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2005         as `keep' unless switch-function.
2006
2007 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2008
2009         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2010         message buffer by using `wl-summary-toggle-disp-msg'.
2011         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2012         buffer window.
2013         (wl-summary-supresedes-message): Ditto.
2014
2015         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2016         Do not delete other windows.
2017         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2018         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2019         (wl-draft-create-buffer): Set reply-or-forward also for target
2020         mark commands.
2021
2022 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2023
2024         * wl-draft.el (wl-user-agent-compose): Delete special case for
2025         switch-to-buffer-other-window.
2026
2027         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2028         (wl-summary-forward): Ditto.
2029
2030         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2031         function.
2032         (wl-draft-buffer-style): New use option.
2033
2034         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2035         (wl-draft): Follow the change above.
2036         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2037         wl-draft-buffer-style.
2038         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2039         switch-function.
2040
2041 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-draft.el (wl-user-agent-compose): Delete special case for
2044         switch-to-buffer-other-window.
2045
2046         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2047         (wl-summary-forward): Ditto.
2048
2049         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2050         function.
2051         (wl-draft-buffer-style): New use option.
2052
2053         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2054         (wl-draft): Follow the change above.
2055         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2056         wl-draft-buffer-style.
2057         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2058         switch-function.
2059
2060 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2061
2062         * wl-address.el (wl-address-make-completion-entry): Extracted from
2063         `wl-address-make-completion-list'.
2064         (wl-address-enable-strict-loading): New variable.
2065         (wl-address-make-completion-list): Revive petname duplication
2066         inquiry, and enable it if `wl-address-enable-strict-loading'.
2067         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2068
2069 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2070
2071         * wl-message.el (wl-message-get-original-buffer): Avoid
2072         'Selecting deleted buffer' error when original buffer is killed.
2073
2074 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-summary.el (wl-summary-next-message): Use
2077         elmo-message-accessible-p instead of elmo-message-cached-p.
2078
2079 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2080
2081         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2082
2083         * wl-thread.el (wl-thread-open-all-unread): Use
2084         elmo-folder-list-flagged instead of
2085         elmo-folder-list-messages-mark-match.
2086
2087         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2088         instead of elmo-folder-list-messages-mark-match.
2089         (wl-summary-move-spec-alist): New variable.
2090         (wl-summary-move-spec-plugged-alist,
2091         wl-summary-move-spec-unplugged-alist): Abolish.
2092         (wl-summary-next-message): Follow the change above.
2093         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2094         with 'no-msg' argument.
2095
2096         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2097         variable.
2098         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2099         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2100         (wl-message-buffer-prefetch-get-next): Follow the change above.
2101
2102 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * wl-version.el (wl-version): Changed codename.
2105
2106         * Version number is increased to 2.11.0.
2107
2108 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2111         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2112         `wl-draft-config-variables'.
2113         (wl-draft-kill): Fixed problem when the draft is reedit.
2114
2115 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2118         buffer-modified status (Thanks to
2119         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2120
2121 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-util.el (wl-region-exists-p): New function.
2124
2125         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2126         Remove defvars for byte-compile warnings.
2127
2128 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2131         defvar-maybe. Removed unused bind.
2132
2133 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2134
2135         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2136         summary buffer window before creating new frame.
2137         (wl-draft-reply): Ditto.
2138
2139 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2142
2143 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2144
2145         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2146
2147 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2150         instead of `kill-region'.
2151
2152 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2155         (wl-highlight-summary-line-string): Use it.
2156         (wl-highlight-summary-current-line): Ditto.
2157
2158         * wl-mime.el (wl-message-delete-current-part): Check the class of
2159         mime-entity.
2160
2161         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2162
2163         * wl-summary.el (wl-summary-make-number-list): Initialize.
2164         (wl-summary-update-mark): New function.
2165         (wl-summary-reply): Put `answered' mark on the message.
2166         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2167
2168         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2169         (wl-draft-reply): Added optional argument `number';
2170         Set wl-draft-parent-number.
2171         (wl-draft-kill): Delete answered mark if it is a reply.
2172
2173 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2174
2175         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2176         that originates in mime-preview-follow-current-entity.
2177         (wl-draft-yank-current-message-entity): Use it if region is active.
2178
2179         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2180         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2181         `wl-message-delete-current-part'.
2182         * wl-mule.el (wl-message-define-keymap): Ditto.
2183         * wl-xmas.el (wl-message-define-keymap): Ditto.
2184
2185 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2186
2187         * wl-mime.el (wl-message-delete-current-part): New function.
2188         (wl-mime-node-id-to-string): Ditto.
2189
2190         * wl-mime.el (wl-message-delete-current-part): Use existing
2191         original buffer which corresponds current mime-view buffer.
2192         (fetched buffer might have different structure, possibly)
2193
2194         * wl-mime.el (wl-message-delete-current-part): Quit if the
2195         message content differs from the actual message.
2196
2197 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2198
2199         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2200         order.
2201         (wl-summary-search-by-subject): Search parent message from tail;
2202         Check the existence of the parent message on the current thread tree.
2203         (wl-summary-update-thread): Check whether the line is inserted.
2204
2205 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2206
2207         * wl-vars.el (wl-summary-line-format): Undo last change.
2208         * wl-summary.el (wl-summary-print-destination): Do not put
2209         invisible property when `wl-summary-width' is nil.
2210         (wl-summary-line-subject-minimum-length): Abolished.
2211         (wl-summary-line-subject): Ditto.
2212
2213 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2214
2215         * wl-vars.el (wl-summary-line-format): Change default value.
2216         (wl-summary-subject-length-limit): Abolished.
2217         * wl-summary.el (wl-summary-line-subject): Ditto.
2218
2219 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-template.el (wl-template-select): Added optional argument.
2222         If optional argument is specified, reverse
2223         `wl-template-visible-select'.
2224
2225 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2226
2227         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2228         Take prefix argument to force asking the destination folder.
2229
2230 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2233         count and update status.
2234
2235 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-summary.el (wl-summary-redisplay-internal): If
2238         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2239         after fetching.
2240
2241 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2244         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2245
2246         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2247
2248 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2249
2250         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2251         (All other related portions are changed).
2252         (wl-summary-mark-as-read-all): Rewrite.
2253
2254 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2257         `wl-summary-mark-as-read'.
2258         (wl-summary-mark-as-unread): Rewrite.
2259         (wl-summary-mark-as-read): Added no-modeline argument.
2260         (wl-summary-resume-cache-status): Rewrite.
2261         (wl-summary-exec-subr): Remove unused local variable.
2262
2263 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2264
2265         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2266         logic to call `wl-summary-buffer-prev-folder-function'.
2267         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2268
2269 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2270
2271         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2272         is nil.
2273
2274 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2275
2276         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2277         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2278         (wl-mime-setup): Add its entry.
2279
2280 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2283         (wl-summary-delete-cache): Likewise.
2284         (wl-summary-mark-as-read): Rewrite.
2285
2286 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2289         `wl-summary-count-unread'.
2290
2291         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2292
2293         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2294
2295 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2298         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2299         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2300         Renamed to the elmo-msgdb-*-mark.
2301         (wl-summary-score-marks): Follow the change above.
2302         (wl-summary-auto-refile-skip-marks): Ditto.
2303         (wl-summary-incorporate-marks): Ditto.
2304         (wl-summary-expire-reserve-marks): Ditto.
2305
2306         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2307         changes.
2308         (wl-thread-insert-top): Changed updating message.
2309
2310         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2311         variable.
2312         (wl-summary-count-unread): Count answered marks.
2313         (wl-summary-rescan): Call wl-summary-insert-message instead of
2314         wl-summary-append-message-func-internal.
2315         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2316         (wl-summary-prefetch-msg): Follow the variable name changes.
2317         (wl-summary-prefetch-region): Ditto.
2318         (wl-summary-mark-as-read-all): Follow the API changes;
2319         Don't call elmo-folder-replace-marks.
2320         (wl-summary-delete-cache): Follow the variable name changes.
2321         (wl-summary-resume-cache-status): Ditto.
2322         (wl-summary-update-status-marks): New function.
2323         (wl-summary-insert-message): New function.
2324         (wl-summary-sync-marks): Follow the variable name changes.
2325         (wl-summary-sync-update): Synchronize to the msgdb, too;
2326         Changed update messages.
2327         (wl-summary-make-number-list): Rewrite.
2328         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2329         (wl-summary-mark-as-unread): Follow the API changes.
2330         (wl-summary-exec-subr): Follow the variable name changes.
2331         (wl-summary-mark-as-read): Ditto.
2332         (wl-summary-move-spec-plugged-alist): Ditto.
2333         (wl-summary-move-spec-unplugged-alist): Ditto.
2334         (wl-summary-cursor-move-surface): Ditto.
2335
2336         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2337         variable name changes.
2338         (wl-highlight-summary-current-line): Ditto.
2339
2340         * wl-expire.el (wl-expire-refile): Follow the API change in
2341         elmo-folder-move-messages.
2342         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2343         (wl-summary-archive): Use elmo-folder-msgdb instead of
2344         elmo-msgdb-load.
2345
2346 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-mime.el (wl-draft-preview-message): Restore the position
2349         before evaluating wl-draft-send-hook in preview buffer.
2350
2351 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2352
2353         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2354         when it creates new draft buffer.
2355
2356         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2357         without argument.
2358
2359         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2360         Evaluate content and if the value is string, insert it.
2361         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2362         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2363         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2364         wl-draft-config-sub-part-bottom): Use it.
2365
2366         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2367         with the folder name. The question was unintelligible when it is
2368         called from wl-save-status.
2369
2370 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2373         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2374         cannot take second argument).
2375
2376 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2377
2378         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2379         as t. Since type and subtype are not case sensitive (RFC 2045).
2380
2381 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2382
2383         * wl-vars.el (wl-message-mode-line-format): New variable.
2384         (wl-message-mode-line-format-spec-alist): Ditto.
2385         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2386         (wl-message-redisplay): Use wl-message-mode-line-format.
2387
2388 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2391
2392 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2393
2394         * wl-summary.el (wl-summary-default-from): Write description.
2395
2396 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-vars.el (wl-ldap-objectclass): Abolish.
2399
2400         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2401         (wl-ldap-make-filter): Removed condition for objectclass.
2402         (wl-ldap-make-matched-value-list): Remove meaningless process.
2403         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2404         (wl-address-ldap-search): Don't add `*' to `pat' string;
2405         use ignore-errors; added `email';
2406         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2407         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2408         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2409
2410
2411 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2412
2413         * wl-draft.el (wl-draft-parent-folder): Write description.
2414         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2415
2416 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2419         as "" (zero-length string) if no parent.
2420         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2421
2422 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2423
2424         * wl-address.el (wl-address-make-completion-list): Skip duplication
2425         checking.
2426         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2427         `append'.
2428
2429 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2430
2431         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2432         instead of `beginning-of-buffer'.
2433
2434 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2437
2438 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2441         Refer wl-message-buffer-name.
2442         (wl-message-wheel-down): Ditto.
2443
2444 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-vars.el (wl-message-buffer-name): New user option.
2447
2448         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2449         directly instead of making alist dinamically.
2450
2451         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2452         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2453         wl-message-buffer-cache-name.
2454         (wl-message-buffer-cache-clean-up): Ditto.
2455
2456         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2457
2458         * Version number is increased to 2.9.15.
2459
2460 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-vars.el (wl-summary-default-view-alist): New user option.
2463
2464         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2465
2466         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2467         while deleting address.
2468         (wl-draft-delete-myself-from-cc): Ditto.
2469
2470         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2471         If optional argument is specified, reverse sort order.
2472
2473         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2474
2475 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-thread.el (wl-thread-insert-message): Return parent number if
2478         exists.
2479         (wl-thread-update-indent-string-region): Use
2480         wl-thread-update-line-on-buffer-sub instead of
2481         wl-thread-update-line-on-buffer.
2482
2483 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2484
2485         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2486         (wl-folder-close-all): Ditto.
2487
2488 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2489
2490         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2491         and mailing-list:.
2492         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2493         value.
2494         (wl-summary-line-list-info): Print mailing-list name even when 
2495         list-number is empty.
2496
2497 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2498
2499         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2500
2501         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2502         (wl-draft-open-file): Ditto.
2503         (wl-draft-random-alphabet): Ditto.
2504
2505         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2506         bindings.
2507
2508 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2509
2510         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2511         * wl-vars.el (wl-draft-config-alist): Ditto.
2512
2513 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * Version number is increased to 2.9.14.
2516
2517         * wl.el (wl): Don't set wl-init as nil when error occured while
2518         auto-checking folders.
2519
2520         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2521         `elmo-expand-newtext'.
2522
2523 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2524
2525         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2526         `this-command' so that `wl-folder-goto-folder' contained in
2527         `wl-summary-keep-cursor-command' work.
2528
2529 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2530
2531         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2532         message buffer displaying state.
2533
2534 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2535
2536         * wl-vars.el (wl-summary-default-view): New variable to specify
2537         default value for `wl-summary-buffer-view' instead of using
2538         set-default.
2539         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2540
2541 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2542
2543         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2544
2545         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2546
2547 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2548
2549         * wl-vars.el (wl-forward-subject-prefix): New variable.
2550         * wl-draft.el (wl-draft-forward): Use it.
2551
2552 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2553
2554         * wl-message.el (wl-message-prev-page): When it is called without
2555         lines argument, scroll down by wl-message-scroll-amount lines.
2556         (wl-message-next-page): Ditto.
2557         * wl-vars.el (wl-message-scroll-amount): Change default value
2558         to preserve current behavior.
2559
2560 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-summary.el (wl-summary-prefetch-msg): Bind
2563         `wl-message-entity' to call `wl-summary-from-function'.
2564
2565 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-message.el (wl-message-buffer-create): Run
2568         wl-message-buffer-created-hook.
2569
2570 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2571
2572         * wl-summary.el (wl-summary-sort-specs): New variable.
2573         (wl-summary-default-sort-spec): Ditto.
2574         (wl-summary-sort): Rewrite.
2575         (wl-summary-sort-by-list-info): New function.
2576
2577 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2578
2579         * wl-summary.el (wl-summary-get-list-info): New function.
2580         (wl-summary-sort): Rewrite.
2581         (wl-summary-line-list-info): Ditto.
2582         (wl-summary-line-list-count): Ditto.
2583         (wl-summary-refile-region): Fixed docstring.
2584
2585 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2588         `wl-folder-entity-hashtb' as completion table.
2589
2590 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2593         only when this command is called interactively; silence the byte-
2594         compiler.
2595
2596 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2597
2598         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2599         active in XEmacs.
2600
2601 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2602
2603         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2604         plural lines.
2605
2606 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2609         of current line when the cursor is on the header name.
2610         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2611
2612 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2613
2614         * wl-util.el (wl-read-directory-name): Return displayed directory
2615         as the default value also on XEmacs.
2616
2617 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2618
2619         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2620         formatting.
2621
2622 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2625         argument and when it is non-nil, check face property before
2626         highlighting for each line.
2627         (wl-highlight-summary-window): Set it.
2628
2629 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2632         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2633
2634         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2635         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2636         (wl-draft-get-fcc-list): Likewise.
2637
2638 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2641         (wl-thread-entity-cur): Ditto.
2642         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2643         wl-thread-indent-regexp setting.
2644         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2645
2646         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2647         wl-summary-lazy-highlight.
2648         (wl-summary-display-bottom): Ditto.
2649
2650         * wl-thread.el (wl-thread-open-close): Likewise.
2651
2652         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2653         from and subject;
2654         Bind wl-draft-use-frame;
2655         Enclose with save-window-excursion;
2656         Use wl-draft-create-buffer instead of with-temp-buffer;
2657         Use wl-draft-prepare-edit;
2658         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2659         Use wl-draft-send instead of wl-draft-raw-send.
2660
2661 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2664         of using wl-from.
2665
2666 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2667
2668         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2669         insert-buffer instead of clone-buffer.
2670         (wl-draft-doing-mime-bcc): New variable.
2671         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2672         infinite loop.
2673         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2674
2675         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2676         (wl-draft-mime-bcc-body): Ditto.
2677
2678         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2679         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2680         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2681         wl-draft-do-mime-bcc.
2682         (wl-draft-mime-bcc-field): New function.
2683         (wl-draft-do-mime-bcc): Ditto.
2684
2685         * wl-address.el (wl-address-complete-header-list): New variable.
2686         (wl-address-complete-header-regexp): Changed default value.
2687
2688         * Version number is increased to 2.9.13.
2689
2690 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2693         it is differed.
2694
2695 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2698         (wl-summary-line-list-count): Ditto.
2699
2700 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2701
2702         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2703         (wl-nntp-posting-function): New variable.
2704         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2705         `wl-nntp-posting-config-alist'.
2706
2707 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2708
2709         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2710         FLIM.
2711
2712 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2713
2714         * wl-summary.el (wl-summary-target-mark-refile-sub):
2715         Remove a nuisance funcall.
2716
2717 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2718
2719         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2720         as t for `try-completion'.
2721
2722 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2723
2724         * wl-summary.el (wl-summary-default-from): Use
2725         wl-address-header-extract-address instead of
2726         std11-extract-address-components.
2727         (wl-summary-simple-from): Ditto.
2728         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2729         (wl-summary-insert-headers): Show message.
2730         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2731         for whole line.
2732         (wl-summary-default-from): Revert last change.
2733         (wl-summary-simple-from): Ditto.
2734         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2735         (wl-summary-mark-as-read-region): Follow the change above.
2736         (wl-summary-sync-marks): Ditto.
2737         (wl-summary-target-mark-mark-as-read): Ditto.
2738         (wl-summary-redisplay-internal): Ditto.
2739         (wl-summary-redisplay-no-mime-internal): Ditto.
2740         (wl-summary-redisplay-all-header): Ditto.
2741         (wl-summary-mark-as-read): Removed argument `cached';
2742         Use current cache status to set cache mark.
2743         (wl-summary-redisplay-internal): Follow the change above.
2744         (wl-summary-redisplay-no-mime-internal): Ditto.
2745         (wl-summary-redisplay-all-header): Ditto.
2746
2747         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2748
2749         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2750         Don't call itself recursively (Adviced by Yamaoka-san).
2751
2752 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2755         bind wl-summary-highlight as nil to avoid error caused by missing
2756         local variables.
2757
2758 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2759
2760         * wl-vars.el (wl-invalid-character-message): New user option.
2761
2762         * wl-util.el (wl-set-string-width): If truncated string-width is
2763         larger than specified width, use `wl-invalid-character-message'.
2764
2765 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2766
2767         * wl-summary.el (wl-summary-prefetch-msg): 
2768         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2769
2770 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl-vars.el (wl-summary-check-line-format): New user option.
2773         (wl-summary-line-format-file): Ditto.
2774
2775         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2776         variable.
2777         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2778         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2779         and `wl-summary-view-old-p' to check whether do a rescan or not.
2780         (wl-summary-view-old-p): New function.
2781         (wl-summary-line-format-changed-p): Ditto.
2782         (wl-summary-line-format-save): Ditto.
2783         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2784
2785         * wl-util.el (wl-set-string-width): Avoid using negative number
2786         for make-string.
2787
2788 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2791         return value.
2792
2793         * wl-util.el (wl-set-string-width): Added optional argument
2794         `padding' (All other related portions are changed).
2795         (wl-line-parse-format): If the first letter of column number is
2796         `0', zero-padding the result (ex: "%05l").
2797
2798         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2799
2800 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2803         sequential summary view.
2804
2805 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2808         if it doesn't have a -unix version.
2809
2810 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2811
2812         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2813
2814 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2817         content.
2818         (wl-draft): Follow the change above.
2819
2820         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2821
2822         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2823         and wl-folder-summary-line-format-alist contain %T and %P.
2824
2825         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2826         (wl-summary-mode-line-format): New user option.
2827         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2828         (wl-summary-line-format): Changed default value.
2829         (wl-summary-lazy-highlight): Changed default value.
2830
2831         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2832         change in wl-summary-create-line.
2833         (wl-thread-insert-entity-sub): Ditto.
2834
2835         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2836         (wl-summary-buffer-unread-status): Ditto.
2837         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2838         (wl-summary-buffer-persistent-mark-column): Ditto.
2839         (wl-summary-buffer-mode-line-formatter): Ditto.
2840         (wl-summary-buffer-mode-line): Ditto.
2841         (wl-summary-message-regexp): Abolished.
2842         (All other related portions are changed.)
2843         (wl-summary-detect-mark-position): New function.
2844         (wl-summary-buffer-set-folder): Setup
2845         wl-summary-buffer-mode-line-formatter.
2846         (wl-summary-mode): Setup selective-display;
2847         Setup pre-idle-hook when xemacs.
2848         (wl-summary-update-modeline): Rewrite.
2849         (wl-summary-jump-to-msg): Define as function;
2850         Changed regexp for searching messages.
2851         (wl-summary-message-number): Rewrite.
2852         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2853         Do rescan when old type summary cache.
2854         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2855         (wl-summary-remove-destination): Use '\r' to detect EOL.
2856         (wl-summary-print-destination): Ditto.
2857         (wl-summary-temp-mark): New inline function.
2858         (wl-summary-persistent-mark): Ditto.
2859         (wl-summary-line-number): New function.
2860         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2861         (wl-summary-line-list-count): New function.
2862         (wl-summary-create-line): Added argument persistent-mark.
2863         (All other related portions are changed)
2864         (wl-summary-create-line): Insert '\r'.
2865         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2866         (wl-summary-cursor-move-surface): New inline function.
2867         (wl-summary-prev): Use it.
2868         (wl-summary-next): Ditto.
2869
2870         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2871         wl-summary-message-regexp.
2872         (wl-highlight-summary): Delete progress message.
2873         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2874
2875         * Version number is increased to 2.9.12.
2876
2877 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2878
2879         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2880         variable (nil: no minimum).
2881         (wl-summary-line-subject): Add some spaces after subject by
2882         wl-summary-line-subject-minimum-length.
2883
2884 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2887         and removed `F'.
2888         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2889         change above).
2890
2891 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2892
2893         * wl-summary.el (wl-summary-line-list-count): Reverted.
2894         (example setting in samples/*/dot.wl is also updated)
2895
2896 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
2899
2900         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
2901
2902         * wl-vars.el (wl-summary-line-format): Addes some description to the
2903         docstring.
2904
2905         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
2906         (wl-summary-line-close-bracket): Ditto.
2907         (wl-summary-line-children-number): Ditto.
2908         (wl-summary-line-thread-indent): Ditto.
2909         (wl-summary-line-children-and-from): Ditto.
2910
2911         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
2912         't', 'c', 'F' and added 'C'.
2913
2914         * wl-util.el (wl-set-string-width): Accept negative value.
2915         (wl-line-parse-format): Added "%number(" and "%)".
2916
2917 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-summary.el (wl-summary-line-list-count): Change format of the
2920         return value.
2921
2922 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
2923
2924         * wl-draft.el (wl-draft-beginning-of-line): New command imported
2925         from the recent message.el.
2926         (wl-draft-point-in-header-p): Ditto.
2927         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
2928         wl-draft-beginning-of-line.
2929         * wl-e21.el (wl-draft-mode-map): Ditto.
2930         * wl-xmas.el (wl-draft-mode-map): Ditto.
2931
2932         * wl-folder.el: Sort macrodefs by dependencies.
2933
2934 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2935
2936         * wl-summary.el (wl-summary-prev): Fixed regexp.
2937         (wl-summary-next): Ditto.
2938
2939 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2940
2941         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
2942
2943 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2944
2945         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
2946         for backward compatibility.
2947
2948 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2949
2950         * wl-summary.el (wl-summary-line-list-count): New function, merged
2951         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
2952         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
2953         list counts.
2954
2955 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
2956
2957         * wl-summary.el (wl-summary-create-line): Ignore errors while
2958         timezone-fix-time.
2959
2960         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
2961
2962         * wl-summary.el (wl-summary-sync-update): Ditto.
2963         (wl-summary-default-from): Use wl-message-entity
2964         instead of entity.
2965
2966         * wl-summary.el (wl-summary-create-line): Fix.
2967
2968         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
2969         (wl-summary-line-format): New user option.
2970         (wl-folder-summary-line-format-alist): Ditto.
2971         (wl-summary-from-width): Abolished.
2972
2973         * wl-util.el (toplevel): Require 'bytecomp.
2974         (wl-line-parse-format): New function.
2975         (wl-line-formatter-setup): New macro.
2976
2977         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
2978         (wl-summary-buffer-line-formatter): New buffer local variable.
2979         (wl-summary-switch-to-clone-buffer): Follow the change above.
2980         (wl-summary-message-regexp): Fix.
2981         (wl-summary-from-func-internal): Abolished.
2982         (wl-summary-subject-func-internal): Ditto.
2983         (wl-summary-subject-filter-func-internal): Ditto.
2984         (All other related portions are changed.)
2985         (wl-summary-buffer-set-folder):
2986         Set up wl-summary-buffer-number-column and 
2987         wl-summary-buffer-line-formatter
2988         (All other related portions are changed.)
2989         (wl-summary-buffer-number-column-detect): Abolished.
2990         (All other related portions are changed.)
2991         (wl-summary-delete-all-status-marks-on-buffer): Removed.
2992         (wl-summary-delete-all-temp-marks-on-buffer): Use
2993         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
2994         (wl-summary-target-mark-delete): Ditto.
2995         (wl-summary-target-mark-refile-subr): Ditto.
2996         (wl-summary-target-mark-mark-as-read): Ditto.
2997         (wl-summary-target-mark-mark-as-unread): Ditto.
2998         (wl-summary-target-mark-mark-as-important): Ditto.
2999         (wl-summary-target-mark-save): Ditto.
3000         (wl-summary-replace-status-marks): Renamed from
3001         wl-summary-set-status-marks-on-buffer;
3002         Use wl-summary-message-regexp instead of
3003         wl-summary-buffer-number-regexp.
3004         (wl-summary-sync-update): Follow the change above.
3005         (wl-summary-goto-previous-message-beginning): New function.
3006         (wl-summary-mark-as-unread): Use it.
3007         (wl-summary-mark-as-important): Ditto.
3008         (wl-summary-line-formatter): New variable.
3009         (wl-summary-line-year): New function.
3010         (wl-summary-line-day): Ditto.
3011         (wl-summary-line-day-of-week): Ditto.
3012         (wl-summary-line-hour): Ditto.
3013         (wl-summary-line-minute): Ditto.
3014         (wl-summary-line-open-bracket): Ditto.
3015         (wl-summary-line-close-bracket): Ditto.
3016         (wl-summary-line-children-number): Ditto.
3017         (wl-summary-line-thread-indent): Ditto.
3018         (wl-summary-line-size): Ditto.
3019         (wl-summary-line-subject): Ditto.
3020         (wl-summary-line-from): Ditto.
3021         (wl-summary-line-children-and-from): Ditto.
3022         (wl-summary-create-line): Rewritten.
3023         (wl-summary-format-date): Abolished.
3024
3025         * wl-highlight.el (wl-highlight-summary-current-line): Use
3026         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3027         Use thread structure to detect thread top message.
3028
3029         * wl-draft.el (wl-default-draft-cite): Don't use
3030         wl-summary-from-func-internal.
3031
3032         * wl-refile.el (wl-refile-subject-learn): Don't use
3033         wl-summary-subject-filter-func-internal.
3034         (wl-refile-guess-by-subject): Ditto.
3035
3036         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3037         parameters.
3038
3039         * wl-thread.el (wl-thread-update-indent-string-region):
3040         Use wl-thread-update-line-on-buffer instead of
3041         wl-thread-update-indent-string.
3042         (wl-thread-update-children-number): Redefine using
3043         wl-thread-update-line-on-buffer.
3044         (wl-thread-update-indent-string): Abolished.
3045
3046         * Version number is increased to 2.9.11.
3047
3048 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3051         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3052         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3053
3054         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3055         as nil.
3056
3057         * wl-thread.el (wl-thread-open-all-unread): Use 
3058         elmo-folder-list-messages-mark-match.
3059         (wl-thread-insert-message): Removed argument `mark-alist'.
3060         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3061         elmo-msgdb-set-mark.
3062         (wl-thread-get-children-msgs-uncached): Likewise.
3063         (wl-thread-get-exist-children): Added argument include-self.
3064         (wl-thread-delete-message): Follow the change above.
3065
3066         * wl-summary.el (wl-summary-count-unread): Removed argument.
3067         (wl-summary-rescan): Follow the change above.
3068         (wl-summary-mark-as-read-region): Ditto
3069         (wl-summary-mark-as-unread-region): Ditto.
3070         (wl-summary-delete-messages-on-buffer): Ditto.
3071         (wl-summary-sync-update): Ditto.
3072         (wl-summary-switch-to-clone-buffer): Ditto.
3073         (wl-summary-goto-folder-subr): Ditto.
3074         (wl-summary-target-mark-mark-as-read): Ditto.
3075         (wl-summary-target-mark-mark-as-unread): Ditto.
3076         (wl-summary-target-mark-mark-as-important): Ditto.
3077         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3078         (wl-summary-update-thread): Removed argument `mark-alist'.
3079         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3080         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3081         (wl-summary-resume-cache-status): Likewise.
3082         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3083         elmo-msgdb-set-mark.
3084         (wl-summary-mark-as-read-all): Likewise.
3085         (wl-summary-delete-cache): Ditto.
3086         (wl-summary-auto-select-msg-p): Ditto.
3087         (wl-summary-mark-as-unread): Ditto.
3088         (wl-summary-no-auto-refile-message-p): Ditto.
3089         (wl-summary-mark-as-read): Ditto.
3090         (wl-summary-mark-as-important): Ditto.
3091         (wl-summary-auto-refile): Follow the change above.
3092         (wl-summary-delete-all-marks): Removed.
3093         (wl-summary-resume-marks-and-highlight): Ditto.
3094         (wl-summary-resume-marks): Ditto.
3095         (wl-summary-delete-important-msgs-from-list): Ditto.
3096         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3097
3098         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3099         wl-summary-count-unread.
3100
3101         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3102         (wl-summary-score-update-all-lines): Use
3103         elmo-msgdb-set-mark.
3104
3105 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3108         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3109         (wl-summary-create-line): Renamed from
3110         wl-summary-overview-create-summary-line;
3111         Argument rearrangement.
3112         (wl-summary-update-thread): Follow the change above.
3113
3114         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3115         (wl-thread-insert-entity-sub): Likewise.
3116
3117         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3118         argument `overview', `mark-alist' and added `msgdb'.
3119
3120         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3121
3122         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3123         (wl-summary-rescan): Follow the change above.
3124         (wl-summary-sync-update): Ditto.
3125         (wl-summary-insert-thread-entity): Ditto;
3126         Don't use `let*' in every while loop;
3127         Detect infinite loop of threads.
3128         (wl-summary-update-thread): Removed argument `overview'.
3129
3130         * wl-thread.el (wl-thread-insert-message): Ditto.
3131
3132         * Version number is increased to 2.9.10.
3133
3134         * wl-message.el (wl-message-redisplay): Ignore errors while
3135         wl-message-redisplay-hook.
3136
3137 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3140
3141 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl.el (wl): inhibit-quit while wl-folder.
3144
3145 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3148         while msgdb access.
3149
3150 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3153         even if no folder is not created.
3154
3155 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3158
3159         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3160         implementation.
3161         (wl-summary-target-mark-thread): Ditto.
3162
3163         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3164
3165 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3166
3167         * wl-util.el (wl-display-bytes): Remove unused function.
3168
3169 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3170
3171         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3172         seems critical one (partially reverse the change in 2002/03/17).
3173
3174 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3175
3176         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3177         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3178
3179 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3182         is not writable.
3183         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3184         plugged status instead of `'force' as 2nd argument.
3185
3186         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3187         is not creatable.
3188
3189         * Version number is increased to 2.9.9.
3190
3191 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3192
3193         * wl-summary.el (wl-summary-suspend): New function.
3194
3195 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3196
3197         * wl.el (wl): Do not check variables if check is nil.
3198         * wl-utils.el (wl-collect-draft): New function.
3199         * wl-folder.el (wl-folder-suspend): Put summary buffers
3200         and draft buffers at the end of buffer list.
3201         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3202
3203 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3206         loop instead of recursive call.
3207
3208         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3209         2nd argument.
3210
3211 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * wl-draft.el (wl-draft-create-contents): Don't take neither
3214         (function . args) nor (string . something) any more.
3215
3216         * wl-version.el (wl-generate-user-agent-string): Return string
3217         without header symbol.
3218         * wl-draft.el (wl-draft-default-headers): Use it.
3219
3220         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3221         `wl-draft-insert-ccs' and return field value instead of inserting
3222         the header. Abolish cc argument.
3223         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3224
3225         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3226         rather than one with string car.
3227
3228         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3229         * wl-draft.el (wl-draft-create-contents): Add it after the default
3230         headers.
3231
3232         * wl-draft.el (wl-draft-create-contents): For the case of
3233         (symbol-or-string . function) insert header only when the function
3234         returns string value.
3235
3236 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3239         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3240
3241 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl.el (wl-check-environment): Don't check Message-ID when
3244         `wl-insert-message-id' is nil.
3245         Revive checking if `wl-message-id-domain' contains "@".
3246
3247 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3248
3249         * wl.el (wl-check-environment): Merge examination for "@" at
3250         inappropriate position into the first string-match.
3251
3252         * wl-summary.el (wl-summary-target-mark-print): New function.
3253         (wl-summary-pipe-message-subr): Extracted from
3254         `wl-summary-pipe-message'.
3255         (wl-summary-target-mark-pipe): New function.
3256         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3257         `wl-summary-target-mark-pipe'.
3258
3259 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3260
3261         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3262
3263 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl.el (wl-check-environment): Use elmo-warning instead of
3266         error for non-critical ones.
3267         Remove trash folder check.
3268         (wl): Don't ignore error in wl-check-environment.
3269
3270         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3271         check, which is moved from `wl-check-environment'.
3272         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3273
3274 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3275
3276         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3277         guess anything, call wl-summary-write.
3278         (wl-summary-write): Create draft with blank To field.
3279         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3280
3281 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3284         argument full as well for wl-folder-write-current-folder.
3285         If wl-*-write-current-folder cannot guess addressee, add blank
3286         To header.
3287         Rewrite condition for positioning cursor.
3288
3289 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3290
3291         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3292         summary buffer is present, use it.
3293         (wl-folder-jump-to-previous-summary): Ditto.
3294
3295 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3296
3297         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3298
3299         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3300         wl-summary-previous-buffer and wl-summary-next-buffer.
3301
3302         * wl-folder.el (wl-folder-mode-map): Bind
3303         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3304         (wl-folder-jump-to-next-summary): New function.
3305         (wl-folder-jump-to-previous-summary): Ditto.
3306
3307         * wl-draft.el (wl-draft): Rearranged.
3308
3309 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3310
3311         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3312         of header.
3313         (wl-draft): Collect arguments for the header as header-alist.
3314         (wl-draft-forward): Arrange arguments for wl-draft.
3315         (wl-draft-reply): Ditto.
3316         (wl-draft-edit-string): Ditto.
3317         * wl-summary.el (wl-summary-write): Ditto.
3318         (wl-summary-write-current-folder): Ditto.
3319
3320         * Version number is increased to 2.9.8.
3321
3322 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3323
3324         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3325
3326         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3327
3328         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3329         even if the guess failed.
3330
3331         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3332         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3333         wl-summary-write-current-folder.
3334         * wl-xmas.el: Ditto.
3335
3336 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-summary.el (wl-summary-next-page): Force display message if
3339         message is not displayed yet.
3340         (wl-summary-prev-page): Ditto.
3341
3342 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3343
3344         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3345
3346 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3349         add "Preview Message" and "Save Draft and Exit".
3350
3351 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3354         if addrmgr is called from draft in splitted window.
3355
3356         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3357         * wl-mule.el: Ditto.
3358         * wl-xmas.el: Ditto.
3359
3360 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3363
3364         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3365         * wl-xmas.el (wl-folder-toolbar): Ditto.
3366
3367 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3370         and wl-draft-save-and-exit.
3371         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3372         * wl-xmas.el: Ditto.
3373         * wl-mule.el: Ditto.
3374
3375         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3376         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3377
3378 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3381         lists for saving buffer.
3382
3383 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3384
3385         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3386         parent-folder argument instead of it.
3387         (wl-draft-create-buffer): Ditto.
3388         (wl-draft-forward): Ditto.
3389         (wl-draft-reply): Ditto.
3390         * wl-summary.el (wl-summary-write): Ditto.
3391         (wl-summary-write-current-folder): Ditto.
3392
3393         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3394         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3395         Folder buffer after composing.
3396
3397 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3400         header if the file `wl-x-face-file' already contains it.
3401
3402 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3405         folder" entry.
3406         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3407         * wl-e21.el (wl-folder-toolbar): Ditto.
3408         * wl-xmas.el (wl-folder-toolbar): Ditto.
3409
3410 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3411
3412         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3413         wl-folder-goto-folder with sticky argument.
3414         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3415
3416 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3419         and wl-summary-previous-buffer.
3420         (wl-summary-next-buffer): New function.
3421         (wl-summary-previous-buffer): Ditto.
3422
3423 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3424
3425         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3426         wl-folder-jump-to-current-entity-with-arg.
3427         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3428         `wl-folder-jump-to-current-entity'.
3429         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3430         `wl-summary-goto-folder-sticky'.
3431         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3432         `wl-summary-goto-folder'.
3433         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3434         Unless force-exit, do not clean temp. marks for sticky summary.
3435         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3436
3437 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3440         not entire.
3441
3442 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3445         to `C-x C-s'.
3446         (wl-summary-save-status): New command.
3447         (wl-summary-exit): Don't clean-up temp marks when sticky.
3448         (Applied patch from Nakayama-san [wl: 09548])
3449         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3450         Do nothing when no mark data.
3451         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3452         Call `wl-summary-delete-all-temp-marks' before saving.
3453
3454 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3455
3456         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3457
3458 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl.el (wl-check-environment): Also cause error when (system-name)
3461         returns "localhost.localdomain". (Although it doesn't affect because
3462         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3463
3464 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3465
3466         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3467         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3468
3469         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3470         value.
3471
3472 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3475         Likewise r-cc-list and r-ng-list.
3476
3477 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3480         only if it is bound as variable.
3481
3482         * wl-mime.el (wl-draft-preview-message): Ditto.
3483
3484 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3487         needless `goto-char'.
3488
3489         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3490         `wl-summary-redisplay-no-mime-internal' instead of
3491         `wl-summary-redisplay-no-mime'.
3492         (wl-summary-redisplay-no-mime): Changed argument;
3493         Call `wl-summary-redisplay-no-mime-internal'.
3494
3495         * wl-mime.el (wl-draft-preview-message): Bind
3496         `mime-header-encode-method-alist' locally.
3497
3498         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3499         (wl-draft-std11-parse-addresses): Added the first address check.
3500         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3501
3502         * Version number is increased to 2.9.7.
3503
3504 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3505
3506         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3507
3508 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3509
3510         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3511         related to scrollbar support, if there is no such a feature
3512         compiled in.
3513
3514 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3517         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3518         for prefetch.
3519
3520 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3521
3522         * wl-summary.el (wl-summary-pick): Fix for no match.
3523
3524 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3525
3526         * wl-draft.el (wl-draft-save):
3527         Override `mime-header-encode-method-alist'.
3528
3529 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3530
3531         * wl-folder.el (wl-folder-pick): New function.
3532         Define key as "?".
3533
3534 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3535
3536         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3537         Fix for unplugged.
3538
3539 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3540
3541         * wl-folder.el (wl-folder-virtual): New function.
3542         Define key as "V".
3543
3544 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3545
3546         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3547         multi folder if entity is group.
3548
3549 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3550
3551         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3552         is nil.
3553
3554 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3555
3556         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3557         (wl-summary-target-mark-msgs): Return the number of marked messages.
3558
3559 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3560
3561         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3562         "first:" is specified.
3563
3564 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3565
3566         * wl-vars.el (wl-from): Use return value of function
3567         user-full-name instead of the variable user-full-name since
3568         XEmacs-20.4 doesn't set this variable.
3569
3570 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3573         call `wl' directly.
3574
3575 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3576
3577         * wl-draft.el (wl-draft-reedit): Removed duplicated
3578         switch-to-buffers.
3579
3580 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * wl.el (wl-other-frame): Removed garbages.
3583
3584 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3587
3588         * wl-xmas.el (wl-draft-key-setup): Ditto.
3589
3590         * wl-mule.el (wl-draft-key-setup): Ditto.
3591
3592         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3593         (wl-draft-reedit): Ditto.
3594         (wl-draft-prepare-edit): Add `wl-draft-save' to
3595         `local-write-file-hooks'.
3596         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3597         (wl-draft-reedit): Set buffer-file-name.
3598         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3599
3600
3601         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3602         call it.
3603         (wl-delete-startup-frame-function): New variable.
3604         (wl-other-frame): New function
3605         (Original was written by Yamaoka san [wl: 09239]).
3606
3607         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3608         if `wl-folder-use-frame'.
3609
3610 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3611
3612         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3613
3614 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3615
3616         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3617         New variable.
3618         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3619         (wl-message-buffer-prefetch-get-next): Use them.
3620         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3621
3622 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3625         with unwind-protect.
3626
3627         * wl-draft.el (wl-draft-reedit): Rewrite.
3628         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3629         (wl-draft-save): Insert header separator if it does not exist;
3630         Removed condition-case.
3631
3632         * wl-summary.el (wl-summary-reedit): Revert last change.
3633
3634         * wl-draft.el (wl-draft-save): Rewrite.
3635         (wl-draft-create-buffer): Set buffer-file-name as nil.
3636
3637         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3638
3639         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3640
3641         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3642         nil.
3643
3644 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3645
3646         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3647         If count is nil, do not prefetch.
3648         (wl-message-buffer-prefetch-next): Next.
3649
3650 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3651
3652         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3653
3654 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3655
3656         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3657         `delete-backward-char'
3658         (wl-draft-prepare-edit): Check major-mode.
3659         (wl-draft-decode-header): Rewrite.
3660         (wl-draft): Fix.
3661
3662 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3663
3664         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3665
3666 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3667
3668         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3669         (wl-message-buffer-prefetch-get-next): Remove size checking.
3670         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3671
3672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3673
3674         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3675         (wl-draft-default-headers): Fix.
3676
3677 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3678
3679         * wl-draft.el (wl-draft-default-headers): Insert return value of
3680         `wl-generate-mailer-string-function'.
3681
3682 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3685         (wl-draft-insert-mail-header-separator): Ditto.
3686
3687         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3688         again (Reverted the change on 2002-01-17 by OKADA san).
3689
3690 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3691
3692         * wl-draft.el (wl-draft): Rewrite.
3693         (wl-draft-create-buffer): New function.
3694         (wl-draft-create-contents): Ditto.
3695         (wl-draft-prepare-edit): Ditto.
3696         (wl-draft-decode-header): Ditto.
3697         (wl-draft-decode-body): Ditto.
3698         (wl-draft-check-new-line): Ditto.
3699         (wl-draft-default-headers): Ditto.
3700         (wl-draft-insert-mail-header-separator): Ditto.
3701
3702 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3703
3704         * Version number is increased to 2.9.6.
3705
3706 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3707
3708         * wl-draft.el (wl-draft-delete-field): Optional argument.
3709         (wl-draft-delete-fields): Ditto.
3710
3711 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3712
3713         * wl-message.el (toplevel): Eliminated byte-compile warning.
3714         for `itimer-function', `delete-timer' and `itimer-list'.
3715
3716 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3717
3718         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3719         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3720         `wl-message-buffer-prefetch-threshold'.
3721         * wl-summary.el (wl-summary-redisplay-internal): Remove
3722         the check of `wl-message-buffer-prefetch-depth'.
3723
3724 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3725
3726         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3727         size of article.
3728         (wl-message-buffer-prefetch-subr): Remove size check.
3729
3730 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl-vars.el (wl-plugged): Make customizable.
3733
3734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3735
3736         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3737         (wl-message-buffer-prefetch-set-timer): New function.
3738         (wl-message-buffer-prefetch-get-next): New function.
3739         (wl-message-buffer-prefetch): New function.
3740         (wl-message-buffer-prefetch-next): Rewrite.
3741         (wl-message-buffer-prefetch-subr): Rewrite.
3742         * wl-vars.el (wl-auto-prefetch-first): New variable.
3743         * wl-summary.el (wl-summary-goto-folder-subr): Call
3744         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3745
3746 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3747
3748         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3749         `wl-summary-unread-message-hook'.
3750
3751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3752
3753         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3754         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3755         if range is `cache-status'.
3756
3757 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-message.el (wl-message-buffer-prefetch-subr):
3760         Improve debug message.
3761
3762 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3763
3764         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3765         `wl-mail-send-pre-hook'.
3766         (wl-draft-send-mail-with-qmail): Ditto.
3767         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3768
3769 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl-message.el (wl-message-buffer-prefetch-subr):
3772         Fix for cancel-function-timers bug.
3773         (wl-message-buffer-prefetch-debug): Default value is t.
3774
3775 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3778         (wl-message-buffer-prefetch-subr): Rewrite.
3779         Rename from `wl-message-buffer-prefetch'.
3780
3781 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3784         (wl-default-draft-cite-decorate-author): Ditto.
3785
3786         * wl-draft.el (wl-draft-cite-function): Removed.
3787         (wl-default-draft-cite-decorate-author): Ditto.
3788
3789 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3792         (wl-default-draft-cite): Do not arrange author name if the value of
3793         `wl-default-draft-cite-decorate-author' is nil.
3794
3795 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3798
3799         * wl-folder.el (wl-folder-check-one-entity): Don't care
3800         `elmo-folder-use-flag-p'.
3801
3802 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3803
3804         * wl-folder (wl-folder-check-one-entity): Fix
3805         problem if unread is nil.
3806
3807 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3808
3809         * wl-address.el (wl-address-make-completion-list): Check whether
3810         the address is a group list.
3811         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3812
3813 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3814
3815         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3816         The number of the messages of new and unread does not count
3817         correctly.
3818
3819         * wl-summary.el (wl-summary-count-unread): Changed to return
3820         `(new . unread)' instead of total.
3821         (wl-summary-sync-update): Follow the change above.
3822
3823         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3824
3825 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-address.el (wl-address-make-completion-list): Do not enclose
3828         address by " <" and ">" if associated realname is "".
3829         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3830         This is against the promblem with group list in .addresses pointed
3831         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3832
3833 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3836         message is a format control string.
3837         * wl-expire.el (wl-expire-append-log): Ditto.
3838         * wl-mime.el (wl-summary-burst-subr): Ditto.
3839         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3840         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3841
3842 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3843
3844         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3845         wl.el (wl-check-variables): Rename from `wl-check-type'.
3846         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3847         (wl-check-variables-2): New function.
3848         (wl): Call `wl-check-variables-2'.
3849
3850 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3853         after renaming folder in access group.
3854
3855 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3856
3857         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3858         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3859         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3860         (wl-message-buffer-prefetch): Rewrite.
3861         (wl-message-buffer-prefetch-idle-time): Removed.
3862         * wl-summary.el (wl-summary-redisplay-internal):
3863         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3864         Error check for `wl-message-buffer-prefetch-depht'.
3865
3866 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3867
3868         * Version number is increased to 2.9.5.
3869         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3870
3871 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3874         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3875         Based on the patch written by
3876         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3877
3878 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3879
3880         * wl-draft.el (wl-draft-raw-send): Fix for
3881         `wl-news-send-pre-hook'
3882
3883 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3884
3885         * wl-utils.el (wl-message-id-function): New variable.
3886         * wl-draft.el (wl-draft-insert-required-fields):
3887         Use `wl-message-id-function'.
3888
3889 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3890
3891         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3892         * wl-utils.el (wl-draft-make-message-id-string):
3893         Use `wl-from' for domain part of Message-ID
3894         if `wl-message-id-use-wl-from' if non-nil.
3895         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
3896
3897 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3898
3899         * wl.el (wl): Call `wl-check-type'
3900         Do not 'condition-case'.
3901
3902 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3903
3904         * wl.el (wl-check-type): New function.
3905         (wl-check-type-variables): New variable.
3906
3907 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3908
3909         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
3910
3911 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3912
3913         * wl-draft.el (wl-smtp-password-key): New function.
3914         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
3915         (wl-draft-send-mail-with-smtp): Ditto.
3916         (wl-draft-send-mail-with-pop-before-smtp): Fix.
3917
3918 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
3919
3920         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
3921         * wl-utils.el (wl-unique-id-suffix): Remove.
3922
3923 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
3924
3925         * Version number is increased to 2.9.4.
3926
3927 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-utils.el (wl-unique-id-suffix): New variable.
3930         (wl-unique-id): Use `wl-unique-id-suffix'
3931
3932 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3933
3934         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
3935         instead of `elmo-msgdb-search'.
3936
3937         * Version number is increased to 2.9.3.
3938
3939 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
3940
3941         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
3942
3943 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
3944
3945         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
3946         (wl-draft-dispatch-message): Changed for send-later.
3947         (wl-draft-queue-flush): Ditto.
3948         (wl-draft): Clear `wl-sent-message-queued'.
3949         (wl-draft-reedit): Ditto.
3950         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
3951         * wl-vars.el (wl-draft-force-queuing): New variable.
3952         (wl-draft-force-queuing-mail): New variable.
3953         (wl-draft-force-queuing-news): New variable.
3954
3955 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-draft.el (wl-draft-hide): Removed `interactive'.
3958         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
3959
3960 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3961
3962         * Version number is increased to 2.9.2.
3963
3964 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * wl-draft.el (wl-draft-elide-region): New user command.
3967         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
3968
3969         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
3970         command `wl-draft-elide-region'.
3971         * wl-mule.el: Ditto.
3972         * wl-xmas.el: Ditto.
3973
3974 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
3975
3976         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
3977         (wl-biff-check-folder-async): Removed needless let.
3978
3979 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
3980
3981         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
3982         wl-folder-get-elmo-folder.
3983         (wl-biff-check-folder): Set `biff' argument of
3984         `wl-folder-check-one-entity'.
3985         (wl-biff-check-folder-async): Setup `biff' slot of folder.
3986
3987         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
3988         (wl-folder-check-one-entity): Added `biff' argument;
3989         Setup `biff' slot of folder.
3990
3991         * Version number is increased to 2.9.1.
3992
3993 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
3996         comment out and fixed.
3997         (wl-fldmgr-add-completion-subr): Ditto.
3998
3999         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4000         and msgdb.
4001
4002         * wl.el (wl-toggle-plugged): Save summary view.
4003
4004 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4007
4008 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4009
4010         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4011
4012 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4015         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4016         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4017
4018         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4019         if it was failed.
4020         (wl-demo): Disable undo in the demo buffer.
4021
4022 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-version.el (wl-version): Changed codename.
4025
4026         * Version number is increased to 2.9.0.
4027
4028 2001-12-14  Takuo KITAME <kitame@northeye.org>
4029
4030         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4031         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4032         (wl-folder-mark-as-read-all-current-entity): Ditto.
4033
4034 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-vars.el (wl-from-width): Define as obsolete variable.
4037         (wl-subject-length-limit): Ditto.
4038
4039         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4040
4041         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4042         wl-summary-save-view.
4043
4044         * wl.el (wl-save-status): Ditto.
4045         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4046
4047         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4048         (wl-summary-exit): Follow the change above.
4049         (wl-summary-goto-folder-subr): Ditto.
4050
4051         * wl-folder.el (wl-folder-create-subr): Don't use
4052         `elmo-folder-creatable-p'.
4053
4054 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4057
4058 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4061         rather than bitmap on Emacs 21.
4062         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4063         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4064         for xbm if the new redisplay engine is not available.
4065
4066 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-folder.el (wl-folder-init-hook): New hook.
4069         (wl-folder-init): Run `wl-folder-init-hook'.
4070
4071 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4074
4075 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * wl-acap.el (wl-acap-cache-filename): New variable.
4078         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4079         (wl-acap-init): Use cache if no ACAP server found.
4080
4081 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4082
4083         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4084         `wl-acap-original-msgdb-dir'.
4085
4086         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4087         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4088
4089         * wl-mime.el (wl-mime-save-directory): Renamed from
4090         `wl-mime-save-dir'.
4091
4092 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4095
4096         * wl-demo.el: Require `path-util'.
4097         (wl-demo-bitmap-mule-available-p): New internal variable.
4098         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4099         `module-installed-p' instead.
4100         (wl-demo-insert-image): Use *.img file for a bitmap image.
4101         (wl-demo): Don't call the ascii demo recursively.
4102
4103 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4104
4105         * Version number is increased to 2.7.7.
4106
4107 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4108
4109         * wl.el (wl-exit): Eliminated byte-compile warning.
4110
4111 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4112
4113         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4114         obsolete variable using `elmo-define-obsolete-variable'.
4115         (wl-fetch-confirm-threshold): Ditto.
4116         (wl-cache-prefetch-folder-type-list): Ditto.
4117         (wl-cache-prefetch-folder-list): Ditto.
4118
4119 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4122         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4123         (wl-demo-insert-image): New function.
4124         (wl-demo-insert-text): New function.
4125         (wl-demo-image-type-alist): Redefine as a function.
4126         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4127         (wl-demo-with-temp-file-buffer): Removed.
4128         (wl-logo-xpm): Removed.
4129         (wl-logo-xbm): Removed.
4130         (wl-logo-bitmap): Removed.
4131
4132 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4133
4134         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4135         (wl-expire-localdir-get-folder-function): New user option.
4136         (wl-expire-localdir-get-folder): New function.
4137         (wl-expire-localdir-date): Ditto.
4138
4139 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4140
4141         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4142         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4143         Fixed unread number mismatch when all-unread < unread.
4144
4145 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4148         (wl-fetch-confirm-threshold): Ditto.
4149
4150         * wl-summary.el (wl-summary-confirm-appends): Removed.
4151         (wl-summary-sync-update): Don't refer
4152         `wl-summary-update-confirm-threshold' (It is now abolished).
4153
4154         * wl-message.el (wl-message-display-internal): Don't refer
4155         `wl-fetch-confirm-threshold' (It is now abolished).
4156
4157 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4160
4161 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4162
4163         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4164         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4165         Change default value to nil.
4166         (wl-summary-indent-length-limit): The value can be nil, nil means
4167         unlimited.
4168
4169         * wl-summary.el: Don't set limit for indent length if the value of
4170         wl-summary-indent-length-limit is nil.
4171         If the value of wl-summary-width is nil, it means only that the width
4172         of summary is unlimited (nil doesn't mean that the indent length is
4173         unlimited).
4174
4175         * wl-thread.el: Ditto.
4176
4177 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4178
4179         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4180         be nil, nil means never confirm.
4181         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4182
4183 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4184
4185         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4186         means unlimited).
4187
4188 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4191         Use `with-temp-buffer'.
4192
4193 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4196         with new backquote style).
4197         (wl-folder-get-entity-from-buffer): Ditto.
4198
4199 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4200
4201         * wl-version.el (nemacs-version): Eliminated.
4202         (wl-extended-emacs-version2): Ignore nemacs.
4203         (wl-extended-emacs-version3): Ditto.
4204
4205 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4206
4207         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4208         (wl-draft-add-in-reply-to): New variable.
4209         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4210         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4211         (wl-draft-yank-from-mail-reply-buffer): Use
4212         `wl-draft-add-in-reply-to'.
4213         (wl-draft-insert-current-message): Ditto.
4214
4215 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4216
4217         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4218         typo (kill->hide).
4219         (wl-message-buffer-prefetch-folder-type-list): Added elements
4220         `mark' and `cache' instead of `internal'.
4221
4222 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4225         resume msgdb directory.
4226
4227 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl.el (wl-exit): Call `wl-acap-exit'.
4230
4231         * wl-summary.el (wl-summary-message-string): New function.
4232         (wl-summary-reedit): Use it.
4233         (wl-summary-resend-bounced-mail): Remove needless let.
4234         (wl-summary-supersedes-message): Ditto.
4235         (wl-summary-save): Ditto.
4236
4237         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4238         (wl-acap-init): Set it.
4239         (wl-acap-exit): New function.
4240
4241 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4242
4243         * wl.el (wl-init): Revert (require 'mime-setup). move from
4244         toplevel.
4245
4246 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4247
4248         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4249         local variables.  Add error when guess function return invalid
4250         value.
4251
4252 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4253
4254         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4255         Change local variable name.
4256         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4257         (wl-folder-get-newsgroups): Return nil when non-news folder.
4258         * wl-summary.el (wl-summary-write-current-folder): State through
4259         when guess-list return nil.
4260         (wl-summary-write-current-folder-functions): Fixed docstring.
4261
4262         * wl.el (wl-exit): Changed confirm message.
4263
4264         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4265         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4266
4267         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4268
4269 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4270
4271         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4272         user option (Renamed from wl-cache-prefetch-folder-type-list).
4273         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4274         from wl-cache-prefetch-folder-list).
4275
4276         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4277         Move to wl-vars.el.
4278         (wl-message-buffer-prefetch-p): Changed to enable
4279         `wl-message-buffer-prefetch-folder-list'.
4280
4281         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4282         `ignore-cache'.
4283
4284 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4285
4286         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4287         `part-top' and `part-bottom'.
4288         (wl-draft-config-sub-part-top): New function.
4289         (wl-draft-config-sub-part-bottom): New function.
4290
4291 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4294
4295 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4296
4297         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4298
4299 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4302
4303         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4304         (wl-summary-write-current-folder): Ditto.
4305
4306 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-folder.el (wl-folder-get-newsgroups): Use
4309         `elmo-folder-newsgroups'.
4310
4311 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4312
4313         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4314         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4315         `wl-draft-config-sub-header-bottom'.
4316
4317 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4318
4319         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4320         localnews folder.
4321
4322 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-summary.el (wl-summary-mode): Undo last change.
4325
4326         * wl-folder.el (wl-folder-mode): Ditto.
4327
4328 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-summary.el (wl-summary-mode): Locally set
4331         truncate-partial-window-width to nil.
4332         (for XEmacs)
4333
4334         * wl-folder.el (wl-folder-mode): Ditto.
4335
4336 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4339
4340 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4341
4342         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4343         number.
4344
4345         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4346
4347         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4348
4349         * Version number is increased to 2.7.6.
4350
4351 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4354
4355 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-sync-update): Enclose network
4358         related portion with `unwind-protect'.
4359
4360 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4361
4362         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4363
4364 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4367         element.
4368         * wl-vars.el (wl-message-body-button-alist): Ditto.
4369
4370         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4371         max match length.
4372         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4373
4374         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4375         for the max match length;
4376         Use 4th element value for the button string regexp group.
4377
4378         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4379         candidate exists, prompt to select.
4380
4381 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4382
4383         * wl-summary.el (wl-summary-jump-to-msg): Search before
4384         calibration point by `beginning-of-line'.
4385
4386 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4389         for access group.
4390
4391 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-message.el (wl-message-display-internal): Bind
4394         `default-mime-charset'.
4395
4396         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4397
4398         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4399
4400         * Version number is increased to 2.7.5.
4401
4402 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4403
4404         * wl-expire.el (wl-summary-archive): Fixed;
4405         Use `elmo-folder-name-internal'.
4406
4407 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4408
4409         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4410         from `elmo-folder-move-messages' caller.
4411         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4412
4413         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4414         related portions are changed).
4415
4416 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4417
4418         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4419         counter.
4420
4421 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4424         buffer local and set it to nil.
4425
4426         * wl-message.el (wl-message-redisplay): Ditto.
4427
4428 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-summary.el (wl-summary-mark-as-important): If message is
4431         already cached, set messag as read, otherwise encache and mark as read.
4432
4433 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4436         point-min.
4437
4438 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4441         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4442         a keymap.
4443
4444 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4447         parent.
4448
4449         * wl-mule.el (wl-message-define-keymap): Ditto.
4450
4451         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4452
4453         * wl-xmas.el (wl-message-display-internal-hook): Define.
4454         (wl-xmas-setup-message-toolbar): Define as function.
4455         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4456         (wl-message-overload-functions): Abolished.
4457         (wl-message-define-keymap): New function.
4458
4459         * wl-vars.el (wl-message-display-internal-hook): New variable.
4460         (wl-message-header-button-alist): New variable (Renamed from
4461         wl-highlight-message-header-button-alist).
4462         (wl-message-body-button-alist): Ditto.
4463
4464         * wl-mule.el (wl-message-define-keymap): New function.
4465         (wl-message-overload-functions): Abolished.
4466
4467         * wl-message.el (wl-message-add-buttons-to-body): New function.
4468         (wl-message-redisplay): Don't call wl-message-overload-functions;
4469         Call wl-message-add-buttons-to-header and
4470         wl-message-add-buttons-to-body.
4471         (wl-message-display-internal): Set keymap argument for
4472         elmo-mime-display-as-is, elmo-mime-message-display;
4473         Run wl-message-display-internal-hook.
4474         (wl-message-refer-article-or-url): Abolished.
4475
4476         * wl-highlight.el (wl-highlight-headers): Don't call
4477         wl-highlight-message-add-buttons-to-header.
4478         (wl-highlight-message-add-buttons-to-header): Abolished.
4479
4480
4481         * wl-e21.el (wl-message-display-internal-hook): Define.
4482         (wl-e21-setup-toolbar): Deleted duplicated binding.
4483         (wl-e21-setup-message-toolbar): Define as function.
4484         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4485         (wl-message-define-keymap): New function.
4486         (wl-message-overload-functions): Abolished.
4487
4488 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4491         and elmo-folder-close.
4492
4493         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4494
4495 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4496
4497         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4498         boolean value.
4499         * wl-draft.el (wl-draft-do-fcc): Ditto.
4500
4501 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-vars.el (wl-fcc-force-as-read): New variable.
4504         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4505         mark copied message as read.
4506
4507 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4510
4511 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4512
4513         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4514         `wl-summary-target-above' instead of obsolete variable
4515         `wl-summary-temp-above'.
4516
4517         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4518         instead of `make-obsolete-variable'.
4519         * wl-refile.el (toplevel): Ditto.
4520
4521 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4522
4523         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4524         with third argument t.
4525         (wl-draft): Set first argument for wl-plugged-init as t.
4526
4527         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4528         definition.
4529
4530 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4531
4532         * wl-vars.el: Tabify.
4533         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4534
4535         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4536         message.
4537
4538 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4541         and set default to beep.
4542
4543 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-vars.el (wl-draft-truncate-lines): New variable.
4546
4547         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4548         instead of wl-message-truncate-lines for truncate-lines.
4549
4550 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl-message.el (wl-message-display-internal): Call
4553         `wl-highlight-message' after `elmo-mime-display-as-is'.
4554
4555         * wl-mime.el (wl-mime-display-text/plain): New function.
4556         (wl-mime-display-header): Ditto.
4557         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4558         body-presentation-method for text/plain;
4559         Register `wl-mime-display-header' as a header-presentation-method;
4560         Don't set up `elmo-message-text-content-inserted-hook' and
4561         `elmo-message-header-inserted-hook'.
4562
4563         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4564         variable.
4565         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4566         as t if flag is 'all-header;
4567         Don't bind `elmo-message-ignored-field-list',
4568         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4569
4570 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4573         for xemacs with non-mule environment.
4574
4575 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4576
4577         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4578         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4579         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4580
4581 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4582
4583         * wl-vars.el (wl-interactive-send): Set default value as t.
4584
4585 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4588         (wl-addrmgr-method-list): Abolished.
4589         (wl-addrmgr-change-method): Follow above change.
4590
4591         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4592
4593 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-vars.el (wl-message-truncate-lines): Change default value
4596         to default-truncate-lines.
4597
4598         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4599
4600 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-vars.el (wl-message-truncate-lines): New variable.
4603
4604         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4605         wl-message-truncate-lines.
4606
4607 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4608
4609         * wl-acap.el (wl-acap-init): Remove period from error message.
4610         (wl-acap-find-acap-service): Remove period from message.
4611
4612 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4613
4614         * wl.el (wl-check-environment): Undo last change.
4615
4616         * wl-vars.el (wl-from): Changed default value.
4617
4618         * wl-util.el (toplevel): Don't require tm-edit.
4619
4620         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4621         `wl-folder-init';
4622         Don't set mark on mail body.
4623         (wl-draft-reedit): Ditto.
4624
4625         * wl-address.el (wl-address-quote-specials): Define as an alias for
4626         elmo-address-quote-specials.
4627
4628 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4631
4632         * wl-vars.el (wl-from): Set default value as nil.
4633         (wl-organization): Set default value as ORGANIZATION environment
4634         variable.
4635
4636         * wl-draft.el (wl-smtp-extension-bind): Check value of
4637         wl-smtp-connection-type.
4638
4639         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4640         error.
4641
4642 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4643
4644         * Version number is increased to 2.7.4.
4645
4646         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4647         arguments from `wl-highlight-x-face-function' caller.
4648         Use x-face-1.3.6.12 or later.
4649
4650 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4651
4652         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4653
4654 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4655
4656         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4657         (wl-fcc): Fix to accept function.
4658         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4659
4660 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4661
4662         * wl-acap.el (toplevel): Added `product-provide' declare.
4663         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4664
4665 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl.el (wl): Changed order of calling `elmo-init'
4668         and `elmo-folder-init'.
4669
4670 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4671
4672         * wl-mime.el (wl-summary-burst): Extract message when content-type
4673         of root entity is not only `multipart' but also `message/rfc822'.
4674         (wl-summary-burst-subr): Ditto.
4675
4676 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-vars.el (toplevel): Require 'custom.
4679         (wl-trash-folder): Added to `wl-setting' group.
4680
4681         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4682         exists.
4683         (wl-addrmgr-draw): Insert empty line when no entry exists.
4684
4685         * wl-mule.el (wl-message-wheel-up): Fixed.
4686         (wl-message-wheel-down): Ditto.
4687
4688 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4689
4690         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4691         config is an anonymous lambda expression.
4692
4693 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4696         when Mule 2 is running.
4697
4698 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4699
4700         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4701
4702 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4705         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4706
4707         * wl-address.el (wl-address-specials-regexp): Eliminated.
4708         (wl-address-quote-specials): Rewrite.
4709
4710 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4713         shy-groups for regexp.
4714
4715         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4716         character classes and Perl style shy-groups for regexp.
4717         (wl-highlight-plugged-current-line): Use Posix style character
4718         classes for regexp.
4719         (wl-e21-highlight-folder-by-numbers): Ditto.
4720         (wl-e21-display-image-p): Use `display-images-p' instead of
4721         `display-graphic-p'.
4722         (display-images-p): Make an alias to `display-graphic-p' if it is
4723         not available.  It is for Emacs version prior to 21.0.105.
4724
4725         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4726         `display-graphic-p'.
4727         (wl-demo-image-type-alist): Ditto.
4728         (display-images-p): Make an alias to `display-graphic-p' if it is
4729         not available.  It is for Emacs version prior to 21.0.105.
4730
4731 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4732
4733         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4734         support.
4735         (wl-generate-user-agent-string): Ditto.
4736
4737         * wl-version.el (wl-version): Update docsting.
4738         (wl-version-status): Ditto.
4739
4740 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4743         21.0.105.  For Emacs 21.0.104 or earlier.
4744
4745 2001-09-03  Takuo KITAME <kitame@northeye.org>
4746
4747         * wl-e21.el (wl-plugged-init-icons): Use
4748         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4749         (wl-biff-init-icons): Ditto.
4750
4751 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4752
4753         * wl-highlight.el (wl-highlight-summary-current-line):
4754         Fixed highlighting refile/copy destination.
4755
4756         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4757         (wl-acap-store): Encode string by wl-acap-coding-system.
4758
4759 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-acap.el (toplevel): Check and require 'un-define before
4762         'xemacs-ucs;
4763          Added checking for UTF-2000.
4764
4765 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4768         Don't enclose with `eval-and-compile'.
4769
4770         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4771         wl-init is non-nil.
4772
4773         * wl-draft.el (wl-draft): Ditto.
4774
4775         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4776
4777         * wl-acap.el (toplevel): Require 'wl.
4778         (wl-acap-store): Call `elmo-init'.
4779
4780         * wl.el (wl): Changed position of `wl-check-environment'.
4781         (toplevel): Added autoload setting for wl-acap.
4782
4783         * wl-vars.el (wl-setting): New custom group.
4784         (wl-from): Added wl-setting group.
4785         (wl-user-mail-address-list): Ditto.
4786         (wl-organization): Ditto.
4787         (wl-subscribed-mailing-list): Ditto.
4788         (wl-envelope-from): Ditto.
4789         (wl-smtp-posting-user): Ditto.
4790         (wl-smtp-posting-server): Ditto.
4791         (wl-smtp-posting-port): Ditto.
4792         (wl-smtp-authenticate-type): Ditto.
4793         (wl-pop-before-smtp-user): Ditto.
4794         (wl-pop-before-smtp-server): Ditto.
4795         (wl-pop-before-smtp-port): Ditto.
4796         (wl-pop-before-smtp-authenticate-type): Ditto.
4797         (wl-nntp-posting-server): Ditto.
4798         (wl-nntp-posting-user): Ditto.
4799         (wl-nntp-posting-port): Ditto.
4800         (wl-fetch-confirm-threshold): Ditto.
4801         (wl-prefetch-threshold): Ditto.
4802         (wl-thread-insert-opened): Ditto.
4803         (wl-ldap-server): Ditto.
4804         (wl-ldap-port): Ditto.
4805         (wl-ldap-base): Ditto.
4806         (wl-ldap-objectclass): Ditto.
4807         (wl-use-ldap): Ditto.
4808         (wl-draft-config-alist): Ditto.
4809         (wl-draft-config-matchone): Ditto.
4810         (wl-template-alist): Ditto.
4811         (wl-message-sort-field-list): Ditto.
4812         (wl-message-ignored-field-list): Ditto.
4813         (wl-message-visible-field-list): Ditto.
4814         (wl-interactive-send): Ditto.
4815         (wl-summary-move-order): Ditto.
4816         (wl-auto-select-first): Ditto.
4817         (wl-auto-select-next): Ditto.
4818         (wl-interactive-save-folders): Ditto.
4819
4820         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4821         Initialization codes are moved from wl-local-folder-init.
4822         (wl-local-folder-init): Follow the change above.
4823         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4824
4825         * wl-acap.el: New file.
4826
4827         * Version number is increased to 2.7.3.
4828
4829 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4830
4831         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4832
4833 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4836         (wl-addrmgr-address-entry-list): Ditto.
4837
4838 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-e21.el (wl-draft-mode-map): Removed binding for
4841         `wl-draft-insert-x-face-field'.
4842
4843         * wl-mule.el (wl-draft-mode-map): Ditto.
4844
4845         * wl-xmas.el (wl-draft-mode-map): Ditto.
4846
4847         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4848         (wl-cs-autoconv): Ditto.
4849         (wl-cs-local): Ditto.
4850         (wl-use-scoring): Ditto.
4851         (wl-mime-charset): Ditto.
4852         (wl-folder-check-async): Ditto.
4853
4854         * wl.el (toplevel): Ignore nemacs and tm.
4855         (wl-exit): Ditto.
4856
4857         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4858         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4859         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4860         instead of wl-address-petname-add-or-change.
4861         (wl-summary-edit-addresses-subr): Use wl-address-delete
4862         instead of wl-address-petname-delete.
4863
4864         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4865
4866         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4867         if error occured.
4868
4869         * wl-message.el (require): Remove tm support.
4870
4871         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4872
4873         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4874         (wl-folder-jump-to-current-entity): Ditto.
4875         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4876
4877         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4878         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4879         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4880
4881         * wl-mule.el (wl-draft-key-setup): Ditto.
4882
4883         * wl-xmas.el (wl-draft-key-setup): Ditto.
4884
4885         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4886         (wl-draft-std11-parse-addresses): New function.
4887         (wl-draft-parse-mailbox-list): Use it.
4888         (wl-draft): Ignore nemacs.
4889         (wl-draft-reedit): Ditto.
4890
4891         * wl-addrmgr.el: New file.
4892         (Original is wl-rcpt.el written by
4893         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
4894         Thanks Kitamoto-san.)
4895
4896         * wl-address.el (wl-address-make-address-list): Modified parsing
4897         process.
4898         (wl-address-delete): Renamed from `wl-address-petname-delete';
4899         Modify wl-address-list too.
4900         (wl-address-add-or-change): Renamed from
4901         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
4902
4903 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
4904
4905         * wl-highlight.el (wl-highlight-summary-current-line):
4906           Work with transient-mark-mode
4907
4908 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * Version number is increased to 2.7.2.
4911
4912         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
4913         instead of elmo-dop-queue-method.
4914
4915 2001-08-06  SAITO Atsunori <sai@yedo.com>
4916
4917         * wl-vars.el (wl-ldap-objectclass): New user option.
4918
4919         * wl-address.el (wl-ldap-make-filter): Use it.
4920
4921 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
4924
4925 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-folder.el (wl-folder): redisplay after folder insertion.
4928
4929         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
4930
4931         * wl-summary.el (wl-summary-sync-update):
4932         Change status mark only when new-msgdb exists.
4933         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
4934
4935 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-summary.el (wl-summary-open-folder): New function.
4938         (wl-summary-goto-folder-subr): Use it.
4939         (wl-summary-mark-as-important): Fix;
4940         Encache only when no cache exists.
4941
4942 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4945         Use with-current-buffer.
4946
4947 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4948
4949         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
4950         before call `get-buffer'. Fixed parenthesis.
4951         (wl-score-get-header-entry): Clear message and help window when
4952         keyboard quit.
4953         (wl-score-edit-insert-header): Ditto.
4954
4955 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
4958         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
4959         (wl-default-draft-cite): Fix.
4960
4961         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
4962         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
4963
4964 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-message.el (wl-message-prev-page): Do same bahavior
4967         as summary when it is called in the message buffer.
4968         (wl-message-next-page): Ditto.
4969
4970 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-summary.el (wl-summary-forward): Use cache if it is not
4973         section cache.
4974
4975 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-vars.el: Changed file coding system to ISO-2022-JP.
4978         Removed redundant require of elmo-vars.
4979         (wl-biff-state-indicator-on): Changed default value for
4980         xemacs with non-mule environment.
4981
4982         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
4983         wl-message-buffer is nil;
4984         Hide progress bar after moving messages.
4985
4986 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
4989         message at cursor point is deleted.
4990
4991 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
4992
4993         * wl-vars.el: Changed file coding system to euc-japan.
4994         Added -*-coding:-*- magic to the first line.
4995
4996         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
4997         Search parent from the first message.
4998
4999         * Version number is increased to 2.7.1.
5000
5001 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5002
5003         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5004
5005 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5008         refile/delete execution.
5009
5010         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5011         Fixed docstring.
5012
5013 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5016         do update process;
5017         Don't update marks when update process is interrupted.
5018
5019 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-summary.el (wl-summary-reply): Fixed problem when
5022         wl-draft-use-frame is non-nil.
5023         (wl-summary-forward): Ditto.
5024
5025         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5026         as nil.
5027         (wl-folder-mark-as-read-all-entity): Ditto.
5028         (wl-folder-prefetch-entity): Ditto.
5029
5030         * wl.el (wl): Check environment before wl-init.
5031
5032         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5033         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5034         instead of wl-summary-collect-unread.
5035         (wl-summary-reply): Split message window.
5036
5037 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5040         only if current language environment is japanese,
5041
5042         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5043         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5044         (wl-folder-goto-folder-subr): Ditto.
5045
5046         * wl-draft.el (wl-draft-dispatch-message): Call
5047         `elmo-file-cache-get-path'.
5048
5049 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-summary.el (wl-summary-cursor-move): If return value of
5052         wl-summary-next-message is not number, don't jump.
5053
5054 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-summary.el (wl-summary-buffer-next-message-function): New
5057         variable.
5058         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5059         if it is bound.
5060
5061         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5062         string.
5063
5064         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5065         (wl-plugged-drawing): Ditto.
5066
5067 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5070         process.
5071         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5072         with unwind-protect.
5073
5074         * wl.el (wl-init): Require mime-setup.
5075         (wl-check-environment): Don't require mime-setup.
5076
5077         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5078         instead of elmo-folder-type.
5079
5080         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5081         value as nil.
5082
5083 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * Version number is increased to 2.7.0.
5086
5087         * wl-version.el (wl-version): Changed codename.
5088
5089         * wl-summary.el (wl-summary-delete-cache): Fixed.
5090
5091         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5092         Workaround for net folders.
5093         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5094
5095         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5096         value to nil (According to the patch from
5097         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5098
5099         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5100         of elmo-folder-close.
5101
5102 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5103
5104         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5105         for postfix.
5106
5107 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-summary.el (wl-summary-resend-message): Fixed.
5110
5111         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5112         Call wl-draft with `from' argument if its address is included in
5113         `wl-user-mail-address-list'.
5114         (wl-draft): Added `from' argument.
5115
5116         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5117         non-nil.
5118         (wl): Don't show demo if wl-demo is nil.
5119
5120         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5121         wl-summary-use-frame.
5122
5123         * wl-vars.el (wl-summary-use-frame): New user option.
5124         (wl-folder-use-frame): Changed docstring.
5125
5126         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5127         non-nil.
5128         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5129         wl-summary-use-frame.
5130
5131         * wl-vars.el (wl-folder-use-frame): New user option.
5132
5133         * wl-summary.el (wl-summary-exit): Back to folder frame if
5134         wl-folder-use-frame is non-nil.
5135         (wl-summary-redisplay-internal): Ignore cache if current folder
5136         is draft folder,
5137         (wl-summary-redisplay-no-mime): Ditto.
5138         (wl-summary-redisplay-all-header): Ditto.
5139
5140         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5141         if wl-folder-use-frame is non-nil.
5142
5143 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * wl-summary.el (wl-summary-sync-update): Bind
5146         elmo-folder-update-threshold.
5147         (wl-summary-mark-as-important): Enclosed server mark processing
5148         with `save-match-data'.
5149
5150         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5151         only when it is already defined.
5152
5153 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5154
5155         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5156         name of folder exclude localdir is wrong.
5157         * wl-folder.el (wl-folder-sync-entity):
5158         Set `wl-summary-always-sticky-folder-list' as nil.
5159         (wl-folder-mark-as-read-all-entity): Ditto.
5160         (wl-folder-prefetch-entity): Ditto.
5161
5162 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5163
5164         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5165         instead of `wl-summary-write-current-newsgroup'.
5166
5167 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5168
5169         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5170         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5171         non-nil and selected message is important, do not display.
5172
5173 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5174
5175         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5176
5177 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5180
5181         * wl-summary.el (wl-summary-mark-as-important): Set message number
5182         using wl-summary-message-number.
5183
5184 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5187         destination folder is 'null.
5188
5189 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5190
5191         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5192         New function.
5193         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5194         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5195         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5196
5197 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-mime.el (wl-mime-setup): Added setting for
5200         `mime-setup-signature-key-alist' to avoid overriding key bind for
5201         `wl-draft-send'.
5202
5203         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5204         for `wl-draft-send'.
5205         * wl-mule.el (wl-draft-overload-functions): Ditto.
5206         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5207         * wl-draft.el (wl-draft-send): Ditto.
5208
5209         * wl-message.el (wl-message-display-internal):
5210         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5211         (Patch is provided by <kita@coe.nttdata.co.jp>).
5212
5213 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5214
5215         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5216
5217 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5218
5219         * wl.el (wl): Fix for wl-demo.
5220
5221 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5222
5223         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5224
5225 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5226
5227         * wl-folder.el (wl-folder-prefetch-entity): Use
5228         `wl-folder-get-elmo-folder'.
5229         (wl-folder-count-incorporates): Do not use
5230         `wl-folder-get-elmo-folder'.
5231
5232 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5235         instead of `elmo-folder-get-type'.
5236
5237 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5238
5239         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5240         position on Subject: field.
5241         (Advised by Mito <mit@nines.nec.co.jp>)
5242
5243 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5244
5245         * wl-folder.el (wl-folder-prefetch-entity): Use
5246         `wl-folder-get-elmo-folder'.
5247
5248 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5251
5252         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5253         `process-duplicates' slot.
5254
5255         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5256         if detection failed.
5257
5258 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5259
5260         * wl-version.el (wl-version-status): Set to "alpha".
5261
5262 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5265         Check wl-message-buffer lives before set-buffer.
5266
5267 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5268
5269         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5270         called in folder mode.
5271         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5272         * wl-summary.el (wl-summary-exit-pre-hook): Run
5273         `wl-summary-exit-pre-hook' before exit summary mode.
5274
5275 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5276
5277         * wl-version.el (wl-version-status): New variable.
5278         (wl-version-status-alist): Removed.
5279         (wl-version-status): Rule included.
5280
5281 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5284         @sponichi.
5285
5286         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5287         when `mail-reply-buffer' is buffer-local variable.
5288         (Reported by <kita@coe.nttdata.co.jp>).
5289
5290 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-vars.el (toplevel): Require 'elmo-util.
5293
5294 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5297         (All other related portions are changed)
5298
5299         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5300
5301         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5302
5303 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5304
5305         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5306
5307 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5310         Delete other windows to avoid an error.
5311         Use `point-marker' instead of `point' to remember the start point
5312         of body.
5313
5314         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5315
5316         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5317         number not to exceed all message number.
5318
5319 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320
5321         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5322         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5323
5324 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5325
5326         * wl-summary.el (wl-summary-sync-force-update): Added argument
5327         no-check.
5328         (wl-summary-sync-update): Ditto.
5329         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5330         with `no-check'.
5331
5332         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5333         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5334         already running.
5335
5336 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5337
5338         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5339         `dst-folder-arg'.
5340         (wl-expire-archive-number1): Diito.
5341         (wl-expire-archive-number2): Diito.
5342         (wl-expire-archive-Date): Diito.
5343         (wl-archive-number1): Diito.
5344         (wl-archive-number2): Diito.
5345         (wl-archive-date): Diito.
5346         (wl-archive-folder-p): New function.
5347         (wl-summary-expire): Support of expand folder name at
5348         wl-expire-alist.
5349         * wl-util.el (wl-expand-newtext): Renamed from
5350         `wl-refile-expand-newtext'.
5351
5352 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5353
5354         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5355         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5356         `(elmo-msgdb-get-overview msgdb)'.
5357         (wl-summary-prefetch): Bind match data before call
5358         `wl-summay-prefetch-msg'.
5359         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5360         'off if `wl-summary-buffer-disp-msg' is non-nil.
5361         Fixed problem that couldn't show only one new or unread message when
5362         enter folder.
5363         (wl-summary-reply): Don't call `split-window-vertically' and other
5364         window.
5365
5366 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-expire.el (wl-expire-refile): Fixed.
5369
5370 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5373
5374         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5375         biff notification is removed.
5376
5377         * wl.el (wl): Changed position of `elmo-init'.
5378
5379         * wl-draft.el (wl-default-draft-cite): Use date field
5380         on the citation buffer.
5381
5382         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5383
5384         * wl-xmas.el (wl-folder-internal-icon-list): Added
5385         `wl-folder-shimbun-image'.
5386
5387         * wl-e21.el (wl-folder-internal-icon-list): Added
5388         `wl-folder-shimbun-image'.
5389
5390 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl.el (wl-init): Eliminated argument.
5393         (wl): Rewrite.
5394
5395         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5396         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5397         instead of `elmo-folder-msgdb-internal'.
5398         (wl-summary-sync-update): Ditto.
5399         (wl-summary-flush-pending-append-operations): Eliminated.
5400         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5401         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5402         `elmo-folder-open'.
5403
5404         * wl-mime.el (wl-summary-burst): Fixed.
5405
5406         * wl-folder.el (wl-folder-info-save): Check data type.
5407
5408         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5409         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5410         instead of `elmo-folder-msgdb-internal'.
5411         (wl-expire-hide): Ditto.
5412
5413
5414         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5415
5416 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5417
5418         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5419
5420 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5423
5424 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5425
5426         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5427         Fixed `match-beginning' argument mismatch.
5428
5429 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5430
5431         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5432         the default value.
5433
5434 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5437         instead of `elmo-nntp-default-port'.
5438
5439         * wl-vars.el: Fixed some doc strings.
5440
5441 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-summary.el (wl-summary-prefetch-msg): Use
5444         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5445
5446         * wl-vars.el: Define *-func as obsolete variable using
5447         `elmo-define-obsolete-variable'.
5448
5449         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5450         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5451         instead of `wl-message-buffer-prefetch-threshold'.
5452
5453         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5454
5455         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5456
5457         * wl-draft.el (wl-caesar-region-func): Ditto.
5458
5459         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5460         Keep unread status in elmo-folder-move-messages.
5461         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5462
5463 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5464
5465         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5466         `wl-summary-buffer-exit-func'
5467         (wl-summary-buffer-message-redisplay-function): Renamed from
5468         `wl-summary-buffer-message-redisplay-func'
5469         (wl-summary-buffer-next-folder-function): Renamed from
5470         `wl-summary-buffer-next-folder-func'.
5471         (wl-summary-buffer-prev-folder-function): Renamed from
5472         `wl-summary-buffer-prev-folder-func'.
5473         (wl-summary-get-petname-function): Renamed from
5474         `wl-summary-get-petname-func'.
5475
5476         * wl-score.el (wl-score-edit-exit-function): Renamed from
5477         `wl-score-edit-exit-func'.
5478
5479         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5480         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5481
5482         * wl-util.el (wl-load-profile-function): Renamed from
5483         `wl-load-profile-func'.
5484
5485         * wl-folder.el (wl-folder-completion-function): Renamed from
5486         `wl-folder-completion-func'.
5487         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5488
5489         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5490         `wl-expire-archive-get-folder-func'.
5491         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5492         (wl-draft-send-mail-function): Renamed from
5493         `wl-draft-send-mail-func'.
5494         (wl-draft-send-news-function): Renamed from
5495         `wl-draft-send-news-func'.
5496         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5497         (wl-generate-mailer-string-function): Renamed from
5498         `wl-generate-mailer-string-func'.
5499         (wl-highlight-signature-search-function): Renamed from
5500         `wl-highlight-signature-search-func'.
5501         (wl-highlight-x-face-function): Renamed from
5502         `wl-highlight-x-face-func'
5503         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5504         (wl-ps-print-buffer-function): Renamed from
5505         `wl-ps-print-buffer-func'
5506         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5507         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5508         (wl-summary-subject-filter-function): Renamed from
5509         `wl-summary-subject-filter-func'.
5510
5511         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5512         `wl-draft-queue-flush-send-func'
5513         (wl-draft-cite-function): Renamed from
5514         `wl-draft-cite-func'
5515
5516         * wl-address.el (wl-address-init-function): Renamed from
5517         `wl-address-init-func'.
5518
5519 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-draft.el (wl-draft-queue-flush): Don't call
5522         `elmo-dop-unlock-message'.
5523         * wl-draft.el (wl-draft-queue-append): Don't call
5524         `elmo-dop-lock-message'.
5525
5526         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5527         (wl-summary-buffer-folder-name): Ditto.
5528         (wl-summary-message-regexp): Added '-' (all other related portions
5529         are changed).
5530         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5531         wl-summary-buffer-folder-name.
5532
5533 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5534
5535         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5536         the number of mails in the folder buffer is not updated by wl-biff.
5537
5538 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5539
5540         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5541         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5542
5543 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-summary.el (wl-summary-next-message):
5546         Return next message number when wl-summary-move-order is nil.
5547
5548 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5549
5550         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5551         `wl-summary-move-spec-alist'.
5552         (wl-summary-move-spec-unplugged-alist): New variable
5553         (Move spec for unplugged status).
5554         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5555         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5556
5557 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5558
5559         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5560         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5561
5562 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5563
5564         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5565         simple quotation to quote the anonymous function.
5566         * tm-wl.el (wl-draft-preview-message): Ditto.
5567
5568 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5569
5570         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5571         Eliminate redundant `save-excursion'.
5572         (wl-highlight-summary-current-line): Ditto.
5573
5574         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5575         accessing match data when `looking-at' failed.
5576
5577         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5578         `elmo-match-string' where users don't care about the speed.
5579         (wl-draft-save): Ditto.
5580
5581 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-util.el (wl-regexp-opt): New function.
5584
5585         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5586         number from `wl-summary-buffer-number-list'.
5587         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5588         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5589         (wl-summary-move-spec-alist): Changed default setting.
5590
5591 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5592
5593         * wl-vars.el (wl-biff-notify-hook): New hook.
5594         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5595         the arrival of new mail.
5596         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5597         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5598
5599 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5602
5603 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5606
5607         * Version number is increased to 2.5.8.
5608
5609         * wl-thread.el (toplevel): require 'cl.
5610         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5611         (wl-thread-make-number-list): New function.
5612         (wl-thread-entity-make-number-list-from-children): Ditto.
5613         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5614         (wl-thread-entity-insert-as-children): Likewise.
5615         (wl-thread-delete-message): Likewise.
5616         (wl-meaning-of-mark): Eliminated.
5617         (wl-thread-next-failure-mark-p): Ditto.
5618         (wl-thread-entity-get-mark): Ditto.
5619         (wl-thread-meaning-alist-get-result): Ditto.
5620         (wl-thread-entity-check-prev-mark): Ditto.
5621         (wl-thread-entity-check-next-mark): Ditto.
5622         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5623         (wl-thread-entity-get-prev-marked-entity): Ditto.
5624         (wl-thread-get-prev-unread): Ditto.
5625         (wl-thread-jump-to-prev-unread): Ditto.
5626         (wl-thread-get-next-unread): Ditto.
5627         (wl-thread-jump-to-next-unread): Ditto.
5628         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5629         (wl-thread-entity-get-next-marked-entity): Ditto.
5630
5631         * wl-summary.el (wl-summary-buffer-number-list):
5632         New bufer-local variable.
5633         (wl-summary-switch-to-clone-buffer): Clone
5634         `wl-summary-buffer-number-list'.
5635         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5636         (wl-summary-cursor-move-regex): Eliminated.
5637         (wl-summary-cursor-up): Rewrite.
5638         (wl-summary-cursor-down): Ditto.
5639         (wl-summary-mode-spec-alist): New variable.
5640         (wl-summary-next-message): New inline function.
5641         (wl-summary-cursor-move): New function.
5642         (wl-summary-default-get-next-msg): Rewrite.
5643         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5644         (wl-summary-rescan): Ditto.
5645         (wl-summary-sync-all-init): Ditto.
5646         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5647         summary is not thread view.
5648         (wl-summary-sync-update): Ditto.
5649         (wl-summary-rescan): Ditto.
5650         (wl-summary-make-number-list): New function.
5651
5652         * wl-draft.el: "FCC" -> "Fcc".
5653
5654 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-highlight.el (wl-highlight-summary-window):
5657         Call `set-buffer-modified-p'.
5658
5659         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5660         (wl): Call `elmo-init' and fix.
5661
5662         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5663         Use new variables.
5664
5665         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5666
5667 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5670
5671 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5672
5673         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5674
5675 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5676
5677         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5678         `wl-use-toolbar' nor `display-graphic-p'.
5679         (wl-e21-setup-message-toolbar): Ditto.
5680         (wl-e21-setup-summary-toolbar): Ditto.
5681         (wl-e21-setup-folder-toolbar): Ditto.
5682
5683         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5684         (wl-plugged-init-icons): Ditto.
5685
5686         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5687         `display-graphic-p'.
5688         (wl-plugged-set-folder-icon): Ditto.
5689         (wl-highlight-plugged-current-line): Ditto.
5690         (wl-highlight-folder-current-line): Ditto.
5691         (wl-e21-highlight-folder-group-line): Ditto.
5692         (wl-e21-setup-toolbar): Ditto.
5693         (wl-e21-display-image-p): New macro.
5694
5695         * wl-demo.el (wl-demo): Simplified.
5696         (wl-demo-image-type-alist): Use `image-type-available-p' for
5697         checking whether the image type `xbm' is available.
5698
5699 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5702         (wl-summary-input-range): Ditto.
5703
5704 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-summary.el (wl-summary-edit-addresses): Use
5707         `wl-summary-get-original-buffer'
5708         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5709         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5710         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5711         (wl-summary-get-newsgroups): Eliminated.
5712         (wl-summary-set-crosspost): Ditto.
5713         (wl-summary-is-crosspost-folder): Ditto.
5714         (wl-crosspost-alist-load): Ditto.
5715         (wl-crosspost-alist-save): Ditto.
5716
5717         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5718         `elmo-setup-subscribed-newsgroups' instead of
5719         `elmo-nntp-make-groups-hashtb'.
5720         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5721         instead of `wl-crosspost-alist-save'.
5722
5723         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5724         of `elmo-folder-message-appendable-p'.
5725         (wl-mime-header-presentation-method): Eliminated.
5726
5727         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5728         (Error occurs in emacs21).
5729
5730         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5731         the current buffer).
5732
5733         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5734         instead of `wl-crosspost-alist-save'.
5735         (wl-init): `elmo-crosspost-message-alist-load'
5736         instead of `wl-crosspost-alist-load'
5737
5738         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5739         (wl-parse-newsgroups): Likewise.
5740         (wl-biff-notify): Run `wl-biff-notify-hook'.
5741
5742 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5745
5746         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5747         when `wl-summary-lazy-highlight' is non-nil.
5748         (wl-summary-goto-folder-subr): Highlight only when
5749         `wl-summary-lazy-highlight' is non-nil.
5750
5751         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5752         Don't display progress and highlight temp-mark when
5753         `wl-summary-lazy-highlight' is non-nil.
5754         (wl-highlight-summary-window): New function.
5755         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5756
5757 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-summary.el (wl-summary-sync): Change `all-visible'
5760         from `all-shown'
5761         (wl-summary-input-range): Ditto.
5762
5763 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5764
5765         * wl-e21.el (wl-highlight-folder-current-line): Call
5766         `wl-folder-init-icons' when folder icons have not been initialized.
5767
5768         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5769
5770         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5771         (wl-demo-image-type-alist): New macro.
5772
5773 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5774
5775         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5776         display does not support graphics.
5777         (wl-plugged-init-icons): Ditto.
5778         (wl-folder-init-icons): Ditto.
5779
5780         * wl-demo.el (wl-demo): Chech closely whether the display
5781         supports graphics.
5782
5783 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-summary.el (wl-summary-get-original-buffer): New function.
5786         (wl-summary-set-crosspost): Use it.
5787         (wl-summary-target-mark-uudecode): Ditto.
5788         (wl-summary-reedit): Ditto.
5789         (wl-summary-resend-bounced-mail): Ditto.
5790         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5791         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5792
5793         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5794         (wl-message-display-internal): Ditto.
5795
5796 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5799
5800 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-summary.el (wl-summary-save-view): Renamed from
5803         `wl-summary-save-status'.
5804
5805 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5806
5807         * wl-summary.el (wl-summary-sync): Added `all-shown'
5808
5809 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5810
5811         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5812
5813 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5814
5815         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5816
5817 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5818
5819         * wl-highlight.el (wl-highlight-summary-line-string): Use
5820         `zerop' instead of `= 0'.
5821         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5822
5823         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5824         for comparing numbers.
5825         (wl-template-prev): Use `zerop' instead of `eq 0'.
5826
5827         * wl-draft.el (wl-draft-insert-current-message): Use
5828         `with-current-buffer' instead of `save-excursion'.
5829         Use `zerop' instead of `eq 0'.
5830
5831 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5832
5833         * wl-draft.el (wl-draft-insert-ccs): New function.
5834         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5835         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5836
5837 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5838
5839         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5840
5841 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-expire.el (wl-expire-refile): Don't call
5844         elmo-msgdb-add-msgs-to-seen-list;
5845         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5846         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5847
5848 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-message.el (wl-message-prev-page): Ignore errors while
5851         scroll-down.
5852
5853 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-mime.el: Use elmo-original-message-mode instead of
5856         mmelmo-original-mode.
5857
5858         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5859         `elmo-folder-get-spec';
5860         (wl-fldmgr-add-completion-all-completions):
5861         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5862
5863         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5864         of `elmo-folder-get-type'.
5865
5866         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5867         `elmo-folder-get-spec';
5868         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5869         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5870         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5871         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5872         `elmo-read-msg-no-cache';
5873         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5874         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5875         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5876         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5877         `elmo-cache-save';
5878         (wl-draft-reedit): Use `elmo-message-file-name'.
5879
5880         * wl-expire.el: Use `elmo-folder-name-internal';
5881         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5882         Use macro `wl-summary-buffer-msgdb' instead of variable
5883         `wl-summary-buffer-msgdb';
5884         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5885         Use macro `wl-summary-buffer-folder-name' instead of variable
5886         `wl-summary-buffer-folder-name'.
5887         * wl-score.el: Likewise.
5888
5889         * wl-message.el: Rewrite for new message buffer cache mechanism.
5890         (wl-message-buffer-cache-buffer-get): New macro.
5891         (wl-message-buffer-cache-folder-get): Ditto.
5892         (wl-message-buffer-cache-message-get): Ditto.
5893         (wl-message-buffer-cache-entry-make): Ditto.
5894         (wl-message-buffer-cache-hit): Ditto.
5895         (wl-message-buffer-cache-sort): New function.
5896         (wl-message-buffer-cache-add): Ditto.
5897         (wl-message-buffer-cache-delete): Ditto.
5898         (wl-message-buffer-cache-clean-up): Ditto.
5899         (wl-message-buffer-window): Rewrite.
5900         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
5901         (wl-message-buffer-display): New function.
5902         (wl-message-display-internal): New function.
5903
5904 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-folder.el: Use `elmo-folder-name-internal';
5907         Use `wl-folder-get-elmo-folder';
5908         Use `elmo-folder-list-messages' instead of
5909         `elmo-list-folder';
5910         Use `elmo-folder-get-primitive-list' instead of
5911         `elmo-folder-get-primitive-spec-list';
5912         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
5913         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5914         Use `elmo-folder-create' instead of `elmo-create-folder'.
5915         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
5916         (wl-folder-get-elmo-folder): New macro.
5917         (wl-folder-elmo-folder-cache-get): Ditto.
5918         (wl-folder-elmo-folder-cache-put): Ditto.
5919         (wl-folder-suspend): Call `elmo-quit'.
5920
5921         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5922         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5923         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
5924         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
5925         (toplevel): require 'cl.
5926         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
5927
5928         * wl-summary.el: Rewrite to use new elmo interface.
5929
5930 \f
5931 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-mime.el (wl-draft-preview-message):
5934         Run `wl-draft-send-hook' before collecting recipients information;
5935         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
5936
5937         * tm-wl.el (wl-draft-preview-message): Ditto.
5938
5939 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
5940
5941         * wl-mime.el (wl-draft-preview-message): Fixed problem that
5942         wrong receipients are displayed when forwarded message.
5943
5944 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * Version number is increased to 2.5.7.
5947
5948 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5949
5950         * wl-message.el (wl-message-next-page): Bind
5951         `window-pixel-scroll-increment' to nil while scrolling up.
5952
5953 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5954
5955         * wl-vars.el (wl-save-hook): New hook.
5956         * wl.el (wl-save): Call `wl-save-hook'.
5957
5958 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5959
5960         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
5961         Argument WITH-ARG instead of NO-ARG (negative mean).
5962         (wl-draft-reply): WITH-ARG instead of NO-ARG.
5963         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
5964         * wl-message.el (wl-message-follow-current-entity): Likewise.
5965
5966 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5967
5968         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
5969         FROM was optional argument.
5970         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
5971
5972 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5973
5974         * Version number is increased to 2.5.6.
5975
5976 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5977
5978         * wl-version.el (wl-version-show): Removed.
5979         (wl-version): Add `interactive'.
5980
5981 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
5982
5983         * wl-summary.el (wl-summary-get-petname-func): New variable.
5984         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
5985         instead of `wl-address-get-petname-1'.
5986         (wl-summary-simple-from): Ditto.
5987
5988         * wl-address.el (wl-address-get-petname-1): Define as function.
5989
5990 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
5993         field in the original message.
5994         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5995
5996 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
5997
5998         * wl-expire.el (wl-expire-hide):
5999         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6000
6001 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6004         find decoder for To, Cc, and Subject.
6005
6006 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6009         for checking `elmo-use-buffer-cache'.
6010         (wl-summary-mark-as-important): Fixed typo in comment.
6011
6012 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6015         field in the original message.
6016         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6017
6018 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6019
6020         * wl-expire.el (wl-expire-hide):
6021         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6022
6023 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6026         find decoder for To, Cc, and Subject.
6027
6028 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6029
6030         * Version number is increased to 2.5.5.
6031
6032         * wl-address.el (wl-address-specials-regexp): New constant.
6033         (wl-address-quote-specials): Use it.
6034
6035 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6036
6037         * wl-summary.el (wl-summary-rescan):
6038         Call `wl-summary-buffer-number-column-detect'.
6039         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6040
6041         * wl-message.el (wl-message-mode-map): Define.
6042         (wl-message-decode): Use it as local-map.
6043
6044 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6047         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6048
6049 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6052
6053         * wl-mule.el (wl-read-event-char): Ditto.
6054
6055         * wl-e21.el (wl-read-event-char): Ditto.
6056
6057         * wl-nemacs.el (wl-read-event-char): Ditto.
6058         (read-event): Removed.
6059
6060         * wl-util.el (toplevel): Removed dummy definition of
6061         `read-event'.
6062         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6063
6064 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6065
6066         * wl-nemacs.el (elmo-archive-call-process): Moved to
6067         elmo-archive.el.
6068
6069 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6070
6071         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6072         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6073
6074         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6075         instead of magic-number 6.  Use `not' instead of `null' for symbol
6076         `nil' check (not empty list).
6077         (wl-draft-insert-x-face-field): Fixed paren style.
6078
6079         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6080         one-branch conditional statement, instead of `and' and `if'.
6081         (wl-draft-forward): Likewise.
6082         (wl-draft-add-references): Likewise.
6083         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6084
6085         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6086         conditional steatment.  Use `cond' instead of `if'.
6087         (wl-draft-confirm): Likewise.
6088
6089 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6090
6091         * wl-version.el (wl-version-show): Use `product-string-1'
6092         instead of `wl-version'.
6093         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6094
6095         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6096
6097 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6098
6099         * wl-highlight.el (wl-highlight-headers): Revert
6100         `wl-highlight-x-face-func' argument (`beg' and `end').
6101
6102 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6103
6104         * wl.el (toplevel): Move `product-provide' declare.
6105         * wl-demo.el (toplevel): Ditto.
6106         * wl-dnd.el (toplevel): Ditto.
6107         * wl-highlight.el (toplevel): Ditto.
6108         * wl-message.el (toplevel): Ditto.
6109         * wl-refile.el (toplevel): Ditto.
6110         * wl-util.el (toplevel): Ditto.
6111
6112 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6115         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6116         (wl-thread-close-all): keep cursor position.
6117
6118 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6119
6120         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6121         (eq x 0).
6122         (wl-generate-user-agent-string-1): Fix conditional statement.
6123
6124 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6125
6126         * wl.el (wl-check-environment): Additional check for
6127         'wl-local-domain' and `wl-message-id-domain'.
6128
6129 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6132
6133 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6136         instead of `smtp-sasl-user-realm'.
6137
6138 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6141
6142 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6143
6144         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6145         to the default value as well as `eword-lexical-analyzer'.
6146
6147 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6148
6149         * wl-version.el (wl-extended-emacs-version,
6150         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6151         `elmo-match-string' instead of `wl-match-string'.
6152
6153 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6154
6155         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6156         docstring.
6157
6158 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6159
6160         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6161
6162 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6163
6164         * wl-highlight.el (wl-highlight-headers): Remove
6165         `wl-highlight-x-face-func' argument (`beg' and `end').
6166
6167 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-summary.el (wl-summary-mark-as-important):
6170         Remove cache if folder is local.
6171
6172 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6173
6174         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6175         to get existing e-mail address string.
6176
6177 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6178
6179         * wl-version.el (wl-generate-user-agent-string): Commentary.
6180         (wl-generate-user-agent-string-1): Use `when' for
6181         one-branch conditional statement, instead of `and' and `if'.
6182         (wl-extended-emacs-version, wl-extended-emacs-version2,
6183         wl-extended-emacs-version3): Ditto.
6184
6185 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6186
6187         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6188         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6189         condition-case; Remove initialization.
6190         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6191         (wl-summary-sync-update3): Added argument `sync-all';
6192         Eliminated local variable `msgdb';
6193         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6194         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6195         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6196
6197 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6198
6199         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6200         connection before call `wl-draft-send-mail-with-smtp'.
6201
6202 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * Version number is increased to 2.5.4.
6205
6206 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6207
6208         * wl.el (wl-check-environment): Additional check for
6209         'wl-local-domain' and `wl-message-id-domain'.
6210
6211 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6214         buffer as command specific.
6215         (wl-folder-mark-as-read-all-entity): Ditto.
6216         (wl-folder-prefetch-entity): Ditto.
6217         (wl-folder-drop-unsync-entity): Ditto.
6218
6219         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6220         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6221         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6222
6223         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6224         save-excursion.
6225
6226 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * Version number is increased to 2.5.3.
6229
6230         * wl-summary.el (wl-summary-save-view-cache):
6231         Delete duplicated `write-region';
6232         Use `write-region-as-binary' instead of `as-binary-output-file' and
6233         `write-region'.
6234
6235 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6236
6237         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6238
6239 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6242         instead of `smtp-via-smtp'.
6243
6244 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6247
6248 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6249
6250         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6251         instead of `smtp-sasl-user-realm'.
6252
6253 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6254
6255         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6256
6257 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * Version number is increased to 2.5.2.
6260
6261 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6264         does not exist.
6265         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6266         (wl-biff-start): Call `timer-activate' if timer already exists.
6267
6268         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6269         only when it is bound as function.
6270
6271 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * Version number is increased to 2.5.1.
6274
6275 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6278         Print refile/copy destination.
6279
6280 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6283         queue-flush-only is non-nil.
6284
6285         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6286
6287         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6288         checking cache folder.
6289
6290 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6291
6292         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6293         `regexp-quote'.
6294
6295 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6296
6297         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6298         function.
6299         * wl-summary.el (wl-summary-write-current-folder-functions):
6300         Change default value.  Use it.
6301
6302 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * Version number is increased to 2.5.0.
6305
6306         * wl-version.el (wl-version): Changed codename.
6307
6308 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6309
6310         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6311         (wl-summary-supersedes-message): Ditto.
6312
6313 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6314
6315         * wl-refile.el (wl-refile-guess-functions): Renamed from
6316         `wl-refile-guess-func-list'.
6317
6318 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6321         Fixed problem when no rule was matched.
6322
6323 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6324
6325         * wl-summary.el (wl-summary-get-mark): Fixed
6326         `wl-summary-buffer-target-mark' check logic.
6327
6328 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6329
6330         * wl-folder.el (wl-folder-write-current-folder): Added group
6331         folder check.
6332
6333         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6334         `wl-summary-write-current-newsgroup'.
6335         (wl-summary-write-current-folder-functions): New variable.
6336         * wl-folder.el (wl-folder-get-newsgroups): New function.
6337         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6338         (wl-folder-write-current-folder): Renamed from
6339         `wl-folder-write-current-newsgroup'.
6340
6341 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6342
6343         * Version number is increased to 2.3.93.
6344
6345 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6348         (wl-ldap-make-matched-value-list): Ditto.
6349         (wl-ldap-alias-safe-string): Split e-mail address.
6350
6351         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6352         petname folder default was selected.
6353         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6354         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6355
6356 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6359         to `wl-draft-config-exec'.
6360
6361         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6362         instead of calling `wl-draft-config-exec';
6363         Process group-list and show recipients in minibuffer.
6364
6365         * tm-wl.el (wl-draft-preview-message): Ditto.
6366
6367 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6368
6369         * wl.el (toplevel): Added (C) to copyright notice, and
6370         sync Author header.
6371         * tm-wl.el (toplevel): Ditto.
6372         * wl-address.el (toplevel): Ditto.
6373         * wl-demo.el (toplevel): Ditto.
6374         * wl-dnd.el (toplevel): Ditto.
6375         * wl-draft.el (toplevel): Ditto.
6376         * wl-e21.el (toplevel): Ditto.
6377         * wl-expire.el (toplevel): Ditto.
6378         * wl-folder.el (toplevel): Ditto.
6379         * wl-highlight.el (toplevel): Ditto.
6380         * wl-message.el (toplevel): Ditto.
6381         * wl-mime.el (toplevel): Ditto.
6382         * wl-mule.el (toplevel): Ditto.
6383         * wl-nemacs.el (toplevel): Ditto.
6384         * wl-refile.el (toplevel): Ditto.
6385         * wl-score.el (toplevel): Ditto.
6386         * wl-summary.el (toplevel): Ditto.
6387         * wl-template.el (toplevel): Ditto.
6388         * wl-thread.el (toplevel): Ditto.
6389         * wl-util.el (toplevel): Ditto.
6390         * wl-vars.el (toplevel): Ditto.
6391         * wl-xmas.el (toplevel): Ditto.
6392
6393 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6394
6395         * wl.el (wl-init): Added comment about `wl-init-hook'.
6396         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6397         * wl-vars.el (wl-init-hook): Added docs.
6398         (wl-make-plugged-hook): Removed useless docs.
6399         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6400         * wl-xmas.el (toplevel): Ditto.
6401
6402 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6403
6404         * wl-address.el (toplevel): Fixed multiple Author header format.
6405         * wl-demo.el (toplevel): Ditto.
6406         * wl-draft.el (toplevel): Ditto.
6407         * wl-folder.el (toplevel): Ditto.
6408         * wl-summary.el (toplevel): Ditto.
6409         * wl-thread.el (toplevel): Ditto.
6410         * wl-util.el (toplevel): Ditto.
6411         * wl-vars.el (toplevel): Ditto.
6412         * wl-version.el (toplevel): Ditto.
6413         * wl-xmas.el (toplevel): Ditto.
6414         * wl.el (toplevel): Ditto.
6415
6416         * wl-version.el (toplevel): Added require `elmo-version' for
6417         `product-version-as-string'.
6418
6419 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-vars.el (wl-draft-send-hook): Changed default value to
6422         '(wl-draft-config-exec).
6423
6424         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6425         explicitly.
6426         (wl-draft): Set `wl-draft-config-exec-flag' before running
6427         `wl-mail-setup-hook'.
6428
6429         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6430         `wl-biff-init-icons' to `wl-init-hook' instead of
6431         `wl-make-plugged-hook'.
6432         (Because if `wl-draft' command is invoked at first,
6433         they are not initialized)
6434         Updated copyright notice.
6435
6436         * wl-e21.el (toplevel): Ditto;
6437
6438         * wl-demo.el (toplevel): Updated copyright notice.
6439         * wl-address.el (toplevel): Ditto.
6440         * wl-draft.el (toplevel): Ditto.
6441         * wl-version.el (toplevel): Ditto.
6442         * wl-folder.el (toplevel): Ditto.
6443         * wl-summary.el (toplevel): Ditto.
6444         * wl-thread.el (toplevel): Ditto.
6445         * wl-util.el (toplevel): Ditto.
6446         * wl-vars.el (toplevel): Ditto.
6447         * wl.el (toplevel): Ditto.
6448
6449 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-highlight.el (wl-highlight-message): Fixed problem of
6452         highlighting failure which occured when the last field contains
6453         multiple lines in the draft buffer.
6454
6455         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6456         `wl-biff-start' if plugged.
6457
6458         * wl-util.el (wl-biff-check-folder): New function.
6459         (wl-biff-check-folders): Don't set session name prefix.
6460         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6461         (wl-biff-check-folder-async): Ditto.
6462
6463         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6464         in email address.
6465
6466 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6467
6468         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6469
6470         * wl-draft.el (wl-draft-strip-subject-re): New function.
6471
6472         * wl-draft.el (wl-draft-reply): Use it.
6473
6474 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-message.el (wl-mmelmo-message-redisplay): Use
6477         `mime-display-message' instead of `wl-mime-display-message'.
6478
6479         * wl-mime.el (toplevel): Removed compatibility workaround
6480         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6481         (wl-mime-display-message): Abolished.
6482         (wl-mime-entity-read-field): Ditto.
6483         (wl-mime-combine-message/partial-pieces): Use
6484         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6485
6486 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6487
6488         * wl-template.el: Doc fixes.
6489
6490 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6491
6492         * wl-e21.el (wl-message-overload-functions): Do nothing if
6493         `current-local-map' is not available.
6494         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6495
6496 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6497
6498         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6499         representation.
6500
6501         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6502         number.
6503         (wl-fldmgr-save-folders): Don't use `format' when insert
6504         `wl-fldmgr-folders-header'.
6505
6506 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6507
6508         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6509
6510 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-highlight.el (wl-highlight-message):
6513         Use `std11-field-end' to detect end point of the header field.
6514         Refer `wl-highlight-max-header-size'.
6515
6516         * wl-vars.el (wl-highlight-max-header-size): New variable.
6517
6518         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6519
6520         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6521         Set `for-draft' argument of wl-highlight-headers.
6522         (wl-draft): Ditto.
6523         (wl-draft-reedit): Ditto.
6524         (wl-user-agent-compose-internal): Ditto.
6525
6526 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6527
6528         * wl-message.el (wl-message-add-button): Use overlay.
6529
6530 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6533
6534         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6535         problem when group-list content is nothing.
6536         (Reported by Mito <mit@nines.nec.co.jp>)
6537
6538 2000-10-18  SAITO Atsunori <sai@yedo.com>
6539
6540         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6541
6542 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6543
6544         * tm-wl.el (toplevel): Use product-provide.
6545
6546 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * Version number is increased to 2.3.92.
6549
6550 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6551
6552         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6553         title text, use `display' property for left margin under Emacs 21.
6554
6555         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6556         properties.
6557         (wl-plugged-init-icons): Ditto.
6558
6559 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl.el (wl-save-status, wl-init): Remove last period in
6562         "...done." message.
6563         * tm-wl.el (wl-summary-burst): Ditto.
6564         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6565         wl-summary-resume-cache-status,
6566         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6567         wl-summary-sync-update3, wl-summary-highlight-msgs,
6568         wl-summary-flush-pending-append-operations,
6569         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6570         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6571         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6572         wl-thread-open-all): Ditto.
6573         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6574         * wl-mime.el (wl-summary-burst): Ditto.
6575         * wl-highlight.el (wl-highlight-summary): Ditto.
6576         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6577         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6578         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6579         * wl-address.el (wl-local-address-init): Ditto.
6580
6581 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6582
6583         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6584         `add-text-properties'.
6585         (wl-plugged-init-icons): Ditto.
6586         (wl-folder-init-icons): Use `propertize' instead of
6587         `put-text-property'.
6588         (wl-plugged-set-folder-icon): Ditto.
6589         (wl-e21-highlight-folder-group-line): Ditto.
6590
6591 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-version.el (wl-version-status-alist): New variable.
6594         (wl-version-status): New function.
6595
6596         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6597         "Cc" part of the case "Reply-To".
6598
6599         * wl-draft.el (wl-draft-reply): Use result of
6600         `eword-extract-address-components'.
6601
6602         * wl-demo.el (wl-demo-icon-name): New constant.
6603         (wl-logo-xpm): Use it.
6604         (wl-logo-xbm): Ditto.
6605         (wl-logo-bitmap): Ditto.
6606
6607         * Version number is increased to 2.3.91.
6608
6609 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6610
6611         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6612         (wl-extended-emacs-version, wl-extended-emacs-version2,
6613         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6614         docstring.
6615
6616         * wl-version.el (wl-generate-user-agent-string-1): New function.
6617         (wl-generate-user-agent-string): Use it.
6618
6619         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6620         `mime-edit-insert-user-agent-field'.
6621         (wl-generate-user-agent-string): Check
6622         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6623
6624         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6625         instead of `if', when verbose case.
6626
6627 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-expire.el (wl-summary-expire): Fix.
6630
6631 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6634         and `elmo-lost+found-folder' if 'wl-draft.
6635         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6636
6637 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl-expire.el (wl-summary-expire): Change messages.
6640         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6641         `deleing-info' instead of "Deleting..."
6642
6643 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6644
6645         * wl-summary.el (wl-summary-refile-subr): Fix.
6646
6647 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6650         if pipe folder.
6651
6652 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6655
6656 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-expire.el (wl-expire-hide): New function.
6659         (wl-summary-expire): Add `hide'.
6660
6661 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-vars.el (wl-draft-reply-without-argument-list):
6664         Changed default value to consider `Reply-To:'.
6665         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6666
6667         * Version number is increased to 2.3.90.
6668
6669         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6670         elmo-imap4-get-session with unwind-protect.
6671         Don't cause error.
6672         (wl-summary-sync-marks): Don't check plugged nor folder type.
6673         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6674         (Always keep current buffer).
6675
6676 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6677
6678         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6679         Enclose with `save-excursion'.
6680
6681 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6682
6683         * wl-version.el (wl-version): Remove interactive.
6684
6685 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6686
6687         * wl-version.el (wl-generate-user-agent-string): Use
6688         `product-string-verbose' instead of `product-string-1'.
6689
6690 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6691
6692         * wl-vars.el (wl-draft-use-cache): New variable.
6693         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6694         if wl-draft-use-cache is non-nil.
6695
6696 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6699         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6700
6701 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6704         (wl-thread-msg-mark-as-unread): Ditto.
6705
6706         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6707         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6708         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6709         Don't set mark in summary if return value of `elmo-mark-as-read'
6710         is nil.
6711         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6712         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6713         instead of `wl-thread-msg-mark-as-read'.
6714         (wl-summary-mark-as-unread-region): Ditto.
6715         (wl-summary-target-mark-mark-as-read): Ditto.
6716
6717         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6718
6719 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6720
6721         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6722
6723         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6724
6725 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6726
6727         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6728         face.
6729
6730 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6731
6732         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6733         `running-xemacs'.
6734
6735 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6736
6737         * wl-version.el (toplevel): Use `product-version-as-string' for
6738         set verstion-string, if defined.
6739
6740         * wl-version.el (wl-version-show): Insert string at point, when
6741         call with argument.
6742
6743         * wl-version.el (wl-generate-user-agent-string): Use
6744         `product-string-1' instead of `wl-appname', `wl-version' and
6745         `wl-codename'.
6746
6747 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6748
6749         * wl-address.el (toplevel): Use product-provide.
6750         * wl-demo.el (toplevel): Ditto.
6751         * wl-dnd.el (toplevel): Ditto.
6752         * wl-draft.el (toplevel): Ditto.
6753         * wl-e21.el (toplevel): Ditto.
6754         * wl-expire.el (toplevel): Ditto.
6755         * wl-fldmgr.el (toplevel): Ditto.
6756         * wl-folder.el (toplevel): Ditto.
6757         * wl-highlight.el (toplevel): Ditto.
6758         * wl-message.el (toplevel): Ditto.
6759         * wl-mime.el (toplevel): Ditto.
6760         * wl-mule.el (toplevel): Ditto.
6761         * wl-nemacs.el (toplevel): Ditto.
6762         * wl-refile.el (toplevel): Ditto.
6763         * wl-score.el (toplevel): Ditto.
6764         * wl-summary.el (toplevel): Ditto.
6765         * wl-template.el (toplevel): Ditto.
6766         * wl-thread.el (toplevel): Ditto.
6767         * wl-util.el (toplevel): Ditto.
6768         * wl-vars.el (toplevel): Ditto.
6769         * wl-xmas.el (toplevel): Ditto.
6770         * wl.el (toplevel): Ditto.
6771
6772 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6773
6774         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6775         instead of product.
6776
6777         * wl-version.el (wl-version): Compile time evalution elmo-version.
6778
6779 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-summary.el (wl-summary-sync-force-update): Append queue
6782         `mark-as-read'if unplugged.
6783
6784 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * wl-version.el: New file.  Use product.el.
6787         * wl.el: add (require 'wl-version).
6788         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6789         for ~/.folders header.
6790         (wl-fldmgr-folders-header): Changed.
6791         * wl-demo.el (wl-demo): Use product.el.
6792
6793         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6794         wl-version.el.
6795         * wl-util.el (wl-version, wl-version-show): Ditto.
6796
6797         * wl-util.el (wl-generate-user-agent-string,
6798         wl-extended-emacs-version, wl-extended-emacs-version2,
6799         wl-extended-emacs-version3): Move to wl-version.el.
6800         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6801         xemacs-codename, mime-edit-insert-user-agent-field,
6802         mime-edit-user-agent-value, mime-editor/version,
6803         mime-editor/codename): Compile warning killer move to
6804         wl-version.el
6805
6806 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6807
6808         * wl-summary.el (wl-summary-refile-subr): Fix.
6809
6810 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6813         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6814
6815 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6816
6817         * wl.el (wl-check-environment): Check too many `@'.
6818
6819 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6820
6821         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6822
6823 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6826         wl-draft-reply-myself-without-argument-list): Add variables.
6827         * wl-draft.el (wl-draft-reply): Use it.
6828
6829 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6830
6831         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6832         the 5th argument of `elmo-network-get-spec'.
6833
6834         * wl-thread.el (wl-thread-reparent-children): New inline function.
6835         (wl-thread-delete-message): Use it.
6836
6837         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6838         (wl-summary-score-update-all-lines): Don't use `dolist'.
6839
6840 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6841
6842         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6843         (require 'elmo-msgdb) for inline function.
6844
6845 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6848
6849 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl-score.el (wl-score-headers): Fix for the confusing macro
6852         `elmo-kill-buffer'.
6853
6854 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6855
6856         * wl-summary.el: Don't use the 3rd argument of `require' because
6857         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6858         * wl-util.el: Ditto.
6859         * wl-draft.el: Ditto.
6860
6861 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6862
6863         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6864         window system is not used.
6865
6866 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6867
6868         * wl-thread.el: Don't use `mapcar' only for iteration.
6869         (wl-thread-resume-entity): Ditto.
6870         (wl-thread-delete-message): Ditto.
6871
6872         * wl-summary.el: Bind `dragdrop-drop-functions',
6873         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6874         of `require' for `timezone', `easymenu' and `ps-print';
6875         don't use `mapcar' only for iteration.
6876
6877         * wl-util.el: Bind `mule-version', `nemacs-version',
6878         `emacs-beta-version', `xemacs-codename',
6879         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6880         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6881         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6882         only for iteration.
6883
6884         * wl-score.el: Don't use `mapcar' only for iteration.
6885         (wl-score-simplify-buffer-fuzzy): Ditto.
6886         (wl-score-simplify-subject): Ditto.
6887         (wl-score-headers): Ditto.
6888         (wl-summary-score-update-all-lines): Ditto.
6889
6890         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6891         `enable-multibyte-characters' and `mule-version'.
6892
6893         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
6894         `mapcar' only for iteration.
6895
6896         * wl-demo.el: Don't use `mapcar' only for iteration.
6897
6898         * wl-folder.el: Don't use `mapcar' only for iteration.
6899         (wl-folder-open-all): Ditto.
6900         (wl-folder-count-incorporates): Ditto.
6901
6902         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
6903         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
6904
6905         * wl-draft.el: Bind `x-face-add-x-face-version-header',
6906         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
6907         `smtp-connection-type'; specify 3rd argument of `require' for
6908         `timezone'; don't use `mapcar' only for iteration.
6909         (wl-draft-clone-local-variables): Don't use `mapcar'.
6910         (wl-draft-generate-clone-buffer): Ditto.
6911         (wl-user-agent-compose-internal): Ditto.
6912
6913         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
6914
6915         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
6916         (wl-save-status): Ditto.
6917
6918         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
6919         for iteration.
6920
6921 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
6924         removed `Date'.
6925         (wl-fldmgr-make-filter-default): New user option.
6926
6927         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
6928         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
6929         (wl-fldmgr-filter-completion-alist): Abolish.
6930
6931         * wl.el (wl): Don't check servers if arg is non-nil.
6932
6933         * wl-draft.el (wl-draft-reply): Set only message-id string to
6934         In-Reply-To field.
6935
6936 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-summary.el (wl-summary-pick): Rewrite.
6939
6940         * wl-draft.el (wl-draft-forward): Get references field from
6941         original buffer.
6942         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
6943
6944 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
6945
6946         * wl-draft.el (wl-draft-forward): Add references field.
6947
6948 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
6951         (wl-draft-reply): Use it.
6952
6953 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
6954
6955         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
6956         when Emacs 21 is running.
6957
6958         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
6959         bindings.
6960
6961 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6962
6963         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
6964         XPM icons transparent.
6965
6966         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
6967         Emacs 21.
6968
6969 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
6972         nil.
6973
6974         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
6975         when it is persistent.
6976         (wl-summary-sync-marks): Changed argument for
6977         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6978         (wl-summary-virtual): Use `elmo-read-search-condition'.
6979         (wl-summary-redisplay-internal): If folder is local, mark as read
6980         even when folder is plugged.
6981
6982 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6983
6984         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
6985         of `tool-bar-lines' in the frame parameters.
6986         (after-make-frame-functions, post-command-hook): Don't modify the
6987         value.
6988         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
6989         wl-e21-tool-bar-lines): Removed.
6990
6991 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6992
6993         * wl-highlight.el (wl-highlight-folder-path): Put overlay
6994         properties `evaporate' and `wl-momentary-overlay' as well.
6995         (wl-highlight-summary-displaying): Ditto.
6996         (wl-delete-all-overlays): Don't delete overlay which does not have
6997         a property `wl-momentary-overlay'.
6998
6999         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7000         `display-mouse-p' and `display-graphic-p'.
7001         (wl-folder-init-icons): Don't search for XBM or the other files.
7002         (wl-plugged-set-folder-icon): Make icons if and only if
7003         `display-graphic-p' returns non-nil.
7004         (wl-highlight-plugged-current-line): Use `before-string' overlay
7005         property to show icon images.
7006         (wl-highlight-folder-current-line): Ditto.
7007         (wl-e21-highlight-folder-group-line): Ditto.
7008         (wl-e21-highlight-folder-by-numbers): Ditto.
7009         (wl-e21-insert-image): Removed.
7010         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7011         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7012         said.
7013         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7014         `wl-e21-force-switch-toolbar'.
7015         (wl-e21-make-icon-image): Removed.
7016         (wl-e21-setup-toolbar): Don't search for XBM files.
7017         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7018         the default value.
7019
7020 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-util.el (wl-biff-check-folder-async): Set
7023         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7024
7025 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7026
7027         * wl-e21.el (after-make-frame-functions): Add
7028         `wl-e21-force-switch-toolbar'.
7029         (wl-e21-force-switch-toolbar): New function force to switch the
7030         toolbar appearance automatically.
7031         (post-command-hook): Add `wl-e21-switch-toolbar'.
7032         (wl-e21-switch-toolbar): New function to switch the toolbar
7033         appearance automatically.
7034         (wl-e21-tool-bar-lines): New buffer local variable.
7035
7036 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-util.el (wl-biff-check-folders-running): New variable.
7039         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7040         (wl-biff-check-folder-async-callback):
7041         Set `wl-biff-check-folders-running'.
7042         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7043         with unwind-protect.
7044
7045         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7046         Enclose `wl-folder-auto-check' with unwind-protect.
7047
7048         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7049         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7050
7051         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7052
7053         * wl-util.el (wl-biff-notify): New inline function.
7054         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7055         locally.
7056         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7057         folder-list' is 1.
7058         Use `wl-biff-notify'.
7059         (wl-biff-check-folder-async-callback): New function.
7060         (wl-biff-check-folder-async): Ditto.
7061
7062         * wl-folder.el (wl-folder): Don't check folders.
7063         (wl-folder-auto-check): New function.
7064
7065 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7066
7067         * wl-util.el (wl-biff-start) [Emacs19+]:
7068         Use `timer-next-integral-multiple-of-time'.
7069         (wl-biff-check-folders): Use `wl-default-folder'
7070         if `wl-biff-check-folder-list' is nil.
7071
7072 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7073
7074         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7075         instead of `elmo-delete-lists'.
7076
7077 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7078
7079         * wl.el (wl-plugged-toggle-all): Set the value of
7080         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7081         (wl-plugged-toggle): Ditto.
7082         (wl-toggle-plugged): Ditto.
7083         (wl-plugged-init): Ditto.
7084
7085         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7086         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7087         instead of `wl-biff-state-indicator-off' and
7088         `wl-biff-state-indicator-on'; don't modify the value and the type
7089         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7090         (wl-plugged-init-icons): Set icons data to
7091         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7092         instead of `wl-plug-state-indicator-off' and
7093         `wl-plug-state-indicator-on'; don't modify the value and the type
7094         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7095
7096         * wl-vars.el (wl-modeline-biff-state-off,
7097         wl-modeline-biff-state-on, wl-modeline-biff-status,
7098         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7099         wl-modeline-plug-status): New internal variables.
7100         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7101         wl-biff-check-interval, wl-biff-check-folder-list): Change
7102         customization group from `wl-folder' to `wl-highlight'.
7103         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7104         wl-show-plug-status-on-modeline): Defcustomized.
7105
7106         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7107         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7108         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7109         a flag to `mode-line-buffer-identification'.
7110
7111         * wl-e21.el (wl-biff-init-icons): Set icons data to
7112         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7113         instead of `wl-biff-state-indicator-off' and
7114         `wl-biff-state-indicator-on'.
7115         (wl-plugged-init-icons): Set icons data to
7116         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7117         instead of `wl-plug-state-indicator-off' and
7118         `wl-plug-state-indicator-on'.
7119
7120 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7121
7122         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7123         excessive titles.
7124
7125 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7126
7127         * wl.el (wl-plugged-mode): Use revised
7128         `wl-mode-line-buffer-identification'.
7129         (wl-plugged-init): Don't use `force-mode-line-update'.
7130
7131         * wl-xmas.el (wl-draft-overload-functions): Use revised
7132         `wl-mode-line-buffer-identification'.
7133         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7134         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7135         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7136         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7137         `wl-make-plugged-hook';
7138         add `wl-folder-init-icons' and `wl-setup-folder' to
7139         `wl-folder-mode-hook'.
7140
7141         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7142         19 as well.
7143         (wl-mode-line-display-priority-list): New user option.
7144         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7145         Defcustomized.
7146         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7147         Add docs.
7148
7149         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7150         start.
7151         (wl-mode-line-buffer-identification): Revised as a function.
7152
7153         * wl-summary.el (wl-summary-mode): Use revised
7154         `wl-mode-line-buffer-identification'; don't call
7155         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7156         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7157         `wl-xmas-setup-summary'.
7158
7159         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7160         `wl-mode-line-buffer-identification'.
7161
7162         * wl-mule.el (wl-draft-overload-functions): Use revised
7163         `wl-mode-line-buffer-identification'.
7164
7165         * wl-folder.el (wl-make-plugged-alist): Don't call
7166         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7167         (wl-folder): Don't call `wl-folder-init-icons' directly.
7168         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7169         `wl-xmas-setup-folder' directly;
7170         use revised `wl-mode-line-buffer-identification'.
7171         (TopLevel): Don't bind `wl-biff-init-icons',
7172         `wl-plugged-init-icons', `wl-folder-init-icons',
7173         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7174
7175         * wl-e21.el (wl-draft-overload-functions): Use revised
7176         `wl-mode-line-buffer-identification'.
7177         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7178         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7179         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7180         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7181         `wl-make-plugged-hook';
7182         add `wl-folder-init-icons' and `wl-setup-folder' to
7183         `wl-folder-mode-hook'.
7184
7185 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7186             Katsumi Yamaoka    <yamaoka@jpl.org>
7187
7188         * wl.el (wl): Call `wl-biff-start'.
7189         (wl-exit): Call `wl-biff-stop'.
7190         (wl-plugged-mode): Show biff in modeline.
7191         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7192
7193         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7194         (wl-biff-init-icons): New function.
7195         (wl-plugged-init-icons): Don't make too much keymaps.
7196         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7197
7198         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7199         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7200         variables.
7201         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7202         options.
7203
7204         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7205         wl-biff-start, wl-biff-stop): New functions.
7206         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7207         (wl-biff-timer-name): New variable.
7208
7209         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7210
7211         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7212         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7213
7214         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7215         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7216
7217         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7218         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7219         `wl-folder-init-icons' to `ignore' if they are not available.
7220         (wl-folder-mode): Show biff in modeline.
7221
7222         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7223         (wl-biff-init-icons): New function.
7224         (wl-plugged-init-icons): Don't make too much keymaps.
7225         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7226
7227 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7228
7229         * wl-vars.el (wl-strict-diff-folders): Customization Type
7230         and doc fix.  Define as a list of regular expressions for
7231         folders or nil.
7232         * wl-folder.el (wl-folder-check-one-entity): Use
7233         `wl-string-match-member' instead of `wl-string-member' for
7234         `wl-strict-diff-folders'.
7235
7236 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7237
7238         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7239         (wl-highlight-folder-current-line): Use it; new implementation.
7240         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7241         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7242         `defsubst' instead of `defun'.
7243
7244         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7245         `wl-highlight-group-folder-by-numbers'; made it can also be a
7246         number.  See info for more details.
7247
7248         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7249         running.
7250
7251         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7252         to bind them.
7253
7254         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7255         (wl-highlight-folder-current-line): New implementation.
7256
7257         * wl-highlight.el (wl-highlight-folder-group-line): New
7258         implementation.
7259         (wl-delete-all-overlays): Rewrite as a marco.
7260         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7261
7262         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7263         running.
7264         (wl-folder-*-glyph): No need to bind them.
7265
7266         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7267         `wl-e21-highlight-folder-group-icon'; rewrite.
7268         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7269         `defsubst' instead of `defun'.
7270         (wl-folder-mode-map): Bind it when compiling.
7271
7272 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7275
7276         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7277
7278 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7279
7280         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7281
7282 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7283
7284         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7285         (wl-highlight-folder-current-line): Use it.
7286
7287         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7288         in `id-name'.
7289
7290 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7291
7292         * wl.el: Require `wl-e21' when Emacs 21 is running.
7293
7294         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7295         default when Emacs 21 is running.
7296         (wl-use-highlight-mouse-line): Ditto.
7297         (wl-on-emacs21): New constant.
7298         (wl-on-emacs20): Removed.
7299
7300         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7301         Emacs 21 is running.
7302
7303         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7304         Emacs 21 is running.
7305
7306         * wl-e21.el: New file.
7307
7308 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7309
7310         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7311         (wl-toggle-plugged): Ditto.
7312         (wl-plugged-toggle): Ditto.
7313         (wl-plugged-toggle-all): Ditto.
7314
7315         * wl-vars.el (wl-plug-state-indicator): Refer
7316         `wl-plug-state-indicator-on' indirectly.
7317
7318 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7321         Call `wl-folder-confirm-existence'.
7322
7323         * wl-folder.el (wl-folder-confirm-existence): Added optional
7324         argument `force'.
7325
7326 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7327
7328         * wl-summary.el (wl-summary-refile-subr): Assume
7329         `copy-or-refile' as symbol.
7330         (wl-summary-refile): Follow up above change.
7331         (wl-summary-copy): Ditto.  Doc fix.
7332
7333 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7334
7335         * wl-summary.el (wl-summary-pick): Don't bind
7336         `elmo-search-mime-charset'.
7337
7338         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7339         default using old backquote style.
7340         (wl-search-mime-charset): Abolished.
7341
7342         * wl-highlight.el (wl-highlight-headers):
7343         Call `point' after `re-search-forward'(for Nemacs).
7344
7345         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7346         for elmo-imap4.el.
7347
7348 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7349
7350         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7351         `wl-message-ignored-field-list' instead of
7352         `mime-view-ignored-field-list'.
7353
7354         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7355         Add interactive spec.
7356         (wl-folder-goto-bottom-of-current-folder): Ditto.
7357         (wl-folder-mode-map): Bind them.
7358
7359         * wl-vars.el (wl-message-ignored-field-list): New variable.
7360         (wl-message-visible-field-list): New variable.
7361
7362         * wl-mime.el (wl-mime-header-presentation-method): New function.
7363         (wl-mime-setup): Set header-presentation-method.
7364
7365 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7366
7367         * wl-nemacs.el (wl-draft-overload-functions): Set
7368         `mode-line-buffer-identification' instead of using
7369         `wl-make-modeline'.
7370
7371         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7372         instead of using `wl-make-modeline'.
7373
7374         * wl-xmas.el (wl-plugged-init-icons): Set up
7375         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7376         (wl-make-modeline): Abolish.
7377         (wl-draft-overload-functions): Set
7378         `mode-line-buffer-identification' instead of using
7379         `wl-make-modeline'.
7380
7381         * wl-util.el (wl-make-modeline-subr): Abolish.
7382         (wl-mode-line-buffer-identification): New alias.
7383
7384         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7385         (wl-summary-make-modeline): Abolish.
7386         (wl-summary-buffer-set-folder): Set
7387         `wl-summary-buffer-folder-indicator'.
7388         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7389         of using `wl-make-modeline'.
7390         (wl-summary-switch-to-clone-buffer): Don't set
7391         `mode-line-buffer-identification'.
7392         (wl-summary-goto-folder-subr): Ditto.
7393
7394         * wl-mule.el (wl-draft-overload-functions): Set
7395         `mode-line-buffer-identification' instead of using
7396         `wl-make-modeline'.
7397
7398         * wl-folder.el (wl-folder-mode): Set
7399         `mode-line-buffer-identification' instead of using
7400         `wl-make-modeline'.
7401         (wl-folder): Don't set `mode-line-buffer-identification'.
7402
7403 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7404
7405         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7406         instead of `member' for `wl-refile-guess-func-list' look-ups.
7407         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7408
7409 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7410
7411         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7412         `wl-message-button-dispatcher'.
7413
7414         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7415
7416         * wl-message.el (wl-message-button-dispatcher): Use it.
7417
7418         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7419         "In-Reply-To".
7420
7421         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7422         Bind `case-fold-search' to t.
7423
7424 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7425
7426         * wl-xmas.el (wl-message-overload-functions): Initialize
7427         `wl-message-button-map'.
7428
7429         * wl-mule.el (wl-message-overload-functions): Initialize
7430         `wl-message-button-map'.
7431
7432         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7433
7434         * wl-message.el (wl-message-button-map): New keymap.
7435         (wl-message-add-button): New function.
7436         (wl-message-button-dispatcher): New function.
7437         (wl-message-button-refer-article): New function.
7438
7439         * wl-highlight.el
7440         (wl-highlight-message-add-buttons-to-header): New function.
7441         (wl-highlight-headers): Use it.
7442
7443 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7444
7445         * wl-summary.el (wl-summary-default-from): Use
7446         `wl-address-get-petname-1'.
7447         (wl-summary-simple-from): Ditto.
7448
7449         * wl-address.el (wl-address-get-petname-1): New inline function.
7450         (wl-address-get-petname): Use it.
7451
7452 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7453
7454         * wl-summary.el (wl-summary-default-from): Return full-name part
7455         from the address if no petname was found.
7456         (wl-summary-simple-from): Ditto.
7457
7458         * wl-address.el (wl-address-get-petname): Return nil if no petname
7459         associated with the address was found.
7460
7461 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7462
7463         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7464         display is finished.
7465
7466 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7469         `elmo-folder-exists-p' argument.
7470
7471 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7472
7473         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7474         the folder.
7475
7476 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7479
7480         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7481         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7482
7483 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7484
7485         * wl-folder.el (wl-folder-create-subr): New function.
7486         (wl-folder-confirm-existence): Use it.
7487         (wl-folder-check-one-entity): Use it.
7488         Check the error symbol is derived from 'elmo-open-error.
7489
7490         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7491         `ignore-error'.
7492
7493 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7494
7495         * wl-util.el (toplevel): Add (eval-when-compile (require
7496         'elmo-util)).  (Maybe `provide' is typo.)
7497
7498 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7501         (I don't know why this was needed.)
7502
7503         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7504         Follow up changes for stream-type.
7505
7506         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7507         (wl-draft-elmo-nntp-send): Ditto.
7508
7509         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7510         (wl-nntp-posting-stream-type): Ditto.
7511         (wl-pop-before-smtp-ssl): Abolished.
7512         (wl-nntp-posting-ssl): Ditto.
7513
7514         * wl-address.el (wl-address-quote-specials): New function.
7515         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7516
7517         * wl-draft.el (wl-draft-reply): Ditto.
7518
7519 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7520
7521         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7522         use function `wl-string-match-assoc'.
7523
7524 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7527
7528         * wl-draft.el (wl-draft-deduce-address-list): New function.
7529         (wl-draft-parse-mailbox-list): Ditto.
7530         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7531         instead of `smtp-deduce-address-list'.
7532         (wl-draft-on-field-p): Follow group list.
7533
7534         * wl-address.el (wl-address-concat-token): New function.
7535         (wl-address-string-without-group-list-contents): Ditto.
7536         (wl-complete-field-body): Fixed problem of completion
7537         by japanese petname.
7538         (wl-address-make-completion-list): Rewrite.
7539
7540 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7541
7542         * wl-address.el (wl-address-make-completion-list): Completion by
7543         petname.
7544         (wl-complete-field-body): Likewise.
7545
7546 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7549         contains invalid address syntax.
7550
7551 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7552
7553         * wl-folder.el (wl-folder-check-entity-async): Use
7554         `elmo-nntp-spec-hostname'.
7555
7556 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7557
7558         * wl-summary.el (wl-summary-msgdb-load-async): Use
7559         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7560
7561 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-draft.el (wl-draft-reply): Set argument
7564         `content-transfer-encoding' as nil.
7565
7566 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7567
7568         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7569         `wl-refile-alist'.
7570
7571 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7572
7573         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7574         (wl-draft-edit-string): Ditto.
7575         (wl-draft-forward): Ditto.
7576         * wl-summary.el (wl-summary-write): Ditto.
7577
7578 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-summary.el (wl-summary-sync-update3): Call
7581         `wl-summary-buffer-number-column-detect'.
7582         (wl-summary-buffer-number-column-detect): Search from point-min.
7583
7584 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7587         contains an address which is not included in original to or cc.
7588
7589 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7590
7591         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7592         begin-line does not exist.
7593         * wl-message.el (wl-message-uu-substring): Ditto.
7594
7595 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7598         clear local variables.
7599         (wl-summary-exit): Call `elmo-commit'.
7600         (wl-summary-switch-to-clone-buffer): Call
7601         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7602         (wl-summary-goto-folder-subr): Ditto.
7603
7604         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7605         POP folder.
7606
7607 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7610         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7611         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7612         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7613         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7614         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7615
7616         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7617
7618 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7619
7620         * wl-summary.el (wl-summary-search-by-subject):
7621         Search parent message from the latest one.
7622
7623 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7626         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7627
7628         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7629         New user option.
7630
7631         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7632         if elmo-nntp-use-killed-list is nil.
7633         Use `elmo-msgdb-append-to-killed-list'.
7634         (Append numbers confirmed as disappeared to the killed list.)
7635         (wl-summary-confirm-appends): Don't display negative number.
7636
7637 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7640
7641 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7644         range is `all'.
7645         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7646         `elmo-list-bigger-diff'.
7647
7648 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-summary.el (wl-summary-buffer-exit-func):
7651         New buffer local variable.
7652         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7653
7654 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7655
7656         * wl-demo.el (wl-demo): Fix the last change.
7657
7658 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7659
7660         * wl-demo.el (wl-demo): Don't use `eval'.
7661
7662 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7663
7664         * wl-summary.el (wl-summary-buffer-thread-modified):
7665         New buffer-local variable.
7666         (wl-summary-set-thread-modified): New function.
7667         (wl-summary-thread-modified-p): New function.
7668         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7669         (wl-summary-yank-saved-message): Use function
7670         `wl-summary-set-thread-modified'
7671         (wl-summary-switch-to-clone-buffer): Add
7672         `wl-summary-buffer-thread-modified'.
7673
7674         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7675         (wl-summary-buffer-mark-saved-hook): Ditto.
7676         * wl-summary.el (wl-summary-msgdb-save): New hook
7677         `wl-summary-buffer-message-saved-hook' and
7678         `wl-summary-buffer-mark-saved-hook'.
7679
7680 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7681
7682         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7683
7684 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7685
7686         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7687         don't hide scroll bars under FSF Emacsen because it may incur an
7688         undesirable redrawing.
7689
7690 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl-draft.el (wl-draft-edit-string): Call
7693         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7694
7695 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7696
7697         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7698
7699 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7700
7701         * wl-summary.el (wl-summary-msgdb-load-async): Call
7702         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7703
7704 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7705
7706         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7707         fringes in demo buffer; center bitmap logo correctly even if old
7708         Mule is used.
7709
7710 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7711
7712         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7713
7714         * wl-refile.el (wl-refile-subject-alist): New variable.
7715         (wl-refile-subject-alist-file-name): Ditto.
7716         (wl-refile-alist-setup): Rewrite.
7717         (wl-refile-alist-save): Use `elmo-object-save'.
7718         Eliminated arguments.
7719         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7720         (wl-refile-guess-by-subject): New function.
7721         (wl-refile-guess-func-list): Added it.
7722
7723 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7724
7725         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7726         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7727
7728 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7731         New buffer-local variable.
7732         (wl-summary-buffer-next-folder-func): Ditto.
7733         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7734         if non-nil.
7735         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7736         if non-nil.
7737         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7738         if non-nil.
7739         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7740         if non-nil.
7741
7742 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7743
7744         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7745         permanently in the demo buffer.
7746
7747 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7750         `mime-entity-fetch-field'.
7751
7752         * wl.el (wl-exit): Delete plugged buffer.
7753
7754         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7755         XEmacs has menubar feature.
7756
7757 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7760         cannot arrive at the beginning of the buffer under old Emacsen.
7761
7762 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-address.el (wl-address-ldap-search):
7765         Call `ldap-search-entries' with `withdn' argument t.
7766         (wl-complete-field-body): Bind completion-ignore-case as t.
7767         Clear ldap search hash when it was sole completion.
7768         Use elmo-string for pattern string.
7769         (wl-ldap-alias-safe-string): Eliminated needless let.
7770
7771 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7772
7773         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7774         (wl-ldap-alias-sep): New constant.
7775         (wl-ldap-search-attribute-type-list): Ditto.
7776         (wl-ldap-get-value): New function.
7777         (wl-ldap-make-filter): Ditto.
7778         (wl-ldap-make-matched-value-list): Ditto.
7779         (wl-ldap-alias-safe-string): Ditto.
7780         (wl-ldap-register-dn-string): Ditto.
7781         (wl-address-ldap-search): Rewrite.
7782
7783 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7784
7785         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7786         thread is deleted.
7787         (wl-thread-delete-line-from-buffer): Ditto.
7788         (wl-thread-get-exist-children): New function.
7789
7790 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7791
7792         * wl-demo.el (wl-demo): Made it to select various image types.
7793         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7794         from `wl-title-logo'.
7795         (wl-logo-ascii): New variable.
7796         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7797         (wl-demo-copyright-notice): New constant.
7798
7799         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7800
7801 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7802
7803         * wl-vars.el (wl-summary-target-above): Renamed from
7804         wl-summary-temp-above.
7805         * wl-score.el (wl-score-get-score-alist): Use it.
7806         (wl-summary-score-update-all-lines): Use it.
7807         * wl-summary.el: Ditto. (make-variable-buffer-local).
7808
7809 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-vars.el (wl-ldap-port): New user option.
7812
7813         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7814         Rewite whole implementation.
7815         (wl-complete-field-body): Fixed.
7816
7817 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7818
7819         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7820         Choose implementation at compile time.
7821
7822 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7823
7824         * wl-address.el (wl-ldap-search-internal): New function.
7825         (wl-complete-field-to): Use it.
7826
7827 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7830         Use `let' instead of `let*'.
7831         Require 'wl-vars.
7832
7833         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7834         Define as defcustom.
7835         (wl-ldap-base): Ditto.
7836         (wl-use-ldap): Ditto.
7837
7838 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7839
7840         * wl-address.el (wl-ldap-search): New function.
7841         (wl-complete-field-body): Use `wl-ldap-search'.
7842         (wl-ldap-server): New variable.
7843         (wl-ldap-base): Ditto.
7844         (wl-use-ldap): Ditto.
7845
7846 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7847
7848         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7849         (Pointed out by Mito <mit@nines.nec.co.jp>).
7850         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7851         buffer-local variables like `wl-summary-redisplay-internal'.
7852         (wl-summary-redisplay-all-header): Likewise.  Update
7853         Summary view too.
7854
7855 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-summary.el (wl-summary-jump-to-parent-message):
7858         Consider prefix argument.
7859
7860         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7861         when closed thread is deleted.
7862
7863 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7864
7865         * wl-summary.el (wl-summary-jump-to-parent-message):
7866         Consider thread modification.
7867
7868 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7869
7870         * wl-message.el (wl-message-normal-get-original-buffer): Use
7871         `save-excursion'.
7872
7873         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7874         (wl-summary-showto-folder-regexp): Ditto.
7875
7876 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7877
7878         * wl-util.el (wl-delete-alist): Doc fix.
7879         (wl-delete-associations): New function.
7880         (wl-inverse-alist): New function.
7881         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7882         Split temporary variables. Use `wl-delete-associations'
7883         and `wl-inverse-alist'.
7884         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7885
7886 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-folder.el (wl-folder-prefetch-entity):
7889         Execute prefetching if new count is unknown.
7890
7891 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7892
7893         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
7894
7895         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
7896         delete entity.
7897         (wl-thread-set-parent): If insert as top, set linked as nil.
7898
7899         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
7900         `wl-thread-cleanup-symbols' when view mode is thread.
7901
7902 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
7903
7904         * wl-folder.el (wl-folder-create-folder-entity): Use
7905         with-current-buffer.
7906         (wl-local-folder-init): Call set-buffer to make sure we are in
7907         the Folder buffer. Don't touch buffer-local variables here.
7908         (wl-folder-mode): Initialize buffer-local variables here.
7909
7910         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
7911         (wl-folder-entity-assign-id): Ditto.
7912         (wl-folder-create-entity-hashtb): Ditto.
7913         (wl-local-folder-init): Ditto.
7914         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
7915
7916 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7917
7918         * wl-summary.el (wl-summary-default-from): Fix probrem when
7919         std11-extract-address-components return (nil "foo@bar").
7920
7921 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
7922
7923         * wl-draft.el (wl-draft-clone-local-variables):
7924         Remove redundant `setq'.
7925
7926 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7929         Bind wl-highlight-x-face-func as nil while highlighting header.
7930
7931 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
7932
7933         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
7934
7935 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7936
7937         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
7938         elmo-msgdb-overview-hashtb from copy-variables.
7939         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
7940         instead of `elmo-msgdb-overview-get-entity-by-number'.
7941         (wl-summary-auto-refile): Ditto.
7942
7943         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
7944         `elmo-msgdb-overview-get-entity' instead of
7945         `elmo-msgdb-search-overview-entity'.  Use
7946         `elmo-msgdb-overview-get-entity' instead of
7947         `elmo-msgdb-overview-get-entity-by-number'.
7948         (wl-thread-insert-entity-sub): Ditto.
7949         (wl-thread-insert-message): Ditto.
7950
7951         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
7952         `elmo-msgdb-overview-get-entity'.
7953         (wl-normal-message-redisplay): Ditto.
7954
7955 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7956
7957         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
7958         `wl-thread-entities'.
7959         (wl-thread-delete-message): Fix remove top message from
7960         `wl-thread-entity-list'.
7961
7962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
7963         wl-append(nconc), because update-list is broken on Meadow.
7964
7965         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
7966         updating process.
7967         (wl-summary-rescan): Ditto.
7968         (wl-summary-sync-update3): Ditto.
7969         * wl-thread.el (wl-thread-set-parent): Renamed from
7970         `wl-summary-set-parent'.
7971         (wl-thread-insert-message): Updating buffer faster.
7972         (wl-thread-delete-message): Updating buffer faster.
7973
7974         * wl-score.el (wl-summary-score-update-all-lines): Changed
7975         interval for display progress gauge.
7976
7977 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7978
7979         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
7980         folder always-sticky.
7981         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
7982         defmacro.
7983
7984 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-vars.el (wl-draft-add-references): New user option.
7987
7988         * wl-draft.el (wl-draft-add-references): New function.
7989         (wl-draft-yank-from-mail-reply-buffer): Use it.
7990         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
7991         as nil.
7992
7993 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7994
7995         * wl-thread.el (wl-thread-update-line-msgs): Called
7996         `wl-thread-update-line-on-buffer-sub'.
7997         (wl-thread-update-line-on-buffer): Delete routine of inserting
7998         thread.
7999         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8000         moved from `wl-thread-update-line-on-buffer'.
8001         Add threshold for displaying progress gauge.
8002         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8003         argument of `wl-thread-update-line-msgs'.
8004         Add threshold for displaying progress gauge.
8005         * wl-folder.el:
8006         Add threshold for displaying progress gauge.
8007         * wl-score.el: Ditto.
8008
8009         * wl-expire.el (wl-summary-expire): Display deleting info.
8010
8011 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8014         `no-msg'.
8015         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8016         argument of `wl-thread-update-line-msgs'.
8017         (wl-summary-set-parent): Added optional argument `parent-number'.
8018         (wl-summary-buffer-saved-message): New buffer local variable.
8019         (wl-summary-save-current-message): New command.
8020         (wl-summary-yank-saved-message): Ditto.
8021         (wl-summary-mode-map): Added key binding for
8022         `wl-summary-save-current-message' (\ew) and
8023         `wl-summary-yank-saved-message' (\C-y).
8024         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8025
8026 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-summary.el (wl-summary-mode-map): Added key binding for
8029         `wl-summary-set-parent' (ts).
8030
8031 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8032
8033         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8034         subject faster. If thread number is reverse, delayed updating
8035         thread.
8036         (wl-summary-search-by-subject): Ditto.
8037         (wl-summary-put-alike): Ditto.
8038         (wl-summary-get-alike): Ditto.
8039         (wl-summary-insert-headers): Insert header of all overview in
8040         buffer.
8041         (wl-summary-rescan): Delayed updating thread. Kill search subject
8042         buffer for wl-summary-search-by-subject.
8043         (wl-summary-sync-update3): Ditto.
8044         (wl-summary-exit): Ditto.
8045         (wl-summary-goto-bottom-of-current-thread): Change for linked
8046         thread.
8047         (wl-summary-overview-create-summary-line): Change line for linked
8048         thread.
8049
8050         * wl-summary.el (wl-summary-update-thread): Use
8051         wl-thread-maybe-get-children-num.
8052         (wl-summary-set-parent): If change parent, move sub thread.
8053         (wl-summary-redisplay-internal): Add horizontal recenter.
8054         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8055
8056         * wl-thread.el (wl-thread-entity-get-linked): New function.
8057         (wl-thread-entity-set-linked): New function.
8058         (wl-thread-create-entity): Add linked element.
8059         (wl-thread-entity-insert-as-top): Use wl-append.
8060         (wl-thread-maybe-get-children-num): If closing thread, return
8061         children msgs.
8062         (wl-thread-update-line-msgs): Displaying progress message.
8063         (wl-thread-update-line-on-buffer-sub): Use
8064         wl-thread-maybe-get-children-num.
8065         (wl-thread-update-line-on-buffer): If update line is not exists,
8066         insert thread.
8067         (wl-thread-delete-message): If delete top msg of thread, search
8068         parent by subject.
8069         (wl-thread-insert-entity): Use
8070         wl-thread-maybe-get-children-num.
8071
8072         * wl-highlight.el (wl-highlight-summary-current-line): change
8073         sregexp for linked thread.
8074         * wl-util.el (wl-count-lines): Count lines.
8075         (wl-horizontal-recenter): horizontal recenter.
8076         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8077         (wl-score-get-alike): Ditto.
8078         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8079         (wl-subject-length-limit): New variable.
8080         (wl-highlight-thread-indent-string-regexp): Changed for linked
8081         thread.
8082
8083 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8086         New variable (revival).
8087         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8088         by subject matching if there's no in-reply-to nor references field
8089         (revival).
8090
8091 \f
8092 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8095         message.
8096
8097 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8098
8099         * wl-summary.el (wl-summary-reply): Return t if there was a
8100         message at cursor point.
8101         Added unwind-protect.
8102         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8103         returns t.
8104         (wl-summary-cancel-message): Do nothing when there's no message at
8105         cursor point.
8106         (wl-summary-forward): Ditto.
8107         (wl-summary-jump-to-parent-message): Ditto.
8108         (wl-summary-reedit): Ditto.
8109         (wl-summary-edit-addresses): Ditto.
8110         (wl-summary-pipe-message): Ditto.
8111         (wl-summary-print-message-with-ps-print): Ditto.
8112         (wl-summary-print-message): Ditto.
8113         (wl-summary-mark-as-important): Ditto.
8114         (wl-summary-mark-as-unread): Ditto.
8115
8116         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8117         message at cursor point.
8118         (wl-summary-reply-with-citation): Remove unwind-protect.
8119
8120         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8121         subject searching feature.
8122         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8123         Eliminated.
8124
8125 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8128         New variable.
8129         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8130         by subject matching if there's no in-reply-to nor references field.
8131
8132         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8133
8134         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8135         when display is finished.
8136         (wl-folder-open-all): Ditto.
8137         (wl-folder-update-access-group): Ditto.
8138         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8139         * wl-thread.el (wl-thread-close-all): Ditto.
8140
8141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8142         progress gauge only when it was displayed.
8143         * wl-folder.el (wl-folder-insert-entity): Ditto.
8144
8145 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-summary.el (wl-summary-incorporate): Enclose
8148         `wl-summary-sync-force-update' with save-excursion.
8149
8150 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8151
8152         * wl-summary.el (wl-summary-prefetch-region):
8153         Pass current cursor point to `pos-visible-in-window-p' after
8154         moving cursor to the started point.
8155
8156 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8157
8158         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8159
8160         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8161         fields from the forwarding message.
8162         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8163         `ignored-fields'.
8164
8165 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-mime.el (wl-message-request-partial):
8168         Eliminated argument `msgdb'.
8169         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8170         (wl-mime-combine-message/partial-pieces): Likewise.
8171         * tm-wl.el (wl-message-request-partial): Likewise.
8172         (wl-mime-combine-message/partial-pieces): Likewise.
8173
8174 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8175
8176         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8177         when display is finished.
8178
8179 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8180
8181         * wl-summary.el (wl-summary-goto-folder-subr):
8182         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8183
8184 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8187         when cursor point is visible.
8188
8189 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-expire.el (wl-expire-archive-get-max-number):
8192         Don't use `file-name-directory'.
8193
8194 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-expire.el (wl-expire-archive-get-max-number):
8197         Use `file-name-directory'.
8198
8199 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8202         only when there is progress.
8203
8204 2000-04-13  Mito <mit@nines.nec.co.jp>
8205
8206         * wl-summary.el (wl-summary-sync-marks): Display progress.
8207
8208 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8211         (wl-summary-prev): Move cursor regardless of unread status.
8212         (wl-summary-next): Ditto.
8213
8214 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8217         Added argument `target' and `number'.
8218         * tm-wl.el (wl-summary-burst-subr): New function.
8219         (wl-summary-burst): Use it.
8220
8221 2000-04-10  Mito <mit@nines.nec.co.jp>
8222
8223         * wl-mime.el (wl-burst): New function.
8224         (wl-summary-burst): Use it.
8225
8226 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8227
8228         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8229         as petname when there's no candidate.
8230
8231 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8234         New variable.
8235         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8236
8237         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8238
8239         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8240
8241 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8244         Use substring of `original' instead of buffer-substring.
8245         (wl-refile-evaluate-rule):
8246         Set `original' argument of wl-refile-expand-newtext.
8247
8248         * wl-summary.el
8249         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8250         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8251         (wl-summary-auto-refile): Check existence of destination folder just
8252         before marking.
8253
8254 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8255
8256         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8257         when wl-refile-get-field-value return nil.
8258
8259 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8260
8261         * wl-refile.el
8262         (wl-refile-expand-newtext): New function imported from Gnus.
8263         (wl-refile-evaluate-rule): Use it.
8264
8265 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-summary.el (wl-summary-print-destination):
8268         Duplicate folder string to avoid putting text-property on
8269         original string.
8270
8271         * wl-refile.el (wl-refile-get-field-value): New function.
8272         (wl-refile-evaluate-rule): New function;
8273         Evaluate refile rule recursively.
8274         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8275         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8276         New function; Check existence of a target folder recursively.
8277         (wl-summary-auto-refile-check-refile-rule-alist):
8278         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8279
8280 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8283
8284         * wl-folder.el (wl-create-folder-entity-from-buffer):
8285         Fixed problem when '}' character is contained in folder name.
8286
8287         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8288
8289 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8290
8291         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8292         (wl-fldmgr-add-completion-all-completions):
8293         Use wl-fldmgr-add-completion-hashtb.
8294
8295 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8296
8297         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8298         wl-fldmgr-add-completion-subr): New functions.
8299         * wl-folder.el (wl-folder-completion-func): New variable.
8300         * wl-summary.el (wl-summary-read-folder):
8301         Use wl-folder-completion-func.
8302
8303         * wl-refile.el: Eliminate throw & catch.
8304
8305         * wl.el (wl-plugged-sending-queue-status): Fixed.
8306
8307 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8308
8309         * wl-draft.el (wl-draft): Put category property on
8310         mail-header-separator.