* wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
4
5 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
8         destination folder is empty.
9
10 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
13         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o"
14
15         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
16         (wl-summary-refile-prev-destination-region): New function.
17         (wl-thread-refile-prev-destination): Ditto.
18         (wl-summary-target-mark-refile-prev-destination): Ditto.
19
20 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
21
22         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
23         (wl-demo-background-color): Changed default value.
24
25         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
26         color.
27
28         * wl-demo.el (wl-demo-set-background-color): New function.
29         (wl-demo): Call it.
30
31 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
32
33         * wl-address.el (wl-address-delete): Avoid mis-deleting.
34         * wl-address.el (wl-address-add-or-change): Don't add empty
35         address.
36
37 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
40
41 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
42
43         * wl-vars.el (wl-demo-image-filter-alist): New variable
44         (wl-demo-background-color): Ditto.
45
46         * wl-demo.el (wl-demo-xpm-set-background): New function.
47         (wl-demo-image-filter): Ditto.
48         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
49
50         * wl-vars.el (wl-demo-icon-name-alist): New variable.
51
52         * wl-demo.el (wl-demo-icon-name): Define as function.
53         (wl-demo-insert-image): Use it.
54
55 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
56
57         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
58
59 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
60
61         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
62
63 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
64
65         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
66
67 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-thread.el (wl-thread-mark-as-answered): New function.
70
71         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
72         answered" entry.
73         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
74         "r&" and wl-thread-mark-as-answered to "t&".
75         (wl-summary-mark-as-important-region): Refine to toggle mark.
76         (wl-summary-mark-as-answered-region): New function.
77         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
78         and 3rd argument.
79         (wl-summary-mark-as-important-internal): Likewise.
80
81 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-template.el (wl-template-preview): New internal variable.
84         (wl-template-preview-p): New function.
85         (wl-template-show): Bind `wl-template-preview' as t.
86
87 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
90         `elmo-message-entity-field' with 3rd argument which is non-nil.
91
92 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
95         Removed duplicate local bind `folder'.
96
97 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
100
101 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
104         duplicate definition.
105
106 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
107
108         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
109         non-nil, use it; Don't fetch message if there's no message in the
110         current cursor position.
111
112 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-util.el (wl-region-exists-p): Use region-active-p.
115         (wl-deactivate-region): New function.
116         * wl-message.el (wl-message-redisplay): Deactivate region.
117
118         * wl-summary.el (wl-summary-reply): Call
119         `wl-summary-set-message-buffer-or-redisplay' instead of
120         `wl-summary-redisplay-internal', don't move point.
121
122 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
125         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
126         by regexp.
127
128 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
131         if no need.
132
133 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
136         default value to nil.
137         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
138         `wl-summary-prepare-hook'; Replace refile action to
139         `wl-summary-exec-action-refile-with-register'.
140
141         * Version number is increased to 2.11.22.
142
143 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-summary.el (wl-summary-detect-mark-position): Set
146         `wl-summary-buffer-weekday-name-lang'.
147
148 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
149
150         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
151         (wl-summary-mark-as-read-all): Ditto.
152         (wl-summary-delete-messages-on-buffer): Ditto.
153         (wl-summary-sync-update): Ditto.
154         (wl-summary-mark-as-read-internal): Ditto.
155         (wl-summary-mark-as-answered-internal): Ditto.
156         (wl-summary-update-folder-info): Abolished.
157
158 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-mark-as-read-all): Use
161         `wl-summary-update-folder-info' instead of
162         `wl-folder-update-unread'.
163
164 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
165
166         * wl-summary.el (wl-summary-update-folder-info): New function derived from
167         `wl-summary-folder-info-update'.
168         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
169         instead of `wl-summary-folder-info-update'.
170         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
171         `wl-folder-set-folder-updated'.
172         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
173         instead of `wl-folder-update-unread'.
174         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
175         the value of `wl-summary-buffer-unread-count' for the second parameter of
176         `wl-folder-update-unread'.
177
178         * Version number is increased to 2.11.21.
179
180 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
181
182         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
183         a local variable.
184
185 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-spam.el (wl-summary-mark-spam): Show message only if call
188         interactively.
189
190         * wl-summary.el (wl-summary-mark-as-important-internal): New
191         internal function.
192         (wl-summary-mark-as-important): Use it.
193         (wl-summary-mark-as-unimportant): New function.
194         (wl-summary-sync-marks): Follow the API change.
195
196         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
197
198         * wl-mime.el (wl-summary-burst): Check target folder is writable.
199
200 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
201
202         * wl-folder.el (wl-folder-update-unread): Re-indent.
203         Narrow the scope of a local variable.
204
205 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
208         (wl-addrmgr-merge-entries): Ditto.
209         (wl-addrmgr): Added to address entry which exists in draft buffer
210         if no entry is in original.
211
212 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
213
214         * wl-batch.el: New file.
215
216 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
217
218         * wl-vars.el (wl-use-semi): Remove unused variable.
219
220 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
221
222         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
223         "?".
224
225 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
228         wl-summary-new-mark.
229         (wl-summary-new-cached-mark): New user option.
230         (wl-summary-score-marks): Follow the change above.
231         (wl-summary-auto-refile-skip-marks): Ditto.
232         (wl-summary-incorporate-marks): Ditto.
233         (wl-summary-expire-reserve-marks): Ditto.
234
235         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
236
237         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
238         (wl-summary-persistent-mark-string): Distinguished between cached
239         and uncached mark when the message is new.
240
241 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-spam.el (wl-spam-domain): Renamed from
244         `wl-spam-folder-guess-domain'.
245         (wl-summary-exec-action-spam): Register as spam if domain of the
246         source folder is good.
247         (wl-summary-exec-action-refile-with-register): Register message if
248         domain of the source folder is not undecided.
249
250 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
253         detect thread loop.
254
255 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
258         and wl-summary-skip-mark-list.
259
260 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
263
264         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
265
266         * wl-spam.el (toplevel): Require wl-highlight.
267         (wl-spam-auto-check-policy-alist): Abolish.
268         (wl-spam-auto-check-folder-regexp-list): New user option.
269         (wl-spam-auto-check-marks): Ditto.
270         (wl-spam-mark-action-list): Ditto.
271         (wl-highlight-summary-spam-face): New face.
272         (wl-spam-auto-check-message-p): New function.
273         (wl-spam-map-spam-messages): Fixed message.
274         (wl-spam-register-spam-messages): Ditto.
275         (wl-spam-register-good-messages): Ditto.
276         (wl-summary-spam-map): Add and remove keybind.
277         (wl-summary-target-mark-spam): Abolish.
278         (wl-summary-refile-spam): Ditto.
279         (wl-summary-test-spam): New function.
280         (wl-summary-mark-spam): Ditto.
281         (wl-summary-auto-check-spam): Follow the above change.
282         (wl-summary-exec-action-spam): New function.
283         (wl-summary-exec-action-refile-with-register): Fixed message.
284         (wl-message-check-spam): New function.
285         (wl-spam-setup): Ditto.
286         (toplevel): Call it if this file is loaded interactivity.
287
288         * Version number is increased to 2.11.20.
289
290 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
293         when new optional argument `force' is non nil or modified.
294
295 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl.el (toplevel): Require wl-spam when compile.
298         (wl-save-status): Call wl-spam-save-status.
299
300         * wl-spam.el (wl-spam-register-spam-messages): New function.
301         (wl-spam-register-good-messages): Ditto.
302         (wl-spam-save-status): Ditto.
303         (wl-summary-mode-map): Bind
304         wl-summary-target-mark-register-as-spam to "ms" and
305         wl-summary-target-mark-register-as-good to "mn".
306         (wl-summary-register-as-spam): Abolish optional argument; Use
307         wl-spam-register-spam-messages.
308         (wl-summary-register-as-spam-all): Use
309         wl-spam-register-spam-messages.
310         (wl-summary-register-as-good): Abolish optional argument; Use
311         wl-spam-register-good-messages.
312         (wl-summary-register-as-good-all): Use
313         wl-spam-register-good-messages.
314         (wl-summary-target-mark-register-as-spam): New funtion.
315         (wl-summary-target-mark-register-as-good): Ditto.
316
317 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-spam.el: New file.
320
321 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
324
325         * wl-action.el (wl-auto-refile-guess-functions): New variable.
326         (wl-summary-auto-refile): Call wl-refile-guess with
327         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
328
329 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
332         with disable-thread argument non-nil.
333
334 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-summary.el (wl-summary-rescan): Added optional argument
337         disable-thread.
338         (wl-summary-sync): Call wl-summary-rescan with argument
339         disable-thread.
340         (wl-summary-input-range): Added new range `rescan-thread'.
341
342 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
343
344         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
345
346 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
349         internal variable.
350         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
351         wl-summary-search-parent-by-subject-regexp and
352         wl-summary-divide-thread-when-subject-changed as nil.
353         (wl-summary-insert-sequential): If entity is nil, nothing to do.
354         (wl-summary-insert-thread): Search parent entity from
355         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
356         thread loop.
357
358 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
359
360         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
361
362         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
363
364         * wl-util.el (wl-require-update-all-folder-p): New function.
365         (wl-get-assoc-list-value): Added `function' to match directive.
366         (wl-collect-draft): Rewrite.
367
368         * wl-summary.el (wl-summary-sync-update): Clear faces
369         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
370         are non-nil.
371         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
372         argument as function.
373         (wl-summary-input-range): Ditto.
374
375         * wl-folder.el (wl-draft-get-folder): New function.
376         (wl-folder-get-elmo-folder): Consider draft folder.
377
378         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
379         (wl-draft-buffer-message-number): New buffer local variable.
380         (wl-draft-folder-internal): New internal variable.
381         (wl-draft-delete): Rewrite.
382         (wl-draft-save): Ditto.
383         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
384         wl-folder-get-elmo-folder.
385         (wl-draft-config-info-operation): Ditto.
386         (wl-jump-to-draft-folder): Ditto.
387         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
388         (wl-draft-reedit): Rewrite.
389
390         * Version number is increased to 2.11.19.
391         
392 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
393
394         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
395         variable.
396
397 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
400         Use ignore-errors instead of unwind-protect.
401
402 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
403
404         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
405         for updating `wl-thread-entity-list'.
406
407 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
408
409         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
410         parameter from calling `wl-thread-entity-get-older-brothers' and
411         `wl-thread-entity-get-younger-brothers'.
412         Replace nested `append' with a single one.
413
414 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-summary.el (wl-summary-mode): Don't use the return value of
417         `make-local-hook'.
418
419 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
420
421         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
422         instead of `let*'.
423         (wl-thread-delete-message): Likewise.  Split and narrow the scope
424         of local variables.
425
426 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
429         Renamed from wl-summary-window-scroll-functions.
430         (wl-summary-window-scroll-functions): Don't set to variable.
431         (wl-summary-display-top): Use run-hooks.
432         (wl-summary-display-bottom): Ditto.
433         (wl-summary-toggle-disp-msg): Ditto.
434         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
435         Use it instead of wl-summary-window-scroll-functions.
436         (wl-summary-goto-folder-subr): Don't call
437         wl-summary-window-scroll-functions, use
438         wl-summary-buffer-window-scroll-functions instead.
439
440 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
443         make-local-variable.
444
445 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
446
447         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
448         set-buffer-modified-p.
449         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
450         (wl-summary-display-bottom): Ditto.
451         (wl-summary-toggle-disp-msg): Ditto.
452
453 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
456
457         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
458         (wl-summary-forward): Use elmo-message-entity-field instead of
459         elmo-message-field.
460
461         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
462
463 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-window-scroll-functions): No use
466         `append'.
467
468 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
469
470         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
471         function.
472         (wl-summary-window-scroll-functions): Call it when both
473         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
474         (wl-summary-temp-mark): Added optional argument number.
475         (wl-summary-message-mark): Added optional argument flag.
476         (wl-summary-persistent-mark): Added optional argument number and flag.
477         (wl-summary-update-persistent-mark): Ditto.
478         (wl-summary-update-status-marks): Set "r" for interactive spec.
479
480         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
481         argument number and flag.
482
483         * wl-action.el (wl-summary-registered-temp-mark): 
484         Do nothing when wl-summary-buffer-temp-mark-list is nil.
485
486 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
489         internal variable (buffer local).
490         (wl-summary-window-scroll-functions): New function.
491         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
492         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
493         as nil.
494         (wl-summary-update-status-marks): Added arguments beg, end and
495         check.
496         (wl-summary-update-mark-window): Use function.
497         (wl-summary-sync-update): Follow the change above.
498         (wl-summary-switch-to-clone-buffer): Copy
499         wl-summary-buffer-unsync-mark-number-list.
500         (wl-summary-goto-folder-subr): Set
501         wl-summary-buffer-unsync-mark-number-list and
502         use wl-summary-window-scroll-functions insteaf of
503         wl-summary-lazy-highlight.
504
505         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
506
507 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
510
511         * wl-summary.el (wl-summary-update-persistent-mark): Call
512         wl-summary-set-message-modified.
513
514         * wl-summary.el (wl-summary-sync-update): Don't call
515         wl-summary-update-status-marks.
516
517         * Version number is increased to 2.11.18.
518
519 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
520
521         * wl-message.el (wl-message-prev-page): Use save-selected-window.
522         (wl-message-next-page): Ditto.
523
524 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
525
526         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
527         local variable.  Change the order of a collected list into the
528         same as the specified range.  Remove nil from a collected list.
529
530 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-summary.el (wl-summary-insert-headers): Set visible-only
533         argument for elmo-folder-list-messages.
534
535 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
538         change (wl-summary-count-unreads return a list instead of a cons
539         cell).
540
541 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
542
543         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
544         `wl-summary-folder-info-update'.
545
546 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547
548         * wl-summary.el (wl-summary-set-message-modified): No use
549         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
550         (wl-summary-set-mark-modified): Abolish.
551         (wl-summary-mark-modified-p): Ditto.
552         (wl-summary-save-view): Follow the change above.
553
554         * wl-expire.el (wl-summary-expire): Likewise.
555
556 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
557
558         * wl-summary.el (wl-summary-detect-mark-position): Use
559         modb-entity-handler.
560         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
561
562         * Version number is increased to 2.11.17.
563
564 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
565
566         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
567         entity field value.
568         (wl-summary-prefetch-msg): Ditto.
569         (wl-summary-print-message-with-ps-print): Ditto.
570
571 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
572
573         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
574         for dummy entity.
575         (wl-summary-insert-thread): Use elmo-message-entity-field.
576         (wl-summary-update-thread): Use elmo-message-entity-field and
577         elmo-message-entity-number.
578         (wl-summary-line-number):  Use elmo-message-entity-number.
579         (wl-summary-line-size): Use elmo-message-entity-field.
580         (wl-summary-line-subject): Ditto.
581         (wl-summary-line-from): Ditto.
582         (wl-summary-line-attached): Ditto.
583         (wl-summary-create-line): Ditto.
584         (wl-summary-create-line): Use elmo-message-entity-number.
585         (wl-summary-print-message-with-ps-print): Use
586         elmo-message-entity-field.
587
588 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
589
590         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
591         change in elmo-msgdb-make-message-entity.
592         (wl-summary-buffer-set-folder): Don't call
593         wl-summary-detect-mark-position here.
594         (wl-summary-rescan): Call elmo-message-entity-number.
595         (wl-summary-sync-update): Ditto.
596         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
597
598         * wl-score.el (wl-score-header-index): Redefine 2th element.
599         (wl-score-overview-entity-get-extra): Abolish.
600         (wl-score-ov-entity-get): Rewrite.
601         (wl-score-string-index<, wl-score-string-func<): Abolish.
602         (wl-score-string<): New function.
603         (wl-score-string-sort): Use it.
604
605         * wl-refile.el (wl-refile-guess-by-history): Use
606         elmo-message-entity-field.
607         (wl-refile-guess-by-from): Ditto.
608         (wl-refile-guess-by-msgid): Ditto.
609
610         * Version number is increased to 2.11.16.
611
612 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * wl-folder.el (wl-folder-confirm-existence): Don't call
615         file-exists-p if msgdb-path is nil.
616         * wl-summary.el, wl-draft.el, wl-action.el: Rename
617         `wl-read-folder-hist' to `wl-read-folder-history'.
618
619 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
620
621         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
622         `y-or-n-p'.
623
624 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-score.el (wl-score-headers): Don't use
627         elmo-folder-do-each-message-entity.
628
629         * Version number is increased to 2.11.15.
630
631 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
632
633         * wl-summary.el (wl-summary-delete-all-msgs): Use
634         elmo-folder-move-messages instead of elmo-folder-delete-messages
635         and elmo-folder-detach-messages.
636         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
637
638         * wl-expire.el (wl-expire-delete): Ditto.
639         (wl-expire-refile-with-copy-reserve-msg): Ditto.
640
641 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-vars.el (wl-message-use-header-narrowing): New user option.
644         (wl-message-header-narrowing-fields): Ditto.
645         (wl-message-header-narrowing-lines): Ditto.
646         (wl-message-header-narrowing-string): Ditto.
647
648         * wl-summary.el (wl-summary-mode-map): Bind
649         wl-summary-toggle-header-narrowing to "C-cC-f".
650         (wl-summary-toggle-header-narrowing): New function.
651
652         * wl-message.el (wl-message-buffer-create): Call
653         wl-message-header-narrowing-setup.
654         (wl-message-redisplay): Call wl-message-header-narrowing.
655         (wl-message-header-narrowing): New function.
656         (wl-message-header-narrowing-map): New keymap.
657         (wl-message-header-narrowing-widen-map): New keymap.
658         (wl-message-header-narrowing-again-at-mouse): New function.
659         (wl-message-header-narrowing-1): Ditto.
660         (wl-message-header-narrowing-widen-at-mouse): Ditto.
661         (wl-message-header-narrowing-setup): Ditto.
662         (wl-message-header-narrowing-toggle): Ditto.
663         
664         * wl-highlight.el (wl-message-header-narrowing-face): New face.
665
666         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
667         'flag as all.
668         (wl-use-flag-folder-help-echo): New user option.
669
670         * wl-summary.el (wl-summary-detect-mark-position): Bind 
671         wl-summary-highlight as nil.
672         (wl-summary-set-mark-modified): Follow the API change.
673         (wl-summary-mark-modified-p): Ditto.
674         (wl-summary-mark-as-read-all): Ditto.
675         (wl-summary-sync-marks): Don't call
676         elmo-folder-list-messages-with-global-mark.
677         (wl-summary-mark-as-read-internal): Follow the API change.
678         (wl-summary-mark-as-answered-internal): Ditto.
679         (wl-summary-mark-as-important): Cause an error when 'flag folder;
680         Follow the API change.
681         (wl-summary-create-line): Call with number argument.
682         (wl-summary-reply): Follow the API change.
683
684         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
685         function.
686         (wl-highlight-summary-line-string): Call it when
687         wl-use-flag-folder-help-echo is non-nil.
688         (wl-highlight-summary-current-line): Ditto.
689         (elmo-flag-folder-referrer): Added autoload setting.
690
691         * wl-draft.el (wl-draft-kill): Follow the API change.
692
693         * Version number is increased to 2.11.14.
694         
695 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
698
699 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * Version number is increased to 2.11.13.
702
703 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-draft.el (wl-draft-previous-history-element): Fixed
706         unbalanced parenthesis and bind unbound local variables.
707
708 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-draft.el (wl-draft-previous-history-element): New function.
711         (wl-draft-next-history-element): Ditto.
712         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
713         them to M-p and M-n.
714
715 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * Version number is increased to 2.11.12.
718
719 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
720
721         * wl-draft.el (wl-draft-hide): Select buffer-window.
722
723 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
724
725         * wl-summary.el (wl-summary-narrow-to-region): New function.
726         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
727         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
728         (wl-summary-save-region): Use it.
729         * wl-action.el (wl-summary-collect-numbers-region)
730         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
731
732 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-folder.el (wl-folder-count-incorporates): Don't use
735         `elmo-msgdb-mark-load'
736
737         * Version number is increased to 2.11.11.
738
739 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
740
741         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
742         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
743
744 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
745
746         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
747
748 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * Version number is increased to 2.11.10.
751
752 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-mime.el (wl-draft-attribute-value): Fixed.
755
756 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-util.el (wl-copy-local-variables): New function.
759
760         * wl-mime.el (wl-draft-attribute-recipients): New function.
761         (wl-draft-attribute-envelope-from): Ditto.
762         (wl-draft-attribute-smtp-posting-server): Ditto.
763         (wl-draft-attribute-smtp-posting-port): Ditto.
764         (wl-draft-attribute-value): Ditto.
765         (wl-draft-preview-message): Use it to get value for
766         attributes. Reflect result of `wl-draft-config'.
767
768         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
769         and call `wl-summary-mark-as-read' before to call
770         `wl-summary-unset-mark'.
771         (wl-summary-target-mark-mark-as-unread): Likewise.
772         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
773
774 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
775
776         * wl-mime.el (wl-draft-preview-message): Use actual value for
777         attributes; Fix for small window.
778
779 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-refile.el (wl-refile-get-field-value): Call
782         `elmo-message-entity-field' with 3rd argument is non-nil.
783
784 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
785
786         * wl-vars.el (wl-draft-preview-attributes): New user option.
787         (wl-draft-preview-attributes-list): Ditto.
788         (wl-draft-preview-attributes-buffer-lines): Ditto.
789         (wl-draft-preview-attributes-buffer-name): Ditto.
790
791         * wl-mime.el (wl-draft-preview-message): Display attributes.
792
793 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-summary.el (wl-summary-detect-mark-position): Bind
796         wl-summary-flag-priority-list to '(new).
797
798 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
801         funtion.
802         (wl-highlight-summary-line-string): Use it.
803         (wl-highlight-summary-current-line): Ditto.
804
805 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
806
807         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
808         line even when the mark string is not changed.
809
810         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
811         argument change in the wl-summary-create-line.
812         (wl-thread-insert-entity-sub): Ditto.
813
814         * wl-summary.el (wl-summary-detect-mark-position): Follow the
815         argument change in the wl-summary-create-line.
816         (wl-summary-insert-sequential): Ditto.
817         (wl-summary-update-thread): Ditto.
818         (wl-summary-persistent-mark-string): New inline function.
819         (wl-summary-message-mark): Use it.
820         (wl-summary-create-line): Abolish argument wl-persistent-mark
821         and added wl-flags, wl-cached.
822
823         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
824         mark to flags.
825         (wl-highlight-summary-current-line): Decide the face not by the 
826         persistent mark but flags.
827
828 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
831         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
832         wl-summary-read-uncached-mark): Revive.
833         (wl-summary-answered-cached-mark,
834         wl-summary-answered-uncached-mark): New user option.
835         (wl-summary-score-marks): Follow the change above.
836         (wl-summary-auto-refile-skip-marks): Ditto.
837         (wl-summary-incorporate-marks): Ditto.
838         (wl-summary-expire-reserve-marks): Ditto.
839         (wl-summary-flag-priority-list): New user option.
840
841         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
842         changes.
843         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
844         of elmo-message-mark.
845         (wl-summary-mark-as-read-internal): Ditto.
846         (wl-summary-mark-as-answered): Ditto.
847         (wl-summary-mark-as-important): Ditto.
848         (wl-summary-redisplay-internal): Ditto.
849         (wl-summary-redisplay-no-mime-internal): Ditto.
850         (wl-summary-message-mark): New function.
851         (wl-summary-insert-sequential): Use wl-summary-message-mark
852         instead of elmo-message-mark.
853         (wl-summary-update-thread): Ditto.
854         (wl-summary-persistent-mark): Ditto.
855         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
856         instead of elmo-message-mark.
857
858         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
859         wl-summary-message-mark instead of elmo-message-mark.
860         (wl-thread-insert-entity-sub): Ditto.
861         (wl-thread-get-children-msgs-uncached): Ditto.
862
863         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
864         variable name changes.
865         (wl-highlight-summary-current-line): Ditto.
866
867         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
868         wl-summary-message-mark instead of elmo-message-mark.
869
870         * wl-expire.el (wl-expire-message-p): Ditto.
871
872         * wl-score.el (wl-score-headers): Ditto.
873
874         * Version number is increased to 2.11.9.
875
876         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
877         (wl-summary-sync-update): Follow the change above.
878         (wl-summary-switch-to-clone-buffer): Ditto.
879         (wl-summary-open-folder): Ditto.
880
881 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
884         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
885
886         * Version number is increased to 2.11.8.
887
888         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
889
890         * wl-expire.el (wl-expire-refile): Follow the API change on
891         `elmo-folder-move-messages'.
892         (wl-expire-refile-with-copy-reserve-msg): Ditto.
893
894         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
895         (wl-summary-exec-action-refile): Ditto.
896         (wl-summary-exec-action-copy): Ditto.
897         (wl-summary-no-auto-refile-message-p): No use
898         `wl-summary-buffer-msgdb'.
899         (wl-summary-auto-refile): Ditto.
900
901 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
904
905 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
906
907         * wl-summary.el (wl-summary-sync): Treat no-sync.
908
909         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
910         (wl-default-sync-range): Ditto.
911
912 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-refile.el (wl-refile-subject-learn): Call
915         `elmo-message-entity-field' with 3rd argument is non-nil.
916         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
917         instead of `elmo-msgdb-overview-entity-get-subject'.
918
919 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
920
921         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
922         scan-type is rescan.
923         (wl-summary-delete-all-temp-marks): Remove scored mark too when
924         new optional argument force is non-nil.
925         (wl-summary-save-view-cache): Call it with force argument non-nil.
926
927         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
928
929 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-action.el (wl-summary-print-argument): Fixed last change.
932
933 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
936         simplified.
937         (wl-summary-target-mark-mark-as-unread): Likewise.
938         (wl-summary-target-mark-mark-as-important): Likewise.
939
940 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
943         * wl-summary.el (wl-summary-mark-as-important): Arranged.
944         (wl-summary-mark-as-important-region): Change accordingly.
945         (wl-summary-target-mark-mark-as-important): Ditto.
946
947 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
950
951         * wl-action.el (wl-summary-print-argument): Print argument to
952         right side of window if `wl-summary-print-argument-within-window'
953         is non-nil.
954
955 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
956
957         * wl-action.el (wl-summary-set-mark): Use
958         `wl-summary-message-visible-p' to check visibility of the message
959         and jump to message only when the message line is visible and have
960         different number; Call wl-summary-unset-mark with number argument.
961         (wl-summary-unset-mark): 
962         Use `wl-summary-message-visible-p'
963         to check visibility of the message and jump to message only when
964         the message line is visible and have different number;
965
966 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * Version number is increased to 2.11.7.
969
970         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
971         and wl-folder-summary-line-format.
972
973         * wl-summary.el (wl-summary-message-visible-p): New inline function.
974         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
975         (wl-summary-set-score-mark): Use it.
976         (wl-summary-target-mark-mark-as-read): Ditto.
977         (wl-summary-target-mark-mark-as-unread): Ditto.
978         (wl-summary-target-mark-mark-as-important): Ditto.
979         (wl-summary-target-mark-msgs): Simplified.
980         (wl-summary-detect-mark-position): Fixed problem when
981         summary-line-format no contain persisten/temp mark spec.
982         (wl-summary-temp-mark): Ditto.
983         (wl-summary-persistent-mark): Ditto.
984         (wl-summary-update-persistent-mark): Ditto.
985
986         * wl-action.el (wl-summary-set-mark): Ditto.
987         (wl-summary-unset-mark): Ditto.
988         All other related portions are changed.
989
990 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * Version number is increased to 2.11.6.
993
994 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
995
996         * wl-util.el (wl-current-message-buffer): Define as function;
997         Don't use the value of wl-messge-buffer.
998
999         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1000         persistent mark.
1001
1002         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1003         no current message, cause an error.
1004
1005 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-summary.el (wl-summary-set-message-modified): Use
1008         elmo-folder-set-message-modified instead of
1009         elmo-folder-set-message-modified-internal.
1010
1011 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1012
1013         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1014         interactively.
1015         (wl-summary-sync): nokill->entirely.
1016         (wl-summary-sync-marks): Fixed message.
1017         (wl-summary-input-range): Added mark, nokill->entirely.
1018
1019         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1020         messages as read.
1021
1022 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1025         update-noscore.
1026         (wl-summary-sync): Follow the change above.
1027
1028 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-action.el (wl-summary-target-mark-all): Use
1031         elmo-folder-list-messages.
1032
1033 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1036         (wl-summary-rescan): Set wl-summary-scored as nil.
1037         (wl-summary-sync-force-update): Follow the change above.
1038         (wl-summary-sync): Ditto.
1039         (wl-summary-sync-update): Added argument disable-killed.
1040         (wl-summary-insert-headers): Set visible-only argument for
1041         elmo-folder-list-messages.
1042         (wl-summary-input-range): Added update-nokill, update-noscore,
1043         all-nokill, all-noscore and mark.
1044
1045         * Version number is increased to 2.11.5.
1046
1047         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1048
1049 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1052         (wl-summary-prefetch-region-no-mark): Change accordingly.
1053         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1054
1055 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-address.el (wl-complete-field-to): Abolished.
1058         (wl-complete-address): Completion function for completing-read.
1059         * wl-action.el (wl-summary-get-resend-address): Use it.
1060
1061         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1062         wl-summary-update-mark and abolish unused argument.
1063         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1064         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1065         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1066         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1067         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1068         * wl-draft.el (wl-draft-kill): Ditto.
1069
1070         * wl-summary.el: Remove unused binding of case-fold-search.
1071         (wl-summary-replace-status-marks): Abolished.
1072
1073 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1074
1075         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1076         is specified or folder length is zero.
1077
1078 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1081         (wl-folder-archive-current-entity): Ditto.
1082
1083 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1086         retrieving message mark.
1087         (wl-summary-redisplay-internal): Ditto.
1088
1089         * wl-message.el (wl-message-buffer-display): Ignore errors while
1090         retrieving message-id field.
1091
1092         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1093         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1094         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1095         order of the arguments for `wl-expire-message-p'.
1096         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1097
1098         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1099         Check return value of wl-summary-reply.
1100         (wl-summary-reply): Recover window configuration when an error occured.
1101
1102 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-summary.el (wl-summary-resend-message): Abolished, the
1105         feature is inherited by wl-summary-resend (put resend mark).
1106
1107 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1110         wl-message-buffer to nil when the message is hide.
1111
1112 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * .cvsignore: New file.
1115
1116 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-action.el (wl-summary-action-docstring): Add more info.
1119         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1120         duplicate definition.
1121         (wl-summary-define-mark-action): Functions wl-summary-*-region
1122         keep current position.
1123         (wl-summary-unregister-target-mark): Store result to the variable.
1124
1125 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1126
1127         * Version number is increased to 2.11.4.
1128
1129 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1132         wl-summary-delete-all-temp-marks.
1133         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1134
1135         * wl-action.el (wl-summary-set-mark): Changed terminology
1136         refile-destination -> action-argument.
1137         (wl-summary-unset-mark): Ditto.
1138         (wl-summary-remove-argument): Ditto.
1139         (wl-summary-print-argument): Ditto.
1140
1141         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1142         (wl-thread-remove-argument-region): Ditto.
1143         (wl-thread-print-argument-region): Ditto.
1144         (wl-thread-close): Ditto.
1145         (wl-thread-open): Ditto.
1146
1147         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1148         (wl-highlight-refile-destination-face is abolished)
1149         (wl-highlight-action-argument-string): Ditto.
1150         (wl-highlight-summary-current-line): Highlight action argument.
1151
1152         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1153         color for light backgrounds.
1154         (wl-highlight-summary-answered-face): Ditto.
1155
1156 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1159
1160         * wl-score.el (wl-summary-score-update-all-lines): Use
1161         wl-summary-set-mark.
1162         (wl-summary-score-update-all-lines): Kill expunged messages.
1163
1164         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1165
1166 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1169         directly.
1170         (wl-score-overview-entity-get-lines): Ditto.
1171         (wl-score-overview-entity-get-xref): Ditto.
1172         (wl-score-get-latest-msgs): Ditto.
1173         (wl-summary-rescore): Ditto.
1174
1175         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1176         to "&".
1177         (wl-summary-mark-as-answered-internal): New inline function.
1178         (wl-summary-mark-as-answered): New function.
1179         (wl-summary-mark-as-unanswered): Ditto.
1180         (wl-summary-sync-marks): Modified for answered-mark synching.
1181
1182 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-action.el (wl-summary-set-mark): Fixed last change.
1185
1186 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1187
1188         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1189         behavior of wl-summary-unread-message-hook
1190         (Pointed out by akira yamada <akira@arika.org>).
1191
1192 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1195         wl-summary-delete.
1196         * wl-xmas.el (wl-summary-toolbar): Ditto.
1197
1198         * wl-action.el (wl-summary-set-mark): Don't override current
1199         temp-mark.
1200
1201         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1202
1203 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1206         (wl-refile-msgid-learn): Ditto.
1207         (wl-refile-get-field-value): Ditto.
1208
1209         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1210
1211         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1212         (wl-expire-delete-reserved-messages): Renamed from
1213         wl-expire-reserve-marked-msgs-from-list.
1214         (wl-expire-delete): Removed argument `msgdb'.
1215         (wl-expire-refile): Ditto.
1216         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1217         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1218         mark-alist as argument.
1219         (wl-expire-archive-number1): Removed argument `msgdb'.
1220         (wl-expire-archive-number2): Ditto.
1221         (wl-expire-archive-date): Ditto.
1222         (wl-expire-localdir-date): Ditto.
1223         (wl-expire-hide): Ditto.
1224         (wl-archive-number1): Ditto.
1225         (wl-archive-number2): Ditto.
1226         (wl-archive-date): Ditto.
1227         (wl-archive-folder): Ditto.
1228         All other related portions are changed.
1229
1230 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1233         mean move up and down. (suggested by Takashi Kawachi)
1234
1235 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-acap.el (toplevel): Don't require un-define.
1238
1239 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1240
1241         * wl-thread.el (wl-thread-delete-message): Always update
1242         wl-summary-buffer-number-list.
1243
1244         * wl-action.el (wl-summary-print-destination): 
1245         Do nothing when folder is nil.
1246
1247 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1250         persistent mark when prefetch is succeeded.
1251
1252 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1255         instead of elmo-msgdb-delete-msgs.
1256         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1257         (wl-expire-hide): Ditto.
1258
1259         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1260
1261         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1262         elmo-msgdb interface.
1263         (wl-thread-get-exist-children): Likewise.
1264         (wl-thread-insert-message): Likewise.
1265         (wl-thread-msg-mark-as-important): Likewise.
1266         (wl-thread-insert-entity-sub): Likewise.
1267         (wl-thread-get-children-msgs-uncached): Likewise.
1268
1269         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1270         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1271         (wl-summary-sync-update): Likewise.
1272         (wl-summary-auto-select-msg-p): Likewise.
1273         (wl-summary-update-thread): Likewise.
1274         (wl-summary-mark-as-important): Likewise.
1275         (wl-summary-jump-to-msg-internal): Likewise.
1276         (wl-summary-redisplay-internal): Likewise.
1277         (wl-summary-print-message-with-ps-print): Likewise.
1278         (wl-summary-folder-info-update): Likewise.
1279
1280         * wl-folder.el (wl-folder-check-one-entity):
1281         elmo-folder-count-flags instead of wl-summary-count-unread.
1282
1283         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1284
1285         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1286
1287         * wl-summary.el (wl-summary-set-message-modified): 
1288         Call wl-summary-set-mark-modified.
1289         (wl-summary-delete-messages-on-buffer): Call
1290         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1291         (wl-summary-sync-update): Call elmo-folder-length instead of
1292         elmo-folder-messages.
1293         (wl-summary-insert-headers): Don't call
1294         elmo-folder-list-message-entities.
1295
1296 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1297
1298         * wl-action.el (wl-summary-define-mark-action): Call
1299         `wl-summary-set-mark' with argument `data'.
1300         (wl-summary-auto-refile): Fixed order of arguments when call
1301         `wl-summary-refile'.
1302
1303 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1304
1305         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1306
1307         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1308
1309         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1310         (Renamed from wl-highlight-summary-deleted-face).
1311         (wl-highlight-summary-resend-face): New face.
1312
1313         (wl-highlight-summary-deleted-face): Renamed from
1314         wl-highlight-summary-erased-face.
1315
1316         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1317
1318         * wl-action.el (wl-summary-get-resend-address): New function.
1319         (wl-summary-exec-action-resend): Ditto.
1320         (wl-summary-exec-action-resend-subr): Ditto.
1321
1322         * w-thread.el (wl-thread-copy): Removed definition.
1323         (wl-thread-refile): Ditto.
1324         (wl-thread-delete): Ditto.
1325         (wl-thread-target-mark): Ditto.
1326
1327         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1328         (wl-summary-target-mark-set-action): Fixed.
1329         (wl-summary-define-mark-action): Fixed quotation.
1330         (wl-summary-move-mark-list-messages): Display message.
1331         (wl-summary-define-mark-action): Define thread functions.
1332         (wl-summary-exec-action-refile): Changed message.
1333         (wl-summary-exec): Ditto.
1334
1335 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1336         
1337         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1338         '%%'.
1339
1340 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1341
1342         * wl.el (toplevel): Require wl-action.
1343         (wl-init): Call wl-summary-define-mark-action.
1344
1345         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1346
1347         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1348         wl-summary-delete and wl-summary-erase.
1349         (wl-summary-mode-map): Ditto.
1350
1351         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1352         wl-delete-folder-alist.
1353
1354         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1355         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1356         (toplevel): Moved mark & action related functions to the wl-action.el.
1357
1358         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1359         in wl-summary-mark-action-list.
1360         (wl-highlight-summary-current-line): Ditto.
1361
1362         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1363         empty lines.
1364
1365         * wl-action.el: New file. 
1366
1367 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1368
1369         * wl-summary.el (wl-summary-target-mark-replace): New function.
1370         (wl-summary-target-mark-prefetch): Use it.
1371         (wl-summary-target-mark-delete): Ditto.
1372         (toplevel): Rearranged definition order.
1373         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1374         (wl-summary-target-mark-erase): Rewrite.
1375         (wl-summary-erase-region): New function.
1376         (wl-summary-exec-action-erase): Changed message.
1377         (wl-summary-move-mark-list-messages): New function.
1378         (wl-summary-exec-action-delete): Use it.
1379         (wl-summary-exec-action-erase): Ditto.
1380
1381         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1382         (wl-summary-skip-mark-list): Added "d".
1383
1384         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1385         while searching.
1386
1387         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1388         and define using defcustom;
1389         Define 4th element as a face.
1390         
1391         * wl-summary.el (wl-summary-incorporate): Use 
1392         `wl-summary-prefetch-region-no-mark' instead of
1393         `wl-summary-prefetch-region'.
1394         (wl-summary-prefetch-region-no-mark): Revival of old
1395         `wl-summary-prefetch-region'.
1396         (wl-summary-mark-action-list): Moved to wl-vars.el
1397
1398         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1399         face according to the `wl-summary-mark-action-list'.
1400         (wl-highlight-summary-current-line): Ditto;
1401         Removed destination highlighting.
1402
1403         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1404         (wl-highlight-summary-line-string): Highlight for "i" mark.
1405         (wl-highlight-summary-current-line): Ditto.
1406
1407         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1408         no destination.
1409
1410         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1411         exists, just go ahead.
1412         (wl-summary-prefetch-region): Rewrite.
1413         (wl-summary-prefetch): Ditto.
1414         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1415         (wl-summary-exec-action-prefetch): New function.
1416         (wl-summary-target-mark-prefetch): Rewrite.
1417
1418 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1421         (wl-highlight-summary-line-string): Added "d" and "D".
1422         (wl-highlight-summary-current-line): Ditto.
1423
1424         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1425         in wl-summary.el.
1426         (wl-thread-insert-entity-sub): Ditto.
1427         (wl-thread-remove-destination-region): Ditto.
1428         (wl-thread-print-destination-region): Ditto.
1429
1430         * wl-summary.el (wl-summary-buffer-refile-list,
1431         wl-summary-buffer-delete-list,
1432         wl-summary-buffer-copy-list): Abolish.
1433         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1434         All other related portions are changed.
1435         (wl-summary-mark-action-list): New variable.
1436         (wl-summary-set-mark): New function.
1437         (wl-summary-register-target-mark): Ditto.
1438         (wl-summary-unregister-target-mark): Ditto.
1439         (wl-summary-have-target-mark-p): Ditto.
1440         (wl-summary-register-temp-mark): Ditto.
1441         (wl-summary-unregister-temp-mark): Ditto.
1442         (wl-summary-registered-temp-mark): Ditto.
1443         (wl-summary-collect-temp-mark): Ditto.
1444         (wl-summary-unset-mark): Ditto.
1445         (wl-summary-set-target-mark): Ditto.
1446         (wl-summary-unset-target-mark): Ditto.
1447         (wl-summary-set-action-generic): Ditto.
1448         (wl-summary-unset-action-generic): Ditto.
1449         (wl-summary-exec-action-delete): Ditto.
1450         (wl-summary-exec-action-erase): Ditto.
1451         (wl-summary-set-action-refile): Ditto.
1452         (wl-summary-set-action-refile-subr): Ditto.
1453         (wl-summary-unset-action-refile): Ditto.
1454         (wl-summary-make-destination-numbers-list): Ditto.
1455         (wl-summary-exec-action-refile): Ditto.
1456         (wl-summary-set-action-copy): Ditto.
1457         (wl-summary-unset-action-copy): Ditto.
1458         (wl-summary-exec-action-copy): Ditto.
1459         (wl-summary-collect-numbers-region): Ditto.
1460         (wl-summary-delete): Rewrite.
1461         (wl-summary-erase): Ditto.
1462         (wl-summary-remove-destination): Ditto.
1463         (wl-summary-exec): Ditto.
1464         (wl-summary-exec-region): Ditto.
1465         (wl-summary-target-mark-erase): Ditto.
1466         (wl-summary-refile): Ditto.
1467         (wl-summary-copy): Ditto.
1468         (wl-summary-unmark): Ditto.
1469         (wl-summary-delete-all-mark): Ditto.
1470         (wl-summary-mark-line): Don't highlight.
1471         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1472         (wl-summary-target-mark-refile-subr): Rewrite.
1473
1474         (wl-summary-copy-prev-destination): Abolish.
1475
1476 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1477
1478         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1479         default values along the value of wl-on-mule.
1480         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1481         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1482         It is not used anywhere.
1483
1484 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-summary.el (wl-summary-print-destination): Keep position.
1487         (wl-summary-cursor-move-surface): Keep horizontal position.
1488
1489 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1492         write sendlog.
1493
1494 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1497         `wl-summary-highlight'.
1498
1499 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1502         trivial condition for temp-mark.
1503
1504 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1505
1506         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1507         when it hits killed buffer.
1508
1509 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1510
1511         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1512         * wl-news.el.in: `message' and `error' take format string.
1513
1514 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-folder (wl-folder-insert-entity): Display a message,
1517         `...done', when the work finish.
1518         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1519
1520 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-message.el (wl-message-redisplay): Remove unused local
1523         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1524
1525 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-summary.el (wl-summary-replace-status-marks): Disable
1528         interactive use.
1529         (wl-summary-reedit): Check message existence at first.
1530         (wl-summary-mark-line): Fix doc, return value is indefinite.
1531
1532         * wl-highlight.el (wl-highlight-message): Arranged.
1533
1534         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1535         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1536         check temp-mark by wl-summary-temp-mark always.
1537         (wl-highlight-summary): Change accordingly.
1538         * wl-summary.el (wl-summary-mark-as-read-all)
1539         (wl-summary-delete-cache, wl-summary-set-score-mark)
1540         (wl-summary-mark-as-unread, wl-summary-unmark)
1541         (wl-summary-mark-line, wl-summary-mark-as-read)
1542         (wl-summary-mark-as-important): Ditto.
1543
1544         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1545         end of the window if possible.
1546         * wl-summary.el (wl-summary-sync-update): Support lazy
1547         highlighting.
1548         (wl-summary-toggle-disp-msg): Ditto.
1549
1550 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1553
1554 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1557         change.
1558
1559 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1562         API.
1563         (wl-summary-sync-update): Ditto.
1564
1565         * wl-score.el (wl-score-get-score-alist): Changed argument.
1566         (wl-summary-rescore-msgs): Likewise.
1567         (wl-summary-score-headers): Likewise.
1568         (wl-score-headers): Likewise;
1569         Use elmo-folder-do-each-message-entity, etc.
1570         (wl-summary-score-effect): Follow the changes above.
1571         (wl-summary-rescore): Ditto.
1572         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1573         (wl-score-get-overview): Abolish.
1574
1575         * wl-summary.el (wl-summary-default-from): Follow the API change in
1576         elmo-msgdb.
1577         (wl-summary-count-unread): Ditto.
1578         (wl-summary-detect-mark-position): Ditto.
1579         (wl-summary-overview-entity-compare-by-date): Ditto.
1580         (wl-summary-overview-entity-compare-by-number): Ditto.
1581         (wl-summary-overview-entity-compare-by-from): Ditto.
1582         (wl-summary-overview-entity-compare-by-subject): Ditto.
1583         (wl-summary-get-list-info): Ditto.
1584         (wl-summary-rescan): Ditto.
1585         (wl-summary-jump-to-msg-by-message-id): Ditto.
1586         (wl-summary-sync-update): Ditto; Removed comment.
1587         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1588         (wl-summary-insert-message): Use wl-summary-insert
1589         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1590         (wl-summary-insert-headers): Changed argument overview to folder.
1591         (wl-summary-search-by-subject): Likewise.
1592         (wl-summary-insert-thread): Renamed from 
1593         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1594
1595         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1596         too.
1597
1598         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1599         wl-string-member.
1600
1601 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1604         elmo-folder-append-buffer.
1605         (wl-draft-queue-append): Likewise.
1606
1607         * wl-mime.el (wl-message-delete-current-part): Ditto.
1608         (wl-summary-burst-subr): Ditto.
1609
1610         * wl-news.el.in (wl-news-send-news): Ditto.
1611
1612 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1615         function.
1616         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1617         (wl-summary-update-mark): Enclose with save-excursion.
1618         (wl-summary-mark-as-read-internal): Fixed last change.
1619         (wl-summary-mark-as-important): Use 3rd argument of
1620         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1621         Don't use elmo-msgdb-set-mark.
1622         (wl-summary-redisplay-internal): If msgdb flag is already read,
1623         just update the mark on buffer.
1624
1625 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1628         cut visible folder when elmo-folder-delete returns non-nil value.
1629
1630 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1633         by Kenichi OKADA <okada@opaopa.org>).
1634
1635 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1638
1639 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1642         Fixed the last change, search group entity by its real name.
1643         (Thanks to: KOBAYASHI Shinji)
1644
1645 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1648         (wl-fldmgr-access-display-all): Don't refer visible name.
1649         * wl-expire.el (wl-folder-archive-current-entity)
1650         (wl-folder-expire-current-entity): Ditto.
1651         * wl-folder.el (wl-folder-jump-to-current-entity)
1652         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1653         (wl-folder-open-folder-sub,wl-folder-open-all)
1654         (wl-folder-write-current-folder): Ditto.
1655         (wl-folder-insert-entity): Don't use petname for normal group.
1656         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1657         is the real name.
1658         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1659         Abolished.
1660
1661 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1662
1663         * wl-draft.el (wl-draft-create-buffer): Add
1664         `wl-summary-reply-with-citation'
1665
1666 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1667
1668         * wl-draft.el (wl-draft-reply): Fixed.
1669
1670 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1671
1672         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1673         when `wl-draft-send-confirm-with-preview' is non-nil.
1674         You can scroll up/down by j/k.
1675         (wl-draft-send-confirm-with-preview): New variable (default=t).
1676
1677 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1678
1679         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1680         (wl-fldmgr-save-folders): Fix comment.
1681
1682 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1683
1684         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1685         along the last change in `wl-folder-buffer-group-p'.
1686
1687 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1688
1689         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1690         folder.
1691
1692         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1693         the default value.
1694
1695         * wl-mime.el (wl-summary-burst): Update summary only when target
1696         folder equals current folder.
1697
1698 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1699
1700         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1701
1702 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1703
1704         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1705         value.
1706
1707 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1710         `map-extents' instead of `extent-at' repeatedly.
1711         (wl-highlight-folder-current-line): Ditto.
1712
1713         * wl-highlight.el: Remove useless dummy functions.
1714
1715 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1716
1717         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1718         (wl-folder-put-folder-property): New function to put text property.
1719         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1720         (wl-folder-insert-entity, wl-folder-update-diff-line)
1721         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1722         * wl-e21.el, wl-xmas.el, wl-mule.el
1723         (wl-highlight-folder-current-line): Ditto.
1724         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1725         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1726         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1727         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1728
1729 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1730
1731         * Version number is increased to 2.11.3.
1732
1733 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1734
1735         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1736         Resume current-buffer since it is assumed by remaining tasks.
1737
1738 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1741         (wl-folder-completion-function): Abolished.
1742         (wl-folder-complete-folder): New function.
1743         (wl-folder-complete-filter-condition): Ditto.
1744         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1745         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1746
1747 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1748
1749         * wl-draft.el (wl-draft-send-confirm): New function.
1750         (wl-draft-send): Use it.
1751
1752         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1753         cursor-in-echo-area while confirming.
1754
1755         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1756
1757         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1758         searching via nntp if wl-summary-search-via-nntp is 'force.
1759         Otherwise, invoke searching in nntp folder only.
1760         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1761
1762         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1763         explicitly for mime-make-text-tag.
1764
1765 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1766
1767         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1768         `mime-make-text-tag' instead of `mime-create-tag'.
1769
1770 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1771
1772         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1773         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1774
1775 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1776
1777         * wl-score.el (wl-score-save): Bind print-length and print-level.
1778         (wl-score-pretty-print): Ditto.
1779         (wl-score-edit-insert-header-entry): Ditto.
1780
1781         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1782         "From" entry to be treated with wl-draft-eword-encode-address-list.
1783         * wl-mime.el (wl-draft-preview-message): Ditto.
1784
1785         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1786         (wl-summary-mark-as-unread): Ditto.
1787         (wl-summary-mark-as-read-region): Change accordingly.
1788         (wl-summary-mark-as-unread-region): Ditto.
1789         (wl-summary-target-mark-mark-as-read): Ditto.
1790         (wl-summary-target-mark-mark-as-unread): Ditto.
1791
1792 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1793
1794         * Version number is increased to 2.11.2.
1795
1796 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1797
1798         * wl-news.el.in (wl-news-previous-version-save): Bind
1799         print-length and print-level.
1800         * wl-thread.el (wl-thread-save-entities): Ditto.
1801         (wl-thread-save-top-list): Bind print-length.
1802
1803 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1804
1805         * wl-highlight.el (wl-highlight-summary-line-string): Use
1806         wl-summary-score-below-mark, wl-summary-score-over-mark.
1807         (wl-highlight-summary-current-line): Ditto.
1808
1809 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1810
1811         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1812         insert it.
1813
1814 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1815
1816         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1817
1818 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1819
1820         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1821         message without msgid.
1822         Rewrite with elmo-folder-move-messages.
1823         Set wl-message-buffer to nil.
1824
1825         * wl-summary.el (wl-summary-erase-subr): New function. Use
1826         elmo-folder-move-messages.
1827         (wl-summary-erase): Call it.
1828         (wl-summary-target-mark-erase): Ditto.
1829
1830 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1831
1832         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1833         it is not up-tp-date.
1834
1835 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1836
1837         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1838         buffer after calling `wl-summary-goto-folder-subr' without the
1839         argument `interactive'.
1840         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1841
1842 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1843
1844         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1845         `mime-create-tag'. Use `string=' instead of `looking-at'.
1846
1847 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1848
1849         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1850         to avoid compile warning.
1851
1852         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1853         entity-id when folder is given.
1854         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1855         save-excursion, use save-selected-window instead.
1856         Select folder buffer window if exists.
1857         (To correct behavior with wl-folder-move-cur-folder.)
1858
1859 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1860
1861         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1862
1863 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1864
1865         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1866         list-count instead of %d.
1867
1868 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1869
1870         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1871         (wl-news): Set it.
1872         (wl-news-append-to-folder): Use it.
1873
1874         * wl-news.el.in (wl-news-send-news): Append to specified folder
1875         instead of wl-default-folder.
1876         (wl-news-append-to-folder): Show error message with specified folder.
1877
1878         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1879                 In most major modes, Emacs assumes that any opening
1880                 delimiter found at the left margin is the start of a
1881                 top-level definition, or defun. Therefore, *never put an
1882                 opening delimiter at the left margin unless it should have
1883                 that significance.*
1884
1885         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1886
1887 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1888
1889         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1890
1891 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1892
1893         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1894
1895 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1896
1897         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1898         for sequential numbering case.
1899
1900 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1901
1902         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1903         value.
1904         (wl-draft-reply-without-argument-list): Ditto.
1905         (wl-draft-reply-myself-with-argument-list): Abolish.
1906         (wl-draft-reply-myself-without-argument-list): Ditto.
1907         * wl-draft.el (wl-draft-self-reply-p): New function.
1908         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1909
1910 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1911
1912         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1913         (avoid error for the case without byte-compiling)
1914
1915 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1916
1917         * wl-news.el.in (wl-news-append-to-folder): New function.
1918         (wl-news-exit): Rewrite.
1919         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1920
1921 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1922
1923         * wl-draft.el (wl-draft-reply-position): New function.
1924         (wl-draft-reply-position): Fix.
1925         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1926         (wl-summary-target-mark-reply-with-citation): Ditto.
1927         (wl-summary-reply-with-citation): Ditto.
1928         * wl-vars.el (wl-draft-reply-default-position): New variable.
1929
1930 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1931
1932         * wl-draft.el (wl-draft-send): Preview when interactive send.
1933
1934 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1935
1936         * wl-draft.el (wl-draft-reply): Set default position.
1937         * wl-summary.el (wl-summary-reply): Ditto.
1938         (wl-summary-reply-with-citation): Ditto.
1939         (wl-summary-target-mark-reply-with-citation): Ditto.
1940
1941 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1942
1943         * wl-news.el.in (wl-news-lang): Set default value according to
1944         current-language-environment.
1945         (wl-news-append-news): Do nothing when news-list is nil.
1946
1947 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1948
1949         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1950         (wl-news): Change message.
1951         (wl-news-exit): Check buffer.
1952         (wl-news-force-exit): New function.
1953         (wl-news-show-all): New function.
1954         (wl-news-discard-and-exit): Fix.
1955
1956 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1957
1958         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1959         according to current-language-environment.
1960
1961         * wl-news.el.in (wl-news): If arg, show all NEWS after
1962         wl-news-default-previous-version.
1963
1964 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1965
1966         * wl-news.el.in (wl-news-check): Rewritten.
1967         (wl-news-previous-version-load): Change data type.
1968         (wl-news-previous-version-save): Change data type.
1969         (wl-news-append-news): Add return value.
1970         (wl-news-check-news): New function.
1971         (wl-news-already-current-p): New function.
1972         (wl-news-send-news): Rewritten.
1973         (wl-news-mode-map): Add new keybind.
1974         (wl-news): Rewritten.
1975         (wl-news-exit): Rewritten.
1976         (wl-news-discard-and-mail): New function.
1977         (wl-news-send-to-address): Abolished.
1978         * wl.el (wl-init): Delete a message.
1979
1980 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1981
1982         * wl-news.el.in (wl-news-exit): Update previous version.
1983         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1984
1985 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1986
1987         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1988
1989 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1990
1991         * wl-news.el.in (wl-news): New function.
1992         (wl-news-mode): New function.
1993         (wl-news-next-line): New function.
1994         (wl-news-next-page): New function.
1995         (wl-news-exit): New function.
1996         (wl-news-buf-name): New variable.
1997         (wl-news-mode-map): New variable.
1998         (wl-news-winconf): New variable.
1999         (wl-news-append-news): Add an option.
2000
2001 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2002
2003         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2004
2005 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2006
2007         * wl-news.el.in (wl-news-send-to-address): New variable.
2008         (wl-news-send-news): Use it.
2009         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2010         Return updating status.
2011         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2012
2013 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2014
2015         * wl-news.el.in (wl-news-send-news): Delete
2016         Organization and X-Face.
2017
2018 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2019
2020         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2021         (wl-news-append-news): New function.
2022         (wl-news-send-news): New function.
2023
2024 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2025
2026         * Version number is increased to 2.11.1.
2027
2028 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2029
2030         * wl-news.el.in : New file.
2031
2032 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2033
2034         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2035         default value.
2036         (wl-draft-reply-without-argument-list): Ditto.
2037
2038 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2039
2040         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2041         (wl-message-buffer-prefetch-idle-time): Ditto.
2042         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2043
2044 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-thread.el (wl-thread-insert-message): Use
2047         wl-summary-max-thread-depth.
2048
2049         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2050         loop detection.
2051
2052         * wl-message.el (wl-message-buffer-display): Back to the first page
2053         when cache is hit.
2054
2055 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2058
2059         * wl-summary.el (wl-summary-insert-thread-entity):
2060         If the thread depth is reached to wl-summary-max-thread-depth,
2061         divide the thread.
2062
2063 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2064
2065         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2066         for elmo-remove-passwd.
2067
2068 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2069
2070         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2071         folder is sticky.
2072         (wl-folder-mark-as-read-all-entity): Ditto.
2073         (wl-folder-prefetch-entity): Ditto.
2074
2075 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2076
2077         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2078
2079 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2080
2081         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2082         Delete messages on buffer for unplugged operation.
2083         (wl-summary-erase): Ditto.
2084
2085 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2086
2087         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2088         take nil so as not to search parent by subject.
2089
2090 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2091
2092         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2093         (wl-folder-get-next-folder): Ditto.
2094         (wl-folder-get-path): Ditto.
2095
2096 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2099         system and encode the region with it before verifying.
2100
2101 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2102
2103         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2104         system of the echo buffer before decoding.
2105
2106 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2107
2108         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2109         original contents.
2110
2111 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2112
2113         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2114         with argument 'any-exists.
2115
2116 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2117
2118         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2119         Use `wl-cs-autoconv'.
2120
2121 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2122
2123         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2124         by `mime-view-automatic-conversion'.
2125
2126         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2127         (wl-message-verify-pgp-nonmime): Ditto.
2128         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2129         Bind them to C-c:d and C-c:v respectively.
2130
2131         Merge following code by Teranishi-san from [wl-en:00167].
2132         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2133         (wl-mime-preview-application/pgp-encrypted): Ditto.
2134         (wl-mime-setup): Add entry.
2135
2136 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2137
2138         * wl-summary.el (wl-summary-target-mark-erase): New function.
2139         Bind it to "mD".
2140
2141 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2142
2143         * wl-vars.el (wl-draft-write-file-function): Fix.
2144         (wl-draft-reedit-hook): Changed default value.
2145
2146         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2147         wl-draft-reedit-hook.
2148         (wl-draft-remove-text-plain-tag): New function.
2149         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2150
2151         * wl-vars.el (wl-draft-write-file-function): New user option.
2152
2153         * wl-draft.el (wl-draft-prepare-edit): Use it for
2154         local-write-file-hooks.
2155         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2156
2157         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2158         (wl-draft-insert-mail-header-separator): Return the body beginning
2159         point.
2160         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2161         text/plain.
2162         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2163
2164 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-summary.el (wl-summary-erase): New function to erase message
2167         without moving it to trash. Bind to "D".
2168
2169         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2170         as `keep' unless switch-function.
2171
2172 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2173
2174         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2175         message buffer by using `wl-summary-toggle-disp-msg'.
2176         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2177         buffer window.
2178         (wl-summary-supresedes-message): Ditto.
2179
2180         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2181         Do not delete other windows.
2182         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2183         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2184         (wl-draft-create-buffer): Set reply-or-forward also for target
2185         mark commands.
2186
2187 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2188
2189         * wl-draft.el (wl-user-agent-compose): Delete special case for
2190         switch-to-buffer-other-window.
2191
2192         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2193         (wl-summary-forward): Ditto.
2194
2195         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2196         function.
2197         (wl-draft-buffer-style): New use option.
2198
2199         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2200         (wl-draft): Follow the change above.
2201         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2202         wl-draft-buffer-style.
2203         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2204         switch-function.
2205
2206 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-draft.el (wl-user-agent-compose): Delete special case for
2209         switch-to-buffer-other-window.
2210
2211         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2212         (wl-summary-forward): Ditto.
2213
2214         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2215         function.
2216         (wl-draft-buffer-style): New use option.
2217
2218         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2219         (wl-draft): Follow the change above.
2220         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2221         wl-draft-buffer-style.
2222         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2223         switch-function.
2224
2225 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2226
2227         * wl-address.el (wl-address-make-completion-entry): Extracted from
2228         `wl-address-make-completion-list'.
2229         (wl-address-enable-strict-loading): New variable.
2230         (wl-address-make-completion-list): Revive petname duplication
2231         inquiry, and enable it if `wl-address-enable-strict-loading'.
2232         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2233
2234 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-message.el (wl-message-get-original-buffer): Avoid
2237         'Selecting deleted buffer' error when original buffer is killed.
2238
2239 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2240
2241         * wl-summary.el (wl-summary-next-message): Use
2242         elmo-message-accessible-p instead of elmo-message-cached-p.
2243
2244 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2247
2248         * wl-thread.el (wl-thread-open-all-unread): Use
2249         elmo-folder-list-flagged instead of
2250         elmo-folder-list-messages-mark-match.
2251
2252         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2253         instead of elmo-folder-list-messages-mark-match.
2254         (wl-summary-move-spec-alist): New variable.
2255         (wl-summary-move-spec-plugged-alist,
2256         wl-summary-move-spec-unplugged-alist): Abolish.
2257         (wl-summary-next-message): Follow the change above.
2258         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2259         with 'no-msg' argument.
2260
2261         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2262         variable.
2263         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2264         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2265         (wl-message-buffer-prefetch-get-next): Follow the change above.
2266
2267 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl-version.el (wl-version): Changed codename.
2270
2271         * Version number is increased to 2.11.0.
2272
2273 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2276         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2277         `wl-draft-config-variables'.
2278         (wl-draft-kill): Fixed problem when the draft is reedit.
2279
2280 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2283         buffer-modified status (Thanks to
2284         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2285
2286 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-util.el (wl-region-exists-p): New function.
2289
2290         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2291         Remove defvars for byte-compile warnings.
2292
2293 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2296         defvar-maybe. Removed unused bind.
2297
2298 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2301         summary buffer window before creating new frame.
2302         (wl-draft-reply): Ditto.
2303
2304 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2307
2308 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2309
2310         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2311
2312 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2315         instead of `kill-region'.
2316
2317 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2318
2319         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2320         (wl-highlight-summary-line-string): Use it.
2321         (wl-highlight-summary-current-line): Ditto.
2322
2323         * wl-mime.el (wl-message-delete-current-part): Check the class of
2324         mime-entity.
2325
2326         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2327
2328         * wl-summary.el (wl-summary-make-number-list): Initialize.
2329         (wl-summary-update-mark): New function.
2330         (wl-summary-reply): Put `answered' mark on the message.
2331         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2332
2333         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2334         (wl-draft-reply): Added optional argument `number';
2335         Set wl-draft-parent-number.
2336         (wl-draft-kill): Delete answered mark if it is a reply.
2337
2338 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2339
2340         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2341         that originates in mime-preview-follow-current-entity.
2342         (wl-draft-yank-current-message-entity): Use it if region is active.
2343
2344         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2345         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2346         `wl-message-delete-current-part'.
2347         * wl-mule.el (wl-message-define-keymap): Ditto.
2348         * wl-xmas.el (wl-message-define-keymap): Ditto.
2349
2350 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-mime.el (wl-message-delete-current-part): New function.
2353         (wl-mime-node-id-to-string): Ditto.
2354
2355         * wl-mime.el (wl-message-delete-current-part): Use existing
2356         original buffer which corresponds current mime-view buffer.
2357         (fetched buffer might have different structure, possibly)
2358
2359         * wl-mime.el (wl-message-delete-current-part): Quit if the
2360         message content differs from the actual message.
2361
2362 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2365         order.
2366         (wl-summary-search-by-subject): Search parent message from tail;
2367         Check the existence of the parent message on the current thread tree.
2368         (wl-summary-update-thread): Check whether the line is inserted.
2369
2370 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-vars.el (wl-summary-line-format): Undo last change.
2373         * wl-summary.el (wl-summary-print-destination): Do not put
2374         invisible property when `wl-summary-width' is nil.
2375         (wl-summary-line-subject-minimum-length): Abolished.
2376         (wl-summary-line-subject): Ditto.
2377
2378 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2379
2380         * wl-vars.el (wl-summary-line-format): Change default value.
2381         (wl-summary-subject-length-limit): Abolished.
2382         * wl-summary.el (wl-summary-line-subject): Ditto.
2383
2384 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-template.el (wl-template-select): Added optional argument.
2387         If optional argument is specified, reverse
2388         `wl-template-visible-select'.
2389
2390 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2391
2392         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2393         Take prefix argument to force asking the destination folder.
2394
2395 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2398         count and update status.
2399
2400 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * wl-summary.el (wl-summary-redisplay-internal): If
2403         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2404         after fetching.
2405
2406 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2409         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2410
2411         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2412
2413 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2416         (All other related portions are changed).
2417         (wl-summary-mark-as-read-all): Rewrite.
2418
2419 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2422         `wl-summary-mark-as-read'.
2423         (wl-summary-mark-as-unread): Rewrite.
2424         (wl-summary-mark-as-read): Added no-modeline argument.
2425         (wl-summary-resume-cache-status): Rewrite.
2426         (wl-summary-exec-subr): Remove unused local variable.
2427
2428 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2429
2430         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2431         logic to call `wl-summary-buffer-prev-folder-function'.
2432         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2433
2434 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2437         is nil.
2438
2439 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2442         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2443         (wl-mime-setup): Add its entry.
2444
2445 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2448         (wl-summary-delete-cache): Likewise.
2449         (wl-summary-mark-as-read): Rewrite.
2450
2451 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2452
2453         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2454         `wl-summary-count-unread'.
2455
2456         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2457
2458         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2459
2460 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2463         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2464         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2465         Renamed to the elmo-msgdb-*-mark.
2466         (wl-summary-score-marks): Follow the change above.
2467         (wl-summary-auto-refile-skip-marks): Ditto.
2468         (wl-summary-incorporate-marks): Ditto.
2469         (wl-summary-expire-reserve-marks): Ditto.
2470
2471         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2472         changes.
2473         (wl-thread-insert-top): Changed updating message.
2474
2475         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2476         variable.
2477         (wl-summary-count-unread): Count answered marks.
2478         (wl-summary-rescan): Call wl-summary-insert-message instead of
2479         wl-summary-append-message-func-internal.
2480         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2481         (wl-summary-prefetch-msg): Follow the variable name changes.
2482         (wl-summary-prefetch-region): Ditto.
2483         (wl-summary-mark-as-read-all): Follow the API changes;
2484         Don't call elmo-folder-replace-marks.
2485         (wl-summary-delete-cache): Follow the variable name changes.
2486         (wl-summary-resume-cache-status): Ditto.
2487         (wl-summary-update-status-marks): New function.
2488         (wl-summary-insert-message): New function.
2489         (wl-summary-sync-marks): Follow the variable name changes.
2490         (wl-summary-sync-update): Synchronize to the msgdb, too;
2491         Changed update messages.
2492         (wl-summary-make-number-list): Rewrite.
2493         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2494         (wl-summary-mark-as-unread): Follow the API changes.
2495         (wl-summary-exec-subr): Follow the variable name changes.
2496         (wl-summary-mark-as-read): Ditto.
2497         (wl-summary-move-spec-plugged-alist): Ditto.
2498         (wl-summary-move-spec-unplugged-alist): Ditto.
2499         (wl-summary-cursor-move-surface): Ditto.
2500
2501         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2502         variable name changes.
2503         (wl-highlight-summary-current-line): Ditto.
2504
2505         * wl-expire.el (wl-expire-refile): Follow the API change in
2506         elmo-folder-move-messages.
2507         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2508         (wl-summary-archive): Use elmo-folder-msgdb instead of
2509         elmo-msgdb-load.
2510
2511 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2512
2513         * wl-mime.el (wl-draft-preview-message): Restore the position
2514         before evaluating wl-draft-send-hook in preview buffer.
2515
2516 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2517
2518         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2519         when it creates new draft buffer.
2520
2521         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2522         without argument.
2523
2524         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2525         Evaluate content and if the value is string, insert it.
2526         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2527         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2528         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2529         wl-draft-config-sub-part-bottom): Use it.
2530
2531         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2532         with the folder name. The question was unintelligible when it is
2533         called from wl-save-status.
2534
2535 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2536
2537         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2538         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2539         cannot take second argument).
2540
2541 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2542
2543         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2544         as t. Since type and subtype are not case sensitive (RFC 2045).
2545
2546 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2547
2548         * wl-vars.el (wl-message-mode-line-format): New variable.
2549         (wl-message-mode-line-format-spec-alist): Ditto.
2550         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2551         (wl-message-redisplay): Use wl-message-mode-line-format.
2552
2553 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2554
2555         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2556
2557 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-summary.el (wl-summary-default-from): Write description.
2560
2561 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2562
2563         * wl-vars.el (wl-ldap-objectclass): Abolish.
2564
2565         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2566         (wl-ldap-make-filter): Removed condition for objectclass.
2567         (wl-ldap-make-matched-value-list): Remove meaningless process.
2568         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2569         (wl-address-ldap-search): Don't add `*' to `pat' string;
2570         use ignore-errors; added `email';
2571         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2572         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2573         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2574
2575
2576 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2577
2578         * wl-draft.el (wl-draft-parent-folder): Write description.
2579         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2580
2581 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2582
2583         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2584         as "" (zero-length string) if no parent.
2585         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2586
2587 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-address.el (wl-address-make-completion-list): Skip duplication
2590         checking.
2591         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2592         `append'.
2593
2594 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2595
2596         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2597         instead of `beginning-of-buffer'.
2598
2599 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2602
2603 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2606         Refer wl-message-buffer-name.
2607         (wl-message-wheel-down): Ditto.
2608
2609 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2610
2611         * wl-vars.el (wl-message-buffer-name): New user option.
2612
2613         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2614         directly instead of making alist dinamically.
2615
2616         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2617         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2618         wl-message-buffer-cache-name.
2619         (wl-message-buffer-cache-clean-up): Ditto.
2620
2621         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2622
2623         * Version number is increased to 2.9.15.
2624
2625 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-vars.el (wl-summary-default-view-alist): New user option.
2628
2629         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2630
2631         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2632         while deleting address.
2633         (wl-draft-delete-myself-from-cc): Ditto.
2634
2635         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2636         If optional argument is specified, reverse sort order.
2637
2638         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2639
2640 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2641
2642         * wl-thread.el (wl-thread-insert-message): Return parent number if
2643         exists.
2644         (wl-thread-update-indent-string-region): Use
2645         wl-thread-update-line-on-buffer-sub instead of
2646         wl-thread-update-line-on-buffer.
2647
2648 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2649
2650         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2651         (wl-folder-close-all): Ditto.
2652
2653 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2654
2655         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2656         and mailing-list:.
2657         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2658         value.
2659         (wl-summary-line-list-info): Print mailing-list name even when 
2660         list-number is empty.
2661
2662 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2663
2664         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2665
2666         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2667         (wl-draft-open-file): Ditto.
2668         (wl-draft-random-alphabet): Ditto.
2669
2670         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2671         bindings.
2672
2673 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2676         * wl-vars.el (wl-draft-config-alist): Ditto.
2677
2678 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * Version number is increased to 2.9.14.
2681
2682         * wl.el (wl): Don't set wl-init as nil when error occured while
2683         auto-checking folders.
2684
2685         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2686         `elmo-expand-newtext'.
2687
2688 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2689
2690         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2691         `this-command' so that `wl-folder-goto-folder' contained in
2692         `wl-summary-keep-cursor-command' work.
2693
2694 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2695
2696         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2697         message buffer displaying state.
2698
2699 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2700
2701         * wl-vars.el (wl-summary-default-view): New variable to specify
2702         default value for `wl-summary-buffer-view' instead of using
2703         set-default.
2704         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2705
2706 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2709
2710         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2711
2712 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2713
2714         * wl-vars.el (wl-forward-subject-prefix): New variable.
2715         * wl-draft.el (wl-draft-forward): Use it.
2716
2717 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2718
2719         * wl-message.el (wl-message-prev-page): When it is called without
2720         lines argument, scroll down by wl-message-scroll-amount lines.
2721         (wl-message-next-page): Ditto.
2722         * wl-vars.el (wl-message-scroll-amount): Change default value
2723         to preserve current behavior.
2724
2725 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-summary.el (wl-summary-prefetch-msg): Bind
2728         `wl-message-entity' to call `wl-summary-from-function'.
2729
2730 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2731
2732         * wl-message.el (wl-message-buffer-create): Run
2733         wl-message-buffer-created-hook.
2734
2735 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-summary.el (wl-summary-sort-specs): New variable.
2738         (wl-summary-default-sort-spec): Ditto.
2739         (wl-summary-sort): Rewrite.
2740         (wl-summary-sort-by-list-info): New function.
2741
2742 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2743
2744         * wl-summary.el (wl-summary-get-list-info): New function.
2745         (wl-summary-sort): Rewrite.
2746         (wl-summary-line-list-info): Ditto.
2747         (wl-summary-line-list-count): Ditto.
2748         (wl-summary-refile-region): Fixed docstring.
2749
2750 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2753         `wl-folder-entity-hashtb' as completion table.
2754
2755 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2758         only when this command is called interactively; silence the byte-
2759         compiler.
2760
2761 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2762
2763         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2764         active in XEmacs.
2765
2766 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2767
2768         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2769         plural lines.
2770
2771 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2772
2773         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2774         of current line when the cursor is on the header name.
2775         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2776
2777 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2778
2779         * wl-util.el (wl-read-directory-name): Return displayed directory
2780         as the default value also on XEmacs.
2781
2782 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2783
2784         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2785         formatting.
2786
2787 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2788
2789         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2790         argument and when it is non-nil, check face property before
2791         highlighting for each line.
2792         (wl-highlight-summary-window): Set it.
2793
2794 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2795
2796         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2797         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2798
2799         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2800         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2801         (wl-draft-get-fcc-list): Likewise.
2802
2803 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2806         (wl-thread-entity-cur): Ditto.
2807         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2808         wl-thread-indent-regexp setting.
2809         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2810
2811         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2812         wl-summary-lazy-highlight.
2813         (wl-summary-display-bottom): Ditto.
2814
2815         * wl-thread.el (wl-thread-open-close): Likewise.
2816
2817         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2818         from and subject;
2819         Bind wl-draft-use-frame;
2820         Enclose with save-window-excursion;
2821         Use wl-draft-create-buffer instead of with-temp-buffer;
2822         Use wl-draft-prepare-edit;
2823         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2824         Use wl-draft-send instead of wl-draft-raw-send.
2825
2826 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2827
2828         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2829         of using wl-from.
2830
2831 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2834         insert-buffer instead of clone-buffer.
2835         (wl-draft-doing-mime-bcc): New variable.
2836         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2837         infinite loop.
2838         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2839
2840         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2841         (wl-draft-mime-bcc-body): Ditto.
2842
2843         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2844         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2845         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2846         wl-draft-do-mime-bcc.
2847         (wl-draft-mime-bcc-field): New function.
2848         (wl-draft-do-mime-bcc): Ditto.
2849
2850         * wl-address.el (wl-address-complete-header-list): New variable.
2851         (wl-address-complete-header-regexp): Changed default value.
2852
2853         * Version number is increased to 2.9.13.
2854
2855 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2858         it is differed.
2859
2860 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2863         (wl-summary-line-list-count): Ditto.
2864
2865 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2866
2867         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2868         (wl-nntp-posting-function): New variable.
2869         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2870         `wl-nntp-posting-config-alist'.
2871
2872 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2873
2874         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2875         FLIM.
2876
2877 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2878
2879         * wl-summary.el (wl-summary-target-mark-refile-sub):
2880         Remove a nuisance funcall.
2881
2882 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2883
2884         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2885         as t for `try-completion'.
2886
2887 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-summary.el (wl-summary-default-from): Use
2890         wl-address-header-extract-address instead of
2891         std11-extract-address-components.
2892         (wl-summary-simple-from): Ditto.
2893         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2894         (wl-summary-insert-headers): Show message.
2895         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2896         for whole line.
2897         (wl-summary-default-from): Revert last change.
2898         (wl-summary-simple-from): Ditto.
2899         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2900         (wl-summary-mark-as-read-region): Follow the change above.
2901         (wl-summary-sync-marks): Ditto.
2902         (wl-summary-target-mark-mark-as-read): Ditto.
2903         (wl-summary-redisplay-internal): Ditto.
2904         (wl-summary-redisplay-no-mime-internal): Ditto.
2905         (wl-summary-redisplay-all-header): Ditto.
2906         (wl-summary-mark-as-read): Removed argument `cached';
2907         Use current cache status to set cache mark.
2908         (wl-summary-redisplay-internal): Follow the change above.
2909         (wl-summary-redisplay-no-mime-internal): Ditto.
2910         (wl-summary-redisplay-all-header): Ditto.
2911
2912         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2913
2914         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2915         Don't call itself recursively (Adviced by Yamaoka-san).
2916
2917 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2920         bind wl-summary-highlight as nil to avoid error caused by missing
2921         local variables.
2922
2923 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-vars.el (wl-invalid-character-message): New user option.
2926
2927         * wl-util.el (wl-set-string-width): If truncated string-width is
2928         larger than specified width, use `wl-invalid-character-message'.
2929
2930 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2931
2932         * wl-summary.el (wl-summary-prefetch-msg): 
2933         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2934
2935 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-vars.el (wl-summary-check-line-format): New user option.
2938         (wl-summary-line-format-file): Ditto.
2939
2940         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2941         variable.
2942         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2943         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2944         and `wl-summary-view-old-p' to check whether do a rescan or not.
2945         (wl-summary-view-old-p): New function.
2946         (wl-summary-line-format-changed-p): Ditto.
2947         (wl-summary-line-format-save): Ditto.
2948         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2949
2950         * wl-util.el (wl-set-string-width): Avoid using negative number
2951         for make-string.
2952
2953 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2956         return value.
2957
2958         * wl-util.el (wl-set-string-width): Added optional argument
2959         `padding' (All other related portions are changed).
2960         (wl-line-parse-format): If the first letter of column number is
2961         `0', zero-padding the result (ex: "%05l").
2962
2963         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2964
2965 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2968         sequential summary view.
2969
2970 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2973         if it doesn't have a -unix version.
2974
2975 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2978
2979 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2982         content.
2983         (wl-draft): Follow the change above.
2984
2985         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2986
2987         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2988         and wl-folder-summary-line-format-alist contain %T and %P.
2989
2990         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2991         (wl-summary-mode-line-format): New user option.
2992         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2993         (wl-summary-line-format): Changed default value.
2994         (wl-summary-lazy-highlight): Changed default value.
2995
2996         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2997         change in wl-summary-create-line.
2998         (wl-thread-insert-entity-sub): Ditto.
2999
3000         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3001         (wl-summary-buffer-unread-status): Ditto.
3002         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3003         (wl-summary-buffer-persistent-mark-column): Ditto.
3004         (wl-summary-buffer-mode-line-formatter): Ditto.
3005         (wl-summary-buffer-mode-line): Ditto.
3006         (wl-summary-message-regexp): Abolished.
3007         (All other related portions are changed.)
3008         (wl-summary-detect-mark-position): New function.
3009         (wl-summary-buffer-set-folder): Setup
3010         wl-summary-buffer-mode-line-formatter.
3011         (wl-summary-mode): Setup selective-display;
3012         Setup pre-idle-hook when xemacs.
3013         (wl-summary-update-modeline): Rewrite.
3014         (wl-summary-jump-to-msg): Define as function;
3015         Changed regexp for searching messages.
3016         (wl-summary-message-number): Rewrite.
3017         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3018         Do rescan when old type summary cache.
3019         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3020         (wl-summary-remove-destination): Use '\r' to detect EOL.
3021         (wl-summary-print-destination): Ditto.
3022         (wl-summary-temp-mark): New inline function.
3023         (wl-summary-persistent-mark): Ditto.
3024         (wl-summary-line-number): New function.
3025         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3026         (wl-summary-line-list-count): New function.
3027         (wl-summary-create-line): Added argument persistent-mark.
3028         (All other related portions are changed)
3029         (wl-summary-create-line): Insert '\r'.
3030         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3031         (wl-summary-cursor-move-surface): New inline function.
3032         (wl-summary-prev): Use it.
3033         (wl-summary-next): Ditto.
3034
3035         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3036         wl-summary-message-regexp.
3037         (wl-highlight-summary): Delete progress message.
3038         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3039
3040         * Version number is increased to 2.9.12.
3041
3042 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3043
3044         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3045         variable (nil: no minimum).
3046         (wl-summary-line-subject): Add some spaces after subject by
3047         wl-summary-line-subject-minimum-length.
3048
3049 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3052         and removed `F'.
3053         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3054         change above).
3055
3056 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-summary.el (wl-summary-line-list-count): Reverted.
3059         (example setting in samples/*/dot.wl is also updated)
3060
3061 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3064
3065         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3066
3067         * wl-vars.el (wl-summary-line-format): Addes some description to the
3068         docstring.
3069
3070         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3071         (wl-summary-line-close-bracket): Ditto.
3072         (wl-summary-line-children-number): Ditto.
3073         (wl-summary-line-thread-indent): Ditto.
3074         (wl-summary-line-children-and-from): Ditto.
3075
3076         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3077         't', 'c', 'F' and added 'C'.
3078
3079         * wl-util.el (wl-set-string-width): Accept negative value.
3080         (wl-line-parse-format): Added "%number(" and "%)".
3081
3082 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-summary.el (wl-summary-line-list-count): Change format of the
3085         return value.
3086
3087 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3088
3089         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3090         from the recent message.el.
3091         (wl-draft-point-in-header-p): Ditto.
3092         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3093         wl-draft-beginning-of-line.
3094         * wl-e21.el (wl-draft-mode-map): Ditto.
3095         * wl-xmas.el (wl-draft-mode-map): Ditto.
3096
3097         * wl-folder.el: Sort macrodefs by dependencies.
3098
3099 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3100
3101         * wl-summary.el (wl-summary-prev): Fixed regexp.
3102         (wl-summary-next): Ditto.
3103
3104 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3105
3106         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3107
3108 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3109
3110         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3111         for backward compatibility.
3112
3113 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3114
3115         * wl-summary.el (wl-summary-line-list-count): New function, merged
3116         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3117         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3118         list counts.
3119
3120 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-summary.el (wl-summary-create-line): Ignore errors while
3123         timezone-fix-time.
3124
3125         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3126
3127         * wl-summary.el (wl-summary-sync-update): Ditto.
3128         (wl-summary-default-from): Use wl-message-entity
3129         instead of entity.
3130
3131         * wl-summary.el (wl-summary-create-line): Fix.
3132
3133         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3134         (wl-summary-line-format): New user option.
3135         (wl-folder-summary-line-format-alist): Ditto.
3136         (wl-summary-from-width): Abolished.
3137
3138         * wl-util.el (toplevel): Require 'bytecomp.
3139         (wl-line-parse-format): New function.
3140         (wl-line-formatter-setup): New macro.
3141
3142         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3143         (wl-summary-buffer-line-formatter): New buffer local variable.
3144         (wl-summary-switch-to-clone-buffer): Follow the change above.
3145         (wl-summary-message-regexp): Fix.
3146         (wl-summary-from-func-internal): Abolished.
3147         (wl-summary-subject-func-internal): Ditto.
3148         (wl-summary-subject-filter-func-internal): Ditto.
3149         (All other related portions are changed.)
3150         (wl-summary-buffer-set-folder):
3151         Set up wl-summary-buffer-number-column and 
3152         wl-summary-buffer-line-formatter
3153         (All other related portions are changed.)
3154         (wl-summary-buffer-number-column-detect): Abolished.
3155         (All other related portions are changed.)
3156         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3157         (wl-summary-delete-all-temp-marks-on-buffer): Use
3158         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3159         (wl-summary-target-mark-delete): Ditto.
3160         (wl-summary-target-mark-refile-subr): Ditto.
3161         (wl-summary-target-mark-mark-as-read): Ditto.
3162         (wl-summary-target-mark-mark-as-unread): Ditto.
3163         (wl-summary-target-mark-mark-as-important): Ditto.
3164         (wl-summary-target-mark-save): Ditto.
3165         (wl-summary-replace-status-marks): Renamed from
3166         wl-summary-set-status-marks-on-buffer;
3167         Use wl-summary-message-regexp instead of
3168         wl-summary-buffer-number-regexp.
3169         (wl-summary-sync-update): Follow the change above.
3170         (wl-summary-goto-previous-message-beginning): New function.
3171         (wl-summary-mark-as-unread): Use it.
3172         (wl-summary-mark-as-important): Ditto.
3173         (wl-summary-line-formatter): New variable.
3174         (wl-summary-line-year): New function.
3175         (wl-summary-line-day): Ditto.
3176         (wl-summary-line-day-of-week): Ditto.
3177         (wl-summary-line-hour): Ditto.
3178         (wl-summary-line-minute): Ditto.
3179         (wl-summary-line-open-bracket): Ditto.
3180         (wl-summary-line-close-bracket): Ditto.
3181         (wl-summary-line-children-number): Ditto.
3182         (wl-summary-line-thread-indent): Ditto.
3183         (wl-summary-line-size): Ditto.
3184         (wl-summary-line-subject): Ditto.
3185         (wl-summary-line-from): Ditto.
3186         (wl-summary-line-children-and-from): Ditto.
3187         (wl-summary-create-line): Rewritten.
3188         (wl-summary-format-date): Abolished.
3189
3190         * wl-highlight.el (wl-highlight-summary-current-line): Use
3191         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3192         Use thread structure to detect thread top message.
3193
3194         * wl-draft.el (wl-default-draft-cite): Don't use
3195         wl-summary-from-func-internal.
3196
3197         * wl-refile.el (wl-refile-subject-learn): Don't use
3198         wl-summary-subject-filter-func-internal.
3199         (wl-refile-guess-by-subject): Ditto.
3200
3201         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3202         parameters.
3203
3204         * wl-thread.el (wl-thread-update-indent-string-region):
3205         Use wl-thread-update-line-on-buffer instead of
3206         wl-thread-update-indent-string.
3207         (wl-thread-update-children-number): Redefine using
3208         wl-thread-update-line-on-buffer.
3209         (wl-thread-update-indent-string): Abolished.
3210
3211         * Version number is increased to 2.9.11.
3212
3213 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3216         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3217         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3218
3219         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3220         as nil.
3221
3222         * wl-thread.el (wl-thread-open-all-unread): Use 
3223         elmo-folder-list-messages-mark-match.
3224         (wl-thread-insert-message): Removed argument `mark-alist'.
3225         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3226         elmo-msgdb-set-mark.
3227         (wl-thread-get-children-msgs-uncached): Likewise.
3228         (wl-thread-get-exist-children): Added argument include-self.
3229         (wl-thread-delete-message): Follow the change above.
3230
3231         * wl-summary.el (wl-summary-count-unread): Removed argument.
3232         (wl-summary-rescan): Follow the change above.
3233         (wl-summary-mark-as-read-region): Ditto
3234         (wl-summary-mark-as-unread-region): Ditto.
3235         (wl-summary-delete-messages-on-buffer): Ditto.
3236         (wl-summary-sync-update): Ditto.
3237         (wl-summary-switch-to-clone-buffer): Ditto.
3238         (wl-summary-goto-folder-subr): Ditto.
3239         (wl-summary-target-mark-mark-as-read): Ditto.
3240         (wl-summary-target-mark-mark-as-unread): Ditto.
3241         (wl-summary-target-mark-mark-as-important): Ditto.
3242         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3243         (wl-summary-update-thread): Removed argument `mark-alist'.
3244         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3245         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3246         (wl-summary-resume-cache-status): Likewise.
3247         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3248         elmo-msgdb-set-mark.
3249         (wl-summary-mark-as-read-all): Likewise.
3250         (wl-summary-delete-cache): Ditto.
3251         (wl-summary-auto-select-msg-p): Ditto.
3252         (wl-summary-mark-as-unread): Ditto.
3253         (wl-summary-no-auto-refile-message-p): Ditto.
3254         (wl-summary-mark-as-read): Ditto.
3255         (wl-summary-mark-as-important): Ditto.
3256         (wl-summary-auto-refile): Follow the change above.
3257         (wl-summary-delete-all-marks): Removed.
3258         (wl-summary-resume-marks-and-highlight): Ditto.
3259         (wl-summary-resume-marks): Ditto.
3260         (wl-summary-delete-important-msgs-from-list): Ditto.
3261         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3262
3263         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3264         wl-summary-count-unread.
3265
3266         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3267         (wl-summary-score-update-all-lines): Use
3268         elmo-msgdb-set-mark.
3269
3270 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3273         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3274         (wl-summary-create-line): Renamed from
3275         wl-summary-overview-create-summary-line;
3276         Argument rearrangement.
3277         (wl-summary-update-thread): Follow the change above.
3278
3279         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3280         (wl-thread-insert-entity-sub): Likewise.
3281
3282         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3283         argument `overview', `mark-alist' and added `msgdb'.
3284
3285         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3286
3287         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3288         (wl-summary-rescan): Follow the change above.
3289         (wl-summary-sync-update): Ditto.
3290         (wl-summary-insert-thread-entity): Ditto;
3291         Don't use `let*' in every while loop;
3292         Detect infinite loop of threads.
3293         (wl-summary-update-thread): Removed argument `overview'.
3294
3295         * wl-thread.el (wl-thread-insert-message): Ditto.
3296
3297         * Version number is increased to 2.9.10.
3298
3299         * wl-message.el (wl-message-redisplay): Ignore errors while
3300         wl-message-redisplay-hook.
3301
3302 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3303
3304         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3305
3306 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl.el (wl): inhibit-quit while wl-folder.
3309
3310 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3311
3312         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3313         while msgdb access.
3314
3315 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3318         even if no folder is not created.
3319
3320 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3323
3324         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3325         implementation.
3326         (wl-summary-target-mark-thread): Ditto.
3327
3328         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3329
3330 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3331
3332         * wl-util.el (wl-display-bytes): Remove unused function.
3333
3334 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3337         seems critical one (partially reverse the change in 2002/03/17).
3338
3339 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3340
3341         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3342         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3343
3344 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3345
3346         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3347         is not writable.
3348         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3349         plugged status instead of `'force' as 2nd argument.
3350
3351         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3352         is not creatable.
3353
3354         * Version number is increased to 2.9.9.
3355
3356 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3357
3358         * wl-summary.el (wl-summary-suspend): New function.
3359
3360 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3361
3362         * wl.el (wl): Do not check variables if check is nil.
3363         * wl-utils.el (wl-collect-draft): New function.
3364         * wl-folder.el (wl-folder-suspend): Put summary buffers
3365         and draft buffers at the end of buffer list.
3366         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3367
3368 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3371         loop instead of recursive call.
3372
3373         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3374         2nd argument.
3375
3376 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-draft.el (wl-draft-create-contents): Don't take neither
3379         (function . args) nor (string . something) any more.
3380
3381         * wl-version.el (wl-generate-user-agent-string): Return string
3382         without header symbol.
3383         * wl-draft.el (wl-draft-default-headers): Use it.
3384
3385         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3386         `wl-draft-insert-ccs' and return field value instead of inserting
3387         the header. Abolish cc argument.
3388         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3389
3390         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3391         rather than one with string car.
3392
3393         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3394         * wl-draft.el (wl-draft-create-contents): Add it after the default
3395         headers.
3396
3397         * wl-draft.el (wl-draft-create-contents): For the case of
3398         (symbol-or-string . function) insert header only when the function
3399         returns string value.
3400
3401 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3402
3403         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3404         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3405
3406 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl.el (wl-check-environment): Don't check Message-ID when
3409         `wl-insert-message-id' is nil.
3410         Revive checking if `wl-message-id-domain' contains "@".
3411
3412 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl.el (wl-check-environment): Merge examination for "@" at
3415         inappropriate position into the first string-match.
3416
3417         * wl-summary.el (wl-summary-target-mark-print): New function.
3418         (wl-summary-pipe-message-subr): Extracted from
3419         `wl-summary-pipe-message'.
3420         (wl-summary-target-mark-pipe): New function.
3421         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3422         `wl-summary-target-mark-pipe'.
3423
3424 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3427
3428 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl.el (wl-check-environment): Use elmo-warning instead of
3431         error for non-critical ones.
3432         Remove trash folder check.
3433         (wl): Don't ignore error in wl-check-environment.
3434
3435         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3436         check, which is moved from `wl-check-environment'.
3437         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3438
3439 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3440
3441         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3442         guess anything, call wl-summary-write.
3443         (wl-summary-write): Create draft with blank To field.
3444         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3445
3446 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3447
3448         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3449         argument full as well for wl-folder-write-current-folder.
3450         If wl-*-write-current-folder cannot guess addressee, add blank
3451         To header.
3452         Rewrite condition for positioning cursor.
3453
3454 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3455
3456         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3457         summary buffer is present, use it.
3458         (wl-folder-jump-to-previous-summary): Ditto.
3459
3460 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3461
3462         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3463
3464         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3465         wl-summary-previous-buffer and wl-summary-next-buffer.
3466
3467         * wl-folder.el (wl-folder-mode-map): Bind
3468         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3469         (wl-folder-jump-to-next-summary): New function.
3470         (wl-folder-jump-to-previous-summary): Ditto.
3471
3472         * wl-draft.el (wl-draft): Rearranged.
3473
3474 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3477         of header.
3478         (wl-draft): Collect arguments for the header as header-alist.
3479         (wl-draft-forward): Arrange arguments for wl-draft.
3480         (wl-draft-reply): Ditto.
3481         (wl-draft-edit-string): Ditto.
3482         * wl-summary.el (wl-summary-write): Ditto.
3483         (wl-summary-write-current-folder): Ditto.
3484
3485         * Version number is increased to 2.9.8.
3486
3487 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3490
3491         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3492
3493         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3494         even if the guess failed.
3495
3496         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3497         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3498         wl-summary-write-current-folder.
3499         * wl-xmas.el: Ditto.
3500
3501 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-summary.el (wl-summary-next-page): Force display message if
3504         message is not displayed yet.
3505         (wl-summary-prev-page): Ditto.
3506
3507 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3508
3509         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3510
3511 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3514         add "Preview Message" and "Save Draft and Exit".
3515
3516 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3517
3518         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3519         if addrmgr is called from draft in splitted window.
3520
3521         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3522         * wl-mule.el: Ditto.
3523         * wl-xmas.el: Ditto.
3524
3525 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3528
3529         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3530         * wl-xmas.el (wl-folder-toolbar): Ditto.
3531
3532 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3535         and wl-draft-save-and-exit.
3536         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3537         * wl-xmas.el: Ditto.
3538         * wl-mule.el: Ditto.
3539
3540         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3541         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3542
3543 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3546         lists for saving buffer.
3547
3548 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3551         parent-folder argument instead of it.
3552         (wl-draft-create-buffer): Ditto.
3553         (wl-draft-forward): Ditto.
3554         (wl-draft-reply): Ditto.
3555         * wl-summary.el (wl-summary-write): Ditto.
3556         (wl-summary-write-current-folder): Ditto.
3557
3558         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3559         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3560         Folder buffer after composing.
3561
3562 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3565         header if the file `wl-x-face-file' already contains it.
3566
3567 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3568
3569         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3570         folder" entry.
3571         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3572         * wl-e21.el (wl-folder-toolbar): Ditto.
3573         * wl-xmas.el (wl-folder-toolbar): Ditto.
3574
3575 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3576
3577         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3578         wl-folder-goto-folder with sticky argument.
3579         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3580
3581 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3584         and wl-summary-previous-buffer.
3585         (wl-summary-next-buffer): New function.
3586         (wl-summary-previous-buffer): Ditto.
3587
3588 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3591         wl-folder-jump-to-current-entity-with-arg.
3592         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3593         `wl-folder-jump-to-current-entity'.
3594         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3595         `wl-summary-goto-folder-sticky'.
3596         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3597         `wl-summary-goto-folder'.
3598         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3599         Unless force-exit, do not clean temp. marks for sticky summary.
3600         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3601
3602 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3605         not entire.
3606
3607 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3610         to `C-x C-s'.
3611         (wl-summary-save-status): New command.
3612         (wl-summary-exit): Don't clean-up temp marks when sticky.
3613         (Applied patch from Nakayama-san [wl: 09548])
3614         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3615         Do nothing when no mark data.
3616         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3617         Call `wl-summary-delete-all-temp-marks' before saving.
3618
3619 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3620
3621         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3622
3623 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl.el (wl-check-environment): Also cause error when (system-name)
3626         returns "localhost.localdomain". (Although it doesn't affect because
3627         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3628
3629 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3632         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3633
3634         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3635         value.
3636
3637 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3640         Likewise r-cc-list and r-ng-list.
3641
3642 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3645         only if it is bound as variable.
3646
3647         * wl-mime.el (wl-draft-preview-message): Ditto.
3648
3649 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3652         needless `goto-char'.
3653
3654         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3655         `wl-summary-redisplay-no-mime-internal' instead of
3656         `wl-summary-redisplay-no-mime'.
3657         (wl-summary-redisplay-no-mime): Changed argument;
3658         Call `wl-summary-redisplay-no-mime-internal'.
3659
3660         * wl-mime.el (wl-draft-preview-message): Bind
3661         `mime-header-encode-method-alist' locally.
3662
3663         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3664         (wl-draft-std11-parse-addresses): Added the first address check.
3665         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3666
3667         * Version number is increased to 2.9.7.
3668
3669 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3670
3671         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3672
3673 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3674
3675         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3676         related to scrollbar support, if there is no such a feature
3677         compiled in.
3678
3679 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3682         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3683         for prefetch.
3684
3685 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3686
3687         * wl-summary.el (wl-summary-pick): Fix for no match.
3688
3689 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3690
3691         * wl-draft.el (wl-draft-save):
3692         Override `mime-header-encode-method-alist'.
3693
3694 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3695
3696         * wl-folder.el (wl-folder-pick): New function.
3697         Define key as "?".
3698
3699 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3700
3701         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3702         Fix for unplugged.
3703
3704 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3705
3706         * wl-folder.el (wl-folder-virtual): New function.
3707         Define key as "V".
3708
3709 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3710
3711         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3712         multi folder if entity is group.
3713
3714 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3715
3716         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3717         is nil.
3718
3719 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3720
3721         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3722         (wl-summary-target-mark-msgs): Return the number of marked messages.
3723
3724 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3725
3726         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3727         "first:" is specified.
3728
3729 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3730
3731         * wl-vars.el (wl-from): Use return value of function
3732         user-full-name instead of the variable user-full-name since
3733         XEmacs-20.4 doesn't set this variable.
3734
3735 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3738         call `wl' directly.
3739
3740 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3741
3742         * wl-draft.el (wl-draft-reedit): Removed duplicated
3743         switch-to-buffers.
3744
3745 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * wl.el (wl-other-frame): Removed garbages.
3748
3749 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3752
3753         * wl-xmas.el (wl-draft-key-setup): Ditto.
3754
3755         * wl-mule.el (wl-draft-key-setup): Ditto.
3756
3757         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3758         (wl-draft-reedit): Ditto.
3759         (wl-draft-prepare-edit): Add `wl-draft-save' to
3760         `local-write-file-hooks'.
3761         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3762         (wl-draft-reedit): Set buffer-file-name.
3763         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3764
3765
3766         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3767         call it.
3768         (wl-delete-startup-frame-function): New variable.
3769         (wl-other-frame): New function
3770         (Original was written by Yamaoka san [wl: 09239]).
3771
3772         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3773         if `wl-folder-use-frame'.
3774
3775 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3778
3779 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3780
3781         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3782         New variable.
3783         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3784         (wl-message-buffer-prefetch-get-next): Use them.
3785         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3786
3787 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3790         with unwind-protect.
3791
3792         * wl-draft.el (wl-draft-reedit): Rewrite.
3793         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3794         (wl-draft-save): Insert header separator if it does not exist;
3795         Removed condition-case.
3796
3797         * wl-summary.el (wl-summary-reedit): Revert last change.
3798
3799         * wl-draft.el (wl-draft-save): Rewrite.
3800         (wl-draft-create-buffer): Set buffer-file-name as nil.
3801
3802         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3803
3804         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3805
3806         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3807         nil.
3808
3809 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3810
3811         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3812         If count is nil, do not prefetch.
3813         (wl-message-buffer-prefetch-next): Next.
3814
3815 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3816
3817         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3818
3819 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3820
3821         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3822         `delete-backward-char'
3823         (wl-draft-prepare-edit): Check major-mode.
3824         (wl-draft-decode-header): Rewrite.
3825         (wl-draft): Fix.
3826
3827 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3828
3829         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3830
3831 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3832
3833         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3834         (wl-message-buffer-prefetch-get-next): Remove size checking.
3835         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3836
3837 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3840         (wl-draft-default-headers): Fix.
3841
3842 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-draft.el (wl-draft-default-headers): Insert return value of
3845         `wl-generate-mailer-string-function'.
3846
3847 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3850         (wl-draft-insert-mail-header-separator): Ditto.
3851
3852         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3853         again (Reverted the change on 2002-01-17 by OKADA san).
3854
3855 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3856
3857         * wl-draft.el (wl-draft): Rewrite.
3858         (wl-draft-create-buffer): New function.
3859         (wl-draft-create-contents): Ditto.
3860         (wl-draft-prepare-edit): Ditto.
3861         (wl-draft-decode-header): Ditto.
3862         (wl-draft-decode-body): Ditto.
3863         (wl-draft-check-new-line): Ditto.
3864         (wl-draft-default-headers): Ditto.
3865         (wl-draft-insert-mail-header-separator): Ditto.
3866
3867 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3868
3869         * Version number is increased to 2.9.6.
3870
3871 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-draft.el (wl-draft-delete-field): Optional argument.
3874         (wl-draft-delete-fields): Ditto.
3875
3876 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-message.el (toplevel): Eliminated byte-compile warning.
3879         for `itimer-function', `delete-timer' and `itimer-list'.
3880
3881 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3882
3883         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3884         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3885         `wl-message-buffer-prefetch-threshold'.
3886         * wl-summary.el (wl-summary-redisplay-internal): Remove
3887         the check of `wl-message-buffer-prefetch-depth'.
3888
3889 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3890
3891         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3892         size of article.
3893         (wl-message-buffer-prefetch-subr): Remove size check.
3894
3895 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * wl-vars.el (wl-plugged): Make customizable.
3898
3899 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3900
3901         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3902         (wl-message-buffer-prefetch-set-timer): New function.
3903         (wl-message-buffer-prefetch-get-next): New function.
3904         (wl-message-buffer-prefetch): New function.
3905         (wl-message-buffer-prefetch-next): Rewrite.
3906         (wl-message-buffer-prefetch-subr): Rewrite.
3907         * wl-vars.el (wl-auto-prefetch-first): New variable.
3908         * wl-summary.el (wl-summary-goto-folder-subr): Call
3909         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3910
3911 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3912
3913         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3914         `wl-summary-unread-message-hook'.
3915
3916 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3917
3918         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3919         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3920         if range is `cache-status'.
3921
3922 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3923
3924         * wl-message.el (wl-message-buffer-prefetch-subr):
3925         Improve debug message.
3926
3927 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3930         `wl-mail-send-pre-hook'.
3931         (wl-draft-send-mail-with-qmail): Ditto.
3932         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3933
3934 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3935
3936         * wl-message.el (wl-message-buffer-prefetch-subr):
3937         Fix for cancel-function-timers bug.
3938         (wl-message-buffer-prefetch-debug): Default value is t.
3939
3940 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3941
3942         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3943         (wl-message-buffer-prefetch-subr): Rewrite.
3944         Rename from `wl-message-buffer-prefetch'.
3945
3946 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3949         (wl-default-draft-cite-decorate-author): Ditto.
3950
3951         * wl-draft.el (wl-draft-cite-function): Removed.
3952         (wl-default-draft-cite-decorate-author): Ditto.
3953
3954 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3957         (wl-default-draft-cite): Do not arrange author name if the value of
3958         `wl-default-draft-cite-decorate-author' is nil.
3959
3960 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3963
3964         * wl-folder.el (wl-folder-check-one-entity): Don't care
3965         `elmo-folder-use-flag-p'.
3966
3967 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3968
3969         * wl-folder (wl-folder-check-one-entity): Fix
3970         problem if unread is nil.
3971
3972 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-address.el (wl-address-make-completion-list): Check whether
3975         the address is a group list.
3976         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3977
3978 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3979
3980         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3981         The number of the messages of new and unread does not count
3982         correctly.
3983
3984         * wl-summary.el (wl-summary-count-unread): Changed to return
3985         `(new . unread)' instead of total.
3986         (wl-summary-sync-update): Follow the change above.
3987
3988         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3989
3990 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-address.el (wl-address-make-completion-list): Do not enclose
3993         address by " <" and ">" if associated realname is "".
3994         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3995         This is against the promblem with group list in .addresses pointed
3996         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3997
3998 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4001         message is a format control string.
4002         * wl-expire.el (wl-expire-append-log): Ditto.
4003         * wl-mime.el (wl-summary-burst-subr): Ditto.
4004         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4005         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4006
4007 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4008
4009         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4010         wl.el (wl-check-variables): Rename from `wl-check-type'.
4011         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4012         (wl-check-variables-2): New function.
4013         (wl): Call `wl-check-variables-2'.
4014
4015 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4016
4017         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4018         after renaming folder in access group.
4019
4020 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4021
4022         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4023         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4024         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4025         (wl-message-buffer-prefetch): Rewrite.
4026         (wl-message-buffer-prefetch-idle-time): Removed.
4027         * wl-summary.el (wl-summary-redisplay-internal):
4028         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4029         Error check for `wl-message-buffer-prefetch-depht'.
4030
4031 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4032
4033         * Version number is increased to 2.9.5.
4034         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4035
4036 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4037
4038         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4039         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4040         Based on the patch written by
4041         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4044
4045         * wl-draft.el (wl-draft-raw-send): Fix for
4046         `wl-news-send-pre-hook'
4047
4048 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4049
4050         * wl-utils.el (wl-message-id-function): New variable.
4051         * wl-draft.el (wl-draft-insert-required-fields):
4052         Use `wl-message-id-function'.
4053
4054 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4055
4056         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4057         * wl-utils.el (wl-draft-make-message-id-string):
4058         Use `wl-from' for domain part of Message-ID
4059         if `wl-message-id-use-wl-from' if non-nil.
4060         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4061
4062 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4063
4064         * wl.el (wl): Call `wl-check-type'
4065         Do not 'condition-case'.
4066
4067 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4068
4069         * wl.el (wl-check-type): New function.
4070         (wl-check-type-variables): New variable.
4071
4072 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4075
4076 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-draft.el (wl-smtp-password-key): New function.
4079         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4080         (wl-draft-send-mail-with-smtp): Ditto.
4081         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4082
4083 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4084
4085         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4086         * wl-utils.el (wl-unique-id-suffix): Remove.
4087
4088 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4089
4090         * Version number is increased to 2.9.4.
4091
4092 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-utils.el (wl-unique-id-suffix): New variable.
4095         (wl-unique-id): Use `wl-unique-id-suffix'
4096
4097 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4098
4099         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4100         instead of `elmo-msgdb-search'.
4101
4102         * Version number is increased to 2.9.3.
4103
4104 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4105
4106         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4107
4108 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4111         (wl-draft-dispatch-message): Changed for send-later.
4112         (wl-draft-queue-flush): Ditto.
4113         (wl-draft): Clear `wl-sent-message-queued'.
4114         (wl-draft-reedit): Ditto.
4115         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4116         * wl-vars.el (wl-draft-force-queuing): New variable.
4117         (wl-draft-force-queuing-mail): New variable.
4118         (wl-draft-force-queuing-news): New variable.
4119
4120 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4121
4122         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4123         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4124
4125 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4126
4127         * Version number is increased to 2.9.2.
4128
4129 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * wl-draft.el (wl-draft-elide-region): New user command.
4132         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4133
4134         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4135         command `wl-draft-elide-region'.
4136         * wl-mule.el: Ditto.
4137         * wl-xmas.el: Ditto.
4138
4139 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4142         (wl-biff-check-folder-async): Removed needless let.
4143
4144 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4147         wl-folder-get-elmo-folder.
4148         (wl-biff-check-folder): Set `biff' argument of
4149         `wl-folder-check-one-entity'.
4150         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4151
4152         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4153         (wl-folder-check-one-entity): Added `biff' argument;
4154         Setup `biff' slot of folder.
4155
4156         * Version number is increased to 2.9.1.
4157
4158 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4161         comment out and fixed.
4162         (wl-fldmgr-add-completion-subr): Ditto.
4163
4164         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4165         and msgdb.
4166
4167         * wl.el (wl-toggle-plugged): Save summary view.
4168
4169 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4172
4173 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4174
4175         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4176
4177 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4180         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4181         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4182
4183         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4184         if it was failed.
4185         (wl-demo): Disable undo in the demo buffer.
4186
4187 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-version.el (wl-version): Changed codename.
4190
4191         * Version number is increased to 2.9.0.
4192
4193 2001-12-14  Takuo KITAME <kitame@northeye.org>
4194
4195         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4196         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4197         (wl-folder-mark-as-read-all-current-entity): Ditto.
4198
4199 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4200
4201         * wl-vars.el (wl-from-width): Define as obsolete variable.
4202         (wl-subject-length-limit): Ditto.
4203
4204         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4205
4206         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4207         wl-summary-save-view.
4208
4209         * wl.el (wl-save-status): Ditto.
4210         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4211
4212         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4213         (wl-summary-exit): Follow the change above.
4214         (wl-summary-goto-folder-subr): Ditto.
4215
4216         * wl-folder.el (wl-folder-create-subr): Don't use
4217         `elmo-folder-creatable-p'.
4218
4219 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4222
4223 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4226         rather than bitmap on Emacs 21.
4227         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4228         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4229         for xbm if the new redisplay engine is not available.
4230
4231 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-folder.el (wl-folder-init-hook): New hook.
4234         (wl-folder-init): Run `wl-folder-init-hook'.
4235
4236 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4239
4240 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl-acap.el (wl-acap-cache-filename): New variable.
4243         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4244         (wl-acap-init): Use cache if no ACAP server found.
4245
4246 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4247
4248         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4249         `wl-acap-original-msgdb-dir'.
4250
4251         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4252         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4253
4254         * wl-mime.el (wl-mime-save-directory): Renamed from
4255         `wl-mime-save-dir'.
4256
4257 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4260
4261         * wl-demo.el: Require `path-util'.
4262         (wl-demo-bitmap-mule-available-p): New internal variable.
4263         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4264         `module-installed-p' instead.
4265         (wl-demo-insert-image): Use *.img file for a bitmap image.
4266         (wl-demo): Don't call the ascii demo recursively.
4267
4268 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4269
4270         * Version number is increased to 2.7.7.
4271
4272 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4273
4274         * wl.el (wl-exit): Eliminated byte-compile warning.
4275
4276 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4277
4278         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4279         obsolete variable using `elmo-define-obsolete-variable'.
4280         (wl-fetch-confirm-threshold): Ditto.
4281         (wl-cache-prefetch-folder-type-list): Ditto.
4282         (wl-cache-prefetch-folder-list): Ditto.
4283
4284 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4287         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4288         (wl-demo-insert-image): New function.
4289         (wl-demo-insert-text): New function.
4290         (wl-demo-image-type-alist): Redefine as a function.
4291         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4292         (wl-demo-with-temp-file-buffer): Removed.
4293         (wl-logo-xpm): Removed.
4294         (wl-logo-xbm): Removed.
4295         (wl-logo-bitmap): Removed.
4296
4297 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4298
4299         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4300         (wl-expire-localdir-get-folder-function): New user option.
4301         (wl-expire-localdir-get-folder): New function.
4302         (wl-expire-localdir-date): Ditto.
4303
4304 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4305
4306         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4307         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4308         Fixed unread number mismatch when all-unread < unread.
4309
4310 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4311
4312         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4313         (wl-fetch-confirm-threshold): Ditto.
4314
4315         * wl-summary.el (wl-summary-confirm-appends): Removed.
4316         (wl-summary-sync-update): Don't refer
4317         `wl-summary-update-confirm-threshold' (It is now abolished).
4318
4319         * wl-message.el (wl-message-display-internal): Don't refer
4320         `wl-fetch-confirm-threshold' (It is now abolished).
4321
4322 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4325
4326 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4329         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4330         Change default value to nil.
4331         (wl-summary-indent-length-limit): The value can be nil, nil means
4332         unlimited.
4333
4334         * wl-summary.el: Don't set limit for indent length if the value of
4335         wl-summary-indent-length-limit is nil.
4336         If the value of wl-summary-width is nil, it means only that the width
4337         of summary is unlimited (nil doesn't mean that the indent length is
4338         unlimited).
4339
4340         * wl-thread.el: Ditto.
4341
4342 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4343
4344         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4345         be nil, nil means never confirm.
4346         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4347
4348 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4351         means unlimited).
4352
4353 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4354
4355         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4356         Use `with-temp-buffer'.
4357
4358 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4359
4360         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4361         with new backquote style).
4362         (wl-folder-get-entity-from-buffer): Ditto.
4363
4364 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4365
4366         * wl-version.el (nemacs-version): Eliminated.
4367         (wl-extended-emacs-version2): Ignore nemacs.
4368         (wl-extended-emacs-version3): Ditto.
4369
4370 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4371
4372         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4373         (wl-draft-add-in-reply-to): New variable.
4374         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4375         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4376         (wl-draft-yank-from-mail-reply-buffer): Use
4377         `wl-draft-add-in-reply-to'.
4378         (wl-draft-insert-current-message): Ditto.
4379
4380 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4381
4382         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4383         typo (kill->hide).
4384         (wl-message-buffer-prefetch-folder-type-list): Added elements
4385         `mark' and `cache' instead of `internal'.
4386
4387 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4390         resume msgdb directory.
4391
4392 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4393
4394         * wl.el (wl-exit): Call `wl-acap-exit'.
4395
4396         * wl-summary.el (wl-summary-message-string): New function.
4397         (wl-summary-reedit): Use it.
4398         (wl-summary-resend-bounced-mail): Remove needless let.
4399         (wl-summary-supersedes-message): Ditto.
4400         (wl-summary-save): Ditto.
4401
4402         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4403         (wl-acap-init): Set it.
4404         (wl-acap-exit): New function.
4405
4406 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4407
4408         * wl.el (wl-init): Revert (require 'mime-setup). move from
4409         toplevel.
4410
4411 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4412
4413         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4414         local variables.  Add error when guess function return invalid
4415         value.
4416
4417 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4418
4419         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4420         Change local variable name.
4421         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4422         (wl-folder-get-newsgroups): Return nil when non-news folder.
4423         * wl-summary.el (wl-summary-write-current-folder): State through
4424         when guess-list return nil.
4425         (wl-summary-write-current-folder-functions): Fixed docstring.
4426
4427         * wl.el (wl-exit): Changed confirm message.
4428
4429         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4430         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4431
4432         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4433
4434 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4435
4436         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4437         user option (Renamed from wl-cache-prefetch-folder-type-list).
4438         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4439         from wl-cache-prefetch-folder-list).
4440
4441         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4442         Move to wl-vars.el.
4443         (wl-message-buffer-prefetch-p): Changed to enable
4444         `wl-message-buffer-prefetch-folder-list'.
4445
4446         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4447         `ignore-cache'.
4448
4449 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4452         `part-top' and `part-bottom'.
4453         (wl-draft-config-sub-part-top): New function.
4454         (wl-draft-config-sub-part-bottom): New function.
4455
4456 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4459
4460 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4461
4462         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4463
4464 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4467
4468         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4469         (wl-summary-write-current-folder): Ditto.
4470
4471 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * wl-folder.el (wl-folder-get-newsgroups): Use
4474         `elmo-folder-newsgroups'.
4475
4476 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4479         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4480         `wl-draft-config-sub-header-bottom'.
4481
4482 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4483
4484         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4485         localnews folder.
4486
4487 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-summary.el (wl-summary-mode): Undo last change.
4490
4491         * wl-folder.el (wl-folder-mode): Ditto.
4492
4493 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-summary.el (wl-summary-mode): Locally set
4496         truncate-partial-window-width to nil.
4497         (for XEmacs)
4498
4499         * wl-folder.el (wl-folder-mode): Ditto.
4500
4501 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4504
4505 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4508         number.
4509
4510         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4511
4512         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4513
4514         * Version number is increased to 2.7.6.
4515
4516 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4519
4520 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-summary.el (wl-summary-sync-update): Enclose network
4523         related portion with `unwind-protect'.
4524
4525 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4526
4527         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4528
4529 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4532         element.
4533         * wl-vars.el (wl-message-body-button-alist): Ditto.
4534
4535         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4536         max match length.
4537         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4538
4539         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4540         for the max match length;
4541         Use 4th element value for the button string regexp group.
4542
4543         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4544         candidate exists, prompt to select.
4545
4546 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4547
4548         * wl-summary.el (wl-summary-jump-to-msg): Search before
4549         calibration point by `beginning-of-line'.
4550
4551 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4554         for access group.
4555
4556 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-message.el (wl-message-display-internal): Bind
4559         `default-mime-charset'.
4560
4561         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4562
4563         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4564
4565         * Version number is increased to 2.7.5.
4566
4567 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4568
4569         * wl-expire.el (wl-summary-archive): Fixed;
4570         Use `elmo-folder-name-internal'.
4571
4572 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4573
4574         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4575         from `elmo-folder-move-messages' caller.
4576         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4577
4578         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4579         related portions are changed).
4580
4581 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4582
4583         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4584         counter.
4585
4586 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4589         buffer local and set it to nil.
4590
4591         * wl-message.el (wl-message-redisplay): Ditto.
4592
4593 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4594
4595         * wl-summary.el (wl-summary-mark-as-important): If message is
4596         already cached, set messag as read, otherwise encache and mark as read.
4597
4598 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4601         point-min.
4602
4603 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4606         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4607         a keymap.
4608
4609 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4612         parent.
4613
4614         * wl-mule.el (wl-message-define-keymap): Ditto.
4615
4616         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4617
4618         * wl-xmas.el (wl-message-display-internal-hook): Define.
4619         (wl-xmas-setup-message-toolbar): Define as function.
4620         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4621         (wl-message-overload-functions): Abolished.
4622         (wl-message-define-keymap): New function.
4623
4624         * wl-vars.el (wl-message-display-internal-hook): New variable.
4625         (wl-message-header-button-alist): New variable (Renamed from
4626         wl-highlight-message-header-button-alist).
4627         (wl-message-body-button-alist): Ditto.
4628
4629         * wl-mule.el (wl-message-define-keymap): New function.
4630         (wl-message-overload-functions): Abolished.
4631
4632         * wl-message.el (wl-message-add-buttons-to-body): New function.
4633         (wl-message-redisplay): Don't call wl-message-overload-functions;
4634         Call wl-message-add-buttons-to-header and
4635         wl-message-add-buttons-to-body.
4636         (wl-message-display-internal): Set keymap argument for
4637         elmo-mime-display-as-is, elmo-mime-message-display;
4638         Run wl-message-display-internal-hook.
4639         (wl-message-refer-article-or-url): Abolished.
4640
4641         * wl-highlight.el (wl-highlight-headers): Don't call
4642         wl-highlight-message-add-buttons-to-header.
4643         (wl-highlight-message-add-buttons-to-header): Abolished.
4644
4645
4646         * wl-e21.el (wl-message-display-internal-hook): Define.
4647         (wl-e21-setup-toolbar): Deleted duplicated binding.
4648         (wl-e21-setup-message-toolbar): Define as function.
4649         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4650         (wl-message-define-keymap): New function.
4651         (wl-message-overload-functions): Abolished.
4652
4653 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4656         and elmo-folder-close.
4657
4658         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4659
4660 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4661
4662         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4663         boolean value.
4664         * wl-draft.el (wl-draft-do-fcc): Ditto.
4665
4666 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-vars.el (wl-fcc-force-as-read): New variable.
4669         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4670         mark copied message as read.
4671
4672 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4675
4676 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4677
4678         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4679         `wl-summary-target-above' instead of obsolete variable
4680         `wl-summary-temp-above'.
4681
4682         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4683         instead of `make-obsolete-variable'.
4684         * wl-refile.el (toplevel): Ditto.
4685
4686 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4689         with third argument t.
4690         (wl-draft): Set first argument for wl-plugged-init as t.
4691
4692         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4693         definition.
4694
4695 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4696
4697         * wl-vars.el: Tabify.
4698         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4699
4700         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4701         message.
4702
4703 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4706         and set default to beep.
4707
4708 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-vars.el (wl-draft-truncate-lines): New variable.
4711
4712         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4713         instead of wl-message-truncate-lines for truncate-lines.
4714
4715 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-message.el (wl-message-display-internal): Call
4718         `wl-highlight-message' after `elmo-mime-display-as-is'.
4719
4720         * wl-mime.el (wl-mime-display-text/plain): New function.
4721         (wl-mime-display-header): Ditto.
4722         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4723         body-presentation-method for text/plain;
4724         Register `wl-mime-display-header' as a header-presentation-method;
4725         Don't set up `elmo-message-text-content-inserted-hook' and
4726         `elmo-message-header-inserted-hook'.
4727
4728         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4729         variable.
4730         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4731         as t if flag is 'all-header;
4732         Don't bind `elmo-message-ignored-field-list',
4733         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4734
4735 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4738         for xemacs with non-mule environment.
4739
4740 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4743         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4744         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4745
4746 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4747
4748         * wl-vars.el (wl-interactive-send): Set default value as t.
4749
4750 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4751
4752         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4753         (wl-addrmgr-method-list): Abolished.
4754         (wl-addrmgr-change-method): Follow above change.
4755
4756         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4757
4758 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-vars.el (wl-message-truncate-lines): Change default value
4761         to default-truncate-lines.
4762
4763         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4764
4765 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-vars.el (wl-message-truncate-lines): New variable.
4768
4769         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4770         wl-message-truncate-lines.
4771
4772 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4773
4774         * wl-acap.el (wl-acap-init): Remove period from error message.
4775         (wl-acap-find-acap-service): Remove period from message.
4776
4777 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl.el (wl-check-environment): Undo last change.
4780
4781         * wl-vars.el (wl-from): Changed default value.
4782
4783         * wl-util.el (toplevel): Don't require tm-edit.
4784
4785         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4786         `wl-folder-init';
4787         Don't set mark on mail body.
4788         (wl-draft-reedit): Ditto.
4789
4790         * wl-address.el (wl-address-quote-specials): Define as an alias for
4791         elmo-address-quote-specials.
4792
4793 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4794
4795         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4796
4797         * wl-vars.el (wl-from): Set default value as nil.
4798         (wl-organization): Set default value as ORGANIZATION environment
4799         variable.
4800
4801         * wl-draft.el (wl-smtp-extension-bind): Check value of
4802         wl-smtp-connection-type.
4803
4804         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4805         error.
4806
4807 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4808
4809         * Version number is increased to 2.7.4.
4810
4811         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4812         arguments from `wl-highlight-x-face-function' caller.
4813         Use x-face-1.3.6.12 or later.
4814
4815 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4816
4817         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4818
4819 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4822         (wl-fcc): Fix to accept function.
4823         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4824
4825 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4826
4827         * wl-acap.el (toplevel): Added `product-provide' declare.
4828         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4829
4830 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl.el (wl): Changed order of calling `elmo-init'
4833         and `elmo-folder-init'.
4834
4835 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4836
4837         * wl-mime.el (wl-summary-burst): Extract message when content-type
4838         of root entity is not only `multipart' but also `message/rfc822'.
4839         (wl-summary-burst-subr): Ditto.
4840
4841 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4842
4843         * wl-vars.el (toplevel): Require 'custom.
4844         (wl-trash-folder): Added to `wl-setting' group.
4845
4846         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4847         exists.
4848         (wl-addrmgr-draw): Insert empty line when no entry exists.
4849
4850         * wl-mule.el (wl-message-wheel-up): Fixed.
4851         (wl-message-wheel-down): Ditto.
4852
4853 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4854
4855         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4856         config is an anonymous lambda expression.
4857
4858 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4861         when Mule 2 is running.
4862
4863 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4866
4867 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4870         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4871
4872         * wl-address.el (wl-address-specials-regexp): Eliminated.
4873         (wl-address-quote-specials): Rewrite.
4874
4875 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4878         shy-groups for regexp.
4879
4880         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4881         character classes and Perl style shy-groups for regexp.
4882         (wl-highlight-plugged-current-line): Use Posix style character
4883         classes for regexp.
4884         (wl-e21-highlight-folder-by-numbers): Ditto.
4885         (wl-e21-display-image-p): Use `display-images-p' instead of
4886         `display-graphic-p'.
4887         (display-images-p): Make an alias to `display-graphic-p' if it is
4888         not available.  It is for Emacs version prior to 21.0.105.
4889
4890         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4891         `display-graphic-p'.
4892         (wl-demo-image-type-alist): Ditto.
4893         (display-images-p): Make an alias to `display-graphic-p' if it is
4894         not available.  It is for Emacs version prior to 21.0.105.
4895
4896 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4897
4898         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4899         support.
4900         (wl-generate-user-agent-string): Ditto.
4901
4902         * wl-version.el (wl-version): Update docsting.
4903         (wl-version-status): Ditto.
4904
4905 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4906
4907         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4908         21.0.105.  For Emacs 21.0.104 or earlier.
4909
4910 2001-09-03  Takuo KITAME <kitame@northeye.org>
4911
4912         * wl-e21.el (wl-plugged-init-icons): Use
4913         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4914         (wl-biff-init-icons): Ditto.
4915
4916 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-highlight.el (wl-highlight-summary-current-line):
4919         Fixed highlighting refile/copy destination.
4920
4921         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4922         (wl-acap-store): Encode string by wl-acap-coding-system.
4923
4924 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-acap.el (toplevel): Check and require 'un-define before
4927         'xemacs-ucs;
4928          Added checking for UTF-2000.
4929
4930 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4933         Don't enclose with `eval-and-compile'.
4934
4935         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4936         wl-init is non-nil.
4937
4938         * wl-draft.el (wl-draft): Ditto.
4939
4940         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4941
4942         * wl-acap.el (toplevel): Require 'wl.
4943         (wl-acap-store): Call `elmo-init'.
4944
4945         * wl.el (wl): Changed position of `wl-check-environment'.
4946         (toplevel): Added autoload setting for wl-acap.
4947
4948         * wl-vars.el (wl-setting): New custom group.
4949         (wl-from): Added wl-setting group.
4950         (wl-user-mail-address-list): Ditto.
4951         (wl-organization): Ditto.
4952         (wl-subscribed-mailing-list): Ditto.
4953         (wl-envelope-from): Ditto.
4954         (wl-smtp-posting-user): Ditto.
4955         (wl-smtp-posting-server): Ditto.
4956         (wl-smtp-posting-port): Ditto.
4957         (wl-smtp-authenticate-type): Ditto.
4958         (wl-pop-before-smtp-user): Ditto.
4959         (wl-pop-before-smtp-server): Ditto.
4960         (wl-pop-before-smtp-port): Ditto.
4961         (wl-pop-before-smtp-authenticate-type): Ditto.
4962         (wl-nntp-posting-server): Ditto.
4963         (wl-nntp-posting-user): Ditto.
4964         (wl-nntp-posting-port): Ditto.
4965         (wl-fetch-confirm-threshold): Ditto.
4966         (wl-prefetch-threshold): Ditto.
4967         (wl-thread-insert-opened): Ditto.
4968         (wl-ldap-server): Ditto.
4969         (wl-ldap-port): Ditto.
4970         (wl-ldap-base): Ditto.
4971         (wl-ldap-objectclass): Ditto.
4972         (wl-use-ldap): Ditto.
4973         (wl-draft-config-alist): Ditto.
4974         (wl-draft-config-matchone): Ditto.
4975         (wl-template-alist): Ditto.
4976         (wl-message-sort-field-list): Ditto.
4977         (wl-message-ignored-field-list): Ditto.
4978         (wl-message-visible-field-list): Ditto.
4979         (wl-interactive-send): Ditto.
4980         (wl-summary-move-order): Ditto.
4981         (wl-auto-select-first): Ditto.
4982         (wl-auto-select-next): Ditto.
4983         (wl-interactive-save-folders): Ditto.
4984
4985         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4986         Initialization codes are moved from wl-local-folder-init.
4987         (wl-local-folder-init): Follow the change above.
4988         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4989
4990         * wl-acap.el: New file.
4991
4992         * Version number is increased to 2.7.3.
4993
4994 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4997
4998 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5001         (wl-addrmgr-address-entry-list): Ditto.
5002
5003 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-e21.el (wl-draft-mode-map): Removed binding for
5006         `wl-draft-insert-x-face-field'.
5007
5008         * wl-mule.el (wl-draft-mode-map): Ditto.
5009
5010         * wl-xmas.el (wl-draft-mode-map): Ditto.
5011
5012         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5013         (wl-cs-autoconv): Ditto.
5014         (wl-cs-local): Ditto.
5015         (wl-use-scoring): Ditto.
5016         (wl-mime-charset): Ditto.
5017         (wl-folder-check-async): Ditto.
5018
5019         * wl.el (toplevel): Ignore nemacs and tm.
5020         (wl-exit): Ditto.
5021
5022         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5023         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5024         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5025         instead of wl-address-petname-add-or-change.
5026         (wl-summary-edit-addresses-subr): Use wl-address-delete
5027         instead of wl-address-petname-delete.
5028
5029         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5030
5031         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5032         if error occured.
5033
5034         * wl-message.el (require): Remove tm support.
5035
5036         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5037
5038         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5039         (wl-folder-jump-to-current-entity): Ditto.
5040         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5041
5042         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5043         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5044         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5045
5046         * wl-mule.el (wl-draft-key-setup): Ditto.
5047
5048         * wl-xmas.el (wl-draft-key-setup): Ditto.
5049
5050         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5051         (wl-draft-std11-parse-addresses): New function.
5052         (wl-draft-parse-mailbox-list): Use it.
5053         (wl-draft): Ignore nemacs.
5054         (wl-draft-reedit): Ditto.
5055
5056         * wl-addrmgr.el: New file.
5057         (Original is wl-rcpt.el written by
5058         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5059         Thanks Kitamoto-san.)
5060
5061         * wl-address.el (wl-address-make-address-list): Modified parsing
5062         process.
5063         (wl-address-delete): Renamed from `wl-address-petname-delete';
5064         Modify wl-address-list too.
5065         (wl-address-add-or-change): Renamed from
5066         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5067
5068 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5069
5070         * wl-highlight.el (wl-highlight-summary-current-line):
5071           Work with transient-mark-mode
5072
5073 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * Version number is increased to 2.7.2.
5076
5077         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5078         instead of elmo-dop-queue-method.
5079
5080 2001-08-06  SAITO Atsunori <sai@yedo.com>
5081
5082         * wl-vars.el (wl-ldap-objectclass): New user option.
5083
5084         * wl-address.el (wl-ldap-make-filter): Use it.
5085
5086 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5089
5090 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-folder.el (wl-folder): redisplay after folder insertion.
5093
5094         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5095
5096         * wl-summary.el (wl-summary-sync-update):
5097         Change status mark only when new-msgdb exists.
5098         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5099
5100 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-summary.el (wl-summary-open-folder): New function.
5103         (wl-summary-goto-folder-subr): Use it.
5104         (wl-summary-mark-as-important): Fix;
5105         Encache only when no cache exists.
5106
5107 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5110         Use with-current-buffer.
5111
5112 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5113
5114         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5115         before call `get-buffer'. Fixed parenthesis.
5116         (wl-score-get-header-entry): Clear message and help window when
5117         keyboard quit.
5118         (wl-score-edit-insert-header): Ditto.
5119
5120 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5123         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5124         (wl-default-draft-cite): Fix.
5125
5126         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5127         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5128
5129 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-message.el (wl-message-prev-page): Do same bahavior
5132         as summary when it is called in the message buffer.
5133         (wl-message-next-page): Ditto.
5134
5135 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-summary.el (wl-summary-forward): Use cache if it is not
5138         section cache.
5139
5140 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5143         Removed redundant require of elmo-vars.
5144         (wl-biff-state-indicator-on): Changed default value for
5145         xemacs with non-mule environment.
5146
5147         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5148         wl-message-buffer is nil;
5149         Hide progress bar after moving messages.
5150
5151 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5154         message at cursor point is deleted.
5155
5156 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-vars.el: Changed file coding system to euc-japan.
5159         Added -*-coding:-*- magic to the first line.
5160
5161         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5162         Search parent from the first message.
5163
5164         * Version number is increased to 2.7.1.
5165
5166 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5167
5168         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5169
5170 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5173         refile/delete execution.
5174
5175         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5176         Fixed docstring.
5177
5178 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5181         do update process;
5182         Don't update marks when update process is interrupted.
5183
5184 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-summary.el (wl-summary-reply): Fixed problem when
5187         wl-draft-use-frame is non-nil.
5188         (wl-summary-forward): Ditto.
5189
5190         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5191         as nil.
5192         (wl-folder-mark-as-read-all-entity): Ditto.
5193         (wl-folder-prefetch-entity): Ditto.
5194
5195         * wl.el (wl): Check environment before wl-init.
5196
5197         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5198         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5199         instead of wl-summary-collect-unread.
5200         (wl-summary-reply): Split message window.
5201
5202 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5205         only if current language environment is japanese,
5206
5207         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5208         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5209         (wl-folder-goto-folder-subr): Ditto.
5210
5211         * wl-draft.el (wl-draft-dispatch-message): Call
5212         `elmo-file-cache-get-path'.
5213
5214 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-summary.el (wl-summary-cursor-move): If return value of
5217         wl-summary-next-message is not number, don't jump.
5218
5219 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-summary.el (wl-summary-buffer-next-message-function): New
5222         variable.
5223         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5224         if it is bound.
5225
5226         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5227         string.
5228
5229         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5230         (wl-plugged-drawing): Ditto.
5231
5232 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5233
5234         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5235         process.
5236         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5237         with unwind-protect.
5238
5239         * wl.el (wl-init): Require mime-setup.
5240         (wl-check-environment): Don't require mime-setup.
5241
5242         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5243         instead of elmo-folder-type.
5244
5245         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5246         value as nil.
5247
5248 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * Version number is increased to 2.7.0.
5251
5252         * wl-version.el (wl-version): Changed codename.
5253
5254         * wl-summary.el (wl-summary-delete-cache): Fixed.
5255
5256         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5257         Workaround for net folders.
5258         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5259
5260         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5261         value to nil (According to the patch from
5262         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5263
5264         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5265         of elmo-folder-close.
5266
5267 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5268
5269         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5270         for postfix.
5271
5272 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-summary.el (wl-summary-resend-message): Fixed.
5275
5276         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5277         Call wl-draft with `from' argument if its address is included in
5278         `wl-user-mail-address-list'.
5279         (wl-draft): Added `from' argument.
5280
5281         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5282         non-nil.
5283         (wl): Don't show demo if wl-demo is nil.
5284
5285         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5286         wl-summary-use-frame.
5287
5288         * wl-vars.el (wl-summary-use-frame): New user option.
5289         (wl-folder-use-frame): Changed docstring.
5290
5291         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5292         non-nil.
5293         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5294         wl-summary-use-frame.
5295
5296         * wl-vars.el (wl-folder-use-frame): New user option.
5297
5298         * wl-summary.el (wl-summary-exit): Back to folder frame if
5299         wl-folder-use-frame is non-nil.
5300         (wl-summary-redisplay-internal): Ignore cache if current folder
5301         is draft folder,
5302         (wl-summary-redisplay-no-mime): Ditto.
5303         (wl-summary-redisplay-all-header): Ditto.
5304
5305         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5306         if wl-folder-use-frame is non-nil.
5307
5308 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-summary.el (wl-summary-sync-update): Bind
5311         elmo-folder-update-threshold.
5312         (wl-summary-mark-as-important): Enclosed server mark processing
5313         with `save-match-data'.
5314
5315         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5316         only when it is already defined.
5317
5318 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5319
5320         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5321         name of folder exclude localdir is wrong.
5322         * wl-folder.el (wl-folder-sync-entity):
5323         Set `wl-summary-always-sticky-folder-list' as nil.
5324         (wl-folder-mark-as-read-all-entity): Ditto.
5325         (wl-folder-prefetch-entity): Ditto.
5326
5327 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5330         instead of `wl-summary-write-current-newsgroup'.
5331
5332 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5333
5334         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5335         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5336         non-nil and selected message is important, do not display.
5337
5338 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5341
5342 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5345
5346         * wl-summary.el (wl-summary-mark-as-important): Set message number
5347         using wl-summary-message-number.
5348
5349 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5350
5351         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5352         destination folder is 'null.
5353
5354 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5355
5356         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5357         New function.
5358         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5359         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5360         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5361
5362 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-mime.el (wl-mime-setup): Added setting for
5365         `mime-setup-signature-key-alist' to avoid overriding key bind for
5366         `wl-draft-send'.
5367
5368         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5369         for `wl-draft-send'.
5370         * wl-mule.el (wl-draft-overload-functions): Ditto.
5371         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5372         * wl-draft.el (wl-draft-send): Ditto.
5373
5374         * wl-message.el (wl-message-display-internal):
5375         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5376         (Patch is provided by <kita@coe.nttdata.co.jp>).
5377
5378 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5381
5382 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5383
5384         * wl.el (wl): Fix for wl-demo.
5385
5386 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5387
5388         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5389
5390 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5391
5392         * wl-folder.el (wl-folder-prefetch-entity): Use
5393         `wl-folder-get-elmo-folder'.
5394         (wl-folder-count-incorporates): Do not use
5395         `wl-folder-get-elmo-folder'.
5396
5397 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5398
5399         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5400         instead of `elmo-folder-get-type'.
5401
5402 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5403
5404         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5405         position on Subject: field.
5406         (Advised by Mito <mit@nines.nec.co.jp>)
5407
5408 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * wl-folder.el (wl-folder-prefetch-entity): Use
5411         `wl-folder-get-elmo-folder'.
5412
5413 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5416
5417         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5418         `process-duplicates' slot.
5419
5420         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5421         if detection failed.
5422
5423 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5424
5425         * wl-version.el (wl-version-status): Set to "alpha".
5426
5427 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5430         Check wl-message-buffer lives before set-buffer.
5431
5432 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5433
5434         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5435         called in folder mode.
5436         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5437         * wl-summary.el (wl-summary-exit-pre-hook): Run
5438         `wl-summary-exit-pre-hook' before exit summary mode.
5439
5440 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5441
5442         * wl-version.el (wl-version-status): New variable.
5443         (wl-version-status-alist): Removed.
5444         (wl-version-status): Rule included.
5445
5446 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5449         @sponichi.
5450
5451         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5452         when `mail-reply-buffer' is buffer-local variable.
5453         (Reported by <kita@coe.nttdata.co.jp>).
5454
5455 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-vars.el (toplevel): Require 'elmo-util.
5458
5459 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5460
5461         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5462         (All other related portions are changed)
5463
5464         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5465
5466         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5467
5468 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5469
5470         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5471
5472 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5475         Delete other windows to avoid an error.
5476         Use `point-marker' instead of `point' to remember the start point
5477         of body.
5478
5479         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5480
5481         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5482         number not to exceed all message number.
5483
5484 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5485
5486         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5487         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5488
5489 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * wl-summary.el (wl-summary-sync-force-update): Added argument
5492         no-check.
5493         (wl-summary-sync-update): Ditto.
5494         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5495         with `no-check'.
5496
5497         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5498         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5499         already running.
5500
5501 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5502
5503         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5504         `dst-folder-arg'.
5505         (wl-expire-archive-number1): Diito.
5506         (wl-expire-archive-number2): Diito.
5507         (wl-expire-archive-Date): Diito.
5508         (wl-archive-number1): Diito.
5509         (wl-archive-number2): Diito.
5510         (wl-archive-date): Diito.
5511         (wl-archive-folder-p): New function.
5512         (wl-summary-expire): Support of expand folder name at
5513         wl-expire-alist.
5514         * wl-util.el (wl-expand-newtext): Renamed from
5515         `wl-refile-expand-newtext'.
5516
5517 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5518
5519         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5520         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5521         `(elmo-msgdb-get-overview msgdb)'.
5522         (wl-summary-prefetch): Bind match data before call
5523         `wl-summay-prefetch-msg'.
5524         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5525         'off if `wl-summary-buffer-disp-msg' is non-nil.
5526         Fixed problem that couldn't show only one new or unread message when
5527         enter folder.
5528         (wl-summary-reply): Don't call `split-window-vertically' and other
5529         window.
5530
5531 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-expire.el (wl-expire-refile): Fixed.
5534
5535 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5538
5539         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5540         biff notification is removed.
5541
5542         * wl.el (wl): Changed position of `elmo-init'.
5543
5544         * wl-draft.el (wl-default-draft-cite): Use date field
5545         on the citation buffer.
5546
5547         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5548
5549         * wl-xmas.el (wl-folder-internal-icon-list): Added
5550         `wl-folder-shimbun-image'.
5551
5552         * wl-e21.el (wl-folder-internal-icon-list): Added
5553         `wl-folder-shimbun-image'.
5554
5555 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl.el (wl-init): Eliminated argument.
5558         (wl): Rewrite.
5559
5560         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5561         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5562         instead of `elmo-folder-msgdb-internal'.
5563         (wl-summary-sync-update): Ditto.
5564         (wl-summary-flush-pending-append-operations): Eliminated.
5565         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5566         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5567         `elmo-folder-open'.
5568
5569         * wl-mime.el (wl-summary-burst): Fixed.
5570
5571         * wl-folder.el (wl-folder-info-save): Check data type.
5572
5573         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5574         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5575         instead of `elmo-folder-msgdb-internal'.
5576         (wl-expire-hide): Ditto.
5577
5578
5579         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5580
5581 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5582
5583         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5584
5585 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5586
5587         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5588
5589 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5590
5591         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5592         Fixed `match-beginning' argument mismatch.
5593
5594 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5595
5596         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5597         the default value.
5598
5599 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5602         instead of `elmo-nntp-default-port'.
5603
5604         * wl-vars.el: Fixed some doc strings.
5605
5606 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-summary.el (wl-summary-prefetch-msg): Use
5609         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5610
5611         * wl-vars.el: Define *-func as obsolete variable using
5612         `elmo-define-obsolete-variable'.
5613
5614         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5615         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5616         instead of `wl-message-buffer-prefetch-threshold'.
5617
5618         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5619
5620         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5621
5622         * wl-draft.el (wl-caesar-region-func): Ditto.
5623
5624         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5625         Keep unread status in elmo-folder-move-messages.
5626         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5627
5628 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5629
5630         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5631         `wl-summary-buffer-exit-func'
5632         (wl-summary-buffer-message-redisplay-function): Renamed from
5633         `wl-summary-buffer-message-redisplay-func'
5634         (wl-summary-buffer-next-folder-function): Renamed from
5635         `wl-summary-buffer-next-folder-func'.
5636         (wl-summary-buffer-prev-folder-function): Renamed from
5637         `wl-summary-buffer-prev-folder-func'.
5638         (wl-summary-get-petname-function): Renamed from
5639         `wl-summary-get-petname-func'.
5640
5641         * wl-score.el (wl-score-edit-exit-function): Renamed from
5642         `wl-score-edit-exit-func'.
5643
5644         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5645         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5646
5647         * wl-util.el (wl-load-profile-function): Renamed from
5648         `wl-load-profile-func'.
5649
5650         * wl-folder.el (wl-folder-completion-function): Renamed from
5651         `wl-folder-completion-func'.
5652         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5653
5654         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5655         `wl-expire-archive-get-folder-func'.
5656         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5657         (wl-draft-send-mail-function): Renamed from
5658         `wl-draft-send-mail-func'.
5659         (wl-draft-send-news-function): Renamed from
5660         `wl-draft-send-news-func'.
5661         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5662         (wl-generate-mailer-string-function): Renamed from
5663         `wl-generate-mailer-string-func'.
5664         (wl-highlight-signature-search-function): Renamed from
5665         `wl-highlight-signature-search-func'.
5666         (wl-highlight-x-face-function): Renamed from
5667         `wl-highlight-x-face-func'
5668         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5669         (wl-ps-print-buffer-function): Renamed from
5670         `wl-ps-print-buffer-func'
5671         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5672         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5673         (wl-summary-subject-filter-function): Renamed from
5674         `wl-summary-subject-filter-func'.
5675
5676         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5677         `wl-draft-queue-flush-send-func'
5678         (wl-draft-cite-function): Renamed from
5679         `wl-draft-cite-func'
5680
5681         * wl-address.el (wl-address-init-function): Renamed from
5682         `wl-address-init-func'.
5683
5684 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-draft.el (wl-draft-queue-flush): Don't call
5687         `elmo-dop-unlock-message'.
5688         * wl-draft.el (wl-draft-queue-append): Don't call
5689         `elmo-dop-lock-message'.
5690
5691         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5692         (wl-summary-buffer-folder-name): Ditto.
5693         (wl-summary-message-regexp): Added '-' (all other related portions
5694         are changed).
5695         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5696         wl-summary-buffer-folder-name.
5697
5698 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5699
5700         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5701         the number of mails in the folder buffer is not updated by wl-biff.
5702
5703 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5706         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5707
5708 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-summary.el (wl-summary-next-message):
5711         Return next message number when wl-summary-move-order is nil.
5712
5713 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5714
5715         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5716         `wl-summary-move-spec-alist'.
5717         (wl-summary-move-spec-unplugged-alist): New variable
5718         (Move spec for unplugged status).
5719         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5720         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5721
5722 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5723
5724         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5725         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5726
5727 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5728
5729         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5730         simple quotation to quote the anonymous function.
5731         * tm-wl.el (wl-draft-preview-message): Ditto.
5732
5733 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5734
5735         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5736         Eliminate redundant `save-excursion'.
5737         (wl-highlight-summary-current-line): Ditto.
5738
5739         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5740         accessing match data when `looking-at' failed.
5741
5742         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5743         `elmo-match-string' where users don't care about the speed.
5744         (wl-draft-save): Ditto.
5745
5746 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-util.el (wl-regexp-opt): New function.
5749
5750         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5751         number from `wl-summary-buffer-number-list'.
5752         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5753         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5754         (wl-summary-move-spec-alist): Changed default setting.
5755
5756 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-vars.el (wl-biff-notify-hook): New hook.
5759         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5760         the arrival of new mail.
5761         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5762         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5763
5764 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5767
5768 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5771
5772         * Version number is increased to 2.5.8.
5773
5774         * wl-thread.el (toplevel): require 'cl.
5775         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5776         (wl-thread-make-number-list): New function.
5777         (wl-thread-entity-make-number-list-from-children): Ditto.
5778         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5779         (wl-thread-entity-insert-as-children): Likewise.
5780         (wl-thread-delete-message): Likewise.
5781         (wl-meaning-of-mark): Eliminated.
5782         (wl-thread-next-failure-mark-p): Ditto.
5783         (wl-thread-entity-get-mark): Ditto.
5784         (wl-thread-meaning-alist-get-result): Ditto.
5785         (wl-thread-entity-check-prev-mark): Ditto.
5786         (wl-thread-entity-check-next-mark): Ditto.
5787         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5788         (wl-thread-entity-get-prev-marked-entity): Ditto.
5789         (wl-thread-get-prev-unread): Ditto.
5790         (wl-thread-jump-to-prev-unread): Ditto.
5791         (wl-thread-get-next-unread): Ditto.
5792         (wl-thread-jump-to-next-unread): Ditto.
5793         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5794         (wl-thread-entity-get-next-marked-entity): Ditto.
5795
5796         * wl-summary.el (wl-summary-buffer-number-list):
5797         New bufer-local variable.
5798         (wl-summary-switch-to-clone-buffer): Clone
5799         `wl-summary-buffer-number-list'.
5800         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5801         (wl-summary-cursor-move-regex): Eliminated.
5802         (wl-summary-cursor-up): Rewrite.
5803         (wl-summary-cursor-down): Ditto.
5804         (wl-summary-mode-spec-alist): New variable.
5805         (wl-summary-next-message): New inline function.
5806         (wl-summary-cursor-move): New function.
5807         (wl-summary-default-get-next-msg): Rewrite.
5808         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5809         (wl-summary-rescan): Ditto.
5810         (wl-summary-sync-all-init): Ditto.
5811         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5812         summary is not thread view.
5813         (wl-summary-sync-update): Ditto.
5814         (wl-summary-rescan): Ditto.
5815         (wl-summary-make-number-list): New function.
5816
5817         * wl-draft.el: "FCC" -> "Fcc".
5818
5819 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-highlight.el (wl-highlight-summary-window):
5822         Call `set-buffer-modified-p'.
5823
5824         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5825         (wl): Call `elmo-init' and fix.
5826
5827         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5828         Use new variables.
5829
5830         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5831
5832 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5835
5836 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5837
5838         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5839
5840 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5841
5842         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5843         `wl-use-toolbar' nor `display-graphic-p'.
5844         (wl-e21-setup-message-toolbar): Ditto.
5845         (wl-e21-setup-summary-toolbar): Ditto.
5846         (wl-e21-setup-folder-toolbar): Ditto.
5847
5848         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5849         (wl-plugged-init-icons): Ditto.
5850
5851         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5852         `display-graphic-p'.
5853         (wl-plugged-set-folder-icon): Ditto.
5854         (wl-highlight-plugged-current-line): Ditto.
5855         (wl-highlight-folder-current-line): Ditto.
5856         (wl-e21-highlight-folder-group-line): Ditto.
5857         (wl-e21-setup-toolbar): Ditto.
5858         (wl-e21-display-image-p): New macro.
5859
5860         * wl-demo.el (wl-demo): Simplified.
5861         (wl-demo-image-type-alist): Use `image-type-available-p' for
5862         checking whether the image type `xbm' is available.
5863
5864 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5867         (wl-summary-input-range): Ditto.
5868
5869 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-summary.el (wl-summary-edit-addresses): Use
5872         `wl-summary-get-original-buffer'
5873         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5874         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5875         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5876         (wl-summary-get-newsgroups): Eliminated.
5877         (wl-summary-set-crosspost): Ditto.
5878         (wl-summary-is-crosspost-folder): Ditto.
5879         (wl-crosspost-alist-load): Ditto.
5880         (wl-crosspost-alist-save): Ditto.
5881
5882         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5883         `elmo-setup-subscribed-newsgroups' instead of
5884         `elmo-nntp-make-groups-hashtb'.
5885         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5886         instead of `wl-crosspost-alist-save'.
5887
5888         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5889         of `elmo-folder-message-appendable-p'.
5890         (wl-mime-header-presentation-method): Eliminated.
5891
5892         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5893         (Error occurs in emacs21).
5894
5895         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5896         the current buffer).
5897
5898         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5899         instead of `wl-crosspost-alist-save'.
5900         (wl-init): `elmo-crosspost-message-alist-load'
5901         instead of `wl-crosspost-alist-load'
5902
5903         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5904         (wl-parse-newsgroups): Likewise.
5905         (wl-biff-notify): Run `wl-biff-notify-hook'.
5906
5907 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5910
5911         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5912         when `wl-summary-lazy-highlight' is non-nil.
5913         (wl-summary-goto-folder-subr): Highlight only when
5914         `wl-summary-lazy-highlight' is non-nil.
5915
5916         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5917         Don't display progress and highlight temp-mark when
5918         `wl-summary-lazy-highlight' is non-nil.
5919         (wl-highlight-summary-window): New function.
5920         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5921
5922 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5923
5924         * wl-summary.el (wl-summary-sync): Change `all-visible'
5925         from `all-shown'
5926         (wl-summary-input-range): Ditto.
5927
5928 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5929
5930         * wl-e21.el (wl-highlight-folder-current-line): Call
5931         `wl-folder-init-icons' when folder icons have not been initialized.
5932
5933         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5934
5935         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5936         (wl-demo-image-type-alist): New macro.
5937
5938 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5939
5940         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5941         display does not support graphics.
5942         (wl-plugged-init-icons): Ditto.
5943         (wl-folder-init-icons): Ditto.
5944
5945         * wl-demo.el (wl-demo): Chech closely whether the display
5946         supports graphics.
5947
5948 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-summary-get-original-buffer): New function.
5951         (wl-summary-set-crosspost): Use it.
5952         (wl-summary-target-mark-uudecode): Ditto.
5953         (wl-summary-reedit): Ditto.
5954         (wl-summary-resend-bounced-mail): Ditto.
5955         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5956         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5957
5958         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5959         (wl-message-display-internal): Ditto.
5960
5961 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5964
5965 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5966
5967         * wl-summary.el (wl-summary-save-view): Renamed from
5968         `wl-summary-save-status'.
5969
5970 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5971
5972         * wl-summary.el (wl-summary-sync): Added `all-shown'
5973
5974 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5975
5976         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5977
5978 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5979
5980         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5981
5982 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5983
5984         * wl-highlight.el (wl-highlight-summary-line-string): Use
5985         `zerop' instead of `= 0'.
5986         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5987
5988         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5989         for comparing numbers.
5990         (wl-template-prev): Use `zerop' instead of `eq 0'.
5991
5992         * wl-draft.el (wl-draft-insert-current-message): Use
5993         `with-current-buffer' instead of `save-excursion'.
5994         Use `zerop' instead of `eq 0'.
5995
5996 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5997
5998         * wl-draft.el (wl-draft-insert-ccs): New function.
5999         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6000         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6001
6002 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6005
6006 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-expire.el (wl-expire-refile): Don't call
6009         elmo-msgdb-add-msgs-to-seen-list;
6010         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6011         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6012
6013 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-message.el (wl-message-prev-page): Ignore errors while
6016         scroll-down.
6017
6018 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-mime.el: Use elmo-original-message-mode instead of
6021         mmelmo-original-mode.
6022
6023         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6024         `elmo-folder-get-spec';
6025         (wl-fldmgr-add-completion-all-completions):
6026         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6027
6028         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6029         of `elmo-folder-get-type'.
6030
6031         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6032         `elmo-folder-get-spec';
6033         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6034         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6035         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6036         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6037         `elmo-read-msg-no-cache';
6038         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6039         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6040         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6041         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6042         `elmo-cache-save';
6043         (wl-draft-reedit): Use `elmo-message-file-name'.
6044
6045         * wl-expire.el: Use `elmo-folder-name-internal';
6046         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6047         Use macro `wl-summary-buffer-msgdb' instead of variable
6048         `wl-summary-buffer-msgdb';
6049         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6050         Use macro `wl-summary-buffer-folder-name' instead of variable
6051         `wl-summary-buffer-folder-name'.
6052         * wl-score.el: Likewise.
6053
6054         * wl-message.el: Rewrite for new message buffer cache mechanism.
6055         (wl-message-buffer-cache-buffer-get): New macro.
6056         (wl-message-buffer-cache-folder-get): Ditto.
6057         (wl-message-buffer-cache-message-get): Ditto.
6058         (wl-message-buffer-cache-entry-make): Ditto.
6059         (wl-message-buffer-cache-hit): Ditto.
6060         (wl-message-buffer-cache-sort): New function.
6061         (wl-message-buffer-cache-add): Ditto.
6062         (wl-message-buffer-cache-delete): Ditto.
6063         (wl-message-buffer-cache-clean-up): Ditto.
6064         (wl-message-buffer-window): Rewrite.
6065         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6066         (wl-message-buffer-display): New function.
6067         (wl-message-display-internal): New function.
6068
6069 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-folder.el: Use `elmo-folder-name-internal';
6072         Use `wl-folder-get-elmo-folder';
6073         Use `elmo-folder-list-messages' instead of
6074         `elmo-list-folder';
6075         Use `elmo-folder-get-primitive-list' instead of
6076         `elmo-folder-get-primitive-spec-list';
6077         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6078         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6079         Use `elmo-folder-create' instead of `elmo-create-folder'.
6080         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6081         (wl-folder-get-elmo-folder): New macro.
6082         (wl-folder-elmo-folder-cache-get): Ditto.
6083         (wl-folder-elmo-folder-cache-put): Ditto.
6084         (wl-folder-suspend): Call `elmo-quit'.
6085
6086         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6087         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6088         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6089         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6090         (toplevel): require 'cl.
6091         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6092
6093         * wl-summary.el: Rewrite to use new elmo interface.
6094
6095 \f
6096 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-mime.el (wl-draft-preview-message):
6099         Run `wl-draft-send-hook' before collecting recipients information;
6100         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6101
6102         * tm-wl.el (wl-draft-preview-message): Ditto.
6103
6104 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6105
6106         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6107         wrong receipients are displayed when forwarded message.
6108
6109 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6110
6111         * Version number is increased to 2.5.7.
6112
6113 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6114
6115         * wl-message.el (wl-message-next-page): Bind
6116         `window-pixel-scroll-increment' to nil while scrolling up.
6117
6118 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6119
6120         * wl-vars.el (wl-save-hook): New hook.
6121         * wl.el (wl-save): Call `wl-save-hook'.
6122
6123 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6124
6125         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6126         Argument WITH-ARG instead of NO-ARG (negative mean).
6127         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6128         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6129         * wl-message.el (wl-message-follow-current-entity): Likewise.
6130
6131 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6132
6133         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6134         FROM was optional argument.
6135         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6136
6137 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6138
6139         * Version number is increased to 2.5.6.
6140
6141 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6142
6143         * wl-version.el (wl-version-show): Removed.
6144         (wl-version): Add `interactive'.
6145
6146 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6147
6148         * wl-summary.el (wl-summary-get-petname-func): New variable.
6149         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6150         instead of `wl-address-get-petname-1'.
6151         (wl-summary-simple-from): Ditto.
6152
6153         * wl-address.el (wl-address-get-petname-1): Define as function.
6154
6155 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6158         field in the original message.
6159         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6160
6161 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6162
6163         * wl-expire.el (wl-expire-hide):
6164         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6165
6166 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6169         find decoder for To, Cc, and Subject.
6170
6171 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6172
6173         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6174         for checking `elmo-use-buffer-cache'.
6175         (wl-summary-mark-as-important): Fixed typo in comment.
6176
6177 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6180         field in the original message.
6181         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6182
6183 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6184
6185         * wl-expire.el (wl-expire-hide):
6186         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6187
6188 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6191         find decoder for To, Cc, and Subject.
6192
6193 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * Version number is increased to 2.5.5.
6196
6197         * wl-address.el (wl-address-specials-regexp): New constant.
6198         (wl-address-quote-specials): Use it.
6199
6200 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * wl-summary.el (wl-summary-rescan):
6203         Call `wl-summary-buffer-number-column-detect'.
6204         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6205
6206         * wl-message.el (wl-message-mode-map): Define.
6207         (wl-message-decode): Use it as local-map.
6208
6209 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6212         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6213
6214 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6215
6216         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6217
6218         * wl-mule.el (wl-read-event-char): Ditto.
6219
6220         * wl-e21.el (wl-read-event-char): Ditto.
6221
6222         * wl-nemacs.el (wl-read-event-char): Ditto.
6223         (read-event): Removed.
6224
6225         * wl-util.el (toplevel): Removed dummy definition of
6226         `read-event'.
6227         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6228
6229 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6230
6231         * wl-nemacs.el (elmo-archive-call-process): Moved to
6232         elmo-archive.el.
6233
6234 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6235
6236         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6237         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6238
6239         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6240         instead of magic-number 6.  Use `not' instead of `null' for symbol
6241         `nil' check (not empty list).
6242         (wl-draft-insert-x-face-field): Fixed paren style.
6243
6244         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6245         one-branch conditional statement, instead of `and' and `if'.
6246         (wl-draft-forward): Likewise.
6247         (wl-draft-add-references): Likewise.
6248         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6249
6250         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6251         conditional steatment.  Use `cond' instead of `if'.
6252         (wl-draft-confirm): Likewise.
6253
6254 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6255
6256         * wl-version.el (wl-version-show): Use `product-string-1'
6257         instead of `wl-version'.
6258         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6259
6260         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6261
6262 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6263
6264         * wl-highlight.el (wl-highlight-headers): Revert
6265         `wl-highlight-x-face-func' argument (`beg' and `end').
6266
6267 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6268
6269         * wl.el (toplevel): Move `product-provide' declare.
6270         * wl-demo.el (toplevel): Ditto.
6271         * wl-dnd.el (toplevel): Ditto.
6272         * wl-highlight.el (toplevel): Ditto.
6273         * wl-message.el (toplevel): Ditto.
6274         * wl-refile.el (toplevel): Ditto.
6275         * wl-util.el (toplevel): Ditto.
6276
6277 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6280         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6281         (wl-thread-close-all): keep cursor position.
6282
6283 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6284
6285         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6286         (eq x 0).
6287         (wl-generate-user-agent-string-1): Fix conditional statement.
6288
6289 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl.el (wl-check-environment): Additional check for
6292         'wl-local-domain' and `wl-message-id-domain'.
6293
6294 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6297
6298 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6301         instead of `smtp-sasl-user-realm'.
6302
6303 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6304
6305         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6306
6307 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6308
6309         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6310         to the default value as well as `eword-lexical-analyzer'.
6311
6312 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6313
6314         * wl-version.el (wl-extended-emacs-version,
6315         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6316         `elmo-match-string' instead of `wl-match-string'.
6317
6318 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6319
6320         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6321         docstring.
6322
6323 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6324
6325         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6326
6327 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6328
6329         * wl-highlight.el (wl-highlight-headers): Remove
6330         `wl-highlight-x-face-func' argument (`beg' and `end').
6331
6332 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * wl-summary.el (wl-summary-mark-as-important):
6335         Remove cache if folder is local.
6336
6337 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6338
6339         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6340         to get existing e-mail address string.
6341
6342 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6343
6344         * wl-version.el (wl-generate-user-agent-string): Commentary.
6345         (wl-generate-user-agent-string-1): Use `when' for
6346         one-branch conditional statement, instead of `and' and `if'.
6347         (wl-extended-emacs-version, wl-extended-emacs-version2,
6348         wl-extended-emacs-version3): Ditto.
6349
6350 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6353         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6354         condition-case; Remove initialization.
6355         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6356         (wl-summary-sync-update3): Added argument `sync-all';
6357         Eliminated local variable `msgdb';
6358         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6359         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6360         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6361
6362 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6363
6364         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6365         connection before call `wl-draft-send-mail-with-smtp'.
6366
6367 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * Version number is increased to 2.5.4.
6370
6371 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6372
6373         * wl.el (wl-check-environment): Additional check for
6374         'wl-local-domain' and `wl-message-id-domain'.
6375
6376 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6379         buffer as command specific.
6380         (wl-folder-mark-as-read-all-entity): Ditto.
6381         (wl-folder-prefetch-entity): Ditto.
6382         (wl-folder-drop-unsync-entity): Ditto.
6383
6384         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6385         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6386         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6387
6388         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6389         save-excursion.
6390
6391 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * Version number is increased to 2.5.3.
6394
6395         * wl-summary.el (wl-summary-save-view-cache):
6396         Delete duplicated `write-region';
6397         Use `write-region-as-binary' instead of `as-binary-output-file' and
6398         `write-region'.
6399
6400 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6401
6402         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6403
6404 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6407         instead of `smtp-via-smtp'.
6408
6409 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6412
6413 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6414
6415         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6416         instead of `smtp-sasl-user-realm'.
6417
6418 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6421
6422 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6423
6424         * Version number is increased to 2.5.2.
6425
6426 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6429         does not exist.
6430         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6431         (wl-biff-start): Call `timer-activate' if timer already exists.
6432
6433         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6434         only when it is bound as function.
6435
6436 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * Version number is increased to 2.5.1.
6439
6440 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6443         Print refile/copy destination.
6444
6445 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6448         queue-flush-only is non-nil.
6449
6450         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6451
6452         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6453         checking cache folder.
6454
6455 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6456
6457         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6458         `regexp-quote'.
6459
6460 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6461
6462         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6463         function.
6464         * wl-summary.el (wl-summary-write-current-folder-functions):
6465         Change default value.  Use it.
6466
6467 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * Version number is increased to 2.5.0.
6470
6471         * wl-version.el (wl-version): Changed codename.
6472
6473 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6474
6475         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6476         (wl-summary-supersedes-message): Ditto.
6477
6478 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6479
6480         * wl-refile.el (wl-refile-guess-functions): Renamed from
6481         `wl-refile-guess-func-list'.
6482
6483 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6486         Fixed problem when no rule was matched.
6487
6488 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6489
6490         * wl-summary.el (wl-summary-get-mark): Fixed
6491         `wl-summary-buffer-target-mark' check logic.
6492
6493 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6494
6495         * wl-folder.el (wl-folder-write-current-folder): Added group
6496         folder check.
6497
6498         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6499         `wl-summary-write-current-newsgroup'.
6500         (wl-summary-write-current-folder-functions): New variable.
6501         * wl-folder.el (wl-folder-get-newsgroups): New function.
6502         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6503         (wl-folder-write-current-folder): Renamed from
6504         `wl-folder-write-current-newsgroup'.
6505
6506 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6507
6508         * Version number is increased to 2.3.93.
6509
6510 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6513         (wl-ldap-make-matched-value-list): Ditto.
6514         (wl-ldap-alias-safe-string): Split e-mail address.
6515
6516         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6517         petname folder default was selected.
6518         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6519         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6520
6521 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6524         to `wl-draft-config-exec'.
6525
6526         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6527         instead of calling `wl-draft-config-exec';
6528         Process group-list and show recipients in minibuffer.
6529
6530         * tm-wl.el (wl-draft-preview-message): Ditto.
6531
6532 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl.el (toplevel): Added (C) to copyright notice, and
6535         sync Author header.
6536         * tm-wl.el (toplevel): Ditto.
6537         * wl-address.el (toplevel): Ditto.
6538         * wl-demo.el (toplevel): Ditto.
6539         * wl-dnd.el (toplevel): Ditto.
6540         * wl-draft.el (toplevel): Ditto.
6541         * wl-e21.el (toplevel): Ditto.
6542         * wl-expire.el (toplevel): Ditto.
6543         * wl-folder.el (toplevel): Ditto.
6544         * wl-highlight.el (toplevel): Ditto.
6545         * wl-message.el (toplevel): Ditto.
6546         * wl-mime.el (toplevel): Ditto.
6547         * wl-mule.el (toplevel): Ditto.
6548         * wl-nemacs.el (toplevel): Ditto.
6549         * wl-refile.el (toplevel): Ditto.
6550         * wl-score.el (toplevel): Ditto.
6551         * wl-summary.el (toplevel): Ditto.
6552         * wl-template.el (toplevel): Ditto.
6553         * wl-thread.el (toplevel): Ditto.
6554         * wl-util.el (toplevel): Ditto.
6555         * wl-vars.el (toplevel): Ditto.
6556         * wl-xmas.el (toplevel): Ditto.
6557
6558 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6559
6560         * wl.el (wl-init): Added comment about `wl-init-hook'.
6561         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6562         * wl-vars.el (wl-init-hook): Added docs.
6563         (wl-make-plugged-hook): Removed useless docs.
6564         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6565         * wl-xmas.el (toplevel): Ditto.
6566
6567 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6568
6569         * wl-address.el (toplevel): Fixed multiple Author header format.
6570         * wl-demo.el (toplevel): Ditto.
6571         * wl-draft.el (toplevel): Ditto.
6572         * wl-folder.el (toplevel): Ditto.
6573         * wl-summary.el (toplevel): Ditto.
6574         * wl-thread.el (toplevel): Ditto.
6575         * wl-util.el (toplevel): Ditto.
6576         * wl-vars.el (toplevel): Ditto.
6577         * wl-version.el (toplevel): Ditto.
6578         * wl-xmas.el (toplevel): Ditto.
6579         * wl.el (toplevel): Ditto.
6580
6581         * wl-version.el (toplevel): Added require `elmo-version' for
6582         `product-version-as-string'.
6583
6584 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-vars.el (wl-draft-send-hook): Changed default value to
6587         '(wl-draft-config-exec).
6588
6589         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6590         explicitly.
6591         (wl-draft): Set `wl-draft-config-exec-flag' before running
6592         `wl-mail-setup-hook'.
6593
6594         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6595         `wl-biff-init-icons' to `wl-init-hook' instead of
6596         `wl-make-plugged-hook'.
6597         (Because if `wl-draft' command is invoked at first,
6598         they are not initialized)
6599         Updated copyright notice.
6600
6601         * wl-e21.el (toplevel): Ditto;
6602
6603         * wl-demo.el (toplevel): Updated copyright notice.
6604         * wl-address.el (toplevel): Ditto.
6605         * wl-draft.el (toplevel): Ditto.
6606         * wl-version.el (toplevel): Ditto.
6607         * wl-folder.el (toplevel): Ditto.
6608         * wl-summary.el (toplevel): Ditto.
6609         * wl-thread.el (toplevel): Ditto.
6610         * wl-util.el (toplevel): Ditto.
6611         * wl-vars.el (toplevel): Ditto.
6612         * wl.el (toplevel): Ditto.
6613
6614 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6615
6616         * wl-highlight.el (wl-highlight-message): Fixed problem of
6617         highlighting failure which occured when the last field contains
6618         multiple lines in the draft buffer.
6619
6620         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6621         `wl-biff-start' if plugged.
6622
6623         * wl-util.el (wl-biff-check-folder): New function.
6624         (wl-biff-check-folders): Don't set session name prefix.
6625         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6626         (wl-biff-check-folder-async): Ditto.
6627
6628         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6629         in email address.
6630
6631 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6632
6633         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6634
6635         * wl-draft.el (wl-draft-strip-subject-re): New function.
6636
6637         * wl-draft.el (wl-draft-reply): Use it.
6638
6639 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-message.el (wl-mmelmo-message-redisplay): Use
6642         `mime-display-message' instead of `wl-mime-display-message'.
6643
6644         * wl-mime.el (toplevel): Removed compatibility workaround
6645         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6646         (wl-mime-display-message): Abolished.
6647         (wl-mime-entity-read-field): Ditto.
6648         (wl-mime-combine-message/partial-pieces): Use
6649         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6650
6651 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6652
6653         * wl-template.el: Doc fixes.
6654
6655 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6656
6657         * wl-e21.el (wl-message-overload-functions): Do nothing if
6658         `current-local-map' is not available.
6659         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6660
6661 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6662
6663         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6664         representation.
6665
6666         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6667         number.
6668         (wl-fldmgr-save-folders): Don't use `format' when insert
6669         `wl-fldmgr-folders-header'.
6670
6671 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6672
6673         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6674
6675 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-highlight.el (wl-highlight-message):
6678         Use `std11-field-end' to detect end point of the header field.
6679         Refer `wl-highlight-max-header-size'.
6680
6681         * wl-vars.el (wl-highlight-max-header-size): New variable.
6682
6683         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6684
6685         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6686         Set `for-draft' argument of wl-highlight-headers.
6687         (wl-draft): Ditto.
6688         (wl-draft-reedit): Ditto.
6689         (wl-user-agent-compose-internal): Ditto.
6690
6691 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6692
6693         * wl-message.el (wl-message-add-button): Use overlay.
6694
6695 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6698
6699         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6700         problem when group-list content is nothing.
6701         (Reported by Mito <mit@nines.nec.co.jp>)
6702
6703 2000-10-18  SAITO Atsunori <sai@yedo.com>
6704
6705         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6706
6707 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6708
6709         * tm-wl.el (toplevel): Use product-provide.
6710
6711 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * Version number is increased to 2.3.92.
6714
6715 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6716
6717         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6718         title text, use `display' property for left margin under Emacs 21.
6719
6720         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6721         properties.
6722         (wl-plugged-init-icons): Ditto.
6723
6724 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6725
6726         * wl.el (wl-save-status, wl-init): Remove last period in
6727         "...done." message.
6728         * tm-wl.el (wl-summary-burst): Ditto.
6729         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6730         wl-summary-resume-cache-status,
6731         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6732         wl-summary-sync-update3, wl-summary-highlight-msgs,
6733         wl-summary-flush-pending-append-operations,
6734         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6735         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6736         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6737         wl-thread-open-all): Ditto.
6738         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6739         * wl-mime.el (wl-summary-burst): Ditto.
6740         * wl-highlight.el (wl-highlight-summary): Ditto.
6741         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6742         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6743         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6744         * wl-address.el (wl-local-address-init): Ditto.
6745
6746 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6747
6748         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6749         `add-text-properties'.
6750         (wl-plugged-init-icons): Ditto.
6751         (wl-folder-init-icons): Use `propertize' instead of
6752         `put-text-property'.
6753         (wl-plugged-set-folder-icon): Ditto.
6754         (wl-e21-highlight-folder-group-line): Ditto.
6755
6756 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-version.el (wl-version-status-alist): New variable.
6759         (wl-version-status): New function.
6760
6761         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6762         "Cc" part of the case "Reply-To".
6763
6764         * wl-draft.el (wl-draft-reply): Use result of
6765         `eword-extract-address-components'.
6766
6767         * wl-demo.el (wl-demo-icon-name): New constant.
6768         (wl-logo-xpm): Use it.
6769         (wl-logo-xbm): Ditto.
6770         (wl-logo-bitmap): Ditto.
6771
6772         * Version number is increased to 2.3.91.
6773
6774 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6775
6776         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6777         (wl-extended-emacs-version, wl-extended-emacs-version2,
6778         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6779         docstring.
6780
6781         * wl-version.el (wl-generate-user-agent-string-1): New function.
6782         (wl-generate-user-agent-string): Use it.
6783
6784         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6785         `mime-edit-insert-user-agent-field'.
6786         (wl-generate-user-agent-string): Check
6787         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6788
6789         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6790         instead of `if', when verbose case.
6791
6792 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-expire.el (wl-summary-expire): Fix.
6795
6796 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6797
6798         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6799         and `elmo-lost+found-folder' if 'wl-draft.
6800         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6801
6802 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-expire.el (wl-summary-expire): Change messages.
6805         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6806         `deleing-info' instead of "Deleting..."
6807
6808 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6809
6810         * wl-summary.el (wl-summary-refile-subr): Fix.
6811
6812 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6815         if pipe folder.
6816
6817 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6818
6819         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6820
6821 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-expire.el (wl-expire-hide): New function.
6824         (wl-summary-expire): Add `hide'.
6825
6826 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-vars.el (wl-draft-reply-without-argument-list):
6829         Changed default value to consider `Reply-To:'.
6830         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6831
6832         * Version number is increased to 2.3.90.
6833
6834         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6835         elmo-imap4-get-session with unwind-protect.
6836         Don't cause error.
6837         (wl-summary-sync-marks): Don't check plugged nor folder type.
6838         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6839         (Always keep current buffer).
6840
6841 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6842
6843         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6844         Enclose with `save-excursion'.
6845
6846 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-version.el (wl-version): Remove interactive.
6849
6850 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6851
6852         * wl-version.el (wl-generate-user-agent-string): Use
6853         `product-string-verbose' instead of `product-string-1'.
6854
6855 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6856
6857         * wl-vars.el (wl-draft-use-cache): New variable.
6858         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6859         if wl-draft-use-cache is non-nil.
6860
6861 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6862
6863         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6864         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6865
6866 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6869         (wl-thread-msg-mark-as-unread): Ditto.
6870
6871         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6872         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6873         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6874         Don't set mark in summary if return value of `elmo-mark-as-read'
6875         is nil.
6876         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6877         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6878         instead of `wl-thread-msg-mark-as-read'.
6879         (wl-summary-mark-as-unread-region): Ditto.
6880         (wl-summary-target-mark-mark-as-read): Ditto.
6881
6882         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6883
6884 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6887
6888         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6889
6890 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6893         face.
6894
6895 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6896
6897         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6898         `running-xemacs'.
6899
6900 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6901
6902         * wl-version.el (toplevel): Use `product-version-as-string' for
6903         set verstion-string, if defined.
6904
6905         * wl-version.el (wl-version-show): Insert string at point, when
6906         call with argument.
6907
6908         * wl-version.el (wl-generate-user-agent-string): Use
6909         `product-string-1' instead of `wl-appname', `wl-version' and
6910         `wl-codename'.
6911
6912 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6913
6914         * wl-address.el (toplevel): Use product-provide.
6915         * wl-demo.el (toplevel): Ditto.
6916         * wl-dnd.el (toplevel): Ditto.
6917         * wl-draft.el (toplevel): Ditto.
6918         * wl-e21.el (toplevel): Ditto.
6919         * wl-expire.el (toplevel): Ditto.
6920         * wl-fldmgr.el (toplevel): Ditto.
6921         * wl-folder.el (toplevel): Ditto.
6922         * wl-highlight.el (toplevel): Ditto.
6923         * wl-message.el (toplevel): Ditto.
6924         * wl-mime.el (toplevel): Ditto.
6925         * wl-mule.el (toplevel): Ditto.
6926         * wl-nemacs.el (toplevel): Ditto.
6927         * wl-refile.el (toplevel): Ditto.
6928         * wl-score.el (toplevel): Ditto.
6929         * wl-summary.el (toplevel): Ditto.
6930         * wl-template.el (toplevel): Ditto.
6931         * wl-thread.el (toplevel): Ditto.
6932         * wl-util.el (toplevel): Ditto.
6933         * wl-vars.el (toplevel): Ditto.
6934         * wl-xmas.el (toplevel): Ditto.
6935         * wl.el (toplevel): Ditto.
6936
6937 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6940         instead of product.
6941
6942         * wl-version.el (wl-version): Compile time evalution elmo-version.
6943
6944 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6945
6946         * wl-summary.el (wl-summary-sync-force-update): Append queue
6947         `mark-as-read'if unplugged.
6948
6949 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-version.el: New file.  Use product.el.
6952         * wl.el: add (require 'wl-version).
6953         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6954         for ~/.folders header.
6955         (wl-fldmgr-folders-header): Changed.
6956         * wl-demo.el (wl-demo): Use product.el.
6957
6958         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6959         wl-version.el.
6960         * wl-util.el (wl-version, wl-version-show): Ditto.
6961
6962         * wl-util.el (wl-generate-user-agent-string,
6963         wl-extended-emacs-version, wl-extended-emacs-version2,
6964         wl-extended-emacs-version3): Move to wl-version.el.
6965         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6966         xemacs-codename, mime-edit-insert-user-agent-field,
6967         mime-edit-user-agent-value, mime-editor/version,
6968         mime-editor/codename): Compile warning killer move to
6969         wl-version.el
6970
6971 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6972
6973         * wl-summary.el (wl-summary-refile-subr): Fix.
6974
6975 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6978         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6979
6980 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6981
6982         * wl.el (wl-check-environment): Check too many `@'.
6983
6984 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6985
6986         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6987
6988 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6991         wl-draft-reply-myself-without-argument-list): Add variables.
6992         * wl-draft.el (wl-draft-reply): Use it.
6993
6994 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6995
6996         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6997         the 5th argument of `elmo-network-get-spec'.
6998
6999         * wl-thread.el (wl-thread-reparent-children): New inline function.
7000         (wl-thread-delete-message): Use it.
7001
7002         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7003         (wl-summary-score-update-all-lines): Don't use `dolist'.
7004
7005 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7006
7007         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7008         (require 'elmo-msgdb) for inline function.
7009
7010 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7011
7012         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7013
7014 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-score.el (wl-score-headers): Fix for the confusing macro
7017         `elmo-kill-buffer'.
7018
7019 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7020
7021         * wl-summary.el: Don't use the 3rd argument of `require' because
7022         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7023         * wl-util.el: Ditto.
7024         * wl-draft.el: Ditto.
7025
7026 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7027
7028         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7029         window system is not used.
7030
7031 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7032
7033         * wl-thread.el: Don't use `mapcar' only for iteration.
7034         (wl-thread-resume-entity): Ditto.
7035         (wl-thread-delete-message): Ditto.
7036
7037         * wl-summary.el: Bind `dragdrop-drop-functions',
7038         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7039         of `require' for `timezone', `easymenu' and `ps-print';
7040         don't use `mapcar' only for iteration.
7041
7042         * wl-util.el: Bind `mule-version', `nemacs-version',
7043         `emacs-beta-version', `xemacs-codename',
7044         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7045         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7046         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7047         only for iteration.
7048
7049         * wl-score.el: Don't use `mapcar' only for iteration.
7050         (wl-score-simplify-buffer-fuzzy): Ditto.
7051         (wl-score-simplify-subject): Ditto.
7052         (wl-score-headers): Ditto.
7053         (wl-summary-score-update-all-lines): Ditto.
7054
7055         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7056         `enable-multibyte-characters' and `mule-version'.
7057
7058         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7059         `mapcar' only for iteration.
7060
7061         * wl-demo.el: Don't use `mapcar' only for iteration.
7062
7063         * wl-folder.el: Don't use `mapcar' only for iteration.
7064         (wl-folder-open-all): Ditto.
7065         (wl-folder-count-incorporates): Ditto.
7066
7067         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7068         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7069
7070         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7071         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7072         `smtp-connection-type'; specify 3rd argument of `require' for
7073         `timezone'; don't use `mapcar' only for iteration.
7074         (wl-draft-clone-local-variables): Don't use `mapcar'.
7075         (wl-draft-generate-clone-buffer): Ditto.
7076         (wl-user-agent-compose-internal): Ditto.
7077
7078         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7079
7080         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7081         (wl-save-status): Ditto.
7082
7083         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7084         for iteration.
7085
7086 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7089         removed `Date'.
7090         (wl-fldmgr-make-filter-default): New user option.
7091
7092         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7093         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7094         (wl-fldmgr-filter-completion-alist): Abolish.
7095
7096         * wl.el (wl): Don't check servers if arg is non-nil.
7097
7098         * wl-draft.el (wl-draft-reply): Set only message-id string to
7099         In-Reply-To field.
7100
7101 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-pick): Rewrite.
7104
7105         * wl-draft.el (wl-draft-forward): Get references field from
7106         original buffer.
7107         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7108
7109 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7110
7111         * wl-draft.el (wl-draft-forward): Add references field.
7112
7113 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7116         (wl-draft-reply): Use it.
7117
7118 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7119
7120         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7121         when Emacs 21 is running.
7122
7123         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7124         bindings.
7125
7126 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7127
7128         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7129         XPM icons transparent.
7130
7131         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7132         Emacs 21.
7133
7134 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7137         nil.
7138
7139         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7140         when it is persistent.
7141         (wl-summary-sync-marks): Changed argument for
7142         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7143         (wl-summary-virtual): Use `elmo-read-search-condition'.
7144         (wl-summary-redisplay-internal): If folder is local, mark as read
7145         even when folder is plugged.
7146
7147 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7148
7149         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7150         of `tool-bar-lines' in the frame parameters.
7151         (after-make-frame-functions, post-command-hook): Don't modify the
7152         value.
7153         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7154         wl-e21-tool-bar-lines): Removed.
7155
7156 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7157
7158         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7159         properties `evaporate' and `wl-momentary-overlay' as well.
7160         (wl-highlight-summary-displaying): Ditto.
7161         (wl-delete-all-overlays): Don't delete overlay which does not have
7162         a property `wl-momentary-overlay'.
7163
7164         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7165         `display-mouse-p' and `display-graphic-p'.
7166         (wl-folder-init-icons): Don't search for XBM or the other files.
7167         (wl-plugged-set-folder-icon): Make icons if and only if
7168         `display-graphic-p' returns non-nil.
7169         (wl-highlight-plugged-current-line): Use `before-string' overlay
7170         property to show icon images.
7171         (wl-highlight-folder-current-line): Ditto.
7172         (wl-e21-highlight-folder-group-line): Ditto.
7173         (wl-e21-highlight-folder-by-numbers): Ditto.
7174         (wl-e21-insert-image): Removed.
7175         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7176         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7177         said.
7178         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7179         `wl-e21-force-switch-toolbar'.
7180         (wl-e21-make-icon-image): Removed.
7181         (wl-e21-setup-toolbar): Don't search for XBM files.
7182         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7183         the default value.
7184
7185 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-util.el (wl-biff-check-folder-async): Set
7188         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7189
7190 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7191
7192         * wl-e21.el (after-make-frame-functions): Add
7193         `wl-e21-force-switch-toolbar'.
7194         (wl-e21-force-switch-toolbar): New function force to switch the
7195         toolbar appearance automatically.
7196         (post-command-hook): Add `wl-e21-switch-toolbar'.
7197         (wl-e21-switch-toolbar): New function to switch the toolbar
7198         appearance automatically.
7199         (wl-e21-tool-bar-lines): New buffer local variable.
7200
7201 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-util.el (wl-biff-check-folders-running): New variable.
7204         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7205         (wl-biff-check-folder-async-callback):
7206         Set `wl-biff-check-folders-running'.
7207         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7208         with unwind-protect.
7209
7210         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7211         Enclose `wl-folder-auto-check' with unwind-protect.
7212
7213         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7214         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7215
7216         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7217
7218         * wl-util.el (wl-biff-notify): New inline function.
7219         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7220         locally.
7221         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7222         folder-list' is 1.
7223         Use `wl-biff-notify'.
7224         (wl-biff-check-folder-async-callback): New function.
7225         (wl-biff-check-folder-async): Ditto.
7226
7227         * wl-folder.el (wl-folder): Don't check folders.
7228         (wl-folder-auto-check): New function.
7229
7230 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7231
7232         * wl-util.el (wl-biff-start) [Emacs19+]:
7233         Use `timer-next-integral-multiple-of-time'.
7234         (wl-biff-check-folders): Use `wl-default-folder'
7235         if `wl-biff-check-folder-list' is nil.
7236
7237 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7238
7239         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7240         instead of `elmo-delete-lists'.
7241
7242 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7243
7244         * wl.el (wl-plugged-toggle-all): Set the value of
7245         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7246         (wl-plugged-toggle): Ditto.
7247         (wl-toggle-plugged): Ditto.
7248         (wl-plugged-init): Ditto.
7249
7250         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7251         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7252         instead of `wl-biff-state-indicator-off' and
7253         `wl-biff-state-indicator-on'; don't modify the value and the type
7254         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7255         (wl-plugged-init-icons): Set icons data to
7256         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7257         instead of `wl-plug-state-indicator-off' and
7258         `wl-plug-state-indicator-on'; don't modify the value and the type
7259         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7260
7261         * wl-vars.el (wl-modeline-biff-state-off,
7262         wl-modeline-biff-state-on, wl-modeline-biff-status,
7263         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7264         wl-modeline-plug-status): New internal variables.
7265         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7266         wl-biff-check-interval, wl-biff-check-folder-list): Change
7267         customization group from `wl-folder' to `wl-highlight'.
7268         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7269         wl-show-plug-status-on-modeline): Defcustomized.
7270
7271         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7272         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7273         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7274         a flag to `mode-line-buffer-identification'.
7275
7276         * wl-e21.el (wl-biff-init-icons): Set icons data to
7277         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7278         instead of `wl-biff-state-indicator-off' and
7279         `wl-biff-state-indicator-on'.
7280         (wl-plugged-init-icons): Set icons data to
7281         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7282         instead of `wl-plug-state-indicator-off' and
7283         `wl-plug-state-indicator-on'.
7284
7285 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7286
7287         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7288         excessive titles.
7289
7290 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7291
7292         * wl.el (wl-plugged-mode): Use revised
7293         `wl-mode-line-buffer-identification'.
7294         (wl-plugged-init): Don't use `force-mode-line-update'.
7295
7296         * wl-xmas.el (wl-draft-overload-functions): Use revised
7297         `wl-mode-line-buffer-identification'.
7298         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7299         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7300         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7301         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7302         `wl-make-plugged-hook';
7303         add `wl-folder-init-icons' and `wl-setup-folder' to
7304         `wl-folder-mode-hook'.
7305
7306         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7307         19 as well.
7308         (wl-mode-line-display-priority-list): New user option.
7309         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7310         Defcustomized.
7311         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7312         Add docs.
7313
7314         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7315         start.
7316         (wl-mode-line-buffer-identification): Revised as a function.
7317
7318         * wl-summary.el (wl-summary-mode): Use revised
7319         `wl-mode-line-buffer-identification'; don't call
7320         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7321         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7322         `wl-xmas-setup-summary'.
7323
7324         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7325         `wl-mode-line-buffer-identification'.
7326
7327         * wl-mule.el (wl-draft-overload-functions): Use revised
7328         `wl-mode-line-buffer-identification'.
7329
7330         * wl-folder.el (wl-make-plugged-alist): Don't call
7331         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7332         (wl-folder): Don't call `wl-folder-init-icons' directly.
7333         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7334         `wl-xmas-setup-folder' directly;
7335         use revised `wl-mode-line-buffer-identification'.
7336         (TopLevel): Don't bind `wl-biff-init-icons',
7337         `wl-plugged-init-icons', `wl-folder-init-icons',
7338         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7339
7340         * wl-e21.el (wl-draft-overload-functions): Use revised
7341         `wl-mode-line-buffer-identification'.
7342         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7343         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7344         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7345         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7346         `wl-make-plugged-hook';
7347         add `wl-folder-init-icons' and `wl-setup-folder' to
7348         `wl-folder-mode-hook'.
7349
7350 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7351             Katsumi Yamaoka    <yamaoka@jpl.org>
7352
7353         * wl.el (wl): Call `wl-biff-start'.
7354         (wl-exit): Call `wl-biff-stop'.
7355         (wl-plugged-mode): Show biff in modeline.
7356         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7357
7358         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7359         (wl-biff-init-icons): New function.
7360         (wl-plugged-init-icons): Don't make too much keymaps.
7361         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7362
7363         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7364         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7365         variables.
7366         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7367         options.
7368
7369         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7370         wl-biff-start, wl-biff-stop): New functions.
7371         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7372         (wl-biff-timer-name): New variable.
7373
7374         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7375
7376         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7377         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7378
7379         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7380         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7381
7382         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7383         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7384         `wl-folder-init-icons' to `ignore' if they are not available.
7385         (wl-folder-mode): Show biff in modeline.
7386
7387         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7388         (wl-biff-init-icons): New function.
7389         (wl-plugged-init-icons): Don't make too much keymaps.
7390         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7391
7392 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7393
7394         * wl-vars.el (wl-strict-diff-folders): Customization Type
7395         and doc fix.  Define as a list of regular expressions for
7396         folders or nil.
7397         * wl-folder.el (wl-folder-check-one-entity): Use
7398         `wl-string-match-member' instead of `wl-string-member' for
7399         `wl-strict-diff-folders'.
7400
7401 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7402
7403         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7404         (wl-highlight-folder-current-line): Use it; new implementation.
7405         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7406         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7407         `defsubst' instead of `defun'.
7408
7409         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7410         `wl-highlight-group-folder-by-numbers'; made it can also be a
7411         number.  See info for more details.
7412
7413         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7414         running.
7415
7416         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7417         to bind them.
7418
7419         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7420         (wl-highlight-folder-current-line): New implementation.
7421
7422         * wl-highlight.el (wl-highlight-folder-group-line): New
7423         implementation.
7424         (wl-delete-all-overlays): Rewrite as a marco.
7425         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7426
7427         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7428         running.
7429         (wl-folder-*-glyph): No need to bind them.
7430
7431         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7432         `wl-e21-highlight-folder-group-icon'; rewrite.
7433         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7434         `defsubst' instead of `defun'.
7435         (wl-folder-mode-map): Bind it when compiling.
7436
7437 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7440
7441         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7442
7443 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7444
7445         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7446
7447 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7448
7449         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7450         (wl-highlight-folder-current-line): Use it.
7451
7452         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7453         in `id-name'.
7454
7455 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7456
7457         * wl.el: Require `wl-e21' when Emacs 21 is running.
7458
7459         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7460         default when Emacs 21 is running.
7461         (wl-use-highlight-mouse-line): Ditto.
7462         (wl-on-emacs21): New constant.
7463         (wl-on-emacs20): Removed.
7464
7465         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7466         Emacs 21 is running.
7467
7468         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7469         Emacs 21 is running.
7470
7471         * wl-e21.el: New file.
7472
7473 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7474
7475         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7476         (wl-toggle-plugged): Ditto.
7477         (wl-plugged-toggle): Ditto.
7478         (wl-plugged-toggle-all): Ditto.
7479
7480         * wl-vars.el (wl-plug-state-indicator): Refer
7481         `wl-plug-state-indicator-on' indirectly.
7482
7483 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7486         Call `wl-folder-confirm-existence'.
7487
7488         * wl-folder.el (wl-folder-confirm-existence): Added optional
7489         argument `force'.
7490
7491 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7492
7493         * wl-summary.el (wl-summary-refile-subr): Assume
7494         `copy-or-refile' as symbol.
7495         (wl-summary-refile): Follow up above change.
7496         (wl-summary-copy): Ditto.  Doc fix.
7497
7498 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-summary.el (wl-summary-pick): Don't bind
7501         `elmo-search-mime-charset'.
7502
7503         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7504         default using old backquote style.
7505         (wl-search-mime-charset): Abolished.
7506
7507         * wl-highlight.el (wl-highlight-headers):
7508         Call `point' after `re-search-forward'(for Nemacs).
7509
7510         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7511         for elmo-imap4.el.
7512
7513 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7514
7515         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7516         `wl-message-ignored-field-list' instead of
7517         `mime-view-ignored-field-list'.
7518
7519         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7520         Add interactive spec.
7521         (wl-folder-goto-bottom-of-current-folder): Ditto.
7522         (wl-folder-mode-map): Bind them.
7523
7524         * wl-vars.el (wl-message-ignored-field-list): New variable.
7525         (wl-message-visible-field-list): New variable.
7526
7527         * wl-mime.el (wl-mime-header-presentation-method): New function.
7528         (wl-mime-setup): Set header-presentation-method.
7529
7530 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7531
7532         * wl-nemacs.el (wl-draft-overload-functions): Set
7533         `mode-line-buffer-identification' instead of using
7534         `wl-make-modeline'.
7535
7536         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7537         instead of using `wl-make-modeline'.
7538
7539         * wl-xmas.el (wl-plugged-init-icons): Set up
7540         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7541         (wl-make-modeline): Abolish.
7542         (wl-draft-overload-functions): Set
7543         `mode-line-buffer-identification' instead of using
7544         `wl-make-modeline'.
7545
7546         * wl-util.el (wl-make-modeline-subr): Abolish.
7547         (wl-mode-line-buffer-identification): New alias.
7548
7549         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7550         (wl-summary-make-modeline): Abolish.
7551         (wl-summary-buffer-set-folder): Set
7552         `wl-summary-buffer-folder-indicator'.
7553         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7554         of using `wl-make-modeline'.
7555         (wl-summary-switch-to-clone-buffer): Don't set
7556         `mode-line-buffer-identification'.
7557         (wl-summary-goto-folder-subr): Ditto.
7558
7559         * wl-mule.el (wl-draft-overload-functions): Set
7560         `mode-line-buffer-identification' instead of using
7561         `wl-make-modeline'.
7562
7563         * wl-folder.el (wl-folder-mode): Set
7564         `mode-line-buffer-identification' instead of using
7565         `wl-make-modeline'.
7566         (wl-folder): Don't set `mode-line-buffer-identification'.
7567
7568 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7569
7570         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7571         instead of `member' for `wl-refile-guess-func-list' look-ups.
7572         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7573
7574 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7575
7576         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7577         `wl-message-button-dispatcher'.
7578
7579         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7580
7581         * wl-message.el (wl-message-button-dispatcher): Use it.
7582
7583         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7584         "In-Reply-To".
7585
7586         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7587         Bind `case-fold-search' to t.
7588
7589 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7590
7591         * wl-xmas.el (wl-message-overload-functions): Initialize
7592         `wl-message-button-map'.
7593
7594         * wl-mule.el (wl-message-overload-functions): Initialize
7595         `wl-message-button-map'.
7596
7597         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7598
7599         * wl-message.el (wl-message-button-map): New keymap.
7600         (wl-message-add-button): New function.
7601         (wl-message-button-dispatcher): New function.
7602         (wl-message-button-refer-article): New function.
7603
7604         * wl-highlight.el
7605         (wl-highlight-message-add-buttons-to-header): New function.
7606         (wl-highlight-headers): Use it.
7607
7608 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7609
7610         * wl-summary.el (wl-summary-default-from): Use
7611         `wl-address-get-petname-1'.
7612         (wl-summary-simple-from): Ditto.
7613
7614         * wl-address.el (wl-address-get-petname-1): New inline function.
7615         (wl-address-get-petname): Use it.
7616
7617 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7618
7619         * wl-summary.el (wl-summary-default-from): Return full-name part
7620         from the address if no petname was found.
7621         (wl-summary-simple-from): Ditto.
7622
7623         * wl-address.el (wl-address-get-petname): Return nil if no petname
7624         associated with the address was found.
7625
7626 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7627
7628         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7629         display is finished.
7630
7631 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7634         `elmo-folder-exists-p' argument.
7635
7636 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7637
7638         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7639         the folder.
7640
7641 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7644
7645         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7646         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7647
7648 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7649
7650         * wl-folder.el (wl-folder-create-subr): New function.
7651         (wl-folder-confirm-existence): Use it.
7652         (wl-folder-check-one-entity): Use it.
7653         Check the error symbol is derived from 'elmo-open-error.
7654
7655         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7656         `ignore-error'.
7657
7658 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7659
7660         * wl-util.el (toplevel): Add (eval-when-compile (require
7661         'elmo-util)).  (Maybe `provide' is typo.)
7662
7663 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7666         (I don't know why this was needed.)
7667
7668         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7669         Follow up changes for stream-type.
7670
7671         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7672         (wl-draft-elmo-nntp-send): Ditto.
7673
7674         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7675         (wl-nntp-posting-stream-type): Ditto.
7676         (wl-pop-before-smtp-ssl): Abolished.
7677         (wl-nntp-posting-ssl): Ditto.
7678
7679         * wl-address.el (wl-address-quote-specials): New function.
7680         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7681
7682         * wl-draft.el (wl-draft-reply): Ditto.
7683
7684 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7685
7686         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7687         use function `wl-string-match-assoc'.
7688
7689 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7692
7693         * wl-draft.el (wl-draft-deduce-address-list): New function.
7694         (wl-draft-parse-mailbox-list): Ditto.
7695         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7696         instead of `smtp-deduce-address-list'.
7697         (wl-draft-on-field-p): Follow group list.
7698
7699         * wl-address.el (wl-address-concat-token): New function.
7700         (wl-address-string-without-group-list-contents): Ditto.
7701         (wl-complete-field-body): Fixed problem of completion
7702         by japanese petname.
7703         (wl-address-make-completion-list): Rewrite.
7704
7705 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7706
7707         * wl-address.el (wl-address-make-completion-list): Completion by
7708         petname.
7709         (wl-complete-field-body): Likewise.
7710
7711 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7714         contains invalid address syntax.
7715
7716 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7717
7718         * wl-folder.el (wl-folder-check-entity-async): Use
7719         `elmo-nntp-spec-hostname'.
7720
7721 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7722
7723         * wl-summary.el (wl-summary-msgdb-load-async): Use
7724         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7725
7726 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-draft.el (wl-draft-reply): Set argument
7729         `content-transfer-encoding' as nil.
7730
7731 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7732
7733         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7734         `wl-refile-alist'.
7735
7736 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7737
7738         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7739         (wl-draft-edit-string): Ditto.
7740         (wl-draft-forward): Ditto.
7741         * wl-summary.el (wl-summary-write): Ditto.
7742
7743 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-summary.el (wl-summary-sync-update3): Call
7746         `wl-summary-buffer-number-column-detect'.
7747         (wl-summary-buffer-number-column-detect): Search from point-min.
7748
7749 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7750
7751         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7752         contains an address which is not included in original to or cc.
7753
7754 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7755
7756         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7757         begin-line does not exist.
7758         * wl-message.el (wl-message-uu-substring): Ditto.
7759
7760 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7763         clear local variables.
7764         (wl-summary-exit): Call `elmo-commit'.
7765         (wl-summary-switch-to-clone-buffer): Call
7766         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7767         (wl-summary-goto-folder-subr): Ditto.
7768
7769         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7770         POP folder.
7771
7772 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7775         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7776         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7777         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7778         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7779         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7780
7781         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7782
7783 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7784
7785         * wl-summary.el (wl-summary-search-by-subject):
7786         Search parent message from the latest one.
7787
7788 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7791         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7792
7793         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7794         New user option.
7795
7796         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7797         if elmo-nntp-use-killed-list is nil.
7798         Use `elmo-msgdb-append-to-killed-list'.
7799         (Append numbers confirmed as disappeared to the killed list.)
7800         (wl-summary-confirm-appends): Don't display negative number.
7801
7802 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7803
7804         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7805
7806 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7809         range is `all'.
7810         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7811         `elmo-list-bigger-diff'.
7812
7813 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-buffer-exit-func):
7816         New buffer local variable.
7817         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7818
7819 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7820
7821         * wl-demo.el (wl-demo): Fix the last change.
7822
7823 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7824
7825         * wl-demo.el (wl-demo): Don't use `eval'.
7826
7827 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7828
7829         * wl-summary.el (wl-summary-buffer-thread-modified):
7830         New buffer-local variable.
7831         (wl-summary-set-thread-modified): New function.
7832         (wl-summary-thread-modified-p): New function.
7833         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7834         (wl-summary-yank-saved-message): Use function
7835         `wl-summary-set-thread-modified'
7836         (wl-summary-switch-to-clone-buffer): Add
7837         `wl-summary-buffer-thread-modified'.
7838
7839         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7840         (wl-summary-buffer-mark-saved-hook): Ditto.
7841         * wl-summary.el (wl-summary-msgdb-save): New hook
7842         `wl-summary-buffer-message-saved-hook' and
7843         `wl-summary-buffer-mark-saved-hook'.
7844
7845 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7846
7847         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7848
7849 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7850
7851         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7852         don't hide scroll bars under FSF Emacsen because it may incur an
7853         undesirable redrawing.
7854
7855 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7856
7857         * wl-draft.el (wl-draft-edit-string): Call
7858         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7859
7860 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7861
7862         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7863
7864 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7865
7866         * wl-summary.el (wl-summary-msgdb-load-async): Call
7867         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7868
7869 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7870
7871         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7872         fringes in demo buffer; center bitmap logo correctly even if old
7873         Mule is used.
7874
7875 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7876
7877         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7878
7879         * wl-refile.el (wl-refile-subject-alist): New variable.
7880         (wl-refile-subject-alist-file-name): Ditto.
7881         (wl-refile-alist-setup): Rewrite.
7882         (wl-refile-alist-save): Use `elmo-object-save'.
7883         Eliminated arguments.
7884         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7885         (wl-refile-guess-by-subject): New function.
7886         (wl-refile-guess-func-list): Added it.
7887
7888 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7889
7890         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7891         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7892
7893 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7894
7895         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7896         New buffer-local variable.
7897         (wl-summary-buffer-next-folder-func): Ditto.
7898         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7899         if non-nil.
7900         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7901         if non-nil.
7902         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7903         if non-nil.
7904         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7905         if non-nil.
7906
7907 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7908
7909         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7910         permanently in the demo buffer.
7911
7912 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7915         `mime-entity-fetch-field'.
7916
7917         * wl.el (wl-exit): Delete plugged buffer.
7918
7919         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7920         XEmacs has menubar feature.
7921
7922 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7923
7924         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7925         cannot arrive at the beginning of the buffer under old Emacsen.
7926
7927 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-address.el (wl-address-ldap-search):
7930         Call `ldap-search-entries' with `withdn' argument t.
7931         (wl-complete-field-body): Bind completion-ignore-case as t.
7932         Clear ldap search hash when it was sole completion.
7933         Use elmo-string for pattern string.
7934         (wl-ldap-alias-safe-string): Eliminated needless let.
7935
7936 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7937
7938         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7939         (wl-ldap-alias-sep): New constant.
7940         (wl-ldap-search-attribute-type-list): Ditto.
7941         (wl-ldap-get-value): New function.
7942         (wl-ldap-make-filter): Ditto.
7943         (wl-ldap-make-matched-value-list): Ditto.
7944         (wl-ldap-alias-safe-string): Ditto.
7945         (wl-ldap-register-dn-string): Ditto.
7946         (wl-address-ldap-search): Rewrite.
7947
7948 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7949
7950         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7951         thread is deleted.
7952         (wl-thread-delete-line-from-buffer): Ditto.
7953         (wl-thread-get-exist-children): New function.
7954
7955 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7956
7957         * wl-demo.el (wl-demo): Made it to select various image types.
7958         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7959         from `wl-title-logo'.
7960         (wl-logo-ascii): New variable.
7961         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7962         (wl-demo-copyright-notice): New constant.
7963
7964         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7965
7966 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * wl-vars.el (wl-summary-target-above): Renamed from
7969         wl-summary-temp-above.
7970         * wl-score.el (wl-score-get-score-alist): Use it.
7971         (wl-summary-score-update-all-lines): Use it.
7972         * wl-summary.el: Ditto. (make-variable-buffer-local).
7973
7974 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-vars.el (wl-ldap-port): New user option.
7977
7978         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7979         Rewite whole implementation.
7980         (wl-complete-field-body): Fixed.
7981
7982 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7983
7984         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7985         Choose implementation at compile time.
7986
7987 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7988
7989         * wl-address.el (wl-ldap-search-internal): New function.
7990         (wl-complete-field-to): Use it.
7991
7992 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7995         Use `let' instead of `let*'.
7996         Require 'wl-vars.
7997
7998         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7999         Define as defcustom.
8000         (wl-ldap-base): Ditto.
8001         (wl-use-ldap): Ditto.
8002
8003 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8004
8005         * wl-address.el (wl-ldap-search): New function.
8006         (wl-complete-field-body): Use `wl-ldap-search'.
8007         (wl-ldap-server): New variable.
8008         (wl-ldap-base): Ditto.
8009         (wl-use-ldap): Ditto.
8010
8011 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8012
8013         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8014         (Pointed out by Mito <mit@nines.nec.co.jp>).
8015         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8016         buffer-local variables like `wl-summary-redisplay-internal'.
8017         (wl-summary-redisplay-all-header): Likewise.  Update
8018         Summary view too.
8019
8020 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-summary.el (wl-summary-jump-to-parent-message):
8023         Consider prefix argument.
8024
8025         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8026         when closed thread is deleted.
8027
8028 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8029
8030         * wl-summary.el (wl-summary-jump-to-parent-message):
8031         Consider thread modification.
8032
8033 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8034
8035         * wl-message.el (wl-message-normal-get-original-buffer): Use
8036         `save-excursion'.
8037
8038         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8039         (wl-summary-showto-folder-regexp): Ditto.
8040
8041 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8042
8043         * wl-util.el (wl-delete-alist): Doc fix.
8044         (wl-delete-associations): New function.
8045         (wl-inverse-alist): New function.
8046         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8047         Split temporary variables. Use `wl-delete-associations'
8048         and `wl-inverse-alist'.
8049         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8050
8051 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-folder.el (wl-folder-prefetch-entity):
8054         Execute prefetching if new count is unknown.
8055
8056 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8057
8058         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8059
8060         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8061         delete entity.
8062         (wl-thread-set-parent): If insert as top, set linked as nil.
8063
8064         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8065         `wl-thread-cleanup-symbols' when view mode is thread.
8066
8067 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8068
8069         * wl-folder.el (wl-folder-create-folder-entity): Use
8070         with-current-buffer.
8071         (wl-local-folder-init): Call set-buffer to make sure we are in
8072         the Folder buffer. Don't touch buffer-local variables here.
8073         (wl-folder-mode): Initialize buffer-local variables here.
8074
8075         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8076         (wl-folder-entity-assign-id): Ditto.
8077         (wl-folder-create-entity-hashtb): Ditto.
8078         (wl-local-folder-init): Ditto.
8079         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8080
8081 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8082
8083         * wl-summary.el (wl-summary-default-from): Fix probrem when
8084         std11-extract-address-components return (nil "foo@bar").
8085
8086 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8087
8088         * wl-draft.el (wl-draft-clone-local-variables):
8089         Remove redundant `setq'.
8090
8091 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8094         Bind wl-highlight-x-face-func as nil while highlighting header.
8095
8096 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8097
8098         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8099
8100 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8101
8102         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8103         elmo-msgdb-overview-hashtb from copy-variables.
8104         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8105         instead of `elmo-msgdb-overview-get-entity-by-number'.
8106         (wl-summary-auto-refile): Ditto.
8107
8108         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8109         `elmo-msgdb-overview-get-entity' instead of
8110         `elmo-msgdb-search-overview-entity'.  Use
8111         `elmo-msgdb-overview-get-entity' instead of
8112         `elmo-msgdb-overview-get-entity-by-number'.
8113         (wl-thread-insert-entity-sub): Ditto.
8114         (wl-thread-insert-message): Ditto.
8115
8116         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8117         `elmo-msgdb-overview-get-entity'.
8118         (wl-normal-message-redisplay): Ditto.
8119
8120 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8121
8122         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8123         `wl-thread-entities'.
8124         (wl-thread-delete-message): Fix remove top message from
8125         `wl-thread-entity-list'.
8126
8127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8128         wl-append(nconc), because update-list is broken on Meadow.
8129
8130         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8131         updating process.
8132         (wl-summary-rescan): Ditto.
8133         (wl-summary-sync-update3): Ditto.
8134         * wl-thread.el (wl-thread-set-parent): Renamed from
8135         `wl-summary-set-parent'.
8136         (wl-thread-insert-message): Updating buffer faster.
8137         (wl-thread-delete-message): Updating buffer faster.
8138
8139         * wl-score.el (wl-summary-score-update-all-lines): Changed
8140         interval for display progress gauge.
8141
8142 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8143
8144         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8145         folder always-sticky.
8146         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8147         defmacro.
8148
8149 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl-draft-add-references): New user option.
8152
8153         * wl-draft.el (wl-draft-add-references): New function.
8154         (wl-draft-yank-from-mail-reply-buffer): Use it.
8155         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8156         as nil.
8157
8158 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8159
8160         * wl-thread.el (wl-thread-update-line-msgs): Called
8161         `wl-thread-update-line-on-buffer-sub'.
8162         (wl-thread-update-line-on-buffer): Delete routine of inserting
8163         thread.
8164         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8165         moved from `wl-thread-update-line-on-buffer'.
8166         Add threshold for displaying progress gauge.
8167         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8168         argument of `wl-thread-update-line-msgs'.
8169         Add threshold for displaying progress gauge.
8170         * wl-folder.el:
8171         Add threshold for displaying progress gauge.
8172         * wl-score.el: Ditto.
8173
8174         * wl-expire.el (wl-summary-expire): Display deleting info.
8175
8176 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8177
8178         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8179         `no-msg'.
8180         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8181         argument of `wl-thread-update-line-msgs'.
8182         (wl-summary-set-parent): Added optional argument `parent-number'.
8183         (wl-summary-buffer-saved-message): New buffer local variable.
8184         (wl-summary-save-current-message): New command.
8185         (wl-summary-yank-saved-message): Ditto.
8186         (wl-summary-mode-map): Added key binding for
8187         `wl-summary-save-current-message' (\ew) and
8188         `wl-summary-yank-saved-message' (\C-y).
8189         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8190
8191 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-summary.el (wl-summary-mode-map): Added key binding for
8194         `wl-summary-set-parent' (ts).
8195
8196 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8197
8198         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8199         subject faster. If thread number is reverse, delayed updating
8200         thread.
8201         (wl-summary-search-by-subject): Ditto.
8202         (wl-summary-put-alike): Ditto.
8203         (wl-summary-get-alike): Ditto.
8204         (wl-summary-insert-headers): Insert header of all overview in
8205         buffer.
8206         (wl-summary-rescan): Delayed updating thread. Kill search subject
8207         buffer for wl-summary-search-by-subject.
8208         (wl-summary-sync-update3): Ditto.
8209         (wl-summary-exit): Ditto.
8210         (wl-summary-goto-bottom-of-current-thread): Change for linked
8211         thread.
8212         (wl-summary-overview-create-summary-line): Change line for linked
8213         thread.
8214
8215         * wl-summary.el (wl-summary-update-thread): Use
8216         wl-thread-maybe-get-children-num.
8217         (wl-summary-set-parent): If change parent, move sub thread.
8218         (wl-summary-redisplay-internal): Add horizontal recenter.
8219         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8220
8221         * wl-thread.el (wl-thread-entity-get-linked): New function.
8222         (wl-thread-entity-set-linked): New function.
8223         (wl-thread-create-entity): Add linked element.
8224         (wl-thread-entity-insert-as-top): Use wl-append.
8225         (wl-thread-maybe-get-children-num): If closing thread, return
8226         children msgs.
8227         (wl-thread-update-line-msgs): Displaying progress message.
8228         (wl-thread-update-line-on-buffer-sub): Use
8229         wl-thread-maybe-get-children-num.
8230         (wl-thread-update-line-on-buffer): If update line is not exists,
8231         insert thread.
8232         (wl-thread-delete-message): If delete top msg of thread, search
8233         parent by subject.
8234         (wl-thread-insert-entity): Use
8235         wl-thread-maybe-get-children-num.
8236
8237         * wl-highlight.el (wl-highlight-summary-current-line): change
8238         sregexp for linked thread.
8239         * wl-util.el (wl-count-lines): Count lines.
8240         (wl-horizontal-recenter): horizontal recenter.
8241         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8242         (wl-score-get-alike): Ditto.
8243         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8244         (wl-subject-length-limit): New variable.
8245         (wl-highlight-thread-indent-string-regexp): Changed for linked
8246         thread.
8247
8248 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8251         New variable (revival).
8252         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8253         by subject matching if there's no in-reply-to nor references field
8254         (revival).
8255
8256 \f
8257 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8260         message.
8261
8262 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-summary.el (wl-summary-reply): Return t if there was a
8265         message at cursor point.
8266         Added unwind-protect.
8267         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8268         returns t.
8269         (wl-summary-cancel-message): Do nothing when there's no message at
8270         cursor point.
8271         (wl-summary-forward): Ditto.
8272         (wl-summary-jump-to-parent-message): Ditto.
8273         (wl-summary-reedit): Ditto.
8274         (wl-summary-edit-addresses): Ditto.
8275         (wl-summary-pipe-message): Ditto.
8276         (wl-summary-print-message-with-ps-print): Ditto.
8277         (wl-summary-print-message): Ditto.
8278         (wl-summary-mark-as-important): Ditto.
8279         (wl-summary-mark-as-unread): Ditto.
8280
8281         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8282         message at cursor point.
8283         (wl-summary-reply-with-citation): Remove unwind-protect.
8284
8285         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8286         subject searching feature.
8287         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8288         Eliminated.
8289
8290 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8293         New variable.
8294         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8295         by subject matching if there's no in-reply-to nor references field.
8296
8297         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8298
8299         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8300         when display is finished.
8301         (wl-folder-open-all): Ditto.
8302         (wl-folder-update-access-group): Ditto.
8303         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8304         * wl-thread.el (wl-thread-close-all): Ditto.
8305
8306         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8307         progress gauge only when it was displayed.
8308         * wl-folder.el (wl-folder-insert-entity): Ditto.
8309
8310 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-summary.el (wl-summary-incorporate): Enclose
8313         `wl-summary-sync-force-update' with save-excursion.
8314
8315 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8316
8317         * wl-summary.el (wl-summary-prefetch-region):
8318         Pass current cursor point to `pos-visible-in-window-p' after
8319         moving cursor to the started point.
8320
8321 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8322
8323         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8324
8325         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8326         fields from the forwarding message.
8327         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8328         `ignored-fields'.
8329
8330 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * wl-mime.el (wl-message-request-partial):
8333         Eliminated argument `msgdb'.
8334         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8335         (wl-mime-combine-message/partial-pieces): Likewise.
8336         * tm-wl.el (wl-message-request-partial): Likewise.
8337         (wl-mime-combine-message/partial-pieces): Likewise.
8338
8339 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8340
8341         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8342         when display is finished.
8343
8344 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8345
8346         * wl-summary.el (wl-summary-goto-folder-subr):
8347         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8348
8349 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8352         when cursor point is visible.
8353
8354 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-expire.el (wl-expire-archive-get-max-number):
8357         Don't use `file-name-directory'.
8358
8359 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-expire.el (wl-expire-archive-get-max-number):
8362         Use `file-name-directory'.
8363
8364 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8367         only when there is progress.
8368
8369 2000-04-13  Mito <mit@nines.nec.co.jp>
8370
8371         * wl-summary.el (wl-summary-sync-marks): Display progress.
8372
8373 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8376         (wl-summary-prev): Move cursor regardless of unread status.
8377         (wl-summary-next): Ditto.
8378
8379 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8382         Added argument `target' and `number'.
8383         * tm-wl.el (wl-summary-burst-subr): New function.
8384         (wl-summary-burst): Use it.
8385
8386 2000-04-10  Mito <mit@nines.nec.co.jp>
8387
8388         * wl-mime.el (wl-burst): New function.
8389         (wl-summary-burst): Use it.
8390
8391 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8392
8393         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8394         as petname when there's no candidate.
8395
8396 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8399         New variable.
8400         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8401
8402         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8403
8404         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8405
8406 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8409         Use substring of `original' instead of buffer-substring.
8410         (wl-refile-evaluate-rule):
8411         Set `original' argument of wl-refile-expand-newtext.
8412
8413         * wl-summary.el
8414         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8415         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8416         (wl-summary-auto-refile): Check existence of destination folder just
8417         before marking.
8418
8419 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8420
8421         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8422         when wl-refile-get-field-value return nil.
8423
8424 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8425
8426         * wl-refile.el
8427         (wl-refile-expand-newtext): New function imported from Gnus.
8428         (wl-refile-evaluate-rule): Use it.
8429
8430 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-summary.el (wl-summary-print-destination):
8433         Duplicate folder string to avoid putting text-property on
8434         original string.
8435
8436         * wl-refile.el (wl-refile-get-field-value): New function.
8437         (wl-refile-evaluate-rule): New function;
8438         Evaluate refile rule recursively.
8439         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8440         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8441         New function; Check existence of a target folder recursively.
8442         (wl-summary-auto-refile-check-refile-rule-alist):
8443         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8444
8445 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8448
8449         * wl-folder.el (wl-create-folder-entity-from-buffer):
8450         Fixed problem when '}' character is contained in folder name.
8451
8452         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8453
8454 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8455
8456         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8457         (wl-fldmgr-add-completion-all-completions):
8458         Use wl-fldmgr-add-completion-hashtb.
8459
8460 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8461
8462         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8463         wl-fldmgr-add-completion-subr): New functions.
8464         * wl-folder.el (wl-folder-completion-func): New variable.
8465         * wl-summary.el (wl-summary-read-folder):
8466         Use wl-folder-completion-func.
8467
8468         * wl-refile.el: Eliminate throw & catch.
8469
8470         * wl.el (wl-plugged-sending-queue-status): Fixed.
8471
8472 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8473
8474         * wl-draft.el (wl-draft): Put category property on
8475         mail-header-separator.