* wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2
3         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
4
5 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
6
7         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
8
9 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10
11         * wl-thread.el (wl-thread-mark-as-answered): New function.
12
13         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
14         answered" entry.
15         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
16         "r&" and wl-thread-mark-as-answered to "t&".
17         (wl-summary-mark-as-important-region): Refine to toggle mark.
18         (wl-summary-mark-as-answered-region): New function.
19         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
20         and 3rd argument.
21         (wl-summary-mark-as-important-internal): Likewise.
22
23 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * wl-template.el (wl-template-preview): New internal variable.
26         (wl-template-preview-p): New function.
27         (wl-template-show): Bind `wl-template-preview' as t.
28
29 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
32         `elmo-message-entity-field' with 3rd argument which is non-nil.
33
34 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
37         Removed duplicate local bind `folder'.
38
39 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
42
43 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
46         duplicate definition.
47
48 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
49
50         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
51         non-nil, use it; Don't fetch message if there's no message in the
52         current cursor position.
53
54 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-util.el (wl-region-exists-p): Use region-active-p.
57         (wl-deactivate-region): New function.
58         * wl-message.el (wl-message-redisplay): Deactivate region.
59
60         * wl-summary.el (wl-summary-reply): Call
61         `wl-summary-set-message-buffer-or-redisplay' instead of
62         `wl-summary-redisplay-internal', don't move point.
63
64 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
67         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
68         by regexp.
69
70 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
73         if no need.
74
75 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
78         default value to nil.
79         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
80         `wl-summary-prepare-hook'; Replace refile action to
81         `wl-summary-exec-action-refile-with-register'.
82
83         * Version number is increased to 2.11.22.
84
85 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-summary.el (wl-summary-detect-mark-position): Set
88         `wl-summary-buffer-weekday-name-lang'.
89
90 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
91
92         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
93         (wl-summary-mark-as-read-all): Ditto.
94         (wl-summary-delete-messages-on-buffer): Ditto.
95         (wl-summary-sync-update): Ditto.
96         (wl-summary-mark-as-read-internal): Ditto.
97         (wl-summary-mark-as-answered-internal): Ditto.
98         (wl-summary-update-folder-info): Abolished.
99
100 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-summary.el (wl-summary-mark-as-read-all): Use
103         `wl-summary-update-folder-info' instead of
104         `wl-folder-update-unread'.
105
106 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
107
108         * wl-summary.el (wl-summary-update-folder-info): New function derived from
109         `wl-summary-folder-info-update'.
110         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
111         instead of `wl-summary-folder-info-update'.
112         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
113         `wl-folder-set-folder-updated'.
114         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
115         instead of `wl-folder-update-unread'.
116         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
117         the value of `wl-summary-buffer-unread-count' for the second parameter of
118         `wl-folder-update-unread'.
119
120         * Version number is increased to 2.11.21.
121
122 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
123
124         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
125         a local variable.
126
127 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-spam.el (wl-summary-mark-spam): Show message only if call
130         interactively.
131
132         * wl-summary.el (wl-summary-mark-as-important-internal): New
133         internal function.
134         (wl-summary-mark-as-important): Use it.
135         (wl-summary-mark-as-unimportant): New function.
136         (wl-summary-sync-marks): Follow the API change.
137
138         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
139
140         * wl-mime.el (wl-summary-burst): Check target folder is writable.
141
142 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
143
144         * wl-folder.el (wl-folder-update-unread): Re-indent.
145         Narrow the scope of a local variable.
146
147 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
150         (wl-addrmgr-merge-entries): Ditto.
151         (wl-addrmgr): Added to address entry which exists in draft buffer
152         if no entry is in original.
153
154 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
155
156         * wl-batch.el: New file.
157
158 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
159
160         * wl-vars.el (wl-use-semi): Remove unused variable.
161
162 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
163
164         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
165         "?".
166
167 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
170         wl-summary-new-mark.
171         (wl-summary-new-cached-mark): New user option.
172         (wl-summary-score-marks): Follow the change above.
173         (wl-summary-auto-refile-skip-marks): Ditto.
174         (wl-summary-incorporate-marks): Ditto.
175         (wl-summary-expire-reserve-marks): Ditto.
176
177         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
178
179         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
180         (wl-summary-persistent-mark-string): Distinguished between cached
181         and uncached mark when the message is new.
182
183 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * wl-spam.el (wl-spam-domain): Renamed from
186         `wl-spam-folder-guess-domain'.
187         (wl-summary-exec-action-spam): Register as spam if domain of the
188         source folder is good.
189         (wl-summary-exec-action-refile-with-register): Register message if
190         domain of the source folder is not undecided.
191
192 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
195         detect thread loop.
196
197 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
200         and wl-summary-skip-mark-list.
201
202 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
205
206         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
207
208         * wl-spam.el (toplevel): Require wl-highlight.
209         (wl-spam-auto-check-policy-alist): Abolish.
210         (wl-spam-auto-check-folder-regexp-list): New user option.
211         (wl-spam-auto-check-marks): Ditto.
212         (wl-spam-mark-action-list): Ditto.
213         (wl-highlight-summary-spam-face): New face.
214         (wl-spam-auto-check-message-p): New function.
215         (wl-spam-map-spam-messages): Fixed message.
216         (wl-spam-register-spam-messages): Ditto.
217         (wl-spam-register-good-messages): Ditto.
218         (wl-summary-spam-map): Add and remove keybind.
219         (wl-summary-target-mark-spam): Abolish.
220         (wl-summary-refile-spam): Ditto.
221         (wl-summary-test-spam): New function.
222         (wl-summary-mark-spam): Ditto.
223         (wl-summary-auto-check-spam): Follow the above change.
224         (wl-summary-exec-action-spam): New function.
225         (wl-summary-exec-action-refile-with-register): Fixed message.
226         (wl-message-check-spam): New function.
227         (wl-spam-setup): Ditto.
228         (toplevel): Call it if this file is loaded interactivity.
229
230         * Version number is increased to 2.11.20.
231
232 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
235         when new optional argument `force' is non nil or modified.
236
237 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl.el (toplevel): Require wl-spam when compile.
240         (wl-save-status): Call wl-spam-save-status.
241
242         * wl-spam.el (wl-spam-register-spam-messages): New function.
243         (wl-spam-register-good-messages): Ditto.
244         (wl-spam-save-status): Ditto.
245         (wl-summary-mode-map): Bind
246         wl-summary-target-mark-register-as-spam to "ms" and
247         wl-summary-target-mark-register-as-good to "mn".
248         (wl-summary-register-as-spam): Abolish optional argument; Use
249         wl-spam-register-spam-messages.
250         (wl-summary-register-as-spam-all): Use
251         wl-spam-register-spam-messages.
252         (wl-summary-register-as-good): Abolish optional argument; Use
253         wl-spam-register-good-messages.
254         (wl-summary-register-as-good-all): Use
255         wl-spam-register-good-messages.
256         (wl-summary-target-mark-register-as-spam): New funtion.
257         (wl-summary-target-mark-register-as-good): Ditto.
258
259 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-spam.el: New file.
262
263 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
266
267         * wl-action.el (wl-auto-refile-guess-functions): New variable.
268         (wl-summary-auto-refile): Call wl-refile-guess with
269         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
270
271 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
274         with disable-thread argument non-nil.
275
276 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-summary.el (wl-summary-rescan): Added optional argument
279         disable-thread.
280         (wl-summary-sync): Call wl-summary-rescan with argument
281         disable-thread.
282         (wl-summary-input-range): Added new range `rescan-thread'.
283
284 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
287
288 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
291         internal variable.
292         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
293         wl-summary-search-parent-by-subject-regexp and
294         wl-summary-divide-thread-when-subject-changed as nil.
295         (wl-summary-insert-sequential): If entity is nil, nothing to do.
296         (wl-summary-insert-thread): Search parent entity from
297         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
298         thread loop.
299
300 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
301
302         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
303
304         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
305
306         * wl-util.el (wl-require-update-all-folder-p): New function.
307         (wl-get-assoc-list-value): Added `function' to match directive.
308         (wl-collect-draft): Rewrite.
309
310         * wl-summary.el (wl-summary-sync-update): Clear faces
311         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
312         are non-nil.
313         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
314         argument as function.
315         (wl-summary-input-range): Ditto.
316
317         * wl-folder.el (wl-draft-get-folder): New function.
318         (wl-folder-get-elmo-folder): Consider draft folder.
319
320         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
321         (wl-draft-buffer-message-number): New buffer local variable.
322         (wl-draft-folder-internal): New internal variable.
323         (wl-draft-delete): Rewrite.
324         (wl-draft-save): Ditto.
325         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
326         wl-folder-get-elmo-folder.
327         (wl-draft-config-info-operation): Ditto.
328         (wl-jump-to-draft-folder): Ditto.
329         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
330         (wl-draft-reedit): Rewrite.
331
332         * Version number is increased to 2.11.19.
333         
334 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
335
336         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
337         variable.
338
339 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
342         Use ignore-errors instead of unwind-protect.
343
344 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
345
346         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
347         for updating `wl-thread-entity-list'.
348
349 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
350
351         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
352         parameter from calling `wl-thread-entity-get-older-brothers' and
353         `wl-thread-entity-get-younger-brothers'.
354         Replace nested `append' with a single one.
355
356 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-summary.el (wl-summary-mode): Don't use the return value of
359         `make-local-hook'.
360
361 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
364         instead of `let*'.
365         (wl-thread-delete-message): Likewise.  Split and narrow the scope
366         of local variables.
367
368 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
371         Renamed from wl-summary-window-scroll-functions.
372         (wl-summary-window-scroll-functions): Don't set to variable.
373         (wl-summary-display-top): Use run-hooks.
374         (wl-summary-display-bottom): Ditto.
375         (wl-summary-toggle-disp-msg): Ditto.
376         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
377         Use it instead of wl-summary-window-scroll-functions.
378         (wl-summary-goto-folder-subr): Don't call
379         wl-summary-window-scroll-functions, use
380         wl-summary-buffer-window-scroll-functions instead.
381
382 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
385         make-local-variable.
386
387 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
388
389         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
390         set-buffer-modified-p.
391         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
392         (wl-summary-display-bottom): Ditto.
393         (wl-summary-toggle-disp-msg): Ditto.
394
395 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
398
399         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
400         (wl-summary-forward): Use elmo-message-entity-field instead of
401         elmo-message-field.
402
403         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
404
405 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-summary.el (wl-summary-window-scroll-functions): No use
408         `append'.
409
410 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
411
412         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
413         function.
414         (wl-summary-window-scroll-functions): Call it when both
415         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
416         (wl-summary-temp-mark): Added optional argument number.
417         (wl-summary-message-mark): Added optional argument flag.
418         (wl-summary-persistent-mark): Added optional argument number and flag.
419         (wl-summary-update-persistent-mark): Ditto.
420         (wl-summary-update-status-marks): Set "r" for interactive spec.
421
422         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
423         argument number and flag.
424
425         * wl-action.el (wl-summary-registered-temp-mark): 
426         Do nothing when wl-summary-buffer-temp-mark-list is nil.
427
428 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
431         internal variable (buffer local).
432         (wl-summary-window-scroll-functions): New function.
433         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
434         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
435         as nil.
436         (wl-summary-update-status-marks): Added arguments beg, end and
437         check.
438         (wl-summary-update-mark-window): Use function.
439         (wl-summary-sync-update): Follow the change above.
440         (wl-summary-switch-to-clone-buffer): Copy
441         wl-summary-buffer-unsync-mark-number-list.
442         (wl-summary-goto-folder-subr): Set
443         wl-summary-buffer-unsync-mark-number-list and
444         use wl-summary-window-scroll-functions insteaf of
445         wl-summary-lazy-highlight.
446
447         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
448
449 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
452
453         * wl-summary.el (wl-summary-update-persistent-mark): Call
454         wl-summary-set-message-modified.
455
456         * wl-summary.el (wl-summary-sync-update): Don't call
457         wl-summary-update-status-marks.
458
459         * Version number is increased to 2.11.18.
460
461 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
462
463         * wl-message.el (wl-message-prev-page): Use save-selected-window.
464         (wl-message-next-page): Ditto.
465
466 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
467
468         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
469         local variable.  Change the order of a collected list into the
470         same as the specified range.  Remove nil from a collected list.
471
472 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-summary.el (wl-summary-insert-headers): Set visible-only
475         argument for elmo-folder-list-messages.
476
477 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
480         change (wl-summary-count-unreads return a list instead of a cons
481         cell).
482
483 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
484
485         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
486         `wl-summary-folder-info-update'.
487
488 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-summary.el (wl-summary-set-message-modified): No use
491         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
492         (wl-summary-set-mark-modified): Abolish.
493         (wl-summary-mark-modified-p): Ditto.
494         (wl-summary-save-view): Follow the change above.
495
496         * wl-expire.el (wl-summary-expire): Likewise.
497
498 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
499
500         * wl-summary.el (wl-summary-detect-mark-position): Use
501         modb-entity-handler.
502         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
503
504         * Version number is increased to 2.11.17.
505
506 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
507
508         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
509         entity field value.
510         (wl-summary-prefetch-msg): Ditto.
511         (wl-summary-print-message-with-ps-print): Ditto.
512
513 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
514
515         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
516         for dummy entity.
517         (wl-summary-insert-thread): Use elmo-message-entity-field.
518         (wl-summary-update-thread): Use elmo-message-entity-field and
519         elmo-message-entity-number.
520         (wl-summary-line-number):  Use elmo-message-entity-number.
521         (wl-summary-line-size): Use elmo-message-entity-field.
522         (wl-summary-line-subject): Ditto.
523         (wl-summary-line-from): Ditto.
524         (wl-summary-line-attached): Ditto.
525         (wl-summary-create-line): Ditto.
526         (wl-summary-create-line): Use elmo-message-entity-number.
527         (wl-summary-print-message-with-ps-print): Use
528         elmo-message-entity-field.
529
530 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
531
532         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
533         change in elmo-msgdb-make-message-entity.
534         (wl-summary-buffer-set-folder): Don't call
535         wl-summary-detect-mark-position here.
536         (wl-summary-rescan): Call elmo-message-entity-number.
537         (wl-summary-sync-update): Ditto.
538         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
539
540         * wl-score.el (wl-score-header-index): Redefine 2th element.
541         (wl-score-overview-entity-get-extra): Abolish.
542         (wl-score-ov-entity-get): Rewrite.
543         (wl-score-string-index<, wl-score-string-func<): Abolish.
544         (wl-score-string<): New function.
545         (wl-score-string-sort): Use it.
546
547         * wl-refile.el (wl-refile-guess-by-history): Use
548         elmo-message-entity-field.
549         (wl-refile-guess-by-from): Ditto.
550         (wl-refile-guess-by-msgid): Ditto.
551
552         * Version number is increased to 2.11.16.
553
554 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-folder.el (wl-folder-confirm-existence): Don't call
557         file-exists-p if msgdb-path is nil.
558         * wl-summary.el, wl-draft.el, wl-action.el: Rename
559         `wl-read-folder-hist' to `wl-read-folder-history'.
560
561 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
562
563         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
564         `y-or-n-p'.
565
566 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-score.el (wl-score-headers): Don't use
569         elmo-folder-do-each-message-entity.
570
571         * Version number is increased to 2.11.15.
572
573 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
574
575         * wl-summary.el (wl-summary-delete-all-msgs): Use
576         elmo-folder-move-messages instead of elmo-folder-delete-messages
577         and elmo-folder-detach-messages.
578         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
579
580         * wl-expire.el (wl-expire-delete): Ditto.
581         (wl-expire-refile-with-copy-reserve-msg): Ditto.
582
583 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
584
585         * wl-vars.el (wl-message-use-header-narrowing): New user option.
586         (wl-message-header-narrowing-fields): Ditto.
587         (wl-message-header-narrowing-lines): Ditto.
588         (wl-message-header-narrowing-string): Ditto.
589
590         * wl-summary.el (wl-summary-mode-map): Bind
591         wl-summary-toggle-header-narrowing to "C-cC-f".
592         (wl-summary-toggle-header-narrowing): New function.
593
594         * wl-message.el (wl-message-buffer-create): Call
595         wl-message-header-narrowing-setup.
596         (wl-message-redisplay): Call wl-message-header-narrowing.
597         (wl-message-header-narrowing): New function.
598         (wl-message-header-narrowing-map): New keymap.
599         (wl-message-header-narrowing-widen-map): New keymap.
600         (wl-message-header-narrowing-again-at-mouse): New function.
601         (wl-message-header-narrowing-1): Ditto.
602         (wl-message-header-narrowing-widen-at-mouse): Ditto.
603         (wl-message-header-narrowing-setup): Ditto.
604         (wl-message-header-narrowing-toggle): Ditto.
605         
606         * wl-highlight.el (wl-message-header-narrowing-face): New face.
607
608         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
609         'flag as all.
610         (wl-use-flag-folder-help-echo): New user option.
611
612         * wl-summary.el (wl-summary-detect-mark-position): Bind 
613         wl-summary-highlight as nil.
614         (wl-summary-set-mark-modified): Follow the API change.
615         (wl-summary-mark-modified-p): Ditto.
616         (wl-summary-mark-as-read-all): Ditto.
617         (wl-summary-sync-marks): Don't call
618         elmo-folder-list-messages-with-global-mark.
619         (wl-summary-mark-as-read-internal): Follow the API change.
620         (wl-summary-mark-as-answered-internal): Ditto.
621         (wl-summary-mark-as-important): Cause an error when 'flag folder;
622         Follow the API change.
623         (wl-summary-create-line): Call with number argument.
624         (wl-summary-reply): Follow the API change.
625
626         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
627         function.
628         (wl-highlight-summary-line-string): Call it when
629         wl-use-flag-folder-help-echo is non-nil.
630         (wl-highlight-summary-current-line): Ditto.
631         (elmo-flag-folder-referrer): Added autoload setting.
632
633         * wl-draft.el (wl-draft-kill): Follow the API change.
634
635         * Version number is increased to 2.11.14.
636         
637 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
640
641 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * Version number is increased to 2.11.13.
644
645 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-draft.el (wl-draft-previous-history-element): Fixed
648         unbalanced parenthesis and bind unbound local variables.
649
650 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
651
652         * wl-draft.el (wl-draft-previous-history-element): New function.
653         (wl-draft-next-history-element): Ditto.
654         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
655         them to M-p and M-n.
656
657 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * Version number is increased to 2.11.12.
660
661 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-draft.el (wl-draft-hide): Select buffer-window.
664
665 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
666
667         * wl-summary.el (wl-summary-narrow-to-region): New function.
668         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
669         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
670         (wl-summary-save-region): Use it.
671         * wl-action.el (wl-summary-collect-numbers-region)
672         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
673
674 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-folder.el (wl-folder-count-incorporates): Don't use
677         `elmo-msgdb-mark-load'
678
679         * Version number is increased to 2.11.11.
680
681 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
682
683         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
684         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
685
686 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
687
688         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
689
690 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * Version number is increased to 2.11.10.
693
694 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-mime.el (wl-draft-attribute-value): Fixed.
697
698 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-util.el (wl-copy-local-variables): New function.
701
702         * wl-mime.el (wl-draft-attribute-recipients): New function.
703         (wl-draft-attribute-envelope-from): Ditto.
704         (wl-draft-attribute-smtp-posting-server): Ditto.
705         (wl-draft-attribute-smtp-posting-port): Ditto.
706         (wl-draft-attribute-value): Ditto.
707         (wl-draft-preview-message): Use it to get value for
708         attributes. Reflect result of `wl-draft-config'.
709
710         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
711         and call `wl-summary-mark-as-read' before to call
712         `wl-summary-unset-mark'.
713         (wl-summary-target-mark-mark-as-unread): Likewise.
714         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
715
716 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
717
718         * wl-mime.el (wl-draft-preview-message): Use actual value for
719         attributes; Fix for small window.
720
721 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-refile.el (wl-refile-get-field-value): Call
724         `elmo-message-entity-field' with 3rd argument is non-nil.
725
726 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-vars.el (wl-draft-preview-attributes): New user option.
729         (wl-draft-preview-attributes-list): Ditto.
730         (wl-draft-preview-attributes-buffer-lines): Ditto.
731         (wl-draft-preview-attributes-buffer-name): Ditto.
732
733         * wl-mime.el (wl-draft-preview-message): Display attributes.
734
735 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-summary.el (wl-summary-detect-mark-position): Bind
738         wl-summary-flag-priority-list to '(new).
739
740 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
743         funtion.
744         (wl-highlight-summary-line-string): Use it.
745         (wl-highlight-summary-current-line): Ditto.
746
747 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
748
749         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
750         line even when the mark string is not changed.
751
752         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
753         argument change in the wl-summary-create-line.
754         (wl-thread-insert-entity-sub): Ditto.
755
756         * wl-summary.el (wl-summary-detect-mark-position): Follow the
757         argument change in the wl-summary-create-line.
758         (wl-summary-insert-sequential): Ditto.
759         (wl-summary-update-thread): Ditto.
760         (wl-summary-persistent-mark-string): New inline function.
761         (wl-summary-message-mark): Use it.
762         (wl-summary-create-line): Abolish argument wl-persistent-mark
763         and added wl-flags, wl-cached.
764
765         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
766         mark to flags.
767         (wl-highlight-summary-current-line): Decide the face not by the 
768         persistent mark but flags.
769
770 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
773         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
774         wl-summary-read-uncached-mark): Revive.
775         (wl-summary-answered-cached-mark,
776         wl-summary-answered-uncached-mark): New user option.
777         (wl-summary-score-marks): Follow the change above.
778         (wl-summary-auto-refile-skip-marks): Ditto.
779         (wl-summary-incorporate-marks): Ditto.
780         (wl-summary-expire-reserve-marks): Ditto.
781         (wl-summary-flag-priority-list): New user option.
782
783         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
784         changes.
785         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
786         of elmo-message-mark.
787         (wl-summary-mark-as-read-internal): Ditto.
788         (wl-summary-mark-as-answered): Ditto.
789         (wl-summary-mark-as-important): Ditto.
790         (wl-summary-redisplay-internal): Ditto.
791         (wl-summary-redisplay-no-mime-internal): Ditto.
792         (wl-summary-message-mark): New function.
793         (wl-summary-insert-sequential): Use wl-summary-message-mark
794         instead of elmo-message-mark.
795         (wl-summary-update-thread): Ditto.
796         (wl-summary-persistent-mark): Ditto.
797         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
798         instead of elmo-message-mark.
799
800         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
801         wl-summary-message-mark instead of elmo-message-mark.
802         (wl-thread-insert-entity-sub): Ditto.
803         (wl-thread-get-children-msgs-uncached): Ditto.
804
805         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
806         variable name changes.
807         (wl-highlight-summary-current-line): Ditto.
808
809         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
810         wl-summary-message-mark instead of elmo-message-mark.
811
812         * wl-expire.el (wl-expire-message-p): Ditto.
813
814         * wl-score.el (wl-score-headers): Ditto.
815
816         * Version number is increased to 2.11.9.
817
818         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
819         (wl-summary-sync-update): Follow the change above.
820         (wl-summary-switch-to-clone-buffer): Ditto.
821         (wl-summary-open-folder): Ditto.
822
823 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
826         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
827
828         * Version number is increased to 2.11.8.
829
830         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
831
832         * wl-expire.el (wl-expire-refile): Follow the API change on
833         `elmo-folder-move-messages'.
834         (wl-expire-refile-with-copy-reserve-msg): Ditto.
835
836         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
837         (wl-summary-exec-action-refile): Ditto.
838         (wl-summary-exec-action-copy): Ditto.
839         (wl-summary-no-auto-refile-message-p): No use
840         `wl-summary-buffer-msgdb'.
841         (wl-summary-auto-refile): Ditto.
842
843 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
846
847 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
848
849         * wl-summary.el (wl-summary-sync): Treat no-sync.
850
851         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
852         (wl-default-sync-range): Ditto.
853
854 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-refile.el (wl-refile-subject-learn): Call
857         `elmo-message-entity-field' with 3rd argument is non-nil.
858         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
859         instead of `elmo-msgdb-overview-entity-get-subject'.
860
861 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
862
863         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
864         scan-type is rescan.
865         (wl-summary-delete-all-temp-marks): Remove scored mark too when
866         new optional argument force is non-nil.
867         (wl-summary-save-view-cache): Call it with force argument non-nil.
868
869         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
870
871 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
872
873         * wl-action.el (wl-summary-print-argument): Fixed last change.
874
875 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
878         simplified.
879         (wl-summary-target-mark-mark-as-unread): Likewise.
880         (wl-summary-target-mark-mark-as-important): Likewise.
881
882 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
883
884         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
885         * wl-summary.el (wl-summary-mark-as-important): Arranged.
886         (wl-summary-mark-as-important-region): Change accordingly.
887         (wl-summary-target-mark-mark-as-important): Ditto.
888
889 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
892
893         * wl-action.el (wl-summary-print-argument): Print argument to
894         right side of window if `wl-summary-print-argument-within-window'
895         is non-nil.
896
897 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
898
899         * wl-action.el (wl-summary-set-mark): Use
900         `wl-summary-message-visible-p' to check visibility of the message
901         and jump to message only when the message line is visible and have
902         different number; Call wl-summary-unset-mark with number argument.
903         (wl-summary-unset-mark): 
904         Use `wl-summary-message-visible-p'
905         to check visibility of the message and jump to message only when
906         the message line is visible and have different number;
907
908 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * Version number is increased to 2.11.7.
911
912         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
913         and wl-folder-summary-line-format.
914
915         * wl-summary.el (wl-summary-message-visible-p): New inline function.
916         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
917         (wl-summary-set-score-mark): Use it.
918         (wl-summary-target-mark-mark-as-read): Ditto.
919         (wl-summary-target-mark-mark-as-unread): Ditto.
920         (wl-summary-target-mark-mark-as-important): Ditto.
921         (wl-summary-target-mark-msgs): Simplified.
922         (wl-summary-detect-mark-position): Fixed problem when
923         summary-line-format no contain persisten/temp mark spec.
924         (wl-summary-temp-mark): Ditto.
925         (wl-summary-persistent-mark): Ditto.
926         (wl-summary-update-persistent-mark): Ditto.
927
928         * wl-action.el (wl-summary-set-mark): Ditto.
929         (wl-summary-unset-mark): Ditto.
930         All other related portions are changed.
931
932 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
933
934         * Version number is increased to 2.11.6.
935
936 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
937
938         * wl-util.el (wl-current-message-buffer): Define as function;
939         Don't use the value of wl-messge-buffer.
940
941         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
942         persistent mark.
943
944         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
945         no current message, cause an error.
946
947 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-summary.el (wl-summary-set-message-modified): Use
950         elmo-folder-set-message-modified instead of
951         elmo-folder-set-message-modified-internal.
952
953 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
954
955         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
956         interactively.
957         (wl-summary-sync): nokill->entirely.
958         (wl-summary-sync-marks): Fixed message.
959         (wl-summary-input-range): Added mark, nokill->entirely.
960
961         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
962         messages as read.
963
964 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
965
966         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
967         update-noscore.
968         (wl-summary-sync): Follow the change above.
969
970 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-action.el (wl-summary-target-mark-all): Use
973         elmo-folder-list-messages.
974
975 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
976
977         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
978         (wl-summary-rescan): Set wl-summary-scored as nil.
979         (wl-summary-sync-force-update): Follow the change above.
980         (wl-summary-sync): Ditto.
981         (wl-summary-sync-update): Added argument disable-killed.
982         (wl-summary-insert-headers): Set visible-only argument for
983         elmo-folder-list-messages.
984         (wl-summary-input-range): Added update-nokill, update-noscore,
985         all-nokill, all-noscore and mark.
986
987         * Version number is increased to 2.11.5.
988
989         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
990
991 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
994         (wl-summary-prefetch-region-no-mark): Change accordingly.
995         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
996
997 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
998
999         * wl-address.el (wl-complete-field-to): Abolished.
1000         (wl-complete-address): Completion function for completing-read.
1001         * wl-action.el (wl-summary-get-resend-address): Use it.
1002
1003         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1004         wl-summary-update-mark and abolish unused argument.
1005         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1006         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1007         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1008         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1009         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1010         * wl-draft.el (wl-draft-kill): Ditto.
1011
1012         * wl-summary.el: Remove unused binding of case-fold-search.
1013         (wl-summary-replace-status-marks): Abolished.
1014
1015 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1018         is specified or folder length is zero.
1019
1020 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1023         (wl-folder-archive-current-entity): Ditto.
1024
1025 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1026
1027         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1028         retrieving message mark.
1029         (wl-summary-redisplay-internal): Ditto.
1030
1031         * wl-message.el (wl-message-buffer-display): Ignore errors while
1032         retrieving message-id field.
1033
1034         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1035         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1036         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1037         order of the arguments for `wl-expire-message-p'.
1038         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1039
1040         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1041         Check return value of wl-summary-reply.
1042         (wl-summary-reply): Recover window configuration when an error occured.
1043
1044 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * wl-summary.el (wl-summary-resend-message): Abolished, the
1047         feature is inherited by wl-summary-resend (put resend mark).
1048
1049 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1052         wl-message-buffer to nil when the message is hide.
1053
1054 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * .cvsignore: New file.
1057
1058 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-action.el (wl-summary-action-docstring): Add more info.
1061         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1062         duplicate definition.
1063         (wl-summary-define-mark-action): Functions wl-summary-*-region
1064         keep current position.
1065         (wl-summary-unregister-target-mark): Store result to the variable.
1066
1067 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1068
1069         * Version number is increased to 2.11.4.
1070
1071 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1074         wl-summary-delete-all-temp-marks.
1075         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1076
1077         * wl-action.el (wl-summary-set-mark): Changed terminology
1078         refile-destination -> action-argument.
1079         (wl-summary-unset-mark): Ditto.
1080         (wl-summary-remove-argument): Ditto.
1081         (wl-summary-print-argument): Ditto.
1082
1083         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1084         (wl-thread-remove-argument-region): Ditto.
1085         (wl-thread-print-argument-region): Ditto.
1086         (wl-thread-close): Ditto.
1087         (wl-thread-open): Ditto.
1088
1089         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1090         (wl-highlight-refile-destination-face is abolished)
1091         (wl-highlight-action-argument-string): Ditto.
1092         (wl-highlight-summary-current-line): Highlight action argument.
1093
1094         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1095         color for light backgrounds.
1096         (wl-highlight-summary-answered-face): Ditto.
1097
1098 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1101
1102         * wl-score.el (wl-summary-score-update-all-lines): Use
1103         wl-summary-set-mark.
1104         (wl-summary-score-update-all-lines): Kill expunged messages.
1105
1106         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1107
1108 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1109
1110         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1111         directly.
1112         (wl-score-overview-entity-get-lines): Ditto.
1113         (wl-score-overview-entity-get-xref): Ditto.
1114         (wl-score-get-latest-msgs): Ditto.
1115         (wl-summary-rescore): Ditto.
1116
1117         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1118         to "&".
1119         (wl-summary-mark-as-answered-internal): New inline function.
1120         (wl-summary-mark-as-answered): New function.
1121         (wl-summary-mark-as-unanswered): Ditto.
1122         (wl-summary-sync-marks): Modified for answered-mark synching.
1123
1124 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-action.el (wl-summary-set-mark): Fixed last change.
1127
1128 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1129
1130         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1131         behavior of wl-summary-unread-message-hook
1132         (Pointed out by akira yamada <akira@arika.org>).
1133
1134 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1137         wl-summary-delete.
1138         * wl-xmas.el (wl-summary-toolbar): Ditto.
1139
1140         * wl-action.el (wl-summary-set-mark): Don't override current
1141         temp-mark.
1142
1143         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1144
1145 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1148         (wl-refile-msgid-learn): Ditto.
1149         (wl-refile-get-field-value): Ditto.
1150
1151         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1152
1153         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1154         (wl-expire-delete-reserved-messages): Renamed from
1155         wl-expire-reserve-marked-msgs-from-list.
1156         (wl-expire-delete): Removed argument `msgdb'.
1157         (wl-expire-refile): Ditto.
1158         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1159         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1160         mark-alist as argument.
1161         (wl-expire-archive-number1): Removed argument `msgdb'.
1162         (wl-expire-archive-number2): Ditto.
1163         (wl-expire-archive-date): Ditto.
1164         (wl-expire-localdir-date): Ditto.
1165         (wl-expire-hide): Ditto.
1166         (wl-archive-number1): Ditto.
1167         (wl-archive-number2): Ditto.
1168         (wl-archive-date): Ditto.
1169         (wl-archive-folder): Ditto.
1170         All other related portions are changed.
1171
1172 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1173
1174         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1175         mean move up and down. (suggested by Takashi Kawachi)
1176
1177 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-acap.el (toplevel): Don't require un-define.
1180
1181 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-thread.el (wl-thread-delete-message): Always update
1184         wl-summary-buffer-number-list.
1185
1186         * wl-action.el (wl-summary-print-destination): 
1187         Do nothing when folder is nil.
1188
1189 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1192         persistent mark when prefetch is succeeded.
1193
1194 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1195
1196         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1197         instead of elmo-msgdb-delete-msgs.
1198         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1199         (wl-expire-hide): Ditto.
1200
1201         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1202
1203         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1204         elmo-msgdb interface.
1205         (wl-thread-get-exist-children): Likewise.
1206         (wl-thread-insert-message): Likewise.
1207         (wl-thread-msg-mark-as-important): Likewise.
1208         (wl-thread-insert-entity-sub): Likewise.
1209         (wl-thread-get-children-msgs-uncached): Likewise.
1210
1211         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1212         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1213         (wl-summary-sync-update): Likewise.
1214         (wl-summary-auto-select-msg-p): Likewise.
1215         (wl-summary-update-thread): Likewise.
1216         (wl-summary-mark-as-important): Likewise.
1217         (wl-summary-jump-to-msg-internal): Likewise.
1218         (wl-summary-redisplay-internal): Likewise.
1219         (wl-summary-print-message-with-ps-print): Likewise.
1220         (wl-summary-folder-info-update): Likewise.
1221
1222         * wl-folder.el (wl-folder-check-one-entity):
1223         elmo-folder-count-flags instead of wl-summary-count-unread.
1224
1225         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1226
1227         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1228
1229         * wl-summary.el (wl-summary-set-message-modified): 
1230         Call wl-summary-set-mark-modified.
1231         (wl-summary-delete-messages-on-buffer): Call
1232         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1233         (wl-summary-sync-update): Call elmo-folder-length instead of
1234         elmo-folder-messages.
1235         (wl-summary-insert-headers): Don't call
1236         elmo-folder-list-message-entities.
1237
1238 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-action.el (wl-summary-define-mark-action): Call
1241         `wl-summary-set-mark' with argument `data'.
1242         (wl-summary-auto-refile): Fixed order of arguments when call
1243         `wl-summary-refile'.
1244
1245 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1246
1247         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1248
1249         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1250
1251         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1252         (Renamed from wl-highlight-summary-deleted-face).
1253         (wl-highlight-summary-resend-face): New face.
1254
1255         (wl-highlight-summary-deleted-face): Renamed from
1256         wl-highlight-summary-erased-face.
1257
1258         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1259
1260         * wl-action.el (wl-summary-get-resend-address): New function.
1261         (wl-summary-exec-action-resend): Ditto.
1262         (wl-summary-exec-action-resend-subr): Ditto.
1263
1264         * w-thread.el (wl-thread-copy): Removed definition.
1265         (wl-thread-refile): Ditto.
1266         (wl-thread-delete): Ditto.
1267         (wl-thread-target-mark): Ditto.
1268
1269         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1270         (wl-summary-target-mark-set-action): Fixed.
1271         (wl-summary-define-mark-action): Fixed quotation.
1272         (wl-summary-move-mark-list-messages): Display message.
1273         (wl-summary-define-mark-action): Define thread functions.
1274         (wl-summary-exec-action-refile): Changed message.
1275         (wl-summary-exec): Ditto.
1276
1277 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1278         
1279         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1280         '%%'.
1281
1282 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1283
1284         * wl.el (toplevel): Require wl-action.
1285         (wl-init): Call wl-summary-define-mark-action.
1286
1287         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1288
1289         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1290         wl-summary-delete and wl-summary-erase.
1291         (wl-summary-mode-map): Ditto.
1292
1293         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1294         wl-delete-folder-alist.
1295
1296         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1297         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1298         (toplevel): Moved mark & action related functions to the wl-action.el.
1299
1300         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1301         in wl-summary-mark-action-list.
1302         (wl-highlight-summary-current-line): Ditto.
1303
1304         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1305         empty lines.
1306
1307         * wl-action.el: New file. 
1308
1309 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1310
1311         * wl-summary.el (wl-summary-target-mark-replace): New function.
1312         (wl-summary-target-mark-prefetch): Use it.
1313         (wl-summary-target-mark-delete): Ditto.
1314         (toplevel): Rearranged definition order.
1315         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1316         (wl-summary-target-mark-erase): Rewrite.
1317         (wl-summary-erase-region): New function.
1318         (wl-summary-exec-action-erase): Changed message.
1319         (wl-summary-move-mark-list-messages): New function.
1320         (wl-summary-exec-action-delete): Use it.
1321         (wl-summary-exec-action-erase): Ditto.
1322
1323         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1324         (wl-summary-skip-mark-list): Added "d".
1325
1326         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1327         while searching.
1328
1329         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1330         and define using defcustom;
1331         Define 4th element as a face.
1332         
1333         * wl-summary.el (wl-summary-incorporate): Use 
1334         `wl-summary-prefetch-region-no-mark' instead of
1335         `wl-summary-prefetch-region'.
1336         (wl-summary-prefetch-region-no-mark): Revival of old
1337         `wl-summary-prefetch-region'.
1338         (wl-summary-mark-action-list): Moved to wl-vars.el
1339
1340         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1341         face according to the `wl-summary-mark-action-list'.
1342         (wl-highlight-summary-current-line): Ditto;
1343         Removed destination highlighting.
1344
1345         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1346         (wl-highlight-summary-line-string): Highlight for "i" mark.
1347         (wl-highlight-summary-current-line): Ditto.
1348
1349         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1350         no destination.
1351
1352         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1353         exists, just go ahead.
1354         (wl-summary-prefetch-region): Rewrite.
1355         (wl-summary-prefetch): Ditto.
1356         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1357         (wl-summary-exec-action-prefetch): New function.
1358         (wl-summary-target-mark-prefetch): Rewrite.
1359
1360 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1363         (wl-highlight-summary-line-string): Added "d" and "D".
1364         (wl-highlight-summary-current-line): Ditto.
1365
1366         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1367         in wl-summary.el.
1368         (wl-thread-insert-entity-sub): Ditto.
1369         (wl-thread-remove-destination-region): Ditto.
1370         (wl-thread-print-destination-region): Ditto.
1371
1372         * wl-summary.el (wl-summary-buffer-refile-list,
1373         wl-summary-buffer-delete-list,
1374         wl-summary-buffer-copy-list): Abolish.
1375         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1376         All other related portions are changed.
1377         (wl-summary-mark-action-list): New variable.
1378         (wl-summary-set-mark): New function.
1379         (wl-summary-register-target-mark): Ditto.
1380         (wl-summary-unregister-target-mark): Ditto.
1381         (wl-summary-have-target-mark-p): Ditto.
1382         (wl-summary-register-temp-mark): Ditto.
1383         (wl-summary-unregister-temp-mark): Ditto.
1384         (wl-summary-registered-temp-mark): Ditto.
1385         (wl-summary-collect-temp-mark): Ditto.
1386         (wl-summary-unset-mark): Ditto.
1387         (wl-summary-set-target-mark): Ditto.
1388         (wl-summary-unset-target-mark): Ditto.
1389         (wl-summary-set-action-generic): Ditto.
1390         (wl-summary-unset-action-generic): Ditto.
1391         (wl-summary-exec-action-delete): Ditto.
1392         (wl-summary-exec-action-erase): Ditto.
1393         (wl-summary-set-action-refile): Ditto.
1394         (wl-summary-set-action-refile-subr): Ditto.
1395         (wl-summary-unset-action-refile): Ditto.
1396         (wl-summary-make-destination-numbers-list): Ditto.
1397         (wl-summary-exec-action-refile): Ditto.
1398         (wl-summary-set-action-copy): Ditto.
1399         (wl-summary-unset-action-copy): Ditto.
1400         (wl-summary-exec-action-copy): Ditto.
1401         (wl-summary-collect-numbers-region): Ditto.
1402         (wl-summary-delete): Rewrite.
1403         (wl-summary-erase): Ditto.
1404         (wl-summary-remove-destination): Ditto.
1405         (wl-summary-exec): Ditto.
1406         (wl-summary-exec-region): Ditto.
1407         (wl-summary-target-mark-erase): Ditto.
1408         (wl-summary-refile): Ditto.
1409         (wl-summary-copy): Ditto.
1410         (wl-summary-unmark): Ditto.
1411         (wl-summary-delete-all-mark): Ditto.
1412         (wl-summary-mark-line): Don't highlight.
1413         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1414         (wl-summary-target-mark-refile-subr): Rewrite.
1415
1416         (wl-summary-copy-prev-destination): Abolish.
1417
1418 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1421         default values along the value of wl-on-mule.
1422         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1423         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1424         It is not used anywhere.
1425
1426 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1427
1428         * wl-summary.el (wl-summary-print-destination): Keep position.
1429         (wl-summary-cursor-move-surface): Keep horizontal position.
1430
1431 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1432
1433         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1434         write sendlog.
1435
1436 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1439         `wl-summary-highlight'.
1440
1441 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1444         trivial condition for temp-mark.
1445
1446 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1449         when it hits killed buffer.
1450
1451 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452
1453         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1454         * wl-news.el.in: `message' and `error' take format string.
1455
1456 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1457
1458         * wl-folder (wl-folder-insert-entity): Display a message,
1459         `...done', when the work finish.
1460         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1461
1462 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-message.el (wl-message-redisplay): Remove unused local
1465         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1466
1467 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-summary.el (wl-summary-replace-status-marks): Disable
1470         interactive use.
1471         (wl-summary-reedit): Check message existence at first.
1472         (wl-summary-mark-line): Fix doc, return value is indefinite.
1473
1474         * wl-highlight.el (wl-highlight-message): Arranged.
1475
1476         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1477         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1478         check temp-mark by wl-summary-temp-mark always.
1479         (wl-highlight-summary): Change accordingly.
1480         * wl-summary.el (wl-summary-mark-as-read-all)
1481         (wl-summary-delete-cache, wl-summary-set-score-mark)
1482         (wl-summary-mark-as-unread, wl-summary-unmark)
1483         (wl-summary-mark-line, wl-summary-mark-as-read)
1484         (wl-summary-mark-as-important): Ditto.
1485
1486         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1487         end of the window if possible.
1488         * wl-summary.el (wl-summary-sync-update): Support lazy
1489         highlighting.
1490         (wl-summary-toggle-disp-msg): Ditto.
1491
1492 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1493
1494         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1495
1496 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1499         change.
1500
1501 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1504         API.
1505         (wl-summary-sync-update): Ditto.
1506
1507         * wl-score.el (wl-score-get-score-alist): Changed argument.
1508         (wl-summary-rescore-msgs): Likewise.
1509         (wl-summary-score-headers): Likewise.
1510         (wl-score-headers): Likewise;
1511         Use elmo-folder-do-each-message-entity, etc.
1512         (wl-summary-score-effect): Follow the changes above.
1513         (wl-summary-rescore): Ditto.
1514         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1515         (wl-score-get-overview): Abolish.
1516
1517         * wl-summary.el (wl-summary-default-from): Follow the API change in
1518         elmo-msgdb.
1519         (wl-summary-count-unread): Ditto.
1520         (wl-summary-detect-mark-position): Ditto.
1521         (wl-summary-overview-entity-compare-by-date): Ditto.
1522         (wl-summary-overview-entity-compare-by-number): Ditto.
1523         (wl-summary-overview-entity-compare-by-from): Ditto.
1524         (wl-summary-overview-entity-compare-by-subject): Ditto.
1525         (wl-summary-get-list-info): Ditto.
1526         (wl-summary-rescan): Ditto.
1527         (wl-summary-jump-to-msg-by-message-id): Ditto.
1528         (wl-summary-sync-update): Ditto; Removed comment.
1529         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1530         (wl-summary-insert-message): Use wl-summary-insert
1531         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1532         (wl-summary-insert-headers): Changed argument overview to folder.
1533         (wl-summary-search-by-subject): Likewise.
1534         (wl-summary-insert-thread): Renamed from 
1535         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1536
1537         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1538         too.
1539
1540         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1541         wl-string-member.
1542
1543 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1544
1545         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1546         elmo-folder-append-buffer.
1547         (wl-draft-queue-append): Likewise.
1548
1549         * wl-mime.el (wl-message-delete-current-part): Ditto.
1550         (wl-summary-burst-subr): Ditto.
1551
1552         * wl-news.el.in (wl-news-send-news): Ditto.
1553
1554 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1557         function.
1558         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1559         (wl-summary-update-mark): Enclose with save-excursion.
1560         (wl-summary-mark-as-read-internal): Fixed last change.
1561         (wl-summary-mark-as-important): Use 3rd argument of
1562         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1563         Don't use elmo-msgdb-set-mark.
1564         (wl-summary-redisplay-internal): If msgdb flag is already read,
1565         just update the mark on buffer.
1566
1567 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1570         cut visible folder when elmo-folder-delete returns non-nil value.
1571
1572 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1575         by Kenichi OKADA <okada@opaopa.org>).
1576
1577 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1580
1581 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1584         Fixed the last change, search group entity by its real name.
1585         (Thanks to: KOBAYASHI Shinji)
1586
1587 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1588
1589         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1590         (wl-fldmgr-access-display-all): Don't refer visible name.
1591         * wl-expire.el (wl-folder-archive-current-entity)
1592         (wl-folder-expire-current-entity): Ditto.
1593         * wl-folder.el (wl-folder-jump-to-current-entity)
1594         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1595         (wl-folder-open-folder-sub,wl-folder-open-all)
1596         (wl-folder-write-current-folder): Ditto.
1597         (wl-folder-insert-entity): Don't use petname for normal group.
1598         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1599         is the real name.
1600         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1601         Abolished.
1602
1603 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1604
1605         * wl-draft.el (wl-draft-create-buffer): Add
1606         `wl-summary-reply-with-citation'
1607
1608 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1609
1610         * wl-draft.el (wl-draft-reply): Fixed.
1611
1612 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1613
1614         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1615         when `wl-draft-send-confirm-with-preview' is non-nil.
1616         You can scroll up/down by j/k.
1617         (wl-draft-send-confirm-with-preview): New variable (default=t).
1618
1619 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1620
1621         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1622         (wl-fldmgr-save-folders): Fix comment.
1623
1624 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1625
1626         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1627         along the last change in `wl-folder-buffer-group-p'.
1628
1629 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1630
1631         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1632         folder.
1633
1634         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1635         the default value.
1636
1637         * wl-mime.el (wl-summary-burst): Update summary only when target
1638         folder equals current folder.
1639
1640 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1641
1642         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1643
1644 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1645
1646         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1647         value.
1648
1649 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1652         `map-extents' instead of `extent-at' repeatedly.
1653         (wl-highlight-folder-current-line): Ditto.
1654
1655         * wl-highlight.el: Remove useless dummy functions.
1656
1657 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1658
1659         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1660         (wl-folder-put-folder-property): New function to put text property.
1661         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1662         (wl-folder-insert-entity, wl-folder-update-diff-line)
1663         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1664         * wl-e21.el, wl-xmas.el, wl-mule.el
1665         (wl-highlight-folder-current-line): Ditto.
1666         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1667         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1668         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1669         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1670
1671 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1672
1673         * Version number is increased to 2.11.3.
1674
1675 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1676
1677         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1678         Resume current-buffer since it is assumed by remaining tasks.
1679
1680 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1681
1682         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1683         (wl-folder-completion-function): Abolished.
1684         (wl-folder-complete-folder): New function.
1685         (wl-folder-complete-filter-condition): Ditto.
1686         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1687         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1688
1689 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1690
1691         * wl-draft.el (wl-draft-send-confirm): New function.
1692         (wl-draft-send): Use it.
1693
1694         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1695         cursor-in-echo-area while confirming.
1696
1697         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1698
1699         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1700         searching via nntp if wl-summary-search-via-nntp is 'force.
1701         Otherwise, invoke searching in nntp folder only.
1702         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1703
1704         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1705         explicitly for mime-make-text-tag.
1706
1707 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1708
1709         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1710         `mime-make-text-tag' instead of `mime-create-tag'.
1711
1712 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1713
1714         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1715         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1716
1717 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1718
1719         * wl-score.el (wl-score-save): Bind print-length and print-level.
1720         (wl-score-pretty-print): Ditto.
1721         (wl-score-edit-insert-header-entry): Ditto.
1722
1723         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1724         "From" entry to be treated with wl-draft-eword-encode-address-list.
1725         * wl-mime.el (wl-draft-preview-message): Ditto.
1726
1727         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1728         (wl-summary-mark-as-unread): Ditto.
1729         (wl-summary-mark-as-read-region): Change accordingly.
1730         (wl-summary-mark-as-unread-region): Ditto.
1731         (wl-summary-target-mark-mark-as-read): Ditto.
1732         (wl-summary-target-mark-mark-as-unread): Ditto.
1733
1734 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1735
1736         * Version number is increased to 2.11.2.
1737
1738 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * wl-news.el.in (wl-news-previous-version-save): Bind
1741         print-length and print-level.
1742         * wl-thread.el (wl-thread-save-entities): Ditto.
1743         (wl-thread-save-top-list): Bind print-length.
1744
1745 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1746
1747         * wl-highlight.el (wl-highlight-summary-line-string): Use
1748         wl-summary-score-below-mark, wl-summary-score-over-mark.
1749         (wl-highlight-summary-current-line): Ditto.
1750
1751 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1752
1753         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1754         insert it.
1755
1756 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1757
1758         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1759
1760 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1761
1762         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1763         message without msgid.
1764         Rewrite with elmo-folder-move-messages.
1765         Set wl-message-buffer to nil.
1766
1767         * wl-summary.el (wl-summary-erase-subr): New function. Use
1768         elmo-folder-move-messages.
1769         (wl-summary-erase): Call it.
1770         (wl-summary-target-mark-erase): Ditto.
1771
1772 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1773
1774         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1775         it is not up-tp-date.
1776
1777 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1778
1779         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1780         buffer after calling `wl-summary-goto-folder-subr' without the
1781         argument `interactive'.
1782         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1783
1784 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1785
1786         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1787         `mime-create-tag'. Use `string=' instead of `looking-at'.
1788
1789 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1790
1791         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1792         to avoid compile warning.
1793
1794         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1795         entity-id when folder is given.
1796         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1797         save-excursion, use save-selected-window instead.
1798         Select folder buffer window if exists.
1799         (To correct behavior with wl-folder-move-cur-folder.)
1800
1801 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1802
1803         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1804
1805 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1806
1807         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1808         list-count instead of %d.
1809
1810 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1811
1812         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1813         (wl-news): Set it.
1814         (wl-news-append-to-folder): Use it.
1815
1816         * wl-news.el.in (wl-news-send-news): Append to specified folder
1817         instead of wl-default-folder.
1818         (wl-news-append-to-folder): Show error message with specified folder.
1819
1820         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1821                 In most major modes, Emacs assumes that any opening
1822                 delimiter found at the left margin is the start of a
1823                 top-level definition, or defun. Therefore, *never put an
1824                 opening delimiter at the left margin unless it should have
1825                 that significance.*
1826
1827         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1828
1829 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1830
1831         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1832
1833 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1834
1835         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1836
1837 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1838
1839         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1840         for sequential numbering case.
1841
1842 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1843
1844         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1845         value.
1846         (wl-draft-reply-without-argument-list): Ditto.
1847         (wl-draft-reply-myself-with-argument-list): Abolish.
1848         (wl-draft-reply-myself-without-argument-list): Ditto.
1849         * wl-draft.el (wl-draft-self-reply-p): New function.
1850         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1851
1852 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1853
1854         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1855         (avoid error for the case without byte-compiling)
1856
1857 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1858
1859         * wl-news.el.in (wl-news-append-to-folder): New function.
1860         (wl-news-exit): Rewrite.
1861         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1862
1863 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1864
1865         * wl-draft.el (wl-draft-reply-position): New function.
1866         (wl-draft-reply-position): Fix.
1867         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1868         (wl-summary-target-mark-reply-with-citation): Ditto.
1869         (wl-summary-reply-with-citation): Ditto.
1870         * wl-vars.el (wl-draft-reply-default-position): New variable.
1871
1872 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1873
1874         * wl-draft.el (wl-draft-send): Preview when interactive send.
1875
1876 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1877
1878         * wl-draft.el (wl-draft-reply): Set default position.
1879         * wl-summary.el (wl-summary-reply): Ditto.
1880         (wl-summary-reply-with-citation): Ditto.
1881         (wl-summary-target-mark-reply-with-citation): Ditto.
1882
1883 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1884
1885         * wl-news.el.in (wl-news-lang): Set default value according to
1886         current-language-environment.
1887         (wl-news-append-news): Do nothing when news-list is nil.
1888
1889 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1890
1891         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1892         (wl-news): Change message.
1893         (wl-news-exit): Check buffer.
1894         (wl-news-force-exit): New function.
1895         (wl-news-show-all): New function.
1896         (wl-news-discard-and-exit): Fix.
1897
1898 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1899
1900         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1901         according to current-language-environment.
1902
1903         * wl-news.el.in (wl-news): If arg, show all NEWS after
1904         wl-news-default-previous-version.
1905
1906 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1907
1908         * wl-news.el.in (wl-news-check): Rewritten.
1909         (wl-news-previous-version-load): Change data type.
1910         (wl-news-previous-version-save): Change data type.
1911         (wl-news-append-news): Add return value.
1912         (wl-news-check-news): New function.
1913         (wl-news-already-current-p): New function.
1914         (wl-news-send-news): Rewritten.
1915         (wl-news-mode-map): Add new keybind.
1916         (wl-news): Rewritten.
1917         (wl-news-exit): Rewritten.
1918         (wl-news-discard-and-mail): New function.
1919         (wl-news-send-to-address): Abolished.
1920         * wl.el (wl-init): Delete a message.
1921
1922 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1923
1924         * wl-news.el.in (wl-news-exit): Update previous version.
1925         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1926
1927 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1928
1929         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1930
1931 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1932
1933         * wl-news.el.in (wl-news): New function.
1934         (wl-news-mode): New function.
1935         (wl-news-next-line): New function.
1936         (wl-news-next-page): New function.
1937         (wl-news-exit): New function.
1938         (wl-news-buf-name): New variable.
1939         (wl-news-mode-map): New variable.
1940         (wl-news-winconf): New variable.
1941         (wl-news-append-news): Add an option.
1942
1943 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1944
1945         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1946
1947 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1948
1949         * wl-news.el.in (wl-news-send-to-address): New variable.
1950         (wl-news-send-news): Use it.
1951         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1952         Return updating status.
1953         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1954
1955 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1956
1957         * wl-news.el.in (wl-news-send-news): Delete
1958         Organization and X-Face.
1959
1960 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1961
1962         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1963         (wl-news-append-news): New function.
1964         (wl-news-send-news): New function.
1965
1966 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1967
1968         * Version number is increased to 2.11.1.
1969
1970 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1971
1972         * wl-news.el.in : New file.
1973
1974 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1975
1976         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1977         default value.
1978         (wl-draft-reply-without-argument-list): Ditto.
1979
1980 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1981
1982         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1983         (wl-message-buffer-prefetch-idle-time): Ditto.
1984         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1985
1986 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1987
1988         * wl-thread.el (wl-thread-insert-message): Use
1989         wl-summary-max-thread-depth.
1990
1991         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1992         loop detection.
1993
1994         * wl-message.el (wl-message-buffer-display): Back to the first page
1995         when cache is hit.
1996
1997 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2000
2001         * wl-summary.el (wl-summary-insert-thread-entity):
2002         If the thread depth is reached to wl-summary-max-thread-depth,
2003         divide the thread.
2004
2005 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2006
2007         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2008         for elmo-remove-passwd.
2009
2010 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2013         folder is sticky.
2014         (wl-folder-mark-as-read-all-entity): Ditto.
2015         (wl-folder-prefetch-entity): Ditto.
2016
2017 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2018
2019         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2020
2021 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2022
2023         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2024         Delete messages on buffer for unplugged operation.
2025         (wl-summary-erase): Ditto.
2026
2027 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2028
2029         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2030         take nil so as not to search parent by subject.
2031
2032 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2033
2034         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2035         (wl-folder-get-next-folder): Ditto.
2036         (wl-folder-get-path): Ditto.
2037
2038 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2039
2040         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2041         system and encode the region with it before verifying.
2042
2043 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2044
2045         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2046         system of the echo buffer before decoding.
2047
2048 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2049
2050         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2051         original contents.
2052
2053 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2056         with argument 'any-exists.
2057
2058 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2059
2060         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2061         Use `wl-cs-autoconv'.
2062
2063 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2064
2065         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2066         by `mime-view-automatic-conversion'.
2067
2068         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2069         (wl-message-verify-pgp-nonmime): Ditto.
2070         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2071         Bind them to C-c:d and C-c:v respectively.
2072
2073         Merge following code by Teranishi-san from [wl-en:00167].
2074         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2075         (wl-mime-preview-application/pgp-encrypted): Ditto.
2076         (wl-mime-setup): Add entry.
2077
2078 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2079
2080         * wl-summary.el (wl-summary-target-mark-erase): New function.
2081         Bind it to "mD".
2082
2083 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-vars.el (wl-draft-write-file-function): Fix.
2086         (wl-draft-reedit-hook): Changed default value.
2087
2088         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2089         wl-draft-reedit-hook.
2090         (wl-draft-remove-text-plain-tag): New function.
2091         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2092
2093         * wl-vars.el (wl-draft-write-file-function): New user option.
2094
2095         * wl-draft.el (wl-draft-prepare-edit): Use it for
2096         local-write-file-hooks.
2097         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2098
2099         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2100         (wl-draft-insert-mail-header-separator): Return the body beginning
2101         point.
2102         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2103         text/plain.
2104         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2105
2106 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2107
2108         * wl-summary.el (wl-summary-erase): New function to erase message
2109         without moving it to trash. Bind to "D".
2110
2111         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2112         as `keep' unless switch-function.
2113
2114 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2115
2116         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2117         message buffer by using `wl-summary-toggle-disp-msg'.
2118         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2119         buffer window.
2120         (wl-summary-supresedes-message): Ditto.
2121
2122         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2123         Do not delete other windows.
2124         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2125         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2126         (wl-draft-create-buffer): Set reply-or-forward also for target
2127         mark commands.
2128
2129 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * wl-draft.el (wl-user-agent-compose): Delete special case for
2132         switch-to-buffer-other-window.
2133
2134         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2135         (wl-summary-forward): Ditto.
2136
2137         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2138         function.
2139         (wl-draft-buffer-style): New use option.
2140
2141         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2142         (wl-draft): Follow the change above.
2143         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2144         wl-draft-buffer-style.
2145         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2146         switch-function.
2147
2148 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2149
2150         * wl-draft.el (wl-user-agent-compose): Delete special case for
2151         switch-to-buffer-other-window.
2152
2153         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2154         (wl-summary-forward): Ditto.
2155
2156         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2157         function.
2158         (wl-draft-buffer-style): New use option.
2159
2160         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2161         (wl-draft): Follow the change above.
2162         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2163         wl-draft-buffer-style.
2164         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2165         switch-function.
2166
2167 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2168
2169         * wl-address.el (wl-address-make-completion-entry): Extracted from
2170         `wl-address-make-completion-list'.
2171         (wl-address-enable-strict-loading): New variable.
2172         (wl-address-make-completion-list): Revive petname duplication
2173         inquiry, and enable it if `wl-address-enable-strict-loading'.
2174         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2175
2176 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2177
2178         * wl-message.el (wl-message-get-original-buffer): Avoid
2179         'Selecting deleted buffer' error when original buffer is killed.
2180
2181 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * wl-summary.el (wl-summary-next-message): Use
2184         elmo-message-accessible-p instead of elmo-message-cached-p.
2185
2186 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2189
2190         * wl-thread.el (wl-thread-open-all-unread): Use
2191         elmo-folder-list-flagged instead of
2192         elmo-folder-list-messages-mark-match.
2193
2194         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2195         instead of elmo-folder-list-messages-mark-match.
2196         (wl-summary-move-spec-alist): New variable.
2197         (wl-summary-move-spec-plugged-alist,
2198         wl-summary-move-spec-unplugged-alist): Abolish.
2199         (wl-summary-next-message): Follow the change above.
2200         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2201         with 'no-msg' argument.
2202
2203         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2204         variable.
2205         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2206         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2207         (wl-message-buffer-prefetch-get-next): Follow the change above.
2208
2209 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-version.el (wl-version): Changed codename.
2212
2213         * Version number is increased to 2.11.0.
2214
2215 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2218         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2219         `wl-draft-config-variables'.
2220         (wl-draft-kill): Fixed problem when the draft is reedit.
2221
2222 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2223
2224         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2225         buffer-modified status (Thanks to
2226         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2227
2228 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * wl-util.el (wl-region-exists-p): New function.
2231
2232         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2233         Remove defvars for byte-compile warnings.
2234
2235 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2236
2237         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2238         defvar-maybe. Removed unused bind.
2239
2240 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2241
2242         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2243         summary buffer window before creating new frame.
2244         (wl-draft-reply): Ditto.
2245
2246 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2249
2250 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2251
2252         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2253
2254 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2257         instead of `kill-region'.
2258
2259 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2260
2261         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2262         (wl-highlight-summary-line-string): Use it.
2263         (wl-highlight-summary-current-line): Ditto.
2264
2265         * wl-mime.el (wl-message-delete-current-part): Check the class of
2266         mime-entity.
2267
2268         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2269
2270         * wl-summary.el (wl-summary-make-number-list): Initialize.
2271         (wl-summary-update-mark): New function.
2272         (wl-summary-reply): Put `answered' mark on the message.
2273         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2274
2275         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2276         (wl-draft-reply): Added optional argument `number';
2277         Set wl-draft-parent-number.
2278         (wl-draft-kill): Delete answered mark if it is a reply.
2279
2280 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2281
2282         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2283         that originates in mime-preview-follow-current-entity.
2284         (wl-draft-yank-current-message-entity): Use it if region is active.
2285
2286         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2287         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2288         `wl-message-delete-current-part'.
2289         * wl-mule.el (wl-message-define-keymap): Ditto.
2290         * wl-xmas.el (wl-message-define-keymap): Ditto.
2291
2292 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2293
2294         * wl-mime.el (wl-message-delete-current-part): New function.
2295         (wl-mime-node-id-to-string): Ditto.
2296
2297         * wl-mime.el (wl-message-delete-current-part): Use existing
2298         original buffer which corresponds current mime-view buffer.
2299         (fetched buffer might have different structure, possibly)
2300
2301         * wl-mime.el (wl-message-delete-current-part): Quit if the
2302         message content differs from the actual message.
2303
2304 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2307         order.
2308         (wl-summary-search-by-subject): Search parent message from tail;
2309         Check the existence of the parent message on the current thread tree.
2310         (wl-summary-update-thread): Check whether the line is inserted.
2311
2312 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-vars.el (wl-summary-line-format): Undo last change.
2315         * wl-summary.el (wl-summary-print-destination): Do not put
2316         invisible property when `wl-summary-width' is nil.
2317         (wl-summary-line-subject-minimum-length): Abolished.
2318         (wl-summary-line-subject): Ditto.
2319
2320 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2321
2322         * wl-vars.el (wl-summary-line-format): Change default value.
2323         (wl-summary-subject-length-limit): Abolished.
2324         * wl-summary.el (wl-summary-line-subject): Ditto.
2325
2326 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-template.el (wl-template-select): Added optional argument.
2329         If optional argument is specified, reverse
2330         `wl-template-visible-select'.
2331
2332 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2333
2334         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2335         Take prefix argument to force asking the destination folder.
2336
2337 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2340         count and update status.
2341
2342 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2343
2344         * wl-summary.el (wl-summary-redisplay-internal): If
2345         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2346         after fetching.
2347
2348 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2351         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2352
2353         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2354
2355 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2358         (All other related portions are changed).
2359         (wl-summary-mark-as-read-all): Rewrite.
2360
2361 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2362
2363         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2364         `wl-summary-mark-as-read'.
2365         (wl-summary-mark-as-unread): Rewrite.
2366         (wl-summary-mark-as-read): Added no-modeline argument.
2367         (wl-summary-resume-cache-status): Rewrite.
2368         (wl-summary-exec-subr): Remove unused local variable.
2369
2370 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2373         logic to call `wl-summary-buffer-prev-folder-function'.
2374         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2375
2376 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2379         is nil.
2380
2381 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2382
2383         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2384         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2385         (wl-mime-setup): Add its entry.
2386
2387 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2390         (wl-summary-delete-cache): Likewise.
2391         (wl-summary-mark-as-read): Rewrite.
2392
2393 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2394
2395         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2396         `wl-summary-count-unread'.
2397
2398         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2399
2400         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2401
2402 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2405         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2406         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2407         Renamed to the elmo-msgdb-*-mark.
2408         (wl-summary-score-marks): Follow the change above.
2409         (wl-summary-auto-refile-skip-marks): Ditto.
2410         (wl-summary-incorporate-marks): Ditto.
2411         (wl-summary-expire-reserve-marks): Ditto.
2412
2413         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2414         changes.
2415         (wl-thread-insert-top): Changed updating message.
2416
2417         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2418         variable.
2419         (wl-summary-count-unread): Count answered marks.
2420         (wl-summary-rescan): Call wl-summary-insert-message instead of
2421         wl-summary-append-message-func-internal.
2422         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2423         (wl-summary-prefetch-msg): Follow the variable name changes.
2424         (wl-summary-prefetch-region): Ditto.
2425         (wl-summary-mark-as-read-all): Follow the API changes;
2426         Don't call elmo-folder-replace-marks.
2427         (wl-summary-delete-cache): Follow the variable name changes.
2428         (wl-summary-resume-cache-status): Ditto.
2429         (wl-summary-update-status-marks): New function.
2430         (wl-summary-insert-message): New function.
2431         (wl-summary-sync-marks): Follow the variable name changes.
2432         (wl-summary-sync-update): Synchronize to the msgdb, too;
2433         Changed update messages.
2434         (wl-summary-make-number-list): Rewrite.
2435         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2436         (wl-summary-mark-as-unread): Follow the API changes.
2437         (wl-summary-exec-subr): Follow the variable name changes.
2438         (wl-summary-mark-as-read): Ditto.
2439         (wl-summary-move-spec-plugged-alist): Ditto.
2440         (wl-summary-move-spec-unplugged-alist): Ditto.
2441         (wl-summary-cursor-move-surface): Ditto.
2442
2443         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2444         variable name changes.
2445         (wl-highlight-summary-current-line): Ditto.
2446
2447         * wl-expire.el (wl-expire-refile): Follow the API change in
2448         elmo-folder-move-messages.
2449         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2450         (wl-summary-archive): Use elmo-folder-msgdb instead of
2451         elmo-msgdb-load.
2452
2453 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2454
2455         * wl-mime.el (wl-draft-preview-message): Restore the position
2456         before evaluating wl-draft-send-hook in preview buffer.
2457
2458 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2459
2460         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2461         when it creates new draft buffer.
2462
2463         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2464         without argument.
2465
2466         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2467         Evaluate content and if the value is string, insert it.
2468         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2469         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2470         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2471         wl-draft-config-sub-part-bottom): Use it.
2472
2473         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2474         with the folder name. The question was unintelligible when it is
2475         called from wl-save-status.
2476
2477 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2480         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2481         cannot take second argument).
2482
2483 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2484
2485         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2486         as t. Since type and subtype are not case sensitive (RFC 2045).
2487
2488 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2489
2490         * wl-vars.el (wl-message-mode-line-format): New variable.
2491         (wl-message-mode-line-format-spec-alist): Ditto.
2492         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2493         (wl-message-redisplay): Use wl-message-mode-line-format.
2494
2495 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2498
2499 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2500
2501         * wl-summary.el (wl-summary-default-from): Write description.
2502
2503 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-vars.el (wl-ldap-objectclass): Abolish.
2506
2507         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2508         (wl-ldap-make-filter): Removed condition for objectclass.
2509         (wl-ldap-make-matched-value-list): Remove meaningless process.
2510         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2511         (wl-address-ldap-search): Don't add `*' to `pat' string;
2512         use ignore-errors; added `email';
2513         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2514         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2515         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2516
2517
2518 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2519
2520         * wl-draft.el (wl-draft-parent-folder): Write description.
2521         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2522
2523 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2526         as "" (zero-length string) if no parent.
2527         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2528
2529 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-address.el (wl-address-make-completion-list): Skip duplication
2532         checking.
2533         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2534         `append'.
2535
2536 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2537
2538         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2539         instead of `beginning-of-buffer'.
2540
2541 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2544
2545 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2548         Refer wl-message-buffer-name.
2549         (wl-message-wheel-down): Ditto.
2550
2551 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-vars.el (wl-message-buffer-name): New user option.
2554
2555         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2556         directly instead of making alist dinamically.
2557
2558         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2559         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2560         wl-message-buffer-cache-name.
2561         (wl-message-buffer-cache-clean-up): Ditto.
2562
2563         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2564
2565         * Version number is increased to 2.9.15.
2566
2567 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2568
2569         * wl-vars.el (wl-summary-default-view-alist): New user option.
2570
2571         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2572
2573         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2574         while deleting address.
2575         (wl-draft-delete-myself-from-cc): Ditto.
2576
2577         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2578         If optional argument is specified, reverse sort order.
2579
2580         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2581
2582 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-thread.el (wl-thread-insert-message): Return parent number if
2585         exists.
2586         (wl-thread-update-indent-string-region): Use
2587         wl-thread-update-line-on-buffer-sub instead of
2588         wl-thread-update-line-on-buffer.
2589
2590 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2591
2592         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2593         (wl-folder-close-all): Ditto.
2594
2595 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2596
2597         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2598         and mailing-list:.
2599         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2600         value.
2601         (wl-summary-line-list-info): Print mailing-list name even when 
2602         list-number is empty.
2603
2604 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2605
2606         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2607
2608         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2609         (wl-draft-open-file): Ditto.
2610         (wl-draft-random-alphabet): Ditto.
2611
2612         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2613         bindings.
2614
2615 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2618         * wl-vars.el (wl-draft-config-alist): Ditto.
2619
2620 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * Version number is increased to 2.9.14.
2623
2624         * wl.el (wl): Don't set wl-init as nil when error occured while
2625         auto-checking folders.
2626
2627         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2628         `elmo-expand-newtext'.
2629
2630 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2633         `this-command' so that `wl-folder-goto-folder' contained in
2634         `wl-summary-keep-cursor-command' work.
2635
2636 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2637
2638         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2639         message buffer displaying state.
2640
2641 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-vars.el (wl-summary-default-view): New variable to specify
2644         default value for `wl-summary-buffer-view' instead of using
2645         set-default.
2646         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2647
2648 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2651
2652         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2653
2654 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2655
2656         * wl-vars.el (wl-forward-subject-prefix): New variable.
2657         * wl-draft.el (wl-draft-forward): Use it.
2658
2659 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * wl-message.el (wl-message-prev-page): When it is called without
2662         lines argument, scroll down by wl-message-scroll-amount lines.
2663         (wl-message-next-page): Ditto.
2664         * wl-vars.el (wl-message-scroll-amount): Change default value
2665         to preserve current behavior.
2666
2667 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-summary.el (wl-summary-prefetch-msg): Bind
2670         `wl-message-entity' to call `wl-summary-from-function'.
2671
2672 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2673
2674         * wl-message.el (wl-message-buffer-create): Run
2675         wl-message-buffer-created-hook.
2676
2677 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-summary.el (wl-summary-sort-specs): New variable.
2680         (wl-summary-default-sort-spec): Ditto.
2681         (wl-summary-sort): Rewrite.
2682         (wl-summary-sort-by-list-info): New function.
2683
2684 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2685
2686         * wl-summary.el (wl-summary-get-list-info): New function.
2687         (wl-summary-sort): Rewrite.
2688         (wl-summary-line-list-info): Ditto.
2689         (wl-summary-line-list-count): Ditto.
2690         (wl-summary-refile-region): Fixed docstring.
2691
2692 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2693
2694         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2695         `wl-folder-entity-hashtb' as completion table.
2696
2697 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2700         only when this command is called interactively; silence the byte-
2701         compiler.
2702
2703 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2704
2705         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2706         active in XEmacs.
2707
2708 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2709
2710         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2711         plural lines.
2712
2713 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2716         of current line when the cursor is on the header name.
2717         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2718
2719 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2720
2721         * wl-util.el (wl-read-directory-name): Return displayed directory
2722         as the default value also on XEmacs.
2723
2724 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2727         formatting.
2728
2729 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2732         argument and when it is non-nil, check face property before
2733         highlighting for each line.
2734         (wl-highlight-summary-window): Set it.
2735
2736 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2737
2738         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2739         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2740
2741         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2742         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2743         (wl-draft-get-fcc-list): Likewise.
2744
2745 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2746
2747         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2748         (wl-thread-entity-cur): Ditto.
2749         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2750         wl-thread-indent-regexp setting.
2751         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2752
2753         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2754         wl-summary-lazy-highlight.
2755         (wl-summary-display-bottom): Ditto.
2756
2757         * wl-thread.el (wl-thread-open-close): Likewise.
2758
2759         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2760         from and subject;
2761         Bind wl-draft-use-frame;
2762         Enclose with save-window-excursion;
2763         Use wl-draft-create-buffer instead of with-temp-buffer;
2764         Use wl-draft-prepare-edit;
2765         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2766         Use wl-draft-send instead of wl-draft-raw-send.
2767
2768 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2769
2770         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2771         of using wl-from.
2772
2773 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2776         insert-buffer instead of clone-buffer.
2777         (wl-draft-doing-mime-bcc): New variable.
2778         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2779         infinite loop.
2780         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2781
2782         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2783         (wl-draft-mime-bcc-body): Ditto.
2784
2785         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2786         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2787         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2788         wl-draft-do-mime-bcc.
2789         (wl-draft-mime-bcc-field): New function.
2790         (wl-draft-do-mime-bcc): Ditto.
2791
2792         * wl-address.el (wl-address-complete-header-list): New variable.
2793         (wl-address-complete-header-regexp): Changed default value.
2794
2795         * Version number is increased to 2.9.13.
2796
2797 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2798
2799         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2800         it is differed.
2801
2802 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2805         (wl-summary-line-list-count): Ditto.
2806
2807 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2808
2809         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2810         (wl-nntp-posting-function): New variable.
2811         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2812         `wl-nntp-posting-config-alist'.
2813
2814 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2815
2816         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2817         FLIM.
2818
2819 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2820
2821         * wl-summary.el (wl-summary-target-mark-refile-sub):
2822         Remove a nuisance funcall.
2823
2824 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2827         as t for `try-completion'.
2828
2829 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-summary.el (wl-summary-default-from): Use
2832         wl-address-header-extract-address instead of
2833         std11-extract-address-components.
2834         (wl-summary-simple-from): Ditto.
2835         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2836         (wl-summary-insert-headers): Show message.
2837         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2838         for whole line.
2839         (wl-summary-default-from): Revert last change.
2840         (wl-summary-simple-from): Ditto.
2841         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2842         (wl-summary-mark-as-read-region): Follow the change above.
2843         (wl-summary-sync-marks): Ditto.
2844         (wl-summary-target-mark-mark-as-read): Ditto.
2845         (wl-summary-redisplay-internal): Ditto.
2846         (wl-summary-redisplay-no-mime-internal): Ditto.
2847         (wl-summary-redisplay-all-header): Ditto.
2848         (wl-summary-mark-as-read): Removed argument `cached';
2849         Use current cache status to set cache mark.
2850         (wl-summary-redisplay-internal): Follow the change above.
2851         (wl-summary-redisplay-no-mime-internal): Ditto.
2852         (wl-summary-redisplay-all-header): Ditto.
2853
2854         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2855
2856         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2857         Don't call itself recursively (Adviced by Yamaoka-san).
2858
2859 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2862         bind wl-summary-highlight as nil to avoid error caused by missing
2863         local variables.
2864
2865 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-vars.el (wl-invalid-character-message): New user option.
2868
2869         * wl-util.el (wl-set-string-width): If truncated string-width is
2870         larger than specified width, use `wl-invalid-character-message'.
2871
2872 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2873
2874         * wl-summary.el (wl-summary-prefetch-msg): 
2875         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2876
2877 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-vars.el (wl-summary-check-line-format): New user option.
2880         (wl-summary-line-format-file): Ditto.
2881
2882         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2883         variable.
2884         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2885         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2886         and `wl-summary-view-old-p' to check whether do a rescan or not.
2887         (wl-summary-view-old-p): New function.
2888         (wl-summary-line-format-changed-p): Ditto.
2889         (wl-summary-line-format-save): Ditto.
2890         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2891
2892         * wl-util.el (wl-set-string-width): Avoid using negative number
2893         for make-string.
2894
2895 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2898         return value.
2899
2900         * wl-util.el (wl-set-string-width): Added optional argument
2901         `padding' (All other related portions are changed).
2902         (wl-line-parse-format): If the first letter of column number is
2903         `0', zero-padding the result (ex: "%05l").
2904
2905         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2906
2907 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2910         sequential summary view.
2911
2912 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2915         if it doesn't have a -unix version.
2916
2917 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2920
2921 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2924         content.
2925         (wl-draft): Follow the change above.
2926
2927         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2928
2929         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2930         and wl-folder-summary-line-format-alist contain %T and %P.
2931
2932         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2933         (wl-summary-mode-line-format): New user option.
2934         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2935         (wl-summary-line-format): Changed default value.
2936         (wl-summary-lazy-highlight): Changed default value.
2937
2938         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2939         change in wl-summary-create-line.
2940         (wl-thread-insert-entity-sub): Ditto.
2941
2942         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2943         (wl-summary-buffer-unread-status): Ditto.
2944         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2945         (wl-summary-buffer-persistent-mark-column): Ditto.
2946         (wl-summary-buffer-mode-line-formatter): Ditto.
2947         (wl-summary-buffer-mode-line): Ditto.
2948         (wl-summary-message-regexp): Abolished.
2949         (All other related portions are changed.)
2950         (wl-summary-detect-mark-position): New function.
2951         (wl-summary-buffer-set-folder): Setup
2952         wl-summary-buffer-mode-line-formatter.
2953         (wl-summary-mode): Setup selective-display;
2954         Setup pre-idle-hook when xemacs.
2955         (wl-summary-update-modeline): Rewrite.
2956         (wl-summary-jump-to-msg): Define as function;
2957         Changed regexp for searching messages.
2958         (wl-summary-message-number): Rewrite.
2959         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2960         Do rescan when old type summary cache.
2961         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2962         (wl-summary-remove-destination): Use '\r' to detect EOL.
2963         (wl-summary-print-destination): Ditto.
2964         (wl-summary-temp-mark): New inline function.
2965         (wl-summary-persistent-mark): Ditto.
2966         (wl-summary-line-number): New function.
2967         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2968         (wl-summary-line-list-count): New function.
2969         (wl-summary-create-line): Added argument persistent-mark.
2970         (All other related portions are changed)
2971         (wl-summary-create-line): Insert '\r'.
2972         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2973         (wl-summary-cursor-move-surface): New inline function.
2974         (wl-summary-prev): Use it.
2975         (wl-summary-next): Ditto.
2976
2977         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2978         wl-summary-message-regexp.
2979         (wl-highlight-summary): Delete progress message.
2980         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2981
2982         * Version number is increased to 2.9.12.
2983
2984 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2985
2986         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2987         variable (nil: no minimum).
2988         (wl-summary-line-subject): Add some spaces after subject by
2989         wl-summary-line-subject-minimum-length.
2990
2991 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2994         and removed `F'.
2995         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2996         change above).
2997
2998 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2999
3000         * wl-summary.el (wl-summary-line-list-count): Reverted.
3001         (example setting in samples/*/dot.wl is also updated)
3002
3003 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3004
3005         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3006
3007         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3008
3009         * wl-vars.el (wl-summary-line-format): Addes some description to the
3010         docstring.
3011
3012         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3013         (wl-summary-line-close-bracket): Ditto.
3014         (wl-summary-line-children-number): Ditto.
3015         (wl-summary-line-thread-indent): Ditto.
3016         (wl-summary-line-children-and-from): Ditto.
3017
3018         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3019         't', 'c', 'F' and added 'C'.
3020
3021         * wl-util.el (wl-set-string-width): Accept negative value.
3022         (wl-line-parse-format): Added "%number(" and "%)".
3023
3024 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-summary.el (wl-summary-line-list-count): Change format of the
3027         return value.
3028
3029 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3030
3031         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3032         from the recent message.el.
3033         (wl-draft-point-in-header-p): Ditto.
3034         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3035         wl-draft-beginning-of-line.
3036         * wl-e21.el (wl-draft-mode-map): Ditto.
3037         * wl-xmas.el (wl-draft-mode-map): Ditto.
3038
3039         * wl-folder.el: Sort macrodefs by dependencies.
3040
3041 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3042
3043         * wl-summary.el (wl-summary-prev): Fixed regexp.
3044         (wl-summary-next): Ditto.
3045
3046 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3047
3048         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3049
3050 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3051
3052         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3053         for backward compatibility.
3054
3055 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3056
3057         * wl-summary.el (wl-summary-line-list-count): New function, merged
3058         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3059         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3060         list counts.
3061
3062 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * wl-summary.el (wl-summary-create-line): Ignore errors while
3065         timezone-fix-time.
3066
3067         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3068
3069         * wl-summary.el (wl-summary-sync-update): Ditto.
3070         (wl-summary-default-from): Use wl-message-entity
3071         instead of entity.
3072
3073         * wl-summary.el (wl-summary-create-line): Fix.
3074
3075         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3076         (wl-summary-line-format): New user option.
3077         (wl-folder-summary-line-format-alist): Ditto.
3078         (wl-summary-from-width): Abolished.
3079
3080         * wl-util.el (toplevel): Require 'bytecomp.
3081         (wl-line-parse-format): New function.
3082         (wl-line-formatter-setup): New macro.
3083
3084         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3085         (wl-summary-buffer-line-formatter): New buffer local variable.
3086         (wl-summary-switch-to-clone-buffer): Follow the change above.
3087         (wl-summary-message-regexp): Fix.
3088         (wl-summary-from-func-internal): Abolished.
3089         (wl-summary-subject-func-internal): Ditto.
3090         (wl-summary-subject-filter-func-internal): Ditto.
3091         (All other related portions are changed.)
3092         (wl-summary-buffer-set-folder):
3093         Set up wl-summary-buffer-number-column and 
3094         wl-summary-buffer-line-formatter
3095         (All other related portions are changed.)
3096         (wl-summary-buffer-number-column-detect): Abolished.
3097         (All other related portions are changed.)
3098         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3099         (wl-summary-delete-all-temp-marks-on-buffer): Use
3100         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3101         (wl-summary-target-mark-delete): Ditto.
3102         (wl-summary-target-mark-refile-subr): Ditto.
3103         (wl-summary-target-mark-mark-as-read): Ditto.
3104         (wl-summary-target-mark-mark-as-unread): Ditto.
3105         (wl-summary-target-mark-mark-as-important): Ditto.
3106         (wl-summary-target-mark-save): Ditto.
3107         (wl-summary-replace-status-marks): Renamed from
3108         wl-summary-set-status-marks-on-buffer;
3109         Use wl-summary-message-regexp instead of
3110         wl-summary-buffer-number-regexp.
3111         (wl-summary-sync-update): Follow the change above.
3112         (wl-summary-goto-previous-message-beginning): New function.
3113         (wl-summary-mark-as-unread): Use it.
3114         (wl-summary-mark-as-important): Ditto.
3115         (wl-summary-line-formatter): New variable.
3116         (wl-summary-line-year): New function.
3117         (wl-summary-line-day): Ditto.
3118         (wl-summary-line-day-of-week): Ditto.
3119         (wl-summary-line-hour): Ditto.
3120         (wl-summary-line-minute): Ditto.
3121         (wl-summary-line-open-bracket): Ditto.
3122         (wl-summary-line-close-bracket): Ditto.
3123         (wl-summary-line-children-number): Ditto.
3124         (wl-summary-line-thread-indent): Ditto.
3125         (wl-summary-line-size): Ditto.
3126         (wl-summary-line-subject): Ditto.
3127         (wl-summary-line-from): Ditto.
3128         (wl-summary-line-children-and-from): Ditto.
3129         (wl-summary-create-line): Rewritten.
3130         (wl-summary-format-date): Abolished.
3131
3132         * wl-highlight.el (wl-highlight-summary-current-line): Use
3133         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3134         Use thread structure to detect thread top message.
3135
3136         * wl-draft.el (wl-default-draft-cite): Don't use
3137         wl-summary-from-func-internal.
3138
3139         * wl-refile.el (wl-refile-subject-learn): Don't use
3140         wl-summary-subject-filter-func-internal.
3141         (wl-refile-guess-by-subject): Ditto.
3142
3143         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3144         parameters.
3145
3146         * wl-thread.el (wl-thread-update-indent-string-region):
3147         Use wl-thread-update-line-on-buffer instead of
3148         wl-thread-update-indent-string.
3149         (wl-thread-update-children-number): Redefine using
3150         wl-thread-update-line-on-buffer.
3151         (wl-thread-update-indent-string): Abolished.
3152
3153         * Version number is increased to 2.9.11.
3154
3155 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3158         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3159         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3160
3161         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3162         as nil.
3163
3164         * wl-thread.el (wl-thread-open-all-unread): Use 
3165         elmo-folder-list-messages-mark-match.
3166         (wl-thread-insert-message): Removed argument `mark-alist'.
3167         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3168         elmo-msgdb-set-mark.
3169         (wl-thread-get-children-msgs-uncached): Likewise.
3170         (wl-thread-get-exist-children): Added argument include-self.
3171         (wl-thread-delete-message): Follow the change above.
3172
3173         * wl-summary.el (wl-summary-count-unread): Removed argument.
3174         (wl-summary-rescan): Follow the change above.
3175         (wl-summary-mark-as-read-region): Ditto
3176         (wl-summary-mark-as-unread-region): Ditto.
3177         (wl-summary-delete-messages-on-buffer): Ditto.
3178         (wl-summary-sync-update): Ditto.
3179         (wl-summary-switch-to-clone-buffer): Ditto.
3180         (wl-summary-goto-folder-subr): Ditto.
3181         (wl-summary-target-mark-mark-as-read): Ditto.
3182         (wl-summary-target-mark-mark-as-unread): Ditto.
3183         (wl-summary-target-mark-mark-as-important): Ditto.
3184         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3185         (wl-summary-update-thread): Removed argument `mark-alist'.
3186         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3187         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3188         (wl-summary-resume-cache-status): Likewise.
3189         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3190         elmo-msgdb-set-mark.
3191         (wl-summary-mark-as-read-all): Likewise.
3192         (wl-summary-delete-cache): Ditto.
3193         (wl-summary-auto-select-msg-p): Ditto.
3194         (wl-summary-mark-as-unread): Ditto.
3195         (wl-summary-no-auto-refile-message-p): Ditto.
3196         (wl-summary-mark-as-read): Ditto.
3197         (wl-summary-mark-as-important): Ditto.
3198         (wl-summary-auto-refile): Follow the change above.
3199         (wl-summary-delete-all-marks): Removed.
3200         (wl-summary-resume-marks-and-highlight): Ditto.
3201         (wl-summary-resume-marks): Ditto.
3202         (wl-summary-delete-important-msgs-from-list): Ditto.
3203         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3204
3205         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3206         wl-summary-count-unread.
3207
3208         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3209         (wl-summary-score-update-all-lines): Use
3210         elmo-msgdb-set-mark.
3211
3212 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3215         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3216         (wl-summary-create-line): Renamed from
3217         wl-summary-overview-create-summary-line;
3218         Argument rearrangement.
3219         (wl-summary-update-thread): Follow the change above.
3220
3221         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3222         (wl-thread-insert-entity-sub): Likewise.
3223
3224         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3225         argument `overview', `mark-alist' and added `msgdb'.
3226
3227         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3228
3229         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3230         (wl-summary-rescan): Follow the change above.
3231         (wl-summary-sync-update): Ditto.
3232         (wl-summary-insert-thread-entity): Ditto;
3233         Don't use `let*' in every while loop;
3234         Detect infinite loop of threads.
3235         (wl-summary-update-thread): Removed argument `overview'.
3236
3237         * wl-thread.el (wl-thread-insert-message): Ditto.
3238
3239         * Version number is increased to 2.9.10.
3240
3241         * wl-message.el (wl-message-redisplay): Ignore errors while
3242         wl-message-redisplay-hook.
3243
3244 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3245
3246         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3247
3248 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl.el (wl): inhibit-quit while wl-folder.
3251
3252 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3255         while msgdb access.
3256
3257 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3260         even if no folder is not created.
3261
3262 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3265
3266         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3267         implementation.
3268         (wl-summary-target-mark-thread): Ditto.
3269
3270         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3271
3272 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3273
3274         * wl-util.el (wl-display-bytes): Remove unused function.
3275
3276 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3277
3278         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3279         seems critical one (partially reverse the change in 2002/03/17).
3280
3281 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3284         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3285
3286 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3287
3288         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3289         is not writable.
3290         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3291         plugged status instead of `'force' as 2nd argument.
3292
3293         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3294         is not creatable.
3295
3296         * Version number is increased to 2.9.9.
3297
3298 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3299
3300         * wl-summary.el (wl-summary-suspend): New function.
3301
3302 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3303
3304         * wl.el (wl): Do not check variables if check is nil.
3305         * wl-utils.el (wl-collect-draft): New function.
3306         * wl-folder.el (wl-folder-suspend): Put summary buffers
3307         and draft buffers at the end of buffer list.
3308         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3309
3310 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3313         loop instead of recursive call.
3314
3315         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3316         2nd argument.
3317
3318 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3319
3320         * wl-draft.el (wl-draft-create-contents): Don't take neither
3321         (function . args) nor (string . something) any more.
3322
3323         * wl-version.el (wl-generate-user-agent-string): Return string
3324         without header symbol.
3325         * wl-draft.el (wl-draft-default-headers): Use it.
3326
3327         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3328         `wl-draft-insert-ccs' and return field value instead of inserting
3329         the header. Abolish cc argument.
3330         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3331
3332         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3333         rather than one with string car.
3334
3335         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3336         * wl-draft.el (wl-draft-create-contents): Add it after the default
3337         headers.
3338
3339         * wl-draft.el (wl-draft-create-contents): For the case of
3340         (symbol-or-string . function) insert header only when the function
3341         returns string value.
3342
3343 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3346         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3347
3348 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl.el (wl-check-environment): Don't check Message-ID when
3351         `wl-insert-message-id' is nil.
3352         Revive checking if `wl-message-id-domain' contains "@".
3353
3354 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3355
3356         * wl.el (wl-check-environment): Merge examination for "@" at
3357         inappropriate position into the first string-match.
3358
3359         * wl-summary.el (wl-summary-target-mark-print): New function.
3360         (wl-summary-pipe-message-subr): Extracted from
3361         `wl-summary-pipe-message'.
3362         (wl-summary-target-mark-pipe): New function.
3363         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3364         `wl-summary-target-mark-pipe'.
3365
3366 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3369
3370 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl.el (wl-check-environment): Use elmo-warning instead of
3373         error for non-critical ones.
3374         Remove trash folder check.
3375         (wl): Don't ignore error in wl-check-environment.
3376
3377         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3378         check, which is moved from `wl-check-environment'.
3379         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3380
3381 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3382
3383         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3384         guess anything, call wl-summary-write.
3385         (wl-summary-write): Create draft with blank To field.
3386         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3387
3388 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3389
3390         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3391         argument full as well for wl-folder-write-current-folder.
3392         If wl-*-write-current-folder cannot guess addressee, add blank
3393         To header.
3394         Rewrite condition for positioning cursor.
3395
3396 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3397
3398         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3399         summary buffer is present, use it.
3400         (wl-folder-jump-to-previous-summary): Ditto.
3401
3402 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3405
3406         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3407         wl-summary-previous-buffer and wl-summary-next-buffer.
3408
3409         * wl-folder.el (wl-folder-mode-map): Bind
3410         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3411         (wl-folder-jump-to-next-summary): New function.
3412         (wl-folder-jump-to-previous-summary): Ditto.
3413
3414         * wl-draft.el (wl-draft): Rearranged.
3415
3416 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3419         of header.
3420         (wl-draft): Collect arguments for the header as header-alist.
3421         (wl-draft-forward): Arrange arguments for wl-draft.
3422         (wl-draft-reply): Ditto.
3423         (wl-draft-edit-string): Ditto.
3424         * wl-summary.el (wl-summary-write): Ditto.
3425         (wl-summary-write-current-folder): Ditto.
3426
3427         * Version number is increased to 2.9.8.
3428
3429 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3430
3431         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3432
3433         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3434
3435         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3436         even if the guess failed.
3437
3438         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3439         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3440         wl-summary-write-current-folder.
3441         * wl-xmas.el: Ditto.
3442
3443 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-summary.el (wl-summary-next-page): Force display message if
3446         message is not displayed yet.
3447         (wl-summary-prev-page): Ditto.
3448
3449 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3450
3451         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3452
3453 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3454
3455         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3456         add "Preview Message" and "Save Draft and Exit".
3457
3458 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3461         if addrmgr is called from draft in splitted window.
3462
3463         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3464         * wl-mule.el: Ditto.
3465         * wl-xmas.el: Ditto.
3466
3467 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3468
3469         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3470
3471         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3472         * wl-xmas.el (wl-folder-toolbar): Ditto.
3473
3474 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3477         and wl-draft-save-and-exit.
3478         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3479         * wl-xmas.el: Ditto.
3480         * wl-mule.el: Ditto.
3481
3482         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3483         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3484
3485 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3488         lists for saving buffer.
3489
3490 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3491
3492         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3493         parent-folder argument instead of it.
3494         (wl-draft-create-buffer): Ditto.
3495         (wl-draft-forward): Ditto.
3496         (wl-draft-reply): Ditto.
3497         * wl-summary.el (wl-summary-write): Ditto.
3498         (wl-summary-write-current-folder): Ditto.
3499
3500         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3501         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3502         Folder buffer after composing.
3503
3504 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3507         header if the file `wl-x-face-file' already contains it.
3508
3509 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3510
3511         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3512         folder" entry.
3513         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3514         * wl-e21.el (wl-folder-toolbar): Ditto.
3515         * wl-xmas.el (wl-folder-toolbar): Ditto.
3516
3517 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3520         wl-folder-goto-folder with sticky argument.
3521         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3522
3523 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3524
3525         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3526         and wl-summary-previous-buffer.
3527         (wl-summary-next-buffer): New function.
3528         (wl-summary-previous-buffer): Ditto.
3529
3530 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3533         wl-folder-jump-to-current-entity-with-arg.
3534         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3535         `wl-folder-jump-to-current-entity'.
3536         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3537         `wl-summary-goto-folder-sticky'.
3538         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3539         `wl-summary-goto-folder'.
3540         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3541         Unless force-exit, do not clean temp. marks for sticky summary.
3542         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3543
3544 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3547         not entire.
3548
3549 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3552         to `C-x C-s'.
3553         (wl-summary-save-status): New command.
3554         (wl-summary-exit): Don't clean-up temp marks when sticky.
3555         (Applied patch from Nakayama-san [wl: 09548])
3556         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3557         Do nothing when no mark data.
3558         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3559         Call `wl-summary-delete-all-temp-marks' before saving.
3560
3561 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3562
3563         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3564
3565 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * wl.el (wl-check-environment): Also cause error when (system-name)
3568         returns "localhost.localdomain". (Although it doesn't affect because
3569         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3570
3571 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3574         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3575
3576         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3577         value.
3578
3579 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3582         Likewise r-cc-list and r-ng-list.
3583
3584 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3587         only if it is bound as variable.
3588
3589         * wl-mime.el (wl-draft-preview-message): Ditto.
3590
3591 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3594         needless `goto-char'.
3595
3596         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3597         `wl-summary-redisplay-no-mime-internal' instead of
3598         `wl-summary-redisplay-no-mime'.
3599         (wl-summary-redisplay-no-mime): Changed argument;
3600         Call `wl-summary-redisplay-no-mime-internal'.
3601
3602         * wl-mime.el (wl-draft-preview-message): Bind
3603         `mime-header-encode-method-alist' locally.
3604
3605         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3606         (wl-draft-std11-parse-addresses): Added the first address check.
3607         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3608
3609         * Version number is increased to 2.9.7.
3610
3611 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3612
3613         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3614
3615 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3616
3617         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3618         related to scrollbar support, if there is no such a feature
3619         compiled in.
3620
3621 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3624         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3625         for prefetch.
3626
3627 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3628
3629         * wl-summary.el (wl-summary-pick): Fix for no match.
3630
3631 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3632
3633         * wl-draft.el (wl-draft-save):
3634         Override `mime-header-encode-method-alist'.
3635
3636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3637
3638         * wl-folder.el (wl-folder-pick): New function.
3639         Define key as "?".
3640
3641 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3642
3643         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3644         Fix for unplugged.
3645
3646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3647
3648         * wl-folder.el (wl-folder-virtual): New function.
3649         Define key as "V".
3650
3651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3652
3653         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3654         multi folder if entity is group.
3655
3656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3657
3658         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3659         is nil.
3660
3661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3662
3663         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3664         (wl-summary-target-mark-msgs): Return the number of marked messages.
3665
3666 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3667
3668         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3669         "first:" is specified.
3670
3671 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * wl-vars.el (wl-from): Use return value of function
3674         user-full-name instead of the variable user-full-name since
3675         XEmacs-20.4 doesn't set this variable.
3676
3677 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3680         call `wl' directly.
3681
3682 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3683
3684         * wl-draft.el (wl-draft-reedit): Removed duplicated
3685         switch-to-buffers.
3686
3687 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * wl.el (wl-other-frame): Removed garbages.
3690
3691 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3694
3695         * wl-xmas.el (wl-draft-key-setup): Ditto.
3696
3697         * wl-mule.el (wl-draft-key-setup): Ditto.
3698
3699         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3700         (wl-draft-reedit): Ditto.
3701         (wl-draft-prepare-edit): Add `wl-draft-save' to
3702         `local-write-file-hooks'.
3703         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3704         (wl-draft-reedit): Set buffer-file-name.
3705         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3706
3707
3708         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3709         call it.
3710         (wl-delete-startup-frame-function): New variable.
3711         (wl-other-frame): New function
3712         (Original was written by Yamaoka san [wl: 09239]).
3713
3714         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3715         if `wl-folder-use-frame'.
3716
3717 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3718
3719         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3720
3721 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3724         New variable.
3725         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3726         (wl-message-buffer-prefetch-get-next): Use them.
3727         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3728
3729 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3732         with unwind-protect.
3733
3734         * wl-draft.el (wl-draft-reedit): Rewrite.
3735         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3736         (wl-draft-save): Insert header separator if it does not exist;
3737         Removed condition-case.
3738
3739         * wl-summary.el (wl-summary-reedit): Revert last change.
3740
3741         * wl-draft.el (wl-draft-save): Rewrite.
3742         (wl-draft-create-buffer): Set buffer-file-name as nil.
3743
3744         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3745
3746         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3747
3748         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3749         nil.
3750
3751 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3752
3753         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3754         If count is nil, do not prefetch.
3755         (wl-message-buffer-prefetch-next): Next.
3756
3757 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3760
3761 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3762
3763         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3764         `delete-backward-char'
3765         (wl-draft-prepare-edit): Check major-mode.
3766         (wl-draft-decode-header): Rewrite.
3767         (wl-draft): Fix.
3768
3769 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3772
3773 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3774
3775         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3776         (wl-message-buffer-prefetch-get-next): Remove size checking.
3777         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3778
3779 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3780
3781         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3782         (wl-draft-default-headers): Fix.
3783
3784 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-draft.el (wl-draft-default-headers): Insert return value of
3787         `wl-generate-mailer-string-function'.
3788
3789 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3792         (wl-draft-insert-mail-header-separator): Ditto.
3793
3794         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3795         again (Reverted the change on 2002-01-17 by OKADA san).
3796
3797 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3798
3799         * wl-draft.el (wl-draft): Rewrite.
3800         (wl-draft-create-buffer): New function.
3801         (wl-draft-create-contents): Ditto.
3802         (wl-draft-prepare-edit): Ditto.
3803         (wl-draft-decode-header): Ditto.
3804         (wl-draft-decode-body): Ditto.
3805         (wl-draft-check-new-line): Ditto.
3806         (wl-draft-default-headers): Ditto.
3807         (wl-draft-insert-mail-header-separator): Ditto.
3808
3809 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3810
3811         * Version number is increased to 2.9.6.
3812
3813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3814
3815         * wl-draft.el (wl-draft-delete-field): Optional argument.
3816         (wl-draft-delete-fields): Ditto.
3817
3818 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3819
3820         * wl-message.el (toplevel): Eliminated byte-compile warning.
3821         for `itimer-function', `delete-timer' and `itimer-list'.
3822
3823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3824
3825         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3826         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3827         `wl-message-buffer-prefetch-threshold'.
3828         * wl-summary.el (wl-summary-redisplay-internal): Remove
3829         the check of `wl-message-buffer-prefetch-depth'.
3830
3831 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3832
3833         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3834         size of article.
3835         (wl-message-buffer-prefetch-subr): Remove size check.
3836
3837 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-vars.el (wl-plugged): Make customizable.
3840
3841 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3842
3843         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3844         (wl-message-buffer-prefetch-set-timer): New function.
3845         (wl-message-buffer-prefetch-get-next): New function.
3846         (wl-message-buffer-prefetch): New function.
3847         (wl-message-buffer-prefetch-next): Rewrite.
3848         (wl-message-buffer-prefetch-subr): Rewrite.
3849         * wl-vars.el (wl-auto-prefetch-first): New variable.
3850         * wl-summary.el (wl-summary-goto-folder-subr): Call
3851         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3852
3853 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3854
3855         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3856         `wl-summary-unread-message-hook'.
3857
3858 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3859
3860         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3861         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3862         if range is `cache-status'.
3863
3864 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3865
3866         * wl-message.el (wl-message-buffer-prefetch-subr):
3867         Improve debug message.
3868
3869 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3870
3871         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3872         `wl-mail-send-pre-hook'.
3873         (wl-draft-send-mail-with-qmail): Ditto.
3874         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3875
3876 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-message.el (wl-message-buffer-prefetch-subr):
3879         Fix for cancel-function-timers bug.
3880         (wl-message-buffer-prefetch-debug): Default value is t.
3881
3882 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3883
3884         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3885         (wl-message-buffer-prefetch-subr): Rewrite.
3886         Rename from `wl-message-buffer-prefetch'.
3887
3888 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3891         (wl-default-draft-cite-decorate-author): Ditto.
3892
3893         * wl-draft.el (wl-draft-cite-function): Removed.
3894         (wl-default-draft-cite-decorate-author): Ditto.
3895
3896 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3899         (wl-default-draft-cite): Do not arrange author name if the value of
3900         `wl-default-draft-cite-decorate-author' is nil.
3901
3902 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3905
3906         * wl-folder.el (wl-folder-check-one-entity): Don't care
3907         `elmo-folder-use-flag-p'.
3908
3909 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3910
3911         * wl-folder (wl-folder-check-one-entity): Fix
3912         problem if unread is nil.
3913
3914 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-address.el (wl-address-make-completion-list): Check whether
3917         the address is a group list.
3918         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3919
3920 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3923         The number of the messages of new and unread does not count
3924         correctly.
3925
3926         * wl-summary.el (wl-summary-count-unread): Changed to return
3927         `(new . unread)' instead of total.
3928         (wl-summary-sync-update): Follow the change above.
3929
3930         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3931
3932 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-address.el (wl-address-make-completion-list): Do not enclose
3935         address by " <" and ">" if associated realname is "".
3936         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3937         This is against the promblem with group list in .addresses pointed
3938         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3939
3940 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3943         message is a format control string.
3944         * wl-expire.el (wl-expire-append-log): Ditto.
3945         * wl-mime.el (wl-summary-burst-subr): Ditto.
3946         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3947         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3948
3949 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3950
3951         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3952         wl.el (wl-check-variables): Rename from `wl-check-type'.
3953         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3954         (wl-check-variables-2): New function.
3955         (wl): Call `wl-check-variables-2'.
3956
3957 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3960         after renaming folder in access group.
3961
3962 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3963
3964         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3965         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3966         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3967         (wl-message-buffer-prefetch): Rewrite.
3968         (wl-message-buffer-prefetch-idle-time): Removed.
3969         * wl-summary.el (wl-summary-redisplay-internal):
3970         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3971         Error check for `wl-message-buffer-prefetch-depht'.
3972
3973 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3974
3975         * Version number is increased to 2.9.5.
3976         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3977
3978 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3979
3980         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3981         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3982         Based on the patch written by
3983         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3986
3987         * wl-draft.el (wl-draft-raw-send): Fix for
3988         `wl-news-send-pre-hook'
3989
3990 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3991
3992         * wl-utils.el (wl-message-id-function): New variable.
3993         * wl-draft.el (wl-draft-insert-required-fields):
3994         Use `wl-message-id-function'.
3995
3996 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3997
3998         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3999         * wl-utils.el (wl-draft-make-message-id-string):
4000         Use `wl-from' for domain part of Message-ID
4001         if `wl-message-id-use-wl-from' if non-nil.
4002         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4003
4004 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4005
4006         * wl.el (wl): Call `wl-check-type'
4007         Do not 'condition-case'.
4008
4009 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4010
4011         * wl.el (wl-check-type): New function.
4012         (wl-check-type-variables): New variable.
4013
4014 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4015
4016         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4017
4018 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4019
4020         * wl-draft.el (wl-smtp-password-key): New function.
4021         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4022         (wl-draft-send-mail-with-smtp): Ditto.
4023         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4024
4025 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4026
4027         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4028         * wl-utils.el (wl-unique-id-suffix): Remove.
4029
4030 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4031
4032         * Version number is increased to 2.9.4.
4033
4034 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * wl-utils.el (wl-unique-id-suffix): New variable.
4037         (wl-unique-id): Use `wl-unique-id-suffix'
4038
4039 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4042         instead of `elmo-msgdb-search'.
4043
4044         * Version number is increased to 2.9.3.
4045
4046 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4047
4048         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4049
4050 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4053         (wl-draft-dispatch-message): Changed for send-later.
4054         (wl-draft-queue-flush): Ditto.
4055         (wl-draft): Clear `wl-sent-message-queued'.
4056         (wl-draft-reedit): Ditto.
4057         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4058         * wl-vars.el (wl-draft-force-queuing): New variable.
4059         (wl-draft-force-queuing-mail): New variable.
4060         (wl-draft-force-queuing-news): New variable.
4061
4062 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4065         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4066
4067 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4068
4069         * Version number is increased to 2.9.2.
4070
4071 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * wl-draft.el (wl-draft-elide-region): New user command.
4074         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4075
4076         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4077         command `wl-draft-elide-region'.
4078         * wl-mule.el: Ditto.
4079         * wl-xmas.el: Ditto.
4080
4081 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4082
4083         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4084         (wl-biff-check-folder-async): Removed needless let.
4085
4086 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4089         wl-folder-get-elmo-folder.
4090         (wl-biff-check-folder): Set `biff' argument of
4091         `wl-folder-check-one-entity'.
4092         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4093
4094         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4095         (wl-folder-check-one-entity): Added `biff' argument;
4096         Setup `biff' slot of folder.
4097
4098         * Version number is increased to 2.9.1.
4099
4100 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4103         comment out and fixed.
4104         (wl-fldmgr-add-completion-subr): Ditto.
4105
4106         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4107         and msgdb.
4108
4109         * wl.el (wl-toggle-plugged): Save summary view.
4110
4111 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4112
4113         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4114
4115 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4116
4117         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4118
4119 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4122         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4123         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4124
4125         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4126         if it was failed.
4127         (wl-demo): Disable undo in the demo buffer.
4128
4129 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-version.el (wl-version): Changed codename.
4132
4133         * Version number is increased to 2.9.0.
4134
4135 2001-12-14  Takuo KITAME <kitame@northeye.org>
4136
4137         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4138         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4139         (wl-folder-mark-as-read-all-current-entity): Ditto.
4140
4141 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-vars.el (wl-from-width): Define as obsolete variable.
4144         (wl-subject-length-limit): Ditto.
4145
4146         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4147
4148         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4149         wl-summary-save-view.
4150
4151         * wl.el (wl-save-status): Ditto.
4152         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4153
4154         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4155         (wl-summary-exit): Follow the change above.
4156         (wl-summary-goto-folder-subr): Ditto.
4157
4158         * wl-folder.el (wl-folder-create-subr): Don't use
4159         `elmo-folder-creatable-p'.
4160
4161 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4162
4163         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4164
4165 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4168         rather than bitmap on Emacs 21.
4169         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4170         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4171         for xbm if the new redisplay engine is not available.
4172
4173 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-folder.el (wl-folder-init-hook): New hook.
4176         (wl-folder-init): Run `wl-folder-init-hook'.
4177
4178 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4181
4182 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-acap.el (wl-acap-cache-filename): New variable.
4185         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4186         (wl-acap-init): Use cache if no ACAP server found.
4187
4188 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4189
4190         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4191         `wl-acap-original-msgdb-dir'.
4192
4193         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4194         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4195
4196         * wl-mime.el (wl-mime-save-directory): Renamed from
4197         `wl-mime-save-dir'.
4198
4199 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4202
4203         * wl-demo.el: Require `path-util'.
4204         (wl-demo-bitmap-mule-available-p): New internal variable.
4205         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4206         `module-installed-p' instead.
4207         (wl-demo-insert-image): Use *.img file for a bitmap image.
4208         (wl-demo): Don't call the ascii demo recursively.
4209
4210 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4211
4212         * Version number is increased to 2.7.7.
4213
4214 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl.el (wl-exit): Eliminated byte-compile warning.
4217
4218 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4219
4220         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4221         obsolete variable using `elmo-define-obsolete-variable'.
4222         (wl-fetch-confirm-threshold): Ditto.
4223         (wl-cache-prefetch-folder-type-list): Ditto.
4224         (wl-cache-prefetch-folder-list): Ditto.
4225
4226 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4229         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4230         (wl-demo-insert-image): New function.
4231         (wl-demo-insert-text): New function.
4232         (wl-demo-image-type-alist): Redefine as a function.
4233         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4234         (wl-demo-with-temp-file-buffer): Removed.
4235         (wl-logo-xpm): Removed.
4236         (wl-logo-xbm): Removed.
4237         (wl-logo-bitmap): Removed.
4238
4239 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4240
4241         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4242         (wl-expire-localdir-get-folder-function): New user option.
4243         (wl-expire-localdir-get-folder): New function.
4244         (wl-expire-localdir-date): Ditto.
4245
4246 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4247
4248         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4249         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4250         Fixed unread number mismatch when all-unread < unread.
4251
4252 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4255         (wl-fetch-confirm-threshold): Ditto.
4256
4257         * wl-summary.el (wl-summary-confirm-appends): Removed.
4258         (wl-summary-sync-update): Don't refer
4259         `wl-summary-update-confirm-threshold' (It is now abolished).
4260
4261         * wl-message.el (wl-message-display-internal): Don't refer
4262         `wl-fetch-confirm-threshold' (It is now abolished).
4263
4264 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4267
4268 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4271         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4272         Change default value to nil.
4273         (wl-summary-indent-length-limit): The value can be nil, nil means
4274         unlimited.
4275
4276         * wl-summary.el: Don't set limit for indent length if the value of
4277         wl-summary-indent-length-limit is nil.
4278         If the value of wl-summary-width is nil, it means only that the width
4279         of summary is unlimited (nil doesn't mean that the indent length is
4280         unlimited).
4281
4282         * wl-thread.el: Ditto.
4283
4284 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4285
4286         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4287         be nil, nil means never confirm.
4288         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4289
4290 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4293         means unlimited).
4294
4295 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4298         Use `with-temp-buffer'.
4299
4300 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4301
4302         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4303         with new backquote style).
4304         (wl-folder-get-entity-from-buffer): Ditto.
4305
4306 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4307
4308         * wl-version.el (nemacs-version): Eliminated.
4309         (wl-extended-emacs-version2): Ignore nemacs.
4310         (wl-extended-emacs-version3): Ditto.
4311
4312 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4313
4314         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4315         (wl-draft-add-in-reply-to): New variable.
4316         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4317         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4318         (wl-draft-yank-from-mail-reply-buffer): Use
4319         `wl-draft-add-in-reply-to'.
4320         (wl-draft-insert-current-message): Ditto.
4321
4322 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4323
4324         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4325         typo (kill->hide).
4326         (wl-message-buffer-prefetch-folder-type-list): Added elements
4327         `mark' and `cache' instead of `internal'.
4328
4329 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4330
4331         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4332         resume msgdb directory.
4333
4334 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl.el (wl-exit): Call `wl-acap-exit'.
4337
4338         * wl-summary.el (wl-summary-message-string): New function.
4339         (wl-summary-reedit): Use it.
4340         (wl-summary-resend-bounced-mail): Remove needless let.
4341         (wl-summary-supersedes-message): Ditto.
4342         (wl-summary-save): Ditto.
4343
4344         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4345         (wl-acap-init): Set it.
4346         (wl-acap-exit): New function.
4347
4348 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4349
4350         * wl.el (wl-init): Revert (require 'mime-setup). move from
4351         toplevel.
4352
4353 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4354
4355         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4356         local variables.  Add error when guess function return invalid
4357         value.
4358
4359 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4360
4361         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4362         Change local variable name.
4363         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4364         (wl-folder-get-newsgroups): Return nil when non-news folder.
4365         * wl-summary.el (wl-summary-write-current-folder): State through
4366         when guess-list return nil.
4367         (wl-summary-write-current-folder-functions): Fixed docstring.
4368
4369         * wl.el (wl-exit): Changed confirm message.
4370
4371         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4372         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4373
4374         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4375
4376 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4377
4378         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4379         user option (Renamed from wl-cache-prefetch-folder-type-list).
4380         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4381         from wl-cache-prefetch-folder-list).
4382
4383         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4384         Move to wl-vars.el.
4385         (wl-message-buffer-prefetch-p): Changed to enable
4386         `wl-message-buffer-prefetch-folder-list'.
4387
4388         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4389         `ignore-cache'.
4390
4391 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4394         `part-top' and `part-bottom'.
4395         (wl-draft-config-sub-part-top): New function.
4396         (wl-draft-config-sub-part-bottom): New function.
4397
4398 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4401
4402 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4403
4404         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4405
4406 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4409
4410         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4411         (wl-summary-write-current-folder): Ditto.
4412
4413 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4414
4415         * wl-folder.el (wl-folder-get-newsgroups): Use
4416         `elmo-folder-newsgroups'.
4417
4418 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4419
4420         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4421         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4422         `wl-draft-config-sub-header-bottom'.
4423
4424 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4425
4426         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4427         localnews folder.
4428
4429 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-summary.el (wl-summary-mode): Undo last change.
4432
4433         * wl-folder.el (wl-folder-mode): Ditto.
4434
4435 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-summary.el (wl-summary-mode): Locally set
4438         truncate-partial-window-width to nil.
4439         (for XEmacs)
4440
4441         * wl-folder.el (wl-folder-mode): Ditto.
4442
4443 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4444
4445         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4446
4447 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4448
4449         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4450         number.
4451
4452         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4453
4454         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4455
4456         * Version number is increased to 2.7.6.
4457
4458 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4461
4462 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-summary.el (wl-summary-sync-update): Enclose network
4465         related portion with `unwind-protect'.
4466
4467 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4468
4469         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4470
4471 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4474         element.
4475         * wl-vars.el (wl-message-body-button-alist): Ditto.
4476
4477         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4478         max match length.
4479         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4480
4481         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4482         for the max match length;
4483         Use 4th element value for the button string regexp group.
4484
4485         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4486         candidate exists, prompt to select.
4487
4488 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4489
4490         * wl-summary.el (wl-summary-jump-to-msg): Search before
4491         calibration point by `beginning-of-line'.
4492
4493 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4496         for access group.
4497
4498 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-message.el (wl-message-display-internal): Bind
4501         `default-mime-charset'.
4502
4503         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4504
4505         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4506
4507         * Version number is increased to 2.7.5.
4508
4509 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4510
4511         * wl-expire.el (wl-summary-archive): Fixed;
4512         Use `elmo-folder-name-internal'.
4513
4514 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4515
4516         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4517         from `elmo-folder-move-messages' caller.
4518         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4519
4520         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4521         related portions are changed).
4522
4523 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4524
4525         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4526         counter.
4527
4528 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4531         buffer local and set it to nil.
4532
4533         * wl-message.el (wl-message-redisplay): Ditto.
4534
4535 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-summary.el (wl-summary-mark-as-important): If message is
4538         already cached, set messag as read, otherwise encache and mark as read.
4539
4540 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4543         point-min.
4544
4545 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4548         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4549         a keymap.
4550
4551 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4552
4553         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4554         parent.
4555
4556         * wl-mule.el (wl-message-define-keymap): Ditto.
4557
4558         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4559
4560         * wl-xmas.el (wl-message-display-internal-hook): Define.
4561         (wl-xmas-setup-message-toolbar): Define as function.
4562         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4563         (wl-message-overload-functions): Abolished.
4564         (wl-message-define-keymap): New function.
4565
4566         * wl-vars.el (wl-message-display-internal-hook): New variable.
4567         (wl-message-header-button-alist): New variable (Renamed from
4568         wl-highlight-message-header-button-alist).
4569         (wl-message-body-button-alist): Ditto.
4570
4571         * wl-mule.el (wl-message-define-keymap): New function.
4572         (wl-message-overload-functions): Abolished.
4573
4574         * wl-message.el (wl-message-add-buttons-to-body): New function.
4575         (wl-message-redisplay): Don't call wl-message-overload-functions;
4576         Call wl-message-add-buttons-to-header and
4577         wl-message-add-buttons-to-body.
4578         (wl-message-display-internal): Set keymap argument for
4579         elmo-mime-display-as-is, elmo-mime-message-display;
4580         Run wl-message-display-internal-hook.
4581         (wl-message-refer-article-or-url): Abolished.
4582
4583         * wl-highlight.el (wl-highlight-headers): Don't call
4584         wl-highlight-message-add-buttons-to-header.
4585         (wl-highlight-message-add-buttons-to-header): Abolished.
4586
4587
4588         * wl-e21.el (wl-message-display-internal-hook): Define.
4589         (wl-e21-setup-toolbar): Deleted duplicated binding.
4590         (wl-e21-setup-message-toolbar): Define as function.
4591         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4592         (wl-message-define-keymap): New function.
4593         (wl-message-overload-functions): Abolished.
4594
4595 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4596
4597         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4598         and elmo-folder-close.
4599
4600         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4601
4602 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4603
4604         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4605         boolean value.
4606         * wl-draft.el (wl-draft-do-fcc): Ditto.
4607
4608 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4609
4610         * wl-vars.el (wl-fcc-force-as-read): New variable.
4611         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4612         mark copied message as read.
4613
4614 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4615
4616         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4617
4618 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4619
4620         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4621         `wl-summary-target-above' instead of obsolete variable
4622         `wl-summary-temp-above'.
4623
4624         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4625         instead of `make-obsolete-variable'.
4626         * wl-refile.el (toplevel): Ditto.
4627
4628 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4631         with third argument t.
4632         (wl-draft): Set first argument for wl-plugged-init as t.
4633
4634         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4635         definition.
4636
4637 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4638
4639         * wl-vars.el: Tabify.
4640         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4641
4642         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4643         message.
4644
4645 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4648         and set default to beep.
4649
4650 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-vars.el (wl-draft-truncate-lines): New variable.
4653
4654         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4655         instead of wl-message-truncate-lines for truncate-lines.
4656
4657 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * wl-message.el (wl-message-display-internal): Call
4660         `wl-highlight-message' after `elmo-mime-display-as-is'.
4661
4662         * wl-mime.el (wl-mime-display-text/plain): New function.
4663         (wl-mime-display-header): Ditto.
4664         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4665         body-presentation-method for text/plain;
4666         Register `wl-mime-display-header' as a header-presentation-method;
4667         Don't set up `elmo-message-text-content-inserted-hook' and
4668         `elmo-message-header-inserted-hook'.
4669
4670         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4671         variable.
4672         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4673         as t if flag is 'all-header;
4674         Don't bind `elmo-message-ignored-field-list',
4675         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4676
4677 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4680         for xemacs with non-mule environment.
4681
4682 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4683
4684         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4685         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4686         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4687
4688 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4689
4690         * wl-vars.el (wl-interactive-send): Set default value as t.
4691
4692 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4695         (wl-addrmgr-method-list): Abolished.
4696         (wl-addrmgr-change-method): Follow above change.
4697
4698         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4699
4700 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-vars.el (wl-message-truncate-lines): Change default value
4703         to default-truncate-lines.
4704
4705         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4706
4707 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-vars.el (wl-message-truncate-lines): New variable.
4710
4711         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4712         wl-message-truncate-lines.
4713
4714 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4715
4716         * wl-acap.el (wl-acap-init): Remove period from error message.
4717         (wl-acap-find-acap-service): Remove period from message.
4718
4719 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl.el (wl-check-environment): Undo last change.
4722
4723         * wl-vars.el (wl-from): Changed default value.
4724
4725         * wl-util.el (toplevel): Don't require tm-edit.
4726
4727         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4728         `wl-folder-init';
4729         Don't set mark on mail body.
4730         (wl-draft-reedit): Ditto.
4731
4732         * wl-address.el (wl-address-quote-specials): Define as an alias for
4733         elmo-address-quote-specials.
4734
4735 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4738
4739         * wl-vars.el (wl-from): Set default value as nil.
4740         (wl-organization): Set default value as ORGANIZATION environment
4741         variable.
4742
4743         * wl-draft.el (wl-smtp-extension-bind): Check value of
4744         wl-smtp-connection-type.
4745
4746         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4747         error.
4748
4749 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4750
4751         * Version number is increased to 2.7.4.
4752
4753         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4754         arguments from `wl-highlight-x-face-function' caller.
4755         Use x-face-1.3.6.12 or later.
4756
4757 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4758
4759         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4760
4761 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4764         (wl-fcc): Fix to accept function.
4765         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4766
4767 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4768
4769         * wl-acap.el (toplevel): Added `product-provide' declare.
4770         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4771
4772 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl.el (wl): Changed order of calling `elmo-init'
4775         and `elmo-folder-init'.
4776
4777 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4778
4779         * wl-mime.el (wl-summary-burst): Extract message when content-type
4780         of root entity is not only `multipart' but also `message/rfc822'.
4781         (wl-summary-burst-subr): Ditto.
4782
4783 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-vars.el (toplevel): Require 'custom.
4786         (wl-trash-folder): Added to `wl-setting' group.
4787
4788         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4789         exists.
4790         (wl-addrmgr-draw): Insert empty line when no entry exists.
4791
4792         * wl-mule.el (wl-message-wheel-up): Fixed.
4793         (wl-message-wheel-down): Ditto.
4794
4795 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4796
4797         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4798         config is an anonymous lambda expression.
4799
4800 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4803         when Mule 2 is running.
4804
4805 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4808
4809 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4812         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4813
4814         * wl-address.el (wl-address-specials-regexp): Eliminated.
4815         (wl-address-quote-specials): Rewrite.
4816
4817 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4820         shy-groups for regexp.
4821
4822         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4823         character classes and Perl style shy-groups for regexp.
4824         (wl-highlight-plugged-current-line): Use Posix style character
4825         classes for regexp.
4826         (wl-e21-highlight-folder-by-numbers): Ditto.
4827         (wl-e21-display-image-p): Use `display-images-p' instead of
4828         `display-graphic-p'.
4829         (display-images-p): Make an alias to `display-graphic-p' if it is
4830         not available.  It is for Emacs version prior to 21.0.105.
4831
4832         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4833         `display-graphic-p'.
4834         (wl-demo-image-type-alist): Ditto.
4835         (display-images-p): Make an alias to `display-graphic-p' if it is
4836         not available.  It is for Emacs version prior to 21.0.105.
4837
4838 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4839
4840         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4841         support.
4842         (wl-generate-user-agent-string): Ditto.
4843
4844         * wl-version.el (wl-version): Update docsting.
4845         (wl-version-status): Ditto.
4846
4847 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4848
4849         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4850         21.0.105.  For Emacs 21.0.104 or earlier.
4851
4852 2001-09-03  Takuo KITAME <kitame@northeye.org>
4853
4854         * wl-e21.el (wl-plugged-init-icons): Use
4855         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4856         (wl-biff-init-icons): Ditto.
4857
4858 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-highlight.el (wl-highlight-summary-current-line):
4861         Fixed highlighting refile/copy destination.
4862
4863         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4864         (wl-acap-store): Encode string by wl-acap-coding-system.
4865
4866 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-acap.el (toplevel): Check and require 'un-define before
4869         'xemacs-ucs;
4870          Added checking for UTF-2000.
4871
4872 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4875         Don't enclose with `eval-and-compile'.
4876
4877         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4878         wl-init is non-nil.
4879
4880         * wl-draft.el (wl-draft): Ditto.
4881
4882         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4883
4884         * wl-acap.el (toplevel): Require 'wl.
4885         (wl-acap-store): Call `elmo-init'.
4886
4887         * wl.el (wl): Changed position of `wl-check-environment'.
4888         (toplevel): Added autoload setting for wl-acap.
4889
4890         * wl-vars.el (wl-setting): New custom group.
4891         (wl-from): Added wl-setting group.
4892         (wl-user-mail-address-list): Ditto.
4893         (wl-organization): Ditto.
4894         (wl-subscribed-mailing-list): Ditto.
4895         (wl-envelope-from): Ditto.
4896         (wl-smtp-posting-user): Ditto.
4897         (wl-smtp-posting-server): Ditto.
4898         (wl-smtp-posting-port): Ditto.
4899         (wl-smtp-authenticate-type): Ditto.
4900         (wl-pop-before-smtp-user): Ditto.
4901         (wl-pop-before-smtp-server): Ditto.
4902         (wl-pop-before-smtp-port): Ditto.
4903         (wl-pop-before-smtp-authenticate-type): Ditto.
4904         (wl-nntp-posting-server): Ditto.
4905         (wl-nntp-posting-user): Ditto.
4906         (wl-nntp-posting-port): Ditto.
4907         (wl-fetch-confirm-threshold): Ditto.
4908         (wl-prefetch-threshold): Ditto.
4909         (wl-thread-insert-opened): Ditto.
4910         (wl-ldap-server): Ditto.
4911         (wl-ldap-port): Ditto.
4912         (wl-ldap-base): Ditto.
4913         (wl-ldap-objectclass): Ditto.
4914         (wl-use-ldap): Ditto.
4915         (wl-draft-config-alist): Ditto.
4916         (wl-draft-config-matchone): Ditto.
4917         (wl-template-alist): Ditto.
4918         (wl-message-sort-field-list): Ditto.
4919         (wl-message-ignored-field-list): Ditto.
4920         (wl-message-visible-field-list): Ditto.
4921         (wl-interactive-send): Ditto.
4922         (wl-summary-move-order): Ditto.
4923         (wl-auto-select-first): Ditto.
4924         (wl-auto-select-next): Ditto.
4925         (wl-interactive-save-folders): Ditto.
4926
4927         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4928         Initialization codes are moved from wl-local-folder-init.
4929         (wl-local-folder-init): Follow the change above.
4930         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4931
4932         * wl-acap.el: New file.
4933
4934         * Version number is increased to 2.7.3.
4935
4936 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4939
4940 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4943         (wl-addrmgr-address-entry-list): Ditto.
4944
4945 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4946
4947         * wl-e21.el (wl-draft-mode-map): Removed binding for
4948         `wl-draft-insert-x-face-field'.
4949
4950         * wl-mule.el (wl-draft-mode-map): Ditto.
4951
4952         * wl-xmas.el (wl-draft-mode-map): Ditto.
4953
4954         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4955         (wl-cs-autoconv): Ditto.
4956         (wl-cs-local): Ditto.
4957         (wl-use-scoring): Ditto.
4958         (wl-mime-charset): Ditto.
4959         (wl-folder-check-async): Ditto.
4960
4961         * wl.el (toplevel): Ignore nemacs and tm.
4962         (wl-exit): Ditto.
4963
4964         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4965         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4966         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4967         instead of wl-address-petname-add-or-change.
4968         (wl-summary-edit-addresses-subr): Use wl-address-delete
4969         instead of wl-address-petname-delete.
4970
4971         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4972
4973         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4974         if error occured.
4975
4976         * wl-message.el (require): Remove tm support.
4977
4978         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4979
4980         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4981         (wl-folder-jump-to-current-entity): Ditto.
4982         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4983
4984         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4985         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4986         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4987
4988         * wl-mule.el (wl-draft-key-setup): Ditto.
4989
4990         * wl-xmas.el (wl-draft-key-setup): Ditto.
4991
4992         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4993         (wl-draft-std11-parse-addresses): New function.
4994         (wl-draft-parse-mailbox-list): Use it.
4995         (wl-draft): Ignore nemacs.
4996         (wl-draft-reedit): Ditto.
4997
4998         * wl-addrmgr.el: New file.
4999         (Original is wl-rcpt.el written by
5000         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5001         Thanks Kitamoto-san.)
5002
5003         * wl-address.el (wl-address-make-address-list): Modified parsing
5004         process.
5005         (wl-address-delete): Renamed from `wl-address-petname-delete';
5006         Modify wl-address-list too.
5007         (wl-address-add-or-change): Renamed from
5008         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5009
5010 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5011
5012         * wl-highlight.el (wl-highlight-summary-current-line):
5013           Work with transient-mark-mode
5014
5015 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * Version number is increased to 2.7.2.
5018
5019         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5020         instead of elmo-dop-queue-method.
5021
5022 2001-08-06  SAITO Atsunori <sai@yedo.com>
5023
5024         * wl-vars.el (wl-ldap-objectclass): New user option.
5025
5026         * wl-address.el (wl-ldap-make-filter): Use it.
5027
5028 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5031
5032 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-folder.el (wl-folder): redisplay after folder insertion.
5035
5036         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5037
5038         * wl-summary.el (wl-summary-sync-update):
5039         Change status mark only when new-msgdb exists.
5040         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5041
5042 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5043
5044         * wl-summary.el (wl-summary-open-folder): New function.
5045         (wl-summary-goto-folder-subr): Use it.
5046         (wl-summary-mark-as-important): Fix;
5047         Encache only when no cache exists.
5048
5049 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5052         Use with-current-buffer.
5053
5054 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5055
5056         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5057         before call `get-buffer'. Fixed parenthesis.
5058         (wl-score-get-header-entry): Clear message and help window when
5059         keyboard quit.
5060         (wl-score-edit-insert-header): Ditto.
5061
5062 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5065         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5066         (wl-default-draft-cite): Fix.
5067
5068         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5069         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5070
5071 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-message.el (wl-message-prev-page): Do same bahavior
5074         as summary when it is called in the message buffer.
5075         (wl-message-next-page): Ditto.
5076
5077 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-summary.el (wl-summary-forward): Use cache if it is not
5080         section cache.
5081
5082 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5085         Removed redundant require of elmo-vars.
5086         (wl-biff-state-indicator-on): Changed default value for
5087         xemacs with non-mule environment.
5088
5089         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5090         wl-message-buffer is nil;
5091         Hide progress bar after moving messages.
5092
5093 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5096         message at cursor point is deleted.
5097
5098 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-vars.el: Changed file coding system to euc-japan.
5101         Added -*-coding:-*- magic to the first line.
5102
5103         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5104         Search parent from the first message.
5105
5106         * Version number is increased to 2.7.1.
5107
5108 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5109
5110         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5111
5112 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5115         refile/delete execution.
5116
5117         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5118         Fixed docstring.
5119
5120 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5123         do update process;
5124         Don't update marks when update process is interrupted.
5125
5126 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-summary.el (wl-summary-reply): Fixed problem when
5129         wl-draft-use-frame is non-nil.
5130         (wl-summary-forward): Ditto.
5131
5132         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5133         as nil.
5134         (wl-folder-mark-as-read-all-entity): Ditto.
5135         (wl-folder-prefetch-entity): Ditto.
5136
5137         * wl.el (wl): Check environment before wl-init.
5138
5139         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5140         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5141         instead of wl-summary-collect-unread.
5142         (wl-summary-reply): Split message window.
5143
5144 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5147         only if current language environment is japanese,
5148
5149         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5150         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5151         (wl-folder-goto-folder-subr): Ditto.
5152
5153         * wl-draft.el (wl-draft-dispatch-message): Call
5154         `elmo-file-cache-get-path'.
5155
5156 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-summary.el (wl-summary-cursor-move): If return value of
5159         wl-summary-next-message is not number, don't jump.
5160
5161 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl-summary.el (wl-summary-buffer-next-message-function): New
5164         variable.
5165         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5166         if it is bound.
5167
5168         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5169         string.
5170
5171         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5172         (wl-plugged-drawing): Ditto.
5173
5174 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5177         process.
5178         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5179         with unwind-protect.
5180
5181         * wl.el (wl-init): Require mime-setup.
5182         (wl-check-environment): Don't require mime-setup.
5183
5184         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5185         instead of elmo-folder-type.
5186
5187         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5188         value as nil.
5189
5190 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * Version number is increased to 2.7.0.
5193
5194         * wl-version.el (wl-version): Changed codename.
5195
5196         * wl-summary.el (wl-summary-delete-cache): Fixed.
5197
5198         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5199         Workaround for net folders.
5200         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5201
5202         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5203         value to nil (According to the patch from
5204         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5205
5206         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5207         of elmo-folder-close.
5208
5209 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5210
5211         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5212         for postfix.
5213
5214 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-summary.el (wl-summary-resend-message): Fixed.
5217
5218         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5219         Call wl-draft with `from' argument if its address is included in
5220         `wl-user-mail-address-list'.
5221         (wl-draft): Added `from' argument.
5222
5223         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5224         non-nil.
5225         (wl): Don't show demo if wl-demo is nil.
5226
5227         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5228         wl-summary-use-frame.
5229
5230         * wl-vars.el (wl-summary-use-frame): New user option.
5231         (wl-folder-use-frame): Changed docstring.
5232
5233         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5234         non-nil.
5235         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5236         wl-summary-use-frame.
5237
5238         * wl-vars.el (wl-folder-use-frame): New user option.
5239
5240         * wl-summary.el (wl-summary-exit): Back to folder frame if
5241         wl-folder-use-frame is non-nil.
5242         (wl-summary-redisplay-internal): Ignore cache if current folder
5243         is draft folder,
5244         (wl-summary-redisplay-no-mime): Ditto.
5245         (wl-summary-redisplay-all-header): Ditto.
5246
5247         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5248         if wl-folder-use-frame is non-nil.
5249
5250 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-sync-update): Bind
5253         elmo-folder-update-threshold.
5254         (wl-summary-mark-as-important): Enclosed server mark processing
5255         with `save-match-data'.
5256
5257         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5258         only when it is already defined.
5259
5260 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5261
5262         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5263         name of folder exclude localdir is wrong.
5264         * wl-folder.el (wl-folder-sync-entity):
5265         Set `wl-summary-always-sticky-folder-list' as nil.
5266         (wl-folder-mark-as-read-all-entity): Ditto.
5267         (wl-folder-prefetch-entity): Ditto.
5268
5269 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5270
5271         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5272         instead of `wl-summary-write-current-newsgroup'.
5273
5274 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5275
5276         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5277         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5278         non-nil and selected message is important, do not display.
5279
5280 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5283
5284 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5285
5286         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5287
5288         * wl-summary.el (wl-summary-mark-as-important): Set message number
5289         using wl-summary-message-number.
5290
5291 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5292
5293         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5294         destination folder is 'null.
5295
5296 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5297
5298         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5299         New function.
5300         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5301         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5302         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5303
5304 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-mime.el (wl-mime-setup): Added setting for
5307         `mime-setup-signature-key-alist' to avoid overriding key bind for
5308         `wl-draft-send'.
5309
5310         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5311         for `wl-draft-send'.
5312         * wl-mule.el (wl-draft-overload-functions): Ditto.
5313         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5314         * wl-draft.el (wl-draft-send): Ditto.
5315
5316         * wl-message.el (wl-message-display-internal):
5317         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5318         (Patch is provided by <kita@coe.nttdata.co.jp>).
5319
5320 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5323
5324 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl.el (wl): Fix for wl-demo.
5327
5328 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5331
5332 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-folder.el (wl-folder-prefetch-entity): Use
5335         `wl-folder-get-elmo-folder'.
5336         (wl-folder-count-incorporates): Do not use
5337         `wl-folder-get-elmo-folder'.
5338
5339 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5340
5341         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5342         instead of `elmo-folder-get-type'.
5343
5344 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5345
5346         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5347         position on Subject: field.
5348         (Advised by Mito <mit@nines.nec.co.jp>)
5349
5350 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-folder.el (wl-folder-prefetch-entity): Use
5353         `wl-folder-get-elmo-folder'.
5354
5355 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5358
5359         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5360         `process-duplicates' slot.
5361
5362         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5363         if detection failed.
5364
5365 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5366
5367         * wl-version.el (wl-version-status): Set to "alpha".
5368
5369 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5372         Check wl-message-buffer lives before set-buffer.
5373
5374 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5375
5376         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5377         called in folder mode.
5378         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5379         * wl-summary.el (wl-summary-exit-pre-hook): Run
5380         `wl-summary-exit-pre-hook' before exit summary mode.
5381
5382 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5383
5384         * wl-version.el (wl-version-status): New variable.
5385         (wl-version-status-alist): Removed.
5386         (wl-version-status): Rule included.
5387
5388 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5391         @sponichi.
5392
5393         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5394         when `mail-reply-buffer' is buffer-local variable.
5395         (Reported by <kita@coe.nttdata.co.jp>).
5396
5397 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl-vars.el (toplevel): Require 'elmo-util.
5400
5401 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5404         (All other related portions are changed)
5405
5406         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5407
5408         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5409
5410 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5411
5412         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5413
5414 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5417         Delete other windows to avoid an error.
5418         Use `point-marker' instead of `point' to remember the start point
5419         of body.
5420
5421         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5422
5423         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5424         number not to exceed all message number.
5425
5426 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5429         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5430
5431 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-sync-force-update): Added argument
5434         no-check.
5435         (wl-summary-sync-update): Ditto.
5436         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5437         with `no-check'.
5438
5439         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5440         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5441         already running.
5442
5443 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5444
5445         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5446         `dst-folder-arg'.
5447         (wl-expire-archive-number1): Diito.
5448         (wl-expire-archive-number2): Diito.
5449         (wl-expire-archive-Date): Diito.
5450         (wl-archive-number1): Diito.
5451         (wl-archive-number2): Diito.
5452         (wl-archive-date): Diito.
5453         (wl-archive-folder-p): New function.
5454         (wl-summary-expire): Support of expand folder name at
5455         wl-expire-alist.
5456         * wl-util.el (wl-expand-newtext): Renamed from
5457         `wl-refile-expand-newtext'.
5458
5459 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5460
5461         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5462         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5463         `(elmo-msgdb-get-overview msgdb)'.
5464         (wl-summary-prefetch): Bind match data before call
5465         `wl-summay-prefetch-msg'.
5466         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5467         'off if `wl-summary-buffer-disp-msg' is non-nil.
5468         Fixed problem that couldn't show only one new or unread message when
5469         enter folder.
5470         (wl-summary-reply): Don't call `split-window-vertically' and other
5471         window.
5472
5473 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-expire.el (wl-expire-refile): Fixed.
5476
5477 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5480
5481         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5482         biff notification is removed.
5483
5484         * wl.el (wl): Changed position of `elmo-init'.
5485
5486         * wl-draft.el (wl-default-draft-cite): Use date field
5487         on the citation buffer.
5488
5489         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5490
5491         * wl-xmas.el (wl-folder-internal-icon-list): Added
5492         `wl-folder-shimbun-image'.
5493
5494         * wl-e21.el (wl-folder-internal-icon-list): Added
5495         `wl-folder-shimbun-image'.
5496
5497 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl.el (wl-init): Eliminated argument.
5500         (wl): Rewrite.
5501
5502         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5503         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5504         instead of `elmo-folder-msgdb-internal'.
5505         (wl-summary-sync-update): Ditto.
5506         (wl-summary-flush-pending-append-operations): Eliminated.
5507         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5508         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5509         `elmo-folder-open'.
5510
5511         * wl-mime.el (wl-summary-burst): Fixed.
5512
5513         * wl-folder.el (wl-folder-info-save): Check data type.
5514
5515         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5516         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5517         instead of `elmo-folder-msgdb-internal'.
5518         (wl-expire-hide): Ditto.
5519
5520
5521         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5522
5523 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5524
5525         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5526
5527 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5528
5529         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5530
5531 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5532
5533         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5534         Fixed `match-beginning' argument mismatch.
5535
5536 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5537
5538         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5539         the default value.
5540
5541 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5544         instead of `elmo-nntp-default-port'.
5545
5546         * wl-vars.el: Fixed some doc strings.
5547
5548 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-summary.el (wl-summary-prefetch-msg): Use
5551         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5552
5553         * wl-vars.el: Define *-func as obsolete variable using
5554         `elmo-define-obsolete-variable'.
5555
5556         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5557         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5558         instead of `wl-message-buffer-prefetch-threshold'.
5559
5560         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5561
5562         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5563
5564         * wl-draft.el (wl-caesar-region-func): Ditto.
5565
5566         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5567         Keep unread status in elmo-folder-move-messages.
5568         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5569
5570 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5571
5572         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5573         `wl-summary-buffer-exit-func'
5574         (wl-summary-buffer-message-redisplay-function): Renamed from
5575         `wl-summary-buffer-message-redisplay-func'
5576         (wl-summary-buffer-next-folder-function): Renamed from
5577         `wl-summary-buffer-next-folder-func'.
5578         (wl-summary-buffer-prev-folder-function): Renamed from
5579         `wl-summary-buffer-prev-folder-func'.
5580         (wl-summary-get-petname-function): Renamed from
5581         `wl-summary-get-petname-func'.
5582
5583         * wl-score.el (wl-score-edit-exit-function): Renamed from
5584         `wl-score-edit-exit-func'.
5585
5586         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5587         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5588
5589         * wl-util.el (wl-load-profile-function): Renamed from
5590         `wl-load-profile-func'.
5591
5592         * wl-folder.el (wl-folder-completion-function): Renamed from
5593         `wl-folder-completion-func'.
5594         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5595
5596         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5597         `wl-expire-archive-get-folder-func'.
5598         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5599         (wl-draft-send-mail-function): Renamed from
5600         `wl-draft-send-mail-func'.
5601         (wl-draft-send-news-function): Renamed from
5602         `wl-draft-send-news-func'.
5603         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5604         (wl-generate-mailer-string-function): Renamed from
5605         `wl-generate-mailer-string-func'.
5606         (wl-highlight-signature-search-function): Renamed from
5607         `wl-highlight-signature-search-func'.
5608         (wl-highlight-x-face-function): Renamed from
5609         `wl-highlight-x-face-func'
5610         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5611         (wl-ps-print-buffer-function): Renamed from
5612         `wl-ps-print-buffer-func'
5613         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5614         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5615         (wl-summary-subject-filter-function): Renamed from
5616         `wl-summary-subject-filter-func'.
5617
5618         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5619         `wl-draft-queue-flush-send-func'
5620         (wl-draft-cite-function): Renamed from
5621         `wl-draft-cite-func'
5622
5623         * wl-address.el (wl-address-init-function): Renamed from
5624         `wl-address-init-func'.
5625
5626 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-draft.el (wl-draft-queue-flush): Don't call
5629         `elmo-dop-unlock-message'.
5630         * wl-draft.el (wl-draft-queue-append): Don't call
5631         `elmo-dop-lock-message'.
5632
5633         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5634         (wl-summary-buffer-folder-name): Ditto.
5635         (wl-summary-message-regexp): Added '-' (all other related portions
5636         are changed).
5637         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5638         wl-summary-buffer-folder-name.
5639
5640 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5641
5642         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5643         the number of mails in the folder buffer is not updated by wl-biff.
5644
5645 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5646
5647         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5648         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5649
5650 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-next-message):
5653         Return next message number when wl-summary-move-order is nil.
5654
5655 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5656
5657         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5658         `wl-summary-move-spec-alist'.
5659         (wl-summary-move-spec-unplugged-alist): New variable
5660         (Move spec for unplugged status).
5661         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5662         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5663
5664 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5665
5666         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5667         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5668
5669 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5670
5671         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5672         simple quotation to quote the anonymous function.
5673         * tm-wl.el (wl-draft-preview-message): Ditto.
5674
5675 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5676
5677         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5678         Eliminate redundant `save-excursion'.
5679         (wl-highlight-summary-current-line): Ditto.
5680
5681         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5682         accessing match data when `looking-at' failed.
5683
5684         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5685         `elmo-match-string' where users don't care about the speed.
5686         (wl-draft-save): Ditto.
5687
5688 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5689
5690         * wl-util.el (wl-regexp-opt): New function.
5691
5692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5693         number from `wl-summary-buffer-number-list'.
5694         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5695         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5696         (wl-summary-move-spec-alist): Changed default setting.
5697
5698 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-vars.el (wl-biff-notify-hook): New hook.
5701         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5702         the arrival of new mail.
5703         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5704         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5705
5706 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5709
5710 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5713
5714         * Version number is increased to 2.5.8.
5715
5716         * wl-thread.el (toplevel): require 'cl.
5717         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5718         (wl-thread-make-number-list): New function.
5719         (wl-thread-entity-make-number-list-from-children): Ditto.
5720         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5721         (wl-thread-entity-insert-as-children): Likewise.
5722         (wl-thread-delete-message): Likewise.
5723         (wl-meaning-of-mark): Eliminated.
5724         (wl-thread-next-failure-mark-p): Ditto.
5725         (wl-thread-entity-get-mark): Ditto.
5726         (wl-thread-meaning-alist-get-result): Ditto.
5727         (wl-thread-entity-check-prev-mark): Ditto.
5728         (wl-thread-entity-check-next-mark): Ditto.
5729         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5730         (wl-thread-entity-get-prev-marked-entity): Ditto.
5731         (wl-thread-get-prev-unread): Ditto.
5732         (wl-thread-jump-to-prev-unread): Ditto.
5733         (wl-thread-get-next-unread): Ditto.
5734         (wl-thread-jump-to-next-unread): Ditto.
5735         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5736         (wl-thread-entity-get-next-marked-entity): Ditto.
5737
5738         * wl-summary.el (wl-summary-buffer-number-list):
5739         New bufer-local variable.
5740         (wl-summary-switch-to-clone-buffer): Clone
5741         `wl-summary-buffer-number-list'.
5742         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5743         (wl-summary-cursor-move-regex): Eliminated.
5744         (wl-summary-cursor-up): Rewrite.
5745         (wl-summary-cursor-down): Ditto.
5746         (wl-summary-mode-spec-alist): New variable.
5747         (wl-summary-next-message): New inline function.
5748         (wl-summary-cursor-move): New function.
5749         (wl-summary-default-get-next-msg): Rewrite.
5750         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5751         (wl-summary-rescan): Ditto.
5752         (wl-summary-sync-all-init): Ditto.
5753         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5754         summary is not thread view.
5755         (wl-summary-sync-update): Ditto.
5756         (wl-summary-rescan): Ditto.
5757         (wl-summary-make-number-list): New function.
5758
5759         * wl-draft.el: "FCC" -> "Fcc".
5760
5761 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-highlight.el (wl-highlight-summary-window):
5764         Call `set-buffer-modified-p'.
5765
5766         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5767         (wl): Call `elmo-init' and fix.
5768
5769         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5770         Use new variables.
5771
5772         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5773
5774 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5777
5778 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5779
5780         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5781
5782 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5783
5784         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5785         `wl-use-toolbar' nor `display-graphic-p'.
5786         (wl-e21-setup-message-toolbar): Ditto.
5787         (wl-e21-setup-summary-toolbar): Ditto.
5788         (wl-e21-setup-folder-toolbar): Ditto.
5789
5790         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5791         (wl-plugged-init-icons): Ditto.
5792
5793         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5794         `display-graphic-p'.
5795         (wl-plugged-set-folder-icon): Ditto.
5796         (wl-highlight-plugged-current-line): Ditto.
5797         (wl-highlight-folder-current-line): Ditto.
5798         (wl-e21-highlight-folder-group-line): Ditto.
5799         (wl-e21-setup-toolbar): Ditto.
5800         (wl-e21-display-image-p): New macro.
5801
5802         * wl-demo.el (wl-demo): Simplified.
5803         (wl-demo-image-type-alist): Use `image-type-available-p' for
5804         checking whether the image type `xbm' is available.
5805
5806 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5807
5808         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5809         (wl-summary-input-range): Ditto.
5810
5811 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl-summary.el (wl-summary-edit-addresses): Use
5814         `wl-summary-get-original-buffer'
5815         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5816         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5817         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5818         (wl-summary-get-newsgroups): Eliminated.
5819         (wl-summary-set-crosspost): Ditto.
5820         (wl-summary-is-crosspost-folder): Ditto.
5821         (wl-crosspost-alist-load): Ditto.
5822         (wl-crosspost-alist-save): Ditto.
5823
5824         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5825         `elmo-setup-subscribed-newsgroups' instead of
5826         `elmo-nntp-make-groups-hashtb'.
5827         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5828         instead of `wl-crosspost-alist-save'.
5829
5830         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5831         of `elmo-folder-message-appendable-p'.
5832         (wl-mime-header-presentation-method): Eliminated.
5833
5834         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5835         (Error occurs in emacs21).
5836
5837         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5838         the current buffer).
5839
5840         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5841         instead of `wl-crosspost-alist-save'.
5842         (wl-init): `elmo-crosspost-message-alist-load'
5843         instead of `wl-crosspost-alist-load'
5844
5845         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5846         (wl-parse-newsgroups): Likewise.
5847         (wl-biff-notify): Run `wl-biff-notify-hook'.
5848
5849 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5852
5853         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5854         when `wl-summary-lazy-highlight' is non-nil.
5855         (wl-summary-goto-folder-subr): Highlight only when
5856         `wl-summary-lazy-highlight' is non-nil.
5857
5858         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5859         Don't display progress and highlight temp-mark when
5860         `wl-summary-lazy-highlight' is non-nil.
5861         (wl-highlight-summary-window): New function.
5862         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5863
5864 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5865
5866         * wl-summary.el (wl-summary-sync): Change `all-visible'
5867         from `all-shown'
5868         (wl-summary-input-range): Ditto.
5869
5870 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5871
5872         * wl-e21.el (wl-highlight-folder-current-line): Call
5873         `wl-folder-init-icons' when folder icons have not been initialized.
5874
5875         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5876
5877         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5878         (wl-demo-image-type-alist): New macro.
5879
5880 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5881
5882         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5883         display does not support graphics.
5884         (wl-plugged-init-icons): Ditto.
5885         (wl-folder-init-icons): Ditto.
5886
5887         * wl-demo.el (wl-demo): Chech closely whether the display
5888         supports graphics.
5889
5890 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-summary.el (wl-summary-get-original-buffer): New function.
5893         (wl-summary-set-crosspost): Use it.
5894         (wl-summary-target-mark-uudecode): Ditto.
5895         (wl-summary-reedit): Ditto.
5896         (wl-summary-resend-bounced-mail): Ditto.
5897         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5898         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5899
5900         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5901         (wl-message-display-internal): Ditto.
5902
5903 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5906
5907 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-summary.el (wl-summary-save-view): Renamed from
5910         `wl-summary-save-status'.
5911
5912 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl-summary.el (wl-summary-sync): Added `all-shown'
5915
5916 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5919
5920 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5923
5924 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5925
5926         * wl-highlight.el (wl-highlight-summary-line-string): Use
5927         `zerop' instead of `= 0'.
5928         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5929
5930         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5931         for comparing numbers.
5932         (wl-template-prev): Use `zerop' instead of `eq 0'.
5933
5934         * wl-draft.el (wl-draft-insert-current-message): Use
5935         `with-current-buffer' instead of `save-excursion'.
5936         Use `zerop' instead of `eq 0'.
5937
5938 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * wl-draft.el (wl-draft-insert-ccs): New function.
5941         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5942         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5943
5944 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5947
5948 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-expire.el (wl-expire-refile): Don't call
5951         elmo-msgdb-add-msgs-to-seen-list;
5952         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5953         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5954
5955 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-message.el (wl-message-prev-page): Ignore errors while
5958         scroll-down.
5959
5960 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-mime.el: Use elmo-original-message-mode instead of
5963         mmelmo-original-mode.
5964
5965         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5966         `elmo-folder-get-spec';
5967         (wl-fldmgr-add-completion-all-completions):
5968         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5969
5970         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5971         of `elmo-folder-get-type'.
5972
5973         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5974         `elmo-folder-get-spec';
5975         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5976         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5977         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5978         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5979         `elmo-read-msg-no-cache';
5980         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5981         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5982         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5983         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5984         `elmo-cache-save';
5985         (wl-draft-reedit): Use `elmo-message-file-name'.
5986
5987         * wl-expire.el: Use `elmo-folder-name-internal';
5988         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5989         Use macro `wl-summary-buffer-msgdb' instead of variable
5990         `wl-summary-buffer-msgdb';
5991         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5992         Use macro `wl-summary-buffer-folder-name' instead of variable
5993         `wl-summary-buffer-folder-name'.
5994         * wl-score.el: Likewise.
5995
5996         * wl-message.el: Rewrite for new message buffer cache mechanism.
5997         (wl-message-buffer-cache-buffer-get): New macro.
5998         (wl-message-buffer-cache-folder-get): Ditto.
5999         (wl-message-buffer-cache-message-get): Ditto.
6000         (wl-message-buffer-cache-entry-make): Ditto.
6001         (wl-message-buffer-cache-hit): Ditto.
6002         (wl-message-buffer-cache-sort): New function.
6003         (wl-message-buffer-cache-add): Ditto.
6004         (wl-message-buffer-cache-delete): Ditto.
6005         (wl-message-buffer-cache-clean-up): Ditto.
6006         (wl-message-buffer-window): Rewrite.
6007         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6008         (wl-message-buffer-display): New function.
6009         (wl-message-display-internal): New function.
6010
6011 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-folder.el: Use `elmo-folder-name-internal';
6014         Use `wl-folder-get-elmo-folder';
6015         Use `elmo-folder-list-messages' instead of
6016         `elmo-list-folder';
6017         Use `elmo-folder-get-primitive-list' instead of
6018         `elmo-folder-get-primitive-spec-list';
6019         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6020         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6021         Use `elmo-folder-create' instead of `elmo-create-folder'.
6022         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6023         (wl-folder-get-elmo-folder): New macro.
6024         (wl-folder-elmo-folder-cache-get): Ditto.
6025         (wl-folder-elmo-folder-cache-put): Ditto.
6026         (wl-folder-suspend): Call `elmo-quit'.
6027
6028         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6029         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6030         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6031         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6032         (toplevel): require 'cl.
6033         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6034
6035         * wl-summary.el: Rewrite to use new elmo interface.
6036
6037 \f
6038 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-mime.el (wl-draft-preview-message):
6041         Run `wl-draft-send-hook' before collecting recipients information;
6042         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6043
6044         * tm-wl.el (wl-draft-preview-message): Ditto.
6045
6046 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6049         wrong receipients are displayed when forwarded message.
6050
6051 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * Version number is increased to 2.5.7.
6054
6055 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6056
6057         * wl-message.el (wl-message-next-page): Bind
6058         `window-pixel-scroll-increment' to nil while scrolling up.
6059
6060 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6061
6062         * wl-vars.el (wl-save-hook): New hook.
6063         * wl.el (wl-save): Call `wl-save-hook'.
6064
6065 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6066
6067         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6068         Argument WITH-ARG instead of NO-ARG (negative mean).
6069         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6070         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6071         * wl-message.el (wl-message-follow-current-entity): Likewise.
6072
6073 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6074
6075         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6076         FROM was optional argument.
6077         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6078
6079 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6080
6081         * Version number is increased to 2.5.6.
6082
6083 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6084
6085         * wl-version.el (wl-version-show): Removed.
6086         (wl-version): Add `interactive'.
6087
6088 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6089
6090         * wl-summary.el (wl-summary-get-petname-func): New variable.
6091         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6092         instead of `wl-address-get-petname-1'.
6093         (wl-summary-simple-from): Ditto.
6094
6095         * wl-address.el (wl-address-get-petname-1): Define as function.
6096
6097 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6100         field in the original message.
6101         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6102
6103 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6104
6105         * wl-expire.el (wl-expire-hide):
6106         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6107
6108 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6111         find decoder for To, Cc, and Subject.
6112
6113 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6114
6115         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6116         for checking `elmo-use-buffer-cache'.
6117         (wl-summary-mark-as-important): Fixed typo in comment.
6118
6119 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6122         field in the original message.
6123         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6124
6125 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6126
6127         * wl-expire.el (wl-expire-hide):
6128         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6129
6130 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6133         find decoder for To, Cc, and Subject.
6134
6135 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * Version number is increased to 2.5.5.
6138
6139         * wl-address.el (wl-address-specials-regexp): New constant.
6140         (wl-address-quote-specials): Use it.
6141
6142 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-summary.el (wl-summary-rescan):
6145         Call `wl-summary-buffer-number-column-detect'.
6146         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6147
6148         * wl-message.el (wl-message-mode-map): Define.
6149         (wl-message-decode): Use it as local-map.
6150
6151 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6154         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6155
6156 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6159
6160         * wl-mule.el (wl-read-event-char): Ditto.
6161
6162         * wl-e21.el (wl-read-event-char): Ditto.
6163
6164         * wl-nemacs.el (wl-read-event-char): Ditto.
6165         (read-event): Removed.
6166
6167         * wl-util.el (toplevel): Removed dummy definition of
6168         `read-event'.
6169         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6170
6171 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6172
6173         * wl-nemacs.el (elmo-archive-call-process): Moved to
6174         elmo-archive.el.
6175
6176 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6177
6178         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6179         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6180
6181         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6182         instead of magic-number 6.  Use `not' instead of `null' for symbol
6183         `nil' check (not empty list).
6184         (wl-draft-insert-x-face-field): Fixed paren style.
6185
6186         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6187         one-branch conditional statement, instead of `and' and `if'.
6188         (wl-draft-forward): Likewise.
6189         (wl-draft-add-references): Likewise.
6190         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6191
6192         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6193         conditional steatment.  Use `cond' instead of `if'.
6194         (wl-draft-confirm): Likewise.
6195
6196 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6197
6198         * wl-version.el (wl-version-show): Use `product-string-1'
6199         instead of `wl-version'.
6200         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6201
6202         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6203
6204 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6205
6206         * wl-highlight.el (wl-highlight-headers): Revert
6207         `wl-highlight-x-face-func' argument (`beg' and `end').
6208
6209 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6210
6211         * wl.el (toplevel): Move `product-provide' declare.
6212         * wl-demo.el (toplevel): Ditto.
6213         * wl-dnd.el (toplevel): Ditto.
6214         * wl-highlight.el (toplevel): Ditto.
6215         * wl-message.el (toplevel): Ditto.
6216         * wl-refile.el (toplevel): Ditto.
6217         * wl-util.el (toplevel): Ditto.
6218
6219 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6220
6221         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6222         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6223         (wl-thread-close-all): keep cursor position.
6224
6225 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6226
6227         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6228         (eq x 0).
6229         (wl-generate-user-agent-string-1): Fix conditional statement.
6230
6231 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6232
6233         * wl.el (wl-check-environment): Additional check for
6234         'wl-local-domain' and `wl-message-id-domain'.
6235
6236 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6237
6238         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6239
6240 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6243         instead of `smtp-sasl-user-realm'.
6244
6245 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6248
6249 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6250
6251         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6252         to the default value as well as `eword-lexical-analyzer'.
6253
6254 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6255
6256         * wl-version.el (wl-extended-emacs-version,
6257         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6258         `elmo-match-string' instead of `wl-match-string'.
6259
6260 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6261
6262         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6263         docstring.
6264
6265 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6266
6267         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6268
6269 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6270
6271         * wl-highlight.el (wl-highlight-headers): Remove
6272         `wl-highlight-x-face-func' argument (`beg' and `end').
6273
6274 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-summary.el (wl-summary-mark-as-important):
6277         Remove cache if folder is local.
6278
6279 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6280
6281         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6282         to get existing e-mail address string.
6283
6284 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6285
6286         * wl-version.el (wl-generate-user-agent-string): Commentary.
6287         (wl-generate-user-agent-string-1): Use `when' for
6288         one-branch conditional statement, instead of `and' and `if'.
6289         (wl-extended-emacs-version, wl-extended-emacs-version2,
6290         wl-extended-emacs-version3): Ditto.
6291
6292 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6295         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6296         condition-case; Remove initialization.
6297         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6298         (wl-summary-sync-update3): Added argument `sync-all';
6299         Eliminated local variable `msgdb';
6300         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6301         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6302         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6303
6304 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6305
6306         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6307         connection before call `wl-draft-send-mail-with-smtp'.
6308
6309 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * Version number is increased to 2.5.4.
6312
6313 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl.el (wl-check-environment): Additional check for
6316         'wl-local-domain' and `wl-message-id-domain'.
6317
6318 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6321         buffer as command specific.
6322         (wl-folder-mark-as-read-all-entity): Ditto.
6323         (wl-folder-prefetch-entity): Ditto.
6324         (wl-folder-drop-unsync-entity): Ditto.
6325
6326         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6327         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6328         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6329
6330         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6331         save-excursion.
6332
6333 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6334
6335         * Version number is increased to 2.5.3.
6336
6337         * wl-summary.el (wl-summary-save-view-cache):
6338         Delete duplicated `write-region';
6339         Use `write-region-as-binary' instead of `as-binary-output-file' and
6340         `write-region'.
6341
6342 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6343
6344         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6345
6346 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6349         instead of `smtp-via-smtp'.
6350
6351 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6354
6355 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6358         instead of `smtp-sasl-user-realm'.
6359
6360 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6363
6364 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * Version number is increased to 2.5.2.
6367
6368 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6371         does not exist.
6372         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6373         (wl-biff-start): Call `timer-activate' if timer already exists.
6374
6375         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6376         only when it is bound as function.
6377
6378 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * Version number is increased to 2.5.1.
6381
6382 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6385         Print refile/copy destination.
6386
6387 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6390         queue-flush-only is non-nil.
6391
6392         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6393
6394         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6395         checking cache folder.
6396
6397 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6398
6399         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6400         `regexp-quote'.
6401
6402 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6403
6404         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6405         function.
6406         * wl-summary.el (wl-summary-write-current-folder-functions):
6407         Change default value.  Use it.
6408
6409 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * Version number is increased to 2.5.0.
6412
6413         * wl-version.el (wl-version): Changed codename.
6414
6415 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6418         (wl-summary-supersedes-message): Ditto.
6419
6420 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-refile.el (wl-refile-guess-functions): Renamed from
6423         `wl-refile-guess-func-list'.
6424
6425 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6428         Fixed problem when no rule was matched.
6429
6430 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6431
6432         * wl-summary.el (wl-summary-get-mark): Fixed
6433         `wl-summary-buffer-target-mark' check logic.
6434
6435 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6436
6437         * wl-folder.el (wl-folder-write-current-folder): Added group
6438         folder check.
6439
6440         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6441         `wl-summary-write-current-newsgroup'.
6442         (wl-summary-write-current-folder-functions): New variable.
6443         * wl-folder.el (wl-folder-get-newsgroups): New function.
6444         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6445         (wl-folder-write-current-folder): Renamed from
6446         `wl-folder-write-current-newsgroup'.
6447
6448 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6449
6450         * Version number is increased to 2.3.93.
6451
6452 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6455         (wl-ldap-make-matched-value-list): Ditto.
6456         (wl-ldap-alias-safe-string): Split e-mail address.
6457
6458         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6459         petname folder default was selected.
6460         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6461         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6462
6463 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6466         to `wl-draft-config-exec'.
6467
6468         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6469         instead of calling `wl-draft-config-exec';
6470         Process group-list and show recipients in minibuffer.
6471
6472         * tm-wl.el (wl-draft-preview-message): Ditto.
6473
6474 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6475
6476         * wl.el (toplevel): Added (C) to copyright notice, and
6477         sync Author header.
6478         * tm-wl.el (toplevel): Ditto.
6479         * wl-address.el (toplevel): Ditto.
6480         * wl-demo.el (toplevel): Ditto.
6481         * wl-dnd.el (toplevel): Ditto.
6482         * wl-draft.el (toplevel): Ditto.
6483         * wl-e21.el (toplevel): Ditto.
6484         * wl-expire.el (toplevel): Ditto.
6485         * wl-folder.el (toplevel): Ditto.
6486         * wl-highlight.el (toplevel): Ditto.
6487         * wl-message.el (toplevel): Ditto.
6488         * wl-mime.el (toplevel): Ditto.
6489         * wl-mule.el (toplevel): Ditto.
6490         * wl-nemacs.el (toplevel): Ditto.
6491         * wl-refile.el (toplevel): Ditto.
6492         * wl-score.el (toplevel): Ditto.
6493         * wl-summary.el (toplevel): Ditto.
6494         * wl-template.el (toplevel): Ditto.
6495         * wl-thread.el (toplevel): Ditto.
6496         * wl-util.el (toplevel): Ditto.
6497         * wl-vars.el (toplevel): Ditto.
6498         * wl-xmas.el (toplevel): Ditto.
6499
6500 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6501
6502         * wl.el (wl-init): Added comment about `wl-init-hook'.
6503         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6504         * wl-vars.el (wl-init-hook): Added docs.
6505         (wl-make-plugged-hook): Removed useless docs.
6506         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6507         * wl-xmas.el (toplevel): Ditto.
6508
6509 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6510
6511         * wl-address.el (toplevel): Fixed multiple Author header format.
6512         * wl-demo.el (toplevel): Ditto.
6513         * wl-draft.el (toplevel): Ditto.
6514         * wl-folder.el (toplevel): Ditto.
6515         * wl-summary.el (toplevel): Ditto.
6516         * wl-thread.el (toplevel): Ditto.
6517         * wl-util.el (toplevel): Ditto.
6518         * wl-vars.el (toplevel): Ditto.
6519         * wl-version.el (toplevel): Ditto.
6520         * wl-xmas.el (toplevel): Ditto.
6521         * wl.el (toplevel): Ditto.
6522
6523         * wl-version.el (toplevel): Added require `elmo-version' for
6524         `product-version-as-string'.
6525
6526 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-vars.el (wl-draft-send-hook): Changed default value to
6529         '(wl-draft-config-exec).
6530
6531         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6532         explicitly.
6533         (wl-draft): Set `wl-draft-config-exec-flag' before running
6534         `wl-mail-setup-hook'.
6535
6536         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6537         `wl-biff-init-icons' to `wl-init-hook' instead of
6538         `wl-make-plugged-hook'.
6539         (Because if `wl-draft' command is invoked at first,
6540         they are not initialized)
6541         Updated copyright notice.
6542
6543         * wl-e21.el (toplevel): Ditto;
6544
6545         * wl-demo.el (toplevel): Updated copyright notice.
6546         * wl-address.el (toplevel): Ditto.
6547         * wl-draft.el (toplevel): Ditto.
6548         * wl-version.el (toplevel): Ditto.
6549         * wl-folder.el (toplevel): Ditto.
6550         * wl-summary.el (toplevel): Ditto.
6551         * wl-thread.el (toplevel): Ditto.
6552         * wl-util.el (toplevel): Ditto.
6553         * wl-vars.el (toplevel): Ditto.
6554         * wl.el (toplevel): Ditto.
6555
6556 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6557
6558         * wl-highlight.el (wl-highlight-message): Fixed problem of
6559         highlighting failure which occured when the last field contains
6560         multiple lines in the draft buffer.
6561
6562         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6563         `wl-biff-start' if plugged.
6564
6565         * wl-util.el (wl-biff-check-folder): New function.
6566         (wl-biff-check-folders): Don't set session name prefix.
6567         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6568         (wl-biff-check-folder-async): Ditto.
6569
6570         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6571         in email address.
6572
6573 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6574
6575         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6576
6577         * wl-draft.el (wl-draft-strip-subject-re): New function.
6578
6579         * wl-draft.el (wl-draft-reply): Use it.
6580
6581 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-message.el (wl-mmelmo-message-redisplay): Use
6584         `mime-display-message' instead of `wl-mime-display-message'.
6585
6586         * wl-mime.el (toplevel): Removed compatibility workaround
6587         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6588         (wl-mime-display-message): Abolished.
6589         (wl-mime-entity-read-field): Ditto.
6590         (wl-mime-combine-message/partial-pieces): Use
6591         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6592
6593 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6594
6595         * wl-template.el: Doc fixes.
6596
6597 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6598
6599         * wl-e21.el (wl-message-overload-functions): Do nothing if
6600         `current-local-map' is not available.
6601         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6602
6603 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6604
6605         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6606         representation.
6607
6608         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6609         number.
6610         (wl-fldmgr-save-folders): Don't use `format' when insert
6611         `wl-fldmgr-folders-header'.
6612
6613 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6614
6615         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6616
6617 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl-highlight.el (wl-highlight-message):
6620         Use `std11-field-end' to detect end point of the header field.
6621         Refer `wl-highlight-max-header-size'.
6622
6623         * wl-vars.el (wl-highlight-max-header-size): New variable.
6624
6625         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6626
6627         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6628         Set `for-draft' argument of wl-highlight-headers.
6629         (wl-draft): Ditto.
6630         (wl-draft-reedit): Ditto.
6631         (wl-user-agent-compose-internal): Ditto.
6632
6633 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6634
6635         * wl-message.el (wl-message-add-button): Use overlay.
6636
6637 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6640
6641         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6642         problem when group-list content is nothing.
6643         (Reported by Mito <mit@nines.nec.co.jp>)
6644
6645 2000-10-18  SAITO Atsunori <sai@yedo.com>
6646
6647         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6648
6649 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6650
6651         * tm-wl.el (toplevel): Use product-provide.
6652
6653 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * Version number is increased to 2.3.92.
6656
6657 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6658
6659         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6660         title text, use `display' property for left margin under Emacs 21.
6661
6662         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6663         properties.
6664         (wl-plugged-init-icons): Ditto.
6665
6666 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6667
6668         * wl.el (wl-save-status, wl-init): Remove last period in
6669         "...done." message.
6670         * tm-wl.el (wl-summary-burst): Ditto.
6671         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6672         wl-summary-resume-cache-status,
6673         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6674         wl-summary-sync-update3, wl-summary-highlight-msgs,
6675         wl-summary-flush-pending-append-operations,
6676         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6677         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6678         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6679         wl-thread-open-all): Ditto.
6680         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6681         * wl-mime.el (wl-summary-burst): Ditto.
6682         * wl-highlight.el (wl-highlight-summary): Ditto.
6683         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6684         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6685         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6686         * wl-address.el (wl-local-address-init): Ditto.
6687
6688 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6689
6690         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6691         `add-text-properties'.
6692         (wl-plugged-init-icons): Ditto.
6693         (wl-folder-init-icons): Use `propertize' instead of
6694         `put-text-property'.
6695         (wl-plugged-set-folder-icon): Ditto.
6696         (wl-e21-highlight-folder-group-line): Ditto.
6697
6698 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6699
6700         * wl-version.el (wl-version-status-alist): New variable.
6701         (wl-version-status): New function.
6702
6703         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6704         "Cc" part of the case "Reply-To".
6705
6706         * wl-draft.el (wl-draft-reply): Use result of
6707         `eword-extract-address-components'.
6708
6709         * wl-demo.el (wl-demo-icon-name): New constant.
6710         (wl-logo-xpm): Use it.
6711         (wl-logo-xbm): Ditto.
6712         (wl-logo-bitmap): Ditto.
6713
6714         * Version number is increased to 2.3.91.
6715
6716 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6717
6718         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6719         (wl-extended-emacs-version, wl-extended-emacs-version2,
6720         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6721         docstring.
6722
6723         * wl-version.el (wl-generate-user-agent-string-1): New function.
6724         (wl-generate-user-agent-string): Use it.
6725
6726         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6727         `mime-edit-insert-user-agent-field'.
6728         (wl-generate-user-agent-string): Check
6729         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6730
6731         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6732         instead of `if', when verbose case.
6733
6734 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-expire.el (wl-summary-expire): Fix.
6737
6738 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6741         and `elmo-lost+found-folder' if 'wl-draft.
6742         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6743
6744 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-expire.el (wl-summary-expire): Change messages.
6747         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6748         `deleing-info' instead of "Deleting..."
6749
6750 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6751
6752         * wl-summary.el (wl-summary-refile-subr): Fix.
6753
6754 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6755
6756         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6757         if pipe folder.
6758
6759 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6760
6761         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6762
6763 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-expire.el (wl-expire-hide): New function.
6766         (wl-summary-expire): Add `hide'.
6767
6768 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-vars.el (wl-draft-reply-without-argument-list):
6771         Changed default value to consider `Reply-To:'.
6772         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6773
6774         * Version number is increased to 2.3.90.
6775
6776         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6777         elmo-imap4-get-session with unwind-protect.
6778         Don't cause error.
6779         (wl-summary-sync-marks): Don't check plugged nor folder type.
6780         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6781         (Always keep current buffer).
6782
6783 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6784
6785         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6786         Enclose with `save-excursion'.
6787
6788 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl-version.el (wl-version): Remove interactive.
6791
6792 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6793
6794         * wl-version.el (wl-generate-user-agent-string): Use
6795         `product-string-verbose' instead of `product-string-1'.
6796
6797 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-vars.el (wl-draft-use-cache): New variable.
6800         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6801         if wl-draft-use-cache is non-nil.
6802
6803 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6806         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6807
6808 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6811         (wl-thread-msg-mark-as-unread): Ditto.
6812
6813         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6814         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6815         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6816         Don't set mark in summary if return value of `elmo-mark-as-read'
6817         is nil.
6818         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6819         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6820         instead of `wl-thread-msg-mark-as-read'.
6821         (wl-summary-mark-as-unread-region): Ditto.
6822         (wl-summary-target-mark-mark-as-read): Ditto.
6823
6824         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6825
6826 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6829
6830         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6831
6832 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6835         face.
6836
6837 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6838
6839         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6840         `running-xemacs'.
6841
6842 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6843
6844         * wl-version.el (toplevel): Use `product-version-as-string' for
6845         set verstion-string, if defined.
6846
6847         * wl-version.el (wl-version-show): Insert string at point, when
6848         call with argument.
6849
6850         * wl-version.el (wl-generate-user-agent-string): Use
6851         `product-string-1' instead of `wl-appname', `wl-version' and
6852         `wl-codename'.
6853
6854 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6855
6856         * wl-address.el (toplevel): Use product-provide.
6857         * wl-demo.el (toplevel): Ditto.
6858         * wl-dnd.el (toplevel): Ditto.
6859         * wl-draft.el (toplevel): Ditto.
6860         * wl-e21.el (toplevel): Ditto.
6861         * wl-expire.el (toplevel): Ditto.
6862         * wl-fldmgr.el (toplevel): Ditto.
6863         * wl-folder.el (toplevel): Ditto.
6864         * wl-highlight.el (toplevel): Ditto.
6865         * wl-message.el (toplevel): Ditto.
6866         * wl-mime.el (toplevel): Ditto.
6867         * wl-mule.el (toplevel): Ditto.
6868         * wl-nemacs.el (toplevel): Ditto.
6869         * wl-refile.el (toplevel): Ditto.
6870         * wl-score.el (toplevel): Ditto.
6871         * wl-summary.el (toplevel): Ditto.
6872         * wl-template.el (toplevel): Ditto.
6873         * wl-thread.el (toplevel): Ditto.
6874         * wl-util.el (toplevel): Ditto.
6875         * wl-vars.el (toplevel): Ditto.
6876         * wl-xmas.el (toplevel): Ditto.
6877         * wl.el (toplevel): Ditto.
6878
6879 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6882         instead of product.
6883
6884         * wl-version.el (wl-version): Compile time evalution elmo-version.
6885
6886 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6887
6888         * wl-summary.el (wl-summary-sync-force-update): Append queue
6889         `mark-as-read'if unplugged.
6890
6891 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6892
6893         * wl-version.el: New file.  Use product.el.
6894         * wl.el: add (require 'wl-version).
6895         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6896         for ~/.folders header.
6897         (wl-fldmgr-folders-header): Changed.
6898         * wl-demo.el (wl-demo): Use product.el.
6899
6900         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6901         wl-version.el.
6902         * wl-util.el (wl-version, wl-version-show): Ditto.
6903
6904         * wl-util.el (wl-generate-user-agent-string,
6905         wl-extended-emacs-version, wl-extended-emacs-version2,
6906         wl-extended-emacs-version3): Move to wl-version.el.
6907         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6908         xemacs-codename, mime-edit-insert-user-agent-field,
6909         mime-edit-user-agent-value, mime-editor/version,
6910         mime-editor/codename): Compile warning killer move to
6911         wl-version.el
6912
6913 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-summary.el (wl-summary-refile-subr): Fix.
6916
6917 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6920         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6921
6922 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6923
6924         * wl.el (wl-check-environment): Check too many `@'.
6925
6926 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6927
6928         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6929
6930 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6931
6932         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6933         wl-draft-reply-myself-without-argument-list): Add variables.
6934         * wl-draft.el (wl-draft-reply): Use it.
6935
6936 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6937
6938         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6939         the 5th argument of `elmo-network-get-spec'.
6940
6941         * wl-thread.el (wl-thread-reparent-children): New inline function.
6942         (wl-thread-delete-message): Use it.
6943
6944         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6945         (wl-summary-score-update-all-lines): Don't use `dolist'.
6946
6947 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6948
6949         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6950         (require 'elmo-msgdb) for inline function.
6951
6952 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6953
6954         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6955
6956 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6957
6958         * wl-score.el (wl-score-headers): Fix for the confusing macro
6959         `elmo-kill-buffer'.
6960
6961 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6962
6963         * wl-summary.el: Don't use the 3rd argument of `require' because
6964         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6965         * wl-util.el: Ditto.
6966         * wl-draft.el: Ditto.
6967
6968 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6969
6970         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6971         window system is not used.
6972
6973 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6974
6975         * wl-thread.el: Don't use `mapcar' only for iteration.
6976         (wl-thread-resume-entity): Ditto.
6977         (wl-thread-delete-message): Ditto.
6978
6979         * wl-summary.el: Bind `dragdrop-drop-functions',
6980         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6981         of `require' for `timezone', `easymenu' and `ps-print';
6982         don't use `mapcar' only for iteration.
6983
6984         * wl-util.el: Bind `mule-version', `nemacs-version',
6985         `emacs-beta-version', `xemacs-codename',
6986         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6987         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6988         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6989         only for iteration.
6990
6991         * wl-score.el: Don't use `mapcar' only for iteration.
6992         (wl-score-simplify-buffer-fuzzy): Ditto.
6993         (wl-score-simplify-subject): Ditto.
6994         (wl-score-headers): Ditto.
6995         (wl-summary-score-update-all-lines): Ditto.
6996
6997         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6998         `enable-multibyte-characters' and `mule-version'.
6999
7000         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7001         `mapcar' only for iteration.
7002
7003         * wl-demo.el: Don't use `mapcar' only for iteration.
7004
7005         * wl-folder.el: Don't use `mapcar' only for iteration.
7006         (wl-folder-open-all): Ditto.
7007         (wl-folder-count-incorporates): Ditto.
7008
7009         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7010         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7011
7012         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7013         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7014         `smtp-connection-type'; specify 3rd argument of `require' for
7015         `timezone'; don't use `mapcar' only for iteration.
7016         (wl-draft-clone-local-variables): Don't use `mapcar'.
7017         (wl-draft-generate-clone-buffer): Ditto.
7018         (wl-user-agent-compose-internal): Ditto.
7019
7020         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7021
7022         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7023         (wl-save-status): Ditto.
7024
7025         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7026         for iteration.
7027
7028 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7031         removed `Date'.
7032         (wl-fldmgr-make-filter-default): New user option.
7033
7034         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7035         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7036         (wl-fldmgr-filter-completion-alist): Abolish.
7037
7038         * wl.el (wl): Don't check servers if arg is non-nil.
7039
7040         * wl-draft.el (wl-draft-reply): Set only message-id string to
7041         In-Reply-To field.
7042
7043 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-summary.el (wl-summary-pick): Rewrite.
7046
7047         * wl-draft.el (wl-draft-forward): Get references field from
7048         original buffer.
7049         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7050
7051 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7052
7053         * wl-draft.el (wl-draft-forward): Add references field.
7054
7055 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7058         (wl-draft-reply): Use it.
7059
7060 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7061
7062         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7063         when Emacs 21 is running.
7064
7065         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7066         bindings.
7067
7068 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7069
7070         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7071         XPM icons transparent.
7072
7073         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7074         Emacs 21.
7075
7076 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7079         nil.
7080
7081         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7082         when it is persistent.
7083         (wl-summary-sync-marks): Changed argument for
7084         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7085         (wl-summary-virtual): Use `elmo-read-search-condition'.
7086         (wl-summary-redisplay-internal): If folder is local, mark as read
7087         even when folder is plugged.
7088
7089 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7090
7091         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7092         of `tool-bar-lines' in the frame parameters.
7093         (after-make-frame-functions, post-command-hook): Don't modify the
7094         value.
7095         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7096         wl-e21-tool-bar-lines): Removed.
7097
7098 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7099
7100         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7101         properties `evaporate' and `wl-momentary-overlay' as well.
7102         (wl-highlight-summary-displaying): Ditto.
7103         (wl-delete-all-overlays): Don't delete overlay which does not have
7104         a property `wl-momentary-overlay'.
7105
7106         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7107         `display-mouse-p' and `display-graphic-p'.
7108         (wl-folder-init-icons): Don't search for XBM or the other files.
7109         (wl-plugged-set-folder-icon): Make icons if and only if
7110         `display-graphic-p' returns non-nil.
7111         (wl-highlight-plugged-current-line): Use `before-string' overlay
7112         property to show icon images.
7113         (wl-highlight-folder-current-line): Ditto.
7114         (wl-e21-highlight-folder-group-line): Ditto.
7115         (wl-e21-highlight-folder-by-numbers): Ditto.
7116         (wl-e21-insert-image): Removed.
7117         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7118         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7119         said.
7120         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7121         `wl-e21-force-switch-toolbar'.
7122         (wl-e21-make-icon-image): Removed.
7123         (wl-e21-setup-toolbar): Don't search for XBM files.
7124         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7125         the default value.
7126
7127 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-util.el (wl-biff-check-folder-async): Set
7130         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7131
7132 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7133
7134         * wl-e21.el (after-make-frame-functions): Add
7135         `wl-e21-force-switch-toolbar'.
7136         (wl-e21-force-switch-toolbar): New function force to switch the
7137         toolbar appearance automatically.
7138         (post-command-hook): Add `wl-e21-switch-toolbar'.
7139         (wl-e21-switch-toolbar): New function to switch the toolbar
7140         appearance automatically.
7141         (wl-e21-tool-bar-lines): New buffer local variable.
7142
7143 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-util.el (wl-biff-check-folders-running): New variable.
7146         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7147         (wl-biff-check-folder-async-callback):
7148         Set `wl-biff-check-folders-running'.
7149         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7150         with unwind-protect.
7151
7152         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7153         Enclose `wl-folder-auto-check' with unwind-protect.
7154
7155         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7156         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7157
7158         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7159
7160         * wl-util.el (wl-biff-notify): New inline function.
7161         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7162         locally.
7163         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7164         folder-list' is 1.
7165         Use `wl-biff-notify'.
7166         (wl-biff-check-folder-async-callback): New function.
7167         (wl-biff-check-folder-async): Ditto.
7168
7169         * wl-folder.el (wl-folder): Don't check folders.
7170         (wl-folder-auto-check): New function.
7171
7172 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7173
7174         * wl-util.el (wl-biff-start) [Emacs19+]:
7175         Use `timer-next-integral-multiple-of-time'.
7176         (wl-biff-check-folders): Use `wl-default-folder'
7177         if `wl-biff-check-folder-list' is nil.
7178
7179 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7180
7181         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7182         instead of `elmo-delete-lists'.
7183
7184 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7185
7186         * wl.el (wl-plugged-toggle-all): Set the value of
7187         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7188         (wl-plugged-toggle): Ditto.
7189         (wl-toggle-plugged): Ditto.
7190         (wl-plugged-init): Ditto.
7191
7192         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7193         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7194         instead of `wl-biff-state-indicator-off' and
7195         `wl-biff-state-indicator-on'; don't modify the value and the type
7196         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7197         (wl-plugged-init-icons): Set icons data to
7198         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7199         instead of `wl-plug-state-indicator-off' and
7200         `wl-plug-state-indicator-on'; don't modify the value and the type
7201         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7202
7203         * wl-vars.el (wl-modeline-biff-state-off,
7204         wl-modeline-biff-state-on, wl-modeline-biff-status,
7205         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7206         wl-modeline-plug-status): New internal variables.
7207         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7208         wl-biff-check-interval, wl-biff-check-folder-list): Change
7209         customization group from `wl-folder' to `wl-highlight'.
7210         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7211         wl-show-plug-status-on-modeline): Defcustomized.
7212
7213         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7214         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7215         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7216         a flag to `mode-line-buffer-identification'.
7217
7218         * wl-e21.el (wl-biff-init-icons): Set icons data to
7219         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7220         instead of `wl-biff-state-indicator-off' and
7221         `wl-biff-state-indicator-on'.
7222         (wl-plugged-init-icons): Set icons data to
7223         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7224         instead of `wl-plug-state-indicator-off' and
7225         `wl-plug-state-indicator-on'.
7226
7227 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7228
7229         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7230         excessive titles.
7231
7232 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7233
7234         * wl.el (wl-plugged-mode): Use revised
7235         `wl-mode-line-buffer-identification'.
7236         (wl-plugged-init): Don't use `force-mode-line-update'.
7237
7238         * wl-xmas.el (wl-draft-overload-functions): Use revised
7239         `wl-mode-line-buffer-identification'.
7240         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7241         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7242         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7243         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7244         `wl-make-plugged-hook';
7245         add `wl-folder-init-icons' and `wl-setup-folder' to
7246         `wl-folder-mode-hook'.
7247
7248         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7249         19 as well.
7250         (wl-mode-line-display-priority-list): New user option.
7251         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7252         Defcustomized.
7253         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7254         Add docs.
7255
7256         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7257         start.
7258         (wl-mode-line-buffer-identification): Revised as a function.
7259
7260         * wl-summary.el (wl-summary-mode): Use revised
7261         `wl-mode-line-buffer-identification'; don't call
7262         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7263         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7264         `wl-xmas-setup-summary'.
7265
7266         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7267         `wl-mode-line-buffer-identification'.
7268
7269         * wl-mule.el (wl-draft-overload-functions): Use revised
7270         `wl-mode-line-buffer-identification'.
7271
7272         * wl-folder.el (wl-make-plugged-alist): Don't call
7273         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7274         (wl-folder): Don't call `wl-folder-init-icons' directly.
7275         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7276         `wl-xmas-setup-folder' directly;
7277         use revised `wl-mode-line-buffer-identification'.
7278         (TopLevel): Don't bind `wl-biff-init-icons',
7279         `wl-plugged-init-icons', `wl-folder-init-icons',
7280         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7281
7282         * wl-e21.el (wl-draft-overload-functions): Use revised
7283         `wl-mode-line-buffer-identification'.
7284         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7285         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7286         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7287         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7288         `wl-make-plugged-hook';
7289         add `wl-folder-init-icons' and `wl-setup-folder' to
7290         `wl-folder-mode-hook'.
7291
7292 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7293             Katsumi Yamaoka    <yamaoka@jpl.org>
7294
7295         * wl.el (wl): Call `wl-biff-start'.
7296         (wl-exit): Call `wl-biff-stop'.
7297         (wl-plugged-mode): Show biff in modeline.
7298         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7299
7300         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7301         (wl-biff-init-icons): New function.
7302         (wl-plugged-init-icons): Don't make too much keymaps.
7303         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7304
7305         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7306         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7307         variables.
7308         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7309         options.
7310
7311         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7312         wl-biff-start, wl-biff-stop): New functions.
7313         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7314         (wl-biff-timer-name): New variable.
7315
7316         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7317
7318         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7319         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7320
7321         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7322         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7323
7324         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7325         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7326         `wl-folder-init-icons' to `ignore' if they are not available.
7327         (wl-folder-mode): Show biff in modeline.
7328
7329         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7330         (wl-biff-init-icons): New function.
7331         (wl-plugged-init-icons): Don't make too much keymaps.
7332         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7333
7334 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7335
7336         * wl-vars.el (wl-strict-diff-folders): Customization Type
7337         and doc fix.  Define as a list of regular expressions for
7338         folders or nil.
7339         * wl-folder.el (wl-folder-check-one-entity): Use
7340         `wl-string-match-member' instead of `wl-string-member' for
7341         `wl-strict-diff-folders'.
7342
7343 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7344
7345         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7346         (wl-highlight-folder-current-line): Use it; new implementation.
7347         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7348         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7349         `defsubst' instead of `defun'.
7350
7351         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7352         `wl-highlight-group-folder-by-numbers'; made it can also be a
7353         number.  See info for more details.
7354
7355         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7356         running.
7357
7358         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7359         to bind them.
7360
7361         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7362         (wl-highlight-folder-current-line): New implementation.
7363
7364         * wl-highlight.el (wl-highlight-folder-group-line): New
7365         implementation.
7366         (wl-delete-all-overlays): Rewrite as a marco.
7367         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7368
7369         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7370         running.
7371         (wl-folder-*-glyph): No need to bind them.
7372
7373         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7374         `wl-e21-highlight-folder-group-icon'; rewrite.
7375         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7376         `defsubst' instead of `defun'.
7377         (wl-folder-mode-map): Bind it when compiling.
7378
7379 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7382
7383         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7384
7385 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7386
7387         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7388
7389 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7390
7391         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7392         (wl-highlight-folder-current-line): Use it.
7393
7394         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7395         in `id-name'.
7396
7397 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7398
7399         * wl.el: Require `wl-e21' when Emacs 21 is running.
7400
7401         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7402         default when Emacs 21 is running.
7403         (wl-use-highlight-mouse-line): Ditto.
7404         (wl-on-emacs21): New constant.
7405         (wl-on-emacs20): Removed.
7406
7407         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7408         Emacs 21 is running.
7409
7410         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7411         Emacs 21 is running.
7412
7413         * wl-e21.el: New file.
7414
7415 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7416
7417         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7418         (wl-toggle-plugged): Ditto.
7419         (wl-plugged-toggle): Ditto.
7420         (wl-plugged-toggle-all): Ditto.
7421
7422         * wl-vars.el (wl-plug-state-indicator): Refer
7423         `wl-plug-state-indicator-on' indirectly.
7424
7425 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7428         Call `wl-folder-confirm-existence'.
7429
7430         * wl-folder.el (wl-folder-confirm-existence): Added optional
7431         argument `force'.
7432
7433 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7434
7435         * wl-summary.el (wl-summary-refile-subr): Assume
7436         `copy-or-refile' as symbol.
7437         (wl-summary-refile): Follow up above change.
7438         (wl-summary-copy): Ditto.  Doc fix.
7439
7440 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-summary.el (wl-summary-pick): Don't bind
7443         `elmo-search-mime-charset'.
7444
7445         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7446         default using old backquote style.
7447         (wl-search-mime-charset): Abolished.
7448
7449         * wl-highlight.el (wl-highlight-headers):
7450         Call `point' after `re-search-forward'(for Nemacs).
7451
7452         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7453         for elmo-imap4.el.
7454
7455 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7456
7457         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7458         `wl-message-ignored-field-list' instead of
7459         `mime-view-ignored-field-list'.
7460
7461         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7462         Add interactive spec.
7463         (wl-folder-goto-bottom-of-current-folder): Ditto.
7464         (wl-folder-mode-map): Bind them.
7465
7466         * wl-vars.el (wl-message-ignored-field-list): New variable.
7467         (wl-message-visible-field-list): New variable.
7468
7469         * wl-mime.el (wl-mime-header-presentation-method): New function.
7470         (wl-mime-setup): Set header-presentation-method.
7471
7472 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7473
7474         * wl-nemacs.el (wl-draft-overload-functions): Set
7475         `mode-line-buffer-identification' instead of using
7476         `wl-make-modeline'.
7477
7478         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7479         instead of using `wl-make-modeline'.
7480
7481         * wl-xmas.el (wl-plugged-init-icons): Set up
7482         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7483         (wl-make-modeline): Abolish.
7484         (wl-draft-overload-functions): Set
7485         `mode-line-buffer-identification' instead of using
7486         `wl-make-modeline'.
7487
7488         * wl-util.el (wl-make-modeline-subr): Abolish.
7489         (wl-mode-line-buffer-identification): New alias.
7490
7491         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7492         (wl-summary-make-modeline): Abolish.
7493         (wl-summary-buffer-set-folder): Set
7494         `wl-summary-buffer-folder-indicator'.
7495         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7496         of using `wl-make-modeline'.
7497         (wl-summary-switch-to-clone-buffer): Don't set
7498         `mode-line-buffer-identification'.
7499         (wl-summary-goto-folder-subr): Ditto.
7500
7501         * wl-mule.el (wl-draft-overload-functions): Set
7502         `mode-line-buffer-identification' instead of using
7503         `wl-make-modeline'.
7504
7505         * wl-folder.el (wl-folder-mode): Set
7506         `mode-line-buffer-identification' instead of using
7507         `wl-make-modeline'.
7508         (wl-folder): Don't set `mode-line-buffer-identification'.
7509
7510 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7511
7512         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7513         instead of `member' for `wl-refile-guess-func-list' look-ups.
7514         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7515
7516 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7517
7518         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7519         `wl-message-button-dispatcher'.
7520
7521         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7522
7523         * wl-message.el (wl-message-button-dispatcher): Use it.
7524
7525         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7526         "In-Reply-To".
7527
7528         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7529         Bind `case-fold-search' to t.
7530
7531 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7532
7533         * wl-xmas.el (wl-message-overload-functions): Initialize
7534         `wl-message-button-map'.
7535
7536         * wl-mule.el (wl-message-overload-functions): Initialize
7537         `wl-message-button-map'.
7538
7539         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7540
7541         * wl-message.el (wl-message-button-map): New keymap.
7542         (wl-message-add-button): New function.
7543         (wl-message-button-dispatcher): New function.
7544         (wl-message-button-refer-article): New function.
7545
7546         * wl-highlight.el
7547         (wl-highlight-message-add-buttons-to-header): New function.
7548         (wl-highlight-headers): Use it.
7549
7550 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7551
7552         * wl-summary.el (wl-summary-default-from): Use
7553         `wl-address-get-petname-1'.
7554         (wl-summary-simple-from): Ditto.
7555
7556         * wl-address.el (wl-address-get-petname-1): New inline function.
7557         (wl-address-get-petname): Use it.
7558
7559 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7560
7561         * wl-summary.el (wl-summary-default-from): Return full-name part
7562         from the address if no petname was found.
7563         (wl-summary-simple-from): Ditto.
7564
7565         * wl-address.el (wl-address-get-petname): Return nil if no petname
7566         associated with the address was found.
7567
7568 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7569
7570         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7571         display is finished.
7572
7573 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7574
7575         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7576         `elmo-folder-exists-p' argument.
7577
7578 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7579
7580         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7581         the folder.
7582
7583 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7586
7587         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7588         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7589
7590 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7591
7592         * wl-folder.el (wl-folder-create-subr): New function.
7593         (wl-folder-confirm-existence): Use it.
7594         (wl-folder-check-one-entity): Use it.
7595         Check the error symbol is derived from 'elmo-open-error.
7596
7597         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7598         `ignore-error'.
7599
7600 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7601
7602         * wl-util.el (toplevel): Add (eval-when-compile (require
7603         'elmo-util)).  (Maybe `provide' is typo.)
7604
7605 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7608         (I don't know why this was needed.)
7609
7610         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7611         Follow up changes for stream-type.
7612
7613         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7614         (wl-draft-elmo-nntp-send): Ditto.
7615
7616         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7617         (wl-nntp-posting-stream-type): Ditto.
7618         (wl-pop-before-smtp-ssl): Abolished.
7619         (wl-nntp-posting-ssl): Ditto.
7620
7621         * wl-address.el (wl-address-quote-specials): New function.
7622         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7623
7624         * wl-draft.el (wl-draft-reply): Ditto.
7625
7626 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7627
7628         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7629         use function `wl-string-match-assoc'.
7630
7631 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7634
7635         * wl-draft.el (wl-draft-deduce-address-list): New function.
7636         (wl-draft-parse-mailbox-list): Ditto.
7637         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7638         instead of `smtp-deduce-address-list'.
7639         (wl-draft-on-field-p): Follow group list.
7640
7641         * wl-address.el (wl-address-concat-token): New function.
7642         (wl-address-string-without-group-list-contents): Ditto.
7643         (wl-complete-field-body): Fixed problem of completion
7644         by japanese petname.
7645         (wl-address-make-completion-list): Rewrite.
7646
7647 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7648
7649         * wl-address.el (wl-address-make-completion-list): Completion by
7650         petname.
7651         (wl-complete-field-body): Likewise.
7652
7653 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7656         contains invalid address syntax.
7657
7658 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7659
7660         * wl-folder.el (wl-folder-check-entity-async): Use
7661         `elmo-nntp-spec-hostname'.
7662
7663 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7664
7665         * wl-summary.el (wl-summary-msgdb-load-async): Use
7666         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7667
7668 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl-draft.el (wl-draft-reply): Set argument
7671         `content-transfer-encoding' as nil.
7672
7673 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7674
7675         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7676         `wl-refile-alist'.
7677
7678 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7679
7680         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7681         (wl-draft-edit-string): Ditto.
7682         (wl-draft-forward): Ditto.
7683         * wl-summary.el (wl-summary-write): Ditto.
7684
7685 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-summary.el (wl-summary-sync-update3): Call
7688         `wl-summary-buffer-number-column-detect'.
7689         (wl-summary-buffer-number-column-detect): Search from point-min.
7690
7691 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7694         contains an address which is not included in original to or cc.
7695
7696 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7697
7698         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7699         begin-line does not exist.
7700         * wl-message.el (wl-message-uu-substring): Ditto.
7701
7702 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7705         clear local variables.
7706         (wl-summary-exit): Call `elmo-commit'.
7707         (wl-summary-switch-to-clone-buffer): Call
7708         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7709         (wl-summary-goto-folder-subr): Ditto.
7710
7711         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7712         POP folder.
7713
7714 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7717         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7718         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7719         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7720         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7721         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7722
7723         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7724
7725 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7726
7727         * wl-summary.el (wl-summary-search-by-subject):
7728         Search parent message from the latest one.
7729
7730 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7733         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7734
7735         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7736         New user option.
7737
7738         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7739         if elmo-nntp-use-killed-list is nil.
7740         Use `elmo-msgdb-append-to-killed-list'.
7741         (Append numbers confirmed as disappeared to the killed list.)
7742         (wl-summary-confirm-appends): Don't display negative number.
7743
7744 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7745
7746         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7747
7748 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7751         range is `all'.
7752         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7753         `elmo-list-bigger-diff'.
7754
7755 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-summary.el (wl-summary-buffer-exit-func):
7758         New buffer local variable.
7759         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7760
7761 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7762
7763         * wl-demo.el (wl-demo): Fix the last change.
7764
7765 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7766
7767         * wl-demo.el (wl-demo): Don't use `eval'.
7768
7769 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7770
7771         * wl-summary.el (wl-summary-buffer-thread-modified):
7772         New buffer-local variable.
7773         (wl-summary-set-thread-modified): New function.
7774         (wl-summary-thread-modified-p): New function.
7775         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7776         (wl-summary-yank-saved-message): Use function
7777         `wl-summary-set-thread-modified'
7778         (wl-summary-switch-to-clone-buffer): Add
7779         `wl-summary-buffer-thread-modified'.
7780
7781         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7782         (wl-summary-buffer-mark-saved-hook): Ditto.
7783         * wl-summary.el (wl-summary-msgdb-save): New hook
7784         `wl-summary-buffer-message-saved-hook' and
7785         `wl-summary-buffer-mark-saved-hook'.
7786
7787 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7788
7789         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7790
7791 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7792
7793         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7794         don't hide scroll bars under FSF Emacsen because it may incur an
7795         undesirable redrawing.
7796
7797 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl-draft.el (wl-draft-edit-string): Call
7800         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7801
7802 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7803
7804         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7805
7806 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7807
7808         * wl-summary.el (wl-summary-msgdb-load-async): Call
7809         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7810
7811 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7812
7813         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7814         fringes in demo buffer; center bitmap logo correctly even if old
7815         Mule is used.
7816
7817 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7818
7819         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7820
7821         * wl-refile.el (wl-refile-subject-alist): New variable.
7822         (wl-refile-subject-alist-file-name): Ditto.
7823         (wl-refile-alist-setup): Rewrite.
7824         (wl-refile-alist-save): Use `elmo-object-save'.
7825         Eliminated arguments.
7826         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7827         (wl-refile-guess-by-subject): New function.
7828         (wl-refile-guess-func-list): Added it.
7829
7830 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7831
7832         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7833         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7834
7835 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7838         New buffer-local variable.
7839         (wl-summary-buffer-next-folder-func): Ditto.
7840         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7841         if non-nil.
7842         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7843         if non-nil.
7844         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7845         if non-nil.
7846         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7847         if non-nil.
7848
7849 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7850
7851         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7852         permanently in the demo buffer.
7853
7854 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7857         `mime-entity-fetch-field'.
7858
7859         * wl.el (wl-exit): Delete plugged buffer.
7860
7861         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7862         XEmacs has menubar feature.
7863
7864 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7865
7866         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7867         cannot arrive at the beginning of the buffer under old Emacsen.
7868
7869 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-address.el (wl-address-ldap-search):
7872         Call `ldap-search-entries' with `withdn' argument t.
7873         (wl-complete-field-body): Bind completion-ignore-case as t.
7874         Clear ldap search hash when it was sole completion.
7875         Use elmo-string for pattern string.
7876         (wl-ldap-alias-safe-string): Eliminated needless let.
7877
7878 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7879
7880         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7881         (wl-ldap-alias-sep): New constant.
7882         (wl-ldap-search-attribute-type-list): Ditto.
7883         (wl-ldap-get-value): New function.
7884         (wl-ldap-make-filter): Ditto.
7885         (wl-ldap-make-matched-value-list): Ditto.
7886         (wl-ldap-alias-safe-string): Ditto.
7887         (wl-ldap-register-dn-string): Ditto.
7888         (wl-address-ldap-search): Rewrite.
7889
7890 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7891
7892         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7893         thread is deleted.
7894         (wl-thread-delete-line-from-buffer): Ditto.
7895         (wl-thread-get-exist-children): New function.
7896
7897 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7898
7899         * wl-demo.el (wl-demo): Made it to select various image types.
7900         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7901         from `wl-title-logo'.
7902         (wl-logo-ascii): New variable.
7903         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7904         (wl-demo-copyright-notice): New constant.
7905
7906         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7907
7908 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7909
7910         * wl-vars.el (wl-summary-target-above): Renamed from
7911         wl-summary-temp-above.
7912         * wl-score.el (wl-score-get-score-alist): Use it.
7913         (wl-summary-score-update-all-lines): Use it.
7914         * wl-summary.el: Ditto. (make-variable-buffer-local).
7915
7916 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-vars.el (wl-ldap-port): New user option.
7919
7920         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7921         Rewite whole implementation.
7922         (wl-complete-field-body): Fixed.
7923
7924 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7925
7926         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7927         Choose implementation at compile time.
7928
7929 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7930
7931         * wl-address.el (wl-ldap-search-internal): New function.
7932         (wl-complete-field-to): Use it.
7933
7934 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7937         Use `let' instead of `let*'.
7938         Require 'wl-vars.
7939
7940         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7941         Define as defcustom.
7942         (wl-ldap-base): Ditto.
7943         (wl-use-ldap): Ditto.
7944
7945 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7946
7947         * wl-address.el (wl-ldap-search): New function.
7948         (wl-complete-field-body): Use `wl-ldap-search'.
7949         (wl-ldap-server): New variable.
7950         (wl-ldap-base): Ditto.
7951         (wl-use-ldap): Ditto.
7952
7953 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7954
7955         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7956         (Pointed out by Mito <mit@nines.nec.co.jp>).
7957         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7958         buffer-local variables like `wl-summary-redisplay-internal'.
7959         (wl-summary-redisplay-all-header): Likewise.  Update
7960         Summary view too.
7961
7962 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-summary.el (wl-summary-jump-to-parent-message):
7965         Consider prefix argument.
7966
7967         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7968         when closed thread is deleted.
7969
7970 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7971
7972         * wl-summary.el (wl-summary-jump-to-parent-message):
7973         Consider thread modification.
7974
7975 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7976
7977         * wl-message.el (wl-message-normal-get-original-buffer): Use
7978         `save-excursion'.
7979
7980         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7981         (wl-summary-showto-folder-regexp): Ditto.
7982
7983 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7984
7985         * wl-util.el (wl-delete-alist): Doc fix.
7986         (wl-delete-associations): New function.
7987         (wl-inverse-alist): New function.
7988         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7989         Split temporary variables. Use `wl-delete-associations'
7990         and `wl-inverse-alist'.
7991         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7992
7993 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * wl-folder.el (wl-folder-prefetch-entity):
7996         Execute prefetching if new count is unknown.
7997
7998 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7999
8000         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8001
8002         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8003         delete entity.
8004         (wl-thread-set-parent): If insert as top, set linked as nil.
8005
8006         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8007         `wl-thread-cleanup-symbols' when view mode is thread.
8008
8009 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8010
8011         * wl-folder.el (wl-folder-create-folder-entity): Use
8012         with-current-buffer.
8013         (wl-local-folder-init): Call set-buffer to make sure we are in
8014         the Folder buffer. Don't touch buffer-local variables here.
8015         (wl-folder-mode): Initialize buffer-local variables here.
8016
8017         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8018         (wl-folder-entity-assign-id): Ditto.
8019         (wl-folder-create-entity-hashtb): Ditto.
8020         (wl-local-folder-init): Ditto.
8021         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8022
8023 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8024
8025         * wl-summary.el (wl-summary-default-from): Fix probrem when
8026         std11-extract-address-components return (nil "foo@bar").
8027
8028 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8029
8030         * wl-draft.el (wl-draft-clone-local-variables):
8031         Remove redundant `setq'.
8032
8033 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8036         Bind wl-highlight-x-face-func as nil while highlighting header.
8037
8038 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8039
8040         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8041
8042 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8043
8044         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8045         elmo-msgdb-overview-hashtb from copy-variables.
8046         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8047         instead of `elmo-msgdb-overview-get-entity-by-number'.
8048         (wl-summary-auto-refile): Ditto.
8049
8050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8051         `elmo-msgdb-overview-get-entity' instead of
8052         `elmo-msgdb-search-overview-entity'.  Use
8053         `elmo-msgdb-overview-get-entity' instead of
8054         `elmo-msgdb-overview-get-entity-by-number'.
8055         (wl-thread-insert-entity-sub): Ditto.
8056         (wl-thread-insert-message): Ditto.
8057
8058         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8059         `elmo-msgdb-overview-get-entity'.
8060         (wl-normal-message-redisplay): Ditto.
8061
8062 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8063
8064         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8065         `wl-thread-entities'.
8066         (wl-thread-delete-message): Fix remove top message from
8067         `wl-thread-entity-list'.
8068
8069         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8070         wl-append(nconc), because update-list is broken on Meadow.
8071
8072         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8073         updating process.
8074         (wl-summary-rescan): Ditto.
8075         (wl-summary-sync-update3): Ditto.
8076         * wl-thread.el (wl-thread-set-parent): Renamed from
8077         `wl-summary-set-parent'.
8078         (wl-thread-insert-message): Updating buffer faster.
8079         (wl-thread-delete-message): Updating buffer faster.
8080
8081         * wl-score.el (wl-summary-score-update-all-lines): Changed
8082         interval for display progress gauge.
8083
8084 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8085
8086         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8087         folder always-sticky.
8088         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8089         defmacro.
8090
8091 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-vars.el (wl-draft-add-references): New user option.
8094
8095         * wl-draft.el (wl-draft-add-references): New function.
8096         (wl-draft-yank-from-mail-reply-buffer): Use it.
8097         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8098         as nil.
8099
8100 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8101
8102         * wl-thread.el (wl-thread-update-line-msgs): Called
8103         `wl-thread-update-line-on-buffer-sub'.
8104         (wl-thread-update-line-on-buffer): Delete routine of inserting
8105         thread.
8106         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8107         moved from `wl-thread-update-line-on-buffer'.
8108         Add threshold for displaying progress gauge.
8109         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8110         argument of `wl-thread-update-line-msgs'.
8111         Add threshold for displaying progress gauge.
8112         * wl-folder.el:
8113         Add threshold for displaying progress gauge.
8114         * wl-score.el: Ditto.
8115
8116         * wl-expire.el (wl-summary-expire): Display deleting info.
8117
8118 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8121         `no-msg'.
8122         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8123         argument of `wl-thread-update-line-msgs'.
8124         (wl-summary-set-parent): Added optional argument `parent-number'.
8125         (wl-summary-buffer-saved-message): New buffer local variable.
8126         (wl-summary-save-current-message): New command.
8127         (wl-summary-yank-saved-message): Ditto.
8128         (wl-summary-mode-map): Added key binding for
8129         `wl-summary-save-current-message' (\ew) and
8130         `wl-summary-yank-saved-message' (\C-y).
8131         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8132
8133 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8134
8135         * wl-summary.el (wl-summary-mode-map): Added key binding for
8136         `wl-summary-set-parent' (ts).
8137
8138 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8139
8140         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8141         subject faster. If thread number is reverse, delayed updating
8142         thread.
8143         (wl-summary-search-by-subject): Ditto.
8144         (wl-summary-put-alike): Ditto.
8145         (wl-summary-get-alike): Ditto.
8146         (wl-summary-insert-headers): Insert header of all overview in
8147         buffer.
8148         (wl-summary-rescan): Delayed updating thread. Kill search subject
8149         buffer for wl-summary-search-by-subject.
8150         (wl-summary-sync-update3): Ditto.
8151         (wl-summary-exit): Ditto.
8152         (wl-summary-goto-bottom-of-current-thread): Change for linked
8153         thread.
8154         (wl-summary-overview-create-summary-line): Change line for linked
8155         thread.
8156
8157         * wl-summary.el (wl-summary-update-thread): Use
8158         wl-thread-maybe-get-children-num.
8159         (wl-summary-set-parent): If change parent, move sub thread.
8160         (wl-summary-redisplay-internal): Add horizontal recenter.
8161         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8162
8163         * wl-thread.el (wl-thread-entity-get-linked): New function.
8164         (wl-thread-entity-set-linked): New function.
8165         (wl-thread-create-entity): Add linked element.
8166         (wl-thread-entity-insert-as-top): Use wl-append.
8167         (wl-thread-maybe-get-children-num): If closing thread, return
8168         children msgs.
8169         (wl-thread-update-line-msgs): Displaying progress message.
8170         (wl-thread-update-line-on-buffer-sub): Use
8171         wl-thread-maybe-get-children-num.
8172         (wl-thread-update-line-on-buffer): If update line is not exists,
8173         insert thread.
8174         (wl-thread-delete-message): If delete top msg of thread, search
8175         parent by subject.
8176         (wl-thread-insert-entity): Use
8177         wl-thread-maybe-get-children-num.
8178
8179         * wl-highlight.el (wl-highlight-summary-current-line): change
8180         sregexp for linked thread.
8181         * wl-util.el (wl-count-lines): Count lines.
8182         (wl-horizontal-recenter): horizontal recenter.
8183         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8184         (wl-score-get-alike): Ditto.
8185         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8186         (wl-subject-length-limit): New variable.
8187         (wl-highlight-thread-indent-string-regexp): Changed for linked
8188         thread.
8189
8190 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8193         New variable (revival).
8194         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8195         by subject matching if there's no in-reply-to nor references field
8196         (revival).
8197
8198 \f
8199 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8202         message.
8203
8204 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-summary.el (wl-summary-reply): Return t if there was a
8207         message at cursor point.
8208         Added unwind-protect.
8209         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8210         returns t.
8211         (wl-summary-cancel-message): Do nothing when there's no message at
8212         cursor point.
8213         (wl-summary-forward): Ditto.
8214         (wl-summary-jump-to-parent-message): Ditto.
8215         (wl-summary-reedit): Ditto.
8216         (wl-summary-edit-addresses): Ditto.
8217         (wl-summary-pipe-message): Ditto.
8218         (wl-summary-print-message-with-ps-print): Ditto.
8219         (wl-summary-print-message): Ditto.
8220         (wl-summary-mark-as-important): Ditto.
8221         (wl-summary-mark-as-unread): Ditto.
8222
8223         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8224         message at cursor point.
8225         (wl-summary-reply-with-citation): Remove unwind-protect.
8226
8227         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8228         subject searching feature.
8229         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8230         Eliminated.
8231
8232 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8235         New variable.
8236         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8237         by subject matching if there's no in-reply-to nor references field.
8238
8239         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8240
8241         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8242         when display is finished.
8243         (wl-folder-open-all): Ditto.
8244         (wl-folder-update-access-group): Ditto.
8245         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8246         * wl-thread.el (wl-thread-close-all): Ditto.
8247
8248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8249         progress gauge only when it was displayed.
8250         * wl-folder.el (wl-folder-insert-entity): Ditto.
8251
8252 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-summary.el (wl-summary-incorporate): Enclose
8255         `wl-summary-sync-force-update' with save-excursion.
8256
8257 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8258
8259         * wl-summary.el (wl-summary-prefetch-region):
8260         Pass current cursor point to `pos-visible-in-window-p' after
8261         moving cursor to the started point.
8262
8263 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8264
8265         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8266
8267         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8268         fields from the forwarding message.
8269         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8270         `ignored-fields'.
8271
8272 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8273
8274         * wl-mime.el (wl-message-request-partial):
8275         Eliminated argument `msgdb'.
8276         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8277         (wl-mime-combine-message/partial-pieces): Likewise.
8278         * tm-wl.el (wl-message-request-partial): Likewise.
8279         (wl-mime-combine-message/partial-pieces): Likewise.
8280
8281 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8282
8283         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8284         when display is finished.
8285
8286 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8287
8288         * wl-summary.el (wl-summary-goto-folder-subr):
8289         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8290
8291 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8294         when cursor point is visible.
8295
8296 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8297
8298         * wl-expire.el (wl-expire-archive-get-max-number):
8299         Don't use `file-name-directory'.
8300
8301 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-expire.el (wl-expire-archive-get-max-number):
8304         Use `file-name-directory'.
8305
8306 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8309         only when there is progress.
8310
8311 2000-04-13  Mito <mit@nines.nec.co.jp>
8312
8313         * wl-summary.el (wl-summary-sync-marks): Display progress.
8314
8315 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8318         (wl-summary-prev): Move cursor regardless of unread status.
8319         (wl-summary-next): Ditto.
8320
8321 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8324         Added argument `target' and `number'.
8325         * tm-wl.el (wl-summary-burst-subr): New function.
8326         (wl-summary-burst): Use it.
8327
8328 2000-04-10  Mito <mit@nines.nec.co.jp>
8329
8330         * wl-mime.el (wl-burst): New function.
8331         (wl-summary-burst): Use it.
8332
8333 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8334
8335         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8336         as petname when there's no candidate.
8337
8338 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8341         New variable.
8342         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8343
8344         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8345
8346         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8347
8348 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8349
8350         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8351         Use substring of `original' instead of buffer-substring.
8352         (wl-refile-evaluate-rule):
8353         Set `original' argument of wl-refile-expand-newtext.
8354
8355         * wl-summary.el
8356         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8357         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8358         (wl-summary-auto-refile): Check existence of destination folder just
8359         before marking.
8360
8361 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8364         when wl-refile-get-field-value return nil.
8365
8366 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8367
8368         * wl-refile.el
8369         (wl-refile-expand-newtext): New function imported from Gnus.
8370         (wl-refile-evaluate-rule): Use it.
8371
8372 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-summary-print-destination):
8375         Duplicate folder string to avoid putting text-property on
8376         original string.
8377
8378         * wl-refile.el (wl-refile-get-field-value): New function.
8379         (wl-refile-evaluate-rule): New function;
8380         Evaluate refile rule recursively.
8381         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8382         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8383         New function; Check existence of a target folder recursively.
8384         (wl-summary-auto-refile-check-refile-rule-alist):
8385         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8386
8387 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8390
8391         * wl-folder.el (wl-create-folder-entity-from-buffer):
8392         Fixed problem when '}' character is contained in folder name.
8393
8394         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8395
8396 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8397
8398         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8399         (wl-fldmgr-add-completion-all-completions):
8400         Use wl-fldmgr-add-completion-hashtb.
8401
8402 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8403
8404         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8405         wl-fldmgr-add-completion-subr): New functions.
8406         * wl-folder.el (wl-folder-completion-func): New variable.
8407         * wl-summary.el (wl-summary-read-folder):
8408         Use wl-folder-completion-func.
8409
8410         * wl-refile.el: Eliminate throw & catch.
8411
8412         * wl.el (wl-plugged-sending-queue-status): Fixed.
8413
8414 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8415
8416         * wl-draft.el (wl-draft): Put category property on
8417         mail-header-separator.