* wl-vars.el (wl-demo-image-filter-alist): New variable
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-demo-image-filter-alist): New variable
4         (wl-demo-background-color): Ditto.
5
6         * wl-demo.el (wl-demo-xpm-set-background): New function.
7         (wl-demo-image-filter): Ditto.
8         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
9
10         * wl-vars.el (wl-demo-icon-name-alist): New variable.
11
12         * wl-demo.el (wl-demo-icon-name): Define as function.
13         (wl-demo-insert-image): Use it.
14
15 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
16
17         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
18
19 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
20
21         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
22
23 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
24
25         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
26
27 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-thread.el (wl-thread-mark-as-answered): New function.
30
31         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
32         answered" entry.
33         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
34         "r&" and wl-thread-mark-as-answered to "t&".
35         (wl-summary-mark-as-important-region): Refine to toggle mark.
36         (wl-summary-mark-as-answered-region): New function.
37         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
38         and 3rd argument.
39         (wl-summary-mark-as-important-internal): Likewise.
40
41 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-template.el (wl-template-preview): New internal variable.
44         (wl-template-preview-p): New function.
45         (wl-template-show): Bind `wl-template-preview' as t.
46
47 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
50         `elmo-message-entity-field' with 3rd argument which is non-nil.
51
52 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
55         Removed duplicate local bind `folder'.
56
57 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
60
61 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
64         duplicate definition.
65
66 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
67
68         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
69         non-nil, use it; Don't fetch message if there's no message in the
70         current cursor position.
71
72 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl-util.el (wl-region-exists-p): Use region-active-p.
75         (wl-deactivate-region): New function.
76         * wl-message.el (wl-message-redisplay): Deactivate region.
77
78         * wl-summary.el (wl-summary-reply): Call
79         `wl-summary-set-message-buffer-or-redisplay' instead of
80         `wl-summary-redisplay-internal', don't move point.
81
82 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
83
84         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
85         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
86         by regexp.
87
88 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
91         if no need.
92
93 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
96         default value to nil.
97         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
98         `wl-summary-prepare-hook'; Replace refile action to
99         `wl-summary-exec-action-refile-with-register'.
100
101         * Version number is increased to 2.11.22.
102
103 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-summary.el (wl-summary-detect-mark-position): Set
106         `wl-summary-buffer-weekday-name-lang'.
107
108 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
109
110         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
111         (wl-summary-mark-as-read-all): Ditto.
112         (wl-summary-delete-messages-on-buffer): Ditto.
113         (wl-summary-sync-update): Ditto.
114         (wl-summary-mark-as-read-internal): Ditto.
115         (wl-summary-mark-as-answered-internal): Ditto.
116         (wl-summary-update-folder-info): Abolished.
117
118 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-summary.el (wl-summary-mark-as-read-all): Use
121         `wl-summary-update-folder-info' instead of
122         `wl-folder-update-unread'.
123
124 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
125
126         * wl-summary.el (wl-summary-update-folder-info): New function derived from
127         `wl-summary-folder-info-update'.
128         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
129         instead of `wl-summary-folder-info-update'.
130         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
131         `wl-folder-set-folder-updated'.
132         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
133         instead of `wl-folder-update-unread'.
134         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
135         the value of `wl-summary-buffer-unread-count' for the second parameter of
136         `wl-folder-update-unread'.
137
138         * Version number is increased to 2.11.21.
139
140 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
141
142         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
143         a local variable.
144
145 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-spam.el (wl-summary-mark-spam): Show message only if call
148         interactively.
149
150         * wl-summary.el (wl-summary-mark-as-important-internal): New
151         internal function.
152         (wl-summary-mark-as-important): Use it.
153         (wl-summary-mark-as-unimportant): New function.
154         (wl-summary-sync-marks): Follow the API change.
155
156         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
157
158         * wl-mime.el (wl-summary-burst): Check target folder is writable.
159
160 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
161
162         * wl-folder.el (wl-folder-update-unread): Re-indent.
163         Narrow the scope of a local variable.
164
165 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
168         (wl-addrmgr-merge-entries): Ditto.
169         (wl-addrmgr): Added to address entry which exists in draft buffer
170         if no entry is in original.
171
172 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-batch.el: New file.
175
176 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
177
178         * wl-vars.el (wl-use-semi): Remove unused variable.
179
180 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
181
182         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
183         "?".
184
185 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
188         wl-summary-new-mark.
189         (wl-summary-new-cached-mark): New user option.
190         (wl-summary-score-marks): Follow the change above.
191         (wl-summary-auto-refile-skip-marks): Ditto.
192         (wl-summary-incorporate-marks): Ditto.
193         (wl-summary-expire-reserve-marks): Ditto.
194
195         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
196
197         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
198         (wl-summary-persistent-mark-string): Distinguished between cached
199         and uncached mark when the message is new.
200
201 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-spam.el (wl-spam-domain): Renamed from
204         `wl-spam-folder-guess-domain'.
205         (wl-summary-exec-action-spam): Register as spam if domain of the
206         source folder is good.
207         (wl-summary-exec-action-refile-with-register): Register message if
208         domain of the source folder is not undecided.
209
210 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
213         detect thread loop.
214
215 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
218         and wl-summary-skip-mark-list.
219
220 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
223
224         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
225
226         * wl-spam.el (toplevel): Require wl-highlight.
227         (wl-spam-auto-check-policy-alist): Abolish.
228         (wl-spam-auto-check-folder-regexp-list): New user option.
229         (wl-spam-auto-check-marks): Ditto.
230         (wl-spam-mark-action-list): Ditto.
231         (wl-highlight-summary-spam-face): New face.
232         (wl-spam-auto-check-message-p): New function.
233         (wl-spam-map-spam-messages): Fixed message.
234         (wl-spam-register-spam-messages): Ditto.
235         (wl-spam-register-good-messages): Ditto.
236         (wl-summary-spam-map): Add and remove keybind.
237         (wl-summary-target-mark-spam): Abolish.
238         (wl-summary-refile-spam): Ditto.
239         (wl-summary-test-spam): New function.
240         (wl-summary-mark-spam): Ditto.
241         (wl-summary-auto-check-spam): Follow the above change.
242         (wl-summary-exec-action-spam): New function.
243         (wl-summary-exec-action-refile-with-register): Fixed message.
244         (wl-message-check-spam): New function.
245         (wl-spam-setup): Ditto.
246         (toplevel): Call it if this file is loaded interactivity.
247
248         * Version number is increased to 2.11.20.
249
250 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
253         when new optional argument `force' is non nil or modified.
254
255 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl.el (toplevel): Require wl-spam when compile.
258         (wl-save-status): Call wl-spam-save-status.
259
260         * wl-spam.el (wl-spam-register-spam-messages): New function.
261         (wl-spam-register-good-messages): Ditto.
262         (wl-spam-save-status): Ditto.
263         (wl-summary-mode-map): Bind
264         wl-summary-target-mark-register-as-spam to "ms" and
265         wl-summary-target-mark-register-as-good to "mn".
266         (wl-summary-register-as-spam): Abolish optional argument; Use
267         wl-spam-register-spam-messages.
268         (wl-summary-register-as-spam-all): Use
269         wl-spam-register-spam-messages.
270         (wl-summary-register-as-good): Abolish optional argument; Use
271         wl-spam-register-good-messages.
272         (wl-summary-register-as-good-all): Use
273         wl-spam-register-good-messages.
274         (wl-summary-target-mark-register-as-spam): New funtion.
275         (wl-summary-target-mark-register-as-good): Ditto.
276
277 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-spam.el: New file.
280
281 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
284
285         * wl-action.el (wl-auto-refile-guess-functions): New variable.
286         (wl-summary-auto-refile): Call wl-refile-guess with
287         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
288
289 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
292         with disable-thread argument non-nil.
293
294 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-rescan): Added optional argument
297         disable-thread.
298         (wl-summary-sync): Call wl-summary-rescan with argument
299         disable-thread.
300         (wl-summary-input-range): Added new range `rescan-thread'.
301
302 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
305
306 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
309         internal variable.
310         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
311         wl-summary-search-parent-by-subject-regexp and
312         wl-summary-divide-thread-when-subject-changed as nil.
313         (wl-summary-insert-sequential): If entity is nil, nothing to do.
314         (wl-summary-insert-thread): Search parent entity from
315         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
316         thread loop.
317
318 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
319
320         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
321
322         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
323
324         * wl-util.el (wl-require-update-all-folder-p): New function.
325         (wl-get-assoc-list-value): Added `function' to match directive.
326         (wl-collect-draft): Rewrite.
327
328         * wl-summary.el (wl-summary-sync-update): Clear faces
329         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
330         are non-nil.
331         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
332         argument as function.
333         (wl-summary-input-range): Ditto.
334
335         * wl-folder.el (wl-draft-get-folder): New function.
336         (wl-folder-get-elmo-folder): Consider draft folder.
337
338         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
339         (wl-draft-buffer-message-number): New buffer local variable.
340         (wl-draft-folder-internal): New internal variable.
341         (wl-draft-delete): Rewrite.
342         (wl-draft-save): Ditto.
343         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
344         wl-folder-get-elmo-folder.
345         (wl-draft-config-info-operation): Ditto.
346         (wl-jump-to-draft-folder): Ditto.
347         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
348         (wl-draft-reedit): Rewrite.
349
350         * Version number is increased to 2.11.19.
351         
352 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
353
354         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
355         variable.
356
357 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
360         Use ignore-errors instead of unwind-protect.
361
362 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
363
364         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
365         for updating `wl-thread-entity-list'.
366
367 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
368
369         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
370         parameter from calling `wl-thread-entity-get-older-brothers' and
371         `wl-thread-entity-get-younger-brothers'.
372         Replace nested `append' with a single one.
373
374 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-summary.el (wl-summary-mode): Don't use the return value of
377         `make-local-hook'.
378
379 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
380
381         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
382         instead of `let*'.
383         (wl-thread-delete-message): Likewise.  Split and narrow the scope
384         of local variables.
385
386 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
389         Renamed from wl-summary-window-scroll-functions.
390         (wl-summary-window-scroll-functions): Don't set to variable.
391         (wl-summary-display-top): Use run-hooks.
392         (wl-summary-display-bottom): Ditto.
393         (wl-summary-toggle-disp-msg): Ditto.
394         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
395         Use it instead of wl-summary-window-scroll-functions.
396         (wl-summary-goto-folder-subr): Don't call
397         wl-summary-window-scroll-functions, use
398         wl-summary-buffer-window-scroll-functions instead.
399
400 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
403         make-local-variable.
404
405 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
406
407         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
408         set-buffer-modified-p.
409         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
410         (wl-summary-display-bottom): Ditto.
411         (wl-summary-toggle-disp-msg): Ditto.
412
413 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
416
417         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
418         (wl-summary-forward): Use elmo-message-entity-field instead of
419         elmo-message-field.
420
421         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
422
423 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-summary.el (wl-summary-window-scroll-functions): No use
426         `append'.
427
428 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
429
430         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
431         function.
432         (wl-summary-window-scroll-functions): Call it when both
433         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
434         (wl-summary-temp-mark): Added optional argument number.
435         (wl-summary-message-mark): Added optional argument flag.
436         (wl-summary-persistent-mark): Added optional argument number and flag.
437         (wl-summary-update-persistent-mark): Ditto.
438         (wl-summary-update-status-marks): Set "r" for interactive spec.
439
440         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
441         argument number and flag.
442
443         * wl-action.el (wl-summary-registered-temp-mark): 
444         Do nothing when wl-summary-buffer-temp-mark-list is nil.
445
446 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
449         internal variable (buffer local).
450         (wl-summary-window-scroll-functions): New function.
451         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
452         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
453         as nil.
454         (wl-summary-update-status-marks): Added arguments beg, end and
455         check.
456         (wl-summary-update-mark-window): Use function.
457         (wl-summary-sync-update): Follow the change above.
458         (wl-summary-switch-to-clone-buffer): Copy
459         wl-summary-buffer-unsync-mark-number-list.
460         (wl-summary-goto-folder-subr): Set
461         wl-summary-buffer-unsync-mark-number-list and
462         use wl-summary-window-scroll-functions insteaf of
463         wl-summary-lazy-highlight.
464
465         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
466
467 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
470
471         * wl-summary.el (wl-summary-update-persistent-mark): Call
472         wl-summary-set-message-modified.
473
474         * wl-summary.el (wl-summary-sync-update): Don't call
475         wl-summary-update-status-marks.
476
477         * Version number is increased to 2.11.18.
478
479 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
480
481         * wl-message.el (wl-message-prev-page): Use save-selected-window.
482         (wl-message-next-page): Ditto.
483
484 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
485
486         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
487         local variable.  Change the order of a collected list into the
488         same as the specified range.  Remove nil from a collected list.
489
490 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-summary.el (wl-summary-insert-headers): Set visible-only
493         argument for elmo-folder-list-messages.
494
495 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
498         change (wl-summary-count-unreads return a list instead of a cons
499         cell).
500
501 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
502
503         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
504         `wl-summary-folder-info-update'.
505
506 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-summary.el (wl-summary-set-message-modified): No use
509         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
510         (wl-summary-set-mark-modified): Abolish.
511         (wl-summary-mark-modified-p): Ditto.
512         (wl-summary-save-view): Follow the change above.
513
514         * wl-expire.el (wl-summary-expire): Likewise.
515
516 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
517
518         * wl-summary.el (wl-summary-detect-mark-position): Use
519         modb-entity-handler.
520         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
521
522         * Version number is increased to 2.11.17.
523
524 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
525
526         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
527         entity field value.
528         (wl-summary-prefetch-msg): Ditto.
529         (wl-summary-print-message-with-ps-print): Ditto.
530
531 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
532
533         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
534         for dummy entity.
535         (wl-summary-insert-thread): Use elmo-message-entity-field.
536         (wl-summary-update-thread): Use elmo-message-entity-field and
537         elmo-message-entity-number.
538         (wl-summary-line-number):  Use elmo-message-entity-number.
539         (wl-summary-line-size): Use elmo-message-entity-field.
540         (wl-summary-line-subject): Ditto.
541         (wl-summary-line-from): Ditto.
542         (wl-summary-line-attached): Ditto.
543         (wl-summary-create-line): Ditto.
544         (wl-summary-create-line): Use elmo-message-entity-number.
545         (wl-summary-print-message-with-ps-print): Use
546         elmo-message-entity-field.
547
548 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
549
550         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
551         change in elmo-msgdb-make-message-entity.
552         (wl-summary-buffer-set-folder): Don't call
553         wl-summary-detect-mark-position here.
554         (wl-summary-rescan): Call elmo-message-entity-number.
555         (wl-summary-sync-update): Ditto.
556         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
557
558         * wl-score.el (wl-score-header-index): Redefine 2th element.
559         (wl-score-overview-entity-get-extra): Abolish.
560         (wl-score-ov-entity-get): Rewrite.
561         (wl-score-string-index<, wl-score-string-func<): Abolish.
562         (wl-score-string<): New function.
563         (wl-score-string-sort): Use it.
564
565         * wl-refile.el (wl-refile-guess-by-history): Use
566         elmo-message-entity-field.
567         (wl-refile-guess-by-from): Ditto.
568         (wl-refile-guess-by-msgid): Ditto.
569
570         * Version number is increased to 2.11.16.
571
572 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-folder.el (wl-folder-confirm-existence): Don't call
575         file-exists-p if msgdb-path is nil.
576         * wl-summary.el, wl-draft.el, wl-action.el: Rename
577         `wl-read-folder-hist' to `wl-read-folder-history'.
578
579 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
580
581         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
582         `y-or-n-p'.
583
584 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-score.el (wl-score-headers): Don't use
587         elmo-folder-do-each-message-entity.
588
589         * Version number is increased to 2.11.15.
590
591 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
592
593         * wl-summary.el (wl-summary-delete-all-msgs): Use
594         elmo-folder-move-messages instead of elmo-folder-delete-messages
595         and elmo-folder-detach-messages.
596         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
597
598         * wl-expire.el (wl-expire-delete): Ditto.
599         (wl-expire-refile-with-copy-reserve-msg): Ditto.
600
601 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
602
603         * wl-vars.el (wl-message-use-header-narrowing): New user option.
604         (wl-message-header-narrowing-fields): Ditto.
605         (wl-message-header-narrowing-lines): Ditto.
606         (wl-message-header-narrowing-string): Ditto.
607
608         * wl-summary.el (wl-summary-mode-map): Bind
609         wl-summary-toggle-header-narrowing to "C-cC-f".
610         (wl-summary-toggle-header-narrowing): New function.
611
612         * wl-message.el (wl-message-buffer-create): Call
613         wl-message-header-narrowing-setup.
614         (wl-message-redisplay): Call wl-message-header-narrowing.
615         (wl-message-header-narrowing): New function.
616         (wl-message-header-narrowing-map): New keymap.
617         (wl-message-header-narrowing-widen-map): New keymap.
618         (wl-message-header-narrowing-again-at-mouse): New function.
619         (wl-message-header-narrowing-1): Ditto.
620         (wl-message-header-narrowing-widen-at-mouse): Ditto.
621         (wl-message-header-narrowing-setup): Ditto.
622         (wl-message-header-narrowing-toggle): Ditto.
623         
624         * wl-highlight.el (wl-message-header-narrowing-face): New face.
625
626         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
627         'flag as all.
628         (wl-use-flag-folder-help-echo): New user option.
629
630         * wl-summary.el (wl-summary-detect-mark-position): Bind 
631         wl-summary-highlight as nil.
632         (wl-summary-set-mark-modified): Follow the API change.
633         (wl-summary-mark-modified-p): Ditto.
634         (wl-summary-mark-as-read-all): Ditto.
635         (wl-summary-sync-marks): Don't call
636         elmo-folder-list-messages-with-global-mark.
637         (wl-summary-mark-as-read-internal): Follow the API change.
638         (wl-summary-mark-as-answered-internal): Ditto.
639         (wl-summary-mark-as-important): Cause an error when 'flag folder;
640         Follow the API change.
641         (wl-summary-create-line): Call with number argument.
642         (wl-summary-reply): Follow the API change.
643
644         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
645         function.
646         (wl-highlight-summary-line-string): Call it when
647         wl-use-flag-folder-help-echo is non-nil.
648         (wl-highlight-summary-current-line): Ditto.
649         (elmo-flag-folder-referrer): Added autoload setting.
650
651         * wl-draft.el (wl-draft-kill): Follow the API change.
652
653         * Version number is increased to 2.11.14.
654         
655 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
658
659 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * Version number is increased to 2.11.13.
662
663 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-draft.el (wl-draft-previous-history-element): Fixed
666         unbalanced parenthesis and bind unbound local variables.
667
668 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-draft.el (wl-draft-previous-history-element): New function.
671         (wl-draft-next-history-element): Ditto.
672         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
673         them to M-p and M-n.
674
675 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * Version number is increased to 2.11.12.
678
679 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-draft.el (wl-draft-hide): Select buffer-window.
682
683 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
684
685         * wl-summary.el (wl-summary-narrow-to-region): New function.
686         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
687         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
688         (wl-summary-save-region): Use it.
689         * wl-action.el (wl-summary-collect-numbers-region)
690         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
691
692 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-folder.el (wl-folder-count-incorporates): Don't use
695         `elmo-msgdb-mark-load'
696
697         * Version number is increased to 2.11.11.
698
699 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
702         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
703
704 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
705
706         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
707
708 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * Version number is increased to 2.11.10.
711
712 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-mime.el (wl-draft-attribute-value): Fixed.
715
716 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-util.el (wl-copy-local-variables): New function.
719
720         * wl-mime.el (wl-draft-attribute-recipients): New function.
721         (wl-draft-attribute-envelope-from): Ditto.
722         (wl-draft-attribute-smtp-posting-server): Ditto.
723         (wl-draft-attribute-smtp-posting-port): Ditto.
724         (wl-draft-attribute-value): Ditto.
725         (wl-draft-preview-message): Use it to get value for
726         attributes. Reflect result of `wl-draft-config'.
727
728         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
729         and call `wl-summary-mark-as-read' before to call
730         `wl-summary-unset-mark'.
731         (wl-summary-target-mark-mark-as-unread): Likewise.
732         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
733
734 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
735
736         * wl-mime.el (wl-draft-preview-message): Use actual value for
737         attributes; Fix for small window.
738
739 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-refile.el (wl-refile-get-field-value): Call
742         `elmo-message-entity-field' with 3rd argument is non-nil.
743
744 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
745
746         * wl-vars.el (wl-draft-preview-attributes): New user option.
747         (wl-draft-preview-attributes-list): Ditto.
748         (wl-draft-preview-attributes-buffer-lines): Ditto.
749         (wl-draft-preview-attributes-buffer-name): Ditto.
750
751         * wl-mime.el (wl-draft-preview-message): Display attributes.
752
753 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-detect-mark-position): Bind
756         wl-summary-flag-priority-list to '(new).
757
758 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
761         funtion.
762         (wl-highlight-summary-line-string): Use it.
763         (wl-highlight-summary-current-line): Ditto.
764
765 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
768         line even when the mark string is not changed.
769
770         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
771         argument change in the wl-summary-create-line.
772         (wl-thread-insert-entity-sub): Ditto.
773
774         * wl-summary.el (wl-summary-detect-mark-position): Follow the
775         argument change in the wl-summary-create-line.
776         (wl-summary-insert-sequential): Ditto.
777         (wl-summary-update-thread): Ditto.
778         (wl-summary-persistent-mark-string): New inline function.
779         (wl-summary-message-mark): Use it.
780         (wl-summary-create-line): Abolish argument wl-persistent-mark
781         and added wl-flags, wl-cached.
782
783         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
784         mark to flags.
785         (wl-highlight-summary-current-line): Decide the face not by the 
786         persistent mark but flags.
787
788 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
791         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
792         wl-summary-read-uncached-mark): Revive.
793         (wl-summary-answered-cached-mark,
794         wl-summary-answered-uncached-mark): New user option.
795         (wl-summary-score-marks): Follow the change above.
796         (wl-summary-auto-refile-skip-marks): Ditto.
797         (wl-summary-incorporate-marks): Ditto.
798         (wl-summary-expire-reserve-marks): Ditto.
799         (wl-summary-flag-priority-list): New user option.
800
801         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
802         changes.
803         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
804         of elmo-message-mark.
805         (wl-summary-mark-as-read-internal): Ditto.
806         (wl-summary-mark-as-answered): Ditto.
807         (wl-summary-mark-as-important): Ditto.
808         (wl-summary-redisplay-internal): Ditto.
809         (wl-summary-redisplay-no-mime-internal): Ditto.
810         (wl-summary-message-mark): New function.
811         (wl-summary-insert-sequential): Use wl-summary-message-mark
812         instead of elmo-message-mark.
813         (wl-summary-update-thread): Ditto.
814         (wl-summary-persistent-mark): Ditto.
815         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
816         instead of elmo-message-mark.
817
818         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
819         wl-summary-message-mark instead of elmo-message-mark.
820         (wl-thread-insert-entity-sub): Ditto.
821         (wl-thread-get-children-msgs-uncached): Ditto.
822
823         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
824         variable name changes.
825         (wl-highlight-summary-current-line): Ditto.
826
827         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
828         wl-summary-message-mark instead of elmo-message-mark.
829
830         * wl-expire.el (wl-expire-message-p): Ditto.
831
832         * wl-score.el (wl-score-headers): Ditto.
833
834         * Version number is increased to 2.11.9.
835
836         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
837         (wl-summary-sync-update): Follow the change above.
838         (wl-summary-switch-to-clone-buffer): Ditto.
839         (wl-summary-open-folder): Ditto.
840
841 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
844         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
845
846         * Version number is increased to 2.11.8.
847
848         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
849
850         * wl-expire.el (wl-expire-refile): Follow the API change on
851         `elmo-folder-move-messages'.
852         (wl-expire-refile-with-copy-reserve-msg): Ditto.
853
854         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
855         (wl-summary-exec-action-refile): Ditto.
856         (wl-summary-exec-action-copy): Ditto.
857         (wl-summary-no-auto-refile-message-p): No use
858         `wl-summary-buffer-msgdb'.
859         (wl-summary-auto-refile): Ditto.
860
861 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
862
863         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
864
865 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-summary.el (wl-summary-sync): Treat no-sync.
868
869         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
870         (wl-default-sync-range): Ditto.
871
872 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-refile.el (wl-refile-subject-learn): Call
875         `elmo-message-entity-field' with 3rd argument is non-nil.
876         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
877         instead of `elmo-msgdb-overview-entity-get-subject'.
878
879 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
882         scan-type is rescan.
883         (wl-summary-delete-all-temp-marks): Remove scored mark too when
884         new optional argument force is non-nil.
885         (wl-summary-save-view-cache): Call it with force argument non-nil.
886
887         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
888
889 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-action.el (wl-summary-print-argument): Fixed last change.
892
893 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
896         simplified.
897         (wl-summary-target-mark-mark-as-unread): Likewise.
898         (wl-summary-target-mark-mark-as-important): Likewise.
899
900 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
901
902         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
903         * wl-summary.el (wl-summary-mark-as-important): Arranged.
904         (wl-summary-mark-as-important-region): Change accordingly.
905         (wl-summary-target-mark-mark-as-important): Ditto.
906
907 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
910
911         * wl-action.el (wl-summary-print-argument): Print argument to
912         right side of window if `wl-summary-print-argument-within-window'
913         is non-nil.
914
915 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * wl-action.el (wl-summary-set-mark): Use
918         `wl-summary-message-visible-p' to check visibility of the message
919         and jump to message only when the message line is visible and have
920         different number; Call wl-summary-unset-mark with number argument.
921         (wl-summary-unset-mark): 
922         Use `wl-summary-message-visible-p'
923         to check visibility of the message and jump to message only when
924         the message line is visible and have different number;
925
926 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * Version number is increased to 2.11.7.
929
930         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
931         and wl-folder-summary-line-format.
932
933         * wl-summary.el (wl-summary-message-visible-p): New inline function.
934         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
935         (wl-summary-set-score-mark): Use it.
936         (wl-summary-target-mark-mark-as-read): Ditto.
937         (wl-summary-target-mark-mark-as-unread): Ditto.
938         (wl-summary-target-mark-mark-as-important): Ditto.
939         (wl-summary-target-mark-msgs): Simplified.
940         (wl-summary-detect-mark-position): Fixed problem when
941         summary-line-format no contain persisten/temp mark spec.
942         (wl-summary-temp-mark): Ditto.
943         (wl-summary-persistent-mark): Ditto.
944         (wl-summary-update-persistent-mark): Ditto.
945
946         * wl-action.el (wl-summary-set-mark): Ditto.
947         (wl-summary-unset-mark): Ditto.
948         All other related portions are changed.
949
950 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
951
952         * Version number is increased to 2.11.6.
953
954 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * wl-util.el (wl-current-message-buffer): Define as function;
957         Don't use the value of wl-messge-buffer.
958
959         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
960         persistent mark.
961
962         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
963         no current message, cause an error.
964
965 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-summary.el (wl-summary-set-message-modified): Use
968         elmo-folder-set-message-modified instead of
969         elmo-folder-set-message-modified-internal.
970
971 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
974         interactively.
975         (wl-summary-sync): nokill->entirely.
976         (wl-summary-sync-marks): Fixed message.
977         (wl-summary-input-range): Added mark, nokill->entirely.
978
979         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
980         messages as read.
981
982 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
985         update-noscore.
986         (wl-summary-sync): Follow the change above.
987
988 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-action.el (wl-summary-target-mark-all): Use
991         elmo-folder-list-messages.
992
993 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
996         (wl-summary-rescan): Set wl-summary-scored as nil.
997         (wl-summary-sync-force-update): Follow the change above.
998         (wl-summary-sync): Ditto.
999         (wl-summary-sync-update): Added argument disable-killed.
1000         (wl-summary-insert-headers): Set visible-only argument for
1001         elmo-folder-list-messages.
1002         (wl-summary-input-range): Added update-nokill, update-noscore,
1003         all-nokill, all-noscore and mark.
1004
1005         * Version number is increased to 2.11.5.
1006
1007         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1008
1009 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1010
1011         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1012         (wl-summary-prefetch-region-no-mark): Change accordingly.
1013         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1014
1015 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1016
1017         * wl-address.el (wl-complete-field-to): Abolished.
1018         (wl-complete-address): Completion function for completing-read.
1019         * wl-action.el (wl-summary-get-resend-address): Use it.
1020
1021         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1022         wl-summary-update-mark and abolish unused argument.
1023         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1024         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1025         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1026         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1027         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1028         * wl-draft.el (wl-draft-kill): Ditto.
1029
1030         * wl-summary.el: Remove unused binding of case-fold-search.
1031         (wl-summary-replace-status-marks): Abolished.
1032
1033 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1036         is specified or folder length is zero.
1037
1038 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1041         (wl-folder-archive-current-entity): Ditto.
1042
1043 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1046         retrieving message mark.
1047         (wl-summary-redisplay-internal): Ditto.
1048
1049         * wl-message.el (wl-message-buffer-display): Ignore errors while
1050         retrieving message-id field.
1051
1052         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1053         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1054         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1055         order of the arguments for `wl-expire-message-p'.
1056         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1057
1058         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1059         Check return value of wl-summary-reply.
1060         (wl-summary-reply): Recover window configuration when an error occured.
1061
1062 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-summary.el (wl-summary-resend-message): Abolished, the
1065         feature is inherited by wl-summary-resend (put resend mark).
1066
1067 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1070         wl-message-buffer to nil when the message is hide.
1071
1072 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * .cvsignore: New file.
1075
1076 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-action.el (wl-summary-action-docstring): Add more info.
1079         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1080         duplicate definition.
1081         (wl-summary-define-mark-action): Functions wl-summary-*-region
1082         keep current position.
1083         (wl-summary-unregister-target-mark): Store result to the variable.
1084
1085 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1086
1087         * Version number is increased to 2.11.4.
1088
1089 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1090
1091         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1092         wl-summary-delete-all-temp-marks.
1093         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1094
1095         * wl-action.el (wl-summary-set-mark): Changed terminology
1096         refile-destination -> action-argument.
1097         (wl-summary-unset-mark): Ditto.
1098         (wl-summary-remove-argument): Ditto.
1099         (wl-summary-print-argument): Ditto.
1100
1101         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1102         (wl-thread-remove-argument-region): Ditto.
1103         (wl-thread-print-argument-region): Ditto.
1104         (wl-thread-close): Ditto.
1105         (wl-thread-open): Ditto.
1106
1107         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1108         (wl-highlight-refile-destination-face is abolished)
1109         (wl-highlight-action-argument-string): Ditto.
1110         (wl-highlight-summary-current-line): Highlight action argument.
1111
1112         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1113         color for light backgrounds.
1114         (wl-highlight-summary-answered-face): Ditto.
1115
1116 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1117
1118         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1119
1120         * wl-score.el (wl-summary-score-update-all-lines): Use
1121         wl-summary-set-mark.
1122         (wl-summary-score-update-all-lines): Kill expunged messages.
1123
1124         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1125
1126 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1127
1128         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1129         directly.
1130         (wl-score-overview-entity-get-lines): Ditto.
1131         (wl-score-overview-entity-get-xref): Ditto.
1132         (wl-score-get-latest-msgs): Ditto.
1133         (wl-summary-rescore): Ditto.
1134
1135         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1136         to "&".
1137         (wl-summary-mark-as-answered-internal): New inline function.
1138         (wl-summary-mark-as-answered): New function.
1139         (wl-summary-mark-as-unanswered): Ditto.
1140         (wl-summary-sync-marks): Modified for answered-mark synching.
1141
1142 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-action.el (wl-summary-set-mark): Fixed last change.
1145
1146 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1147
1148         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1149         behavior of wl-summary-unread-message-hook
1150         (Pointed out by akira yamada <akira@arika.org>).
1151
1152 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1155         wl-summary-delete.
1156         * wl-xmas.el (wl-summary-toolbar): Ditto.
1157
1158         * wl-action.el (wl-summary-set-mark): Don't override current
1159         temp-mark.
1160
1161         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1162
1163 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1164
1165         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1166         (wl-refile-msgid-learn): Ditto.
1167         (wl-refile-get-field-value): Ditto.
1168
1169         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1170
1171         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1172         (wl-expire-delete-reserved-messages): Renamed from
1173         wl-expire-reserve-marked-msgs-from-list.
1174         (wl-expire-delete): Removed argument `msgdb'.
1175         (wl-expire-refile): Ditto.
1176         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1177         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1178         mark-alist as argument.
1179         (wl-expire-archive-number1): Removed argument `msgdb'.
1180         (wl-expire-archive-number2): Ditto.
1181         (wl-expire-archive-date): Ditto.
1182         (wl-expire-localdir-date): Ditto.
1183         (wl-expire-hide): Ditto.
1184         (wl-archive-number1): Ditto.
1185         (wl-archive-number2): Ditto.
1186         (wl-archive-date): Ditto.
1187         (wl-archive-folder): Ditto.
1188         All other related portions are changed.
1189
1190 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1193         mean move up and down. (suggested by Takashi Kawachi)
1194
1195 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-acap.el (toplevel): Don't require un-define.
1198
1199 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-thread.el (wl-thread-delete-message): Always update
1202         wl-summary-buffer-number-list.
1203
1204         * wl-action.el (wl-summary-print-destination): 
1205         Do nothing when folder is nil.
1206
1207 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1210         persistent mark when prefetch is succeeded.
1211
1212 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1213
1214         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1215         instead of elmo-msgdb-delete-msgs.
1216         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1217         (wl-expire-hide): Ditto.
1218
1219         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1220
1221         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1222         elmo-msgdb interface.
1223         (wl-thread-get-exist-children): Likewise.
1224         (wl-thread-insert-message): Likewise.
1225         (wl-thread-msg-mark-as-important): Likewise.
1226         (wl-thread-insert-entity-sub): Likewise.
1227         (wl-thread-get-children-msgs-uncached): Likewise.
1228
1229         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1230         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1231         (wl-summary-sync-update): Likewise.
1232         (wl-summary-auto-select-msg-p): Likewise.
1233         (wl-summary-update-thread): Likewise.
1234         (wl-summary-mark-as-important): Likewise.
1235         (wl-summary-jump-to-msg-internal): Likewise.
1236         (wl-summary-redisplay-internal): Likewise.
1237         (wl-summary-print-message-with-ps-print): Likewise.
1238         (wl-summary-folder-info-update): Likewise.
1239
1240         * wl-folder.el (wl-folder-check-one-entity):
1241         elmo-folder-count-flags instead of wl-summary-count-unread.
1242
1243         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1244
1245         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1246
1247         * wl-summary.el (wl-summary-set-message-modified): 
1248         Call wl-summary-set-mark-modified.
1249         (wl-summary-delete-messages-on-buffer): Call
1250         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1251         (wl-summary-sync-update): Call elmo-folder-length instead of
1252         elmo-folder-messages.
1253         (wl-summary-insert-headers): Don't call
1254         elmo-folder-list-message-entities.
1255
1256 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-action.el (wl-summary-define-mark-action): Call
1259         `wl-summary-set-mark' with argument `data'.
1260         (wl-summary-auto-refile): Fixed order of arguments when call
1261         `wl-summary-refile'.
1262
1263 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1264
1265         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1266
1267         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1268
1269         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1270         (Renamed from wl-highlight-summary-deleted-face).
1271         (wl-highlight-summary-resend-face): New face.
1272
1273         (wl-highlight-summary-deleted-face): Renamed from
1274         wl-highlight-summary-erased-face.
1275
1276         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1277
1278         * wl-action.el (wl-summary-get-resend-address): New function.
1279         (wl-summary-exec-action-resend): Ditto.
1280         (wl-summary-exec-action-resend-subr): Ditto.
1281
1282         * w-thread.el (wl-thread-copy): Removed definition.
1283         (wl-thread-refile): Ditto.
1284         (wl-thread-delete): Ditto.
1285         (wl-thread-target-mark): Ditto.
1286
1287         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1288         (wl-summary-target-mark-set-action): Fixed.
1289         (wl-summary-define-mark-action): Fixed quotation.
1290         (wl-summary-move-mark-list-messages): Display message.
1291         (wl-summary-define-mark-action): Define thread functions.
1292         (wl-summary-exec-action-refile): Changed message.
1293         (wl-summary-exec): Ditto.
1294
1295 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1296         
1297         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1298         '%%'.
1299
1300 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl.el (toplevel): Require wl-action.
1303         (wl-init): Call wl-summary-define-mark-action.
1304
1305         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1306
1307         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1308         wl-summary-delete and wl-summary-erase.
1309         (wl-summary-mode-map): Ditto.
1310
1311         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1312         wl-delete-folder-alist.
1313
1314         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1315         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1316         (toplevel): Moved mark & action related functions to the wl-action.el.
1317
1318         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1319         in wl-summary-mark-action-list.
1320         (wl-highlight-summary-current-line): Ditto.
1321
1322         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1323         empty lines.
1324
1325         * wl-action.el: New file. 
1326
1327 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1328
1329         * wl-summary.el (wl-summary-target-mark-replace): New function.
1330         (wl-summary-target-mark-prefetch): Use it.
1331         (wl-summary-target-mark-delete): Ditto.
1332         (toplevel): Rearranged definition order.
1333         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1334         (wl-summary-target-mark-erase): Rewrite.
1335         (wl-summary-erase-region): New function.
1336         (wl-summary-exec-action-erase): Changed message.
1337         (wl-summary-move-mark-list-messages): New function.
1338         (wl-summary-exec-action-delete): Use it.
1339         (wl-summary-exec-action-erase): Ditto.
1340
1341         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1342         (wl-summary-skip-mark-list): Added "d".
1343
1344         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1345         while searching.
1346
1347         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1348         and define using defcustom;
1349         Define 4th element as a face.
1350         
1351         * wl-summary.el (wl-summary-incorporate): Use 
1352         `wl-summary-prefetch-region-no-mark' instead of
1353         `wl-summary-prefetch-region'.
1354         (wl-summary-prefetch-region-no-mark): Revival of old
1355         `wl-summary-prefetch-region'.
1356         (wl-summary-mark-action-list): Moved to wl-vars.el
1357
1358         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1359         face according to the `wl-summary-mark-action-list'.
1360         (wl-highlight-summary-current-line): Ditto;
1361         Removed destination highlighting.
1362
1363         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1364         (wl-highlight-summary-line-string): Highlight for "i" mark.
1365         (wl-highlight-summary-current-line): Ditto.
1366
1367         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1368         no destination.
1369
1370         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1371         exists, just go ahead.
1372         (wl-summary-prefetch-region): Rewrite.
1373         (wl-summary-prefetch): Ditto.
1374         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1375         (wl-summary-exec-action-prefetch): New function.
1376         (wl-summary-target-mark-prefetch): Rewrite.
1377
1378 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1381         (wl-highlight-summary-line-string): Added "d" and "D".
1382         (wl-highlight-summary-current-line): Ditto.
1383
1384         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1385         in wl-summary.el.
1386         (wl-thread-insert-entity-sub): Ditto.
1387         (wl-thread-remove-destination-region): Ditto.
1388         (wl-thread-print-destination-region): Ditto.
1389
1390         * wl-summary.el (wl-summary-buffer-refile-list,
1391         wl-summary-buffer-delete-list,
1392         wl-summary-buffer-copy-list): Abolish.
1393         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1394         All other related portions are changed.
1395         (wl-summary-mark-action-list): New variable.
1396         (wl-summary-set-mark): New function.
1397         (wl-summary-register-target-mark): Ditto.
1398         (wl-summary-unregister-target-mark): Ditto.
1399         (wl-summary-have-target-mark-p): Ditto.
1400         (wl-summary-register-temp-mark): Ditto.
1401         (wl-summary-unregister-temp-mark): Ditto.
1402         (wl-summary-registered-temp-mark): Ditto.
1403         (wl-summary-collect-temp-mark): Ditto.
1404         (wl-summary-unset-mark): Ditto.
1405         (wl-summary-set-target-mark): Ditto.
1406         (wl-summary-unset-target-mark): Ditto.
1407         (wl-summary-set-action-generic): Ditto.
1408         (wl-summary-unset-action-generic): Ditto.
1409         (wl-summary-exec-action-delete): Ditto.
1410         (wl-summary-exec-action-erase): Ditto.
1411         (wl-summary-set-action-refile): Ditto.
1412         (wl-summary-set-action-refile-subr): Ditto.
1413         (wl-summary-unset-action-refile): Ditto.
1414         (wl-summary-make-destination-numbers-list): Ditto.
1415         (wl-summary-exec-action-refile): Ditto.
1416         (wl-summary-set-action-copy): Ditto.
1417         (wl-summary-unset-action-copy): Ditto.
1418         (wl-summary-exec-action-copy): Ditto.
1419         (wl-summary-collect-numbers-region): Ditto.
1420         (wl-summary-delete): Rewrite.
1421         (wl-summary-erase): Ditto.
1422         (wl-summary-remove-destination): Ditto.
1423         (wl-summary-exec): Ditto.
1424         (wl-summary-exec-region): Ditto.
1425         (wl-summary-target-mark-erase): Ditto.
1426         (wl-summary-refile): Ditto.
1427         (wl-summary-copy): Ditto.
1428         (wl-summary-unmark): Ditto.
1429         (wl-summary-delete-all-mark): Ditto.
1430         (wl-summary-mark-line): Don't highlight.
1431         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1432         (wl-summary-target-mark-refile-subr): Rewrite.
1433
1434         (wl-summary-copy-prev-destination): Abolish.
1435
1436 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1439         default values along the value of wl-on-mule.
1440         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1441         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1442         It is not used anywhere.
1443
1444 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-summary.el (wl-summary-print-destination): Keep position.
1447         (wl-summary-cursor-move-surface): Keep horizontal position.
1448
1449 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1452         write sendlog.
1453
1454 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1455
1456         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1457         `wl-summary-highlight'.
1458
1459 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1462         trivial condition for temp-mark.
1463
1464 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1465
1466         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1467         when it hits killed buffer.
1468
1469 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1470
1471         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1472         * wl-news.el.in: `message' and `error' take format string.
1473
1474 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-folder (wl-folder-insert-entity): Display a message,
1477         `...done', when the work finish.
1478         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1479
1480 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-message.el (wl-message-redisplay): Remove unused local
1483         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1484
1485 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1486
1487         * wl-summary.el (wl-summary-replace-status-marks): Disable
1488         interactive use.
1489         (wl-summary-reedit): Check message existence at first.
1490         (wl-summary-mark-line): Fix doc, return value is indefinite.
1491
1492         * wl-highlight.el (wl-highlight-message): Arranged.
1493
1494         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1495         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1496         check temp-mark by wl-summary-temp-mark always.
1497         (wl-highlight-summary): Change accordingly.
1498         * wl-summary.el (wl-summary-mark-as-read-all)
1499         (wl-summary-delete-cache, wl-summary-set-score-mark)
1500         (wl-summary-mark-as-unread, wl-summary-unmark)
1501         (wl-summary-mark-line, wl-summary-mark-as-read)
1502         (wl-summary-mark-as-important): Ditto.
1503
1504         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1505         end of the window if possible.
1506         * wl-summary.el (wl-summary-sync-update): Support lazy
1507         highlighting.
1508         (wl-summary-toggle-disp-msg): Ditto.
1509
1510 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1513
1514 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1517         change.
1518
1519 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1520
1521         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1522         API.
1523         (wl-summary-sync-update): Ditto.
1524
1525         * wl-score.el (wl-score-get-score-alist): Changed argument.
1526         (wl-summary-rescore-msgs): Likewise.
1527         (wl-summary-score-headers): Likewise.
1528         (wl-score-headers): Likewise;
1529         Use elmo-folder-do-each-message-entity, etc.
1530         (wl-summary-score-effect): Follow the changes above.
1531         (wl-summary-rescore): Ditto.
1532         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1533         (wl-score-get-overview): Abolish.
1534
1535         * wl-summary.el (wl-summary-default-from): Follow the API change in
1536         elmo-msgdb.
1537         (wl-summary-count-unread): Ditto.
1538         (wl-summary-detect-mark-position): Ditto.
1539         (wl-summary-overview-entity-compare-by-date): Ditto.
1540         (wl-summary-overview-entity-compare-by-number): Ditto.
1541         (wl-summary-overview-entity-compare-by-from): Ditto.
1542         (wl-summary-overview-entity-compare-by-subject): Ditto.
1543         (wl-summary-get-list-info): Ditto.
1544         (wl-summary-rescan): Ditto.
1545         (wl-summary-jump-to-msg-by-message-id): Ditto.
1546         (wl-summary-sync-update): Ditto; Removed comment.
1547         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1548         (wl-summary-insert-message): Use wl-summary-insert
1549         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1550         (wl-summary-insert-headers): Changed argument overview to folder.
1551         (wl-summary-search-by-subject): Likewise.
1552         (wl-summary-insert-thread): Renamed from 
1553         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1554
1555         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1556         too.
1557
1558         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1559         wl-string-member.
1560
1561 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1564         elmo-folder-append-buffer.
1565         (wl-draft-queue-append): Likewise.
1566
1567         * wl-mime.el (wl-message-delete-current-part): Ditto.
1568         (wl-summary-burst-subr): Ditto.
1569
1570         * wl-news.el.in (wl-news-send-news): Ditto.
1571
1572 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1575         function.
1576         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1577         (wl-summary-update-mark): Enclose with save-excursion.
1578         (wl-summary-mark-as-read-internal): Fixed last change.
1579         (wl-summary-mark-as-important): Use 3rd argument of
1580         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1581         Don't use elmo-msgdb-set-mark.
1582         (wl-summary-redisplay-internal): If msgdb flag is already read,
1583         just update the mark on buffer.
1584
1585 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1588         cut visible folder when elmo-folder-delete returns non-nil value.
1589
1590 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1593         by Kenichi OKADA <okada@opaopa.org>).
1594
1595 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1596
1597         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1598
1599 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1602         Fixed the last change, search group entity by its real name.
1603         (Thanks to: KOBAYASHI Shinji)
1604
1605 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1608         (wl-fldmgr-access-display-all): Don't refer visible name.
1609         * wl-expire.el (wl-folder-archive-current-entity)
1610         (wl-folder-expire-current-entity): Ditto.
1611         * wl-folder.el (wl-folder-jump-to-current-entity)
1612         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1613         (wl-folder-open-folder-sub,wl-folder-open-all)
1614         (wl-folder-write-current-folder): Ditto.
1615         (wl-folder-insert-entity): Don't use petname for normal group.
1616         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1617         is the real name.
1618         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1619         Abolished.
1620
1621 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1622
1623         * wl-draft.el (wl-draft-create-buffer): Add
1624         `wl-summary-reply-with-citation'
1625
1626 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1627
1628         * wl-draft.el (wl-draft-reply): Fixed.
1629
1630 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1631
1632         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1633         when `wl-draft-send-confirm-with-preview' is non-nil.
1634         You can scroll up/down by j/k.
1635         (wl-draft-send-confirm-with-preview): New variable (default=t).
1636
1637 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1638
1639         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1640         (wl-fldmgr-save-folders): Fix comment.
1641
1642 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1643
1644         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1645         along the last change in `wl-folder-buffer-group-p'.
1646
1647 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1648
1649         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1650         folder.
1651
1652         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1653         the default value.
1654
1655         * wl-mime.el (wl-summary-burst): Update summary only when target
1656         folder equals current folder.
1657
1658 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1659
1660         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1661
1662 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1663
1664         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1665         value.
1666
1667 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1670         `map-extents' instead of `extent-at' repeatedly.
1671         (wl-highlight-folder-current-line): Ditto.
1672
1673         * wl-highlight.el: Remove useless dummy functions.
1674
1675 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1676
1677         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1678         (wl-folder-put-folder-property): New function to put text property.
1679         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1680         (wl-folder-insert-entity, wl-folder-update-diff-line)
1681         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1682         * wl-e21.el, wl-xmas.el, wl-mule.el
1683         (wl-highlight-folder-current-line): Ditto.
1684         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1685         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1686         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1687         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1688
1689 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1690
1691         * Version number is increased to 2.11.3.
1692
1693 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1694
1695         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1696         Resume current-buffer since it is assumed by remaining tasks.
1697
1698 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1699
1700         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1701         (wl-folder-completion-function): Abolished.
1702         (wl-folder-complete-folder): New function.
1703         (wl-folder-complete-filter-condition): Ditto.
1704         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1705         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1706
1707 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1708
1709         * wl-draft.el (wl-draft-send-confirm): New function.
1710         (wl-draft-send): Use it.
1711
1712         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1713         cursor-in-echo-area while confirming.
1714
1715         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1716
1717         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1718         searching via nntp if wl-summary-search-via-nntp is 'force.
1719         Otherwise, invoke searching in nntp folder only.
1720         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1721
1722         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1723         explicitly for mime-make-text-tag.
1724
1725 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1726
1727         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1728         `mime-make-text-tag' instead of `mime-create-tag'.
1729
1730 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1731
1732         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1733         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1734
1735 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1736
1737         * wl-score.el (wl-score-save): Bind print-length and print-level.
1738         (wl-score-pretty-print): Ditto.
1739         (wl-score-edit-insert-header-entry): Ditto.
1740
1741         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1742         "From" entry to be treated with wl-draft-eword-encode-address-list.
1743         * wl-mime.el (wl-draft-preview-message): Ditto.
1744
1745         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1746         (wl-summary-mark-as-unread): Ditto.
1747         (wl-summary-mark-as-read-region): Change accordingly.
1748         (wl-summary-mark-as-unread-region): Ditto.
1749         (wl-summary-target-mark-mark-as-read): Ditto.
1750         (wl-summary-target-mark-mark-as-unread): Ditto.
1751
1752 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1753
1754         * Version number is increased to 2.11.2.
1755
1756 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1757
1758         * wl-news.el.in (wl-news-previous-version-save): Bind
1759         print-length and print-level.
1760         * wl-thread.el (wl-thread-save-entities): Ditto.
1761         (wl-thread-save-top-list): Bind print-length.
1762
1763 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1764
1765         * wl-highlight.el (wl-highlight-summary-line-string): Use
1766         wl-summary-score-below-mark, wl-summary-score-over-mark.
1767         (wl-highlight-summary-current-line): Ditto.
1768
1769 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1770
1771         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1772         insert it.
1773
1774 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1775
1776         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1777
1778 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1779
1780         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1781         message without msgid.
1782         Rewrite with elmo-folder-move-messages.
1783         Set wl-message-buffer to nil.
1784
1785         * wl-summary.el (wl-summary-erase-subr): New function. Use
1786         elmo-folder-move-messages.
1787         (wl-summary-erase): Call it.
1788         (wl-summary-target-mark-erase): Ditto.
1789
1790 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1791
1792         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1793         it is not up-tp-date.
1794
1795 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1796
1797         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1798         buffer after calling `wl-summary-goto-folder-subr' without the
1799         argument `interactive'.
1800         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1801
1802 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1803
1804         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1805         `mime-create-tag'. Use `string=' instead of `looking-at'.
1806
1807 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1808
1809         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1810         to avoid compile warning.
1811
1812         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1813         entity-id when folder is given.
1814         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1815         save-excursion, use save-selected-window instead.
1816         Select folder buffer window if exists.
1817         (To correct behavior with wl-folder-move-cur-folder.)
1818
1819 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1820
1821         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1822
1823 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1824
1825         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1826         list-count instead of %d.
1827
1828 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1829
1830         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1831         (wl-news): Set it.
1832         (wl-news-append-to-folder): Use it.
1833
1834         * wl-news.el.in (wl-news-send-news): Append to specified folder
1835         instead of wl-default-folder.
1836         (wl-news-append-to-folder): Show error message with specified folder.
1837
1838         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1839                 In most major modes, Emacs assumes that any opening
1840                 delimiter found at the left margin is the start of a
1841                 top-level definition, or defun. Therefore, *never put an
1842                 opening delimiter at the left margin unless it should have
1843                 that significance.*
1844
1845         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1846
1847 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1848
1849         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1850
1851 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1852
1853         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1854
1855 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1856
1857         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1858         for sequential numbering case.
1859
1860 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1861
1862         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1863         value.
1864         (wl-draft-reply-without-argument-list): Ditto.
1865         (wl-draft-reply-myself-with-argument-list): Abolish.
1866         (wl-draft-reply-myself-without-argument-list): Ditto.
1867         * wl-draft.el (wl-draft-self-reply-p): New function.
1868         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1869
1870 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1871
1872         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1873         (avoid error for the case without byte-compiling)
1874
1875 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1876
1877         * wl-news.el.in (wl-news-append-to-folder): New function.
1878         (wl-news-exit): Rewrite.
1879         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1880
1881 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1882
1883         * wl-draft.el (wl-draft-reply-position): New function.
1884         (wl-draft-reply-position): Fix.
1885         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1886         (wl-summary-target-mark-reply-with-citation): Ditto.
1887         (wl-summary-reply-with-citation): Ditto.
1888         * wl-vars.el (wl-draft-reply-default-position): New variable.
1889
1890 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1891
1892         * wl-draft.el (wl-draft-send): Preview when interactive send.
1893
1894 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1895
1896         * wl-draft.el (wl-draft-reply): Set default position.
1897         * wl-summary.el (wl-summary-reply): Ditto.
1898         (wl-summary-reply-with-citation): Ditto.
1899         (wl-summary-target-mark-reply-with-citation): Ditto.
1900
1901 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1902
1903         * wl-news.el.in (wl-news-lang): Set default value according to
1904         current-language-environment.
1905         (wl-news-append-news): Do nothing when news-list is nil.
1906
1907 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1908
1909         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1910         (wl-news): Change message.
1911         (wl-news-exit): Check buffer.
1912         (wl-news-force-exit): New function.
1913         (wl-news-show-all): New function.
1914         (wl-news-discard-and-exit): Fix.
1915
1916 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1917
1918         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1919         according to current-language-environment.
1920
1921         * wl-news.el.in (wl-news): If arg, show all NEWS after
1922         wl-news-default-previous-version.
1923
1924 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1925
1926         * wl-news.el.in (wl-news-check): Rewritten.
1927         (wl-news-previous-version-load): Change data type.
1928         (wl-news-previous-version-save): Change data type.
1929         (wl-news-append-news): Add return value.
1930         (wl-news-check-news): New function.
1931         (wl-news-already-current-p): New function.
1932         (wl-news-send-news): Rewritten.
1933         (wl-news-mode-map): Add new keybind.
1934         (wl-news): Rewritten.
1935         (wl-news-exit): Rewritten.
1936         (wl-news-discard-and-mail): New function.
1937         (wl-news-send-to-address): Abolished.
1938         * wl.el (wl-init): Delete a message.
1939
1940 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1941
1942         * wl-news.el.in (wl-news-exit): Update previous version.
1943         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1944
1945 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1946
1947         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1948
1949 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1950
1951         * wl-news.el.in (wl-news): New function.
1952         (wl-news-mode): New function.
1953         (wl-news-next-line): New function.
1954         (wl-news-next-page): New function.
1955         (wl-news-exit): New function.
1956         (wl-news-buf-name): New variable.
1957         (wl-news-mode-map): New variable.
1958         (wl-news-winconf): New variable.
1959         (wl-news-append-news): Add an option.
1960
1961 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1962
1963         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1964
1965 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1966
1967         * wl-news.el.in (wl-news-send-to-address): New variable.
1968         (wl-news-send-news): Use it.
1969         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1970         Return updating status.
1971         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1972
1973 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1974
1975         * wl-news.el.in (wl-news-send-news): Delete
1976         Organization and X-Face.
1977
1978 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1979
1980         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1981         (wl-news-append-news): New function.
1982         (wl-news-send-news): New function.
1983
1984 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1985
1986         * Version number is increased to 2.11.1.
1987
1988 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1989
1990         * wl-news.el.in : New file.
1991
1992 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1993
1994         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1995         default value.
1996         (wl-draft-reply-without-argument-list): Ditto.
1997
1998 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1999
2000         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2001         (wl-message-buffer-prefetch-idle-time): Ditto.
2002         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2003
2004 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-thread.el (wl-thread-insert-message): Use
2007         wl-summary-max-thread-depth.
2008
2009         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2010         loop detection.
2011
2012         * wl-message.el (wl-message-buffer-display): Back to the first page
2013         when cache is hit.
2014
2015 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2018
2019         * wl-summary.el (wl-summary-insert-thread-entity):
2020         If the thread depth is reached to wl-summary-max-thread-depth,
2021         divide the thread.
2022
2023 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2024
2025         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2026         for elmo-remove-passwd.
2027
2028 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2031         folder is sticky.
2032         (wl-folder-mark-as-read-all-entity): Ditto.
2033         (wl-folder-prefetch-entity): Ditto.
2034
2035 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2036
2037         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2038
2039 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2040
2041         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2042         Delete messages on buffer for unplugged operation.
2043         (wl-summary-erase): Ditto.
2044
2045 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2046
2047         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2048         take nil so as not to search parent by subject.
2049
2050 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2051
2052         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2053         (wl-folder-get-next-folder): Ditto.
2054         (wl-folder-get-path): Ditto.
2055
2056 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2057
2058         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2059         system and encode the region with it before verifying.
2060
2061 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2062
2063         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2064         system of the echo buffer before decoding.
2065
2066 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2067
2068         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2069         original contents.
2070
2071 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2074         with argument 'any-exists.
2075
2076 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2077
2078         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2079         Use `wl-cs-autoconv'.
2080
2081 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2082
2083         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2084         by `mime-view-automatic-conversion'.
2085
2086         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2087         (wl-message-verify-pgp-nonmime): Ditto.
2088         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2089         Bind them to C-c:d and C-c:v respectively.
2090
2091         Merge following code by Teranishi-san from [wl-en:00167].
2092         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2093         (wl-mime-preview-application/pgp-encrypted): Ditto.
2094         (wl-mime-setup): Add entry.
2095
2096 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-summary.el (wl-summary-target-mark-erase): New function.
2099         Bind it to "mD".
2100
2101 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2102
2103         * wl-vars.el (wl-draft-write-file-function): Fix.
2104         (wl-draft-reedit-hook): Changed default value.
2105
2106         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2107         wl-draft-reedit-hook.
2108         (wl-draft-remove-text-plain-tag): New function.
2109         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2110
2111         * wl-vars.el (wl-draft-write-file-function): New user option.
2112
2113         * wl-draft.el (wl-draft-prepare-edit): Use it for
2114         local-write-file-hooks.
2115         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2116
2117         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2118         (wl-draft-insert-mail-header-separator): Return the body beginning
2119         point.
2120         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2121         text/plain.
2122         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2123
2124 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2125
2126         * wl-summary.el (wl-summary-erase): New function to erase message
2127         without moving it to trash. Bind to "D".
2128
2129         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2130         as `keep' unless switch-function.
2131
2132 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2133
2134         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2135         message buffer by using `wl-summary-toggle-disp-msg'.
2136         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2137         buffer window.
2138         (wl-summary-supresedes-message): Ditto.
2139
2140         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2141         Do not delete other windows.
2142         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2143         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2144         (wl-draft-create-buffer): Set reply-or-forward also for target
2145         mark commands.
2146
2147 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2148
2149         * wl-draft.el (wl-user-agent-compose): Delete special case for
2150         switch-to-buffer-other-window.
2151
2152         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2153         (wl-summary-forward): Ditto.
2154
2155         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2156         function.
2157         (wl-draft-buffer-style): New use option.
2158
2159         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2160         (wl-draft): Follow the change above.
2161         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2162         wl-draft-buffer-style.
2163         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2164         switch-function.
2165
2166 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-draft.el (wl-user-agent-compose): Delete special case for
2169         switch-to-buffer-other-window.
2170
2171         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2172         (wl-summary-forward): Ditto.
2173
2174         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2175         function.
2176         (wl-draft-buffer-style): New use option.
2177
2178         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2179         (wl-draft): Follow the change above.
2180         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2181         wl-draft-buffer-style.
2182         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2183         switch-function.
2184
2185 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2186
2187         * wl-address.el (wl-address-make-completion-entry): Extracted from
2188         `wl-address-make-completion-list'.
2189         (wl-address-enable-strict-loading): New variable.
2190         (wl-address-make-completion-list): Revive petname duplication
2191         inquiry, and enable it if `wl-address-enable-strict-loading'.
2192         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2193
2194 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-message.el (wl-message-get-original-buffer): Avoid
2197         'Selecting deleted buffer' error when original buffer is killed.
2198
2199 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2200
2201         * wl-summary.el (wl-summary-next-message): Use
2202         elmo-message-accessible-p instead of elmo-message-cached-p.
2203
2204 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2205
2206         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2207
2208         * wl-thread.el (wl-thread-open-all-unread): Use
2209         elmo-folder-list-flagged instead of
2210         elmo-folder-list-messages-mark-match.
2211
2212         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2213         instead of elmo-folder-list-messages-mark-match.
2214         (wl-summary-move-spec-alist): New variable.
2215         (wl-summary-move-spec-plugged-alist,
2216         wl-summary-move-spec-unplugged-alist): Abolish.
2217         (wl-summary-next-message): Follow the change above.
2218         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2219         with 'no-msg' argument.
2220
2221         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2222         variable.
2223         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2224         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2225         (wl-message-buffer-prefetch-get-next): Follow the change above.
2226
2227 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl-version.el (wl-version): Changed codename.
2230
2231         * Version number is increased to 2.11.0.
2232
2233 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2236         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2237         `wl-draft-config-variables'.
2238         (wl-draft-kill): Fixed problem when the draft is reedit.
2239
2240 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2243         buffer-modified status (Thanks to
2244         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2245
2246 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-util.el (wl-region-exists-p): New function.
2249
2250         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2251         Remove defvars for byte-compile warnings.
2252
2253 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2256         defvar-maybe. Removed unused bind.
2257
2258 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2259
2260         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2261         summary buffer window before creating new frame.
2262         (wl-draft-reply): Ditto.
2263
2264 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2265
2266         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2267
2268 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2269
2270         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2271
2272 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2275         instead of `kill-region'.
2276
2277 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2278
2279         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2280         (wl-highlight-summary-line-string): Use it.
2281         (wl-highlight-summary-current-line): Ditto.
2282
2283         * wl-mime.el (wl-message-delete-current-part): Check the class of
2284         mime-entity.
2285
2286         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2287
2288         * wl-summary.el (wl-summary-make-number-list): Initialize.
2289         (wl-summary-update-mark): New function.
2290         (wl-summary-reply): Put `answered' mark on the message.
2291         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2292
2293         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2294         (wl-draft-reply): Added optional argument `number';
2295         Set wl-draft-parent-number.
2296         (wl-draft-kill): Delete answered mark if it is a reply.
2297
2298 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2301         that originates in mime-preview-follow-current-entity.
2302         (wl-draft-yank-current-message-entity): Use it if region is active.
2303
2304         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2305         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2306         `wl-message-delete-current-part'.
2307         * wl-mule.el (wl-message-define-keymap): Ditto.
2308         * wl-xmas.el (wl-message-define-keymap): Ditto.
2309
2310 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2311
2312         * wl-mime.el (wl-message-delete-current-part): New function.
2313         (wl-mime-node-id-to-string): Ditto.
2314
2315         * wl-mime.el (wl-message-delete-current-part): Use existing
2316         original buffer which corresponds current mime-view buffer.
2317         (fetched buffer might have different structure, possibly)
2318
2319         * wl-mime.el (wl-message-delete-current-part): Quit if the
2320         message content differs from the actual message.
2321
2322 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2325         order.
2326         (wl-summary-search-by-subject): Search parent message from tail;
2327         Check the existence of the parent message on the current thread tree.
2328         (wl-summary-update-thread): Check whether the line is inserted.
2329
2330 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2331
2332         * wl-vars.el (wl-summary-line-format): Undo last change.
2333         * wl-summary.el (wl-summary-print-destination): Do not put
2334         invisible property when `wl-summary-width' is nil.
2335         (wl-summary-line-subject-minimum-length): Abolished.
2336         (wl-summary-line-subject): Ditto.
2337
2338 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2339
2340         * wl-vars.el (wl-summary-line-format): Change default value.
2341         (wl-summary-subject-length-limit): Abolished.
2342         * wl-summary.el (wl-summary-line-subject): Ditto.
2343
2344 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2345
2346         * wl-template.el (wl-template-select): Added optional argument.
2347         If optional argument is specified, reverse
2348         `wl-template-visible-select'.
2349
2350 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2353         Take prefix argument to force asking the destination folder.
2354
2355 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2358         count and update status.
2359
2360 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2361
2362         * wl-summary.el (wl-summary-redisplay-internal): If
2363         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2364         after fetching.
2365
2366 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2369         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2370
2371         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2372
2373 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2376         (All other related portions are changed).
2377         (wl-summary-mark-as-read-all): Rewrite.
2378
2379 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2382         `wl-summary-mark-as-read'.
2383         (wl-summary-mark-as-unread): Rewrite.
2384         (wl-summary-mark-as-read): Added no-modeline argument.
2385         (wl-summary-resume-cache-status): Rewrite.
2386         (wl-summary-exec-subr): Remove unused local variable.
2387
2388 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2389
2390         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2391         logic to call `wl-summary-buffer-prev-folder-function'.
2392         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2393
2394 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2397         is nil.
2398
2399 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2402         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2403         (wl-mime-setup): Add its entry.
2404
2405 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2408         (wl-summary-delete-cache): Likewise.
2409         (wl-summary-mark-as-read): Rewrite.
2410
2411 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2412
2413         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2414         `wl-summary-count-unread'.
2415
2416         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2417
2418         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2419
2420 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2423         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2424         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2425         Renamed to the elmo-msgdb-*-mark.
2426         (wl-summary-score-marks): Follow the change above.
2427         (wl-summary-auto-refile-skip-marks): Ditto.
2428         (wl-summary-incorporate-marks): Ditto.
2429         (wl-summary-expire-reserve-marks): Ditto.
2430
2431         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2432         changes.
2433         (wl-thread-insert-top): Changed updating message.
2434
2435         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2436         variable.
2437         (wl-summary-count-unread): Count answered marks.
2438         (wl-summary-rescan): Call wl-summary-insert-message instead of
2439         wl-summary-append-message-func-internal.
2440         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2441         (wl-summary-prefetch-msg): Follow the variable name changes.
2442         (wl-summary-prefetch-region): Ditto.
2443         (wl-summary-mark-as-read-all): Follow the API changes;
2444         Don't call elmo-folder-replace-marks.
2445         (wl-summary-delete-cache): Follow the variable name changes.
2446         (wl-summary-resume-cache-status): Ditto.
2447         (wl-summary-update-status-marks): New function.
2448         (wl-summary-insert-message): New function.
2449         (wl-summary-sync-marks): Follow the variable name changes.
2450         (wl-summary-sync-update): Synchronize to the msgdb, too;
2451         Changed update messages.
2452         (wl-summary-make-number-list): Rewrite.
2453         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2454         (wl-summary-mark-as-unread): Follow the API changes.
2455         (wl-summary-exec-subr): Follow the variable name changes.
2456         (wl-summary-mark-as-read): Ditto.
2457         (wl-summary-move-spec-plugged-alist): Ditto.
2458         (wl-summary-move-spec-unplugged-alist): Ditto.
2459         (wl-summary-cursor-move-surface): Ditto.
2460
2461         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2462         variable name changes.
2463         (wl-highlight-summary-current-line): Ditto.
2464
2465         * wl-expire.el (wl-expire-refile): Follow the API change in
2466         elmo-folder-move-messages.
2467         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2468         (wl-summary-archive): Use elmo-folder-msgdb instead of
2469         elmo-msgdb-load.
2470
2471 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-mime.el (wl-draft-preview-message): Restore the position
2474         before evaluating wl-draft-send-hook in preview buffer.
2475
2476 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2477
2478         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2479         when it creates new draft buffer.
2480
2481         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2482         without argument.
2483
2484         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2485         Evaluate content and if the value is string, insert it.
2486         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2487         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2488         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2489         wl-draft-config-sub-part-bottom): Use it.
2490
2491         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2492         with the folder name. The question was unintelligible when it is
2493         called from wl-save-status.
2494
2495 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2496
2497         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2498         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2499         cannot take second argument).
2500
2501 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2502
2503         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2504         as t. Since type and subtype are not case sensitive (RFC 2045).
2505
2506 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2507
2508         * wl-vars.el (wl-message-mode-line-format): New variable.
2509         (wl-message-mode-line-format-spec-alist): Ditto.
2510         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2511         (wl-message-redisplay): Use wl-message-mode-line-format.
2512
2513 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2516
2517 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2518
2519         * wl-summary.el (wl-summary-default-from): Write description.
2520
2521 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-vars.el (wl-ldap-objectclass): Abolish.
2524
2525         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2526         (wl-ldap-make-filter): Removed condition for objectclass.
2527         (wl-ldap-make-matched-value-list): Remove meaningless process.
2528         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2529         (wl-address-ldap-search): Don't add `*' to `pat' string;
2530         use ignore-errors; added `email';
2531         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2532         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2533         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2534
2535
2536 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2537
2538         * wl-draft.el (wl-draft-parent-folder): Write description.
2539         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2540
2541 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2544         as "" (zero-length string) if no parent.
2545         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2546
2547 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2548
2549         * wl-address.el (wl-address-make-completion-list): Skip duplication
2550         checking.
2551         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2552         `append'.
2553
2554 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2555
2556         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2557         instead of `beginning-of-buffer'.
2558
2559 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2562
2563 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2564
2565         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2566         Refer wl-message-buffer-name.
2567         (wl-message-wheel-down): Ditto.
2568
2569 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-vars.el (wl-message-buffer-name): New user option.
2572
2573         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2574         directly instead of making alist dinamically.
2575
2576         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2577         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2578         wl-message-buffer-cache-name.
2579         (wl-message-buffer-cache-clean-up): Ditto.
2580
2581         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2582
2583         * Version number is increased to 2.9.15.
2584
2585 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-vars.el (wl-summary-default-view-alist): New user option.
2588
2589         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2590
2591         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2592         while deleting address.
2593         (wl-draft-delete-myself-from-cc): Ditto.
2594
2595         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2596         If optional argument is specified, reverse sort order.
2597
2598         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2599
2600 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2601
2602         * wl-thread.el (wl-thread-insert-message): Return parent number if
2603         exists.
2604         (wl-thread-update-indent-string-region): Use
2605         wl-thread-update-line-on-buffer-sub instead of
2606         wl-thread-update-line-on-buffer.
2607
2608 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2609
2610         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2611         (wl-folder-close-all): Ditto.
2612
2613 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2614
2615         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2616         and mailing-list:.
2617         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2618         value.
2619         (wl-summary-line-list-info): Print mailing-list name even when 
2620         list-number is empty.
2621
2622 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2623
2624         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2625
2626         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2627         (wl-draft-open-file): Ditto.
2628         (wl-draft-random-alphabet): Ditto.
2629
2630         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2631         bindings.
2632
2633 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2636         * wl-vars.el (wl-draft-config-alist): Ditto.
2637
2638 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * Version number is increased to 2.9.14.
2641
2642         * wl.el (wl): Don't set wl-init as nil when error occured while
2643         auto-checking folders.
2644
2645         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2646         `elmo-expand-newtext'.
2647
2648 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2651         `this-command' so that `wl-folder-goto-folder' contained in
2652         `wl-summary-keep-cursor-command' work.
2653
2654 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2655
2656         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2657         message buffer displaying state.
2658
2659 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * wl-vars.el (wl-summary-default-view): New variable to specify
2662         default value for `wl-summary-buffer-view' instead of using
2663         set-default.
2664         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2665
2666 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2667
2668         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2669
2670         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2671
2672 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2673
2674         * wl-vars.el (wl-forward-subject-prefix): New variable.
2675         * wl-draft.el (wl-draft-forward): Use it.
2676
2677 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2678
2679         * wl-message.el (wl-message-prev-page): When it is called without
2680         lines argument, scroll down by wl-message-scroll-amount lines.
2681         (wl-message-next-page): Ditto.
2682         * wl-vars.el (wl-message-scroll-amount): Change default value
2683         to preserve current behavior.
2684
2685 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-summary.el (wl-summary-prefetch-msg): Bind
2688         `wl-message-entity' to call `wl-summary-from-function'.
2689
2690 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2691
2692         * wl-message.el (wl-message-buffer-create): Run
2693         wl-message-buffer-created-hook.
2694
2695 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-summary.el (wl-summary-sort-specs): New variable.
2698         (wl-summary-default-sort-spec): Ditto.
2699         (wl-summary-sort): Rewrite.
2700         (wl-summary-sort-by-list-info): New function.
2701
2702 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2703
2704         * wl-summary.el (wl-summary-get-list-info): New function.
2705         (wl-summary-sort): Rewrite.
2706         (wl-summary-line-list-info): Ditto.
2707         (wl-summary-line-list-count): Ditto.
2708         (wl-summary-refile-region): Fixed docstring.
2709
2710 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2713         `wl-folder-entity-hashtb' as completion table.
2714
2715 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2718         only when this command is called interactively; silence the byte-
2719         compiler.
2720
2721 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2722
2723         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2724         active in XEmacs.
2725
2726 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2727
2728         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2729         plural lines.
2730
2731 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2732
2733         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2734         of current line when the cursor is on the header name.
2735         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2736
2737 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2738
2739         * wl-util.el (wl-read-directory-name): Return displayed directory
2740         as the default value also on XEmacs.
2741
2742 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2745         formatting.
2746
2747 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2750         argument and when it is non-nil, check face property before
2751         highlighting for each line.
2752         (wl-highlight-summary-window): Set it.
2753
2754 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2757         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2758
2759         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2760         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2761         (wl-draft-get-fcc-list): Likewise.
2762
2763 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2766         (wl-thread-entity-cur): Ditto.
2767         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2768         wl-thread-indent-regexp setting.
2769         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2770
2771         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2772         wl-summary-lazy-highlight.
2773         (wl-summary-display-bottom): Ditto.
2774
2775         * wl-thread.el (wl-thread-open-close): Likewise.
2776
2777         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2778         from and subject;
2779         Bind wl-draft-use-frame;
2780         Enclose with save-window-excursion;
2781         Use wl-draft-create-buffer instead of with-temp-buffer;
2782         Use wl-draft-prepare-edit;
2783         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2784         Use wl-draft-send instead of wl-draft-raw-send.
2785
2786 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2787
2788         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2789         of using wl-from.
2790
2791 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2794         insert-buffer instead of clone-buffer.
2795         (wl-draft-doing-mime-bcc): New variable.
2796         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2797         infinite loop.
2798         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2799
2800         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2801         (wl-draft-mime-bcc-body): Ditto.
2802
2803         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2804         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2805         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2806         wl-draft-do-mime-bcc.
2807         (wl-draft-mime-bcc-field): New function.
2808         (wl-draft-do-mime-bcc): Ditto.
2809
2810         * wl-address.el (wl-address-complete-header-list): New variable.
2811         (wl-address-complete-header-regexp): Changed default value.
2812
2813         * Version number is increased to 2.9.13.
2814
2815 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2816
2817         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2818         it is differed.
2819
2820 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2823         (wl-summary-line-list-count): Ditto.
2824
2825 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2826
2827         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2828         (wl-nntp-posting-function): New variable.
2829         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2830         `wl-nntp-posting-config-alist'.
2831
2832 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2833
2834         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2835         FLIM.
2836
2837 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2838
2839         * wl-summary.el (wl-summary-target-mark-refile-sub):
2840         Remove a nuisance funcall.
2841
2842 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2843
2844         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2845         as t for `try-completion'.
2846
2847 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-summary.el (wl-summary-default-from): Use
2850         wl-address-header-extract-address instead of
2851         std11-extract-address-components.
2852         (wl-summary-simple-from): Ditto.
2853         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2854         (wl-summary-insert-headers): Show message.
2855         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2856         for whole line.
2857         (wl-summary-default-from): Revert last change.
2858         (wl-summary-simple-from): Ditto.
2859         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2860         (wl-summary-mark-as-read-region): Follow the change above.
2861         (wl-summary-sync-marks): Ditto.
2862         (wl-summary-target-mark-mark-as-read): Ditto.
2863         (wl-summary-redisplay-internal): Ditto.
2864         (wl-summary-redisplay-no-mime-internal): Ditto.
2865         (wl-summary-redisplay-all-header): Ditto.
2866         (wl-summary-mark-as-read): Removed argument `cached';
2867         Use current cache status to set cache mark.
2868         (wl-summary-redisplay-internal): Follow the change above.
2869         (wl-summary-redisplay-no-mime-internal): Ditto.
2870         (wl-summary-redisplay-all-header): Ditto.
2871
2872         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2873
2874         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2875         Don't call itself recursively (Adviced by Yamaoka-san).
2876
2877 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2878
2879         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2880         bind wl-summary-highlight as nil to avoid error caused by missing
2881         local variables.
2882
2883 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * wl-vars.el (wl-invalid-character-message): New user option.
2886
2887         * wl-util.el (wl-set-string-width): If truncated string-width is
2888         larger than specified width, use `wl-invalid-character-message'.
2889
2890 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2891
2892         * wl-summary.el (wl-summary-prefetch-msg): 
2893         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2894
2895 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-vars.el (wl-summary-check-line-format): New user option.
2898         (wl-summary-line-format-file): Ditto.
2899
2900         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2901         variable.
2902         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2903         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2904         and `wl-summary-view-old-p' to check whether do a rescan or not.
2905         (wl-summary-view-old-p): New function.
2906         (wl-summary-line-format-changed-p): Ditto.
2907         (wl-summary-line-format-save): Ditto.
2908         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2909
2910         * wl-util.el (wl-set-string-width): Avoid using negative number
2911         for make-string.
2912
2913 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2916         return value.
2917
2918         * wl-util.el (wl-set-string-width): Added optional argument
2919         `padding' (All other related portions are changed).
2920         (wl-line-parse-format): If the first letter of column number is
2921         `0', zero-padding the result (ex: "%05l").
2922
2923         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2924
2925 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2928         sequential summary view.
2929
2930 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2933         if it doesn't have a -unix version.
2934
2935 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2938
2939 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2942         content.
2943         (wl-draft): Follow the change above.
2944
2945         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2946
2947         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2948         and wl-folder-summary-line-format-alist contain %T and %P.
2949
2950         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2951         (wl-summary-mode-line-format): New user option.
2952         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2953         (wl-summary-line-format): Changed default value.
2954         (wl-summary-lazy-highlight): Changed default value.
2955
2956         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2957         change in wl-summary-create-line.
2958         (wl-thread-insert-entity-sub): Ditto.
2959
2960         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2961         (wl-summary-buffer-unread-status): Ditto.
2962         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2963         (wl-summary-buffer-persistent-mark-column): Ditto.
2964         (wl-summary-buffer-mode-line-formatter): Ditto.
2965         (wl-summary-buffer-mode-line): Ditto.
2966         (wl-summary-message-regexp): Abolished.
2967         (All other related portions are changed.)
2968         (wl-summary-detect-mark-position): New function.
2969         (wl-summary-buffer-set-folder): Setup
2970         wl-summary-buffer-mode-line-formatter.
2971         (wl-summary-mode): Setup selective-display;
2972         Setup pre-idle-hook when xemacs.
2973         (wl-summary-update-modeline): Rewrite.
2974         (wl-summary-jump-to-msg): Define as function;
2975         Changed regexp for searching messages.
2976         (wl-summary-message-number): Rewrite.
2977         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2978         Do rescan when old type summary cache.
2979         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2980         (wl-summary-remove-destination): Use '\r' to detect EOL.
2981         (wl-summary-print-destination): Ditto.
2982         (wl-summary-temp-mark): New inline function.
2983         (wl-summary-persistent-mark): Ditto.
2984         (wl-summary-line-number): New function.
2985         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2986         (wl-summary-line-list-count): New function.
2987         (wl-summary-create-line): Added argument persistent-mark.
2988         (All other related portions are changed)
2989         (wl-summary-create-line): Insert '\r'.
2990         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2991         (wl-summary-cursor-move-surface): New inline function.
2992         (wl-summary-prev): Use it.
2993         (wl-summary-next): Ditto.
2994
2995         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2996         wl-summary-message-regexp.
2997         (wl-highlight-summary): Delete progress message.
2998         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2999
3000         * Version number is increased to 2.9.12.
3001
3002 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3005         variable (nil: no minimum).
3006         (wl-summary-line-subject): Add some spaces after subject by
3007         wl-summary-line-subject-minimum-length.
3008
3009 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3012         and removed `F'.
3013         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3014         change above).
3015
3016 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3017
3018         * wl-summary.el (wl-summary-line-list-count): Reverted.
3019         (example setting in samples/*/dot.wl is also updated)
3020
3021 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3024
3025         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3026
3027         * wl-vars.el (wl-summary-line-format): Addes some description to the
3028         docstring.
3029
3030         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3031         (wl-summary-line-close-bracket): Ditto.
3032         (wl-summary-line-children-number): Ditto.
3033         (wl-summary-line-thread-indent): Ditto.
3034         (wl-summary-line-children-and-from): Ditto.
3035
3036         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3037         't', 'c', 'F' and added 'C'.
3038
3039         * wl-util.el (wl-set-string-width): Accept negative value.
3040         (wl-line-parse-format): Added "%number(" and "%)".
3041
3042 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3043
3044         * wl-summary.el (wl-summary-line-list-count): Change format of the
3045         return value.
3046
3047 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3048
3049         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3050         from the recent message.el.
3051         (wl-draft-point-in-header-p): Ditto.
3052         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3053         wl-draft-beginning-of-line.
3054         * wl-e21.el (wl-draft-mode-map): Ditto.
3055         * wl-xmas.el (wl-draft-mode-map): Ditto.
3056
3057         * wl-folder.el: Sort macrodefs by dependencies.
3058
3059 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3060
3061         * wl-summary.el (wl-summary-prev): Fixed regexp.
3062         (wl-summary-next): Ditto.
3063
3064 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3065
3066         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3067
3068 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3069
3070         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3071         for backward compatibility.
3072
3073 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3074
3075         * wl-summary.el (wl-summary-line-list-count): New function, merged
3076         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3077         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3078         list counts.
3079
3080 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl-summary.el (wl-summary-create-line): Ignore errors while
3083         timezone-fix-time.
3084
3085         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3086
3087         * wl-summary.el (wl-summary-sync-update): Ditto.
3088         (wl-summary-default-from): Use wl-message-entity
3089         instead of entity.
3090
3091         * wl-summary.el (wl-summary-create-line): Fix.
3092
3093         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3094         (wl-summary-line-format): New user option.
3095         (wl-folder-summary-line-format-alist): Ditto.
3096         (wl-summary-from-width): Abolished.
3097
3098         * wl-util.el (toplevel): Require 'bytecomp.
3099         (wl-line-parse-format): New function.
3100         (wl-line-formatter-setup): New macro.
3101
3102         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3103         (wl-summary-buffer-line-formatter): New buffer local variable.
3104         (wl-summary-switch-to-clone-buffer): Follow the change above.
3105         (wl-summary-message-regexp): Fix.
3106         (wl-summary-from-func-internal): Abolished.
3107         (wl-summary-subject-func-internal): Ditto.
3108         (wl-summary-subject-filter-func-internal): Ditto.
3109         (All other related portions are changed.)
3110         (wl-summary-buffer-set-folder):
3111         Set up wl-summary-buffer-number-column and 
3112         wl-summary-buffer-line-formatter
3113         (All other related portions are changed.)
3114         (wl-summary-buffer-number-column-detect): Abolished.
3115         (All other related portions are changed.)
3116         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3117         (wl-summary-delete-all-temp-marks-on-buffer): Use
3118         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3119         (wl-summary-target-mark-delete): Ditto.
3120         (wl-summary-target-mark-refile-subr): Ditto.
3121         (wl-summary-target-mark-mark-as-read): Ditto.
3122         (wl-summary-target-mark-mark-as-unread): Ditto.
3123         (wl-summary-target-mark-mark-as-important): Ditto.
3124         (wl-summary-target-mark-save): Ditto.
3125         (wl-summary-replace-status-marks): Renamed from
3126         wl-summary-set-status-marks-on-buffer;
3127         Use wl-summary-message-regexp instead of
3128         wl-summary-buffer-number-regexp.
3129         (wl-summary-sync-update): Follow the change above.
3130         (wl-summary-goto-previous-message-beginning): New function.
3131         (wl-summary-mark-as-unread): Use it.
3132         (wl-summary-mark-as-important): Ditto.
3133         (wl-summary-line-formatter): New variable.
3134         (wl-summary-line-year): New function.
3135         (wl-summary-line-day): Ditto.
3136         (wl-summary-line-day-of-week): Ditto.
3137         (wl-summary-line-hour): Ditto.
3138         (wl-summary-line-minute): Ditto.
3139         (wl-summary-line-open-bracket): Ditto.
3140         (wl-summary-line-close-bracket): Ditto.
3141         (wl-summary-line-children-number): Ditto.
3142         (wl-summary-line-thread-indent): Ditto.
3143         (wl-summary-line-size): Ditto.
3144         (wl-summary-line-subject): Ditto.
3145         (wl-summary-line-from): Ditto.
3146         (wl-summary-line-children-and-from): Ditto.
3147         (wl-summary-create-line): Rewritten.
3148         (wl-summary-format-date): Abolished.
3149
3150         * wl-highlight.el (wl-highlight-summary-current-line): Use
3151         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3152         Use thread structure to detect thread top message.
3153
3154         * wl-draft.el (wl-default-draft-cite): Don't use
3155         wl-summary-from-func-internal.
3156
3157         * wl-refile.el (wl-refile-subject-learn): Don't use
3158         wl-summary-subject-filter-func-internal.
3159         (wl-refile-guess-by-subject): Ditto.
3160
3161         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3162         parameters.
3163
3164         * wl-thread.el (wl-thread-update-indent-string-region):
3165         Use wl-thread-update-line-on-buffer instead of
3166         wl-thread-update-indent-string.
3167         (wl-thread-update-children-number): Redefine using
3168         wl-thread-update-line-on-buffer.
3169         (wl-thread-update-indent-string): Abolished.
3170
3171         * Version number is increased to 2.9.11.
3172
3173 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3176         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3177         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3178
3179         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3180         as nil.
3181
3182         * wl-thread.el (wl-thread-open-all-unread): Use 
3183         elmo-folder-list-messages-mark-match.
3184         (wl-thread-insert-message): Removed argument `mark-alist'.
3185         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3186         elmo-msgdb-set-mark.
3187         (wl-thread-get-children-msgs-uncached): Likewise.
3188         (wl-thread-get-exist-children): Added argument include-self.
3189         (wl-thread-delete-message): Follow the change above.
3190
3191         * wl-summary.el (wl-summary-count-unread): Removed argument.
3192         (wl-summary-rescan): Follow the change above.
3193         (wl-summary-mark-as-read-region): Ditto
3194         (wl-summary-mark-as-unread-region): Ditto.
3195         (wl-summary-delete-messages-on-buffer): Ditto.
3196         (wl-summary-sync-update): Ditto.
3197         (wl-summary-switch-to-clone-buffer): Ditto.
3198         (wl-summary-goto-folder-subr): Ditto.
3199         (wl-summary-target-mark-mark-as-read): Ditto.
3200         (wl-summary-target-mark-mark-as-unread): Ditto.
3201         (wl-summary-target-mark-mark-as-important): Ditto.
3202         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3203         (wl-summary-update-thread): Removed argument `mark-alist'.
3204         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3205         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3206         (wl-summary-resume-cache-status): Likewise.
3207         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3208         elmo-msgdb-set-mark.
3209         (wl-summary-mark-as-read-all): Likewise.
3210         (wl-summary-delete-cache): Ditto.
3211         (wl-summary-auto-select-msg-p): Ditto.
3212         (wl-summary-mark-as-unread): Ditto.
3213         (wl-summary-no-auto-refile-message-p): Ditto.
3214         (wl-summary-mark-as-read): Ditto.
3215         (wl-summary-mark-as-important): Ditto.
3216         (wl-summary-auto-refile): Follow the change above.
3217         (wl-summary-delete-all-marks): Removed.
3218         (wl-summary-resume-marks-and-highlight): Ditto.
3219         (wl-summary-resume-marks): Ditto.
3220         (wl-summary-delete-important-msgs-from-list): Ditto.
3221         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3222
3223         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3224         wl-summary-count-unread.
3225
3226         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3227         (wl-summary-score-update-all-lines): Use
3228         elmo-msgdb-set-mark.
3229
3230 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3233         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3234         (wl-summary-create-line): Renamed from
3235         wl-summary-overview-create-summary-line;
3236         Argument rearrangement.
3237         (wl-summary-update-thread): Follow the change above.
3238
3239         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3240         (wl-thread-insert-entity-sub): Likewise.
3241
3242         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3243         argument `overview', `mark-alist' and added `msgdb'.
3244
3245         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3246
3247         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3248         (wl-summary-rescan): Follow the change above.
3249         (wl-summary-sync-update): Ditto.
3250         (wl-summary-insert-thread-entity): Ditto;
3251         Don't use `let*' in every while loop;
3252         Detect infinite loop of threads.
3253         (wl-summary-update-thread): Removed argument `overview'.
3254
3255         * wl-thread.el (wl-thread-insert-message): Ditto.
3256
3257         * Version number is increased to 2.9.10.
3258
3259         * wl-message.el (wl-message-redisplay): Ignore errors while
3260         wl-message-redisplay-hook.
3261
3262 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3263
3264         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3265
3266 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl.el (wl): inhibit-quit while wl-folder.
3269
3270 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3273         while msgdb access.
3274
3275 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3278         even if no folder is not created.
3279
3280 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3283
3284         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3285         implementation.
3286         (wl-summary-target-mark-thread): Ditto.
3287
3288         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3289
3290 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3291
3292         * wl-util.el (wl-display-bytes): Remove unused function.
3293
3294 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3295
3296         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3297         seems critical one (partially reverse the change in 2002/03/17).
3298
3299 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3302         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3303
3304 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3305
3306         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3307         is not writable.
3308         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3309         plugged status instead of `'force' as 2nd argument.
3310
3311         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3312         is not creatable.
3313
3314         * Version number is increased to 2.9.9.
3315
3316 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3317
3318         * wl-summary.el (wl-summary-suspend): New function.
3319
3320 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3321
3322         * wl.el (wl): Do not check variables if check is nil.
3323         * wl-utils.el (wl-collect-draft): New function.
3324         * wl-folder.el (wl-folder-suspend): Put summary buffers
3325         and draft buffers at the end of buffer list.
3326         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3327
3328 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3329
3330         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3331         loop instead of recursive call.
3332
3333         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3334         2nd argument.
3335
3336 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * wl-draft.el (wl-draft-create-contents): Don't take neither
3339         (function . args) nor (string . something) any more.
3340
3341         * wl-version.el (wl-generate-user-agent-string): Return string
3342         without header symbol.
3343         * wl-draft.el (wl-draft-default-headers): Use it.
3344
3345         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3346         `wl-draft-insert-ccs' and return field value instead of inserting
3347         the header. Abolish cc argument.
3348         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3349
3350         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3351         rather than one with string car.
3352
3353         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3354         * wl-draft.el (wl-draft-create-contents): Add it after the default
3355         headers.
3356
3357         * wl-draft.el (wl-draft-create-contents): For the case of
3358         (symbol-or-string . function) insert header only when the function
3359         returns string value.
3360
3361 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3364         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3365
3366 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl.el (wl-check-environment): Don't check Message-ID when
3369         `wl-insert-message-id' is nil.
3370         Revive checking if `wl-message-id-domain' contains "@".
3371
3372 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl.el (wl-check-environment): Merge examination for "@" at
3375         inappropriate position into the first string-match.
3376
3377         * wl-summary.el (wl-summary-target-mark-print): New function.
3378         (wl-summary-pipe-message-subr): Extracted from
3379         `wl-summary-pipe-message'.
3380         (wl-summary-target-mark-pipe): New function.
3381         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3382         `wl-summary-target-mark-pipe'.
3383
3384 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3385
3386         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3387
3388 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3389
3390         * wl.el (wl-check-environment): Use elmo-warning instead of
3391         error for non-critical ones.
3392         Remove trash folder check.
3393         (wl): Don't ignore error in wl-check-environment.
3394
3395         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3396         check, which is moved from `wl-check-environment'.
3397         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3398
3399 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3400
3401         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3402         guess anything, call wl-summary-write.
3403         (wl-summary-write): Create draft with blank To field.
3404         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3405
3406 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3409         argument full as well for wl-folder-write-current-folder.
3410         If wl-*-write-current-folder cannot guess addressee, add blank
3411         To header.
3412         Rewrite condition for positioning cursor.
3413
3414 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3417         summary buffer is present, use it.
3418         (wl-folder-jump-to-previous-summary): Ditto.
3419
3420 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3423
3424         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3425         wl-summary-previous-buffer and wl-summary-next-buffer.
3426
3427         * wl-folder.el (wl-folder-mode-map): Bind
3428         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3429         (wl-folder-jump-to-next-summary): New function.
3430         (wl-folder-jump-to-previous-summary): Ditto.
3431
3432         * wl-draft.el (wl-draft): Rearranged.
3433
3434 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3435
3436         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3437         of header.
3438         (wl-draft): Collect arguments for the header as header-alist.
3439         (wl-draft-forward): Arrange arguments for wl-draft.
3440         (wl-draft-reply): Ditto.
3441         (wl-draft-edit-string): Ditto.
3442         * wl-summary.el (wl-summary-write): Ditto.
3443         (wl-summary-write-current-folder): Ditto.
3444
3445         * Version number is increased to 2.9.8.
3446
3447 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3448
3449         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3450
3451         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3452
3453         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3454         even if the guess failed.
3455
3456         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3457         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3458         wl-summary-write-current-folder.
3459         * wl-xmas.el: Ditto.
3460
3461 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-summary.el (wl-summary-next-page): Force display message if
3464         message is not displayed yet.
3465         (wl-summary-prev-page): Ditto.
3466
3467 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3468
3469         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3470
3471 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3472
3473         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3474         add "Preview Message" and "Save Draft and Exit".
3475
3476 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3477
3478         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3479         if addrmgr is called from draft in splitted window.
3480
3481         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3482         * wl-mule.el: Ditto.
3483         * wl-xmas.el: Ditto.
3484
3485 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3486
3487         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3488
3489         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3490         * wl-xmas.el (wl-folder-toolbar): Ditto.
3491
3492 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3493
3494         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3495         and wl-draft-save-and-exit.
3496         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3497         * wl-xmas.el: Ditto.
3498         * wl-mule.el: Ditto.
3499
3500         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3501         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3502
3503 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3506         lists for saving buffer.
3507
3508 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3511         parent-folder argument instead of it.
3512         (wl-draft-create-buffer): Ditto.
3513         (wl-draft-forward): Ditto.
3514         (wl-draft-reply): Ditto.
3515         * wl-summary.el (wl-summary-write): Ditto.
3516         (wl-summary-write-current-folder): Ditto.
3517
3518         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3519         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3520         Folder buffer after composing.
3521
3522 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3525         header if the file `wl-x-face-file' already contains it.
3526
3527 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3528
3529         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3530         folder" entry.
3531         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3532         * wl-e21.el (wl-folder-toolbar): Ditto.
3533         * wl-xmas.el (wl-folder-toolbar): Ditto.
3534
3535 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3538         wl-folder-goto-folder with sticky argument.
3539         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3540
3541 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3544         and wl-summary-previous-buffer.
3545         (wl-summary-next-buffer): New function.
3546         (wl-summary-previous-buffer): Ditto.
3547
3548 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3551         wl-folder-jump-to-current-entity-with-arg.
3552         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3553         `wl-folder-jump-to-current-entity'.
3554         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3555         `wl-summary-goto-folder-sticky'.
3556         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3557         `wl-summary-goto-folder'.
3558         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3559         Unless force-exit, do not clean temp. marks for sticky summary.
3560         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3561
3562 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3565         not entire.
3566
3567 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3570         to `C-x C-s'.
3571         (wl-summary-save-status): New command.
3572         (wl-summary-exit): Don't clean-up temp marks when sticky.
3573         (Applied patch from Nakayama-san [wl: 09548])
3574         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3575         Do nothing when no mark data.
3576         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3577         Call `wl-summary-delete-all-temp-marks' before saving.
3578
3579 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3580
3581         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3582
3583 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl.el (wl-check-environment): Also cause error when (system-name)
3586         returns "localhost.localdomain". (Although it doesn't affect because
3587         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3588
3589 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3590
3591         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3592         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3593
3594         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3595         value.
3596
3597 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3600         Likewise r-cc-list and r-ng-list.
3601
3602 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3605         only if it is bound as variable.
3606
3607         * wl-mime.el (wl-draft-preview-message): Ditto.
3608
3609 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3610
3611         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3612         needless `goto-char'.
3613
3614         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3615         `wl-summary-redisplay-no-mime-internal' instead of
3616         `wl-summary-redisplay-no-mime'.
3617         (wl-summary-redisplay-no-mime): Changed argument;
3618         Call `wl-summary-redisplay-no-mime-internal'.
3619
3620         * wl-mime.el (wl-draft-preview-message): Bind
3621         `mime-header-encode-method-alist' locally.
3622
3623         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3624         (wl-draft-std11-parse-addresses): Added the first address check.
3625         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3626
3627         * Version number is increased to 2.9.7.
3628
3629 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3630
3631         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3632
3633 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3634
3635         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3636         related to scrollbar support, if there is no such a feature
3637         compiled in.
3638
3639 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3642         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3643         for prefetch.
3644
3645 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3646
3647         * wl-summary.el (wl-summary-pick): Fix for no match.
3648
3649 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3650
3651         * wl-draft.el (wl-draft-save):
3652         Override `mime-header-encode-method-alist'.
3653
3654 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3655
3656         * wl-folder.el (wl-folder-pick): New function.
3657         Define key as "?".
3658
3659 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3660
3661         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3662         Fix for unplugged.
3663
3664 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3665
3666         * wl-folder.el (wl-folder-virtual): New function.
3667         Define key as "V".
3668
3669 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3670
3671         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3672         multi folder if entity is group.
3673
3674 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3675
3676         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3677         is nil.
3678
3679 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3680
3681         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3682         (wl-summary-target-mark-msgs): Return the number of marked messages.
3683
3684 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3685
3686         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3687         "first:" is specified.
3688
3689 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-vars.el (wl-from): Use return value of function
3692         user-full-name instead of the variable user-full-name since
3693         XEmacs-20.4 doesn't set this variable.
3694
3695 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3698         call `wl' directly.
3699
3700 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3701
3702         * wl-draft.el (wl-draft-reedit): Removed duplicated
3703         switch-to-buffers.
3704
3705 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * wl.el (wl-other-frame): Removed garbages.
3708
3709 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3712
3713         * wl-xmas.el (wl-draft-key-setup): Ditto.
3714
3715         * wl-mule.el (wl-draft-key-setup): Ditto.
3716
3717         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3718         (wl-draft-reedit): Ditto.
3719         (wl-draft-prepare-edit): Add `wl-draft-save' to
3720         `local-write-file-hooks'.
3721         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3722         (wl-draft-reedit): Set buffer-file-name.
3723         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3724
3725
3726         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3727         call it.
3728         (wl-delete-startup-frame-function): New variable.
3729         (wl-other-frame): New function
3730         (Original was written by Yamaoka san [wl: 09239]).
3731
3732         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3733         if `wl-folder-use-frame'.
3734
3735 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3736
3737         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3738
3739 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3740
3741         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3742         New variable.
3743         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3744         (wl-message-buffer-prefetch-get-next): Use them.
3745         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3746
3747 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3750         with unwind-protect.
3751
3752         * wl-draft.el (wl-draft-reedit): Rewrite.
3753         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3754         (wl-draft-save): Insert header separator if it does not exist;
3755         Removed condition-case.
3756
3757         * wl-summary.el (wl-summary-reedit): Revert last change.
3758
3759         * wl-draft.el (wl-draft-save): Rewrite.
3760         (wl-draft-create-buffer): Set buffer-file-name as nil.
3761
3762         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3763
3764         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3765
3766         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3767         nil.
3768
3769 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3772         If count is nil, do not prefetch.
3773         (wl-message-buffer-prefetch-next): Next.
3774
3775 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3778
3779 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3780
3781         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3782         `delete-backward-char'
3783         (wl-draft-prepare-edit): Check major-mode.
3784         (wl-draft-decode-header): Rewrite.
3785         (wl-draft): Fix.
3786
3787 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3788
3789         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3790
3791 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3792
3793         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3794         (wl-message-buffer-prefetch-get-next): Remove size checking.
3795         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3796
3797 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3798
3799         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3800         (wl-draft-default-headers): Fix.
3801
3802 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3803
3804         * wl-draft.el (wl-draft-default-headers): Insert return value of
3805         `wl-generate-mailer-string-function'.
3806
3807 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3810         (wl-draft-insert-mail-header-separator): Ditto.
3811
3812         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3813         again (Reverted the change on 2002-01-17 by OKADA san).
3814
3815 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3816
3817         * wl-draft.el (wl-draft): Rewrite.
3818         (wl-draft-create-buffer): New function.
3819         (wl-draft-create-contents): Ditto.
3820         (wl-draft-prepare-edit): Ditto.
3821         (wl-draft-decode-header): Ditto.
3822         (wl-draft-decode-body): Ditto.
3823         (wl-draft-check-new-line): Ditto.
3824         (wl-draft-default-headers): Ditto.
3825         (wl-draft-insert-mail-header-separator): Ditto.
3826
3827 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3828
3829         * Version number is increased to 2.9.6.
3830
3831 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3832
3833         * wl-draft.el (wl-draft-delete-field): Optional argument.
3834         (wl-draft-delete-fields): Ditto.
3835
3836 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3837
3838         * wl-message.el (toplevel): Eliminated byte-compile warning.
3839         for `itimer-function', `delete-timer' and `itimer-list'.
3840
3841 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3842
3843         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3844         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3845         `wl-message-buffer-prefetch-threshold'.
3846         * wl-summary.el (wl-summary-redisplay-internal): Remove
3847         the check of `wl-message-buffer-prefetch-depth'.
3848
3849 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3852         size of article.
3853         (wl-message-buffer-prefetch-subr): Remove size check.
3854
3855 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3856
3857         * wl-vars.el (wl-plugged): Make customizable.
3858
3859 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3860
3861         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3862         (wl-message-buffer-prefetch-set-timer): New function.
3863         (wl-message-buffer-prefetch-get-next): New function.
3864         (wl-message-buffer-prefetch): New function.
3865         (wl-message-buffer-prefetch-next): Rewrite.
3866         (wl-message-buffer-prefetch-subr): Rewrite.
3867         * wl-vars.el (wl-auto-prefetch-first): New variable.
3868         * wl-summary.el (wl-summary-goto-folder-subr): Call
3869         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3870
3871 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3874         `wl-summary-unread-message-hook'.
3875
3876 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3879         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3880         if range is `cache-status'.
3881
3882 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3883
3884         * wl-message.el (wl-message-buffer-prefetch-subr):
3885         Improve debug message.
3886
3887 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3888
3889         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3890         `wl-mail-send-pre-hook'.
3891         (wl-draft-send-mail-with-qmail): Ditto.
3892         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3893
3894 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3895
3896         * wl-message.el (wl-message-buffer-prefetch-subr):
3897         Fix for cancel-function-timers bug.
3898         (wl-message-buffer-prefetch-debug): Default value is t.
3899
3900 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3901
3902         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3903         (wl-message-buffer-prefetch-subr): Rewrite.
3904         Rename from `wl-message-buffer-prefetch'.
3905
3906 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3909         (wl-default-draft-cite-decorate-author): Ditto.
3910
3911         * wl-draft.el (wl-draft-cite-function): Removed.
3912         (wl-default-draft-cite-decorate-author): Ditto.
3913
3914 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3917         (wl-default-draft-cite): Do not arrange author name if the value of
3918         `wl-default-draft-cite-decorate-author' is nil.
3919
3920 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3923
3924         * wl-folder.el (wl-folder-check-one-entity): Don't care
3925         `elmo-folder-use-flag-p'.
3926
3927 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-folder (wl-folder-check-one-entity): Fix
3930         problem if unread is nil.
3931
3932 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-address.el (wl-address-make-completion-list): Check whether
3935         the address is a group list.
3936         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3937
3938 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3939
3940         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3941         The number of the messages of new and unread does not count
3942         correctly.
3943
3944         * wl-summary.el (wl-summary-count-unread): Changed to return
3945         `(new . unread)' instead of total.
3946         (wl-summary-sync-update): Follow the change above.
3947
3948         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3949
3950 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-address.el (wl-address-make-completion-list): Do not enclose
3953         address by " <" and ">" if associated realname is "".
3954         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3955         This is against the promblem with group list in .addresses pointed
3956         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3957
3958 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3961         message is a format control string.
3962         * wl-expire.el (wl-expire-append-log): Ditto.
3963         * wl-mime.el (wl-summary-burst-subr): Ditto.
3964         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3965         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3966
3967 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3968
3969         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3970         wl.el (wl-check-variables): Rename from `wl-check-type'.
3971         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3972         (wl-check-variables-2): New function.
3973         (wl): Call `wl-check-variables-2'.
3974
3975 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3978         after renaming folder in access group.
3979
3980 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3981
3982         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3983         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3984         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3985         (wl-message-buffer-prefetch): Rewrite.
3986         (wl-message-buffer-prefetch-idle-time): Removed.
3987         * wl-summary.el (wl-summary-redisplay-internal):
3988         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3989         Error check for `wl-message-buffer-prefetch-depht'.
3990
3991 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3992
3993         * Version number is increased to 2.9.5.
3994         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3995
3996 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3997
3998         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3999         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4000         Based on the patch written by
4001         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4002
4003 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4004
4005         * wl-draft.el (wl-draft-raw-send): Fix for
4006         `wl-news-send-pre-hook'
4007
4008 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4009
4010         * wl-utils.el (wl-message-id-function): New variable.
4011         * wl-draft.el (wl-draft-insert-required-fields):
4012         Use `wl-message-id-function'.
4013
4014 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4015
4016         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4017         * wl-utils.el (wl-draft-make-message-id-string):
4018         Use `wl-from' for domain part of Message-ID
4019         if `wl-message-id-use-wl-from' if non-nil.
4020         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4021
4022 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * wl.el (wl): Call `wl-check-type'
4025         Do not 'condition-case'.
4026
4027 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4028
4029         * wl.el (wl-check-type): New function.
4030         (wl-check-type-variables): New variable.
4031
4032 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4035
4036 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4037
4038         * wl-draft.el (wl-smtp-password-key): New function.
4039         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4040         (wl-draft-send-mail-with-smtp): Ditto.
4041         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4042
4043 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4044
4045         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4046         * wl-utils.el (wl-unique-id-suffix): Remove.
4047
4048 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4049
4050         * Version number is increased to 2.9.4.
4051
4052 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4053
4054         * wl-utils.el (wl-unique-id-suffix): New variable.
4055         (wl-unique-id): Use `wl-unique-id-suffix'
4056
4057 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4058
4059         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4060         instead of `elmo-msgdb-search'.
4061
4062         * Version number is increased to 2.9.3.
4063
4064 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4065
4066         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4067
4068 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4069
4070         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4071         (wl-draft-dispatch-message): Changed for send-later.
4072         (wl-draft-queue-flush): Ditto.
4073         (wl-draft): Clear `wl-sent-message-queued'.
4074         (wl-draft-reedit): Ditto.
4075         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4076         * wl-vars.el (wl-draft-force-queuing): New variable.
4077         (wl-draft-force-queuing-mail): New variable.
4078         (wl-draft-force-queuing-news): New variable.
4079
4080 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4083         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4084
4085 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4086
4087         * Version number is increased to 2.9.2.
4088
4089 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * wl-draft.el (wl-draft-elide-region): New user command.
4092         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4093
4094         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4095         command `wl-draft-elide-region'.
4096         * wl-mule.el: Ditto.
4097         * wl-xmas.el: Ditto.
4098
4099 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4102         (wl-biff-check-folder-async): Removed needless let.
4103
4104 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4107         wl-folder-get-elmo-folder.
4108         (wl-biff-check-folder): Set `biff' argument of
4109         `wl-folder-check-one-entity'.
4110         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4111
4112         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4113         (wl-folder-check-one-entity): Added `biff' argument;
4114         Setup `biff' slot of folder.
4115
4116         * Version number is increased to 2.9.1.
4117
4118 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4121         comment out and fixed.
4122         (wl-fldmgr-add-completion-subr): Ditto.
4123
4124         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4125         and msgdb.
4126
4127         * wl.el (wl-toggle-plugged): Save summary view.
4128
4129 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4132
4133 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4134
4135         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4136
4137 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4140         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4141         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4142
4143         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4144         if it was failed.
4145         (wl-demo): Disable undo in the demo buffer.
4146
4147 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-version.el (wl-version): Changed codename.
4150
4151         * Version number is increased to 2.9.0.
4152
4153 2001-12-14  Takuo KITAME <kitame@northeye.org>
4154
4155         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4156         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4157         (wl-folder-mark-as-read-all-current-entity): Ditto.
4158
4159 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * wl-vars.el (wl-from-width): Define as obsolete variable.
4162         (wl-subject-length-limit): Ditto.
4163
4164         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4165
4166         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4167         wl-summary-save-view.
4168
4169         * wl.el (wl-save-status): Ditto.
4170         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4171
4172         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4173         (wl-summary-exit): Follow the change above.
4174         (wl-summary-goto-folder-subr): Ditto.
4175
4176         * wl-folder.el (wl-folder-create-subr): Don't use
4177         `elmo-folder-creatable-p'.
4178
4179 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4182
4183 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4186         rather than bitmap on Emacs 21.
4187         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4188         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4189         for xbm if the new redisplay engine is not available.
4190
4191 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4192
4193         * wl-folder.el (wl-folder-init-hook): New hook.
4194         (wl-folder-init): Run `wl-folder-init-hook'.
4195
4196 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4199
4200 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-acap.el (wl-acap-cache-filename): New variable.
4203         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4204         (wl-acap-init): Use cache if no ACAP server found.
4205
4206 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4207
4208         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4209         `wl-acap-original-msgdb-dir'.
4210
4211         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4212         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4213
4214         * wl-mime.el (wl-mime-save-directory): Renamed from
4215         `wl-mime-save-dir'.
4216
4217 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4220
4221         * wl-demo.el: Require `path-util'.
4222         (wl-demo-bitmap-mule-available-p): New internal variable.
4223         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4224         `module-installed-p' instead.
4225         (wl-demo-insert-image): Use *.img file for a bitmap image.
4226         (wl-demo): Don't call the ascii demo recursively.
4227
4228 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4229
4230         * Version number is increased to 2.7.7.
4231
4232 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl.el (wl-exit): Eliminated byte-compile warning.
4235
4236 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4237
4238         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4239         obsolete variable using `elmo-define-obsolete-variable'.
4240         (wl-fetch-confirm-threshold): Ditto.
4241         (wl-cache-prefetch-folder-type-list): Ditto.
4242         (wl-cache-prefetch-folder-list): Ditto.
4243
4244 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4247         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4248         (wl-demo-insert-image): New function.
4249         (wl-demo-insert-text): New function.
4250         (wl-demo-image-type-alist): Redefine as a function.
4251         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4252         (wl-demo-with-temp-file-buffer): Removed.
4253         (wl-logo-xpm): Removed.
4254         (wl-logo-xbm): Removed.
4255         (wl-logo-bitmap): Removed.
4256
4257 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4258
4259         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4260         (wl-expire-localdir-get-folder-function): New user option.
4261         (wl-expire-localdir-get-folder): New function.
4262         (wl-expire-localdir-date): Ditto.
4263
4264 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4265
4266         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4267         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4268         Fixed unread number mismatch when all-unread < unread.
4269
4270 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4273         (wl-fetch-confirm-threshold): Ditto.
4274
4275         * wl-summary.el (wl-summary-confirm-appends): Removed.
4276         (wl-summary-sync-update): Don't refer
4277         `wl-summary-update-confirm-threshold' (It is now abolished).
4278
4279         * wl-message.el (wl-message-display-internal): Don't refer
4280         `wl-fetch-confirm-threshold' (It is now abolished).
4281
4282 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4285
4286 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4289         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4290         Change default value to nil.
4291         (wl-summary-indent-length-limit): The value can be nil, nil means
4292         unlimited.
4293
4294         * wl-summary.el: Don't set limit for indent length if the value of
4295         wl-summary-indent-length-limit is nil.
4296         If the value of wl-summary-width is nil, it means only that the width
4297         of summary is unlimited (nil doesn't mean that the indent length is
4298         unlimited).
4299
4300         * wl-thread.el: Ditto.
4301
4302 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4303
4304         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4305         be nil, nil means never confirm.
4306         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4307
4308 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4311         means unlimited).
4312
4313 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4314
4315         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4316         Use `with-temp-buffer'.
4317
4318 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4321         with new backquote style).
4322         (wl-folder-get-entity-from-buffer): Ditto.
4323
4324 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4325
4326         * wl-version.el (nemacs-version): Eliminated.
4327         (wl-extended-emacs-version2): Ignore nemacs.
4328         (wl-extended-emacs-version3): Ditto.
4329
4330 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4331
4332         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4333         (wl-draft-add-in-reply-to): New variable.
4334         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4335         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4336         (wl-draft-yank-from-mail-reply-buffer): Use
4337         `wl-draft-add-in-reply-to'.
4338         (wl-draft-insert-current-message): Ditto.
4339
4340 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4341
4342         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4343         typo (kill->hide).
4344         (wl-message-buffer-prefetch-folder-type-list): Added elements
4345         `mark' and `cache' instead of `internal'.
4346
4347 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4350         resume msgdb directory.
4351
4352 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * wl.el (wl-exit): Call `wl-acap-exit'.
4355
4356         * wl-summary.el (wl-summary-message-string): New function.
4357         (wl-summary-reedit): Use it.
4358         (wl-summary-resend-bounced-mail): Remove needless let.
4359         (wl-summary-supersedes-message): Ditto.
4360         (wl-summary-save): Ditto.
4361
4362         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4363         (wl-acap-init): Set it.
4364         (wl-acap-exit): New function.
4365
4366 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4367
4368         * wl.el (wl-init): Revert (require 'mime-setup). move from
4369         toplevel.
4370
4371 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4372
4373         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4374         local variables.  Add error when guess function return invalid
4375         value.
4376
4377 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4378
4379         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4380         Change local variable name.
4381         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4382         (wl-folder-get-newsgroups): Return nil when non-news folder.
4383         * wl-summary.el (wl-summary-write-current-folder): State through
4384         when guess-list return nil.
4385         (wl-summary-write-current-folder-functions): Fixed docstring.
4386
4387         * wl.el (wl-exit): Changed confirm message.
4388
4389         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4390         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4391
4392         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4393
4394 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4395
4396         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4397         user option (Renamed from wl-cache-prefetch-folder-type-list).
4398         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4399         from wl-cache-prefetch-folder-list).
4400
4401         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4402         Move to wl-vars.el.
4403         (wl-message-buffer-prefetch-p): Changed to enable
4404         `wl-message-buffer-prefetch-folder-list'.
4405
4406         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4407         `ignore-cache'.
4408
4409 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4412         `part-top' and `part-bottom'.
4413         (wl-draft-config-sub-part-top): New function.
4414         (wl-draft-config-sub-part-bottom): New function.
4415
4416 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4419
4420 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4421
4422         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4423
4424 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4427
4428         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4429         (wl-summary-write-current-folder): Ditto.
4430
4431 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-folder.el (wl-folder-get-newsgroups): Use
4434         `elmo-folder-newsgroups'.
4435
4436 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4437
4438         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4439         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4440         `wl-draft-config-sub-header-bottom'.
4441
4442 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4443
4444         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4445         localnews folder.
4446
4447 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-summary.el (wl-summary-mode): Undo last change.
4450
4451         * wl-folder.el (wl-folder-mode): Ditto.
4452
4453 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-summary.el (wl-summary-mode): Locally set
4456         truncate-partial-window-width to nil.
4457         (for XEmacs)
4458
4459         * wl-folder.el (wl-folder-mode): Ditto.
4460
4461 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4462
4463         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4464
4465 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4468         number.
4469
4470         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4471
4472         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4473
4474         * Version number is increased to 2.7.6.
4475
4476 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4479
4480 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-summary.el (wl-summary-sync-update): Enclose network
4483         related portion with `unwind-protect'.
4484
4485 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4486
4487         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4488
4489 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4490
4491         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4492         element.
4493         * wl-vars.el (wl-message-body-button-alist): Ditto.
4494
4495         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4496         max match length.
4497         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4498
4499         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4500         for the max match length;
4501         Use 4th element value for the button string regexp group.
4502
4503         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4504         candidate exists, prompt to select.
4505
4506 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4507
4508         * wl-summary.el (wl-summary-jump-to-msg): Search before
4509         calibration point by `beginning-of-line'.
4510
4511 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4514         for access group.
4515
4516 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-message.el (wl-message-display-internal): Bind
4519         `default-mime-charset'.
4520
4521         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4522
4523         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4524
4525         * Version number is increased to 2.7.5.
4526
4527 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4528
4529         * wl-expire.el (wl-summary-archive): Fixed;
4530         Use `elmo-folder-name-internal'.
4531
4532 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4533
4534         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4535         from `elmo-folder-move-messages' caller.
4536         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4537
4538         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4539         related portions are changed).
4540
4541 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4542
4543         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4544         counter.
4545
4546 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4549         buffer local and set it to nil.
4550
4551         * wl-message.el (wl-message-redisplay): Ditto.
4552
4553 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-summary.el (wl-summary-mark-as-important): If message is
4556         already cached, set messag as read, otherwise encache and mark as read.
4557
4558 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559
4560         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4561         point-min.
4562
4563 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4566         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4567         a keymap.
4568
4569 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4572         parent.
4573
4574         * wl-mule.el (wl-message-define-keymap): Ditto.
4575
4576         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4577
4578         * wl-xmas.el (wl-message-display-internal-hook): Define.
4579         (wl-xmas-setup-message-toolbar): Define as function.
4580         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4581         (wl-message-overload-functions): Abolished.
4582         (wl-message-define-keymap): New function.
4583
4584         * wl-vars.el (wl-message-display-internal-hook): New variable.
4585         (wl-message-header-button-alist): New variable (Renamed from
4586         wl-highlight-message-header-button-alist).
4587         (wl-message-body-button-alist): Ditto.
4588
4589         * wl-mule.el (wl-message-define-keymap): New function.
4590         (wl-message-overload-functions): Abolished.
4591
4592         * wl-message.el (wl-message-add-buttons-to-body): New function.
4593         (wl-message-redisplay): Don't call wl-message-overload-functions;
4594         Call wl-message-add-buttons-to-header and
4595         wl-message-add-buttons-to-body.
4596         (wl-message-display-internal): Set keymap argument for
4597         elmo-mime-display-as-is, elmo-mime-message-display;
4598         Run wl-message-display-internal-hook.
4599         (wl-message-refer-article-or-url): Abolished.
4600
4601         * wl-highlight.el (wl-highlight-headers): Don't call
4602         wl-highlight-message-add-buttons-to-header.
4603         (wl-highlight-message-add-buttons-to-header): Abolished.
4604
4605
4606         * wl-e21.el (wl-message-display-internal-hook): Define.
4607         (wl-e21-setup-toolbar): Deleted duplicated binding.
4608         (wl-e21-setup-message-toolbar): Define as function.
4609         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4610         (wl-message-define-keymap): New function.
4611         (wl-message-overload-functions): Abolished.
4612
4613 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4616         and elmo-folder-close.
4617
4618         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4619
4620 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4621
4622         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4623         boolean value.
4624         * wl-draft.el (wl-draft-do-fcc): Ditto.
4625
4626 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-vars.el (wl-fcc-force-as-read): New variable.
4629         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4630         mark copied message as read.
4631
4632 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4635
4636 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4637
4638         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4639         `wl-summary-target-above' instead of obsolete variable
4640         `wl-summary-temp-above'.
4641
4642         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4643         instead of `make-obsolete-variable'.
4644         * wl-refile.el (toplevel): Ditto.
4645
4646 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4647
4648         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4649         with third argument t.
4650         (wl-draft): Set first argument for wl-plugged-init as t.
4651
4652         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4653         definition.
4654
4655 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4656
4657         * wl-vars.el: Tabify.
4658         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4659
4660         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4661         message.
4662
4663 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4666         and set default to beep.
4667
4668 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-vars.el (wl-draft-truncate-lines): New variable.
4671
4672         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4673         instead of wl-message-truncate-lines for truncate-lines.
4674
4675 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-message.el (wl-message-display-internal): Call
4678         `wl-highlight-message' after `elmo-mime-display-as-is'.
4679
4680         * wl-mime.el (wl-mime-display-text/plain): New function.
4681         (wl-mime-display-header): Ditto.
4682         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4683         body-presentation-method for text/plain;
4684         Register `wl-mime-display-header' as a header-presentation-method;
4685         Don't set up `elmo-message-text-content-inserted-hook' and
4686         `elmo-message-header-inserted-hook'.
4687
4688         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4689         variable.
4690         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4691         as t if flag is 'all-header;
4692         Don't bind `elmo-message-ignored-field-list',
4693         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4694
4695 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4698         for xemacs with non-mule environment.
4699
4700 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4701
4702         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4703         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4704         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4705
4706 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4707
4708         * wl-vars.el (wl-interactive-send): Set default value as t.
4709
4710 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4713         (wl-addrmgr-method-list): Abolished.
4714         (wl-addrmgr-change-method): Follow above change.
4715
4716         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4717
4718 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-vars.el (wl-message-truncate-lines): Change default value
4721         to default-truncate-lines.
4722
4723         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4724
4725 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-vars.el (wl-message-truncate-lines): New variable.
4728
4729         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4730         wl-message-truncate-lines.
4731
4732 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4733
4734         * wl-acap.el (wl-acap-init): Remove period from error message.
4735         (wl-acap-find-acap-service): Remove period from message.
4736
4737 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4738
4739         * wl.el (wl-check-environment): Undo last change.
4740
4741         * wl-vars.el (wl-from): Changed default value.
4742
4743         * wl-util.el (toplevel): Don't require tm-edit.
4744
4745         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4746         `wl-folder-init';
4747         Don't set mark on mail body.
4748         (wl-draft-reedit): Ditto.
4749
4750         * wl-address.el (wl-address-quote-specials): Define as an alias for
4751         elmo-address-quote-specials.
4752
4753 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4754
4755         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4756
4757         * wl-vars.el (wl-from): Set default value as nil.
4758         (wl-organization): Set default value as ORGANIZATION environment
4759         variable.
4760
4761         * wl-draft.el (wl-smtp-extension-bind): Check value of
4762         wl-smtp-connection-type.
4763
4764         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4765         error.
4766
4767 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4768
4769         * Version number is increased to 2.7.4.
4770
4771         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4772         arguments from `wl-highlight-x-face-function' caller.
4773         Use x-face-1.3.6.12 or later.
4774
4775 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4776
4777         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4778
4779 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4782         (wl-fcc): Fix to accept function.
4783         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4784
4785 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4786
4787         * wl-acap.el (toplevel): Added `product-provide' declare.
4788         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4789
4790 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4791
4792         * wl.el (wl): Changed order of calling `elmo-init'
4793         and `elmo-folder-init'.
4794
4795 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4796
4797         * wl-mime.el (wl-summary-burst): Extract message when content-type
4798         of root entity is not only `multipart' but also `message/rfc822'.
4799         (wl-summary-burst-subr): Ditto.
4800
4801 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-vars.el (toplevel): Require 'custom.
4804         (wl-trash-folder): Added to `wl-setting' group.
4805
4806         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4807         exists.
4808         (wl-addrmgr-draw): Insert empty line when no entry exists.
4809
4810         * wl-mule.el (wl-message-wheel-up): Fixed.
4811         (wl-message-wheel-down): Ditto.
4812
4813 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4816         config is an anonymous lambda expression.
4817
4818 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4821         when Mule 2 is running.
4822
4823 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4826
4827 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4830         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4831
4832         * wl-address.el (wl-address-specials-regexp): Eliminated.
4833         (wl-address-quote-specials): Rewrite.
4834
4835 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4838         shy-groups for regexp.
4839
4840         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4841         character classes and Perl style shy-groups for regexp.
4842         (wl-highlight-plugged-current-line): Use Posix style character
4843         classes for regexp.
4844         (wl-e21-highlight-folder-by-numbers): Ditto.
4845         (wl-e21-display-image-p): Use `display-images-p' instead of
4846         `display-graphic-p'.
4847         (display-images-p): Make an alias to `display-graphic-p' if it is
4848         not available.  It is for Emacs version prior to 21.0.105.
4849
4850         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4851         `display-graphic-p'.
4852         (wl-demo-image-type-alist): Ditto.
4853         (display-images-p): Make an alias to `display-graphic-p' if it is
4854         not available.  It is for Emacs version prior to 21.0.105.
4855
4856 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4857
4858         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4859         support.
4860         (wl-generate-user-agent-string): Ditto.
4861
4862         * wl-version.el (wl-version): Update docsting.
4863         (wl-version-status): Ditto.
4864
4865 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4866
4867         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4868         21.0.105.  For Emacs 21.0.104 or earlier.
4869
4870 2001-09-03  Takuo KITAME <kitame@northeye.org>
4871
4872         * wl-e21.el (wl-plugged-init-icons): Use
4873         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4874         (wl-biff-init-icons): Ditto.
4875
4876 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-highlight.el (wl-highlight-summary-current-line):
4879         Fixed highlighting refile/copy destination.
4880
4881         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4882         (wl-acap-store): Encode string by wl-acap-coding-system.
4883
4884 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-acap.el (toplevel): Check and require 'un-define before
4887         'xemacs-ucs;
4888          Added checking for UTF-2000.
4889
4890 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4891
4892         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4893         Don't enclose with `eval-and-compile'.
4894
4895         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4896         wl-init is non-nil.
4897
4898         * wl-draft.el (wl-draft): Ditto.
4899
4900         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4901
4902         * wl-acap.el (toplevel): Require 'wl.
4903         (wl-acap-store): Call `elmo-init'.
4904
4905         * wl.el (wl): Changed position of `wl-check-environment'.
4906         (toplevel): Added autoload setting for wl-acap.
4907
4908         * wl-vars.el (wl-setting): New custom group.
4909         (wl-from): Added wl-setting group.
4910         (wl-user-mail-address-list): Ditto.
4911         (wl-organization): Ditto.
4912         (wl-subscribed-mailing-list): Ditto.
4913         (wl-envelope-from): Ditto.
4914         (wl-smtp-posting-user): Ditto.
4915         (wl-smtp-posting-server): Ditto.
4916         (wl-smtp-posting-port): Ditto.
4917         (wl-smtp-authenticate-type): Ditto.
4918         (wl-pop-before-smtp-user): Ditto.
4919         (wl-pop-before-smtp-server): Ditto.
4920         (wl-pop-before-smtp-port): Ditto.
4921         (wl-pop-before-smtp-authenticate-type): Ditto.
4922         (wl-nntp-posting-server): Ditto.
4923         (wl-nntp-posting-user): Ditto.
4924         (wl-nntp-posting-port): Ditto.
4925         (wl-fetch-confirm-threshold): Ditto.
4926         (wl-prefetch-threshold): Ditto.
4927         (wl-thread-insert-opened): Ditto.
4928         (wl-ldap-server): Ditto.
4929         (wl-ldap-port): Ditto.
4930         (wl-ldap-base): Ditto.
4931         (wl-ldap-objectclass): Ditto.
4932         (wl-use-ldap): Ditto.
4933         (wl-draft-config-alist): Ditto.
4934         (wl-draft-config-matchone): Ditto.
4935         (wl-template-alist): Ditto.
4936         (wl-message-sort-field-list): Ditto.
4937         (wl-message-ignored-field-list): Ditto.
4938         (wl-message-visible-field-list): Ditto.
4939         (wl-interactive-send): Ditto.
4940         (wl-summary-move-order): Ditto.
4941         (wl-auto-select-first): Ditto.
4942         (wl-auto-select-next): Ditto.
4943         (wl-interactive-save-folders): Ditto.
4944
4945         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4946         Initialization codes are moved from wl-local-folder-init.
4947         (wl-local-folder-init): Follow the change above.
4948         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4949
4950         * wl-acap.el: New file.
4951
4952         * Version number is increased to 2.7.3.
4953
4954 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4957
4958 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4961         (wl-addrmgr-address-entry-list): Ditto.
4962
4963 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl-e21.el (wl-draft-mode-map): Removed binding for
4966         `wl-draft-insert-x-face-field'.
4967
4968         * wl-mule.el (wl-draft-mode-map): Ditto.
4969
4970         * wl-xmas.el (wl-draft-mode-map): Ditto.
4971
4972         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4973         (wl-cs-autoconv): Ditto.
4974         (wl-cs-local): Ditto.
4975         (wl-use-scoring): Ditto.
4976         (wl-mime-charset): Ditto.
4977         (wl-folder-check-async): Ditto.
4978
4979         * wl.el (toplevel): Ignore nemacs and tm.
4980         (wl-exit): Ditto.
4981
4982         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4983         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4984         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4985         instead of wl-address-petname-add-or-change.
4986         (wl-summary-edit-addresses-subr): Use wl-address-delete
4987         instead of wl-address-petname-delete.
4988
4989         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4990
4991         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4992         if error occured.
4993
4994         * wl-message.el (require): Remove tm support.
4995
4996         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4997
4998         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4999         (wl-folder-jump-to-current-entity): Ditto.
5000         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5001
5002         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5003         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5004         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5005
5006         * wl-mule.el (wl-draft-key-setup): Ditto.
5007
5008         * wl-xmas.el (wl-draft-key-setup): Ditto.
5009
5010         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5011         (wl-draft-std11-parse-addresses): New function.
5012         (wl-draft-parse-mailbox-list): Use it.
5013         (wl-draft): Ignore nemacs.
5014         (wl-draft-reedit): Ditto.
5015
5016         * wl-addrmgr.el: New file.
5017         (Original is wl-rcpt.el written by
5018         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5019         Thanks Kitamoto-san.)
5020
5021         * wl-address.el (wl-address-make-address-list): Modified parsing
5022         process.
5023         (wl-address-delete): Renamed from `wl-address-petname-delete';
5024         Modify wl-address-list too.
5025         (wl-address-add-or-change): Renamed from
5026         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5027
5028 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5029
5030         * wl-highlight.el (wl-highlight-summary-current-line):
5031           Work with transient-mark-mode
5032
5033 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * Version number is increased to 2.7.2.
5036
5037         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5038         instead of elmo-dop-queue-method.
5039
5040 2001-08-06  SAITO Atsunori <sai@yedo.com>
5041
5042         * wl-vars.el (wl-ldap-objectclass): New user option.
5043
5044         * wl-address.el (wl-ldap-make-filter): Use it.
5045
5046 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5049
5050 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-folder.el (wl-folder): redisplay after folder insertion.
5053
5054         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5055
5056         * wl-summary.el (wl-summary-sync-update):
5057         Change status mark only when new-msgdb exists.
5058         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5059
5060 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-summary.el (wl-summary-open-folder): New function.
5063         (wl-summary-goto-folder-subr): Use it.
5064         (wl-summary-mark-as-important): Fix;
5065         Encache only when no cache exists.
5066
5067 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5070         Use with-current-buffer.
5071
5072 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5073
5074         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5075         before call `get-buffer'. Fixed parenthesis.
5076         (wl-score-get-header-entry): Clear message and help window when
5077         keyboard quit.
5078         (wl-score-edit-insert-header): Ditto.
5079
5080 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5083         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5084         (wl-default-draft-cite): Fix.
5085
5086         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5087         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5088
5089 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-message.el (wl-message-prev-page): Do same bahavior
5092         as summary when it is called in the message buffer.
5093         (wl-message-next-page): Ditto.
5094
5095 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-summary.el (wl-summary-forward): Use cache if it is not
5098         section cache.
5099
5100 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5103         Removed redundant require of elmo-vars.
5104         (wl-biff-state-indicator-on): Changed default value for
5105         xemacs with non-mule environment.
5106
5107         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5108         wl-message-buffer is nil;
5109         Hide progress bar after moving messages.
5110
5111 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5114         message at cursor point is deleted.
5115
5116 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-vars.el: Changed file coding system to euc-japan.
5119         Added -*-coding:-*- magic to the first line.
5120
5121         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5122         Search parent from the first message.
5123
5124         * Version number is increased to 2.7.1.
5125
5126 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5127
5128         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5129
5130 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5133         refile/delete execution.
5134
5135         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5136         Fixed docstring.
5137
5138 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5141         do update process;
5142         Don't update marks when update process is interrupted.
5143
5144 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-summary.el (wl-summary-reply): Fixed problem when
5147         wl-draft-use-frame is non-nil.
5148         (wl-summary-forward): Ditto.
5149
5150         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5151         as nil.
5152         (wl-folder-mark-as-read-all-entity): Ditto.
5153         (wl-folder-prefetch-entity): Ditto.
5154
5155         * wl.el (wl): Check environment before wl-init.
5156
5157         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5158         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5159         instead of wl-summary-collect-unread.
5160         (wl-summary-reply): Split message window.
5161
5162 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5165         only if current language environment is japanese,
5166
5167         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5168         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5169         (wl-folder-goto-folder-subr): Ditto.
5170
5171         * wl-draft.el (wl-draft-dispatch-message): Call
5172         `elmo-file-cache-get-path'.
5173
5174 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-summary.el (wl-summary-cursor-move): If return value of
5177         wl-summary-next-message is not number, don't jump.
5178
5179 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5180
5181         * wl-summary.el (wl-summary-buffer-next-message-function): New
5182         variable.
5183         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5184         if it is bound.
5185
5186         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5187         string.
5188
5189         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5190         (wl-plugged-drawing): Ditto.
5191
5192 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5195         process.
5196         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5197         with unwind-protect.
5198
5199         * wl.el (wl-init): Require mime-setup.
5200         (wl-check-environment): Don't require mime-setup.
5201
5202         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5203         instead of elmo-folder-type.
5204
5205         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5206         value as nil.
5207
5208 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * Version number is increased to 2.7.0.
5211
5212         * wl-version.el (wl-version): Changed codename.
5213
5214         * wl-summary.el (wl-summary-delete-cache): Fixed.
5215
5216         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5217         Workaround for net folders.
5218         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5219
5220         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5221         value to nil (According to the patch from
5222         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5223
5224         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5225         of elmo-folder-close.
5226
5227 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5228
5229         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5230         for postfix.
5231
5232 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5233
5234         * wl-summary.el (wl-summary-resend-message): Fixed.
5235
5236         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5237         Call wl-draft with `from' argument if its address is included in
5238         `wl-user-mail-address-list'.
5239         (wl-draft): Added `from' argument.
5240
5241         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5242         non-nil.
5243         (wl): Don't show demo if wl-demo is nil.
5244
5245         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5246         wl-summary-use-frame.
5247
5248         * wl-vars.el (wl-summary-use-frame): New user option.
5249         (wl-folder-use-frame): Changed docstring.
5250
5251         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5252         non-nil.
5253         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5254         wl-summary-use-frame.
5255
5256         * wl-vars.el (wl-folder-use-frame): New user option.
5257
5258         * wl-summary.el (wl-summary-exit): Back to folder frame if
5259         wl-folder-use-frame is non-nil.
5260         (wl-summary-redisplay-internal): Ignore cache if current folder
5261         is draft folder,
5262         (wl-summary-redisplay-no-mime): Ditto.
5263         (wl-summary-redisplay-all-header): Ditto.
5264
5265         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5266         if wl-folder-use-frame is non-nil.
5267
5268 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-summary.el (wl-summary-sync-update): Bind
5271         elmo-folder-update-threshold.
5272         (wl-summary-mark-as-important): Enclosed server mark processing
5273         with `save-match-data'.
5274
5275         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5276         only when it is already defined.
5277
5278 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5279
5280         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5281         name of folder exclude localdir is wrong.
5282         * wl-folder.el (wl-folder-sync-entity):
5283         Set `wl-summary-always-sticky-folder-list' as nil.
5284         (wl-folder-mark-as-read-all-entity): Ditto.
5285         (wl-folder-prefetch-entity): Ditto.
5286
5287 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5290         instead of `wl-summary-write-current-newsgroup'.
5291
5292 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5293
5294         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5295         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5296         non-nil and selected message is important, do not display.
5297
5298 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5299
5300         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5301
5302 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5305
5306         * wl-summary.el (wl-summary-mark-as-important): Set message number
5307         using wl-summary-message-number.
5308
5309 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5310
5311         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5312         destination folder is 'null.
5313
5314 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5315
5316         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5317         New function.
5318         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5319         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5320         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5321
5322 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5323
5324         * wl-mime.el (wl-mime-setup): Added setting for
5325         `mime-setup-signature-key-alist' to avoid overriding key bind for
5326         `wl-draft-send'.
5327
5328         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5329         for `wl-draft-send'.
5330         * wl-mule.el (wl-draft-overload-functions): Ditto.
5331         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5332         * wl-draft.el (wl-draft-send): Ditto.
5333
5334         * wl-message.el (wl-message-display-internal):
5335         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5336         (Patch is provided by <kita@coe.nttdata.co.jp>).
5337
5338 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5341
5342 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * wl.el (wl): Fix for wl-demo.
5345
5346 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5347
5348         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5349
5350 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl-folder.el (wl-folder-prefetch-entity): Use
5353         `wl-folder-get-elmo-folder'.
5354         (wl-folder-count-incorporates): Do not use
5355         `wl-folder-get-elmo-folder'.
5356
5357 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5358
5359         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5360         instead of `elmo-folder-get-type'.
5361
5362 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5363
5364         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5365         position on Subject: field.
5366         (Advised by Mito <mit@nines.nec.co.jp>)
5367
5368 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5369
5370         * wl-folder.el (wl-folder-prefetch-entity): Use
5371         `wl-folder-get-elmo-folder'.
5372
5373 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5376
5377         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5378         `process-duplicates' slot.
5379
5380         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5381         if detection failed.
5382
5383 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5384
5385         * wl-version.el (wl-version-status): Set to "alpha".
5386
5387 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5390         Check wl-message-buffer lives before set-buffer.
5391
5392 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5393
5394         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5395         called in folder mode.
5396         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5397         * wl-summary.el (wl-summary-exit-pre-hook): Run
5398         `wl-summary-exit-pre-hook' before exit summary mode.
5399
5400 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5401
5402         * wl-version.el (wl-version-status): New variable.
5403         (wl-version-status-alist): Removed.
5404         (wl-version-status): Rule included.
5405
5406 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5409         @sponichi.
5410
5411         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5412         when `mail-reply-buffer' is buffer-local variable.
5413         (Reported by <kita@coe.nttdata.co.jp>).
5414
5415 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5416
5417         * wl-vars.el (toplevel): Require 'elmo-util.
5418
5419 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5422         (All other related portions are changed)
5423
5424         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5425
5426         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5427
5428 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5429
5430         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5431
5432 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5435         Delete other windows to avoid an error.
5436         Use `point-marker' instead of `point' to remember the start point
5437         of body.
5438
5439         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5440
5441         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5442         number not to exceed all message number.
5443
5444 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5447         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5448
5449 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-summary.el (wl-summary-sync-force-update): Added argument
5452         no-check.
5453         (wl-summary-sync-update): Ditto.
5454         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5455         with `no-check'.
5456
5457         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5458         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5459         already running.
5460
5461 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5462
5463         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5464         `dst-folder-arg'.
5465         (wl-expire-archive-number1): Diito.
5466         (wl-expire-archive-number2): Diito.
5467         (wl-expire-archive-Date): Diito.
5468         (wl-archive-number1): Diito.
5469         (wl-archive-number2): Diito.
5470         (wl-archive-date): Diito.
5471         (wl-archive-folder-p): New function.
5472         (wl-summary-expire): Support of expand folder name at
5473         wl-expire-alist.
5474         * wl-util.el (wl-expand-newtext): Renamed from
5475         `wl-refile-expand-newtext'.
5476
5477 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5478
5479         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5480         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5481         `(elmo-msgdb-get-overview msgdb)'.
5482         (wl-summary-prefetch): Bind match data before call
5483         `wl-summay-prefetch-msg'.
5484         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5485         'off if `wl-summary-buffer-disp-msg' is non-nil.
5486         Fixed problem that couldn't show only one new or unread message when
5487         enter folder.
5488         (wl-summary-reply): Don't call `split-window-vertically' and other
5489         window.
5490
5491 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-expire.el (wl-expire-refile): Fixed.
5494
5495 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5498
5499         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5500         biff notification is removed.
5501
5502         * wl.el (wl): Changed position of `elmo-init'.
5503
5504         * wl-draft.el (wl-default-draft-cite): Use date field
5505         on the citation buffer.
5506
5507         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5508
5509         * wl-xmas.el (wl-folder-internal-icon-list): Added
5510         `wl-folder-shimbun-image'.
5511
5512         * wl-e21.el (wl-folder-internal-icon-list): Added
5513         `wl-folder-shimbun-image'.
5514
5515 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl.el (wl-init): Eliminated argument.
5518         (wl): Rewrite.
5519
5520         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5521         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5522         instead of `elmo-folder-msgdb-internal'.
5523         (wl-summary-sync-update): Ditto.
5524         (wl-summary-flush-pending-append-operations): Eliminated.
5525         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5526         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5527         `elmo-folder-open'.
5528
5529         * wl-mime.el (wl-summary-burst): Fixed.
5530
5531         * wl-folder.el (wl-folder-info-save): Check data type.
5532
5533         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5534         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5535         instead of `elmo-folder-msgdb-internal'.
5536         (wl-expire-hide): Ditto.
5537
5538
5539         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5540
5541 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5542
5543         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5544
5545 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5548
5549 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5550
5551         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5552         Fixed `match-beginning' argument mismatch.
5553
5554 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5555
5556         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5557         the default value.
5558
5559 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5562         instead of `elmo-nntp-default-port'.
5563
5564         * wl-vars.el: Fixed some doc strings.
5565
5566 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-summary.el (wl-summary-prefetch-msg): Use
5569         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5570
5571         * wl-vars.el: Define *-func as obsolete variable using
5572         `elmo-define-obsolete-variable'.
5573
5574         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5575         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5576         instead of `wl-message-buffer-prefetch-threshold'.
5577
5578         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5579
5580         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5581
5582         * wl-draft.el (wl-caesar-region-func): Ditto.
5583
5584         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5585         Keep unread status in elmo-folder-move-messages.
5586         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5587
5588 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5589
5590         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5591         `wl-summary-buffer-exit-func'
5592         (wl-summary-buffer-message-redisplay-function): Renamed from
5593         `wl-summary-buffer-message-redisplay-func'
5594         (wl-summary-buffer-next-folder-function): Renamed from
5595         `wl-summary-buffer-next-folder-func'.
5596         (wl-summary-buffer-prev-folder-function): Renamed from
5597         `wl-summary-buffer-prev-folder-func'.
5598         (wl-summary-get-petname-function): Renamed from
5599         `wl-summary-get-petname-func'.
5600
5601         * wl-score.el (wl-score-edit-exit-function): Renamed from
5602         `wl-score-edit-exit-func'.
5603
5604         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5605         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5606
5607         * wl-util.el (wl-load-profile-function): Renamed from
5608         `wl-load-profile-func'.
5609
5610         * wl-folder.el (wl-folder-completion-function): Renamed from
5611         `wl-folder-completion-func'.
5612         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5613
5614         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5615         `wl-expire-archive-get-folder-func'.
5616         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5617         (wl-draft-send-mail-function): Renamed from
5618         `wl-draft-send-mail-func'.
5619         (wl-draft-send-news-function): Renamed from
5620         `wl-draft-send-news-func'.
5621         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5622         (wl-generate-mailer-string-function): Renamed from
5623         `wl-generate-mailer-string-func'.
5624         (wl-highlight-signature-search-function): Renamed from
5625         `wl-highlight-signature-search-func'.
5626         (wl-highlight-x-face-function): Renamed from
5627         `wl-highlight-x-face-func'
5628         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5629         (wl-ps-print-buffer-function): Renamed from
5630         `wl-ps-print-buffer-func'
5631         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5632         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5633         (wl-summary-subject-filter-function): Renamed from
5634         `wl-summary-subject-filter-func'.
5635
5636         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5637         `wl-draft-queue-flush-send-func'
5638         (wl-draft-cite-function): Renamed from
5639         `wl-draft-cite-func'
5640
5641         * wl-address.el (wl-address-init-function): Renamed from
5642         `wl-address-init-func'.
5643
5644 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-draft.el (wl-draft-queue-flush): Don't call
5647         `elmo-dop-unlock-message'.
5648         * wl-draft.el (wl-draft-queue-append): Don't call
5649         `elmo-dop-lock-message'.
5650
5651         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5652         (wl-summary-buffer-folder-name): Ditto.
5653         (wl-summary-message-regexp): Added '-' (all other related portions
5654         are changed).
5655         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5656         wl-summary-buffer-folder-name.
5657
5658 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5659
5660         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5661         the number of mails in the folder buffer is not updated by wl-biff.
5662
5663 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5666         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5667
5668 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-summary.el (wl-summary-next-message):
5671         Return next message number when wl-summary-move-order is nil.
5672
5673 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5674
5675         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5676         `wl-summary-move-spec-alist'.
5677         (wl-summary-move-spec-unplugged-alist): New variable
5678         (Move spec for unplugged status).
5679         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5680         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5681
5682 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5683
5684         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5685         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5686
5687 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5688
5689         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5690         simple quotation to quote the anonymous function.
5691         * tm-wl.el (wl-draft-preview-message): Ditto.
5692
5693 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5694
5695         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5696         Eliminate redundant `save-excursion'.
5697         (wl-highlight-summary-current-line): Ditto.
5698
5699         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5700         accessing match data when `looking-at' failed.
5701
5702         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5703         `elmo-match-string' where users don't care about the speed.
5704         (wl-draft-save): Ditto.
5705
5706 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-util.el (wl-regexp-opt): New function.
5709
5710         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5711         number from `wl-summary-buffer-number-list'.
5712         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5713         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5714         (wl-summary-move-spec-alist): Changed default setting.
5715
5716 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-vars.el (wl-biff-notify-hook): New hook.
5719         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5720         the arrival of new mail.
5721         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5722         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5723
5724 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5727
5728 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5731
5732         * Version number is increased to 2.5.8.
5733
5734         * wl-thread.el (toplevel): require 'cl.
5735         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5736         (wl-thread-make-number-list): New function.
5737         (wl-thread-entity-make-number-list-from-children): Ditto.
5738         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5739         (wl-thread-entity-insert-as-children): Likewise.
5740         (wl-thread-delete-message): Likewise.
5741         (wl-meaning-of-mark): Eliminated.
5742         (wl-thread-next-failure-mark-p): Ditto.
5743         (wl-thread-entity-get-mark): Ditto.
5744         (wl-thread-meaning-alist-get-result): Ditto.
5745         (wl-thread-entity-check-prev-mark): Ditto.
5746         (wl-thread-entity-check-next-mark): Ditto.
5747         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5748         (wl-thread-entity-get-prev-marked-entity): Ditto.
5749         (wl-thread-get-prev-unread): Ditto.
5750         (wl-thread-jump-to-prev-unread): Ditto.
5751         (wl-thread-get-next-unread): Ditto.
5752         (wl-thread-jump-to-next-unread): Ditto.
5753         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5754         (wl-thread-entity-get-next-marked-entity): Ditto.
5755
5756         * wl-summary.el (wl-summary-buffer-number-list):
5757         New bufer-local variable.
5758         (wl-summary-switch-to-clone-buffer): Clone
5759         `wl-summary-buffer-number-list'.
5760         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5761         (wl-summary-cursor-move-regex): Eliminated.
5762         (wl-summary-cursor-up): Rewrite.
5763         (wl-summary-cursor-down): Ditto.
5764         (wl-summary-mode-spec-alist): New variable.
5765         (wl-summary-next-message): New inline function.
5766         (wl-summary-cursor-move): New function.
5767         (wl-summary-default-get-next-msg): Rewrite.
5768         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5769         (wl-summary-rescan): Ditto.
5770         (wl-summary-sync-all-init): Ditto.
5771         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5772         summary is not thread view.
5773         (wl-summary-sync-update): Ditto.
5774         (wl-summary-rescan): Ditto.
5775         (wl-summary-make-number-list): New function.
5776
5777         * wl-draft.el: "FCC" -> "Fcc".
5778
5779 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-highlight.el (wl-highlight-summary-window):
5782         Call `set-buffer-modified-p'.
5783
5784         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5785         (wl): Call `elmo-init' and fix.
5786
5787         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5788         Use new variables.
5789
5790         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5791
5792 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5795
5796 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5797
5798         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5799
5800 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5801
5802         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5803         `wl-use-toolbar' nor `display-graphic-p'.
5804         (wl-e21-setup-message-toolbar): Ditto.
5805         (wl-e21-setup-summary-toolbar): Ditto.
5806         (wl-e21-setup-folder-toolbar): Ditto.
5807
5808         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5809         (wl-plugged-init-icons): Ditto.
5810
5811         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5812         `display-graphic-p'.
5813         (wl-plugged-set-folder-icon): Ditto.
5814         (wl-highlight-plugged-current-line): Ditto.
5815         (wl-highlight-folder-current-line): Ditto.
5816         (wl-e21-highlight-folder-group-line): Ditto.
5817         (wl-e21-setup-toolbar): Ditto.
5818         (wl-e21-display-image-p): New macro.
5819
5820         * wl-demo.el (wl-demo): Simplified.
5821         (wl-demo-image-type-alist): Use `image-type-available-p' for
5822         checking whether the image type `xbm' is available.
5823
5824 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5827         (wl-summary-input-range): Ditto.
5828
5829 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-summary.el (wl-summary-edit-addresses): Use
5832         `wl-summary-get-original-buffer'
5833         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5834         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5835         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5836         (wl-summary-get-newsgroups): Eliminated.
5837         (wl-summary-set-crosspost): Ditto.
5838         (wl-summary-is-crosspost-folder): Ditto.
5839         (wl-crosspost-alist-load): Ditto.
5840         (wl-crosspost-alist-save): Ditto.
5841
5842         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5843         `elmo-setup-subscribed-newsgroups' instead of
5844         `elmo-nntp-make-groups-hashtb'.
5845         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5846         instead of `wl-crosspost-alist-save'.
5847
5848         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5849         of `elmo-folder-message-appendable-p'.
5850         (wl-mime-header-presentation-method): Eliminated.
5851
5852         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5853         (Error occurs in emacs21).
5854
5855         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5856         the current buffer).
5857
5858         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5859         instead of `wl-crosspost-alist-save'.
5860         (wl-init): `elmo-crosspost-message-alist-load'
5861         instead of `wl-crosspost-alist-load'
5862
5863         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5864         (wl-parse-newsgroups): Likewise.
5865         (wl-biff-notify): Run `wl-biff-notify-hook'.
5866
5867 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5870
5871         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5872         when `wl-summary-lazy-highlight' is non-nil.
5873         (wl-summary-goto-folder-subr): Highlight only when
5874         `wl-summary-lazy-highlight' is non-nil.
5875
5876         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5877         Don't display progress and highlight temp-mark when
5878         `wl-summary-lazy-highlight' is non-nil.
5879         (wl-highlight-summary-window): New function.
5880         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5881
5882 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5883
5884         * wl-summary.el (wl-summary-sync): Change `all-visible'
5885         from `all-shown'
5886         (wl-summary-input-range): Ditto.
5887
5888 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5889
5890         * wl-e21.el (wl-highlight-folder-current-line): Call
5891         `wl-folder-init-icons' when folder icons have not been initialized.
5892
5893         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5894
5895         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5896         (wl-demo-image-type-alist): New macro.
5897
5898 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5899
5900         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5901         display does not support graphics.
5902         (wl-plugged-init-icons): Ditto.
5903         (wl-folder-init-icons): Ditto.
5904
5905         * wl-demo.el (wl-demo): Chech closely whether the display
5906         supports graphics.
5907
5908 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-summary.el (wl-summary-get-original-buffer): New function.
5911         (wl-summary-set-crosspost): Use it.
5912         (wl-summary-target-mark-uudecode): Ditto.
5913         (wl-summary-reedit): Ditto.
5914         (wl-summary-resend-bounced-mail): Ditto.
5915         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5916         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5917
5918         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5919         (wl-message-display-internal): Ditto.
5920
5921 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5924
5925 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-summary.el (wl-summary-save-view): Renamed from
5928         `wl-summary-save-status'.
5929
5930 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-summary.el (wl-summary-sync): Added `all-shown'
5933
5934 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5935
5936         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5937
5938 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5941
5942 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5943
5944         * wl-highlight.el (wl-highlight-summary-line-string): Use
5945         `zerop' instead of `= 0'.
5946         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5947
5948         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5949         for comparing numbers.
5950         (wl-template-prev): Use `zerop' instead of `eq 0'.
5951
5952         * wl-draft.el (wl-draft-insert-current-message): Use
5953         `with-current-buffer' instead of `save-excursion'.
5954         Use `zerop' instead of `eq 0'.
5955
5956 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-draft.el (wl-draft-insert-ccs): New function.
5959         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5960         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5961
5962 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5965
5966 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-expire.el (wl-expire-refile): Don't call
5969         elmo-msgdb-add-msgs-to-seen-list;
5970         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5971         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5972
5973 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-message.el (wl-message-prev-page): Ignore errors while
5976         scroll-down.
5977
5978 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-mime.el: Use elmo-original-message-mode instead of
5981         mmelmo-original-mode.
5982
5983         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5984         `elmo-folder-get-spec';
5985         (wl-fldmgr-add-completion-all-completions):
5986         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5987
5988         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5989         of `elmo-folder-get-type'.
5990
5991         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5992         `elmo-folder-get-spec';
5993         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5994         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5995         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5996         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5997         `elmo-read-msg-no-cache';
5998         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5999         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6000         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6001         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6002         `elmo-cache-save';
6003         (wl-draft-reedit): Use `elmo-message-file-name'.
6004
6005         * wl-expire.el: Use `elmo-folder-name-internal';
6006         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6007         Use macro `wl-summary-buffer-msgdb' instead of variable
6008         `wl-summary-buffer-msgdb';
6009         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6010         Use macro `wl-summary-buffer-folder-name' instead of variable
6011         `wl-summary-buffer-folder-name'.
6012         * wl-score.el: Likewise.
6013
6014         * wl-message.el: Rewrite for new message buffer cache mechanism.
6015         (wl-message-buffer-cache-buffer-get): New macro.
6016         (wl-message-buffer-cache-folder-get): Ditto.
6017         (wl-message-buffer-cache-message-get): Ditto.
6018         (wl-message-buffer-cache-entry-make): Ditto.
6019         (wl-message-buffer-cache-hit): Ditto.
6020         (wl-message-buffer-cache-sort): New function.
6021         (wl-message-buffer-cache-add): Ditto.
6022         (wl-message-buffer-cache-delete): Ditto.
6023         (wl-message-buffer-cache-clean-up): Ditto.
6024         (wl-message-buffer-window): Rewrite.
6025         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6026         (wl-message-buffer-display): New function.
6027         (wl-message-display-internal): New function.
6028
6029 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-folder.el: Use `elmo-folder-name-internal';
6032         Use `wl-folder-get-elmo-folder';
6033         Use `elmo-folder-list-messages' instead of
6034         `elmo-list-folder';
6035         Use `elmo-folder-get-primitive-list' instead of
6036         `elmo-folder-get-primitive-spec-list';
6037         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6038         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6039         Use `elmo-folder-create' instead of `elmo-create-folder'.
6040         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6041         (wl-folder-get-elmo-folder): New macro.
6042         (wl-folder-elmo-folder-cache-get): Ditto.
6043         (wl-folder-elmo-folder-cache-put): Ditto.
6044         (wl-folder-suspend): Call `elmo-quit'.
6045
6046         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6047         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6048         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6049         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6050         (toplevel): require 'cl.
6051         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6052
6053         * wl-summary.el: Rewrite to use new elmo interface.
6054
6055 \f
6056 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-mime.el (wl-draft-preview-message):
6059         Run `wl-draft-send-hook' before collecting recipients information;
6060         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6061
6062         * tm-wl.el (wl-draft-preview-message): Ditto.
6063
6064 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6067         wrong receipients are displayed when forwarded message.
6068
6069 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * Version number is increased to 2.5.7.
6072
6073 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6074
6075         * wl-message.el (wl-message-next-page): Bind
6076         `window-pixel-scroll-increment' to nil while scrolling up.
6077
6078 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6079
6080         * wl-vars.el (wl-save-hook): New hook.
6081         * wl.el (wl-save): Call `wl-save-hook'.
6082
6083 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6084
6085         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6086         Argument WITH-ARG instead of NO-ARG (negative mean).
6087         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6088         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6089         * wl-message.el (wl-message-follow-current-entity): Likewise.
6090
6091 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6092
6093         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6094         FROM was optional argument.
6095         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6096
6097 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6098
6099         * Version number is increased to 2.5.6.
6100
6101 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6102
6103         * wl-version.el (wl-version-show): Removed.
6104         (wl-version): Add `interactive'.
6105
6106 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6107
6108         * wl-summary.el (wl-summary-get-petname-func): New variable.
6109         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6110         instead of `wl-address-get-petname-1'.
6111         (wl-summary-simple-from): Ditto.
6112
6113         * wl-address.el (wl-address-get-petname-1): Define as function.
6114
6115 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6118         field in the original message.
6119         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6120
6121 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6122
6123         * wl-expire.el (wl-expire-hide):
6124         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6125
6126 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6129         find decoder for To, Cc, and Subject.
6130
6131 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6134         for checking `elmo-use-buffer-cache'.
6135         (wl-summary-mark-as-important): Fixed typo in comment.
6136
6137 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6140         field in the original message.
6141         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6142
6143 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6144
6145         * wl-expire.el (wl-expire-hide):
6146         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6147
6148 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6149
6150         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6151         find decoder for To, Cc, and Subject.
6152
6153 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6154
6155         * Version number is increased to 2.5.5.
6156
6157         * wl-address.el (wl-address-specials-regexp): New constant.
6158         (wl-address-quote-specials): Use it.
6159
6160 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-summary.el (wl-summary-rescan):
6163         Call `wl-summary-buffer-number-column-detect'.
6164         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6165
6166         * wl-message.el (wl-message-mode-map): Define.
6167         (wl-message-decode): Use it as local-map.
6168
6169 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6172         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6173
6174 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6177
6178         * wl-mule.el (wl-read-event-char): Ditto.
6179
6180         * wl-e21.el (wl-read-event-char): Ditto.
6181
6182         * wl-nemacs.el (wl-read-event-char): Ditto.
6183         (read-event): Removed.
6184
6185         * wl-util.el (toplevel): Removed dummy definition of
6186         `read-event'.
6187         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6188
6189 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6190
6191         * wl-nemacs.el (elmo-archive-call-process): Moved to
6192         elmo-archive.el.
6193
6194 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6195
6196         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6197         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6198
6199         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6200         instead of magic-number 6.  Use `not' instead of `null' for symbol
6201         `nil' check (not empty list).
6202         (wl-draft-insert-x-face-field): Fixed paren style.
6203
6204         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6205         one-branch conditional statement, instead of `and' and `if'.
6206         (wl-draft-forward): Likewise.
6207         (wl-draft-add-references): Likewise.
6208         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6209
6210         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6211         conditional steatment.  Use `cond' instead of `if'.
6212         (wl-draft-confirm): Likewise.
6213
6214 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6215
6216         * wl-version.el (wl-version-show): Use `product-string-1'
6217         instead of `wl-version'.
6218         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6219
6220         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6221
6222 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6223
6224         * wl-highlight.el (wl-highlight-headers): Revert
6225         `wl-highlight-x-face-func' argument (`beg' and `end').
6226
6227 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6228
6229         * wl.el (toplevel): Move `product-provide' declare.
6230         * wl-demo.el (toplevel): Ditto.
6231         * wl-dnd.el (toplevel): Ditto.
6232         * wl-highlight.el (toplevel): Ditto.
6233         * wl-message.el (toplevel): Ditto.
6234         * wl-refile.el (toplevel): Ditto.
6235         * wl-util.el (toplevel): Ditto.
6236
6237 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6240         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6241         (wl-thread-close-all): keep cursor position.
6242
6243 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6244
6245         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6246         (eq x 0).
6247         (wl-generate-user-agent-string-1): Fix conditional statement.
6248
6249 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl.el (wl-check-environment): Additional check for
6252         'wl-local-domain' and `wl-message-id-domain'.
6253
6254 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6257
6258 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6261         instead of `smtp-sasl-user-realm'.
6262
6263 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6266
6267 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6268
6269         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6270         to the default value as well as `eword-lexical-analyzer'.
6271
6272 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6273
6274         * wl-version.el (wl-extended-emacs-version,
6275         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6276         `elmo-match-string' instead of `wl-match-string'.
6277
6278 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6279
6280         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6281         docstring.
6282
6283 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6284
6285         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6286
6287 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6288
6289         * wl-highlight.el (wl-highlight-headers): Remove
6290         `wl-highlight-x-face-func' argument (`beg' and `end').
6291
6292 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-summary.el (wl-summary-mark-as-important):
6295         Remove cache if folder is local.
6296
6297 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6298
6299         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6300         to get existing e-mail address string.
6301
6302 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6303
6304         * wl-version.el (wl-generate-user-agent-string): Commentary.
6305         (wl-generate-user-agent-string-1): Use `when' for
6306         one-branch conditional statement, instead of `and' and `if'.
6307         (wl-extended-emacs-version, wl-extended-emacs-version2,
6308         wl-extended-emacs-version3): Ditto.
6309
6310 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6313         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6314         condition-case; Remove initialization.
6315         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6316         (wl-summary-sync-update3): Added argument `sync-all';
6317         Eliminated local variable `msgdb';
6318         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6319         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6320         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6321
6322 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6323
6324         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6325         connection before call `wl-draft-send-mail-with-smtp'.
6326
6327 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * Version number is increased to 2.5.4.
6330
6331 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6332
6333         * wl.el (wl-check-environment): Additional check for
6334         'wl-local-domain' and `wl-message-id-domain'.
6335
6336 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6339         buffer as command specific.
6340         (wl-folder-mark-as-read-all-entity): Ditto.
6341         (wl-folder-prefetch-entity): Ditto.
6342         (wl-folder-drop-unsync-entity): Ditto.
6343
6344         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6345         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6346         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6347
6348         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6349         save-excursion.
6350
6351 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * Version number is increased to 2.5.3.
6354
6355         * wl-summary.el (wl-summary-save-view-cache):
6356         Delete duplicated `write-region';
6357         Use `write-region-as-binary' instead of `as-binary-output-file' and
6358         `write-region'.
6359
6360 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6361
6362         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6363
6364 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6367         instead of `smtp-via-smtp'.
6368
6369 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6372
6373 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6374
6375         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6376         instead of `smtp-sasl-user-realm'.
6377
6378 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6381
6382 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6383
6384         * Version number is increased to 2.5.2.
6385
6386 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6389         does not exist.
6390         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6391         (wl-biff-start): Call `timer-activate' if timer already exists.
6392
6393         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6394         only when it is bound as function.
6395
6396 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * Version number is increased to 2.5.1.
6399
6400 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6403         Print refile/copy destination.
6404
6405 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6406
6407         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6408         queue-flush-only is non-nil.
6409
6410         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6411
6412         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6413         checking cache folder.
6414
6415 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6416
6417         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6418         `regexp-quote'.
6419
6420 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6423         function.
6424         * wl-summary.el (wl-summary-write-current-folder-functions):
6425         Change default value.  Use it.
6426
6427 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * Version number is increased to 2.5.0.
6430
6431         * wl-version.el (wl-version): Changed codename.
6432
6433 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6434
6435         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6436         (wl-summary-supersedes-message): Ditto.
6437
6438 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6439
6440         * wl-refile.el (wl-refile-guess-functions): Renamed from
6441         `wl-refile-guess-func-list'.
6442
6443 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6446         Fixed problem when no rule was matched.
6447
6448 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6449
6450         * wl-summary.el (wl-summary-get-mark): Fixed
6451         `wl-summary-buffer-target-mark' check logic.
6452
6453 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6454
6455         * wl-folder.el (wl-folder-write-current-folder): Added group
6456         folder check.
6457
6458         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6459         `wl-summary-write-current-newsgroup'.
6460         (wl-summary-write-current-folder-functions): New variable.
6461         * wl-folder.el (wl-folder-get-newsgroups): New function.
6462         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6463         (wl-folder-write-current-folder): Renamed from
6464         `wl-folder-write-current-newsgroup'.
6465
6466 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * Version number is increased to 2.3.93.
6469
6470 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6473         (wl-ldap-make-matched-value-list): Ditto.
6474         (wl-ldap-alias-safe-string): Split e-mail address.
6475
6476         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6477         petname folder default was selected.
6478         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6479         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6480
6481 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6484         to `wl-draft-config-exec'.
6485
6486         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6487         instead of calling `wl-draft-config-exec';
6488         Process group-list and show recipients in minibuffer.
6489
6490         * tm-wl.el (wl-draft-preview-message): Ditto.
6491
6492 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6493
6494         * wl.el (toplevel): Added (C) to copyright notice, and
6495         sync Author header.
6496         * tm-wl.el (toplevel): Ditto.
6497         * wl-address.el (toplevel): Ditto.
6498         * wl-demo.el (toplevel): Ditto.
6499         * wl-dnd.el (toplevel): Ditto.
6500         * wl-draft.el (toplevel): Ditto.
6501         * wl-e21.el (toplevel): Ditto.
6502         * wl-expire.el (toplevel): Ditto.
6503         * wl-folder.el (toplevel): Ditto.
6504         * wl-highlight.el (toplevel): Ditto.
6505         * wl-message.el (toplevel): Ditto.
6506         * wl-mime.el (toplevel): Ditto.
6507         * wl-mule.el (toplevel): Ditto.
6508         * wl-nemacs.el (toplevel): Ditto.
6509         * wl-refile.el (toplevel): Ditto.
6510         * wl-score.el (toplevel): Ditto.
6511         * wl-summary.el (toplevel): Ditto.
6512         * wl-template.el (toplevel): Ditto.
6513         * wl-thread.el (toplevel): Ditto.
6514         * wl-util.el (toplevel): Ditto.
6515         * wl-vars.el (toplevel): Ditto.
6516         * wl-xmas.el (toplevel): Ditto.
6517
6518 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6519
6520         * wl.el (wl-init): Added comment about `wl-init-hook'.
6521         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6522         * wl-vars.el (wl-init-hook): Added docs.
6523         (wl-make-plugged-hook): Removed useless docs.
6524         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6525         * wl-xmas.el (toplevel): Ditto.
6526
6527 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-address.el (toplevel): Fixed multiple Author header format.
6530         * wl-demo.el (toplevel): Ditto.
6531         * wl-draft.el (toplevel): Ditto.
6532         * wl-folder.el (toplevel): Ditto.
6533         * wl-summary.el (toplevel): Ditto.
6534         * wl-thread.el (toplevel): Ditto.
6535         * wl-util.el (toplevel): Ditto.
6536         * wl-vars.el (toplevel): Ditto.
6537         * wl-version.el (toplevel): Ditto.
6538         * wl-xmas.el (toplevel): Ditto.
6539         * wl.el (toplevel): Ditto.
6540
6541         * wl-version.el (toplevel): Added require `elmo-version' for
6542         `product-version-as-string'.
6543
6544 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-vars.el (wl-draft-send-hook): Changed default value to
6547         '(wl-draft-config-exec).
6548
6549         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6550         explicitly.
6551         (wl-draft): Set `wl-draft-config-exec-flag' before running
6552         `wl-mail-setup-hook'.
6553
6554         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6555         `wl-biff-init-icons' to `wl-init-hook' instead of
6556         `wl-make-plugged-hook'.
6557         (Because if `wl-draft' command is invoked at first,
6558         they are not initialized)
6559         Updated copyright notice.
6560
6561         * wl-e21.el (toplevel): Ditto;
6562
6563         * wl-demo.el (toplevel): Updated copyright notice.
6564         * wl-address.el (toplevel): Ditto.
6565         * wl-draft.el (toplevel): Ditto.
6566         * wl-version.el (toplevel): Ditto.
6567         * wl-folder.el (toplevel): Ditto.
6568         * wl-summary.el (toplevel): Ditto.
6569         * wl-thread.el (toplevel): Ditto.
6570         * wl-util.el (toplevel): Ditto.
6571         * wl-vars.el (toplevel): Ditto.
6572         * wl.el (toplevel): Ditto.
6573
6574 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-highlight.el (wl-highlight-message): Fixed problem of
6577         highlighting failure which occured when the last field contains
6578         multiple lines in the draft buffer.
6579
6580         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6581         `wl-biff-start' if plugged.
6582
6583         * wl-util.el (wl-biff-check-folder): New function.
6584         (wl-biff-check-folders): Don't set session name prefix.
6585         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6586         (wl-biff-check-folder-async): Ditto.
6587
6588         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6589         in email address.
6590
6591 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6592
6593         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6594
6595         * wl-draft.el (wl-draft-strip-subject-re): New function.
6596
6597         * wl-draft.el (wl-draft-reply): Use it.
6598
6599 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-message.el (wl-mmelmo-message-redisplay): Use
6602         `mime-display-message' instead of `wl-mime-display-message'.
6603
6604         * wl-mime.el (toplevel): Removed compatibility workaround
6605         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6606         (wl-mime-display-message): Abolished.
6607         (wl-mime-entity-read-field): Ditto.
6608         (wl-mime-combine-message/partial-pieces): Use
6609         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6610
6611 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6612
6613         * wl-template.el: Doc fixes.
6614
6615 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6616
6617         * wl-e21.el (wl-message-overload-functions): Do nothing if
6618         `current-local-map' is not available.
6619         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6620
6621 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6622
6623         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6624         representation.
6625
6626         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6627         number.
6628         (wl-fldmgr-save-folders): Don't use `format' when insert
6629         `wl-fldmgr-folders-header'.
6630
6631 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6632
6633         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6634
6635 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-highlight.el (wl-highlight-message):
6638         Use `std11-field-end' to detect end point of the header field.
6639         Refer `wl-highlight-max-header-size'.
6640
6641         * wl-vars.el (wl-highlight-max-header-size): New variable.
6642
6643         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6644
6645         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6646         Set `for-draft' argument of wl-highlight-headers.
6647         (wl-draft): Ditto.
6648         (wl-draft-reedit): Ditto.
6649         (wl-user-agent-compose-internal): Ditto.
6650
6651 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6652
6653         * wl-message.el (wl-message-add-button): Use overlay.
6654
6655 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6658
6659         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6660         problem when group-list content is nothing.
6661         (Reported by Mito <mit@nines.nec.co.jp>)
6662
6663 2000-10-18  SAITO Atsunori <sai@yedo.com>
6664
6665         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6666
6667 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6668
6669         * tm-wl.el (toplevel): Use product-provide.
6670
6671 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * Version number is increased to 2.3.92.
6674
6675 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6676
6677         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6678         title text, use `display' property for left margin under Emacs 21.
6679
6680         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6681         properties.
6682         (wl-plugged-init-icons): Ditto.
6683
6684 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6685
6686         * wl.el (wl-save-status, wl-init): Remove last period in
6687         "...done." message.
6688         * tm-wl.el (wl-summary-burst): Ditto.
6689         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6690         wl-summary-resume-cache-status,
6691         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6692         wl-summary-sync-update3, wl-summary-highlight-msgs,
6693         wl-summary-flush-pending-append-operations,
6694         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6695         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6696         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6697         wl-thread-open-all): Ditto.
6698         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6699         * wl-mime.el (wl-summary-burst): Ditto.
6700         * wl-highlight.el (wl-highlight-summary): Ditto.
6701         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6702         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6703         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6704         * wl-address.el (wl-local-address-init): Ditto.
6705
6706 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6707
6708         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6709         `add-text-properties'.
6710         (wl-plugged-init-icons): Ditto.
6711         (wl-folder-init-icons): Use `propertize' instead of
6712         `put-text-property'.
6713         (wl-plugged-set-folder-icon): Ditto.
6714         (wl-e21-highlight-folder-group-line): Ditto.
6715
6716 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6717
6718         * wl-version.el (wl-version-status-alist): New variable.
6719         (wl-version-status): New function.
6720
6721         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6722         "Cc" part of the case "Reply-To".
6723
6724         * wl-draft.el (wl-draft-reply): Use result of
6725         `eword-extract-address-components'.
6726
6727         * wl-demo.el (wl-demo-icon-name): New constant.
6728         (wl-logo-xpm): Use it.
6729         (wl-logo-xbm): Ditto.
6730         (wl-logo-bitmap): Ditto.
6731
6732         * Version number is increased to 2.3.91.
6733
6734 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6735
6736         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6737         (wl-extended-emacs-version, wl-extended-emacs-version2,
6738         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6739         docstring.
6740
6741         * wl-version.el (wl-generate-user-agent-string-1): New function.
6742         (wl-generate-user-agent-string): Use it.
6743
6744         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6745         `mime-edit-insert-user-agent-field'.
6746         (wl-generate-user-agent-string): Check
6747         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6748
6749         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6750         instead of `if', when verbose case.
6751
6752 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6753
6754         * wl-expire.el (wl-summary-expire): Fix.
6755
6756 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6759         and `elmo-lost+found-folder' if 'wl-draft.
6760         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6761
6762 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-expire.el (wl-summary-expire): Change messages.
6765         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6766         `deleing-info' instead of "Deleting..."
6767
6768 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6769
6770         * wl-summary.el (wl-summary-refile-subr): Fix.
6771
6772 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6775         if pipe folder.
6776
6777 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6780
6781 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-expire.el (wl-expire-hide): New function.
6784         (wl-summary-expire): Add `hide'.
6785
6786 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-vars.el (wl-draft-reply-without-argument-list):
6789         Changed default value to consider `Reply-To:'.
6790         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6791
6792         * Version number is increased to 2.3.90.
6793
6794         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6795         elmo-imap4-get-session with unwind-protect.
6796         Don't cause error.
6797         (wl-summary-sync-marks): Don't check plugged nor folder type.
6798         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6799         (Always keep current buffer).
6800
6801 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6802
6803         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6804         Enclose with `save-excursion'.
6805
6806 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * wl-version.el (wl-version): Remove interactive.
6809
6810 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6811
6812         * wl-version.el (wl-generate-user-agent-string): Use
6813         `product-string-verbose' instead of `product-string-1'.
6814
6815 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6816
6817         * wl-vars.el (wl-draft-use-cache): New variable.
6818         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6819         if wl-draft-use-cache is non-nil.
6820
6821 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6824         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6825
6826 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6829         (wl-thread-msg-mark-as-unread): Ditto.
6830
6831         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6832         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6833         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6834         Don't set mark in summary if return value of `elmo-mark-as-read'
6835         is nil.
6836         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6837         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6838         instead of `wl-thread-msg-mark-as-read'.
6839         (wl-summary-mark-as-unread-region): Ditto.
6840         (wl-summary-target-mark-mark-as-read): Ditto.
6841
6842         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6843
6844 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6847
6848         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6849
6850 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6853         face.
6854
6855 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6856
6857         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6858         `running-xemacs'.
6859
6860 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6861
6862         * wl-version.el (toplevel): Use `product-version-as-string' for
6863         set verstion-string, if defined.
6864
6865         * wl-version.el (wl-version-show): Insert string at point, when
6866         call with argument.
6867
6868         * wl-version.el (wl-generate-user-agent-string): Use
6869         `product-string-1' instead of `wl-appname', `wl-version' and
6870         `wl-codename'.
6871
6872 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6873
6874         * wl-address.el (toplevel): Use product-provide.
6875         * wl-demo.el (toplevel): Ditto.
6876         * wl-dnd.el (toplevel): Ditto.
6877         * wl-draft.el (toplevel): Ditto.
6878         * wl-e21.el (toplevel): Ditto.
6879         * wl-expire.el (toplevel): Ditto.
6880         * wl-fldmgr.el (toplevel): Ditto.
6881         * wl-folder.el (toplevel): Ditto.
6882         * wl-highlight.el (toplevel): Ditto.
6883         * wl-message.el (toplevel): Ditto.
6884         * wl-mime.el (toplevel): Ditto.
6885         * wl-mule.el (toplevel): Ditto.
6886         * wl-nemacs.el (toplevel): Ditto.
6887         * wl-refile.el (toplevel): Ditto.
6888         * wl-score.el (toplevel): Ditto.
6889         * wl-summary.el (toplevel): Ditto.
6890         * wl-template.el (toplevel): Ditto.
6891         * wl-thread.el (toplevel): Ditto.
6892         * wl-util.el (toplevel): Ditto.
6893         * wl-vars.el (toplevel): Ditto.
6894         * wl-xmas.el (toplevel): Ditto.
6895         * wl.el (toplevel): Ditto.
6896
6897 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6898
6899         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6900         instead of product.
6901
6902         * wl-version.el (wl-version): Compile time evalution elmo-version.
6903
6904 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6905
6906         * wl-summary.el (wl-summary-sync-force-update): Append queue
6907         `mark-as-read'if unplugged.
6908
6909 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-version.el: New file.  Use product.el.
6912         * wl.el: add (require 'wl-version).
6913         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6914         for ~/.folders header.
6915         (wl-fldmgr-folders-header): Changed.
6916         * wl-demo.el (wl-demo): Use product.el.
6917
6918         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6919         wl-version.el.
6920         * wl-util.el (wl-version, wl-version-show): Ditto.
6921
6922         * wl-util.el (wl-generate-user-agent-string,
6923         wl-extended-emacs-version, wl-extended-emacs-version2,
6924         wl-extended-emacs-version3): Move to wl-version.el.
6925         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6926         xemacs-codename, mime-edit-insert-user-agent-field,
6927         mime-edit-user-agent-value, mime-editor/version,
6928         mime-editor/codename): Compile warning killer move to
6929         wl-version.el
6930
6931 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6932
6933         * wl-summary.el (wl-summary-refile-subr): Fix.
6934
6935 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6938         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6939
6940 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6941
6942         * wl.el (wl-check-environment): Check too many `@'.
6943
6944 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6945
6946         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6947
6948 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6949
6950         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6951         wl-draft-reply-myself-without-argument-list): Add variables.
6952         * wl-draft.el (wl-draft-reply): Use it.
6953
6954 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6955
6956         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6957         the 5th argument of `elmo-network-get-spec'.
6958
6959         * wl-thread.el (wl-thread-reparent-children): New inline function.
6960         (wl-thread-delete-message): Use it.
6961
6962         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6963         (wl-summary-score-update-all-lines): Don't use `dolist'.
6964
6965 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6966
6967         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6968         (require 'elmo-msgdb) for inline function.
6969
6970 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6971
6972         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6973
6974 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6975
6976         * wl-score.el (wl-score-headers): Fix for the confusing macro
6977         `elmo-kill-buffer'.
6978
6979 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6980
6981         * wl-summary.el: Don't use the 3rd argument of `require' because
6982         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6983         * wl-util.el: Ditto.
6984         * wl-draft.el: Ditto.
6985
6986 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6987
6988         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6989         window system is not used.
6990
6991 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6992
6993         * wl-thread.el: Don't use `mapcar' only for iteration.
6994         (wl-thread-resume-entity): Ditto.
6995         (wl-thread-delete-message): Ditto.
6996
6997         * wl-summary.el: Bind `dragdrop-drop-functions',
6998         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6999         of `require' for `timezone', `easymenu' and `ps-print';
7000         don't use `mapcar' only for iteration.
7001
7002         * wl-util.el: Bind `mule-version', `nemacs-version',
7003         `emacs-beta-version', `xemacs-codename',
7004         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7005         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7006         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7007         only for iteration.
7008
7009         * wl-score.el: Don't use `mapcar' only for iteration.
7010         (wl-score-simplify-buffer-fuzzy): Ditto.
7011         (wl-score-simplify-subject): Ditto.
7012         (wl-score-headers): Ditto.
7013         (wl-summary-score-update-all-lines): Ditto.
7014
7015         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7016         `enable-multibyte-characters' and `mule-version'.
7017
7018         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7019         `mapcar' only for iteration.
7020
7021         * wl-demo.el: Don't use `mapcar' only for iteration.
7022
7023         * wl-folder.el: Don't use `mapcar' only for iteration.
7024         (wl-folder-open-all): Ditto.
7025         (wl-folder-count-incorporates): Ditto.
7026
7027         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7028         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7029
7030         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7031         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7032         `smtp-connection-type'; specify 3rd argument of `require' for
7033         `timezone'; don't use `mapcar' only for iteration.
7034         (wl-draft-clone-local-variables): Don't use `mapcar'.
7035         (wl-draft-generate-clone-buffer): Ditto.
7036         (wl-user-agent-compose-internal): Ditto.
7037
7038         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7039
7040         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7041         (wl-save-status): Ditto.
7042
7043         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7044         for iteration.
7045
7046 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7049         removed `Date'.
7050         (wl-fldmgr-make-filter-default): New user option.
7051
7052         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7053         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7054         (wl-fldmgr-filter-completion-alist): Abolish.
7055
7056         * wl.el (wl): Don't check servers if arg is non-nil.
7057
7058         * wl-draft.el (wl-draft-reply): Set only message-id string to
7059         In-Reply-To field.
7060
7061 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-summary.el (wl-summary-pick): Rewrite.
7064
7065         * wl-draft.el (wl-draft-forward): Get references field from
7066         original buffer.
7067         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7068
7069 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7070
7071         * wl-draft.el (wl-draft-forward): Add references field.
7072
7073 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7076         (wl-draft-reply): Use it.
7077
7078 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7079
7080         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7081         when Emacs 21 is running.
7082
7083         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7084         bindings.
7085
7086 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7087
7088         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7089         XPM icons transparent.
7090
7091         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7092         Emacs 21.
7093
7094 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7097         nil.
7098
7099         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7100         when it is persistent.
7101         (wl-summary-sync-marks): Changed argument for
7102         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7103         (wl-summary-virtual): Use `elmo-read-search-condition'.
7104         (wl-summary-redisplay-internal): If folder is local, mark as read
7105         even when folder is plugged.
7106
7107 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7108
7109         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7110         of `tool-bar-lines' in the frame parameters.
7111         (after-make-frame-functions, post-command-hook): Don't modify the
7112         value.
7113         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7114         wl-e21-tool-bar-lines): Removed.
7115
7116 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7117
7118         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7119         properties `evaporate' and `wl-momentary-overlay' as well.
7120         (wl-highlight-summary-displaying): Ditto.
7121         (wl-delete-all-overlays): Don't delete overlay which does not have
7122         a property `wl-momentary-overlay'.
7123
7124         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7125         `display-mouse-p' and `display-graphic-p'.
7126         (wl-folder-init-icons): Don't search for XBM or the other files.
7127         (wl-plugged-set-folder-icon): Make icons if and only if
7128         `display-graphic-p' returns non-nil.
7129         (wl-highlight-plugged-current-line): Use `before-string' overlay
7130         property to show icon images.
7131         (wl-highlight-folder-current-line): Ditto.
7132         (wl-e21-highlight-folder-group-line): Ditto.
7133         (wl-e21-highlight-folder-by-numbers): Ditto.
7134         (wl-e21-insert-image): Removed.
7135         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7136         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7137         said.
7138         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7139         `wl-e21-force-switch-toolbar'.
7140         (wl-e21-make-icon-image): Removed.
7141         (wl-e21-setup-toolbar): Don't search for XBM files.
7142         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7143         the default value.
7144
7145 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-util.el (wl-biff-check-folder-async): Set
7148         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7149
7150 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7151
7152         * wl-e21.el (after-make-frame-functions): Add
7153         `wl-e21-force-switch-toolbar'.
7154         (wl-e21-force-switch-toolbar): New function force to switch the
7155         toolbar appearance automatically.
7156         (post-command-hook): Add `wl-e21-switch-toolbar'.
7157         (wl-e21-switch-toolbar): New function to switch the toolbar
7158         appearance automatically.
7159         (wl-e21-tool-bar-lines): New buffer local variable.
7160
7161 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-util.el (wl-biff-check-folders-running): New variable.
7164         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7165         (wl-biff-check-folder-async-callback):
7166         Set `wl-biff-check-folders-running'.
7167         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7168         with unwind-protect.
7169
7170         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7171         Enclose `wl-folder-auto-check' with unwind-protect.
7172
7173         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7174         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7175
7176         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7177
7178         * wl-util.el (wl-biff-notify): New inline function.
7179         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7180         locally.
7181         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7182         folder-list' is 1.
7183         Use `wl-biff-notify'.
7184         (wl-biff-check-folder-async-callback): New function.
7185         (wl-biff-check-folder-async): Ditto.
7186
7187         * wl-folder.el (wl-folder): Don't check folders.
7188         (wl-folder-auto-check): New function.
7189
7190 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7191
7192         * wl-util.el (wl-biff-start) [Emacs19+]:
7193         Use `timer-next-integral-multiple-of-time'.
7194         (wl-biff-check-folders): Use `wl-default-folder'
7195         if `wl-biff-check-folder-list' is nil.
7196
7197 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7198
7199         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7200         instead of `elmo-delete-lists'.
7201
7202 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7203
7204         * wl.el (wl-plugged-toggle-all): Set the value of
7205         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7206         (wl-plugged-toggle): Ditto.
7207         (wl-toggle-plugged): Ditto.
7208         (wl-plugged-init): Ditto.
7209
7210         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7211         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7212         instead of `wl-biff-state-indicator-off' and
7213         `wl-biff-state-indicator-on'; don't modify the value and the type
7214         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7215         (wl-plugged-init-icons): Set icons data to
7216         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7217         instead of `wl-plug-state-indicator-off' and
7218         `wl-plug-state-indicator-on'; don't modify the value and the type
7219         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7220
7221         * wl-vars.el (wl-modeline-biff-state-off,
7222         wl-modeline-biff-state-on, wl-modeline-biff-status,
7223         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7224         wl-modeline-plug-status): New internal variables.
7225         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7226         wl-biff-check-interval, wl-biff-check-folder-list): Change
7227         customization group from `wl-folder' to `wl-highlight'.
7228         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7229         wl-show-plug-status-on-modeline): Defcustomized.
7230
7231         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7232         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7233         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7234         a flag to `mode-line-buffer-identification'.
7235
7236         * wl-e21.el (wl-biff-init-icons): Set icons data to
7237         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7238         instead of `wl-biff-state-indicator-off' and
7239         `wl-biff-state-indicator-on'.
7240         (wl-plugged-init-icons): Set icons data to
7241         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7242         instead of `wl-plug-state-indicator-off' and
7243         `wl-plug-state-indicator-on'.
7244
7245 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7246
7247         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7248         excessive titles.
7249
7250 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7251
7252         * wl.el (wl-plugged-mode): Use revised
7253         `wl-mode-line-buffer-identification'.
7254         (wl-plugged-init): Don't use `force-mode-line-update'.
7255
7256         * wl-xmas.el (wl-draft-overload-functions): Use revised
7257         `wl-mode-line-buffer-identification'.
7258         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7259         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7260         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7261         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7262         `wl-make-plugged-hook';
7263         add `wl-folder-init-icons' and `wl-setup-folder' to
7264         `wl-folder-mode-hook'.
7265
7266         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7267         19 as well.
7268         (wl-mode-line-display-priority-list): New user option.
7269         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7270         Defcustomized.
7271         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7272         Add docs.
7273
7274         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7275         start.
7276         (wl-mode-line-buffer-identification): Revised as a function.
7277
7278         * wl-summary.el (wl-summary-mode): Use revised
7279         `wl-mode-line-buffer-identification'; don't call
7280         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7281         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7282         `wl-xmas-setup-summary'.
7283
7284         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7285         `wl-mode-line-buffer-identification'.
7286
7287         * wl-mule.el (wl-draft-overload-functions): Use revised
7288         `wl-mode-line-buffer-identification'.
7289
7290         * wl-folder.el (wl-make-plugged-alist): Don't call
7291         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7292         (wl-folder): Don't call `wl-folder-init-icons' directly.
7293         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7294         `wl-xmas-setup-folder' directly;
7295         use revised `wl-mode-line-buffer-identification'.
7296         (TopLevel): Don't bind `wl-biff-init-icons',
7297         `wl-plugged-init-icons', `wl-folder-init-icons',
7298         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7299
7300         * wl-e21.el (wl-draft-overload-functions): Use revised
7301         `wl-mode-line-buffer-identification'.
7302         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7303         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7304         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7305         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7306         `wl-make-plugged-hook';
7307         add `wl-folder-init-icons' and `wl-setup-folder' to
7308         `wl-folder-mode-hook'.
7309
7310 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7311             Katsumi Yamaoka    <yamaoka@jpl.org>
7312
7313         * wl.el (wl): Call `wl-biff-start'.
7314         (wl-exit): Call `wl-biff-stop'.
7315         (wl-plugged-mode): Show biff in modeline.
7316         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7317
7318         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7319         (wl-biff-init-icons): New function.
7320         (wl-plugged-init-icons): Don't make too much keymaps.
7321         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7322
7323         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7324         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7325         variables.
7326         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7327         options.
7328
7329         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7330         wl-biff-start, wl-biff-stop): New functions.
7331         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7332         (wl-biff-timer-name): New variable.
7333
7334         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7335
7336         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7337         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7338
7339         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7340         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7341
7342         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7343         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7344         `wl-folder-init-icons' to `ignore' if they are not available.
7345         (wl-folder-mode): Show biff in modeline.
7346
7347         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7348         (wl-biff-init-icons): New function.
7349         (wl-plugged-init-icons): Don't make too much keymaps.
7350         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7351
7352 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7353
7354         * wl-vars.el (wl-strict-diff-folders): Customization Type
7355         and doc fix.  Define as a list of regular expressions for
7356         folders or nil.
7357         * wl-folder.el (wl-folder-check-one-entity): Use
7358         `wl-string-match-member' instead of `wl-string-member' for
7359         `wl-strict-diff-folders'.
7360
7361 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7362
7363         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7364         (wl-highlight-folder-current-line): Use it; new implementation.
7365         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7366         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7367         `defsubst' instead of `defun'.
7368
7369         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7370         `wl-highlight-group-folder-by-numbers'; made it can also be a
7371         number.  See info for more details.
7372
7373         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7374         running.
7375
7376         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7377         to bind them.
7378
7379         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7380         (wl-highlight-folder-current-line): New implementation.
7381
7382         * wl-highlight.el (wl-highlight-folder-group-line): New
7383         implementation.
7384         (wl-delete-all-overlays): Rewrite as a marco.
7385         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7386
7387         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7388         running.
7389         (wl-folder-*-glyph): No need to bind them.
7390
7391         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7392         `wl-e21-highlight-folder-group-icon'; rewrite.
7393         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7394         `defsubst' instead of `defun'.
7395         (wl-folder-mode-map): Bind it when compiling.
7396
7397 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7400
7401         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7402
7403 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7404
7405         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7406
7407 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7408
7409         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7410         (wl-highlight-folder-current-line): Use it.
7411
7412         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7413         in `id-name'.
7414
7415 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7416
7417         * wl.el: Require `wl-e21' when Emacs 21 is running.
7418
7419         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7420         default when Emacs 21 is running.
7421         (wl-use-highlight-mouse-line): Ditto.
7422         (wl-on-emacs21): New constant.
7423         (wl-on-emacs20): Removed.
7424
7425         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7426         Emacs 21 is running.
7427
7428         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7429         Emacs 21 is running.
7430
7431         * wl-e21.el: New file.
7432
7433 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7434
7435         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7436         (wl-toggle-plugged): Ditto.
7437         (wl-plugged-toggle): Ditto.
7438         (wl-plugged-toggle-all): Ditto.
7439
7440         * wl-vars.el (wl-plug-state-indicator): Refer
7441         `wl-plug-state-indicator-on' indirectly.
7442
7443 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7446         Call `wl-folder-confirm-existence'.
7447
7448         * wl-folder.el (wl-folder-confirm-existence): Added optional
7449         argument `force'.
7450
7451 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7452
7453         * wl-summary.el (wl-summary-refile-subr): Assume
7454         `copy-or-refile' as symbol.
7455         (wl-summary-refile): Follow up above change.
7456         (wl-summary-copy): Ditto.  Doc fix.
7457
7458 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl-summary.el (wl-summary-pick): Don't bind
7461         `elmo-search-mime-charset'.
7462
7463         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7464         default using old backquote style.
7465         (wl-search-mime-charset): Abolished.
7466
7467         * wl-highlight.el (wl-highlight-headers):
7468         Call `point' after `re-search-forward'(for Nemacs).
7469
7470         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7471         for elmo-imap4.el.
7472
7473 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7474
7475         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7476         `wl-message-ignored-field-list' instead of
7477         `mime-view-ignored-field-list'.
7478
7479         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7480         Add interactive spec.
7481         (wl-folder-goto-bottom-of-current-folder): Ditto.
7482         (wl-folder-mode-map): Bind them.
7483
7484         * wl-vars.el (wl-message-ignored-field-list): New variable.
7485         (wl-message-visible-field-list): New variable.
7486
7487         * wl-mime.el (wl-mime-header-presentation-method): New function.
7488         (wl-mime-setup): Set header-presentation-method.
7489
7490 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7491
7492         * wl-nemacs.el (wl-draft-overload-functions): Set
7493         `mode-line-buffer-identification' instead of using
7494         `wl-make-modeline'.
7495
7496         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7497         instead of using `wl-make-modeline'.
7498
7499         * wl-xmas.el (wl-plugged-init-icons): Set up
7500         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7501         (wl-make-modeline): Abolish.
7502         (wl-draft-overload-functions): Set
7503         `mode-line-buffer-identification' instead of using
7504         `wl-make-modeline'.
7505
7506         * wl-util.el (wl-make-modeline-subr): Abolish.
7507         (wl-mode-line-buffer-identification): New alias.
7508
7509         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7510         (wl-summary-make-modeline): Abolish.
7511         (wl-summary-buffer-set-folder): Set
7512         `wl-summary-buffer-folder-indicator'.
7513         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7514         of using `wl-make-modeline'.
7515         (wl-summary-switch-to-clone-buffer): Don't set
7516         `mode-line-buffer-identification'.
7517         (wl-summary-goto-folder-subr): Ditto.
7518
7519         * wl-mule.el (wl-draft-overload-functions): Set
7520         `mode-line-buffer-identification' instead of using
7521         `wl-make-modeline'.
7522
7523         * wl-folder.el (wl-folder-mode): Set
7524         `mode-line-buffer-identification' instead of using
7525         `wl-make-modeline'.
7526         (wl-folder): Don't set `mode-line-buffer-identification'.
7527
7528 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7529
7530         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7531         instead of `member' for `wl-refile-guess-func-list' look-ups.
7532         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7533
7534 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7535
7536         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7537         `wl-message-button-dispatcher'.
7538
7539         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7540
7541         * wl-message.el (wl-message-button-dispatcher): Use it.
7542
7543         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7544         "In-Reply-To".
7545
7546         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7547         Bind `case-fold-search' to t.
7548
7549 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7550
7551         * wl-xmas.el (wl-message-overload-functions): Initialize
7552         `wl-message-button-map'.
7553
7554         * wl-mule.el (wl-message-overload-functions): Initialize
7555         `wl-message-button-map'.
7556
7557         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7558
7559         * wl-message.el (wl-message-button-map): New keymap.
7560         (wl-message-add-button): New function.
7561         (wl-message-button-dispatcher): New function.
7562         (wl-message-button-refer-article): New function.
7563
7564         * wl-highlight.el
7565         (wl-highlight-message-add-buttons-to-header): New function.
7566         (wl-highlight-headers): Use it.
7567
7568 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7569
7570         * wl-summary.el (wl-summary-default-from): Use
7571         `wl-address-get-petname-1'.
7572         (wl-summary-simple-from): Ditto.
7573
7574         * wl-address.el (wl-address-get-petname-1): New inline function.
7575         (wl-address-get-petname): Use it.
7576
7577 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7578
7579         * wl-summary.el (wl-summary-default-from): Return full-name part
7580         from the address if no petname was found.
7581         (wl-summary-simple-from): Ditto.
7582
7583         * wl-address.el (wl-address-get-petname): Return nil if no petname
7584         associated with the address was found.
7585
7586 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7587
7588         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7589         display is finished.
7590
7591 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7592
7593         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7594         `elmo-folder-exists-p' argument.
7595
7596 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7597
7598         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7599         the folder.
7600
7601 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7604
7605         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7606         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7607
7608 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7609
7610         * wl-folder.el (wl-folder-create-subr): New function.
7611         (wl-folder-confirm-existence): Use it.
7612         (wl-folder-check-one-entity): Use it.
7613         Check the error symbol is derived from 'elmo-open-error.
7614
7615         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7616         `ignore-error'.
7617
7618 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7619
7620         * wl-util.el (toplevel): Add (eval-when-compile (require
7621         'elmo-util)).  (Maybe `provide' is typo.)
7622
7623 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7626         (I don't know why this was needed.)
7627
7628         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7629         Follow up changes for stream-type.
7630
7631         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7632         (wl-draft-elmo-nntp-send): Ditto.
7633
7634         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7635         (wl-nntp-posting-stream-type): Ditto.
7636         (wl-pop-before-smtp-ssl): Abolished.
7637         (wl-nntp-posting-ssl): Ditto.
7638
7639         * wl-address.el (wl-address-quote-specials): New function.
7640         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7641
7642         * wl-draft.el (wl-draft-reply): Ditto.
7643
7644 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7645
7646         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7647         use function `wl-string-match-assoc'.
7648
7649 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7652
7653         * wl-draft.el (wl-draft-deduce-address-list): New function.
7654         (wl-draft-parse-mailbox-list): Ditto.
7655         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7656         instead of `smtp-deduce-address-list'.
7657         (wl-draft-on-field-p): Follow group list.
7658
7659         * wl-address.el (wl-address-concat-token): New function.
7660         (wl-address-string-without-group-list-contents): Ditto.
7661         (wl-complete-field-body): Fixed problem of completion
7662         by japanese petname.
7663         (wl-address-make-completion-list): Rewrite.
7664
7665 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7666
7667         * wl-address.el (wl-address-make-completion-list): Completion by
7668         petname.
7669         (wl-complete-field-body): Likewise.
7670
7671 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7674         contains invalid address syntax.
7675
7676 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7677
7678         * wl-folder.el (wl-folder-check-entity-async): Use
7679         `elmo-nntp-spec-hostname'.
7680
7681 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7682
7683         * wl-summary.el (wl-summary-msgdb-load-async): Use
7684         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7685
7686 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-draft.el (wl-draft-reply): Set argument
7689         `content-transfer-encoding' as nil.
7690
7691 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7692
7693         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7694         `wl-refile-alist'.
7695
7696 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7697
7698         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7699         (wl-draft-edit-string): Ditto.
7700         (wl-draft-forward): Ditto.
7701         * wl-summary.el (wl-summary-write): Ditto.
7702
7703 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-summary.el (wl-summary-sync-update3): Call
7706         `wl-summary-buffer-number-column-detect'.
7707         (wl-summary-buffer-number-column-detect): Search from point-min.
7708
7709 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7712         contains an address which is not included in original to or cc.
7713
7714 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7715
7716         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7717         begin-line does not exist.
7718         * wl-message.el (wl-message-uu-substring): Ditto.
7719
7720 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7723         clear local variables.
7724         (wl-summary-exit): Call `elmo-commit'.
7725         (wl-summary-switch-to-clone-buffer): Call
7726         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7727         (wl-summary-goto-folder-subr): Ditto.
7728
7729         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7730         POP folder.
7731
7732 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7735         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7736         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7737         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7738         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7739         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7740
7741         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7742
7743 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7744
7745         * wl-summary.el (wl-summary-search-by-subject):
7746         Search parent message from the latest one.
7747
7748 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7751         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7752
7753         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7754         New user option.
7755
7756         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7757         if elmo-nntp-use-killed-list is nil.
7758         Use `elmo-msgdb-append-to-killed-list'.
7759         (Append numbers confirmed as disappeared to the killed list.)
7760         (wl-summary-confirm-appends): Don't display negative number.
7761
7762 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7763
7764         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7765
7766 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7769         range is `all'.
7770         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7771         `elmo-list-bigger-diff'.
7772
7773 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-summary.el (wl-summary-buffer-exit-func):
7776         New buffer local variable.
7777         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7778
7779 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7780
7781         * wl-demo.el (wl-demo): Fix the last change.
7782
7783 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7784
7785         * wl-demo.el (wl-demo): Don't use `eval'.
7786
7787 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7788
7789         * wl-summary.el (wl-summary-buffer-thread-modified):
7790         New buffer-local variable.
7791         (wl-summary-set-thread-modified): New function.
7792         (wl-summary-thread-modified-p): New function.
7793         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7794         (wl-summary-yank-saved-message): Use function
7795         `wl-summary-set-thread-modified'
7796         (wl-summary-switch-to-clone-buffer): Add
7797         `wl-summary-buffer-thread-modified'.
7798
7799         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7800         (wl-summary-buffer-mark-saved-hook): Ditto.
7801         * wl-summary.el (wl-summary-msgdb-save): New hook
7802         `wl-summary-buffer-message-saved-hook' and
7803         `wl-summary-buffer-mark-saved-hook'.
7804
7805 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7806
7807         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7808
7809 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7810
7811         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7812         don't hide scroll bars under FSF Emacsen because it may incur an
7813         undesirable redrawing.
7814
7815 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * wl-draft.el (wl-draft-edit-string): Call
7818         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7819
7820 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7821
7822         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7823
7824 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7825
7826         * wl-summary.el (wl-summary-msgdb-load-async): Call
7827         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7828
7829 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7830
7831         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7832         fringes in demo buffer; center bitmap logo correctly even if old
7833         Mule is used.
7834
7835 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7836
7837         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7838
7839         * wl-refile.el (wl-refile-subject-alist): New variable.
7840         (wl-refile-subject-alist-file-name): Ditto.
7841         (wl-refile-alist-setup): Rewrite.
7842         (wl-refile-alist-save): Use `elmo-object-save'.
7843         Eliminated arguments.
7844         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7845         (wl-refile-guess-by-subject): New function.
7846         (wl-refile-guess-func-list): Added it.
7847
7848 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7849
7850         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7851         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7852
7853 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7856         New buffer-local variable.
7857         (wl-summary-buffer-next-folder-func): Ditto.
7858         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7859         if non-nil.
7860         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7861         if non-nil.
7862         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7863         if non-nil.
7864         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7865         if non-nil.
7866
7867 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7868
7869         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7870         permanently in the demo buffer.
7871
7872 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7875         `mime-entity-fetch-field'.
7876
7877         * wl.el (wl-exit): Delete plugged buffer.
7878
7879         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7880         XEmacs has menubar feature.
7881
7882 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7883
7884         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7885         cannot arrive at the beginning of the buffer under old Emacsen.
7886
7887 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-address.el (wl-address-ldap-search):
7890         Call `ldap-search-entries' with `withdn' argument t.
7891         (wl-complete-field-body): Bind completion-ignore-case as t.
7892         Clear ldap search hash when it was sole completion.
7893         Use elmo-string for pattern string.
7894         (wl-ldap-alias-safe-string): Eliminated needless let.
7895
7896 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7897
7898         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7899         (wl-ldap-alias-sep): New constant.
7900         (wl-ldap-search-attribute-type-list): Ditto.
7901         (wl-ldap-get-value): New function.
7902         (wl-ldap-make-filter): Ditto.
7903         (wl-ldap-make-matched-value-list): Ditto.
7904         (wl-ldap-alias-safe-string): Ditto.
7905         (wl-ldap-register-dn-string): Ditto.
7906         (wl-address-ldap-search): Rewrite.
7907
7908 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7909
7910         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7911         thread is deleted.
7912         (wl-thread-delete-line-from-buffer): Ditto.
7913         (wl-thread-get-exist-children): New function.
7914
7915 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7916
7917         * wl-demo.el (wl-demo): Made it to select various image types.
7918         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7919         from `wl-title-logo'.
7920         (wl-logo-ascii): New variable.
7921         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7922         (wl-demo-copyright-notice): New constant.
7923
7924         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7925
7926 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7927
7928         * wl-vars.el (wl-summary-target-above): Renamed from
7929         wl-summary-temp-above.
7930         * wl-score.el (wl-score-get-score-alist): Use it.
7931         (wl-summary-score-update-all-lines): Use it.
7932         * wl-summary.el: Ditto. (make-variable-buffer-local).
7933
7934 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl-vars.el (wl-ldap-port): New user option.
7937
7938         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7939         Rewite whole implementation.
7940         (wl-complete-field-body): Fixed.
7941
7942 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7943
7944         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7945         Choose implementation at compile time.
7946
7947 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7948
7949         * wl-address.el (wl-ldap-search-internal): New function.
7950         (wl-complete-field-to): Use it.
7951
7952 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7955         Use `let' instead of `let*'.
7956         Require 'wl-vars.
7957
7958         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7959         Define as defcustom.
7960         (wl-ldap-base): Ditto.
7961         (wl-use-ldap): Ditto.
7962
7963 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7964
7965         * wl-address.el (wl-ldap-search): New function.
7966         (wl-complete-field-body): Use `wl-ldap-search'.
7967         (wl-ldap-server): New variable.
7968         (wl-ldap-base): Ditto.
7969         (wl-use-ldap): Ditto.
7970
7971 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7972
7973         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7974         (Pointed out by Mito <mit@nines.nec.co.jp>).
7975         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7976         buffer-local variables like `wl-summary-redisplay-internal'.
7977         (wl-summary-redisplay-all-header): Likewise.  Update
7978         Summary view too.
7979
7980 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-jump-to-parent-message):
7983         Consider prefix argument.
7984
7985         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7986         when closed thread is deleted.
7987
7988 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7989
7990         * wl-summary.el (wl-summary-jump-to-parent-message):
7991         Consider thread modification.
7992
7993 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7994
7995         * wl-message.el (wl-message-normal-get-original-buffer): Use
7996         `save-excursion'.
7997
7998         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7999         (wl-summary-showto-folder-regexp): Ditto.
8000
8001 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8002
8003         * wl-util.el (wl-delete-alist): Doc fix.
8004         (wl-delete-associations): New function.
8005         (wl-inverse-alist): New function.
8006         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8007         Split temporary variables. Use `wl-delete-associations'
8008         and `wl-inverse-alist'.
8009         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8010
8011 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-folder.el (wl-folder-prefetch-entity):
8014         Execute prefetching if new count is unknown.
8015
8016 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8017
8018         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8019
8020         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8021         delete entity.
8022         (wl-thread-set-parent): If insert as top, set linked as nil.
8023
8024         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8025         `wl-thread-cleanup-symbols' when view mode is thread.
8026
8027 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8028
8029         * wl-folder.el (wl-folder-create-folder-entity): Use
8030         with-current-buffer.
8031         (wl-local-folder-init): Call set-buffer to make sure we are in
8032         the Folder buffer. Don't touch buffer-local variables here.
8033         (wl-folder-mode): Initialize buffer-local variables here.
8034
8035         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8036         (wl-folder-entity-assign-id): Ditto.
8037         (wl-folder-create-entity-hashtb): Ditto.
8038         (wl-local-folder-init): Ditto.
8039         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8040
8041 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-summary.el (wl-summary-default-from): Fix probrem when
8044         std11-extract-address-components return (nil "foo@bar").
8045
8046 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8047
8048         * wl-draft.el (wl-draft-clone-local-variables):
8049         Remove redundant `setq'.
8050
8051 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8054         Bind wl-highlight-x-face-func as nil while highlighting header.
8055
8056 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8057
8058         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8059
8060 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8061
8062         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8063         elmo-msgdb-overview-hashtb from copy-variables.
8064         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8065         instead of `elmo-msgdb-overview-get-entity-by-number'.
8066         (wl-summary-auto-refile): Ditto.
8067
8068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8069         `elmo-msgdb-overview-get-entity' instead of
8070         `elmo-msgdb-search-overview-entity'.  Use
8071         `elmo-msgdb-overview-get-entity' instead of
8072         `elmo-msgdb-overview-get-entity-by-number'.
8073         (wl-thread-insert-entity-sub): Ditto.
8074         (wl-thread-insert-message): Ditto.
8075
8076         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8077         `elmo-msgdb-overview-get-entity'.
8078         (wl-normal-message-redisplay): Ditto.
8079
8080 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8081
8082         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8083         `wl-thread-entities'.
8084         (wl-thread-delete-message): Fix remove top message from
8085         `wl-thread-entity-list'.
8086
8087         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8088         wl-append(nconc), because update-list is broken on Meadow.
8089
8090         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8091         updating process.
8092         (wl-summary-rescan): Ditto.
8093         (wl-summary-sync-update3): Ditto.
8094         * wl-thread.el (wl-thread-set-parent): Renamed from
8095         `wl-summary-set-parent'.
8096         (wl-thread-insert-message): Updating buffer faster.
8097         (wl-thread-delete-message): Updating buffer faster.
8098
8099         * wl-score.el (wl-summary-score-update-all-lines): Changed
8100         interval for display progress gauge.
8101
8102 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8103
8104         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8105         folder always-sticky.
8106         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8107         defmacro.
8108
8109 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-vars.el (wl-draft-add-references): New user option.
8112
8113         * wl-draft.el (wl-draft-add-references): New function.
8114         (wl-draft-yank-from-mail-reply-buffer): Use it.
8115         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8116         as nil.
8117
8118 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8119
8120         * wl-thread.el (wl-thread-update-line-msgs): Called
8121         `wl-thread-update-line-on-buffer-sub'.
8122         (wl-thread-update-line-on-buffer): Delete routine of inserting
8123         thread.
8124         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8125         moved from `wl-thread-update-line-on-buffer'.
8126         Add threshold for displaying progress gauge.
8127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8128         argument of `wl-thread-update-line-msgs'.
8129         Add threshold for displaying progress gauge.
8130         * wl-folder.el:
8131         Add threshold for displaying progress gauge.
8132         * wl-score.el: Ditto.
8133
8134         * wl-expire.el (wl-summary-expire): Display deleting info.
8135
8136 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8139         `no-msg'.
8140         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8141         argument of `wl-thread-update-line-msgs'.
8142         (wl-summary-set-parent): Added optional argument `parent-number'.
8143         (wl-summary-buffer-saved-message): New buffer local variable.
8144         (wl-summary-save-current-message): New command.
8145         (wl-summary-yank-saved-message): Ditto.
8146         (wl-summary-mode-map): Added key binding for
8147         `wl-summary-save-current-message' (\ew) and
8148         `wl-summary-yank-saved-message' (\C-y).
8149         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8150
8151 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-summary.el (wl-summary-mode-map): Added key binding for
8154         `wl-summary-set-parent' (ts).
8155
8156 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8157
8158         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8159         subject faster. If thread number is reverse, delayed updating
8160         thread.
8161         (wl-summary-search-by-subject): Ditto.
8162         (wl-summary-put-alike): Ditto.
8163         (wl-summary-get-alike): Ditto.
8164         (wl-summary-insert-headers): Insert header of all overview in
8165         buffer.
8166         (wl-summary-rescan): Delayed updating thread. Kill search subject
8167         buffer for wl-summary-search-by-subject.
8168         (wl-summary-sync-update3): Ditto.
8169         (wl-summary-exit): Ditto.
8170         (wl-summary-goto-bottom-of-current-thread): Change for linked
8171         thread.
8172         (wl-summary-overview-create-summary-line): Change line for linked
8173         thread.
8174
8175         * wl-summary.el (wl-summary-update-thread): Use
8176         wl-thread-maybe-get-children-num.
8177         (wl-summary-set-parent): If change parent, move sub thread.
8178         (wl-summary-redisplay-internal): Add horizontal recenter.
8179         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8180
8181         * wl-thread.el (wl-thread-entity-get-linked): New function.
8182         (wl-thread-entity-set-linked): New function.
8183         (wl-thread-create-entity): Add linked element.
8184         (wl-thread-entity-insert-as-top): Use wl-append.
8185         (wl-thread-maybe-get-children-num): If closing thread, return
8186         children msgs.
8187         (wl-thread-update-line-msgs): Displaying progress message.
8188         (wl-thread-update-line-on-buffer-sub): Use
8189         wl-thread-maybe-get-children-num.
8190         (wl-thread-update-line-on-buffer): If update line is not exists,
8191         insert thread.
8192         (wl-thread-delete-message): If delete top msg of thread, search
8193         parent by subject.
8194         (wl-thread-insert-entity): Use
8195         wl-thread-maybe-get-children-num.
8196
8197         * wl-highlight.el (wl-highlight-summary-current-line): change
8198         sregexp for linked thread.
8199         * wl-util.el (wl-count-lines): Count lines.
8200         (wl-horizontal-recenter): horizontal recenter.
8201         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8202         (wl-score-get-alike): Ditto.
8203         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8204         (wl-subject-length-limit): New variable.
8205         (wl-highlight-thread-indent-string-regexp): Changed for linked
8206         thread.
8207
8208 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8211         New variable (revival).
8212         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8213         by subject matching if there's no in-reply-to nor references field
8214         (revival).
8215
8216 \f
8217 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8218
8219         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8220         message.
8221
8222 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-summary.el (wl-summary-reply): Return t if there was a
8225         message at cursor point.
8226         Added unwind-protect.
8227         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8228         returns t.
8229         (wl-summary-cancel-message): Do nothing when there's no message at
8230         cursor point.
8231         (wl-summary-forward): Ditto.
8232         (wl-summary-jump-to-parent-message): Ditto.
8233         (wl-summary-reedit): Ditto.
8234         (wl-summary-edit-addresses): Ditto.
8235         (wl-summary-pipe-message): Ditto.
8236         (wl-summary-print-message-with-ps-print): Ditto.
8237         (wl-summary-print-message): Ditto.
8238         (wl-summary-mark-as-important): Ditto.
8239         (wl-summary-mark-as-unread): Ditto.
8240
8241         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8242         message at cursor point.
8243         (wl-summary-reply-with-citation): Remove unwind-protect.
8244
8245         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8246         subject searching feature.
8247         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8248         Eliminated.
8249
8250 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8251
8252         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8253         New variable.
8254         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8255         by subject matching if there's no in-reply-to nor references field.
8256
8257         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8258
8259         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8260         when display is finished.
8261         (wl-folder-open-all): Ditto.
8262         (wl-folder-update-access-group): Ditto.
8263         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8264         * wl-thread.el (wl-thread-close-all): Ditto.
8265
8266         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8267         progress gauge only when it was displayed.
8268         * wl-folder.el (wl-folder-insert-entity): Ditto.
8269
8270 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-summary.el (wl-summary-incorporate): Enclose
8273         `wl-summary-sync-force-update' with save-excursion.
8274
8275 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8276
8277         * wl-summary.el (wl-summary-prefetch-region):
8278         Pass current cursor point to `pos-visible-in-window-p' after
8279         moving cursor to the started point.
8280
8281 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8282
8283         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8284
8285         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8286         fields from the forwarding message.
8287         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8288         `ignored-fields'.
8289
8290 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-mime.el (wl-message-request-partial):
8293         Eliminated argument `msgdb'.
8294         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8295         (wl-mime-combine-message/partial-pieces): Likewise.
8296         * tm-wl.el (wl-message-request-partial): Likewise.
8297         (wl-mime-combine-message/partial-pieces): Likewise.
8298
8299 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8300
8301         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8302         when display is finished.
8303
8304 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8305
8306         * wl-summary.el (wl-summary-goto-folder-subr):
8307         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8308
8309 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8312         when cursor point is visible.
8313
8314 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-expire.el (wl-expire-archive-get-max-number):
8317         Don't use `file-name-directory'.
8318
8319 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-expire.el (wl-expire-archive-get-max-number):
8322         Use `file-name-directory'.
8323
8324 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8327         only when there is progress.
8328
8329 2000-04-13  Mito <mit@nines.nec.co.jp>
8330
8331         * wl-summary.el (wl-summary-sync-marks): Display progress.
8332
8333 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8336         (wl-summary-prev): Move cursor regardless of unread status.
8337         (wl-summary-next): Ditto.
8338
8339 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8342         Added argument `target' and `number'.
8343         * tm-wl.el (wl-summary-burst-subr): New function.
8344         (wl-summary-burst): Use it.
8345
8346 2000-04-10  Mito <mit@nines.nec.co.jp>
8347
8348         * wl-mime.el (wl-burst): New function.
8349         (wl-summary-burst): Use it.
8350
8351 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8352
8353         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8354         as petname when there's no candidate.
8355
8356 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8359         New variable.
8360         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8361
8362         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8363
8364         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8365
8366 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8367
8368         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8369         Use substring of `original' instead of buffer-substring.
8370         (wl-refile-evaluate-rule):
8371         Set `original' argument of wl-refile-expand-newtext.
8372
8373         * wl-summary.el
8374         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8375         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8376         (wl-summary-auto-refile): Check existence of destination folder just
8377         before marking.
8378
8379 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8380
8381         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8382         when wl-refile-get-field-value return nil.
8383
8384 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8385
8386         * wl-refile.el
8387         (wl-refile-expand-newtext): New function imported from Gnus.
8388         (wl-refile-evaluate-rule): Use it.
8389
8390 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8391
8392         * wl-summary.el (wl-summary-print-destination):
8393         Duplicate folder string to avoid putting text-property on
8394         original string.
8395
8396         * wl-refile.el (wl-refile-get-field-value): New function.
8397         (wl-refile-evaluate-rule): New function;
8398         Evaluate refile rule recursively.
8399         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8400         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8401         New function; Check existence of a target folder recursively.
8402         (wl-summary-auto-refile-check-refile-rule-alist):
8403         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8404
8405 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8408
8409         * wl-folder.el (wl-create-folder-entity-from-buffer):
8410         Fixed problem when '}' character is contained in folder name.
8411
8412         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8413
8414 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8415
8416         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8417         (wl-fldmgr-add-completion-all-completions):
8418         Use wl-fldmgr-add-completion-hashtb.
8419
8420 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8421
8422         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8423         wl-fldmgr-add-completion-subr): New functions.
8424         * wl-folder.el (wl-folder-completion-func): New variable.
8425         * wl-summary.el (wl-summary-read-folder):
8426         Use wl-folder-completion-func.
8427
8428         * wl-refile.el: Eliminate throw & catch.
8429
8430         * wl.el (wl-plugged-sending-queue-status): Fixed.
8431
8432 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8433
8434         * wl-draft.el (wl-draft): Put category property on
8435         mail-header-separator.