* wl-thread.el (wl-thread-mark-as-answered): New function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-thread.el (wl-thread-mark-as-answered): New function.
4
5         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
6         answered" entry.
7         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
8         "r&" and wl-thread-mark-as-answered to "t&".
9         (wl-summary-mark-as-important-region): Refine to toggle mark.
10         (wl-summary-mark-as-answered-region): New function.
11         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
12         and 3rd argument.
13         (wl-summary-mark-as-important-internal): Likewise.
14
15 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-template.el (wl-template-preview): New internal variable.
18         (wl-template-preview-p): New function.
19         (wl-template-show): Bind `wl-template-preview' as t.
20
21 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
24         `elmo-message-entity-field' with 3rd argument which is non-nil.
25
26 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
29         Removed duplicate local bind `folder'.
30
31 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
34
35 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
38         duplicate definition.
39
40 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
43         non-nil, use it; Don't fetch message if there's no message in the
44         current cursor position.
45
46 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
47
48         * wl-util.el (wl-region-exists-p): Use region-active-p.
49         (wl-deactivate-region): New function.
50         * wl-message.el (wl-message-redisplay): Deactivate region.
51
52         * wl-summary.el (wl-summary-reply): Call
53         `wl-summary-set-message-buffer-or-redisplay' instead of
54         `wl-summary-redisplay-internal', don't move point.
55
56 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
59         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
60         by regexp.
61
62 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
65         if no need.
66
67 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
70         default value to nil.
71         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
72         `wl-summary-prepare-hook'; Replace refile action to
73         `wl-summary-exec-action-refile-with-register'.
74
75         * Version number is increased to 2.11.22.
76
77 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-summary.el (wl-summary-detect-mark-position): Set
80         `wl-summary-buffer-weekday-name-lang'.
81
82 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
83
84         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
85         (wl-summary-mark-as-read-all): Ditto.
86         (wl-summary-delete-messages-on-buffer): Ditto.
87         (wl-summary-sync-update): Ditto.
88         (wl-summary-mark-as-read-internal): Ditto.
89         (wl-summary-mark-as-answered-internal): Ditto.
90         (wl-summary-update-folder-info): Abolished.
91
92 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-summary.el (wl-summary-mark-as-read-all): Use
95         `wl-summary-update-folder-info' instead of
96         `wl-folder-update-unread'.
97
98 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
99
100         * wl-summary.el (wl-summary-update-folder-info): New function derived from
101         `wl-summary-folder-info-update'.
102         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
103         instead of `wl-summary-folder-info-update'.
104         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
105         `wl-folder-set-folder-updated'.
106         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
107         instead of `wl-folder-update-unread'.
108         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
109         the value of `wl-summary-buffer-unread-count' for the second parameter of
110         `wl-folder-update-unread'.
111
112         * Version number is increased to 2.11.21.
113
114 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
115
116         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
117         a local variable.
118
119 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-spam.el (wl-summary-mark-spam): Show message only if call
122         interactively.
123
124         * wl-summary.el (wl-summary-mark-as-important-internal): New
125         internal function.
126         (wl-summary-mark-as-important): Use it.
127         (wl-summary-mark-as-unimportant): New function.
128         (wl-summary-sync-marks): Follow the API change.
129
130         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
131
132         * wl-mime.el (wl-summary-burst): Check target folder is writable.
133
134 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
135
136         * wl-folder.el (wl-folder-update-unread): Re-indent.
137         Narrow the scope of a local variable.
138
139 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
142         (wl-addrmgr-merge-entries): Ditto.
143         (wl-addrmgr): Added to address entry which exists in draft buffer
144         if no entry is in original.
145
146 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
147
148         * wl-batch.el: New file.
149
150 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-vars.el (wl-use-semi): Remove unused variable.
153
154 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
155
156         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
157         "?".
158
159 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
162         wl-summary-new-mark.
163         (wl-summary-new-cached-mark): New user option.
164         (wl-summary-score-marks): Follow the change above.
165         (wl-summary-auto-refile-skip-marks): Ditto.
166         (wl-summary-incorporate-marks): Ditto.
167         (wl-summary-expire-reserve-marks): Ditto.
168
169         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
170
171         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
172         (wl-summary-persistent-mark-string): Distinguished between cached
173         and uncached mark when the message is new.
174
175 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-spam.el (wl-spam-domain): Renamed from
178         `wl-spam-folder-guess-domain'.
179         (wl-summary-exec-action-spam): Register as spam if domain of the
180         source folder is good.
181         (wl-summary-exec-action-refile-with-register): Register message if
182         domain of the source folder is not undecided.
183
184 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
187         detect thread loop.
188
189 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
192         and wl-summary-skip-mark-list.
193
194 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
197
198         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
199
200         * wl-spam.el (toplevel): Require wl-highlight.
201         (wl-spam-auto-check-policy-alist): Abolish.
202         (wl-spam-auto-check-folder-regexp-list): New user option.
203         (wl-spam-auto-check-marks): Ditto.
204         (wl-spam-mark-action-list): Ditto.
205         (wl-highlight-summary-spam-face): New face.
206         (wl-spam-auto-check-message-p): New function.
207         (wl-spam-map-spam-messages): Fixed message.
208         (wl-spam-register-spam-messages): Ditto.
209         (wl-spam-register-good-messages): Ditto.
210         (wl-summary-spam-map): Add and remove keybind.
211         (wl-summary-target-mark-spam): Abolish.
212         (wl-summary-refile-spam): Ditto.
213         (wl-summary-test-spam): New function.
214         (wl-summary-mark-spam): Ditto.
215         (wl-summary-auto-check-spam): Follow the above change.
216         (wl-summary-exec-action-spam): New function.
217         (wl-summary-exec-action-refile-with-register): Fixed message.
218         (wl-message-check-spam): New function.
219         (wl-spam-setup): Ditto.
220         (toplevel): Call it if this file is loaded interactivity.
221
222         * Version number is increased to 2.11.20.
223
224 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
227         when new optional argument `force' is non nil or modified.
228
229 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl.el (toplevel): Require wl-spam when compile.
232         (wl-save-status): Call wl-spam-save-status.
233
234         * wl-spam.el (wl-spam-register-spam-messages): New function.
235         (wl-spam-register-good-messages): Ditto.
236         (wl-spam-save-status): Ditto.
237         (wl-summary-mode-map): Bind
238         wl-summary-target-mark-register-as-spam to "ms" and
239         wl-summary-target-mark-register-as-good to "mn".
240         (wl-summary-register-as-spam): Abolish optional argument; Use
241         wl-spam-register-spam-messages.
242         (wl-summary-register-as-spam-all): Use
243         wl-spam-register-spam-messages.
244         (wl-summary-register-as-good): Abolish optional argument; Use
245         wl-spam-register-good-messages.
246         (wl-summary-register-as-good-all): Use
247         wl-spam-register-good-messages.
248         (wl-summary-target-mark-register-as-spam): New funtion.
249         (wl-summary-target-mark-register-as-good): Ditto.
250
251 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-spam.el: New file.
254
255 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
258
259         * wl-action.el (wl-auto-refile-guess-functions): New variable.
260         (wl-summary-auto-refile): Call wl-refile-guess with
261         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
262
263 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
266         with disable-thread argument non-nil.
267
268 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-summary.el (wl-summary-rescan): Added optional argument
271         disable-thread.
272         (wl-summary-sync): Call wl-summary-rescan with argument
273         disable-thread.
274         (wl-summary-input-range): Added new range `rescan-thread'.
275
276 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
277
278         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
279
280 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
283         internal variable.
284         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
285         wl-summary-search-parent-by-subject-regexp and
286         wl-summary-divide-thread-when-subject-changed as nil.
287         (wl-summary-insert-sequential): If entity is nil, nothing to do.
288         (wl-summary-insert-thread): Search parent entity from
289         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
290         thread loop.
291
292 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
293
294         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
295
296         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
297
298         * wl-util.el (wl-require-update-all-folder-p): New function.
299         (wl-get-assoc-list-value): Added `function' to match directive.
300         (wl-collect-draft): Rewrite.
301
302         * wl-summary.el (wl-summary-sync-update): Clear faces
303         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
304         are non-nil.
305         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
306         argument as function.
307         (wl-summary-input-range): Ditto.
308
309         * wl-folder.el (wl-draft-get-folder): New function.
310         (wl-folder-get-elmo-folder): Consider draft folder.
311
312         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
313         (wl-draft-buffer-message-number): New buffer local variable.
314         (wl-draft-folder-internal): New internal variable.
315         (wl-draft-delete): Rewrite.
316         (wl-draft-save): Ditto.
317         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
318         wl-folder-get-elmo-folder.
319         (wl-draft-config-info-operation): Ditto.
320         (wl-jump-to-draft-folder): Ditto.
321         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
322         (wl-draft-reedit): Rewrite.
323
324         * Version number is increased to 2.11.19.
325         
326 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
327
328         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
329         variable.
330
331 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
334         Use ignore-errors instead of unwind-protect.
335
336 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
337
338         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
339         for updating `wl-thread-entity-list'.
340
341 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
342
343         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
344         parameter from calling `wl-thread-entity-get-older-brothers' and
345         `wl-thread-entity-get-younger-brothers'.
346         Replace nested `append' with a single one.
347
348 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * wl-summary.el (wl-summary-mode): Don't use the return value of
351         `make-local-hook'.
352
353 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
354
355         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
356         instead of `let*'.
357         (wl-thread-delete-message): Likewise.  Split and narrow the scope
358         of local variables.
359
360 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
363         Renamed from wl-summary-window-scroll-functions.
364         (wl-summary-window-scroll-functions): Don't set to variable.
365         (wl-summary-display-top): Use run-hooks.
366         (wl-summary-display-bottom): Ditto.
367         (wl-summary-toggle-disp-msg): Ditto.
368         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
369         Use it instead of wl-summary-window-scroll-functions.
370         (wl-summary-goto-folder-subr): Don't call
371         wl-summary-window-scroll-functions, use
372         wl-summary-buffer-window-scroll-functions instead.
373
374 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
377         make-local-variable.
378
379 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
380
381         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
382         set-buffer-modified-p.
383         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
384         (wl-summary-display-bottom): Ditto.
385         (wl-summary-toggle-disp-msg): Ditto.
386
387 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
390
391         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
392         (wl-summary-forward): Use elmo-message-entity-field instead of
393         elmo-message-field.
394
395         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
396
397 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-summary.el (wl-summary-window-scroll-functions): No use
400         `append'.
401
402 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
403
404         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
405         function.
406         (wl-summary-window-scroll-functions): Call it when both
407         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
408         (wl-summary-temp-mark): Added optional argument number.
409         (wl-summary-message-mark): Added optional argument flag.
410         (wl-summary-persistent-mark): Added optional argument number and flag.
411         (wl-summary-update-persistent-mark): Ditto.
412         (wl-summary-update-status-marks): Set "r" for interactive spec.
413
414         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
415         argument number and flag.
416
417         * wl-action.el (wl-summary-registered-temp-mark): 
418         Do nothing when wl-summary-buffer-temp-mark-list is nil.
419
420 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
423         internal variable (buffer local).
424         (wl-summary-window-scroll-functions): New function.
425         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
426         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
427         as nil.
428         (wl-summary-update-status-marks): Added arguments beg, end and
429         check.
430         (wl-summary-update-mark-window): Use function.
431         (wl-summary-sync-update): Follow the change above.
432         (wl-summary-switch-to-clone-buffer): Copy
433         wl-summary-buffer-unsync-mark-number-list.
434         (wl-summary-goto-folder-subr): Set
435         wl-summary-buffer-unsync-mark-number-list and
436         use wl-summary-window-scroll-functions insteaf of
437         wl-summary-lazy-highlight.
438
439         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
440
441 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
444
445         * wl-summary.el (wl-summary-update-persistent-mark): Call
446         wl-summary-set-message-modified.
447
448         * wl-summary.el (wl-summary-sync-update): Don't call
449         wl-summary-update-status-marks.
450
451         * Version number is increased to 2.11.18.
452
453 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
454
455         * wl-message.el (wl-message-prev-page): Use save-selected-window.
456         (wl-message-next-page): Ditto.
457
458 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
459
460         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
461         local variable.  Change the order of a collected list into the
462         same as the specified range.  Remove nil from a collected list.
463
464 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-summary.el (wl-summary-insert-headers): Set visible-only
467         argument for elmo-folder-list-messages.
468
469 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
472         change (wl-summary-count-unreads return a list instead of a cons
473         cell).
474
475 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
476
477         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
478         `wl-summary-folder-info-update'.
479
480 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-set-message-modified): No use
483         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
484         (wl-summary-set-mark-modified): Abolish.
485         (wl-summary-mark-modified-p): Ditto.
486         (wl-summary-save-view): Follow the change above.
487
488         * wl-expire.el (wl-summary-expire): Likewise.
489
490 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
491
492         * wl-summary.el (wl-summary-detect-mark-position): Use
493         modb-entity-handler.
494         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
495
496         * Version number is increased to 2.11.17.
497
498 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
499
500         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
501         entity field value.
502         (wl-summary-prefetch-msg): Ditto.
503         (wl-summary-print-message-with-ps-print): Ditto.
504
505 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
506
507         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
508         for dummy entity.
509         (wl-summary-insert-thread): Use elmo-message-entity-field.
510         (wl-summary-update-thread): Use elmo-message-entity-field and
511         elmo-message-entity-number.
512         (wl-summary-line-number):  Use elmo-message-entity-number.
513         (wl-summary-line-size): Use elmo-message-entity-field.
514         (wl-summary-line-subject): Ditto.
515         (wl-summary-line-from): Ditto.
516         (wl-summary-line-attached): Ditto.
517         (wl-summary-create-line): Ditto.
518         (wl-summary-create-line): Use elmo-message-entity-number.
519         (wl-summary-print-message-with-ps-print): Use
520         elmo-message-entity-field.
521
522 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
523
524         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
525         change in elmo-msgdb-make-message-entity.
526         (wl-summary-buffer-set-folder): Don't call
527         wl-summary-detect-mark-position here.
528         (wl-summary-rescan): Call elmo-message-entity-number.
529         (wl-summary-sync-update): Ditto.
530         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
531
532         * wl-score.el (wl-score-header-index): Redefine 2th element.
533         (wl-score-overview-entity-get-extra): Abolish.
534         (wl-score-ov-entity-get): Rewrite.
535         (wl-score-string-index<, wl-score-string-func<): Abolish.
536         (wl-score-string<): New function.
537         (wl-score-string-sort): Use it.
538
539         * wl-refile.el (wl-refile-guess-by-history): Use
540         elmo-message-entity-field.
541         (wl-refile-guess-by-from): Ditto.
542         (wl-refile-guess-by-msgid): Ditto.
543
544         * Version number is increased to 2.11.16.
545
546 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-folder.el (wl-folder-confirm-existence): Don't call
549         file-exists-p if msgdb-path is nil.
550         * wl-summary.el, wl-draft.el, wl-action.el: Rename
551         `wl-read-folder-hist' to `wl-read-folder-history'.
552
553 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
554
555         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
556         `y-or-n-p'.
557
558 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-score.el (wl-score-headers): Don't use
561         elmo-folder-do-each-message-entity.
562
563         * Version number is increased to 2.11.15.
564
565 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
566
567         * wl-summary.el (wl-summary-delete-all-msgs): Use
568         elmo-folder-move-messages instead of elmo-folder-delete-messages
569         and elmo-folder-detach-messages.
570         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
571
572         * wl-expire.el (wl-expire-delete): Ditto.
573         (wl-expire-refile-with-copy-reserve-msg): Ditto.
574
575 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
576
577         * wl-vars.el (wl-message-use-header-narrowing): New user option.
578         (wl-message-header-narrowing-fields): Ditto.
579         (wl-message-header-narrowing-lines): Ditto.
580         (wl-message-header-narrowing-string): Ditto.
581
582         * wl-summary.el (wl-summary-mode-map): Bind
583         wl-summary-toggle-header-narrowing to "C-cC-f".
584         (wl-summary-toggle-header-narrowing): New function.
585
586         * wl-message.el (wl-message-buffer-create): Call
587         wl-message-header-narrowing-setup.
588         (wl-message-redisplay): Call wl-message-header-narrowing.
589         (wl-message-header-narrowing): New function.
590         (wl-message-header-narrowing-map): New keymap.
591         (wl-message-header-narrowing-widen-map): New keymap.
592         (wl-message-header-narrowing-again-at-mouse): New function.
593         (wl-message-header-narrowing-1): Ditto.
594         (wl-message-header-narrowing-widen-at-mouse): Ditto.
595         (wl-message-header-narrowing-setup): Ditto.
596         (wl-message-header-narrowing-toggle): Ditto.
597         
598         * wl-highlight.el (wl-message-header-narrowing-face): New face.
599
600         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
601         'flag as all.
602         (wl-use-flag-folder-help-echo): New user option.
603
604         * wl-summary.el (wl-summary-detect-mark-position): Bind 
605         wl-summary-highlight as nil.
606         (wl-summary-set-mark-modified): Follow the API change.
607         (wl-summary-mark-modified-p): Ditto.
608         (wl-summary-mark-as-read-all): Ditto.
609         (wl-summary-sync-marks): Don't call
610         elmo-folder-list-messages-with-global-mark.
611         (wl-summary-mark-as-read-internal): Follow the API change.
612         (wl-summary-mark-as-answered-internal): Ditto.
613         (wl-summary-mark-as-important): Cause an error when 'flag folder;
614         Follow the API change.
615         (wl-summary-create-line): Call with number argument.
616         (wl-summary-reply): Follow the API change.
617
618         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
619         function.
620         (wl-highlight-summary-line-string): Call it when
621         wl-use-flag-folder-help-echo is non-nil.
622         (wl-highlight-summary-current-line): Ditto.
623         (elmo-flag-folder-referrer): Added autoload setting.
624
625         * wl-draft.el (wl-draft-kill): Follow the API change.
626
627         * Version number is increased to 2.11.14.
628         
629 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
632
633 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * Version number is increased to 2.11.13.
636
637 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-draft.el (wl-draft-previous-history-element): Fixed
640         unbalanced parenthesis and bind unbound local variables.
641
642 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-draft.el (wl-draft-previous-history-element): New function.
645         (wl-draft-next-history-element): Ditto.
646         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
647         them to M-p and M-n.
648
649 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * Version number is increased to 2.11.12.
652
653 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-draft.el (wl-draft-hide): Select buffer-window.
656
657 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
658
659         * wl-summary.el (wl-summary-narrow-to-region): New function.
660         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
661         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
662         (wl-summary-save-region): Use it.
663         * wl-action.el (wl-summary-collect-numbers-region)
664         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
665
666 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-folder.el (wl-folder-count-incorporates): Don't use
669         `elmo-msgdb-mark-load'
670
671         * Version number is increased to 2.11.11.
672
673 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
676         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
677
678 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
679
680         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
681
682 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * Version number is increased to 2.11.10.
685
686 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-mime.el (wl-draft-attribute-value): Fixed.
689
690 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-util.el (wl-copy-local-variables): New function.
693
694         * wl-mime.el (wl-draft-attribute-recipients): New function.
695         (wl-draft-attribute-envelope-from): Ditto.
696         (wl-draft-attribute-smtp-posting-server): Ditto.
697         (wl-draft-attribute-smtp-posting-port): Ditto.
698         (wl-draft-attribute-value): Ditto.
699         (wl-draft-preview-message): Use it to get value for
700         attributes. Reflect result of `wl-draft-config'.
701
702         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
703         and call `wl-summary-mark-as-read' before to call
704         `wl-summary-unset-mark'.
705         (wl-summary-target-mark-mark-as-unread): Likewise.
706         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
707
708 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
709
710         * wl-mime.el (wl-draft-preview-message): Use actual value for
711         attributes; Fix for small window.
712
713 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-refile.el (wl-refile-get-field-value): Call
716         `elmo-message-entity-field' with 3rd argument is non-nil.
717
718 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
719
720         * wl-vars.el (wl-draft-preview-attributes): New user option.
721         (wl-draft-preview-attributes-list): Ditto.
722         (wl-draft-preview-attributes-buffer-lines): Ditto.
723         (wl-draft-preview-attributes-buffer-name): Ditto.
724
725         * wl-mime.el (wl-draft-preview-message): Display attributes.
726
727 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-detect-mark-position): Bind
730         wl-summary-flag-priority-list to '(new).
731
732 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
735         funtion.
736         (wl-highlight-summary-line-string): Use it.
737         (wl-highlight-summary-current-line): Ditto.
738
739 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
740
741         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
742         line even when the mark string is not changed.
743
744         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
745         argument change in the wl-summary-create-line.
746         (wl-thread-insert-entity-sub): Ditto.
747
748         * wl-summary.el (wl-summary-detect-mark-position): Follow the
749         argument change in the wl-summary-create-line.
750         (wl-summary-insert-sequential): Ditto.
751         (wl-summary-update-thread): Ditto.
752         (wl-summary-persistent-mark-string): New inline function.
753         (wl-summary-message-mark): Use it.
754         (wl-summary-create-line): Abolish argument wl-persistent-mark
755         and added wl-flags, wl-cached.
756
757         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
758         mark to flags.
759         (wl-highlight-summary-current-line): Decide the face not by the 
760         persistent mark but flags.
761
762 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
765         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
766         wl-summary-read-uncached-mark): Revive.
767         (wl-summary-answered-cached-mark,
768         wl-summary-answered-uncached-mark): New user option.
769         (wl-summary-score-marks): Follow the change above.
770         (wl-summary-auto-refile-skip-marks): Ditto.
771         (wl-summary-incorporate-marks): Ditto.
772         (wl-summary-expire-reserve-marks): Ditto.
773         (wl-summary-flag-priority-list): New user option.
774
775         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
776         changes.
777         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
778         of elmo-message-mark.
779         (wl-summary-mark-as-read-internal): Ditto.
780         (wl-summary-mark-as-answered): Ditto.
781         (wl-summary-mark-as-important): Ditto.
782         (wl-summary-redisplay-internal): Ditto.
783         (wl-summary-redisplay-no-mime-internal): Ditto.
784         (wl-summary-message-mark): New function.
785         (wl-summary-insert-sequential): Use wl-summary-message-mark
786         instead of elmo-message-mark.
787         (wl-summary-update-thread): Ditto.
788         (wl-summary-persistent-mark): Ditto.
789         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
790         instead of elmo-message-mark.
791
792         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
793         wl-summary-message-mark instead of elmo-message-mark.
794         (wl-thread-insert-entity-sub): Ditto.
795         (wl-thread-get-children-msgs-uncached): Ditto.
796
797         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
798         variable name changes.
799         (wl-highlight-summary-current-line): Ditto.
800
801         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
802         wl-summary-message-mark instead of elmo-message-mark.
803
804         * wl-expire.el (wl-expire-message-p): Ditto.
805
806         * wl-score.el (wl-score-headers): Ditto.
807
808         * Version number is increased to 2.11.9.
809
810         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
811         (wl-summary-sync-update): Follow the change above.
812         (wl-summary-switch-to-clone-buffer): Ditto.
813         (wl-summary-open-folder): Ditto.
814
815 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
818         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
819
820         * Version number is increased to 2.11.8.
821
822         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
823
824         * wl-expire.el (wl-expire-refile): Follow the API change on
825         `elmo-folder-move-messages'.
826         (wl-expire-refile-with-copy-reserve-msg): Ditto.
827
828         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
829         (wl-summary-exec-action-refile): Ditto.
830         (wl-summary-exec-action-copy): Ditto.
831         (wl-summary-no-auto-refile-message-p): No use
832         `wl-summary-buffer-msgdb'.
833         (wl-summary-auto-refile): Ditto.
834
835 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
838
839 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
840
841         * wl-summary.el (wl-summary-sync): Treat no-sync.
842
843         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
844         (wl-default-sync-range): Ditto.
845
846 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-refile.el (wl-refile-subject-learn): Call
849         `elmo-message-entity-field' with 3rd argument is non-nil.
850         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
851         instead of `elmo-msgdb-overview-entity-get-subject'.
852
853 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
854
855         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
856         scan-type is rescan.
857         (wl-summary-delete-all-temp-marks): Remove scored mark too when
858         new optional argument force is non-nil.
859         (wl-summary-save-view-cache): Call it with force argument non-nil.
860
861         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
862
863 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-action.el (wl-summary-print-argument): Fixed last change.
866
867 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
870         simplified.
871         (wl-summary-target-mark-mark-as-unread): Likewise.
872         (wl-summary-target-mark-mark-as-important): Likewise.
873
874 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
877         * wl-summary.el (wl-summary-mark-as-important): Arranged.
878         (wl-summary-mark-as-important-region): Change accordingly.
879         (wl-summary-target-mark-mark-as-important): Ditto.
880
881 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
884
885         * wl-action.el (wl-summary-print-argument): Print argument to
886         right side of window if `wl-summary-print-argument-within-window'
887         is non-nil.
888
889 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-action.el (wl-summary-set-mark): Use
892         `wl-summary-message-visible-p' to check visibility of the message
893         and jump to message only when the message line is visible and have
894         different number; Call wl-summary-unset-mark with number argument.
895         (wl-summary-unset-mark): 
896         Use `wl-summary-message-visible-p'
897         to check visibility of the message and jump to message only when
898         the message line is visible and have different number;
899
900 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * Version number is increased to 2.11.7.
903
904         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
905         and wl-folder-summary-line-format.
906
907         * wl-summary.el (wl-summary-message-visible-p): New inline function.
908         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
909         (wl-summary-set-score-mark): Use it.
910         (wl-summary-target-mark-mark-as-read): Ditto.
911         (wl-summary-target-mark-mark-as-unread): Ditto.
912         (wl-summary-target-mark-mark-as-important): Ditto.
913         (wl-summary-target-mark-msgs): Simplified.
914         (wl-summary-detect-mark-position): Fixed problem when
915         summary-line-format no contain persisten/temp mark spec.
916         (wl-summary-temp-mark): Ditto.
917         (wl-summary-persistent-mark): Ditto.
918         (wl-summary-update-persistent-mark): Ditto.
919
920         * wl-action.el (wl-summary-set-mark): Ditto.
921         (wl-summary-unset-mark): Ditto.
922         All other related portions are changed.
923
924 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
925
926         * Version number is increased to 2.11.6.
927
928 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
929
930         * wl-util.el (wl-current-message-buffer): Define as function;
931         Don't use the value of wl-messge-buffer.
932
933         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
934         persistent mark.
935
936         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
937         no current message, cause an error.
938
939 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-summary.el (wl-summary-set-message-modified): Use
942         elmo-folder-set-message-modified instead of
943         elmo-folder-set-message-modified-internal.
944
945 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
946
947         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
948         interactively.
949         (wl-summary-sync): nokill->entirely.
950         (wl-summary-sync-marks): Fixed message.
951         (wl-summary-input-range): Added mark, nokill->entirely.
952
953         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
954         messages as read.
955
956 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
957
958         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
959         update-noscore.
960         (wl-summary-sync): Follow the change above.
961
962 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * wl-action.el (wl-summary-target-mark-all): Use
965         elmo-folder-list-messages.
966
967 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
968
969         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
970         (wl-summary-rescan): Set wl-summary-scored as nil.
971         (wl-summary-sync-force-update): Follow the change above.
972         (wl-summary-sync): Ditto.
973         (wl-summary-sync-update): Added argument disable-killed.
974         (wl-summary-insert-headers): Set visible-only argument for
975         elmo-folder-list-messages.
976         (wl-summary-input-range): Added update-nokill, update-noscore,
977         all-nokill, all-noscore and mark.
978
979         * Version number is increased to 2.11.5.
980
981         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
982
983 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
986         (wl-summary-prefetch-region-no-mark): Change accordingly.
987         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
988
989 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-address.el (wl-complete-field-to): Abolished.
992         (wl-complete-address): Completion function for completing-read.
993         * wl-action.el (wl-summary-get-resend-address): Use it.
994
995         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
996         wl-summary-update-mark and abolish unused argument.
997         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
998         (wl-summary-delete-cache, wl-summary-resume-cache-status)
999         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1000         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1001         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1002         * wl-draft.el (wl-draft-kill): Ditto.
1003
1004         * wl-summary.el: Remove unused binding of case-fold-search.
1005         (wl-summary-replace-status-marks): Abolished.
1006
1007 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1008
1009         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1010         is specified or folder length is zero.
1011
1012 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1015         (wl-folder-archive-current-entity): Ditto.
1016
1017 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1018
1019         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1020         retrieving message mark.
1021         (wl-summary-redisplay-internal): Ditto.
1022
1023         * wl-message.el (wl-message-buffer-display): Ignore errors while
1024         retrieving message-id field.
1025
1026         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1027         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1028         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1029         order of the arguments for `wl-expire-message-p'.
1030         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1031
1032         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1033         Check return value of wl-summary-reply.
1034         (wl-summary-reply): Recover window configuration when an error occured.
1035
1036 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-summary.el (wl-summary-resend-message): Abolished, the
1039         feature is inherited by wl-summary-resend (put resend mark).
1040
1041 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1044         wl-message-buffer to nil when the message is hide.
1045
1046 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * .cvsignore: New file.
1049
1050 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-action.el (wl-summary-action-docstring): Add more info.
1053         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1054         duplicate definition.
1055         (wl-summary-define-mark-action): Functions wl-summary-*-region
1056         keep current position.
1057         (wl-summary-unregister-target-mark): Store result to the variable.
1058
1059 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * Version number is increased to 2.11.4.
1062
1063 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1064
1065         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1066         wl-summary-delete-all-temp-marks.
1067         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1068
1069         * wl-action.el (wl-summary-set-mark): Changed terminology
1070         refile-destination -> action-argument.
1071         (wl-summary-unset-mark): Ditto.
1072         (wl-summary-remove-argument): Ditto.
1073         (wl-summary-print-argument): Ditto.
1074
1075         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1076         (wl-thread-remove-argument-region): Ditto.
1077         (wl-thread-print-argument-region): Ditto.
1078         (wl-thread-close): Ditto.
1079         (wl-thread-open): Ditto.
1080
1081         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1082         (wl-highlight-refile-destination-face is abolished)
1083         (wl-highlight-action-argument-string): Ditto.
1084         (wl-highlight-summary-current-line): Highlight action argument.
1085
1086         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1087         color for light backgrounds.
1088         (wl-highlight-summary-answered-face): Ditto.
1089
1090 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1093
1094         * wl-score.el (wl-summary-score-update-all-lines): Use
1095         wl-summary-set-mark.
1096         (wl-summary-score-update-all-lines): Kill expunged messages.
1097
1098         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1099
1100 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1101
1102         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1103         directly.
1104         (wl-score-overview-entity-get-lines): Ditto.
1105         (wl-score-overview-entity-get-xref): Ditto.
1106         (wl-score-get-latest-msgs): Ditto.
1107         (wl-summary-rescore): Ditto.
1108
1109         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1110         to "&".
1111         (wl-summary-mark-as-answered-internal): New inline function.
1112         (wl-summary-mark-as-answered): New function.
1113         (wl-summary-mark-as-unanswered): Ditto.
1114         (wl-summary-sync-marks): Modified for answered-mark synching.
1115
1116 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-action.el (wl-summary-set-mark): Fixed last change.
1119
1120 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1121
1122         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1123         behavior of wl-summary-unread-message-hook
1124         (Pointed out by akira yamada <akira@arika.org>).
1125
1126 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1127
1128         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1129         wl-summary-delete.
1130         * wl-xmas.el (wl-summary-toolbar): Ditto.
1131
1132         * wl-action.el (wl-summary-set-mark): Don't override current
1133         temp-mark.
1134
1135         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1136
1137 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1138
1139         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1140         (wl-refile-msgid-learn): Ditto.
1141         (wl-refile-get-field-value): Ditto.
1142
1143         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1144
1145         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1146         (wl-expire-delete-reserved-messages): Renamed from
1147         wl-expire-reserve-marked-msgs-from-list.
1148         (wl-expire-delete): Removed argument `msgdb'.
1149         (wl-expire-refile): Ditto.
1150         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1151         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1152         mark-alist as argument.
1153         (wl-expire-archive-number1): Removed argument `msgdb'.
1154         (wl-expire-archive-number2): Ditto.
1155         (wl-expire-archive-date): Ditto.
1156         (wl-expire-localdir-date): Ditto.
1157         (wl-expire-hide): Ditto.
1158         (wl-archive-number1): Ditto.
1159         (wl-archive-number2): Ditto.
1160         (wl-archive-date): Ditto.
1161         (wl-archive-folder): Ditto.
1162         All other related portions are changed.
1163
1164 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1167         mean move up and down. (suggested by Takashi Kawachi)
1168
1169 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1170
1171         * wl-acap.el (toplevel): Don't require un-define.
1172
1173 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1174
1175         * wl-thread.el (wl-thread-delete-message): Always update
1176         wl-summary-buffer-number-list.
1177
1178         * wl-action.el (wl-summary-print-destination): 
1179         Do nothing when folder is nil.
1180
1181 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1184         persistent mark when prefetch is succeeded.
1185
1186 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1187
1188         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1189         instead of elmo-msgdb-delete-msgs.
1190         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1191         (wl-expire-hide): Ditto.
1192
1193         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1194
1195         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1196         elmo-msgdb interface.
1197         (wl-thread-get-exist-children): Likewise.
1198         (wl-thread-insert-message): Likewise.
1199         (wl-thread-msg-mark-as-important): Likewise.
1200         (wl-thread-insert-entity-sub): Likewise.
1201         (wl-thread-get-children-msgs-uncached): Likewise.
1202
1203         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1204         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1205         (wl-summary-sync-update): Likewise.
1206         (wl-summary-auto-select-msg-p): Likewise.
1207         (wl-summary-update-thread): Likewise.
1208         (wl-summary-mark-as-important): Likewise.
1209         (wl-summary-jump-to-msg-internal): Likewise.
1210         (wl-summary-redisplay-internal): Likewise.
1211         (wl-summary-print-message-with-ps-print): Likewise.
1212         (wl-summary-folder-info-update): Likewise.
1213
1214         * wl-folder.el (wl-folder-check-one-entity):
1215         elmo-folder-count-flags instead of wl-summary-count-unread.
1216
1217         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1218
1219         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1220
1221         * wl-summary.el (wl-summary-set-message-modified): 
1222         Call wl-summary-set-mark-modified.
1223         (wl-summary-delete-messages-on-buffer): Call
1224         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1225         (wl-summary-sync-update): Call elmo-folder-length instead of
1226         elmo-folder-messages.
1227         (wl-summary-insert-headers): Don't call
1228         elmo-folder-list-message-entities.
1229
1230 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-action.el (wl-summary-define-mark-action): Call
1233         `wl-summary-set-mark' with argument `data'.
1234         (wl-summary-auto-refile): Fixed order of arguments when call
1235         `wl-summary-refile'.
1236
1237 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1240
1241         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1242
1243         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1244         (Renamed from wl-highlight-summary-deleted-face).
1245         (wl-highlight-summary-resend-face): New face.
1246
1247         (wl-highlight-summary-deleted-face): Renamed from
1248         wl-highlight-summary-erased-face.
1249
1250         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1251
1252         * wl-action.el (wl-summary-get-resend-address): New function.
1253         (wl-summary-exec-action-resend): Ditto.
1254         (wl-summary-exec-action-resend-subr): Ditto.
1255
1256         * w-thread.el (wl-thread-copy): Removed definition.
1257         (wl-thread-refile): Ditto.
1258         (wl-thread-delete): Ditto.
1259         (wl-thread-target-mark): Ditto.
1260
1261         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1262         (wl-summary-target-mark-set-action): Fixed.
1263         (wl-summary-define-mark-action): Fixed quotation.
1264         (wl-summary-move-mark-list-messages): Display message.
1265         (wl-summary-define-mark-action): Define thread functions.
1266         (wl-summary-exec-action-refile): Changed message.
1267         (wl-summary-exec): Ditto.
1268
1269 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1270         
1271         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1272         '%%'.
1273
1274 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl.el (toplevel): Require wl-action.
1277         (wl-init): Call wl-summary-define-mark-action.
1278
1279         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1280
1281         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1282         wl-summary-delete and wl-summary-erase.
1283         (wl-summary-mode-map): Ditto.
1284
1285         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1286         wl-delete-folder-alist.
1287
1288         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1289         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1290         (toplevel): Moved mark & action related functions to the wl-action.el.
1291
1292         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1293         in wl-summary-mark-action-list.
1294         (wl-highlight-summary-current-line): Ditto.
1295
1296         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1297         empty lines.
1298
1299         * wl-action.el: New file. 
1300
1301 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-summary.el (wl-summary-target-mark-replace): New function.
1304         (wl-summary-target-mark-prefetch): Use it.
1305         (wl-summary-target-mark-delete): Ditto.
1306         (toplevel): Rearranged definition order.
1307         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1308         (wl-summary-target-mark-erase): Rewrite.
1309         (wl-summary-erase-region): New function.
1310         (wl-summary-exec-action-erase): Changed message.
1311         (wl-summary-move-mark-list-messages): New function.
1312         (wl-summary-exec-action-delete): Use it.
1313         (wl-summary-exec-action-erase): Ditto.
1314
1315         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1316         (wl-summary-skip-mark-list): Added "d".
1317
1318         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1319         while searching.
1320
1321         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1322         and define using defcustom;
1323         Define 4th element as a face.
1324         
1325         * wl-summary.el (wl-summary-incorporate): Use 
1326         `wl-summary-prefetch-region-no-mark' instead of
1327         `wl-summary-prefetch-region'.
1328         (wl-summary-prefetch-region-no-mark): Revival of old
1329         `wl-summary-prefetch-region'.
1330         (wl-summary-mark-action-list): Moved to wl-vars.el
1331
1332         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1333         face according to the `wl-summary-mark-action-list'.
1334         (wl-highlight-summary-current-line): Ditto;
1335         Removed destination highlighting.
1336
1337         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1338         (wl-highlight-summary-line-string): Highlight for "i" mark.
1339         (wl-highlight-summary-current-line): Ditto.
1340
1341         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1342         no destination.
1343
1344         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1345         exists, just go ahead.
1346         (wl-summary-prefetch-region): Rewrite.
1347         (wl-summary-prefetch): Ditto.
1348         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1349         (wl-summary-exec-action-prefetch): New function.
1350         (wl-summary-target-mark-prefetch): Rewrite.
1351
1352 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1353
1354         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1355         (wl-highlight-summary-line-string): Added "d" and "D".
1356         (wl-highlight-summary-current-line): Ditto.
1357
1358         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1359         in wl-summary.el.
1360         (wl-thread-insert-entity-sub): Ditto.
1361         (wl-thread-remove-destination-region): Ditto.
1362         (wl-thread-print-destination-region): Ditto.
1363
1364         * wl-summary.el (wl-summary-buffer-refile-list,
1365         wl-summary-buffer-delete-list,
1366         wl-summary-buffer-copy-list): Abolish.
1367         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1368         All other related portions are changed.
1369         (wl-summary-mark-action-list): New variable.
1370         (wl-summary-set-mark): New function.
1371         (wl-summary-register-target-mark): Ditto.
1372         (wl-summary-unregister-target-mark): Ditto.
1373         (wl-summary-have-target-mark-p): Ditto.
1374         (wl-summary-register-temp-mark): Ditto.
1375         (wl-summary-unregister-temp-mark): Ditto.
1376         (wl-summary-registered-temp-mark): Ditto.
1377         (wl-summary-collect-temp-mark): Ditto.
1378         (wl-summary-unset-mark): Ditto.
1379         (wl-summary-set-target-mark): Ditto.
1380         (wl-summary-unset-target-mark): Ditto.
1381         (wl-summary-set-action-generic): Ditto.
1382         (wl-summary-unset-action-generic): Ditto.
1383         (wl-summary-exec-action-delete): Ditto.
1384         (wl-summary-exec-action-erase): Ditto.
1385         (wl-summary-set-action-refile): Ditto.
1386         (wl-summary-set-action-refile-subr): Ditto.
1387         (wl-summary-unset-action-refile): Ditto.
1388         (wl-summary-make-destination-numbers-list): Ditto.
1389         (wl-summary-exec-action-refile): Ditto.
1390         (wl-summary-set-action-copy): Ditto.
1391         (wl-summary-unset-action-copy): Ditto.
1392         (wl-summary-exec-action-copy): Ditto.
1393         (wl-summary-collect-numbers-region): Ditto.
1394         (wl-summary-delete): Rewrite.
1395         (wl-summary-erase): Ditto.
1396         (wl-summary-remove-destination): Ditto.
1397         (wl-summary-exec): Ditto.
1398         (wl-summary-exec-region): Ditto.
1399         (wl-summary-target-mark-erase): Ditto.
1400         (wl-summary-refile): Ditto.
1401         (wl-summary-copy): Ditto.
1402         (wl-summary-unmark): Ditto.
1403         (wl-summary-delete-all-mark): Ditto.
1404         (wl-summary-mark-line): Don't highlight.
1405         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1406         (wl-summary-target-mark-refile-subr): Rewrite.
1407
1408         (wl-summary-copy-prev-destination): Abolish.
1409
1410 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1411
1412         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1413         default values along the value of wl-on-mule.
1414         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1415         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1416         It is not used anywhere.
1417
1418 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-summary.el (wl-summary-print-destination): Keep position.
1421         (wl-summary-cursor-move-surface): Keep horizontal position.
1422
1423 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1426         write sendlog.
1427
1428 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1431         `wl-summary-highlight'.
1432
1433 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1436         trivial condition for temp-mark.
1437
1438 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1441         when it hits killed buffer.
1442
1443 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1446         * wl-news.el.in: `message' and `error' take format string.
1447
1448 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * wl-folder (wl-folder-insert-entity): Display a message,
1451         `...done', when the work finish.
1452         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1453
1454 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-message.el (wl-message-redisplay): Remove unused local
1457         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1458
1459 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-summary.el (wl-summary-replace-status-marks): Disable
1462         interactive use.
1463         (wl-summary-reedit): Check message existence at first.
1464         (wl-summary-mark-line): Fix doc, return value is indefinite.
1465
1466         * wl-highlight.el (wl-highlight-message): Arranged.
1467
1468         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1469         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1470         check temp-mark by wl-summary-temp-mark always.
1471         (wl-highlight-summary): Change accordingly.
1472         * wl-summary.el (wl-summary-mark-as-read-all)
1473         (wl-summary-delete-cache, wl-summary-set-score-mark)
1474         (wl-summary-mark-as-unread, wl-summary-unmark)
1475         (wl-summary-mark-line, wl-summary-mark-as-read)
1476         (wl-summary-mark-as-important): Ditto.
1477
1478         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1479         end of the window if possible.
1480         * wl-summary.el (wl-summary-sync-update): Support lazy
1481         highlighting.
1482         (wl-summary-toggle-disp-msg): Ditto.
1483
1484 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1487
1488 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1491         change.
1492
1493 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1496         API.
1497         (wl-summary-sync-update): Ditto.
1498
1499         * wl-score.el (wl-score-get-score-alist): Changed argument.
1500         (wl-summary-rescore-msgs): Likewise.
1501         (wl-summary-score-headers): Likewise.
1502         (wl-score-headers): Likewise;
1503         Use elmo-folder-do-each-message-entity, etc.
1504         (wl-summary-score-effect): Follow the changes above.
1505         (wl-summary-rescore): Ditto.
1506         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1507         (wl-score-get-overview): Abolish.
1508
1509         * wl-summary.el (wl-summary-default-from): Follow the API change in
1510         elmo-msgdb.
1511         (wl-summary-count-unread): Ditto.
1512         (wl-summary-detect-mark-position): Ditto.
1513         (wl-summary-overview-entity-compare-by-date): Ditto.
1514         (wl-summary-overview-entity-compare-by-number): Ditto.
1515         (wl-summary-overview-entity-compare-by-from): Ditto.
1516         (wl-summary-overview-entity-compare-by-subject): Ditto.
1517         (wl-summary-get-list-info): Ditto.
1518         (wl-summary-rescan): Ditto.
1519         (wl-summary-jump-to-msg-by-message-id): Ditto.
1520         (wl-summary-sync-update): Ditto; Removed comment.
1521         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1522         (wl-summary-insert-message): Use wl-summary-insert
1523         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1524         (wl-summary-insert-headers): Changed argument overview to folder.
1525         (wl-summary-search-by-subject): Likewise.
1526         (wl-summary-insert-thread): Renamed from 
1527         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1528
1529         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1530         too.
1531
1532         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1533         wl-string-member.
1534
1535 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1536
1537         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1538         elmo-folder-append-buffer.
1539         (wl-draft-queue-append): Likewise.
1540
1541         * wl-mime.el (wl-message-delete-current-part): Ditto.
1542         (wl-summary-burst-subr): Ditto.
1543
1544         * wl-news.el.in (wl-news-send-news): Ditto.
1545
1546 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1549         function.
1550         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1551         (wl-summary-update-mark): Enclose with save-excursion.
1552         (wl-summary-mark-as-read-internal): Fixed last change.
1553         (wl-summary-mark-as-important): Use 3rd argument of
1554         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1555         Don't use elmo-msgdb-set-mark.
1556         (wl-summary-redisplay-internal): If msgdb flag is already read,
1557         just update the mark on buffer.
1558
1559 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1562         cut visible folder when elmo-folder-delete returns non-nil value.
1563
1564 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565
1566         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1567         by Kenichi OKADA <okada@opaopa.org>).
1568
1569 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1572
1573 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1576         Fixed the last change, search group entity by its real name.
1577         (Thanks to: KOBAYASHI Shinji)
1578
1579 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1582         (wl-fldmgr-access-display-all): Don't refer visible name.
1583         * wl-expire.el (wl-folder-archive-current-entity)
1584         (wl-folder-expire-current-entity): Ditto.
1585         * wl-folder.el (wl-folder-jump-to-current-entity)
1586         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1587         (wl-folder-open-folder-sub,wl-folder-open-all)
1588         (wl-folder-write-current-folder): Ditto.
1589         (wl-folder-insert-entity): Don't use petname for normal group.
1590         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1591         is the real name.
1592         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1593         Abolished.
1594
1595 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1596
1597         * wl-draft.el (wl-draft-create-buffer): Add
1598         `wl-summary-reply-with-citation'
1599
1600 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1601
1602         * wl-draft.el (wl-draft-reply): Fixed.
1603
1604 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1605
1606         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1607         when `wl-draft-send-confirm-with-preview' is non-nil.
1608         You can scroll up/down by j/k.
1609         (wl-draft-send-confirm-with-preview): New variable (default=t).
1610
1611 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1612
1613         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1614         (wl-fldmgr-save-folders): Fix comment.
1615
1616 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1617
1618         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1619         along the last change in `wl-folder-buffer-group-p'.
1620
1621 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1622
1623         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1624         folder.
1625
1626         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1627         the default value.
1628
1629         * wl-mime.el (wl-summary-burst): Update summary only when target
1630         folder equals current folder.
1631
1632 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1633
1634         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1635
1636 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1637
1638         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1639         value.
1640
1641 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1644         `map-extents' instead of `extent-at' repeatedly.
1645         (wl-highlight-folder-current-line): Ditto.
1646
1647         * wl-highlight.el: Remove useless dummy functions.
1648
1649 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1650
1651         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1652         (wl-folder-put-folder-property): New function to put text property.
1653         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1654         (wl-folder-insert-entity, wl-folder-update-diff-line)
1655         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1656         * wl-e21.el, wl-xmas.el, wl-mule.el
1657         (wl-highlight-folder-current-line): Ditto.
1658         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1659         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1660         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1661         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1662
1663 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1664
1665         * Version number is increased to 2.11.3.
1666
1667 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1668
1669         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1670         Resume current-buffer since it is assumed by remaining tasks.
1671
1672 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1673
1674         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1675         (wl-folder-completion-function): Abolished.
1676         (wl-folder-complete-folder): New function.
1677         (wl-folder-complete-filter-condition): Ditto.
1678         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1679         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1680
1681 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1682
1683         * wl-draft.el (wl-draft-send-confirm): New function.
1684         (wl-draft-send): Use it.
1685
1686         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1687         cursor-in-echo-area while confirming.
1688
1689         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1690
1691         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1692         searching via nntp if wl-summary-search-via-nntp is 'force.
1693         Otherwise, invoke searching in nntp folder only.
1694         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1695
1696         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1697         explicitly for mime-make-text-tag.
1698
1699 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1700
1701         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1702         `mime-make-text-tag' instead of `mime-create-tag'.
1703
1704 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1705
1706         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1707         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1708
1709 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1710
1711         * wl-score.el (wl-score-save): Bind print-length and print-level.
1712         (wl-score-pretty-print): Ditto.
1713         (wl-score-edit-insert-header-entry): Ditto.
1714
1715         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1716         "From" entry to be treated with wl-draft-eword-encode-address-list.
1717         * wl-mime.el (wl-draft-preview-message): Ditto.
1718
1719         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1720         (wl-summary-mark-as-unread): Ditto.
1721         (wl-summary-mark-as-read-region): Change accordingly.
1722         (wl-summary-mark-as-unread-region): Ditto.
1723         (wl-summary-target-mark-mark-as-read): Ditto.
1724         (wl-summary-target-mark-mark-as-unread): Ditto.
1725
1726 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1727
1728         * Version number is increased to 2.11.2.
1729
1730 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1731
1732         * wl-news.el.in (wl-news-previous-version-save): Bind
1733         print-length and print-level.
1734         * wl-thread.el (wl-thread-save-entities): Ditto.
1735         (wl-thread-save-top-list): Bind print-length.
1736
1737 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1738
1739         * wl-highlight.el (wl-highlight-summary-line-string): Use
1740         wl-summary-score-below-mark, wl-summary-score-over-mark.
1741         (wl-highlight-summary-current-line): Ditto.
1742
1743 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1744
1745         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1746         insert it.
1747
1748 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1749
1750         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1751
1752 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1753
1754         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1755         message without msgid.
1756         Rewrite with elmo-folder-move-messages.
1757         Set wl-message-buffer to nil.
1758
1759         * wl-summary.el (wl-summary-erase-subr): New function. Use
1760         elmo-folder-move-messages.
1761         (wl-summary-erase): Call it.
1762         (wl-summary-target-mark-erase): Ditto.
1763
1764 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1765
1766         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1767         it is not up-tp-date.
1768
1769 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1770
1771         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1772         buffer after calling `wl-summary-goto-folder-subr' without the
1773         argument `interactive'.
1774         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1775
1776 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1777
1778         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1779         `mime-create-tag'. Use `string=' instead of `looking-at'.
1780
1781 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1784         to avoid compile warning.
1785
1786         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1787         entity-id when folder is given.
1788         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1789         save-excursion, use save-selected-window instead.
1790         Select folder buffer window if exists.
1791         (To correct behavior with wl-folder-move-cur-folder.)
1792
1793 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1794
1795         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1796
1797 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1798
1799         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1800         list-count instead of %d.
1801
1802 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1803
1804         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1805         (wl-news): Set it.
1806         (wl-news-append-to-folder): Use it.
1807
1808         * wl-news.el.in (wl-news-send-news): Append to specified folder
1809         instead of wl-default-folder.
1810         (wl-news-append-to-folder): Show error message with specified folder.
1811
1812         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1813                 In most major modes, Emacs assumes that any opening
1814                 delimiter found at the left margin is the start of a
1815                 top-level definition, or defun. Therefore, *never put an
1816                 opening delimiter at the left margin unless it should have
1817                 that significance.*
1818
1819         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1820
1821 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1822
1823         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1824
1825 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1826
1827         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1828
1829 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1830
1831         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1832         for sequential numbering case.
1833
1834 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1835
1836         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1837         value.
1838         (wl-draft-reply-without-argument-list): Ditto.
1839         (wl-draft-reply-myself-with-argument-list): Abolish.
1840         (wl-draft-reply-myself-without-argument-list): Ditto.
1841         * wl-draft.el (wl-draft-self-reply-p): New function.
1842         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1843
1844 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1845
1846         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1847         (avoid error for the case without byte-compiling)
1848
1849 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1850
1851         * wl-news.el.in (wl-news-append-to-folder): New function.
1852         (wl-news-exit): Rewrite.
1853         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1854
1855 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1856
1857         * wl-draft.el (wl-draft-reply-position): New function.
1858         (wl-draft-reply-position): Fix.
1859         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1860         (wl-summary-target-mark-reply-with-citation): Ditto.
1861         (wl-summary-reply-with-citation): Ditto.
1862         * wl-vars.el (wl-draft-reply-default-position): New variable.
1863
1864 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1865
1866         * wl-draft.el (wl-draft-send): Preview when interactive send.
1867
1868 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1869
1870         * wl-draft.el (wl-draft-reply): Set default position.
1871         * wl-summary.el (wl-summary-reply): Ditto.
1872         (wl-summary-reply-with-citation): Ditto.
1873         (wl-summary-target-mark-reply-with-citation): Ditto.
1874
1875 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1876
1877         * wl-news.el.in (wl-news-lang): Set default value according to
1878         current-language-environment.
1879         (wl-news-append-news): Do nothing when news-list is nil.
1880
1881 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1882
1883         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1884         (wl-news): Change message.
1885         (wl-news-exit): Check buffer.
1886         (wl-news-force-exit): New function.
1887         (wl-news-show-all): New function.
1888         (wl-news-discard-and-exit): Fix.
1889
1890 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1891
1892         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1893         according to current-language-environment.
1894
1895         * wl-news.el.in (wl-news): If arg, show all NEWS after
1896         wl-news-default-previous-version.
1897
1898 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1899
1900         * wl-news.el.in (wl-news-check): Rewritten.
1901         (wl-news-previous-version-load): Change data type.
1902         (wl-news-previous-version-save): Change data type.
1903         (wl-news-append-news): Add return value.
1904         (wl-news-check-news): New function.
1905         (wl-news-already-current-p): New function.
1906         (wl-news-send-news): Rewritten.
1907         (wl-news-mode-map): Add new keybind.
1908         (wl-news): Rewritten.
1909         (wl-news-exit): Rewritten.
1910         (wl-news-discard-and-mail): New function.
1911         (wl-news-send-to-address): Abolished.
1912         * wl.el (wl-init): Delete a message.
1913
1914 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1915
1916         * wl-news.el.in (wl-news-exit): Update previous version.
1917         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1918
1919 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1920
1921         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1922
1923 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1924
1925         * wl-news.el.in (wl-news): New function.
1926         (wl-news-mode): New function.
1927         (wl-news-next-line): New function.
1928         (wl-news-next-page): New function.
1929         (wl-news-exit): New function.
1930         (wl-news-buf-name): New variable.
1931         (wl-news-mode-map): New variable.
1932         (wl-news-winconf): New variable.
1933         (wl-news-append-news): Add an option.
1934
1935 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1936
1937         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1938
1939 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1940
1941         * wl-news.el.in (wl-news-send-to-address): New variable.
1942         (wl-news-send-news): Use it.
1943         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1944         Return updating status.
1945         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1946
1947 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1948
1949         * wl-news.el.in (wl-news-send-news): Delete
1950         Organization and X-Face.
1951
1952 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1953
1954         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1955         (wl-news-append-news): New function.
1956         (wl-news-send-news): New function.
1957
1958 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1959
1960         * Version number is increased to 2.11.1.
1961
1962 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1963
1964         * wl-news.el.in : New file.
1965
1966 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1967
1968         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1969         default value.
1970         (wl-draft-reply-without-argument-list): Ditto.
1971
1972 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1973
1974         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1975         (wl-message-buffer-prefetch-idle-time): Ditto.
1976         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1977
1978 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1979
1980         * wl-thread.el (wl-thread-insert-message): Use
1981         wl-summary-max-thread-depth.
1982
1983         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1984         loop detection.
1985
1986         * wl-message.el (wl-message-buffer-display): Back to the first page
1987         when cache is hit.
1988
1989 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1990
1991         * wl-vars.el (wl-summary-max-thread-depth): New user option.
1992
1993         * wl-summary.el (wl-summary-insert-thread-entity):
1994         If the thread depth is reached to wl-summary-max-thread-depth,
1995         divide the thread.
1996
1997 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
1998
1999         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2000         for elmo-remove-passwd.
2001
2002 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2005         folder is sticky.
2006         (wl-folder-mark-as-read-all-entity): Ditto.
2007         (wl-folder-prefetch-entity): Ditto.
2008
2009 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2010
2011         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2012
2013 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2014
2015         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2016         Delete messages on buffer for unplugged operation.
2017         (wl-summary-erase): Ditto.
2018
2019 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2020
2021         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2022         take nil so as not to search parent by subject.
2023
2024 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2025
2026         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2027         (wl-folder-get-next-folder): Ditto.
2028         (wl-folder-get-path): Ditto.
2029
2030 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2031
2032         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2033         system and encode the region with it before verifying.
2034
2035 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2036
2037         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2038         system of the echo buffer before decoding.
2039
2040 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2041
2042         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2043         original contents.
2044
2045 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2048         with argument 'any-exists.
2049
2050 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2051
2052         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2053         Use `wl-cs-autoconv'.
2054
2055 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2056
2057         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2058         by `mime-view-automatic-conversion'.
2059
2060         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2061         (wl-message-verify-pgp-nonmime): Ditto.
2062         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2063         Bind them to C-c:d and C-c:v respectively.
2064
2065         Merge following code by Teranishi-san from [wl-en:00167].
2066         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2067         (wl-mime-preview-application/pgp-encrypted): Ditto.
2068         (wl-mime-setup): Add entry.
2069
2070 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2071
2072         * wl-summary.el (wl-summary-target-mark-erase): New function.
2073         Bind it to "mD".
2074
2075 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * wl-vars.el (wl-draft-write-file-function): Fix.
2078         (wl-draft-reedit-hook): Changed default value.
2079
2080         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2081         wl-draft-reedit-hook.
2082         (wl-draft-remove-text-plain-tag): New function.
2083         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2084
2085         * wl-vars.el (wl-draft-write-file-function): New user option.
2086
2087         * wl-draft.el (wl-draft-prepare-edit): Use it for
2088         local-write-file-hooks.
2089         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2090
2091         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2092         (wl-draft-insert-mail-header-separator): Return the body beginning
2093         point.
2094         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2095         text/plain.
2096         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2097
2098 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2099
2100         * wl-summary.el (wl-summary-erase): New function to erase message
2101         without moving it to trash. Bind to "D".
2102
2103         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2104         as `keep' unless switch-function.
2105
2106 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2107
2108         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2109         message buffer by using `wl-summary-toggle-disp-msg'.
2110         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2111         buffer window.
2112         (wl-summary-supresedes-message): Ditto.
2113
2114         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2115         Do not delete other windows.
2116         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2117         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2118         (wl-draft-create-buffer): Set reply-or-forward also for target
2119         mark commands.
2120
2121 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-draft.el (wl-user-agent-compose): Delete special case for
2124         switch-to-buffer-other-window.
2125
2126         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2127         (wl-summary-forward): Ditto.
2128
2129         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2130         function.
2131         (wl-draft-buffer-style): New use option.
2132
2133         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2134         (wl-draft): Follow the change above.
2135         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2136         wl-draft-buffer-style.
2137         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2138         switch-function.
2139
2140 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-draft.el (wl-user-agent-compose): Delete special case for
2143         switch-to-buffer-other-window.
2144
2145         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2146         (wl-summary-forward): Ditto.
2147
2148         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2149         function.
2150         (wl-draft-buffer-style): New use option.
2151
2152         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2153         (wl-draft): Follow the change above.
2154         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2155         wl-draft-buffer-style.
2156         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2157         switch-function.
2158
2159 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2160
2161         * wl-address.el (wl-address-make-completion-entry): Extracted from
2162         `wl-address-make-completion-list'.
2163         (wl-address-enable-strict-loading): New variable.
2164         (wl-address-make-completion-list): Revive petname duplication
2165         inquiry, and enable it if `wl-address-enable-strict-loading'.
2166         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2167
2168 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2169
2170         * wl-message.el (wl-message-get-original-buffer): Avoid
2171         'Selecting deleted buffer' error when original buffer is killed.
2172
2173 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-summary.el (wl-summary-next-message): Use
2176         elmo-message-accessible-p instead of elmo-message-cached-p.
2177
2178 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2181
2182         * wl-thread.el (wl-thread-open-all-unread): Use
2183         elmo-folder-list-flagged instead of
2184         elmo-folder-list-messages-mark-match.
2185
2186         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2187         instead of elmo-folder-list-messages-mark-match.
2188         (wl-summary-move-spec-alist): New variable.
2189         (wl-summary-move-spec-plugged-alist,
2190         wl-summary-move-spec-unplugged-alist): Abolish.
2191         (wl-summary-next-message): Follow the change above.
2192         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2193         with 'no-msg' argument.
2194
2195         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2196         variable.
2197         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2198         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2199         (wl-message-buffer-prefetch-get-next): Follow the change above.
2200
2201 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2202
2203         * wl-version.el (wl-version): Changed codename.
2204
2205         * Version number is increased to 2.11.0.
2206
2207 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2210         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2211         `wl-draft-config-variables'.
2212         (wl-draft-kill): Fixed problem when the draft is reedit.
2213
2214 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2215
2216         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2217         buffer-modified status (Thanks to
2218         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2219
2220 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-util.el (wl-region-exists-p): New function.
2223
2224         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2225         Remove defvars for byte-compile warnings.
2226
2227 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2230         defvar-maybe. Removed unused bind.
2231
2232 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2233
2234         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2235         summary buffer window before creating new frame.
2236         (wl-draft-reply): Ditto.
2237
2238 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2241
2242 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2243
2244         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2245
2246 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2249         instead of `kill-region'.
2250
2251 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2254         (wl-highlight-summary-line-string): Use it.
2255         (wl-highlight-summary-current-line): Ditto.
2256
2257         * wl-mime.el (wl-message-delete-current-part): Check the class of
2258         mime-entity.
2259
2260         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2261
2262         * wl-summary.el (wl-summary-make-number-list): Initialize.
2263         (wl-summary-update-mark): New function.
2264         (wl-summary-reply): Put `answered' mark on the message.
2265         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2266
2267         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2268         (wl-draft-reply): Added optional argument `number';
2269         Set wl-draft-parent-number.
2270         (wl-draft-kill): Delete answered mark if it is a reply.
2271
2272 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2273
2274         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2275         that originates in mime-preview-follow-current-entity.
2276         (wl-draft-yank-current-message-entity): Use it if region is active.
2277
2278         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2279         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2280         `wl-message-delete-current-part'.
2281         * wl-mule.el (wl-message-define-keymap): Ditto.
2282         * wl-xmas.el (wl-message-define-keymap): Ditto.
2283
2284 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2285
2286         * wl-mime.el (wl-message-delete-current-part): New function.
2287         (wl-mime-node-id-to-string): Ditto.
2288
2289         * wl-mime.el (wl-message-delete-current-part): Use existing
2290         original buffer which corresponds current mime-view buffer.
2291         (fetched buffer might have different structure, possibly)
2292
2293         * wl-mime.el (wl-message-delete-current-part): Quit if the
2294         message content differs from the actual message.
2295
2296 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2297
2298         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2299         order.
2300         (wl-summary-search-by-subject): Search parent message from tail;
2301         Check the existence of the parent message on the current thread tree.
2302         (wl-summary-update-thread): Check whether the line is inserted.
2303
2304 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2305
2306         * wl-vars.el (wl-summary-line-format): Undo last change.
2307         * wl-summary.el (wl-summary-print-destination): Do not put
2308         invisible property when `wl-summary-width' is nil.
2309         (wl-summary-line-subject-minimum-length): Abolished.
2310         (wl-summary-line-subject): Ditto.
2311
2312 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-vars.el (wl-summary-line-format): Change default value.
2315         (wl-summary-subject-length-limit): Abolished.
2316         * wl-summary.el (wl-summary-line-subject): Ditto.
2317
2318 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-template.el (wl-template-select): Added optional argument.
2321         If optional argument is specified, reverse
2322         `wl-template-visible-select'.
2323
2324 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2327         Take prefix argument to force asking the destination folder.
2328
2329 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2332         count and update status.
2333
2334 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2335
2336         * wl-summary.el (wl-summary-redisplay-internal): If
2337         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2338         after fetching.
2339
2340 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2341
2342         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2343         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2344
2345         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2346
2347 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2348
2349         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2350         (All other related portions are changed).
2351         (wl-summary-mark-as-read-all): Rewrite.
2352
2353 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2354
2355         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2356         `wl-summary-mark-as-read'.
2357         (wl-summary-mark-as-unread): Rewrite.
2358         (wl-summary-mark-as-read): Added no-modeline argument.
2359         (wl-summary-resume-cache-status): Rewrite.
2360         (wl-summary-exec-subr): Remove unused local variable.
2361
2362 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2363
2364         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2365         logic to call `wl-summary-buffer-prev-folder-function'.
2366         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2367
2368 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2371         is nil.
2372
2373 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2374
2375         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2376         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2377         (wl-mime-setup): Add its entry.
2378
2379 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2382         (wl-summary-delete-cache): Likewise.
2383         (wl-summary-mark-as-read): Rewrite.
2384
2385 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2386
2387         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2388         `wl-summary-count-unread'.
2389
2390         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2391
2392         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2393
2394 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2397         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2398         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2399         Renamed to the elmo-msgdb-*-mark.
2400         (wl-summary-score-marks): Follow the change above.
2401         (wl-summary-auto-refile-skip-marks): Ditto.
2402         (wl-summary-incorporate-marks): Ditto.
2403         (wl-summary-expire-reserve-marks): Ditto.
2404
2405         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2406         changes.
2407         (wl-thread-insert-top): Changed updating message.
2408
2409         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2410         variable.
2411         (wl-summary-count-unread): Count answered marks.
2412         (wl-summary-rescan): Call wl-summary-insert-message instead of
2413         wl-summary-append-message-func-internal.
2414         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2415         (wl-summary-prefetch-msg): Follow the variable name changes.
2416         (wl-summary-prefetch-region): Ditto.
2417         (wl-summary-mark-as-read-all): Follow the API changes;
2418         Don't call elmo-folder-replace-marks.
2419         (wl-summary-delete-cache): Follow the variable name changes.
2420         (wl-summary-resume-cache-status): Ditto.
2421         (wl-summary-update-status-marks): New function.
2422         (wl-summary-insert-message): New function.
2423         (wl-summary-sync-marks): Follow the variable name changes.
2424         (wl-summary-sync-update): Synchronize to the msgdb, too;
2425         Changed update messages.
2426         (wl-summary-make-number-list): Rewrite.
2427         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2428         (wl-summary-mark-as-unread): Follow the API changes.
2429         (wl-summary-exec-subr): Follow the variable name changes.
2430         (wl-summary-mark-as-read): Ditto.
2431         (wl-summary-move-spec-plugged-alist): Ditto.
2432         (wl-summary-move-spec-unplugged-alist): Ditto.
2433         (wl-summary-cursor-move-surface): Ditto.
2434
2435         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2436         variable name changes.
2437         (wl-highlight-summary-current-line): Ditto.
2438
2439         * wl-expire.el (wl-expire-refile): Follow the API change in
2440         elmo-folder-move-messages.
2441         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2442         (wl-summary-archive): Use elmo-folder-msgdb instead of
2443         elmo-msgdb-load.
2444
2445 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2446
2447         * wl-mime.el (wl-draft-preview-message): Restore the position
2448         before evaluating wl-draft-send-hook in preview buffer.
2449
2450 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2453         when it creates new draft buffer.
2454
2455         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2456         without argument.
2457
2458         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2459         Evaluate content and if the value is string, insert it.
2460         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2461         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2462         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2463         wl-draft-config-sub-part-bottom): Use it.
2464
2465         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2466         with the folder name. The question was unintelligible when it is
2467         called from wl-save-status.
2468
2469 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2470
2471         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2472         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2473         cannot take second argument).
2474
2475 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2476
2477         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2478         as t. Since type and subtype are not case sensitive (RFC 2045).
2479
2480 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2481
2482         * wl-vars.el (wl-message-mode-line-format): New variable.
2483         (wl-message-mode-line-format-spec-alist): Ditto.
2484         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2485         (wl-message-redisplay): Use wl-message-mode-line-format.
2486
2487 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2488
2489         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2490
2491 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2492
2493         * wl-summary.el (wl-summary-default-from): Write description.
2494
2495 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-vars.el (wl-ldap-objectclass): Abolish.
2498
2499         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2500         (wl-ldap-make-filter): Removed condition for objectclass.
2501         (wl-ldap-make-matched-value-list): Remove meaningless process.
2502         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2503         (wl-address-ldap-search): Don't add `*' to `pat' string;
2504         use ignore-errors; added `email';
2505         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2506         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2507         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2508
2509
2510 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2511
2512         * wl-draft.el (wl-draft-parent-folder): Write description.
2513         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2514
2515 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2516
2517         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2518         as "" (zero-length string) if no parent.
2519         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2520
2521 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-address.el (wl-address-make-completion-list): Skip duplication
2524         checking.
2525         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2526         `append'.
2527
2528 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2529
2530         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2531         instead of `beginning-of-buffer'.
2532
2533 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2536
2537 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2538
2539         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2540         Refer wl-message-buffer-name.
2541         (wl-message-wheel-down): Ditto.
2542
2543 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-vars.el (wl-message-buffer-name): New user option.
2546
2547         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2548         directly instead of making alist dinamically.
2549
2550         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2551         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2552         wl-message-buffer-cache-name.
2553         (wl-message-buffer-cache-clean-up): Ditto.
2554
2555         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2556
2557         * Version number is increased to 2.9.15.
2558
2559 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2560
2561         * wl-vars.el (wl-summary-default-view-alist): New user option.
2562
2563         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2564
2565         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2566         while deleting address.
2567         (wl-draft-delete-myself-from-cc): Ditto.
2568
2569         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2570         If optional argument is specified, reverse sort order.
2571
2572         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2573
2574 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2575
2576         * wl-thread.el (wl-thread-insert-message): Return parent number if
2577         exists.
2578         (wl-thread-update-indent-string-region): Use
2579         wl-thread-update-line-on-buffer-sub instead of
2580         wl-thread-update-line-on-buffer.
2581
2582 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2583
2584         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2585         (wl-folder-close-all): Ditto.
2586
2587 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2588
2589         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2590         and mailing-list:.
2591         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2592         value.
2593         (wl-summary-line-list-info): Print mailing-list name even when 
2594         list-number is empty.
2595
2596 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2599
2600         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2601         (wl-draft-open-file): Ditto.
2602         (wl-draft-random-alphabet): Ditto.
2603
2604         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2605         bindings.
2606
2607 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2610         * wl-vars.el (wl-draft-config-alist): Ditto.
2611
2612 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2613
2614         * Version number is increased to 2.9.14.
2615
2616         * wl.el (wl): Don't set wl-init as nil when error occured while
2617         auto-checking folders.
2618
2619         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2620         `elmo-expand-newtext'.
2621
2622 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2623
2624         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2625         `this-command' so that `wl-folder-goto-folder' contained in
2626         `wl-summary-keep-cursor-command' work.
2627
2628 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2629
2630         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2631         message buffer displaying state.
2632
2633 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-vars.el (wl-summary-default-view): New variable to specify
2636         default value for `wl-summary-buffer-view' instead of using
2637         set-default.
2638         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2639
2640 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2641
2642         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2643
2644         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2645
2646 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2647
2648         * wl-vars.el (wl-forward-subject-prefix): New variable.
2649         * wl-draft.el (wl-draft-forward): Use it.
2650
2651 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2652
2653         * wl-message.el (wl-message-prev-page): When it is called without
2654         lines argument, scroll down by wl-message-scroll-amount lines.
2655         (wl-message-next-page): Ditto.
2656         * wl-vars.el (wl-message-scroll-amount): Change default value
2657         to preserve current behavior.
2658
2659 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * wl-summary.el (wl-summary-prefetch-msg): Bind
2662         `wl-message-entity' to call `wl-summary-from-function'.
2663
2664 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2665
2666         * wl-message.el (wl-message-buffer-create): Run
2667         wl-message-buffer-created-hook.
2668
2669 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-summary.el (wl-summary-sort-specs): New variable.
2672         (wl-summary-default-sort-spec): Ditto.
2673         (wl-summary-sort): Rewrite.
2674         (wl-summary-sort-by-list-info): New function.
2675
2676 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2677
2678         * wl-summary.el (wl-summary-get-list-info): New function.
2679         (wl-summary-sort): Rewrite.
2680         (wl-summary-line-list-info): Ditto.
2681         (wl-summary-line-list-count): Ditto.
2682         (wl-summary-refile-region): Fixed docstring.
2683
2684 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2687         `wl-folder-entity-hashtb' as completion table.
2688
2689 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2692         only when this command is called interactively; silence the byte-
2693         compiler.
2694
2695 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2696
2697         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2698         active in XEmacs.
2699
2700 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2701
2702         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2703         plural lines.
2704
2705 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2706
2707         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2708         of current line when the cursor is on the header name.
2709         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2710
2711 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2712
2713         * wl-util.el (wl-read-directory-name): Return displayed directory
2714         as the default value also on XEmacs.
2715
2716 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2719         formatting.
2720
2721 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2724         argument and when it is non-nil, check face property before
2725         highlighting for each line.
2726         (wl-highlight-summary-window): Set it.
2727
2728 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2731         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2732
2733         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2734         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2735         (wl-draft-get-fcc-list): Likewise.
2736
2737 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2740         (wl-thread-entity-cur): Ditto.
2741         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2742         wl-thread-indent-regexp setting.
2743         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2744
2745         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2746         wl-summary-lazy-highlight.
2747         (wl-summary-display-bottom): Ditto.
2748
2749         * wl-thread.el (wl-thread-open-close): Likewise.
2750
2751         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2752         from and subject;
2753         Bind wl-draft-use-frame;
2754         Enclose with save-window-excursion;
2755         Use wl-draft-create-buffer instead of with-temp-buffer;
2756         Use wl-draft-prepare-edit;
2757         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2758         Use wl-draft-send instead of wl-draft-raw-send.
2759
2760 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2761
2762         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2763         of using wl-from.
2764
2765 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2768         insert-buffer instead of clone-buffer.
2769         (wl-draft-doing-mime-bcc): New variable.
2770         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2771         infinite loop.
2772         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2773
2774         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2775         (wl-draft-mime-bcc-body): Ditto.
2776
2777         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2778         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2779         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2780         wl-draft-do-mime-bcc.
2781         (wl-draft-mime-bcc-field): New function.
2782         (wl-draft-do-mime-bcc): Ditto.
2783
2784         * wl-address.el (wl-address-complete-header-list): New variable.
2785         (wl-address-complete-header-regexp): Changed default value.
2786
2787         * Version number is increased to 2.9.13.
2788
2789 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2790
2791         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2792         it is differed.
2793
2794 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2795
2796         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2797         (wl-summary-line-list-count): Ditto.
2798
2799 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2800
2801         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2802         (wl-nntp-posting-function): New variable.
2803         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2804         `wl-nntp-posting-config-alist'.
2805
2806 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2807
2808         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2809         FLIM.
2810
2811 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2812
2813         * wl-summary.el (wl-summary-target-mark-refile-sub):
2814         Remove a nuisance funcall.
2815
2816 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2819         as t for `try-completion'.
2820
2821 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2822
2823         * wl-summary.el (wl-summary-default-from): Use
2824         wl-address-header-extract-address instead of
2825         std11-extract-address-components.
2826         (wl-summary-simple-from): Ditto.
2827         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2828         (wl-summary-insert-headers): Show message.
2829         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2830         for whole line.
2831         (wl-summary-default-from): Revert last change.
2832         (wl-summary-simple-from): Ditto.
2833         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2834         (wl-summary-mark-as-read-region): Follow the change above.
2835         (wl-summary-sync-marks): Ditto.
2836         (wl-summary-target-mark-mark-as-read): Ditto.
2837         (wl-summary-redisplay-internal): Ditto.
2838         (wl-summary-redisplay-no-mime-internal): Ditto.
2839         (wl-summary-redisplay-all-header): Ditto.
2840         (wl-summary-mark-as-read): Removed argument `cached';
2841         Use current cache status to set cache mark.
2842         (wl-summary-redisplay-internal): Follow the change above.
2843         (wl-summary-redisplay-no-mime-internal): Ditto.
2844         (wl-summary-redisplay-all-header): Ditto.
2845
2846         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2847
2848         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2849         Don't call itself recursively (Adviced by Yamaoka-san).
2850
2851 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2852
2853         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2854         bind wl-summary-highlight as nil to avoid error caused by missing
2855         local variables.
2856
2857 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-vars.el (wl-invalid-character-message): New user option.
2860
2861         * wl-util.el (wl-set-string-width): If truncated string-width is
2862         larger than specified width, use `wl-invalid-character-message'.
2863
2864 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2865
2866         * wl-summary.el (wl-summary-prefetch-msg): 
2867         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2868
2869 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-vars.el (wl-summary-check-line-format): New user option.
2872         (wl-summary-line-format-file): Ditto.
2873
2874         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2875         variable.
2876         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2877         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2878         and `wl-summary-view-old-p' to check whether do a rescan or not.
2879         (wl-summary-view-old-p): New function.
2880         (wl-summary-line-format-changed-p): Ditto.
2881         (wl-summary-line-format-save): Ditto.
2882         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2883
2884         * wl-util.el (wl-set-string-width): Avoid using negative number
2885         for make-string.
2886
2887 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2890         return value.
2891
2892         * wl-util.el (wl-set-string-width): Added optional argument
2893         `padding' (All other related portions are changed).
2894         (wl-line-parse-format): If the first letter of column number is
2895         `0', zero-padding the result (ex: "%05l").
2896
2897         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2898
2899 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2902         sequential summary view.
2903
2904 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2907         if it doesn't have a -unix version.
2908
2909 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2912
2913 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2914
2915         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2916         content.
2917         (wl-draft): Follow the change above.
2918
2919         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2920
2921         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2922         and wl-folder-summary-line-format-alist contain %T and %P.
2923
2924         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2925         (wl-summary-mode-line-format): New user option.
2926         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2927         (wl-summary-line-format): Changed default value.
2928         (wl-summary-lazy-highlight): Changed default value.
2929
2930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2931         change in wl-summary-create-line.
2932         (wl-thread-insert-entity-sub): Ditto.
2933
2934         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2935         (wl-summary-buffer-unread-status): Ditto.
2936         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2937         (wl-summary-buffer-persistent-mark-column): Ditto.
2938         (wl-summary-buffer-mode-line-formatter): Ditto.
2939         (wl-summary-buffer-mode-line): Ditto.
2940         (wl-summary-message-regexp): Abolished.
2941         (All other related portions are changed.)
2942         (wl-summary-detect-mark-position): New function.
2943         (wl-summary-buffer-set-folder): Setup
2944         wl-summary-buffer-mode-line-formatter.
2945         (wl-summary-mode): Setup selective-display;
2946         Setup pre-idle-hook when xemacs.
2947         (wl-summary-update-modeline): Rewrite.
2948         (wl-summary-jump-to-msg): Define as function;
2949         Changed regexp for searching messages.
2950         (wl-summary-message-number): Rewrite.
2951         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2952         Do rescan when old type summary cache.
2953         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2954         (wl-summary-remove-destination): Use '\r' to detect EOL.
2955         (wl-summary-print-destination): Ditto.
2956         (wl-summary-temp-mark): New inline function.
2957         (wl-summary-persistent-mark): Ditto.
2958         (wl-summary-line-number): New function.
2959         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2960         (wl-summary-line-list-count): New function.
2961         (wl-summary-create-line): Added argument persistent-mark.
2962         (All other related portions are changed)
2963         (wl-summary-create-line): Insert '\r'.
2964         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2965         (wl-summary-cursor-move-surface): New inline function.
2966         (wl-summary-prev): Use it.
2967         (wl-summary-next): Ditto.
2968
2969         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2970         wl-summary-message-regexp.
2971         (wl-highlight-summary): Delete progress message.
2972         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2973
2974         * Version number is increased to 2.9.12.
2975
2976 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2977
2978         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2979         variable (nil: no minimum).
2980         (wl-summary-line-subject): Add some spaces after subject by
2981         wl-summary-line-subject-minimum-length.
2982
2983 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2986         and removed `F'.
2987         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2988         change above).
2989
2990 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2991
2992         * wl-summary.el (wl-summary-line-list-count): Reverted.
2993         (example setting in samples/*/dot.wl is also updated)
2994
2995 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
2996
2997         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
2998
2999         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3000
3001         * wl-vars.el (wl-summary-line-format): Addes some description to the
3002         docstring.
3003
3004         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3005         (wl-summary-line-close-bracket): Ditto.
3006         (wl-summary-line-children-number): Ditto.
3007         (wl-summary-line-thread-indent): Ditto.
3008         (wl-summary-line-children-and-from): Ditto.
3009
3010         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3011         't', 'c', 'F' and added 'C'.
3012
3013         * wl-util.el (wl-set-string-width): Accept negative value.
3014         (wl-line-parse-format): Added "%number(" and "%)".
3015
3016 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3017
3018         * wl-summary.el (wl-summary-line-list-count): Change format of the
3019         return value.
3020
3021 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3022
3023         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3024         from the recent message.el.
3025         (wl-draft-point-in-header-p): Ditto.
3026         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3027         wl-draft-beginning-of-line.
3028         * wl-e21.el (wl-draft-mode-map): Ditto.
3029         * wl-xmas.el (wl-draft-mode-map): Ditto.
3030
3031         * wl-folder.el: Sort macrodefs by dependencies.
3032
3033 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3034
3035         * wl-summary.el (wl-summary-prev): Fixed regexp.
3036         (wl-summary-next): Ditto.
3037
3038 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3039
3040         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3041
3042 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3043
3044         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3045         for backward compatibility.
3046
3047 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3048
3049         * wl-summary.el (wl-summary-line-list-count): New function, merged
3050         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3051         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3052         list counts.
3053
3054 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-summary.el (wl-summary-create-line): Ignore errors while
3057         timezone-fix-time.
3058
3059         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3060
3061         * wl-summary.el (wl-summary-sync-update): Ditto.
3062         (wl-summary-default-from): Use wl-message-entity
3063         instead of entity.
3064
3065         * wl-summary.el (wl-summary-create-line): Fix.
3066
3067         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3068         (wl-summary-line-format): New user option.
3069         (wl-folder-summary-line-format-alist): Ditto.
3070         (wl-summary-from-width): Abolished.
3071
3072         * wl-util.el (toplevel): Require 'bytecomp.
3073         (wl-line-parse-format): New function.
3074         (wl-line-formatter-setup): New macro.
3075
3076         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3077         (wl-summary-buffer-line-formatter): New buffer local variable.
3078         (wl-summary-switch-to-clone-buffer): Follow the change above.
3079         (wl-summary-message-regexp): Fix.
3080         (wl-summary-from-func-internal): Abolished.
3081         (wl-summary-subject-func-internal): Ditto.
3082         (wl-summary-subject-filter-func-internal): Ditto.
3083         (All other related portions are changed.)
3084         (wl-summary-buffer-set-folder):
3085         Set up wl-summary-buffer-number-column and 
3086         wl-summary-buffer-line-formatter
3087         (All other related portions are changed.)
3088         (wl-summary-buffer-number-column-detect): Abolished.
3089         (All other related portions are changed.)
3090         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3091         (wl-summary-delete-all-temp-marks-on-buffer): Use
3092         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3093         (wl-summary-target-mark-delete): Ditto.
3094         (wl-summary-target-mark-refile-subr): Ditto.
3095         (wl-summary-target-mark-mark-as-read): Ditto.
3096         (wl-summary-target-mark-mark-as-unread): Ditto.
3097         (wl-summary-target-mark-mark-as-important): Ditto.
3098         (wl-summary-target-mark-save): Ditto.
3099         (wl-summary-replace-status-marks): Renamed from
3100         wl-summary-set-status-marks-on-buffer;
3101         Use wl-summary-message-regexp instead of
3102         wl-summary-buffer-number-regexp.
3103         (wl-summary-sync-update): Follow the change above.
3104         (wl-summary-goto-previous-message-beginning): New function.
3105         (wl-summary-mark-as-unread): Use it.
3106         (wl-summary-mark-as-important): Ditto.
3107         (wl-summary-line-formatter): New variable.
3108         (wl-summary-line-year): New function.
3109         (wl-summary-line-day): Ditto.
3110         (wl-summary-line-day-of-week): Ditto.
3111         (wl-summary-line-hour): Ditto.
3112         (wl-summary-line-minute): Ditto.
3113         (wl-summary-line-open-bracket): Ditto.
3114         (wl-summary-line-close-bracket): Ditto.
3115         (wl-summary-line-children-number): Ditto.
3116         (wl-summary-line-thread-indent): Ditto.
3117         (wl-summary-line-size): Ditto.
3118         (wl-summary-line-subject): Ditto.
3119         (wl-summary-line-from): Ditto.
3120         (wl-summary-line-children-and-from): Ditto.
3121         (wl-summary-create-line): Rewritten.
3122         (wl-summary-format-date): Abolished.
3123
3124         * wl-highlight.el (wl-highlight-summary-current-line): Use
3125         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3126         Use thread structure to detect thread top message.
3127
3128         * wl-draft.el (wl-default-draft-cite): Don't use
3129         wl-summary-from-func-internal.
3130
3131         * wl-refile.el (wl-refile-subject-learn): Don't use
3132         wl-summary-subject-filter-func-internal.
3133         (wl-refile-guess-by-subject): Ditto.
3134
3135         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3136         parameters.
3137
3138         * wl-thread.el (wl-thread-update-indent-string-region):
3139         Use wl-thread-update-line-on-buffer instead of
3140         wl-thread-update-indent-string.
3141         (wl-thread-update-children-number): Redefine using
3142         wl-thread-update-line-on-buffer.
3143         (wl-thread-update-indent-string): Abolished.
3144
3145         * Version number is increased to 2.9.11.
3146
3147 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3148
3149         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3150         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3151         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3152
3153         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3154         as nil.
3155
3156         * wl-thread.el (wl-thread-open-all-unread): Use 
3157         elmo-folder-list-messages-mark-match.
3158         (wl-thread-insert-message): Removed argument `mark-alist'.
3159         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3160         elmo-msgdb-set-mark.
3161         (wl-thread-get-children-msgs-uncached): Likewise.
3162         (wl-thread-get-exist-children): Added argument include-self.
3163         (wl-thread-delete-message): Follow the change above.
3164
3165         * wl-summary.el (wl-summary-count-unread): Removed argument.
3166         (wl-summary-rescan): Follow the change above.
3167         (wl-summary-mark-as-read-region): Ditto
3168         (wl-summary-mark-as-unread-region): Ditto.
3169         (wl-summary-delete-messages-on-buffer): Ditto.
3170         (wl-summary-sync-update): Ditto.
3171         (wl-summary-switch-to-clone-buffer): Ditto.
3172         (wl-summary-goto-folder-subr): Ditto.
3173         (wl-summary-target-mark-mark-as-read): Ditto.
3174         (wl-summary-target-mark-mark-as-unread): Ditto.
3175         (wl-summary-target-mark-mark-as-important): Ditto.
3176         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3177         (wl-summary-update-thread): Removed argument `mark-alist'.
3178         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3179         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3180         (wl-summary-resume-cache-status): Likewise.
3181         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3182         elmo-msgdb-set-mark.
3183         (wl-summary-mark-as-read-all): Likewise.
3184         (wl-summary-delete-cache): Ditto.
3185         (wl-summary-auto-select-msg-p): Ditto.
3186         (wl-summary-mark-as-unread): Ditto.
3187         (wl-summary-no-auto-refile-message-p): Ditto.
3188         (wl-summary-mark-as-read): Ditto.
3189         (wl-summary-mark-as-important): Ditto.
3190         (wl-summary-auto-refile): Follow the change above.
3191         (wl-summary-delete-all-marks): Removed.
3192         (wl-summary-resume-marks-and-highlight): Ditto.
3193         (wl-summary-resume-marks): Ditto.
3194         (wl-summary-delete-important-msgs-from-list): Ditto.
3195         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3196
3197         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3198         wl-summary-count-unread.
3199
3200         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3201         (wl-summary-score-update-all-lines): Use
3202         elmo-msgdb-set-mark.
3203
3204 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3205
3206         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3207         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3208         (wl-summary-create-line): Renamed from
3209         wl-summary-overview-create-summary-line;
3210         Argument rearrangement.
3211         (wl-summary-update-thread): Follow the change above.
3212
3213         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3214         (wl-thread-insert-entity-sub): Likewise.
3215
3216         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3217         argument `overview', `mark-alist' and added `msgdb'.
3218
3219         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3220
3221         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3222         (wl-summary-rescan): Follow the change above.
3223         (wl-summary-sync-update): Ditto.
3224         (wl-summary-insert-thread-entity): Ditto;
3225         Don't use `let*' in every while loop;
3226         Detect infinite loop of threads.
3227         (wl-summary-update-thread): Removed argument `overview'.
3228
3229         * wl-thread.el (wl-thread-insert-message): Ditto.
3230
3231         * Version number is increased to 2.9.10.
3232
3233         * wl-message.el (wl-message-redisplay): Ignore errors while
3234         wl-message-redisplay-hook.
3235
3236 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3239
3240 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl.el (wl): inhibit-quit while wl-folder.
3243
3244 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3247         while msgdb access.
3248
3249 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3250
3251         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3252         even if no folder is not created.
3253
3254 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3257
3258         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3259         implementation.
3260         (wl-summary-target-mark-thread): Ditto.
3261
3262         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3263
3264 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3265
3266         * wl-util.el (wl-display-bytes): Remove unused function.
3267
3268 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3269
3270         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3271         seems critical one (partially reverse the change in 2002/03/17).
3272
3273 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3274
3275         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3276         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3277
3278 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3279
3280         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3281         is not writable.
3282         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3283         plugged status instead of `'force' as 2nd argument.
3284
3285         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3286         is not creatable.
3287
3288         * Version number is increased to 2.9.9.
3289
3290 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3291
3292         * wl-summary.el (wl-summary-suspend): New function.
3293
3294 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3295
3296         * wl.el (wl): Do not check variables if check is nil.
3297         * wl-utils.el (wl-collect-draft): New function.
3298         * wl-folder.el (wl-folder-suspend): Put summary buffers
3299         and draft buffers at the end of buffer list.
3300         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3301
3302 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3303
3304         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3305         loop instead of recursive call.
3306
3307         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3308         2nd argument.
3309
3310 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-draft.el (wl-draft-create-contents): Don't take neither
3313         (function . args) nor (string . something) any more.
3314
3315         * wl-version.el (wl-generate-user-agent-string): Return string
3316         without header symbol.
3317         * wl-draft.el (wl-draft-default-headers): Use it.
3318
3319         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3320         `wl-draft-insert-ccs' and return field value instead of inserting
3321         the header. Abolish cc argument.
3322         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3323
3324         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3325         rather than one with string car.
3326
3327         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3328         * wl-draft.el (wl-draft-create-contents): Add it after the default
3329         headers.
3330
3331         * wl-draft.el (wl-draft-create-contents): For the case of
3332         (symbol-or-string . function) insert header only when the function
3333         returns string value.
3334
3335 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3338         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3339
3340 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl.el (wl-check-environment): Don't check Message-ID when
3343         `wl-insert-message-id' is nil.
3344         Revive checking if `wl-message-id-domain' contains "@".
3345
3346 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl.el (wl-check-environment): Merge examination for "@" at
3349         inappropriate position into the first string-match.
3350
3351         * wl-summary.el (wl-summary-target-mark-print): New function.
3352         (wl-summary-pipe-message-subr): Extracted from
3353         `wl-summary-pipe-message'.
3354         (wl-summary-target-mark-pipe): New function.
3355         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3356         `wl-summary-target-mark-pipe'.
3357
3358 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3359
3360         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3361
3362 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3363
3364         * wl.el (wl-check-environment): Use elmo-warning instead of
3365         error for non-critical ones.
3366         Remove trash folder check.
3367         (wl): Don't ignore error in wl-check-environment.
3368
3369         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3370         check, which is moved from `wl-check-environment'.
3371         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3372
3373 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3374
3375         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3376         guess anything, call wl-summary-write.
3377         (wl-summary-write): Create draft with blank To field.
3378         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3379
3380 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3383         argument full as well for wl-folder-write-current-folder.
3384         If wl-*-write-current-folder cannot guess addressee, add blank
3385         To header.
3386         Rewrite condition for positioning cursor.
3387
3388 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3389
3390         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3391         summary buffer is present, use it.
3392         (wl-folder-jump-to-previous-summary): Ditto.
3393
3394 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3397
3398         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3399         wl-summary-previous-buffer and wl-summary-next-buffer.
3400
3401         * wl-folder.el (wl-folder-mode-map): Bind
3402         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3403         (wl-folder-jump-to-next-summary): New function.
3404         (wl-folder-jump-to-previous-summary): Ditto.
3405
3406         * wl-draft.el (wl-draft): Rearranged.
3407
3408 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3411         of header.
3412         (wl-draft): Collect arguments for the header as header-alist.
3413         (wl-draft-forward): Arrange arguments for wl-draft.
3414         (wl-draft-reply): Ditto.
3415         (wl-draft-edit-string): Ditto.
3416         * wl-summary.el (wl-summary-write): Ditto.
3417         (wl-summary-write-current-folder): Ditto.
3418
3419         * Version number is increased to 2.9.8.
3420
3421 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3422
3423         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3424
3425         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3426
3427         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3428         even if the guess failed.
3429
3430         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3431         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3432         wl-summary-write-current-folder.
3433         * wl-xmas.el: Ditto.
3434
3435 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-summary.el (wl-summary-next-page): Force display message if
3438         message is not displayed yet.
3439         (wl-summary-prev-page): Ditto.
3440
3441 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3442
3443         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3444
3445 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3448         add "Preview Message" and "Save Draft and Exit".
3449
3450 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3451
3452         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3453         if addrmgr is called from draft in splitted window.
3454
3455         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3456         * wl-mule.el: Ditto.
3457         * wl-xmas.el: Ditto.
3458
3459 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3460
3461         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3462
3463         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3464         * wl-xmas.el (wl-folder-toolbar): Ditto.
3465
3466 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3467
3468         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3469         and wl-draft-save-and-exit.
3470         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3471         * wl-xmas.el: Ditto.
3472         * wl-mule.el: Ditto.
3473
3474         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3475         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3476
3477 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3480         lists for saving buffer.
3481
3482 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3483
3484         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3485         parent-folder argument instead of it.
3486         (wl-draft-create-buffer): Ditto.
3487         (wl-draft-forward): Ditto.
3488         (wl-draft-reply): Ditto.
3489         * wl-summary.el (wl-summary-write): Ditto.
3490         (wl-summary-write-current-folder): Ditto.
3491
3492         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3493         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3494         Folder buffer after composing.
3495
3496 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3499         header if the file `wl-x-face-file' already contains it.
3500
3501 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3502
3503         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3504         folder" entry.
3505         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3506         * wl-e21.el (wl-folder-toolbar): Ditto.
3507         * wl-xmas.el (wl-folder-toolbar): Ditto.
3508
3509 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3510
3511         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3512         wl-folder-goto-folder with sticky argument.
3513         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3514
3515 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3518         and wl-summary-previous-buffer.
3519         (wl-summary-next-buffer): New function.
3520         (wl-summary-previous-buffer): Ditto.
3521
3522 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3525         wl-folder-jump-to-current-entity-with-arg.
3526         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3527         `wl-folder-jump-to-current-entity'.
3528         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3529         `wl-summary-goto-folder-sticky'.
3530         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3531         `wl-summary-goto-folder'.
3532         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3533         Unless force-exit, do not clean temp. marks for sticky summary.
3534         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3535
3536 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3537
3538         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3539         not entire.
3540
3541 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3544         to `C-x C-s'.
3545         (wl-summary-save-status): New command.
3546         (wl-summary-exit): Don't clean-up temp marks when sticky.
3547         (Applied patch from Nakayama-san [wl: 09548])
3548         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3549         Do nothing when no mark data.
3550         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3551         Call `wl-summary-delete-all-temp-marks' before saving.
3552
3553 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3554
3555         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3556
3557 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3558
3559         * wl.el (wl-check-environment): Also cause error when (system-name)
3560         returns "localhost.localdomain". (Although it doesn't affect because
3561         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3562
3563 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3566         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3567
3568         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3569         value.
3570
3571 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3574         Likewise r-cc-list and r-ng-list.
3575
3576 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3579         only if it is bound as variable.
3580
3581         * wl-mime.el (wl-draft-preview-message): Ditto.
3582
3583 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3586         needless `goto-char'.
3587
3588         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3589         `wl-summary-redisplay-no-mime-internal' instead of
3590         `wl-summary-redisplay-no-mime'.
3591         (wl-summary-redisplay-no-mime): Changed argument;
3592         Call `wl-summary-redisplay-no-mime-internal'.
3593
3594         * wl-mime.el (wl-draft-preview-message): Bind
3595         `mime-header-encode-method-alist' locally.
3596
3597         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3598         (wl-draft-std11-parse-addresses): Added the first address check.
3599         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3600
3601         * Version number is increased to 2.9.7.
3602
3603 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3604
3605         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3606
3607 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3608
3609         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3610         related to scrollbar support, if there is no such a feature
3611         compiled in.
3612
3613 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3614
3615         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3616         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3617         for prefetch.
3618
3619 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3620
3621         * wl-summary.el (wl-summary-pick): Fix for no match.
3622
3623 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3624
3625         * wl-draft.el (wl-draft-save):
3626         Override `mime-header-encode-method-alist'.
3627
3628 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3629
3630         * wl-folder.el (wl-folder-pick): New function.
3631         Define key as "?".
3632
3633 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3634
3635         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3636         Fix for unplugged.
3637
3638 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3639
3640         * wl-folder.el (wl-folder-virtual): New function.
3641         Define key as "V".
3642
3643 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3644
3645         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3646         multi folder if entity is group.
3647
3648 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3649
3650         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3651         is nil.
3652
3653 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3654
3655         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3656         (wl-summary-target-mark-msgs): Return the number of marked messages.
3657
3658 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3659
3660         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3661         "first:" is specified.
3662
3663 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-vars.el (wl-from): Use return value of function
3666         user-full-name instead of the variable user-full-name since
3667         XEmacs-20.4 doesn't set this variable.
3668
3669 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3672         call `wl' directly.
3673
3674 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3675
3676         * wl-draft.el (wl-draft-reedit): Removed duplicated
3677         switch-to-buffers.
3678
3679 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * wl.el (wl-other-frame): Removed garbages.
3682
3683 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3686
3687         * wl-xmas.el (wl-draft-key-setup): Ditto.
3688
3689         * wl-mule.el (wl-draft-key-setup): Ditto.
3690
3691         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3692         (wl-draft-reedit): Ditto.
3693         (wl-draft-prepare-edit): Add `wl-draft-save' to
3694         `local-write-file-hooks'.
3695         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3696         (wl-draft-reedit): Set buffer-file-name.
3697         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3698
3699
3700         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3701         call it.
3702         (wl-delete-startup-frame-function): New variable.
3703         (wl-other-frame): New function
3704         (Original was written by Yamaoka san [wl: 09239]).
3705
3706         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3707         if `wl-folder-use-frame'.
3708
3709 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3710
3711         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3712
3713 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3714
3715         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3716         New variable.
3717         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3718         (wl-message-buffer-prefetch-get-next): Use them.
3719         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3720
3721 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3724         with unwind-protect.
3725
3726         * wl-draft.el (wl-draft-reedit): Rewrite.
3727         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3728         (wl-draft-save): Insert header separator if it does not exist;
3729         Removed condition-case.
3730
3731         * wl-summary.el (wl-summary-reedit): Revert last change.
3732
3733         * wl-draft.el (wl-draft-save): Rewrite.
3734         (wl-draft-create-buffer): Set buffer-file-name as nil.
3735
3736         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3737
3738         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3739
3740         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3741         nil.
3742
3743 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3744
3745         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3746         If count is nil, do not prefetch.
3747         (wl-message-buffer-prefetch-next): Next.
3748
3749 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3750
3751         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3752
3753 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3754
3755         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3756         `delete-backward-char'
3757         (wl-draft-prepare-edit): Check major-mode.
3758         (wl-draft-decode-header): Rewrite.
3759         (wl-draft): Fix.
3760
3761 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3762
3763         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3764
3765 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3768         (wl-message-buffer-prefetch-get-next): Remove size checking.
3769         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3770
3771 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3772
3773         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3774         (wl-draft-default-headers): Fix.
3775
3776 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3777
3778         * wl-draft.el (wl-draft-default-headers): Insert return value of
3779         `wl-generate-mailer-string-function'.
3780
3781 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3784         (wl-draft-insert-mail-header-separator): Ditto.
3785
3786         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3787         again (Reverted the change on 2002-01-17 by OKADA san).
3788
3789 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3790
3791         * wl-draft.el (wl-draft): Rewrite.
3792         (wl-draft-create-buffer): New function.
3793         (wl-draft-create-contents): Ditto.
3794         (wl-draft-prepare-edit): Ditto.
3795         (wl-draft-decode-header): Ditto.
3796         (wl-draft-decode-body): Ditto.
3797         (wl-draft-check-new-line): Ditto.
3798         (wl-draft-default-headers): Ditto.
3799         (wl-draft-insert-mail-header-separator): Ditto.
3800
3801 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3802
3803         * Version number is increased to 2.9.6.
3804
3805 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3806
3807         * wl-draft.el (wl-draft-delete-field): Optional argument.
3808         (wl-draft-delete-fields): Ditto.
3809
3810 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3811
3812         * wl-message.el (toplevel): Eliminated byte-compile warning.
3813         for `itimer-function', `delete-timer' and `itimer-list'.
3814
3815 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3816
3817         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3818         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3819         `wl-message-buffer-prefetch-threshold'.
3820         * wl-summary.el (wl-summary-redisplay-internal): Remove
3821         the check of `wl-message-buffer-prefetch-depth'.
3822
3823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3824
3825         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3826         size of article.
3827         (wl-message-buffer-prefetch-subr): Remove size check.
3828
3829 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-vars.el (wl-plugged): Make customizable.
3832
3833 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3836         (wl-message-buffer-prefetch-set-timer): New function.
3837         (wl-message-buffer-prefetch-get-next): New function.
3838         (wl-message-buffer-prefetch): New function.
3839         (wl-message-buffer-prefetch-next): Rewrite.
3840         (wl-message-buffer-prefetch-subr): Rewrite.
3841         * wl-vars.el (wl-auto-prefetch-first): New variable.
3842         * wl-summary.el (wl-summary-goto-folder-subr): Call
3843         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3844
3845 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3846
3847         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3848         `wl-summary-unread-message-hook'.
3849
3850 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3851
3852         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3853         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3854         if range is `cache-status'.
3855
3856 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3857
3858         * wl-message.el (wl-message-buffer-prefetch-subr):
3859         Improve debug message.
3860
3861 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3862
3863         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3864         `wl-mail-send-pre-hook'.
3865         (wl-draft-send-mail-with-qmail): Ditto.
3866         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3867
3868 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3869
3870         * wl-message.el (wl-message-buffer-prefetch-subr):
3871         Fix for cancel-function-timers bug.
3872         (wl-message-buffer-prefetch-debug): Default value is t.
3873
3874 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3875
3876         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3877         (wl-message-buffer-prefetch-subr): Rewrite.
3878         Rename from `wl-message-buffer-prefetch'.
3879
3880 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3881
3882         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3883         (wl-default-draft-cite-decorate-author): Ditto.
3884
3885         * wl-draft.el (wl-draft-cite-function): Removed.
3886         (wl-default-draft-cite-decorate-author): Ditto.
3887
3888 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3891         (wl-default-draft-cite): Do not arrange author name if the value of
3892         `wl-default-draft-cite-decorate-author' is nil.
3893
3894 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3897
3898         * wl-folder.el (wl-folder-check-one-entity): Don't care
3899         `elmo-folder-use-flag-p'.
3900
3901 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3902
3903         * wl-folder (wl-folder-check-one-entity): Fix
3904         problem if unread is nil.
3905
3906 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-address.el (wl-address-make-completion-list): Check whether
3909         the address is a group list.
3910         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3911
3912 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3913
3914         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3915         The number of the messages of new and unread does not count
3916         correctly.
3917
3918         * wl-summary.el (wl-summary-count-unread): Changed to return
3919         `(new . unread)' instead of total.
3920         (wl-summary-sync-update): Follow the change above.
3921
3922         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3923
3924 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-address.el (wl-address-make-completion-list): Do not enclose
3927         address by " <" and ">" if associated realname is "".
3928         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3929         This is against the promblem with group list in .addresses pointed
3930         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3931
3932 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3935         message is a format control string.
3936         * wl-expire.el (wl-expire-append-log): Ditto.
3937         * wl-mime.el (wl-summary-burst-subr): Ditto.
3938         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3939         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3940
3941 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3942
3943         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3944         wl.el (wl-check-variables): Rename from `wl-check-type'.
3945         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3946         (wl-check-variables-2): New function.
3947         (wl): Call `wl-check-variables-2'.
3948
3949 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3952         after renaming folder in access group.
3953
3954 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3955
3956         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3957         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3958         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3959         (wl-message-buffer-prefetch): Rewrite.
3960         (wl-message-buffer-prefetch-idle-time): Removed.
3961         * wl-summary.el (wl-summary-redisplay-internal):
3962         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3963         Error check for `wl-message-buffer-prefetch-depht'.
3964
3965 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3966
3967         * Version number is increased to 2.9.5.
3968         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3969
3970 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3971
3972         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3973         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3974         Based on the patch written by
3975         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-draft.el (wl-draft-raw-send): Fix for
3980         `wl-news-send-pre-hook'
3981
3982 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-utils.el (wl-message-id-function): New variable.
3985         * wl-draft.el (wl-draft-insert-required-fields):
3986         Use `wl-message-id-function'.
3987
3988 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3991         * wl-utils.el (wl-draft-make-message-id-string):
3992         Use `wl-from' for domain part of Message-ID
3993         if `wl-message-id-use-wl-from' if non-nil.
3994         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
3995
3996 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3997
3998         * wl.el (wl): Call `wl-check-type'
3999         Do not 'condition-case'.
4000
4001 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl.el (wl-check-type): New function.
4004         (wl-check-type-variables): New variable.
4005
4006 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4009
4010 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4011
4012         * wl-draft.el (wl-smtp-password-key): New function.
4013         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4014         (wl-draft-send-mail-with-smtp): Ditto.
4015         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4016
4017 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4020         * wl-utils.el (wl-unique-id-suffix): Remove.
4021
4022 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * Version number is increased to 2.9.4.
4025
4026 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4027
4028         * wl-utils.el (wl-unique-id-suffix): New variable.
4029         (wl-unique-id): Use `wl-unique-id-suffix'
4030
4031 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4032
4033         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4034         instead of `elmo-msgdb-search'.
4035
4036         * Version number is increased to 2.9.3.
4037
4038 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4039
4040         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4041
4042 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4043
4044         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4045         (wl-draft-dispatch-message): Changed for send-later.
4046         (wl-draft-queue-flush): Ditto.
4047         (wl-draft): Clear `wl-sent-message-queued'.
4048         (wl-draft-reedit): Ditto.
4049         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4050         * wl-vars.el (wl-draft-force-queuing): New variable.
4051         (wl-draft-force-queuing-mail): New variable.
4052         (wl-draft-force-queuing-news): New variable.
4053
4054 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4057         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4058
4059 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4060
4061         * Version number is increased to 2.9.2.
4062
4063 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * wl-draft.el (wl-draft-elide-region): New user command.
4066         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4067
4068         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4069         command `wl-draft-elide-region'.
4070         * wl-mule.el: Ditto.
4071         * wl-xmas.el: Ditto.
4072
4073 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4076         (wl-biff-check-folder-async): Removed needless let.
4077
4078 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4081         wl-folder-get-elmo-folder.
4082         (wl-biff-check-folder): Set `biff' argument of
4083         `wl-folder-check-one-entity'.
4084         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4085
4086         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4087         (wl-folder-check-one-entity): Added `biff' argument;
4088         Setup `biff' slot of folder.
4089
4090         * Version number is increased to 2.9.1.
4091
4092 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4095         comment out and fixed.
4096         (wl-fldmgr-add-completion-subr): Ditto.
4097
4098         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4099         and msgdb.
4100
4101         * wl.el (wl-toggle-plugged): Save summary view.
4102
4103 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4106
4107 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4108
4109         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4110
4111 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4114         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4115         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4116
4117         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4118         if it was failed.
4119         (wl-demo): Disable undo in the demo buffer.
4120
4121 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-version.el (wl-version): Changed codename.
4124
4125         * Version number is increased to 2.9.0.
4126
4127 2001-12-14  Takuo KITAME <kitame@northeye.org>
4128
4129         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4130         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4131         (wl-folder-mark-as-read-all-current-entity): Ditto.
4132
4133 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * wl-vars.el (wl-from-width): Define as obsolete variable.
4136         (wl-subject-length-limit): Ditto.
4137
4138         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4139
4140         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4141         wl-summary-save-view.
4142
4143         * wl.el (wl-save-status): Ditto.
4144         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4145
4146         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4147         (wl-summary-exit): Follow the change above.
4148         (wl-summary-goto-folder-subr): Ditto.
4149
4150         * wl-folder.el (wl-folder-create-subr): Don't use
4151         `elmo-folder-creatable-p'.
4152
4153 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4154
4155         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4156
4157 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4160         rather than bitmap on Emacs 21.
4161         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4162         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4163         for xbm if the new redisplay engine is not available.
4164
4165 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-folder.el (wl-folder-init-hook): New hook.
4168         (wl-folder-init): Run `wl-folder-init-hook'.
4169
4170 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4173
4174 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-acap.el (wl-acap-cache-filename): New variable.
4177         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4178         (wl-acap-init): Use cache if no ACAP server found.
4179
4180 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4181
4182         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4183         `wl-acap-original-msgdb-dir'.
4184
4185         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4186         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4187
4188         * wl-mime.el (wl-mime-save-directory): Renamed from
4189         `wl-mime-save-dir'.
4190
4191 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4194
4195         * wl-demo.el: Require `path-util'.
4196         (wl-demo-bitmap-mule-available-p): New internal variable.
4197         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4198         `module-installed-p' instead.
4199         (wl-demo-insert-image): Use *.img file for a bitmap image.
4200         (wl-demo): Don't call the ascii demo recursively.
4201
4202 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4203
4204         * Version number is increased to 2.7.7.
4205
4206 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4207
4208         * wl.el (wl-exit): Eliminated byte-compile warning.
4209
4210 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4211
4212         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4213         obsolete variable using `elmo-define-obsolete-variable'.
4214         (wl-fetch-confirm-threshold): Ditto.
4215         (wl-cache-prefetch-folder-type-list): Ditto.
4216         (wl-cache-prefetch-folder-list): Ditto.
4217
4218 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4221         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4222         (wl-demo-insert-image): New function.
4223         (wl-demo-insert-text): New function.
4224         (wl-demo-image-type-alist): Redefine as a function.
4225         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4226         (wl-demo-with-temp-file-buffer): Removed.
4227         (wl-logo-xpm): Removed.
4228         (wl-logo-xbm): Removed.
4229         (wl-logo-bitmap): Removed.
4230
4231 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4232
4233         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4234         (wl-expire-localdir-get-folder-function): New user option.
4235         (wl-expire-localdir-get-folder): New function.
4236         (wl-expire-localdir-date): Ditto.
4237
4238 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4239
4240         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4241         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4242         Fixed unread number mismatch when all-unread < unread.
4243
4244 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4245
4246         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4247         (wl-fetch-confirm-threshold): Ditto.
4248
4249         * wl-summary.el (wl-summary-confirm-appends): Removed.
4250         (wl-summary-sync-update): Don't refer
4251         `wl-summary-update-confirm-threshold' (It is now abolished).
4252
4253         * wl-message.el (wl-message-display-internal): Don't refer
4254         `wl-fetch-confirm-threshold' (It is now abolished).
4255
4256 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4259
4260 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4263         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4264         Change default value to nil.
4265         (wl-summary-indent-length-limit): The value can be nil, nil means
4266         unlimited.
4267
4268         * wl-summary.el: Don't set limit for indent length if the value of
4269         wl-summary-indent-length-limit is nil.
4270         If the value of wl-summary-width is nil, it means only that the width
4271         of summary is unlimited (nil doesn't mean that the indent length is
4272         unlimited).
4273
4274         * wl-thread.el: Ditto.
4275
4276 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4277
4278         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4279         be nil, nil means never confirm.
4280         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4281
4282 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4285         means unlimited).
4286
4287 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4290         Use `with-temp-buffer'.
4291
4292 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4295         with new backquote style).
4296         (wl-folder-get-entity-from-buffer): Ditto.
4297
4298 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4299
4300         * wl-version.el (nemacs-version): Eliminated.
4301         (wl-extended-emacs-version2): Ignore nemacs.
4302         (wl-extended-emacs-version3): Ditto.
4303
4304 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4305
4306         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4307         (wl-draft-add-in-reply-to): New variable.
4308         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4309         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4310         (wl-draft-yank-from-mail-reply-buffer): Use
4311         `wl-draft-add-in-reply-to'.
4312         (wl-draft-insert-current-message): Ditto.
4313
4314 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4315
4316         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4317         typo (kill->hide).
4318         (wl-message-buffer-prefetch-folder-type-list): Added elements
4319         `mark' and `cache' instead of `internal'.
4320
4321 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4324         resume msgdb directory.
4325
4326 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl.el (wl-exit): Call `wl-acap-exit'.
4329
4330         * wl-summary.el (wl-summary-message-string): New function.
4331         (wl-summary-reedit): Use it.
4332         (wl-summary-resend-bounced-mail): Remove needless let.
4333         (wl-summary-supersedes-message): Ditto.
4334         (wl-summary-save): Ditto.
4335
4336         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4337         (wl-acap-init): Set it.
4338         (wl-acap-exit): New function.
4339
4340 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4341
4342         * wl.el (wl-init): Revert (require 'mime-setup). move from
4343         toplevel.
4344
4345 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4346
4347         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4348         local variables.  Add error when guess function return invalid
4349         value.
4350
4351 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4352
4353         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4354         Change local variable name.
4355         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4356         (wl-folder-get-newsgroups): Return nil when non-news folder.
4357         * wl-summary.el (wl-summary-write-current-folder): State through
4358         when guess-list return nil.
4359         (wl-summary-write-current-folder-functions): Fixed docstring.
4360
4361         * wl.el (wl-exit): Changed confirm message.
4362
4363         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4364         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4365
4366         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4367
4368 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4369
4370         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4371         user option (Renamed from wl-cache-prefetch-folder-type-list).
4372         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4373         from wl-cache-prefetch-folder-list).
4374
4375         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4376         Move to wl-vars.el.
4377         (wl-message-buffer-prefetch-p): Changed to enable
4378         `wl-message-buffer-prefetch-folder-list'.
4379
4380         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4381         `ignore-cache'.
4382
4383 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4386         `part-top' and `part-bottom'.
4387         (wl-draft-config-sub-part-top): New function.
4388         (wl-draft-config-sub-part-bottom): New function.
4389
4390 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4393
4394 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4395
4396         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4397
4398 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4401
4402         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4403         (wl-summary-write-current-folder): Ditto.
4404
4405 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-folder.el (wl-folder-get-newsgroups): Use
4408         `elmo-folder-newsgroups'.
4409
4410 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4411
4412         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4413         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4414         `wl-draft-config-sub-header-bottom'.
4415
4416 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4417
4418         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4419         localnews folder.
4420
4421 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-summary.el (wl-summary-mode): Undo last change.
4424
4425         * wl-folder.el (wl-folder-mode): Ditto.
4426
4427 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-summary.el (wl-summary-mode): Locally set
4430         truncate-partial-window-width to nil.
4431         (for XEmacs)
4432
4433         * wl-folder.el (wl-folder-mode): Ditto.
4434
4435 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4436
4437         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4438
4439 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4442         number.
4443
4444         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4445
4446         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4447
4448         * Version number is increased to 2.7.6.
4449
4450 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4451
4452         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4453
4454 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-summary.el (wl-summary-sync-update): Enclose network
4457         related portion with `unwind-protect'.
4458
4459 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4460
4461         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4462
4463 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4464
4465         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4466         element.
4467         * wl-vars.el (wl-message-body-button-alist): Ditto.
4468
4469         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4470         max match length.
4471         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4472
4473         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4474         for the max match length;
4475         Use 4th element value for the button string regexp group.
4476
4477         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4478         candidate exists, prompt to select.
4479
4480 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4481
4482         * wl-summary.el (wl-summary-jump-to-msg): Search before
4483         calibration point by `beginning-of-line'.
4484
4485 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4488         for access group.
4489
4490 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-message.el (wl-message-display-internal): Bind
4493         `default-mime-charset'.
4494
4495         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4496
4497         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4498
4499         * Version number is increased to 2.7.5.
4500
4501 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4502
4503         * wl-expire.el (wl-summary-archive): Fixed;
4504         Use `elmo-folder-name-internal'.
4505
4506 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4507
4508         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4509         from `elmo-folder-move-messages' caller.
4510         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4511
4512         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4513         related portions are changed).
4514
4515 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4516
4517         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4518         counter.
4519
4520 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4523         buffer local and set it to nil.
4524
4525         * wl-message.el (wl-message-redisplay): Ditto.
4526
4527 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-summary.el (wl-summary-mark-as-important): If message is
4530         already cached, set messag as read, otherwise encache and mark as read.
4531
4532 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533
4534         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4535         point-min.
4536
4537 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4540         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4541         a keymap.
4542
4543 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4544
4545         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4546         parent.
4547
4548         * wl-mule.el (wl-message-define-keymap): Ditto.
4549
4550         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4551
4552         * wl-xmas.el (wl-message-display-internal-hook): Define.
4553         (wl-xmas-setup-message-toolbar): Define as function.
4554         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4555         (wl-message-overload-functions): Abolished.
4556         (wl-message-define-keymap): New function.
4557
4558         * wl-vars.el (wl-message-display-internal-hook): New variable.
4559         (wl-message-header-button-alist): New variable (Renamed from
4560         wl-highlight-message-header-button-alist).
4561         (wl-message-body-button-alist): Ditto.
4562
4563         * wl-mule.el (wl-message-define-keymap): New function.
4564         (wl-message-overload-functions): Abolished.
4565
4566         * wl-message.el (wl-message-add-buttons-to-body): New function.
4567         (wl-message-redisplay): Don't call wl-message-overload-functions;
4568         Call wl-message-add-buttons-to-header and
4569         wl-message-add-buttons-to-body.
4570         (wl-message-display-internal): Set keymap argument for
4571         elmo-mime-display-as-is, elmo-mime-message-display;
4572         Run wl-message-display-internal-hook.
4573         (wl-message-refer-article-or-url): Abolished.
4574
4575         * wl-highlight.el (wl-highlight-headers): Don't call
4576         wl-highlight-message-add-buttons-to-header.
4577         (wl-highlight-message-add-buttons-to-header): Abolished.
4578
4579
4580         * wl-e21.el (wl-message-display-internal-hook): Define.
4581         (wl-e21-setup-toolbar): Deleted duplicated binding.
4582         (wl-e21-setup-message-toolbar): Define as function.
4583         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4584         (wl-message-define-keymap): New function.
4585         (wl-message-overload-functions): Abolished.
4586
4587 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4588
4589         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4590         and elmo-folder-close.
4591
4592         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4593
4594 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4595
4596         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4597         boolean value.
4598         * wl-draft.el (wl-draft-do-fcc): Ditto.
4599
4600 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4601
4602         * wl-vars.el (wl-fcc-force-as-read): New variable.
4603         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4604         mark copied message as read.
4605
4606 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4607
4608         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4609
4610 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4611
4612         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4613         `wl-summary-target-above' instead of obsolete variable
4614         `wl-summary-temp-above'.
4615
4616         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4617         instead of `make-obsolete-variable'.
4618         * wl-refile.el (toplevel): Ditto.
4619
4620 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4623         with third argument t.
4624         (wl-draft): Set first argument for wl-plugged-init as t.
4625
4626         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4627         definition.
4628
4629 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4630
4631         * wl-vars.el: Tabify.
4632         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4633
4634         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4635         message.
4636
4637 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4640         and set default to beep.
4641
4642 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-vars.el (wl-draft-truncate-lines): New variable.
4645
4646         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4647         instead of wl-message-truncate-lines for truncate-lines.
4648
4649 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-message.el (wl-message-display-internal): Call
4652         `wl-highlight-message' after `elmo-mime-display-as-is'.
4653
4654         * wl-mime.el (wl-mime-display-text/plain): New function.
4655         (wl-mime-display-header): Ditto.
4656         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4657         body-presentation-method for text/plain;
4658         Register `wl-mime-display-header' as a header-presentation-method;
4659         Don't set up `elmo-message-text-content-inserted-hook' and
4660         `elmo-message-header-inserted-hook'.
4661
4662         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4663         variable.
4664         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4665         as t if flag is 'all-header;
4666         Don't bind `elmo-message-ignored-field-list',
4667         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4668
4669 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4672         for xemacs with non-mule environment.
4673
4674 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4675
4676         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4677         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4678         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4679
4680 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4681
4682         * wl-vars.el (wl-interactive-send): Set default value as t.
4683
4684 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4685
4686         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4687         (wl-addrmgr-method-list): Abolished.
4688         (wl-addrmgr-change-method): Follow above change.
4689
4690         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4691
4692 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-vars.el (wl-message-truncate-lines): Change default value
4695         to default-truncate-lines.
4696
4697         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4698
4699 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-vars.el (wl-message-truncate-lines): New variable.
4702
4703         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4704         wl-message-truncate-lines.
4705
4706 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4707
4708         * wl-acap.el (wl-acap-init): Remove period from error message.
4709         (wl-acap-find-acap-service): Remove period from message.
4710
4711 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl.el (wl-check-environment): Undo last change.
4714
4715         * wl-vars.el (wl-from): Changed default value.
4716
4717         * wl-util.el (toplevel): Don't require tm-edit.
4718
4719         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4720         `wl-folder-init';
4721         Don't set mark on mail body.
4722         (wl-draft-reedit): Ditto.
4723
4724         * wl-address.el (wl-address-quote-specials): Define as an alias for
4725         elmo-address-quote-specials.
4726
4727 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4730
4731         * wl-vars.el (wl-from): Set default value as nil.
4732         (wl-organization): Set default value as ORGANIZATION environment
4733         variable.
4734
4735         * wl-draft.el (wl-smtp-extension-bind): Check value of
4736         wl-smtp-connection-type.
4737
4738         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4739         error.
4740
4741 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4742
4743         * Version number is increased to 2.7.4.
4744
4745         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4746         arguments from `wl-highlight-x-face-function' caller.
4747         Use x-face-1.3.6.12 or later.
4748
4749 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4750
4751         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4752
4753 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4756         (wl-fcc): Fix to accept function.
4757         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4758
4759 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4760
4761         * wl-acap.el (toplevel): Added `product-provide' declare.
4762         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4763
4764 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl.el (wl): Changed order of calling `elmo-init'
4767         and `elmo-folder-init'.
4768
4769 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4770
4771         * wl-mime.el (wl-summary-burst): Extract message when content-type
4772         of root entity is not only `multipart' but also `message/rfc822'.
4773         (wl-summary-burst-subr): Ditto.
4774
4775 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4776
4777         * wl-vars.el (toplevel): Require 'custom.
4778         (wl-trash-folder): Added to `wl-setting' group.
4779
4780         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4781         exists.
4782         (wl-addrmgr-draw): Insert empty line when no entry exists.
4783
4784         * wl-mule.el (wl-message-wheel-up): Fixed.
4785         (wl-message-wheel-down): Ditto.
4786
4787 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4788
4789         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4790         config is an anonymous lambda expression.
4791
4792 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4795         when Mule 2 is running.
4796
4797 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4800
4801 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4804         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4805
4806         * wl-address.el (wl-address-specials-regexp): Eliminated.
4807         (wl-address-quote-specials): Rewrite.
4808
4809 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4812         shy-groups for regexp.
4813
4814         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4815         character classes and Perl style shy-groups for regexp.
4816         (wl-highlight-plugged-current-line): Use Posix style character
4817         classes for regexp.
4818         (wl-e21-highlight-folder-by-numbers): Ditto.
4819         (wl-e21-display-image-p): Use `display-images-p' instead of
4820         `display-graphic-p'.
4821         (display-images-p): Make an alias to `display-graphic-p' if it is
4822         not available.  It is for Emacs version prior to 21.0.105.
4823
4824         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4825         `display-graphic-p'.
4826         (wl-demo-image-type-alist): Ditto.
4827         (display-images-p): Make an alias to `display-graphic-p' if it is
4828         not available.  It is for Emacs version prior to 21.0.105.
4829
4830 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4831
4832         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4833         support.
4834         (wl-generate-user-agent-string): Ditto.
4835
4836         * wl-version.el (wl-version): Update docsting.
4837         (wl-version-status): Ditto.
4838
4839 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4840
4841         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4842         21.0.105.  For Emacs 21.0.104 or earlier.
4843
4844 2001-09-03  Takuo KITAME <kitame@northeye.org>
4845
4846         * wl-e21.el (wl-plugged-init-icons): Use
4847         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4848         (wl-biff-init-icons): Ditto.
4849
4850 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-highlight.el (wl-highlight-summary-current-line):
4853         Fixed highlighting refile/copy destination.
4854
4855         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4856         (wl-acap-store): Encode string by wl-acap-coding-system.
4857
4858 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-acap.el (toplevel): Check and require 'un-define before
4861         'xemacs-ucs;
4862          Added checking for UTF-2000.
4863
4864 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4867         Don't enclose with `eval-and-compile'.
4868
4869         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4870         wl-init is non-nil.
4871
4872         * wl-draft.el (wl-draft): Ditto.
4873
4874         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4875
4876         * wl-acap.el (toplevel): Require 'wl.
4877         (wl-acap-store): Call `elmo-init'.
4878
4879         * wl.el (wl): Changed position of `wl-check-environment'.
4880         (toplevel): Added autoload setting for wl-acap.
4881
4882         * wl-vars.el (wl-setting): New custom group.
4883         (wl-from): Added wl-setting group.
4884         (wl-user-mail-address-list): Ditto.
4885         (wl-organization): Ditto.
4886         (wl-subscribed-mailing-list): Ditto.
4887         (wl-envelope-from): Ditto.
4888         (wl-smtp-posting-user): Ditto.
4889         (wl-smtp-posting-server): Ditto.
4890         (wl-smtp-posting-port): Ditto.
4891         (wl-smtp-authenticate-type): Ditto.
4892         (wl-pop-before-smtp-user): Ditto.
4893         (wl-pop-before-smtp-server): Ditto.
4894         (wl-pop-before-smtp-port): Ditto.
4895         (wl-pop-before-smtp-authenticate-type): Ditto.
4896         (wl-nntp-posting-server): Ditto.
4897         (wl-nntp-posting-user): Ditto.
4898         (wl-nntp-posting-port): Ditto.
4899         (wl-fetch-confirm-threshold): Ditto.
4900         (wl-prefetch-threshold): Ditto.
4901         (wl-thread-insert-opened): Ditto.
4902         (wl-ldap-server): Ditto.
4903         (wl-ldap-port): Ditto.
4904         (wl-ldap-base): Ditto.
4905         (wl-ldap-objectclass): Ditto.
4906         (wl-use-ldap): Ditto.
4907         (wl-draft-config-alist): Ditto.
4908         (wl-draft-config-matchone): Ditto.
4909         (wl-template-alist): Ditto.
4910         (wl-message-sort-field-list): Ditto.
4911         (wl-message-ignored-field-list): Ditto.
4912         (wl-message-visible-field-list): Ditto.
4913         (wl-interactive-send): Ditto.
4914         (wl-summary-move-order): Ditto.
4915         (wl-auto-select-first): Ditto.
4916         (wl-auto-select-next): Ditto.
4917         (wl-interactive-save-folders): Ditto.
4918
4919         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4920         Initialization codes are moved from wl-local-folder-init.
4921         (wl-local-folder-init): Follow the change above.
4922         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4923
4924         * wl-acap.el: New file.
4925
4926         * Version number is increased to 2.7.3.
4927
4928 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4929
4930         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4931
4932 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4935         (wl-addrmgr-address-entry-list): Ditto.
4936
4937 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-e21.el (wl-draft-mode-map): Removed binding for
4940         `wl-draft-insert-x-face-field'.
4941
4942         * wl-mule.el (wl-draft-mode-map): Ditto.
4943
4944         * wl-xmas.el (wl-draft-mode-map): Ditto.
4945
4946         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4947         (wl-cs-autoconv): Ditto.
4948         (wl-cs-local): Ditto.
4949         (wl-use-scoring): Ditto.
4950         (wl-mime-charset): Ditto.
4951         (wl-folder-check-async): Ditto.
4952
4953         * wl.el (toplevel): Ignore nemacs and tm.
4954         (wl-exit): Ditto.
4955
4956         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4957         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4958         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4959         instead of wl-address-petname-add-or-change.
4960         (wl-summary-edit-addresses-subr): Use wl-address-delete
4961         instead of wl-address-petname-delete.
4962
4963         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4964
4965         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4966         if error occured.
4967
4968         * wl-message.el (require): Remove tm support.
4969
4970         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4971
4972         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4973         (wl-folder-jump-to-current-entity): Ditto.
4974         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4975
4976         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4977         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4978         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4979
4980         * wl-mule.el (wl-draft-key-setup): Ditto.
4981
4982         * wl-xmas.el (wl-draft-key-setup): Ditto.
4983
4984         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4985         (wl-draft-std11-parse-addresses): New function.
4986         (wl-draft-parse-mailbox-list): Use it.
4987         (wl-draft): Ignore nemacs.
4988         (wl-draft-reedit): Ditto.
4989
4990         * wl-addrmgr.el: New file.
4991         (Original is wl-rcpt.el written by
4992         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
4993         Thanks Kitamoto-san.)
4994
4995         * wl-address.el (wl-address-make-address-list): Modified parsing
4996         process.
4997         (wl-address-delete): Renamed from `wl-address-petname-delete';
4998         Modify wl-address-list too.
4999         (wl-address-add-or-change): Renamed from
5000         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5001
5002 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5003
5004         * wl-highlight.el (wl-highlight-summary-current-line):
5005           Work with transient-mark-mode
5006
5007 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * Version number is increased to 2.7.2.
5010
5011         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5012         instead of elmo-dop-queue-method.
5013
5014 2001-08-06  SAITO Atsunori <sai@yedo.com>
5015
5016         * wl-vars.el (wl-ldap-objectclass): New user option.
5017
5018         * wl-address.el (wl-ldap-make-filter): Use it.
5019
5020 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5023
5024 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-folder.el (wl-folder): redisplay after folder insertion.
5027
5028         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5029
5030         * wl-summary.el (wl-summary-sync-update):
5031         Change status mark only when new-msgdb exists.
5032         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5033
5034 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-summary.el (wl-summary-open-folder): New function.
5037         (wl-summary-goto-folder-subr): Use it.
5038         (wl-summary-mark-as-important): Fix;
5039         Encache only when no cache exists.
5040
5041 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5044         Use with-current-buffer.
5045
5046 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5047
5048         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5049         before call `get-buffer'. Fixed parenthesis.
5050         (wl-score-get-header-entry): Clear message and help window when
5051         keyboard quit.
5052         (wl-score-edit-insert-header): Ditto.
5053
5054 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5057         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5058         (wl-default-draft-cite): Fix.
5059
5060         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5061         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5062
5063 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-message.el (wl-message-prev-page): Do same bahavior
5066         as summary when it is called in the message buffer.
5067         (wl-message-next-page): Ditto.
5068
5069 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5070
5071         * wl-summary.el (wl-summary-forward): Use cache if it is not
5072         section cache.
5073
5074 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5075
5076         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5077         Removed redundant require of elmo-vars.
5078         (wl-biff-state-indicator-on): Changed default value for
5079         xemacs with non-mule environment.
5080
5081         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5082         wl-message-buffer is nil;
5083         Hide progress bar after moving messages.
5084
5085 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5088         message at cursor point is deleted.
5089
5090 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-vars.el: Changed file coding system to euc-japan.
5093         Added -*-coding:-*- magic to the first line.
5094
5095         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5096         Search parent from the first message.
5097
5098         * Version number is increased to 2.7.1.
5099
5100 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5101
5102         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5103
5104 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5107         refile/delete execution.
5108
5109         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5110         Fixed docstring.
5111
5112 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5115         do update process;
5116         Don't update marks when update process is interrupted.
5117
5118 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-summary.el (wl-summary-reply): Fixed problem when
5121         wl-draft-use-frame is non-nil.
5122         (wl-summary-forward): Ditto.
5123
5124         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5125         as nil.
5126         (wl-folder-mark-as-read-all-entity): Ditto.
5127         (wl-folder-prefetch-entity): Ditto.
5128
5129         * wl.el (wl): Check environment before wl-init.
5130
5131         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5132         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5133         instead of wl-summary-collect-unread.
5134         (wl-summary-reply): Split message window.
5135
5136 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5139         only if current language environment is japanese,
5140
5141         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5142         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5143         (wl-folder-goto-folder-subr): Ditto.
5144
5145         * wl-draft.el (wl-draft-dispatch-message): Call
5146         `elmo-file-cache-get-path'.
5147
5148 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-summary.el (wl-summary-cursor-move): If return value of
5151         wl-summary-next-message is not number, don't jump.
5152
5153 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-summary.el (wl-summary-buffer-next-message-function): New
5156         variable.
5157         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5158         if it is bound.
5159
5160         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5161         string.
5162
5163         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5164         (wl-plugged-drawing): Ditto.
5165
5166 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5169         process.
5170         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5171         with unwind-protect.
5172
5173         * wl.el (wl-init): Require mime-setup.
5174         (wl-check-environment): Don't require mime-setup.
5175
5176         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5177         instead of elmo-folder-type.
5178
5179         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5180         value as nil.
5181
5182 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * Version number is increased to 2.7.0.
5185
5186         * wl-version.el (wl-version): Changed codename.
5187
5188         * wl-summary.el (wl-summary-delete-cache): Fixed.
5189
5190         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5191         Workaround for net folders.
5192         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5193
5194         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5195         value to nil (According to the patch from
5196         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5197
5198         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5199         of elmo-folder-close.
5200
5201 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5202
5203         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5204         for postfix.
5205
5206 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * wl-summary.el (wl-summary-resend-message): Fixed.
5209
5210         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5211         Call wl-draft with `from' argument if its address is included in
5212         `wl-user-mail-address-list'.
5213         (wl-draft): Added `from' argument.
5214
5215         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5216         non-nil.
5217         (wl): Don't show demo if wl-demo is nil.
5218
5219         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5220         wl-summary-use-frame.
5221
5222         * wl-vars.el (wl-summary-use-frame): New user option.
5223         (wl-folder-use-frame): Changed docstring.
5224
5225         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5226         non-nil.
5227         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5228         wl-summary-use-frame.
5229
5230         * wl-vars.el (wl-folder-use-frame): New user option.
5231
5232         * wl-summary.el (wl-summary-exit): Back to folder frame if
5233         wl-folder-use-frame is non-nil.
5234         (wl-summary-redisplay-internal): Ignore cache if current folder
5235         is draft folder,
5236         (wl-summary-redisplay-no-mime): Ditto.
5237         (wl-summary-redisplay-all-header): Ditto.
5238
5239         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5240         if wl-folder-use-frame is non-nil.
5241
5242 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-summary.el (wl-summary-sync-update): Bind
5245         elmo-folder-update-threshold.
5246         (wl-summary-mark-as-important): Enclosed server mark processing
5247         with `save-match-data'.
5248
5249         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5250         only when it is already defined.
5251
5252 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5253
5254         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5255         name of folder exclude localdir is wrong.
5256         * wl-folder.el (wl-folder-sync-entity):
5257         Set `wl-summary-always-sticky-folder-list' as nil.
5258         (wl-folder-mark-as-read-all-entity): Ditto.
5259         (wl-folder-prefetch-entity): Ditto.
5260
5261 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5262
5263         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5264         instead of `wl-summary-write-current-newsgroup'.
5265
5266 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5267
5268         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5269         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5270         non-nil and selected message is important, do not display.
5271
5272 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5275
5276 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5279
5280         * wl-summary.el (wl-summary-mark-as-important): Set message number
5281         using wl-summary-message-number.
5282
5283 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5284
5285         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5286         destination folder is 'null.
5287
5288 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5291         New function.
5292         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5293         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5294         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5295
5296 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-mime.el (wl-mime-setup): Added setting for
5299         `mime-setup-signature-key-alist' to avoid overriding key bind for
5300         `wl-draft-send'.
5301
5302         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5303         for `wl-draft-send'.
5304         * wl-mule.el (wl-draft-overload-functions): Ditto.
5305         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5306         * wl-draft.el (wl-draft-send): Ditto.
5307
5308         * wl-message.el (wl-message-display-internal):
5309         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5310         (Patch is provided by <kita@coe.nttdata.co.jp>).
5311
5312 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5315
5316 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl.el (wl): Fix for wl-demo.
5319
5320 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5323
5324 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-folder.el (wl-folder-prefetch-entity): Use
5327         `wl-folder-get-elmo-folder'.
5328         (wl-folder-count-incorporates): Do not use
5329         `wl-folder-get-elmo-folder'.
5330
5331 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5334         instead of `elmo-folder-get-type'.
5335
5336 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5337
5338         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5339         position on Subject: field.
5340         (Advised by Mito <mit@nines.nec.co.jp>)
5341
5342 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5343
5344         * wl-folder.el (wl-folder-prefetch-entity): Use
5345         `wl-folder-get-elmo-folder'.
5346
5347 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5350
5351         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5352         `process-duplicates' slot.
5353
5354         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5355         if detection failed.
5356
5357 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5358
5359         * wl-version.el (wl-version-status): Set to "alpha".
5360
5361 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5364         Check wl-message-buffer lives before set-buffer.
5365
5366 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5367
5368         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5369         called in folder mode.
5370         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5371         * wl-summary.el (wl-summary-exit-pre-hook): Run
5372         `wl-summary-exit-pre-hook' before exit summary mode.
5373
5374 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5375
5376         * wl-version.el (wl-version-status): New variable.
5377         (wl-version-status-alist): Removed.
5378         (wl-version-status): Rule included.
5379
5380 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5383         @sponichi.
5384
5385         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5386         when `mail-reply-buffer' is buffer-local variable.
5387         (Reported by <kita@coe.nttdata.co.jp>).
5388
5389 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-vars.el (toplevel): Require 'elmo-util.
5392
5393 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5396         (All other related portions are changed)
5397
5398         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5399
5400         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5401
5402 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5403
5404         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5405
5406 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5409         Delete other windows to avoid an error.
5410         Use `point-marker' instead of `point' to remember the start point
5411         of body.
5412
5413         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5414
5415         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5416         number not to exceed all message number.
5417
5418 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5421         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5422
5423 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-summary.el (wl-summary-sync-force-update): Added argument
5426         no-check.
5427         (wl-summary-sync-update): Ditto.
5428         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5429         with `no-check'.
5430
5431         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5432         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5433         already running.
5434
5435 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5436
5437         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5438         `dst-folder-arg'.
5439         (wl-expire-archive-number1): Diito.
5440         (wl-expire-archive-number2): Diito.
5441         (wl-expire-archive-Date): Diito.
5442         (wl-archive-number1): Diito.
5443         (wl-archive-number2): Diito.
5444         (wl-archive-date): Diito.
5445         (wl-archive-folder-p): New function.
5446         (wl-summary-expire): Support of expand folder name at
5447         wl-expire-alist.
5448         * wl-util.el (wl-expand-newtext): Renamed from
5449         `wl-refile-expand-newtext'.
5450
5451 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5452
5453         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5454         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5455         `(elmo-msgdb-get-overview msgdb)'.
5456         (wl-summary-prefetch): Bind match data before call
5457         `wl-summay-prefetch-msg'.
5458         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5459         'off if `wl-summary-buffer-disp-msg' is non-nil.
5460         Fixed problem that couldn't show only one new or unread message when
5461         enter folder.
5462         (wl-summary-reply): Don't call `split-window-vertically' and other
5463         window.
5464
5465 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * wl-expire.el (wl-expire-refile): Fixed.
5468
5469 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5472
5473         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5474         biff notification is removed.
5475
5476         * wl.el (wl): Changed position of `elmo-init'.
5477
5478         * wl-draft.el (wl-default-draft-cite): Use date field
5479         on the citation buffer.
5480
5481         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5482
5483         * wl-xmas.el (wl-folder-internal-icon-list): Added
5484         `wl-folder-shimbun-image'.
5485
5486         * wl-e21.el (wl-folder-internal-icon-list): Added
5487         `wl-folder-shimbun-image'.
5488
5489 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * wl.el (wl-init): Eliminated argument.
5492         (wl): Rewrite.
5493
5494         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5495         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5496         instead of `elmo-folder-msgdb-internal'.
5497         (wl-summary-sync-update): Ditto.
5498         (wl-summary-flush-pending-append-operations): Eliminated.
5499         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5500         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5501         `elmo-folder-open'.
5502
5503         * wl-mime.el (wl-summary-burst): Fixed.
5504
5505         * wl-folder.el (wl-folder-info-save): Check data type.
5506
5507         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5508         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5509         instead of `elmo-folder-msgdb-internal'.
5510         (wl-expire-hide): Ditto.
5511
5512
5513         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5514
5515 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5516
5517         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5518
5519 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5520
5521         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5522
5523 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5524
5525         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5526         Fixed `match-beginning' argument mismatch.
5527
5528 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5529
5530         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5531         the default value.
5532
5533 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5534
5535         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5536         instead of `elmo-nntp-default-port'.
5537
5538         * wl-vars.el: Fixed some doc strings.
5539
5540 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-summary.el (wl-summary-prefetch-msg): Use
5543         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5544
5545         * wl-vars.el: Define *-func as obsolete variable using
5546         `elmo-define-obsolete-variable'.
5547
5548         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5549         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5550         instead of `wl-message-buffer-prefetch-threshold'.
5551
5552         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5553
5554         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5555
5556         * wl-draft.el (wl-caesar-region-func): Ditto.
5557
5558         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5559         Keep unread status in elmo-folder-move-messages.
5560         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5561
5562 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5563
5564         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5565         `wl-summary-buffer-exit-func'
5566         (wl-summary-buffer-message-redisplay-function): Renamed from
5567         `wl-summary-buffer-message-redisplay-func'
5568         (wl-summary-buffer-next-folder-function): Renamed from
5569         `wl-summary-buffer-next-folder-func'.
5570         (wl-summary-buffer-prev-folder-function): Renamed from
5571         `wl-summary-buffer-prev-folder-func'.
5572         (wl-summary-get-petname-function): Renamed from
5573         `wl-summary-get-petname-func'.
5574
5575         * wl-score.el (wl-score-edit-exit-function): Renamed from
5576         `wl-score-edit-exit-func'.
5577
5578         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5579         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5580
5581         * wl-util.el (wl-load-profile-function): Renamed from
5582         `wl-load-profile-func'.
5583
5584         * wl-folder.el (wl-folder-completion-function): Renamed from
5585         `wl-folder-completion-func'.
5586         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5587
5588         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5589         `wl-expire-archive-get-folder-func'.
5590         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5591         (wl-draft-send-mail-function): Renamed from
5592         `wl-draft-send-mail-func'.
5593         (wl-draft-send-news-function): Renamed from
5594         `wl-draft-send-news-func'.
5595         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5596         (wl-generate-mailer-string-function): Renamed from
5597         `wl-generate-mailer-string-func'.
5598         (wl-highlight-signature-search-function): Renamed from
5599         `wl-highlight-signature-search-func'.
5600         (wl-highlight-x-face-function): Renamed from
5601         `wl-highlight-x-face-func'
5602         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5603         (wl-ps-print-buffer-function): Renamed from
5604         `wl-ps-print-buffer-func'
5605         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5606         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5607         (wl-summary-subject-filter-function): Renamed from
5608         `wl-summary-subject-filter-func'.
5609
5610         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5611         `wl-draft-queue-flush-send-func'
5612         (wl-draft-cite-function): Renamed from
5613         `wl-draft-cite-func'
5614
5615         * wl-address.el (wl-address-init-function): Renamed from
5616         `wl-address-init-func'.
5617
5618 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-draft.el (wl-draft-queue-flush): Don't call
5621         `elmo-dop-unlock-message'.
5622         * wl-draft.el (wl-draft-queue-append): Don't call
5623         `elmo-dop-lock-message'.
5624
5625         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5626         (wl-summary-buffer-folder-name): Ditto.
5627         (wl-summary-message-regexp): Added '-' (all other related portions
5628         are changed).
5629         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5630         wl-summary-buffer-folder-name.
5631
5632 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5633
5634         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5635         the number of mails in the folder buffer is not updated by wl-biff.
5636
5637 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5638
5639         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5640         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5641
5642 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-summary.el (wl-summary-next-message):
5645         Return next message number when wl-summary-move-order is nil.
5646
5647 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5648
5649         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5650         `wl-summary-move-spec-alist'.
5651         (wl-summary-move-spec-unplugged-alist): New variable
5652         (Move spec for unplugged status).
5653         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5654         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5655
5656 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5657
5658         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5659         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5660
5661 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5662
5663         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5664         simple quotation to quote the anonymous function.
5665         * tm-wl.el (wl-draft-preview-message): Ditto.
5666
5667 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5668
5669         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5670         Eliminate redundant `save-excursion'.
5671         (wl-highlight-summary-current-line): Ditto.
5672
5673         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5674         accessing match data when `looking-at' failed.
5675
5676         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5677         `elmo-match-string' where users don't care about the speed.
5678         (wl-draft-save): Ditto.
5679
5680 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-util.el (wl-regexp-opt): New function.
5683
5684         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5685         number from `wl-summary-buffer-number-list'.
5686         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5687         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5688         (wl-summary-move-spec-alist): Changed default setting.
5689
5690 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5691
5692         * wl-vars.el (wl-biff-notify-hook): New hook.
5693         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5694         the arrival of new mail.
5695         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5696         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5697
5698 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5701
5702 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5705
5706         * Version number is increased to 2.5.8.
5707
5708         * wl-thread.el (toplevel): require 'cl.
5709         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5710         (wl-thread-make-number-list): New function.
5711         (wl-thread-entity-make-number-list-from-children): Ditto.
5712         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5713         (wl-thread-entity-insert-as-children): Likewise.
5714         (wl-thread-delete-message): Likewise.
5715         (wl-meaning-of-mark): Eliminated.
5716         (wl-thread-next-failure-mark-p): Ditto.
5717         (wl-thread-entity-get-mark): Ditto.
5718         (wl-thread-meaning-alist-get-result): Ditto.
5719         (wl-thread-entity-check-prev-mark): Ditto.
5720         (wl-thread-entity-check-next-mark): Ditto.
5721         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5722         (wl-thread-entity-get-prev-marked-entity): Ditto.
5723         (wl-thread-get-prev-unread): Ditto.
5724         (wl-thread-jump-to-prev-unread): Ditto.
5725         (wl-thread-get-next-unread): Ditto.
5726         (wl-thread-jump-to-next-unread): Ditto.
5727         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5728         (wl-thread-entity-get-next-marked-entity): Ditto.
5729
5730         * wl-summary.el (wl-summary-buffer-number-list):
5731         New bufer-local variable.
5732         (wl-summary-switch-to-clone-buffer): Clone
5733         `wl-summary-buffer-number-list'.
5734         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5735         (wl-summary-cursor-move-regex): Eliminated.
5736         (wl-summary-cursor-up): Rewrite.
5737         (wl-summary-cursor-down): Ditto.
5738         (wl-summary-mode-spec-alist): New variable.
5739         (wl-summary-next-message): New inline function.
5740         (wl-summary-cursor-move): New function.
5741         (wl-summary-default-get-next-msg): Rewrite.
5742         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5743         (wl-summary-rescan): Ditto.
5744         (wl-summary-sync-all-init): Ditto.
5745         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5746         summary is not thread view.
5747         (wl-summary-sync-update): Ditto.
5748         (wl-summary-rescan): Ditto.
5749         (wl-summary-make-number-list): New function.
5750
5751         * wl-draft.el: "FCC" -> "Fcc".
5752
5753 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-highlight.el (wl-highlight-summary-window):
5756         Call `set-buffer-modified-p'.
5757
5758         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5759         (wl): Call `elmo-init' and fix.
5760
5761         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5762         Use new variables.
5763
5764         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5765
5766 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5767
5768         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5769
5770 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5771
5772         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5773
5774 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5775
5776         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5777         `wl-use-toolbar' nor `display-graphic-p'.
5778         (wl-e21-setup-message-toolbar): Ditto.
5779         (wl-e21-setup-summary-toolbar): Ditto.
5780         (wl-e21-setup-folder-toolbar): Ditto.
5781
5782         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5783         (wl-plugged-init-icons): Ditto.
5784
5785         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5786         `display-graphic-p'.
5787         (wl-plugged-set-folder-icon): Ditto.
5788         (wl-highlight-plugged-current-line): Ditto.
5789         (wl-highlight-folder-current-line): Ditto.
5790         (wl-e21-highlight-folder-group-line): Ditto.
5791         (wl-e21-setup-toolbar): Ditto.
5792         (wl-e21-display-image-p): New macro.
5793
5794         * wl-demo.el (wl-demo): Simplified.
5795         (wl-demo-image-type-alist): Use `image-type-available-p' for
5796         checking whether the image type `xbm' is available.
5797
5798 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5801         (wl-summary-input-range): Ditto.
5802
5803 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-summary.el (wl-summary-edit-addresses): Use
5806         `wl-summary-get-original-buffer'
5807         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5808         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5809         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5810         (wl-summary-get-newsgroups): Eliminated.
5811         (wl-summary-set-crosspost): Ditto.
5812         (wl-summary-is-crosspost-folder): Ditto.
5813         (wl-crosspost-alist-load): Ditto.
5814         (wl-crosspost-alist-save): Ditto.
5815
5816         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5817         `elmo-setup-subscribed-newsgroups' instead of
5818         `elmo-nntp-make-groups-hashtb'.
5819         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5820         instead of `wl-crosspost-alist-save'.
5821
5822         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5823         of `elmo-folder-message-appendable-p'.
5824         (wl-mime-header-presentation-method): Eliminated.
5825
5826         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5827         (Error occurs in emacs21).
5828
5829         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5830         the current buffer).
5831
5832         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5833         instead of `wl-crosspost-alist-save'.
5834         (wl-init): `elmo-crosspost-message-alist-load'
5835         instead of `wl-crosspost-alist-load'
5836
5837         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5838         (wl-parse-newsgroups): Likewise.
5839         (wl-biff-notify): Run `wl-biff-notify-hook'.
5840
5841 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5844
5845         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5846         when `wl-summary-lazy-highlight' is non-nil.
5847         (wl-summary-goto-folder-subr): Highlight only when
5848         `wl-summary-lazy-highlight' is non-nil.
5849
5850         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5851         Don't display progress and highlight temp-mark when
5852         `wl-summary-lazy-highlight' is non-nil.
5853         (wl-highlight-summary-window): New function.
5854         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5855
5856 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl-summary.el (wl-summary-sync): Change `all-visible'
5859         from `all-shown'
5860         (wl-summary-input-range): Ditto.
5861
5862 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5863
5864         * wl-e21.el (wl-highlight-folder-current-line): Call
5865         `wl-folder-init-icons' when folder icons have not been initialized.
5866
5867         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5868
5869         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5870         (wl-demo-image-type-alist): New macro.
5871
5872 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5873
5874         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5875         display does not support graphics.
5876         (wl-plugged-init-icons): Ditto.
5877         (wl-folder-init-icons): Ditto.
5878
5879         * wl-demo.el (wl-demo): Chech closely whether the display
5880         supports graphics.
5881
5882 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-summary.el (wl-summary-get-original-buffer): New function.
5885         (wl-summary-set-crosspost): Use it.
5886         (wl-summary-target-mark-uudecode): Ditto.
5887         (wl-summary-reedit): Ditto.
5888         (wl-summary-resend-bounced-mail): Ditto.
5889         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5890         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5891
5892         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5893         (wl-message-display-internal): Ditto.
5894
5895 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5898
5899 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-summary.el (wl-summary-save-view): Renamed from
5902         `wl-summary-save-status'.
5903
5904 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5905
5906         * wl-summary.el (wl-summary-sync): Added `all-shown'
5907
5908 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5909
5910         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5911
5912 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5915
5916 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5917
5918         * wl-highlight.el (wl-highlight-summary-line-string): Use
5919         `zerop' instead of `= 0'.
5920         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5921
5922         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5923         for comparing numbers.
5924         (wl-template-prev): Use `zerop' instead of `eq 0'.
5925
5926         * wl-draft.el (wl-draft-insert-current-message): Use
5927         `with-current-buffer' instead of `save-excursion'.
5928         Use `zerop' instead of `eq 0'.
5929
5930 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-draft.el (wl-draft-insert-ccs): New function.
5933         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5934         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5935
5936 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5939
5940 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-expire.el (wl-expire-refile): Don't call
5943         elmo-msgdb-add-msgs-to-seen-list;
5944         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5945         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5946
5947 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * wl-message.el (wl-message-prev-page): Ignore errors while
5950         scroll-down.
5951
5952 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-mime.el: Use elmo-original-message-mode instead of
5955         mmelmo-original-mode.
5956
5957         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5958         `elmo-folder-get-spec';
5959         (wl-fldmgr-add-completion-all-completions):
5960         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5961
5962         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5963         of `elmo-folder-get-type'.
5964
5965         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5966         `elmo-folder-get-spec';
5967         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5968         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5969         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5970         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5971         `elmo-read-msg-no-cache';
5972         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5973         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5974         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5975         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5976         `elmo-cache-save';
5977         (wl-draft-reedit): Use `elmo-message-file-name'.
5978
5979         * wl-expire.el: Use `elmo-folder-name-internal';
5980         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5981         Use macro `wl-summary-buffer-msgdb' instead of variable
5982         `wl-summary-buffer-msgdb';
5983         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5984         Use macro `wl-summary-buffer-folder-name' instead of variable
5985         `wl-summary-buffer-folder-name'.
5986         * wl-score.el: Likewise.
5987
5988         * wl-message.el: Rewrite for new message buffer cache mechanism.
5989         (wl-message-buffer-cache-buffer-get): New macro.
5990         (wl-message-buffer-cache-folder-get): Ditto.
5991         (wl-message-buffer-cache-message-get): Ditto.
5992         (wl-message-buffer-cache-entry-make): Ditto.
5993         (wl-message-buffer-cache-hit): Ditto.
5994         (wl-message-buffer-cache-sort): New function.
5995         (wl-message-buffer-cache-add): Ditto.
5996         (wl-message-buffer-cache-delete): Ditto.
5997         (wl-message-buffer-cache-clean-up): Ditto.
5998         (wl-message-buffer-window): Rewrite.
5999         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6000         (wl-message-buffer-display): New function.
6001         (wl-message-display-internal): New function.
6002
6003 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-folder.el: Use `elmo-folder-name-internal';
6006         Use `wl-folder-get-elmo-folder';
6007         Use `elmo-folder-list-messages' instead of
6008         `elmo-list-folder';
6009         Use `elmo-folder-get-primitive-list' instead of
6010         `elmo-folder-get-primitive-spec-list';
6011         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6012         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6013         Use `elmo-folder-create' instead of `elmo-create-folder'.
6014         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6015         (wl-folder-get-elmo-folder): New macro.
6016         (wl-folder-elmo-folder-cache-get): Ditto.
6017         (wl-folder-elmo-folder-cache-put): Ditto.
6018         (wl-folder-suspend): Call `elmo-quit'.
6019
6020         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6021         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6022         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6023         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6024         (toplevel): require 'cl.
6025         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6026
6027         * wl-summary.el: Rewrite to use new elmo interface.
6028
6029 \f
6030 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * wl-mime.el (wl-draft-preview-message):
6033         Run `wl-draft-send-hook' before collecting recipients information;
6034         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6035
6036         * tm-wl.el (wl-draft-preview-message): Ditto.
6037
6038 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6041         wrong receipients are displayed when forwarded message.
6042
6043 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * Version number is increased to 2.5.7.
6046
6047 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6048
6049         * wl-message.el (wl-message-next-page): Bind
6050         `window-pixel-scroll-increment' to nil while scrolling up.
6051
6052 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6053
6054         * wl-vars.el (wl-save-hook): New hook.
6055         * wl.el (wl-save): Call `wl-save-hook'.
6056
6057 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6058
6059         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6060         Argument WITH-ARG instead of NO-ARG (negative mean).
6061         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6062         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6063         * wl-message.el (wl-message-follow-current-entity): Likewise.
6064
6065 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6066
6067         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6068         FROM was optional argument.
6069         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6070
6071 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6072
6073         * Version number is increased to 2.5.6.
6074
6075 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-version.el (wl-version-show): Removed.
6078         (wl-version): Add `interactive'.
6079
6080 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6081
6082         * wl-summary.el (wl-summary-get-petname-func): New variable.
6083         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6084         instead of `wl-address-get-petname-1'.
6085         (wl-summary-simple-from): Ditto.
6086
6087         * wl-address.el (wl-address-get-petname-1): Define as function.
6088
6089 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6092         field in the original message.
6093         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6094
6095 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6096
6097         * wl-expire.el (wl-expire-hide):
6098         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6099
6100 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6101
6102         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6103         find decoder for To, Cc, and Subject.
6104
6105 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6108         for checking `elmo-use-buffer-cache'.
6109         (wl-summary-mark-as-important): Fixed typo in comment.
6110
6111 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6114         field in the original message.
6115         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6116
6117 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6118
6119         * wl-expire.el (wl-expire-hide):
6120         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6121
6122 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6125         find decoder for To, Cc, and Subject.
6126
6127 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * Version number is increased to 2.5.5.
6130
6131         * wl-address.el (wl-address-specials-regexp): New constant.
6132         (wl-address-quote-specials): Use it.
6133
6134 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-summary.el (wl-summary-rescan):
6137         Call `wl-summary-buffer-number-column-detect'.
6138         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6139
6140         * wl-message.el (wl-message-mode-map): Define.
6141         (wl-message-decode): Use it as local-map.
6142
6143 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6146         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6147
6148 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6149
6150         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6151
6152         * wl-mule.el (wl-read-event-char): Ditto.
6153
6154         * wl-e21.el (wl-read-event-char): Ditto.
6155
6156         * wl-nemacs.el (wl-read-event-char): Ditto.
6157         (read-event): Removed.
6158
6159         * wl-util.el (toplevel): Removed dummy definition of
6160         `read-event'.
6161         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6162
6163 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6164
6165         * wl-nemacs.el (elmo-archive-call-process): Moved to
6166         elmo-archive.el.
6167
6168 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6169
6170         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6171         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6172
6173         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6174         instead of magic-number 6.  Use `not' instead of `null' for symbol
6175         `nil' check (not empty list).
6176         (wl-draft-insert-x-face-field): Fixed paren style.
6177
6178         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6179         one-branch conditional statement, instead of `and' and `if'.
6180         (wl-draft-forward): Likewise.
6181         (wl-draft-add-references): Likewise.
6182         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6183
6184         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6185         conditional steatment.  Use `cond' instead of `if'.
6186         (wl-draft-confirm): Likewise.
6187
6188 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6189
6190         * wl-version.el (wl-version-show): Use `product-string-1'
6191         instead of `wl-version'.
6192         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6193
6194         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6195
6196 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6197
6198         * wl-highlight.el (wl-highlight-headers): Revert
6199         `wl-highlight-x-face-func' argument (`beg' and `end').
6200
6201 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6202
6203         * wl.el (toplevel): Move `product-provide' declare.
6204         * wl-demo.el (toplevel): Ditto.
6205         * wl-dnd.el (toplevel): Ditto.
6206         * wl-highlight.el (toplevel): Ditto.
6207         * wl-message.el (toplevel): Ditto.
6208         * wl-refile.el (toplevel): Ditto.
6209         * wl-util.el (toplevel): Ditto.
6210
6211 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6214         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6215         (wl-thread-close-all): keep cursor position.
6216
6217 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6218
6219         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6220         (eq x 0).
6221         (wl-generate-user-agent-string-1): Fix conditional statement.
6222
6223 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl.el (wl-check-environment): Additional check for
6226         'wl-local-domain' and `wl-message-id-domain'.
6227
6228 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6229
6230         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6231
6232 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6233
6234         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6235         instead of `smtp-sasl-user-realm'.
6236
6237 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6238
6239         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6240
6241 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6242
6243         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6244         to the default value as well as `eword-lexical-analyzer'.
6245
6246 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6247
6248         * wl-version.el (wl-extended-emacs-version,
6249         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6250         `elmo-match-string' instead of `wl-match-string'.
6251
6252 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6253
6254         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6255         docstring.
6256
6257 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6258
6259         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6260
6261 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6262
6263         * wl-highlight.el (wl-highlight-headers): Remove
6264         `wl-highlight-x-face-func' argument (`beg' and `end').
6265
6266 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-summary.el (wl-summary-mark-as-important):
6269         Remove cache if folder is local.
6270
6271 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6272
6273         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6274         to get existing e-mail address string.
6275
6276 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6277
6278         * wl-version.el (wl-generate-user-agent-string): Commentary.
6279         (wl-generate-user-agent-string-1): Use `when' for
6280         one-branch conditional statement, instead of `and' and `if'.
6281         (wl-extended-emacs-version, wl-extended-emacs-version2,
6282         wl-extended-emacs-version3): Ditto.
6283
6284 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6287         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6288         condition-case; Remove initialization.
6289         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6290         (wl-summary-sync-update3): Added argument `sync-all';
6291         Eliminated local variable `msgdb';
6292         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6293         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6294         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6295
6296 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6297
6298         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6299         connection before call `wl-draft-send-mail-with-smtp'.
6300
6301 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * Version number is increased to 2.5.4.
6304
6305 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl.el (wl-check-environment): Additional check for
6308         'wl-local-domain' and `wl-message-id-domain'.
6309
6310 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6313         buffer as command specific.
6314         (wl-folder-mark-as-read-all-entity): Ditto.
6315         (wl-folder-prefetch-entity): Ditto.
6316         (wl-folder-drop-unsync-entity): Ditto.
6317
6318         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6319         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6320         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6321
6322         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6323         save-excursion.
6324
6325 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * Version number is increased to 2.5.3.
6328
6329         * wl-summary.el (wl-summary-save-view-cache):
6330         Delete duplicated `write-region';
6331         Use `write-region-as-binary' instead of `as-binary-output-file' and
6332         `write-region'.
6333
6334 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6335
6336         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6337
6338 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6341         instead of `smtp-via-smtp'.
6342
6343 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6344
6345         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6346
6347 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6350         instead of `smtp-sasl-user-realm'.
6351
6352 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6355
6356 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * Version number is increased to 2.5.2.
6359
6360 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6363         does not exist.
6364         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6365         (wl-biff-start): Call `timer-activate' if timer already exists.
6366
6367         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6368         only when it is bound as function.
6369
6370 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6371
6372         * Version number is increased to 2.5.1.
6373
6374 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6377         Print refile/copy destination.
6378
6379 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6382         queue-flush-only is non-nil.
6383
6384         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6385
6386         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6387         checking cache folder.
6388
6389 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6390
6391         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6392         `regexp-quote'.
6393
6394 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6395
6396         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6397         function.
6398         * wl-summary.el (wl-summary-write-current-folder-functions):
6399         Change default value.  Use it.
6400
6401 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * Version number is increased to 2.5.0.
6404
6405         * wl-version.el (wl-version): Changed codename.
6406
6407 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6408
6409         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6410         (wl-summary-supersedes-message): Ditto.
6411
6412 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6413
6414         * wl-refile.el (wl-refile-guess-functions): Renamed from
6415         `wl-refile-guess-func-list'.
6416
6417 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6420         Fixed problem when no rule was matched.
6421
6422 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6423
6424         * wl-summary.el (wl-summary-get-mark): Fixed
6425         `wl-summary-buffer-target-mark' check logic.
6426
6427 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6428
6429         * wl-folder.el (wl-folder-write-current-folder): Added group
6430         folder check.
6431
6432         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6433         `wl-summary-write-current-newsgroup'.
6434         (wl-summary-write-current-folder-functions): New variable.
6435         * wl-folder.el (wl-folder-get-newsgroups): New function.
6436         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6437         (wl-folder-write-current-folder): Renamed from
6438         `wl-folder-write-current-newsgroup'.
6439
6440 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6441
6442         * Version number is increased to 2.3.93.
6443
6444 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6447         (wl-ldap-make-matched-value-list): Ditto.
6448         (wl-ldap-alias-safe-string): Split e-mail address.
6449
6450         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6451         petname folder default was selected.
6452         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6453         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6454
6455 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6458         to `wl-draft-config-exec'.
6459
6460         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6461         instead of calling `wl-draft-config-exec';
6462         Process group-list and show recipients in minibuffer.
6463
6464         * tm-wl.el (wl-draft-preview-message): Ditto.
6465
6466 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * wl.el (toplevel): Added (C) to copyright notice, and
6469         sync Author header.
6470         * tm-wl.el (toplevel): Ditto.
6471         * wl-address.el (toplevel): Ditto.
6472         * wl-demo.el (toplevel): Ditto.
6473         * wl-dnd.el (toplevel): Ditto.
6474         * wl-draft.el (toplevel): Ditto.
6475         * wl-e21.el (toplevel): Ditto.
6476         * wl-expire.el (toplevel): Ditto.
6477         * wl-folder.el (toplevel): Ditto.
6478         * wl-highlight.el (toplevel): Ditto.
6479         * wl-message.el (toplevel): Ditto.
6480         * wl-mime.el (toplevel): Ditto.
6481         * wl-mule.el (toplevel): Ditto.
6482         * wl-nemacs.el (toplevel): Ditto.
6483         * wl-refile.el (toplevel): Ditto.
6484         * wl-score.el (toplevel): Ditto.
6485         * wl-summary.el (toplevel): Ditto.
6486         * wl-template.el (toplevel): Ditto.
6487         * wl-thread.el (toplevel): Ditto.
6488         * wl-util.el (toplevel): Ditto.
6489         * wl-vars.el (toplevel): Ditto.
6490         * wl-xmas.el (toplevel): Ditto.
6491
6492 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6493
6494         * wl.el (wl-init): Added comment about `wl-init-hook'.
6495         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6496         * wl-vars.el (wl-init-hook): Added docs.
6497         (wl-make-plugged-hook): Removed useless docs.
6498         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6499         * wl-xmas.el (toplevel): Ditto.
6500
6501 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6502
6503         * wl-address.el (toplevel): Fixed multiple Author header format.
6504         * wl-demo.el (toplevel): Ditto.
6505         * wl-draft.el (toplevel): Ditto.
6506         * wl-folder.el (toplevel): Ditto.
6507         * wl-summary.el (toplevel): Ditto.
6508         * wl-thread.el (toplevel): Ditto.
6509         * wl-util.el (toplevel): Ditto.
6510         * wl-vars.el (toplevel): Ditto.
6511         * wl-version.el (toplevel): Ditto.
6512         * wl-xmas.el (toplevel): Ditto.
6513         * wl.el (toplevel): Ditto.
6514
6515         * wl-version.el (toplevel): Added require `elmo-version' for
6516         `product-version-as-string'.
6517
6518 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-vars.el (wl-draft-send-hook): Changed default value to
6521         '(wl-draft-config-exec).
6522
6523         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6524         explicitly.
6525         (wl-draft): Set `wl-draft-config-exec-flag' before running
6526         `wl-mail-setup-hook'.
6527
6528         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6529         `wl-biff-init-icons' to `wl-init-hook' instead of
6530         `wl-make-plugged-hook'.
6531         (Because if `wl-draft' command is invoked at first,
6532         they are not initialized)
6533         Updated copyright notice.
6534
6535         * wl-e21.el (toplevel): Ditto;
6536
6537         * wl-demo.el (toplevel): Updated copyright notice.
6538         * wl-address.el (toplevel): Ditto.
6539         * wl-draft.el (toplevel): Ditto.
6540         * wl-version.el (toplevel): Ditto.
6541         * wl-folder.el (toplevel): Ditto.
6542         * wl-summary.el (toplevel): Ditto.
6543         * wl-thread.el (toplevel): Ditto.
6544         * wl-util.el (toplevel): Ditto.
6545         * wl-vars.el (toplevel): Ditto.
6546         * wl.el (toplevel): Ditto.
6547
6548 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * wl-highlight.el (wl-highlight-message): Fixed problem of
6551         highlighting failure which occured when the last field contains
6552         multiple lines in the draft buffer.
6553
6554         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6555         `wl-biff-start' if plugged.
6556
6557         * wl-util.el (wl-biff-check-folder): New function.
6558         (wl-biff-check-folders): Don't set session name prefix.
6559         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6560         (wl-biff-check-folder-async): Ditto.
6561
6562         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6563         in email address.
6564
6565 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6566
6567         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6568
6569         * wl-draft.el (wl-draft-strip-subject-re): New function.
6570
6571         * wl-draft.el (wl-draft-reply): Use it.
6572
6573 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-message.el (wl-mmelmo-message-redisplay): Use
6576         `mime-display-message' instead of `wl-mime-display-message'.
6577
6578         * wl-mime.el (toplevel): Removed compatibility workaround
6579         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6580         (wl-mime-display-message): Abolished.
6581         (wl-mime-entity-read-field): Ditto.
6582         (wl-mime-combine-message/partial-pieces): Use
6583         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6584
6585 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6586
6587         * wl-template.el: Doc fixes.
6588
6589 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6590
6591         * wl-e21.el (wl-message-overload-functions): Do nothing if
6592         `current-local-map' is not available.
6593         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6594
6595 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6598         representation.
6599
6600         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6601         number.
6602         (wl-fldmgr-save-folders): Don't use `format' when insert
6603         `wl-fldmgr-folders-header'.
6604
6605 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6606
6607         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6608
6609 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-highlight.el (wl-highlight-message):
6612         Use `std11-field-end' to detect end point of the header field.
6613         Refer `wl-highlight-max-header-size'.
6614
6615         * wl-vars.el (wl-highlight-max-header-size): New variable.
6616
6617         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6618
6619         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6620         Set `for-draft' argument of wl-highlight-headers.
6621         (wl-draft): Ditto.
6622         (wl-draft-reedit): Ditto.
6623         (wl-user-agent-compose-internal): Ditto.
6624
6625 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6626
6627         * wl-message.el (wl-message-add-button): Use overlay.
6628
6629 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6632
6633         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6634         problem when group-list content is nothing.
6635         (Reported by Mito <mit@nines.nec.co.jp>)
6636
6637 2000-10-18  SAITO Atsunori <sai@yedo.com>
6638
6639         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6640
6641 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6642
6643         * tm-wl.el (toplevel): Use product-provide.
6644
6645 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * Version number is increased to 2.3.92.
6648
6649 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6650
6651         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6652         title text, use `display' property for left margin under Emacs 21.
6653
6654         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6655         properties.
6656         (wl-plugged-init-icons): Ditto.
6657
6658 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6659
6660         * wl.el (wl-save-status, wl-init): Remove last period in
6661         "...done." message.
6662         * tm-wl.el (wl-summary-burst): Ditto.
6663         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6664         wl-summary-resume-cache-status,
6665         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6666         wl-summary-sync-update3, wl-summary-highlight-msgs,
6667         wl-summary-flush-pending-append-operations,
6668         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6669         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6670         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6671         wl-thread-open-all): Ditto.
6672         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6673         * wl-mime.el (wl-summary-burst): Ditto.
6674         * wl-highlight.el (wl-highlight-summary): Ditto.
6675         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6676         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6677         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6678         * wl-address.el (wl-local-address-init): Ditto.
6679
6680 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6681
6682         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6683         `add-text-properties'.
6684         (wl-plugged-init-icons): Ditto.
6685         (wl-folder-init-icons): Use `propertize' instead of
6686         `put-text-property'.
6687         (wl-plugged-set-folder-icon): Ditto.
6688         (wl-e21-highlight-folder-group-line): Ditto.
6689
6690 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-version.el (wl-version-status-alist): New variable.
6693         (wl-version-status): New function.
6694
6695         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6696         "Cc" part of the case "Reply-To".
6697
6698         * wl-draft.el (wl-draft-reply): Use result of
6699         `eword-extract-address-components'.
6700
6701         * wl-demo.el (wl-demo-icon-name): New constant.
6702         (wl-logo-xpm): Use it.
6703         (wl-logo-xbm): Ditto.
6704         (wl-logo-bitmap): Ditto.
6705
6706         * Version number is increased to 2.3.91.
6707
6708 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6709
6710         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6711         (wl-extended-emacs-version, wl-extended-emacs-version2,
6712         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6713         docstring.
6714
6715         * wl-version.el (wl-generate-user-agent-string-1): New function.
6716         (wl-generate-user-agent-string): Use it.
6717
6718         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6719         `mime-edit-insert-user-agent-field'.
6720         (wl-generate-user-agent-string): Check
6721         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6722
6723         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6724         instead of `if', when verbose case.
6725
6726 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * wl-expire.el (wl-summary-expire): Fix.
6729
6730 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6733         and `elmo-lost+found-folder' if 'wl-draft.
6734         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6735
6736 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-expire.el (wl-summary-expire): Change messages.
6739         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6740         `deleing-info' instead of "Deleting..."
6741
6742 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6743
6744         * wl-summary.el (wl-summary-refile-subr): Fix.
6745
6746 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6749         if pipe folder.
6750
6751 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6754
6755 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl-expire.el (wl-expire-hide): New function.
6758         (wl-summary-expire): Add `hide'.
6759
6760 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-vars.el (wl-draft-reply-without-argument-list):
6763         Changed default value to consider `Reply-To:'.
6764         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6765
6766         * Version number is increased to 2.3.90.
6767
6768         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6769         elmo-imap4-get-session with unwind-protect.
6770         Don't cause error.
6771         (wl-summary-sync-marks): Don't check plugged nor folder type.
6772         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6773         (Always keep current buffer).
6774
6775 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6776
6777         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6778         Enclose with `save-excursion'.
6779
6780 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6781
6782         * wl-version.el (wl-version): Remove interactive.
6783
6784 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * wl-version.el (wl-generate-user-agent-string): Use
6787         `product-string-verbose' instead of `product-string-1'.
6788
6789 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-vars.el (wl-draft-use-cache): New variable.
6792         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6793         if wl-draft-use-cache is non-nil.
6794
6795 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6796
6797         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6798         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6799
6800 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6803         (wl-thread-msg-mark-as-unread): Ditto.
6804
6805         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6806         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6807         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6808         Don't set mark in summary if return value of `elmo-mark-as-read'
6809         is nil.
6810         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6811         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6812         instead of `wl-thread-msg-mark-as-read'.
6813         (wl-summary-mark-as-unread-region): Ditto.
6814         (wl-summary-target-mark-mark-as-read): Ditto.
6815
6816         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6817
6818 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6821
6822         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6823
6824 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6827         face.
6828
6829 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6830
6831         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6832         `running-xemacs'.
6833
6834 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6835
6836         * wl-version.el (toplevel): Use `product-version-as-string' for
6837         set verstion-string, if defined.
6838
6839         * wl-version.el (wl-version-show): Insert string at point, when
6840         call with argument.
6841
6842         * wl-version.el (wl-generate-user-agent-string): Use
6843         `product-string-1' instead of `wl-appname', `wl-version' and
6844         `wl-codename'.
6845
6846 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-address.el (toplevel): Use product-provide.
6849         * wl-demo.el (toplevel): Ditto.
6850         * wl-dnd.el (toplevel): Ditto.
6851         * wl-draft.el (toplevel): Ditto.
6852         * wl-e21.el (toplevel): Ditto.
6853         * wl-expire.el (toplevel): Ditto.
6854         * wl-fldmgr.el (toplevel): Ditto.
6855         * wl-folder.el (toplevel): Ditto.
6856         * wl-highlight.el (toplevel): Ditto.
6857         * wl-message.el (toplevel): Ditto.
6858         * wl-mime.el (toplevel): Ditto.
6859         * wl-mule.el (toplevel): Ditto.
6860         * wl-nemacs.el (toplevel): Ditto.
6861         * wl-refile.el (toplevel): Ditto.
6862         * wl-score.el (toplevel): Ditto.
6863         * wl-summary.el (toplevel): Ditto.
6864         * wl-template.el (toplevel): Ditto.
6865         * wl-thread.el (toplevel): Ditto.
6866         * wl-util.el (toplevel): Ditto.
6867         * wl-vars.el (toplevel): Ditto.
6868         * wl-xmas.el (toplevel): Ditto.
6869         * wl.el (toplevel): Ditto.
6870
6871 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6872
6873         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6874         instead of product.
6875
6876         * wl-version.el (wl-version): Compile time evalution elmo-version.
6877
6878 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6879
6880         * wl-summary.el (wl-summary-sync-force-update): Append queue
6881         `mark-as-read'if unplugged.
6882
6883 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-version.el: New file.  Use product.el.
6886         * wl.el: add (require 'wl-version).
6887         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6888         for ~/.folders header.
6889         (wl-fldmgr-folders-header): Changed.
6890         * wl-demo.el (wl-demo): Use product.el.
6891
6892         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6893         wl-version.el.
6894         * wl-util.el (wl-version, wl-version-show): Ditto.
6895
6896         * wl-util.el (wl-generate-user-agent-string,
6897         wl-extended-emacs-version, wl-extended-emacs-version2,
6898         wl-extended-emacs-version3): Move to wl-version.el.
6899         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6900         xemacs-codename, mime-edit-insert-user-agent-field,
6901         mime-edit-user-agent-value, mime-editor/version,
6902         mime-editor/codename): Compile warning killer move to
6903         wl-version.el
6904
6905 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl-summary.el (wl-summary-refile-subr): Fix.
6908
6909 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6912         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6913
6914 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6915
6916         * wl.el (wl-check-environment): Check too many `@'.
6917
6918 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6919
6920         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6921
6922 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6923
6924         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6925         wl-draft-reply-myself-without-argument-list): Add variables.
6926         * wl-draft.el (wl-draft-reply): Use it.
6927
6928 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6929
6930         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6931         the 5th argument of `elmo-network-get-spec'.
6932
6933         * wl-thread.el (wl-thread-reparent-children): New inline function.
6934         (wl-thread-delete-message): Use it.
6935
6936         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6937         (wl-summary-score-update-all-lines): Don't use `dolist'.
6938
6939 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6942         (require 'elmo-msgdb) for inline function.
6943
6944 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6945
6946         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6947
6948 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6949
6950         * wl-score.el (wl-score-headers): Fix for the confusing macro
6951         `elmo-kill-buffer'.
6952
6953 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6954
6955         * wl-summary.el: Don't use the 3rd argument of `require' because
6956         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6957         * wl-util.el: Ditto.
6958         * wl-draft.el: Ditto.
6959
6960 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6961
6962         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6963         window system is not used.
6964
6965 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6966
6967         * wl-thread.el: Don't use `mapcar' only for iteration.
6968         (wl-thread-resume-entity): Ditto.
6969         (wl-thread-delete-message): Ditto.
6970
6971         * wl-summary.el: Bind `dragdrop-drop-functions',
6972         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6973         of `require' for `timezone', `easymenu' and `ps-print';
6974         don't use `mapcar' only for iteration.
6975
6976         * wl-util.el: Bind `mule-version', `nemacs-version',
6977         `emacs-beta-version', `xemacs-codename',
6978         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6979         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6980         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6981         only for iteration.
6982
6983         * wl-score.el: Don't use `mapcar' only for iteration.
6984         (wl-score-simplify-buffer-fuzzy): Ditto.
6985         (wl-score-simplify-subject): Ditto.
6986         (wl-score-headers): Ditto.
6987         (wl-summary-score-update-all-lines): Ditto.
6988
6989         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6990         `enable-multibyte-characters' and `mule-version'.
6991
6992         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
6993         `mapcar' only for iteration.
6994
6995         * wl-demo.el: Don't use `mapcar' only for iteration.
6996
6997         * wl-folder.el: Don't use `mapcar' only for iteration.
6998         (wl-folder-open-all): Ditto.
6999         (wl-folder-count-incorporates): Ditto.
7000
7001         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7002         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7003
7004         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7005         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7006         `smtp-connection-type'; specify 3rd argument of `require' for
7007         `timezone'; don't use `mapcar' only for iteration.
7008         (wl-draft-clone-local-variables): Don't use `mapcar'.
7009         (wl-draft-generate-clone-buffer): Ditto.
7010         (wl-user-agent-compose-internal): Ditto.
7011
7012         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7013
7014         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7015         (wl-save-status): Ditto.
7016
7017         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7018         for iteration.
7019
7020 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7023         removed `Date'.
7024         (wl-fldmgr-make-filter-default): New user option.
7025
7026         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7027         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7028         (wl-fldmgr-filter-completion-alist): Abolish.
7029
7030         * wl.el (wl): Don't check servers if arg is non-nil.
7031
7032         * wl-draft.el (wl-draft-reply): Set only message-id string to
7033         In-Reply-To field.
7034
7035 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-summary.el (wl-summary-pick): Rewrite.
7038
7039         * wl-draft.el (wl-draft-forward): Get references field from
7040         original buffer.
7041         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7042
7043 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7044
7045         * wl-draft.el (wl-draft-forward): Add references field.
7046
7047 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7050         (wl-draft-reply): Use it.
7051
7052 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7053
7054         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7055         when Emacs 21 is running.
7056
7057         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7058         bindings.
7059
7060 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7061
7062         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7063         XPM icons transparent.
7064
7065         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7066         Emacs 21.
7067
7068 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7071         nil.
7072
7073         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7074         when it is persistent.
7075         (wl-summary-sync-marks): Changed argument for
7076         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7077         (wl-summary-virtual): Use `elmo-read-search-condition'.
7078         (wl-summary-redisplay-internal): If folder is local, mark as read
7079         even when folder is plugged.
7080
7081 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7082
7083         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7084         of `tool-bar-lines' in the frame parameters.
7085         (after-make-frame-functions, post-command-hook): Don't modify the
7086         value.
7087         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7088         wl-e21-tool-bar-lines): Removed.
7089
7090 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7091
7092         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7093         properties `evaporate' and `wl-momentary-overlay' as well.
7094         (wl-highlight-summary-displaying): Ditto.
7095         (wl-delete-all-overlays): Don't delete overlay which does not have
7096         a property `wl-momentary-overlay'.
7097
7098         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7099         `display-mouse-p' and `display-graphic-p'.
7100         (wl-folder-init-icons): Don't search for XBM or the other files.
7101         (wl-plugged-set-folder-icon): Make icons if and only if
7102         `display-graphic-p' returns non-nil.
7103         (wl-highlight-plugged-current-line): Use `before-string' overlay
7104         property to show icon images.
7105         (wl-highlight-folder-current-line): Ditto.
7106         (wl-e21-highlight-folder-group-line): Ditto.
7107         (wl-e21-highlight-folder-by-numbers): Ditto.
7108         (wl-e21-insert-image): Removed.
7109         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7110         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7111         said.
7112         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7113         `wl-e21-force-switch-toolbar'.
7114         (wl-e21-make-icon-image): Removed.
7115         (wl-e21-setup-toolbar): Don't search for XBM files.
7116         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7117         the default value.
7118
7119 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-util.el (wl-biff-check-folder-async): Set
7122         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7123
7124 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7125
7126         * wl-e21.el (after-make-frame-functions): Add
7127         `wl-e21-force-switch-toolbar'.
7128         (wl-e21-force-switch-toolbar): New function force to switch the
7129         toolbar appearance automatically.
7130         (post-command-hook): Add `wl-e21-switch-toolbar'.
7131         (wl-e21-switch-toolbar): New function to switch the toolbar
7132         appearance automatically.
7133         (wl-e21-tool-bar-lines): New buffer local variable.
7134
7135 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-util.el (wl-biff-check-folders-running): New variable.
7138         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7139         (wl-biff-check-folder-async-callback):
7140         Set `wl-biff-check-folders-running'.
7141         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7142         with unwind-protect.
7143
7144         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7145         Enclose `wl-folder-auto-check' with unwind-protect.
7146
7147         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7148         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7149
7150         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7151
7152         * wl-util.el (wl-biff-notify): New inline function.
7153         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7154         locally.
7155         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7156         folder-list' is 1.
7157         Use `wl-biff-notify'.
7158         (wl-biff-check-folder-async-callback): New function.
7159         (wl-biff-check-folder-async): Ditto.
7160
7161         * wl-folder.el (wl-folder): Don't check folders.
7162         (wl-folder-auto-check): New function.
7163
7164 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7165
7166         * wl-util.el (wl-biff-start) [Emacs19+]:
7167         Use `timer-next-integral-multiple-of-time'.
7168         (wl-biff-check-folders): Use `wl-default-folder'
7169         if `wl-biff-check-folder-list' is nil.
7170
7171 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7172
7173         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7174         instead of `elmo-delete-lists'.
7175
7176 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7177
7178         * wl.el (wl-plugged-toggle-all): Set the value of
7179         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7180         (wl-plugged-toggle): Ditto.
7181         (wl-toggle-plugged): Ditto.
7182         (wl-plugged-init): Ditto.
7183
7184         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7185         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7186         instead of `wl-biff-state-indicator-off' and
7187         `wl-biff-state-indicator-on'; don't modify the value and the type
7188         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7189         (wl-plugged-init-icons): Set icons data to
7190         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7191         instead of `wl-plug-state-indicator-off' and
7192         `wl-plug-state-indicator-on'; don't modify the value and the type
7193         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7194
7195         * wl-vars.el (wl-modeline-biff-state-off,
7196         wl-modeline-biff-state-on, wl-modeline-biff-status,
7197         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7198         wl-modeline-plug-status): New internal variables.
7199         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7200         wl-biff-check-interval, wl-biff-check-folder-list): Change
7201         customization group from `wl-folder' to `wl-highlight'.
7202         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7203         wl-show-plug-status-on-modeline): Defcustomized.
7204
7205         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7206         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7207         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7208         a flag to `mode-line-buffer-identification'.
7209
7210         * wl-e21.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'.
7214         (wl-plugged-init-icons): Set icons data to
7215         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7216         instead of `wl-plug-state-indicator-off' and
7217         `wl-plug-state-indicator-on'.
7218
7219 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7220
7221         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7222         excessive titles.
7223
7224 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7225
7226         * wl.el (wl-plugged-mode): Use revised
7227         `wl-mode-line-buffer-identification'.
7228         (wl-plugged-init): Don't use `force-mode-line-update'.
7229
7230         * wl-xmas.el (wl-draft-overload-functions): Use revised
7231         `wl-mode-line-buffer-identification'.
7232         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7233         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7234         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7235         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7236         `wl-make-plugged-hook';
7237         add `wl-folder-init-icons' and `wl-setup-folder' to
7238         `wl-folder-mode-hook'.
7239
7240         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7241         19 as well.
7242         (wl-mode-line-display-priority-list): New user option.
7243         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7244         Defcustomized.
7245         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7246         Add docs.
7247
7248         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7249         start.
7250         (wl-mode-line-buffer-identification): Revised as a function.
7251
7252         * wl-summary.el (wl-summary-mode): Use revised
7253         `wl-mode-line-buffer-identification'; don't call
7254         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7255         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7256         `wl-xmas-setup-summary'.
7257
7258         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7259         `wl-mode-line-buffer-identification'.
7260
7261         * wl-mule.el (wl-draft-overload-functions): Use revised
7262         `wl-mode-line-buffer-identification'.
7263
7264         * wl-folder.el (wl-make-plugged-alist): Don't call
7265         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7266         (wl-folder): Don't call `wl-folder-init-icons' directly.
7267         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7268         `wl-xmas-setup-folder' directly;
7269         use revised `wl-mode-line-buffer-identification'.
7270         (TopLevel): Don't bind `wl-biff-init-icons',
7271         `wl-plugged-init-icons', `wl-folder-init-icons',
7272         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7273
7274         * wl-e21.el (wl-draft-overload-functions): Use revised
7275         `wl-mode-line-buffer-identification'.
7276         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7277         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7278         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7279         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7280         `wl-make-plugged-hook';
7281         add `wl-folder-init-icons' and `wl-setup-folder' to
7282         `wl-folder-mode-hook'.
7283
7284 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7285             Katsumi Yamaoka    <yamaoka@jpl.org>
7286
7287         * wl.el (wl): Call `wl-biff-start'.
7288         (wl-exit): Call `wl-biff-stop'.
7289         (wl-plugged-mode): Show biff in modeline.
7290         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7291
7292         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7293         (wl-biff-init-icons): New function.
7294         (wl-plugged-init-icons): Don't make too much keymaps.
7295         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7296
7297         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7298         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7299         variables.
7300         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7301         options.
7302
7303         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7304         wl-biff-start, wl-biff-stop): New functions.
7305         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7306         (wl-biff-timer-name): New variable.
7307
7308         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7309
7310         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7311         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7312
7313         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7314         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7315
7316         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7317         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7318         `wl-folder-init-icons' to `ignore' if they are not available.
7319         (wl-folder-mode): Show biff in modeline.
7320
7321         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7322         (wl-biff-init-icons): New function.
7323         (wl-plugged-init-icons): Don't make too much keymaps.
7324         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7325
7326 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7327
7328         * wl-vars.el (wl-strict-diff-folders): Customization Type
7329         and doc fix.  Define as a list of regular expressions for
7330         folders or nil.
7331         * wl-folder.el (wl-folder-check-one-entity): Use
7332         `wl-string-match-member' instead of `wl-string-member' for
7333         `wl-strict-diff-folders'.
7334
7335 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7336
7337         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7338         (wl-highlight-folder-current-line): Use it; new implementation.
7339         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7340         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7341         `defsubst' instead of `defun'.
7342
7343         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7344         `wl-highlight-group-folder-by-numbers'; made it can also be a
7345         number.  See info for more details.
7346
7347         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7348         running.
7349
7350         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7351         to bind them.
7352
7353         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7354         (wl-highlight-folder-current-line): New implementation.
7355
7356         * wl-highlight.el (wl-highlight-folder-group-line): New
7357         implementation.
7358         (wl-delete-all-overlays): Rewrite as a marco.
7359         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7360
7361         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7362         running.
7363         (wl-folder-*-glyph): No need to bind them.
7364
7365         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7366         `wl-e21-highlight-folder-group-icon'; rewrite.
7367         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7368         `defsubst' instead of `defun'.
7369         (wl-folder-mode-map): Bind it when compiling.
7370
7371 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7374
7375         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7376
7377 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7378
7379         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7380
7381 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7382
7383         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7384         (wl-highlight-folder-current-line): Use it.
7385
7386         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7387         in `id-name'.
7388
7389 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7390
7391         * wl.el: Require `wl-e21' when Emacs 21 is running.
7392
7393         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7394         default when Emacs 21 is running.
7395         (wl-use-highlight-mouse-line): Ditto.
7396         (wl-on-emacs21): New constant.
7397         (wl-on-emacs20): Removed.
7398
7399         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7400         Emacs 21 is running.
7401
7402         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7403         Emacs 21 is running.
7404
7405         * wl-e21.el: New file.
7406
7407 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7408
7409         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7410         (wl-toggle-plugged): Ditto.
7411         (wl-plugged-toggle): Ditto.
7412         (wl-plugged-toggle-all): Ditto.
7413
7414         * wl-vars.el (wl-plug-state-indicator): Refer
7415         `wl-plug-state-indicator-on' indirectly.
7416
7417 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7420         Call `wl-folder-confirm-existence'.
7421
7422         * wl-folder.el (wl-folder-confirm-existence): Added optional
7423         argument `force'.
7424
7425 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7426
7427         * wl-summary.el (wl-summary-refile-subr): Assume
7428         `copy-or-refile' as symbol.
7429         (wl-summary-refile): Follow up above change.
7430         (wl-summary-copy): Ditto.  Doc fix.
7431
7432 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-summary.el (wl-summary-pick): Don't bind
7435         `elmo-search-mime-charset'.
7436
7437         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7438         default using old backquote style.
7439         (wl-search-mime-charset): Abolished.
7440
7441         * wl-highlight.el (wl-highlight-headers):
7442         Call `point' after `re-search-forward'(for Nemacs).
7443
7444         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7445         for elmo-imap4.el.
7446
7447 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7448
7449         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7450         `wl-message-ignored-field-list' instead of
7451         `mime-view-ignored-field-list'.
7452
7453         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7454         Add interactive spec.
7455         (wl-folder-goto-bottom-of-current-folder): Ditto.
7456         (wl-folder-mode-map): Bind them.
7457
7458         * wl-vars.el (wl-message-ignored-field-list): New variable.
7459         (wl-message-visible-field-list): New variable.
7460
7461         * wl-mime.el (wl-mime-header-presentation-method): New function.
7462         (wl-mime-setup): Set header-presentation-method.
7463
7464 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7465
7466         * wl-nemacs.el (wl-draft-overload-functions): Set
7467         `mode-line-buffer-identification' instead of using
7468         `wl-make-modeline'.
7469
7470         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7471         instead of using `wl-make-modeline'.
7472
7473         * wl-xmas.el (wl-plugged-init-icons): Set up
7474         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7475         (wl-make-modeline): Abolish.
7476         (wl-draft-overload-functions): Set
7477         `mode-line-buffer-identification' instead of using
7478         `wl-make-modeline'.
7479
7480         * wl-util.el (wl-make-modeline-subr): Abolish.
7481         (wl-mode-line-buffer-identification): New alias.
7482
7483         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7484         (wl-summary-make-modeline): Abolish.
7485         (wl-summary-buffer-set-folder): Set
7486         `wl-summary-buffer-folder-indicator'.
7487         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7488         of using `wl-make-modeline'.
7489         (wl-summary-switch-to-clone-buffer): Don't set
7490         `mode-line-buffer-identification'.
7491         (wl-summary-goto-folder-subr): Ditto.
7492
7493         * wl-mule.el (wl-draft-overload-functions): Set
7494         `mode-line-buffer-identification' instead of using
7495         `wl-make-modeline'.
7496
7497         * wl-folder.el (wl-folder-mode): Set
7498         `mode-line-buffer-identification' instead of using
7499         `wl-make-modeline'.
7500         (wl-folder): Don't set `mode-line-buffer-identification'.
7501
7502 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7503
7504         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7505         instead of `member' for `wl-refile-guess-func-list' look-ups.
7506         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7507
7508 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7509
7510         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7511         `wl-message-button-dispatcher'.
7512
7513         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7514
7515         * wl-message.el (wl-message-button-dispatcher): Use it.
7516
7517         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7518         "In-Reply-To".
7519
7520         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7521         Bind `case-fold-search' to t.
7522
7523 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7524
7525         * wl-xmas.el (wl-message-overload-functions): Initialize
7526         `wl-message-button-map'.
7527
7528         * wl-mule.el (wl-message-overload-functions): Initialize
7529         `wl-message-button-map'.
7530
7531         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7532
7533         * wl-message.el (wl-message-button-map): New keymap.
7534         (wl-message-add-button): New function.
7535         (wl-message-button-dispatcher): New function.
7536         (wl-message-button-refer-article): New function.
7537
7538         * wl-highlight.el
7539         (wl-highlight-message-add-buttons-to-header): New function.
7540         (wl-highlight-headers): Use it.
7541
7542 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7543
7544         * wl-summary.el (wl-summary-default-from): Use
7545         `wl-address-get-petname-1'.
7546         (wl-summary-simple-from): Ditto.
7547
7548         * wl-address.el (wl-address-get-petname-1): New inline function.
7549         (wl-address-get-petname): Use it.
7550
7551 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7552
7553         * wl-summary.el (wl-summary-default-from): Return full-name part
7554         from the address if no petname was found.
7555         (wl-summary-simple-from): Ditto.
7556
7557         * wl-address.el (wl-address-get-petname): Return nil if no petname
7558         associated with the address was found.
7559
7560 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7561
7562         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7563         display is finished.
7564
7565 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7566
7567         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7568         `elmo-folder-exists-p' argument.
7569
7570 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7571
7572         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7573         the folder.
7574
7575 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7578
7579         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7580         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7581
7582 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7583
7584         * wl-folder.el (wl-folder-create-subr): New function.
7585         (wl-folder-confirm-existence): Use it.
7586         (wl-folder-check-one-entity): Use it.
7587         Check the error symbol is derived from 'elmo-open-error.
7588
7589         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7590         `ignore-error'.
7591
7592 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7593
7594         * wl-util.el (toplevel): Add (eval-when-compile (require
7595         'elmo-util)).  (Maybe `provide' is typo.)
7596
7597 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7600         (I don't know why this was needed.)
7601
7602         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7603         Follow up changes for stream-type.
7604
7605         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7606         (wl-draft-elmo-nntp-send): Ditto.
7607
7608         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7609         (wl-nntp-posting-stream-type): Ditto.
7610         (wl-pop-before-smtp-ssl): Abolished.
7611         (wl-nntp-posting-ssl): Ditto.
7612
7613         * wl-address.el (wl-address-quote-specials): New function.
7614         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7615
7616         * wl-draft.el (wl-draft-reply): Ditto.
7617
7618 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7619
7620         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7621         use function `wl-string-match-assoc'.
7622
7623 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7626
7627         * wl-draft.el (wl-draft-deduce-address-list): New function.
7628         (wl-draft-parse-mailbox-list): Ditto.
7629         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7630         instead of `smtp-deduce-address-list'.
7631         (wl-draft-on-field-p): Follow group list.
7632
7633         * wl-address.el (wl-address-concat-token): New function.
7634         (wl-address-string-without-group-list-contents): Ditto.
7635         (wl-complete-field-body): Fixed problem of completion
7636         by japanese petname.
7637         (wl-address-make-completion-list): Rewrite.
7638
7639 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7640
7641         * wl-address.el (wl-address-make-completion-list): Completion by
7642         petname.
7643         (wl-complete-field-body): Likewise.
7644
7645 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7648         contains invalid address syntax.
7649
7650 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl-folder.el (wl-folder-check-entity-async): Use
7653         `elmo-nntp-spec-hostname'.
7654
7655 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7656
7657         * wl-summary.el (wl-summary-msgdb-load-async): Use
7658         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7659
7660 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-draft.el (wl-draft-reply): Set argument
7663         `content-transfer-encoding' as nil.
7664
7665 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7666
7667         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7668         `wl-refile-alist'.
7669
7670 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7673         (wl-draft-edit-string): Ditto.
7674         (wl-draft-forward): Ditto.
7675         * wl-summary.el (wl-summary-write): Ditto.
7676
7677 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-summary.el (wl-summary-sync-update3): Call
7680         `wl-summary-buffer-number-column-detect'.
7681         (wl-summary-buffer-number-column-detect): Search from point-min.
7682
7683 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7686         contains an address which is not included in original to or cc.
7687
7688 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7689
7690         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7691         begin-line does not exist.
7692         * wl-message.el (wl-message-uu-substring): Ditto.
7693
7694 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7697         clear local variables.
7698         (wl-summary-exit): Call `elmo-commit'.
7699         (wl-summary-switch-to-clone-buffer): Call
7700         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7701         (wl-summary-goto-folder-subr): Ditto.
7702
7703         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7704         POP folder.
7705
7706 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7709         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7710         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7711         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7712         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7713         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7714
7715         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7716
7717 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7718
7719         * wl-summary.el (wl-summary-search-by-subject):
7720         Search parent message from the latest one.
7721
7722 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7725         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7726
7727         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7728         New user option.
7729
7730         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7731         if elmo-nntp-use-killed-list is nil.
7732         Use `elmo-msgdb-append-to-killed-list'.
7733         (Append numbers confirmed as disappeared to the killed list.)
7734         (wl-summary-confirm-appends): Don't display negative number.
7735
7736 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7737
7738         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7739
7740 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7743         range is `all'.
7744         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7745         `elmo-list-bigger-diff'.
7746
7747 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-summary.el (wl-summary-buffer-exit-func):
7750         New buffer local variable.
7751         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7752
7753 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7754
7755         * wl-demo.el (wl-demo): Fix the last change.
7756
7757 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl-demo.el (wl-demo): Don't use `eval'.
7760
7761 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-summary.el (wl-summary-buffer-thread-modified):
7764         New buffer-local variable.
7765         (wl-summary-set-thread-modified): New function.
7766         (wl-summary-thread-modified-p): New function.
7767         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7768         (wl-summary-yank-saved-message): Use function
7769         `wl-summary-set-thread-modified'
7770         (wl-summary-switch-to-clone-buffer): Add
7771         `wl-summary-buffer-thread-modified'.
7772
7773         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7774         (wl-summary-buffer-mark-saved-hook): Ditto.
7775         * wl-summary.el (wl-summary-msgdb-save): New hook
7776         `wl-summary-buffer-message-saved-hook' and
7777         `wl-summary-buffer-mark-saved-hook'.
7778
7779 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7780
7781         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7782
7783 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7784
7785         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7786         don't hide scroll bars under FSF Emacsen because it may incur an
7787         undesirable redrawing.
7788
7789 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7790
7791         * wl-draft.el (wl-draft-edit-string): Call
7792         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7793
7794 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7795
7796         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7797
7798 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7799
7800         * wl-summary.el (wl-summary-msgdb-load-async): Call
7801         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7802
7803 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7804
7805         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7806         fringes in demo buffer; center bitmap logo correctly even if old
7807         Mule is used.
7808
7809 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7810
7811         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7812
7813         * wl-refile.el (wl-refile-subject-alist): New variable.
7814         (wl-refile-subject-alist-file-name): Ditto.
7815         (wl-refile-alist-setup): Rewrite.
7816         (wl-refile-alist-save): Use `elmo-object-save'.
7817         Eliminated arguments.
7818         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7819         (wl-refile-guess-by-subject): New function.
7820         (wl-refile-guess-func-list): Added it.
7821
7822 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7823
7824         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7825         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7826
7827 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7830         New buffer-local variable.
7831         (wl-summary-buffer-next-folder-func): Ditto.
7832         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7833         if non-nil.
7834         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7835         if non-nil.
7836         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7837         if non-nil.
7838         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7839         if non-nil.
7840
7841 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7842
7843         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7844         permanently in the demo buffer.
7845
7846 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7849         `mime-entity-fetch-field'.
7850
7851         * wl.el (wl-exit): Delete plugged buffer.
7852
7853         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7854         XEmacs has menubar feature.
7855
7856 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7857
7858         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7859         cannot arrive at the beginning of the buffer under old Emacsen.
7860
7861 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-address.el (wl-address-ldap-search):
7864         Call `ldap-search-entries' with `withdn' argument t.
7865         (wl-complete-field-body): Bind completion-ignore-case as t.
7866         Clear ldap search hash when it was sole completion.
7867         Use elmo-string for pattern string.
7868         (wl-ldap-alias-safe-string): Eliminated needless let.
7869
7870 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7871
7872         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7873         (wl-ldap-alias-sep): New constant.
7874         (wl-ldap-search-attribute-type-list): Ditto.
7875         (wl-ldap-get-value): New function.
7876         (wl-ldap-make-filter): Ditto.
7877         (wl-ldap-make-matched-value-list): Ditto.
7878         (wl-ldap-alias-safe-string): Ditto.
7879         (wl-ldap-register-dn-string): Ditto.
7880         (wl-address-ldap-search): Rewrite.
7881
7882 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7883
7884         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7885         thread is deleted.
7886         (wl-thread-delete-line-from-buffer): Ditto.
7887         (wl-thread-get-exist-children): New function.
7888
7889 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7890
7891         * wl-demo.el (wl-demo): Made it to select various image types.
7892         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7893         from `wl-title-logo'.
7894         (wl-logo-ascii): New variable.
7895         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7896         (wl-demo-copyright-notice): New constant.
7897
7898         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7899
7900 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7901
7902         * wl-vars.el (wl-summary-target-above): Renamed from
7903         wl-summary-temp-above.
7904         * wl-score.el (wl-score-get-score-alist): Use it.
7905         (wl-summary-score-update-all-lines): Use it.
7906         * wl-summary.el: Ditto. (make-variable-buffer-local).
7907
7908 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-vars.el (wl-ldap-port): New user option.
7911
7912         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7913         Rewite whole implementation.
7914         (wl-complete-field-body): Fixed.
7915
7916 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7917
7918         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7919         Choose implementation at compile time.
7920
7921 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7922
7923         * wl-address.el (wl-ldap-search-internal): New function.
7924         (wl-complete-field-to): Use it.
7925
7926 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7929         Use `let' instead of `let*'.
7930         Require 'wl-vars.
7931
7932         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7933         Define as defcustom.
7934         (wl-ldap-base): Ditto.
7935         (wl-use-ldap): Ditto.
7936
7937 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7938
7939         * wl-address.el (wl-ldap-search): New function.
7940         (wl-complete-field-body): Use `wl-ldap-search'.
7941         (wl-ldap-server): New variable.
7942         (wl-ldap-base): Ditto.
7943         (wl-use-ldap): Ditto.
7944
7945 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7946
7947         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7948         (Pointed out by Mito <mit@nines.nec.co.jp>).
7949         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7950         buffer-local variables like `wl-summary-redisplay-internal'.
7951         (wl-summary-redisplay-all-header): Likewise.  Update
7952         Summary view too.
7953
7954 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-summary.el (wl-summary-jump-to-parent-message):
7957         Consider prefix argument.
7958
7959         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7960         when closed thread is deleted.
7961
7962 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7963
7964         * wl-summary.el (wl-summary-jump-to-parent-message):
7965         Consider thread modification.
7966
7967 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7968
7969         * wl-message.el (wl-message-normal-get-original-buffer): Use
7970         `save-excursion'.
7971
7972         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7973         (wl-summary-showto-folder-regexp): Ditto.
7974
7975 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7976
7977         * wl-util.el (wl-delete-alist): Doc fix.
7978         (wl-delete-associations): New function.
7979         (wl-inverse-alist): New function.
7980         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7981         Split temporary variables. Use `wl-delete-associations'
7982         and `wl-inverse-alist'.
7983         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7984
7985 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-folder.el (wl-folder-prefetch-entity):
7988         Execute prefetching if new count is unknown.
7989
7990 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7991
7992         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
7993
7994         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
7995         delete entity.
7996         (wl-thread-set-parent): If insert as top, set linked as nil.
7997
7998         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
7999         `wl-thread-cleanup-symbols' when view mode is thread.
8000
8001 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8002
8003         * wl-folder.el (wl-folder-create-folder-entity): Use
8004         with-current-buffer.
8005         (wl-local-folder-init): Call set-buffer to make sure we are in
8006         the Folder buffer. Don't touch buffer-local variables here.
8007         (wl-folder-mode): Initialize buffer-local variables here.
8008
8009         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8010         (wl-folder-entity-assign-id): Ditto.
8011         (wl-folder-create-entity-hashtb): Ditto.
8012         (wl-local-folder-init): Ditto.
8013         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8014
8015 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016
8017         * wl-summary.el (wl-summary-default-from): Fix probrem when
8018         std11-extract-address-components return (nil "foo@bar").
8019
8020 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8021
8022         * wl-draft.el (wl-draft-clone-local-variables):
8023         Remove redundant `setq'.
8024
8025 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8028         Bind wl-highlight-x-face-func as nil while highlighting header.
8029
8030 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8031
8032         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8033
8034 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8035
8036         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8037         elmo-msgdb-overview-hashtb from copy-variables.
8038         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8039         instead of `elmo-msgdb-overview-get-entity-by-number'.
8040         (wl-summary-auto-refile): Ditto.
8041
8042         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8043         `elmo-msgdb-overview-get-entity' instead of
8044         `elmo-msgdb-search-overview-entity'.  Use
8045         `elmo-msgdb-overview-get-entity' instead of
8046         `elmo-msgdb-overview-get-entity-by-number'.
8047         (wl-thread-insert-entity-sub): Ditto.
8048         (wl-thread-insert-message): Ditto.
8049
8050         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8051         `elmo-msgdb-overview-get-entity'.
8052         (wl-normal-message-redisplay): Ditto.
8053
8054 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8055
8056         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8057         `wl-thread-entities'.
8058         (wl-thread-delete-message): Fix remove top message from
8059         `wl-thread-entity-list'.
8060
8061         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8062         wl-append(nconc), because update-list is broken on Meadow.
8063
8064         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8065         updating process.
8066         (wl-summary-rescan): Ditto.
8067         (wl-summary-sync-update3): Ditto.
8068         * wl-thread.el (wl-thread-set-parent): Renamed from
8069         `wl-summary-set-parent'.
8070         (wl-thread-insert-message): Updating buffer faster.
8071         (wl-thread-delete-message): Updating buffer faster.
8072
8073         * wl-score.el (wl-summary-score-update-all-lines): Changed
8074         interval for display progress gauge.
8075
8076 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8077
8078         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8079         folder always-sticky.
8080         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8081         defmacro.
8082
8083 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-vars.el (wl-draft-add-references): New user option.
8086
8087         * wl-draft.el (wl-draft-add-references): New function.
8088         (wl-draft-yank-from-mail-reply-buffer): Use it.
8089         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8090         as nil.
8091
8092 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8093
8094         * wl-thread.el (wl-thread-update-line-msgs): Called
8095         `wl-thread-update-line-on-buffer-sub'.
8096         (wl-thread-update-line-on-buffer): Delete routine of inserting
8097         thread.
8098         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8099         moved from `wl-thread-update-line-on-buffer'.
8100         Add threshold for displaying progress gauge.
8101         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8102         argument of `wl-thread-update-line-msgs'.
8103         Add threshold for displaying progress gauge.
8104         * wl-folder.el:
8105         Add threshold for displaying progress gauge.
8106         * wl-score.el: Ditto.
8107
8108         * wl-expire.el (wl-summary-expire): Display deleting info.
8109
8110 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8113         `no-msg'.
8114         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8115         argument of `wl-thread-update-line-msgs'.
8116         (wl-summary-set-parent): Added optional argument `parent-number'.
8117         (wl-summary-buffer-saved-message): New buffer local variable.
8118         (wl-summary-save-current-message): New command.
8119         (wl-summary-yank-saved-message): Ditto.
8120         (wl-summary-mode-map): Added key binding for
8121         `wl-summary-save-current-message' (\ew) and
8122         `wl-summary-yank-saved-message' (\C-y).
8123         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8124
8125 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-summary.el (wl-summary-mode-map): Added key binding for
8128         `wl-summary-set-parent' (ts).
8129
8130 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8131
8132         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8133         subject faster. If thread number is reverse, delayed updating
8134         thread.
8135         (wl-summary-search-by-subject): Ditto.
8136         (wl-summary-put-alike): Ditto.
8137         (wl-summary-get-alike): Ditto.
8138         (wl-summary-insert-headers): Insert header of all overview in
8139         buffer.
8140         (wl-summary-rescan): Delayed updating thread. Kill search subject
8141         buffer for wl-summary-search-by-subject.
8142         (wl-summary-sync-update3): Ditto.
8143         (wl-summary-exit): Ditto.
8144         (wl-summary-goto-bottom-of-current-thread): Change for linked
8145         thread.
8146         (wl-summary-overview-create-summary-line): Change line for linked
8147         thread.
8148
8149         * wl-summary.el (wl-summary-update-thread): Use
8150         wl-thread-maybe-get-children-num.
8151         (wl-summary-set-parent): If change parent, move sub thread.
8152         (wl-summary-redisplay-internal): Add horizontal recenter.
8153         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8154
8155         * wl-thread.el (wl-thread-entity-get-linked): New function.
8156         (wl-thread-entity-set-linked): New function.
8157         (wl-thread-create-entity): Add linked element.
8158         (wl-thread-entity-insert-as-top): Use wl-append.
8159         (wl-thread-maybe-get-children-num): If closing thread, return
8160         children msgs.
8161         (wl-thread-update-line-msgs): Displaying progress message.
8162         (wl-thread-update-line-on-buffer-sub): Use
8163         wl-thread-maybe-get-children-num.
8164         (wl-thread-update-line-on-buffer): If update line is not exists,
8165         insert thread.
8166         (wl-thread-delete-message): If delete top msg of thread, search
8167         parent by subject.
8168         (wl-thread-insert-entity): Use
8169         wl-thread-maybe-get-children-num.
8170
8171         * wl-highlight.el (wl-highlight-summary-current-line): change
8172         sregexp for linked thread.
8173         * wl-util.el (wl-count-lines): Count lines.
8174         (wl-horizontal-recenter): horizontal recenter.
8175         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8176         (wl-score-get-alike): Ditto.
8177         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8178         (wl-subject-length-limit): New variable.
8179         (wl-highlight-thread-indent-string-regexp): Changed for linked
8180         thread.
8181
8182 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8185         New variable (revival).
8186         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8187         by subject matching if there's no in-reply-to nor references field
8188         (revival).
8189
8190 \f
8191 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8194         message.
8195
8196 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * wl-summary.el (wl-summary-reply): Return t if there was a
8199         message at cursor point.
8200         Added unwind-protect.
8201         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8202         returns t.
8203         (wl-summary-cancel-message): Do nothing when there's no message at
8204         cursor point.
8205         (wl-summary-forward): Ditto.
8206         (wl-summary-jump-to-parent-message): Ditto.
8207         (wl-summary-reedit): Ditto.
8208         (wl-summary-edit-addresses): Ditto.
8209         (wl-summary-pipe-message): Ditto.
8210         (wl-summary-print-message-with-ps-print): Ditto.
8211         (wl-summary-print-message): Ditto.
8212         (wl-summary-mark-as-important): Ditto.
8213         (wl-summary-mark-as-unread): Ditto.
8214
8215         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8216         message at cursor point.
8217         (wl-summary-reply-with-citation): Remove unwind-protect.
8218
8219         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8220         subject searching feature.
8221         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8222         Eliminated.
8223
8224 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8227         New variable.
8228         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8229         by subject matching if there's no in-reply-to nor references field.
8230
8231         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8232
8233         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8234         when display is finished.
8235         (wl-folder-open-all): Ditto.
8236         (wl-folder-update-access-group): Ditto.
8237         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8238         * wl-thread.el (wl-thread-close-all): Ditto.
8239
8240         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8241         progress gauge only when it was displayed.
8242         * wl-folder.el (wl-folder-insert-entity): Ditto.
8243
8244 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-summary.el (wl-summary-incorporate): Enclose
8247         `wl-summary-sync-force-update' with save-excursion.
8248
8249 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8250
8251         * wl-summary.el (wl-summary-prefetch-region):
8252         Pass current cursor point to `pos-visible-in-window-p' after
8253         moving cursor to the started point.
8254
8255 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8256
8257         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8258
8259         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8260         fields from the forwarding message.
8261         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8262         `ignored-fields'.
8263
8264 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-mime.el (wl-message-request-partial):
8267         Eliminated argument `msgdb'.
8268         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8269         (wl-mime-combine-message/partial-pieces): Likewise.
8270         * tm-wl.el (wl-message-request-partial): Likewise.
8271         (wl-mime-combine-message/partial-pieces): Likewise.
8272
8273 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8274
8275         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8276         when display is finished.
8277
8278 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8279
8280         * wl-summary.el (wl-summary-goto-folder-subr):
8281         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8282
8283 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8286         when cursor point is visible.
8287
8288 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-expire.el (wl-expire-archive-get-max-number):
8291         Don't use `file-name-directory'.
8292
8293 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-expire.el (wl-expire-archive-get-max-number):
8296         Use `file-name-directory'.
8297
8298 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8301         only when there is progress.
8302
8303 2000-04-13  Mito <mit@nines.nec.co.jp>
8304
8305         * wl-summary.el (wl-summary-sync-marks): Display progress.
8306
8307 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8310         (wl-summary-prev): Move cursor regardless of unread status.
8311         (wl-summary-next): Ditto.
8312
8313 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8316         Added argument `target' and `number'.
8317         * tm-wl.el (wl-summary-burst-subr): New function.
8318         (wl-summary-burst): Use it.
8319
8320 2000-04-10  Mito <mit@nines.nec.co.jp>
8321
8322         * wl-mime.el (wl-burst): New function.
8323         (wl-summary-burst): Use it.
8324
8325 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8326
8327         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8328         as petname when there's no candidate.
8329
8330 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8333         New variable.
8334         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8335
8336         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8337
8338         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8339
8340 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8343         Use substring of `original' instead of buffer-substring.
8344         (wl-refile-evaluate-rule):
8345         Set `original' argument of wl-refile-expand-newtext.
8346
8347         * wl-summary.el
8348         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8349         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8350         (wl-summary-auto-refile): Check existence of destination folder just
8351         before marking.
8352
8353 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8354
8355         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8356         when wl-refile-get-field-value return nil.
8357
8358 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8359
8360         * wl-refile.el
8361         (wl-refile-expand-newtext): New function imported from Gnus.
8362         (wl-refile-evaluate-rule): Use it.
8363
8364 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-print-destination):
8367         Duplicate folder string to avoid putting text-property on
8368         original string.
8369
8370         * wl-refile.el (wl-refile-get-field-value): New function.
8371         (wl-refile-evaluate-rule): New function;
8372         Evaluate refile rule recursively.
8373         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8374         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8375         New function; Check existence of a target folder recursively.
8376         (wl-summary-auto-refile-check-refile-rule-alist):
8377         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8378
8379 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8382
8383         * wl-folder.el (wl-create-folder-entity-from-buffer):
8384         Fixed problem when '}' character is contained in folder name.
8385
8386         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8387
8388 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8389
8390         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8391         (wl-fldmgr-add-completion-all-completions):
8392         Use wl-fldmgr-add-completion-hashtb.
8393
8394 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8395
8396         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8397         wl-fldmgr-add-completion-subr): New functions.
8398         * wl-folder.el (wl-folder-completion-func): New variable.
8399         * wl-summary.el (wl-summary-read-folder):
8400         Use wl-folder-completion-func.
8401
8402         * wl-refile.el: Eliminate throw & catch.
8403
8404         * wl.el (wl-plugged-sending-queue-status): Fixed.
8405
8406 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8407
8408         * wl-draft.el (wl-draft): Put category property on
8409         mail-header-separator.