c40bcb34f83d4fc0890a2a8a66c376df47119e80
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
4         for flag if it is not defined.
5
6 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-e21.el (wl-highlight-folder-current-line): Use
9         elmo-folder-type-internal when elmo-folder-type returns nil.
10
11         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
12
13         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
14
15         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
16
17         * wl-e21.el (wl-summary-toolbar): Ditto.
18
19         * wl-vars.el (wl-demo-background-color): Abolished.
20         (wl-summary-persistent-mark-priority-list): Renamed from
21         wl-summary-flag-priority-list.
22         (wl-summary-flag-alist): New user option.
23         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
24         (wl-message-mode-line-format-spec-alist): Added 'F'.
25         (wl-message-mode-line-format): Likewise.
26         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
27         instead of wl-summary-important-mark.
28         (wl-file-folder-icon): New variable.
29
30         * wl-thread.el (wl-thread-set-flags): Renamed from
31         wl-thread-mark-as-important.
32
33         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
34         warning.
35         (wl-summary-mode-menu-spec): Follow the change of 
36         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
37         (wl-summary-mode-map): Follow the change of
38         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
39         (wl-summary-detect-mark-position): Follow the variable name change.
40         (wl-summary-set-flags-region): New function for the replacement of
41         wl-summary-mark-as-important-region.
42         (wl-summary-sync-marks): Sync all global-flags.
43         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
44         instead of elmo-message-flagged-p.
45         (wl-summary-persistent-mark-string): Follow the variable name change;
46         Put wl-summary-flag-mark if the message has global-flag.
47         (wl-summary-target-mark-set-flags): Renamed from 
48         wl-summary-target-mark-mark-as-important.
49         (wl-summary-decide-flag): New function.
50         (wl-summary-set-flags-internal): Renamed from
51         wl-summary-mark-as-important-internal.
52         (wl-summary-add-flags-internal): New function.
53         (wl-summary-remove-flags-internal): Ditto.
54         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
55         (wl-summary-mark-as-unimportant): Abolish.
56         (wl-summary-move-spec-alist): Changed `important' to `digest'.
57         (wl-summary-next-message): List flagged messages in the msgdb.
58
59         * wl-score.el (wl-summary-score-update-all-lines): Use
60         wl-summary-add-flags-internal instead of 
61
62         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
63
64         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
65         from wl-message-buffer-cur-flag (To avoid misunderstanding).
66         (wl-message-buffer-require-all-header): Renamed from
67         wl-message-buffer-all-header-flag (Ditto).
68         (wl-message-buffer-flag-indicator): New variable.
69         (wl-message-redisplay): Changed local varibale name from `flag' to
70         `display-type'; Set up wl-message-buffer-flag-indicator.
71         (wl-message-buffer-display): Changed varibale name from `flag' to
72         `display-type'.
73         (wl-message-display-internal): Likewise.
74
75         * wl-highlight.el (wl-highlight-demo-face): Define default background
76         color.
77         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
78
79         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
80
81         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
82         (wl-demo-setup-properties): Renamed from
83         `wl-demo-set-background-color'.
84         (wl-demo): Follow the change above.
85         
86         * Version number is increased to 2.11.24.
87
88 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-summary.el (wl-summary-toggle-thread): Call
91         `wl-summary-rescan' with disable-thread as non-nil.
92         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
93
94 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
95
96         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
97         foreground property of the face.
98         (wl-demo-insert-text): Don't set up face property here.
99         (wl-demo): Call wl-demo-set-background-color, anyway.
100
101 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
102
103         * wl-vars.el (wl-demo-background-color): The value can be nil.
104
105 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
106
107         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
108         to wl-summary-wheel-dispatcher.
109
110         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
111         wl-message-wheel-dispatcher.
112         (wl-message-wheel-dispatcher): New function.
113         (wl-summary-wheel-dispatcher): Ditto.
114
115 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-action.el (wl-summary-target-mark-all): List messages which are
118         not in the killed-list.
119
120         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
121         only when the folder is 'flag/important.
122
123         * wl-address.el (wl-complete-field-body): Complete if the last
124         character is a space.
125
126 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * wl-folder.el (wl-folder-clear-entity-info): Use
129         elmo-clear-hash-val.
130
131         * wl-fldmgr.el (wl-fldmgr-rename): Set
132         wl-folder-info-alist-modified as t.
133
134 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
135
136         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
137
138 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
139
140         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
141         (wl-folder-buffer-last-visited-entity-id): New buffer local
142         variable.
143         (wl-folder-revisit-last-visited-folder): New function.
144         (wl-folder-mode-map): Bind it to "C-i".
145         (wl-folder-set-current-entity-id): Set last visited folder.
146         * wl-summary.el (wl-summary-exit): Ditto.
147
148 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
151         before calling `recenter' in order to cope with an XEmacs bug.
152
153 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
156         to the default value.
157
158 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
161         change.
162         (wl-summary-sync-marks): Ditto.
163         (wl-summary-mark-as-read-internal): Ditto.
164         (wl-summary-mark-as-answered-internal): Ditto.
165         (wl-summary-mark-as-important-internal): Ditto.
166         (wl-summary-reply): Ditto.
167
168         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
169         instead of `elmo-folder-unflag-answered'.
170
171         * Version number is increased to 2.11.23.
172
173         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
174         the last change.
175
176 2004-01-11  Kenichi Okada  <okada@opaopa.org>
177
178         * wl-spam.el (wl-summary-exec-action-refile-with-register):
179         Specify "spam" or "good".
180
181 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
182
183         * wl-spam.el (wl-summary-exec-action-spam): Call
184         wl-folder-confirm-existence for spam folder.
185         (wl-spam-setup): Bind "mk".
186
187 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
190
191 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
192
193         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
194         destination folder is empty.
195
196 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
199         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
200
201         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
202         (wl-summary-refile-prev-destination-region): New function.
203         (wl-thread-refile-prev-destination): Ditto.
204         (wl-summary-target-mark-refile-prev-destination): Ditto.
205
206 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
207
208         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
209         (wl-demo-background-color): Changed default value.
210
211         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
212         color.
213
214         * wl-demo.el (wl-demo-set-background-color): New function.
215         (wl-demo): Call it.
216
217 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-address.el (wl-address-delete): Avoid mis-deleting.
220         * wl-address.el (wl-address-add-or-change): Don't add empty
221         address.
222
223 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
224
225         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
226
227 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-vars.el (wl-demo-image-filter-alist): New variable
230         (wl-demo-background-color): Ditto.
231
232         * wl-demo.el (wl-demo-xpm-set-background): New function.
233         (wl-demo-image-filter): Ditto.
234         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
235
236         * wl-vars.el (wl-demo-icon-name-alist): New variable.
237
238         * wl-demo.el (wl-demo-icon-name): Define as function.
239         (wl-demo-insert-image): Use it.
240
241 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
242
243         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
244
245 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
246
247         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
248
249 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
252
253 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-thread.el (wl-thread-mark-as-answered): New function.
256
257         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
258         answered" entry.
259         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
260         "r&" and wl-thread-mark-as-answered to "t&".
261         (wl-summary-mark-as-important-region): Refine to toggle mark.
262         (wl-summary-mark-as-answered-region): New function.
263         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
264         and 3rd argument.
265         (wl-summary-mark-as-important-internal): Likewise.
266
267 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-template.el (wl-template-preview): New internal variable.
270         (wl-template-preview-p): New function.
271         (wl-template-show): Bind `wl-template-preview' as t.
272
273 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
276         `elmo-message-entity-field' with 3rd argument which is non-nil.
277
278 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
281         Removed duplicate local bind `folder'.
282
283 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284
285         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
286
287 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
290         duplicate definition.
291
292 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
293
294         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
295         non-nil, use it; Don't fetch message if there's no message in the
296         current cursor position.
297
298 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-util.el (wl-region-exists-p): Use region-active-p.
301         (wl-deactivate-region): New function.
302         * wl-message.el (wl-message-redisplay): Deactivate region.
303
304         * wl-summary.el (wl-summary-reply): Call
305         `wl-summary-set-message-buffer-or-redisplay' instead of
306         `wl-summary-redisplay-internal', don't move point.
307
308 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
311         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
312         by regexp.
313
314 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
317         if no need.
318
319 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
322         default value to nil.
323         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
324         `wl-summary-prepare-hook'; Replace refile action to
325         `wl-summary-exec-action-refile-with-register'.
326
327         * Version number is increased to 2.11.22.
328
329 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-detect-mark-position): Set
332         `wl-summary-buffer-weekday-name-lang'.
333
334 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
335
336         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
337         (wl-summary-mark-as-read-all): Ditto.
338         (wl-summary-delete-messages-on-buffer): Ditto.
339         (wl-summary-sync-update): Ditto.
340         (wl-summary-mark-as-read-internal): Ditto.
341         (wl-summary-mark-as-answered-internal): Ditto.
342         (wl-summary-update-folder-info): Abolished.
343
344 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-summary.el (wl-summary-mark-as-read-all): Use
347         `wl-summary-update-folder-info' instead of
348         `wl-folder-update-unread'.
349
350 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
351
352         * wl-summary.el (wl-summary-update-folder-info): New function derived from
353         `wl-summary-folder-info-update'.
354         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
355         instead of `wl-summary-folder-info-update'.
356         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
357         `wl-folder-set-folder-updated'.
358         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
359         instead of `wl-folder-update-unread'.
360         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
361         the value of `wl-summary-buffer-unread-count' for the second parameter of
362         `wl-folder-update-unread'.
363
364         * Version number is increased to 2.11.21.
365
366 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
367
368         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
369         a local variable.
370
371 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-spam.el (wl-summary-mark-spam): Show message only if call
374         interactively.
375
376         * wl-summary.el (wl-summary-mark-as-important-internal): New
377         internal function.
378         (wl-summary-mark-as-important): Use it.
379         (wl-summary-mark-as-unimportant): New function.
380         (wl-summary-sync-marks): Follow the API change.
381
382         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
383
384         * wl-mime.el (wl-summary-burst): Check target folder is writable.
385
386 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
387
388         * wl-folder.el (wl-folder-update-unread): Re-indent.
389         Narrow the scope of a local variable.
390
391 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
394         (wl-addrmgr-merge-entries): Ditto.
395         (wl-addrmgr): Added to address entry which exists in draft buffer
396         if no entry is in original.
397
398 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-batch.el: New file.
401
402 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
403
404         * wl-vars.el (wl-use-semi): Remove unused variable.
405
406 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
409         "?".
410
411 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
414         wl-summary-new-mark.
415         (wl-summary-new-cached-mark): New user option.
416         (wl-summary-score-marks): Follow the change above.
417         (wl-summary-auto-refile-skip-marks): Ditto.
418         (wl-summary-incorporate-marks): Ditto.
419         (wl-summary-expire-reserve-marks): Ditto.
420
421         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
422
423         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
424         (wl-summary-persistent-mark-string): Distinguished between cached
425         and uncached mark when the message is new.
426
427 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-spam.el (wl-spam-domain): Renamed from
430         `wl-spam-folder-guess-domain'.
431         (wl-summary-exec-action-spam): Register as spam if domain of the
432         source folder is good.
433         (wl-summary-exec-action-refile-with-register): Register message if
434         domain of the source folder is not undecided.
435
436 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
439         detect thread loop.
440
441 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
444         and wl-summary-skip-mark-list.
445
446 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
449
450         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
451
452         * wl-spam.el (toplevel): Require wl-highlight.
453         (wl-spam-auto-check-policy-alist): Abolish.
454         (wl-spam-auto-check-folder-regexp-list): New user option.
455         (wl-spam-auto-check-marks): Ditto.
456         (wl-spam-mark-action-list): Ditto.
457         (wl-highlight-summary-spam-face): New face.
458         (wl-spam-auto-check-message-p): New function.
459         (wl-spam-map-spam-messages): Fixed message.
460         (wl-spam-register-spam-messages): Ditto.
461         (wl-spam-register-good-messages): Ditto.
462         (wl-summary-spam-map): Add and remove keybind.
463         (wl-summary-target-mark-spam): Abolish.
464         (wl-summary-refile-spam): Ditto.
465         (wl-summary-test-spam): New function.
466         (wl-summary-mark-spam): Ditto.
467         (wl-summary-auto-check-spam): Follow the above change.
468         (wl-summary-exec-action-spam): New function.
469         (wl-summary-exec-action-refile-with-register): Fixed message.
470         (wl-message-check-spam): New function.
471         (wl-spam-setup): Ditto.
472         (toplevel): Call it if this file is loaded interactivity.
473
474         * Version number is increased to 2.11.20.
475
476 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
479         when new optional argument `force' is non nil or modified.
480
481 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl.el (toplevel): Require wl-spam when compile.
484         (wl-save-status): Call wl-spam-save-status.
485
486         * wl-spam.el (wl-spam-register-spam-messages): New function.
487         (wl-spam-register-good-messages): Ditto.
488         (wl-spam-save-status): Ditto.
489         (wl-summary-mode-map): Bind
490         wl-summary-target-mark-register-as-spam to "ms" and
491         wl-summary-target-mark-register-as-good to "mn".
492         (wl-summary-register-as-spam): Abolish optional argument; Use
493         wl-spam-register-spam-messages.
494         (wl-summary-register-as-spam-all): Use
495         wl-spam-register-spam-messages.
496         (wl-summary-register-as-good): Abolish optional argument; Use
497         wl-spam-register-good-messages.
498         (wl-summary-register-as-good-all): Use
499         wl-spam-register-good-messages.
500         (wl-summary-target-mark-register-as-spam): New funtion.
501         (wl-summary-target-mark-register-as-good): Ditto.
502
503 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-spam.el: New file.
506
507 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
510
511         * wl-action.el (wl-auto-refile-guess-functions): New variable.
512         (wl-summary-auto-refile): Call wl-refile-guess with
513         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
514
515 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
518         with disable-thread argument non-nil.
519
520 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-summary.el (wl-summary-rescan): Added optional argument
523         disable-thread.
524         (wl-summary-sync): Call wl-summary-rescan with argument
525         disable-thread.
526         (wl-summary-input-range): Added new range `rescan-thread'.
527
528 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
529
530         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
531
532 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
535         internal variable.
536         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
537         wl-summary-search-parent-by-subject-regexp and
538         wl-summary-divide-thread-when-subject-changed as nil.
539         (wl-summary-insert-sequential): If entity is nil, nothing to do.
540         (wl-summary-insert-thread): Search parent entity from
541         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
542         thread loop.
543
544 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
545
546         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
547
548         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
549
550         * wl-util.el (wl-require-update-all-folder-p): New function.
551         (wl-get-assoc-list-value): Added `function' to match directive.
552         (wl-collect-draft): Rewrite.
553
554         * wl-summary.el (wl-summary-sync-update): Clear faces
555         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
556         are non-nil.
557         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
558         argument as function.
559         (wl-summary-input-range): Ditto.
560
561         * wl-folder.el (wl-draft-get-folder): New function.
562         (wl-folder-get-elmo-folder): Consider draft folder.
563
564         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
565         (wl-draft-buffer-message-number): New buffer local variable.
566         (wl-draft-folder-internal): New internal variable.
567         (wl-draft-delete): Rewrite.
568         (wl-draft-save): Ditto.
569         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
570         wl-folder-get-elmo-folder.
571         (wl-draft-config-info-operation): Ditto.
572         (wl-jump-to-draft-folder): Ditto.
573         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
574         (wl-draft-reedit): Rewrite.
575
576         * Version number is increased to 2.11.19.
577         
578 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
579
580         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
581         variable.
582
583 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
586         Use ignore-errors instead of unwind-protect.
587
588 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
589
590         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
591         for updating `wl-thread-entity-list'.
592
593 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
594
595         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
596         parameter from calling `wl-thread-entity-get-older-brothers' and
597         `wl-thread-entity-get-younger-brothers'.
598         Replace nested `append' with a single one.
599
600 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-summary.el (wl-summary-mode): Don't use the return value of
603         `make-local-hook'.
604
605 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
606
607         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
608         instead of `let*'.
609         (wl-thread-delete-message): Likewise.  Split and narrow the scope
610         of local variables.
611
612 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
615         Renamed from wl-summary-window-scroll-functions.
616         (wl-summary-window-scroll-functions): Don't set to variable.
617         (wl-summary-display-top): Use run-hooks.
618         (wl-summary-display-bottom): Ditto.
619         (wl-summary-toggle-disp-msg): Ditto.
620         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
621         Use it instead of wl-summary-window-scroll-functions.
622         (wl-summary-goto-folder-subr): Don't call
623         wl-summary-window-scroll-functions, use
624         wl-summary-buffer-window-scroll-functions instead.
625
626 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
629         make-local-variable.
630
631 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
632
633         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
634         set-buffer-modified-p.
635         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
636         (wl-summary-display-bottom): Ditto.
637         (wl-summary-toggle-disp-msg): Ditto.
638
639 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
642
643         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
644         (wl-summary-forward): Use elmo-message-entity-field instead of
645         elmo-message-field.
646
647         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
648
649 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-summary.el (wl-summary-window-scroll-functions): No use
652         `append'.
653
654 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
655
656         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
657         function.
658         (wl-summary-window-scroll-functions): Call it when both
659         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
660         (wl-summary-temp-mark): Added optional argument number.
661         (wl-summary-message-mark): Added optional argument flag.
662         (wl-summary-persistent-mark): Added optional argument number and flag.
663         (wl-summary-update-persistent-mark): Ditto.
664         (wl-summary-update-status-marks): Set "r" for interactive spec.
665
666         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
667         argument number and flag.
668
669         * wl-action.el (wl-summary-registered-temp-mark): 
670         Do nothing when wl-summary-buffer-temp-mark-list is nil.
671
672 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
675         internal variable (buffer local).
676         (wl-summary-window-scroll-functions): New function.
677         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
678         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
679         as nil.
680         (wl-summary-update-status-marks): Added arguments beg, end and
681         check.
682         (wl-summary-update-mark-window): Use function.
683         (wl-summary-sync-update): Follow the change above.
684         (wl-summary-switch-to-clone-buffer): Copy
685         wl-summary-buffer-unsync-mark-number-list.
686         (wl-summary-goto-folder-subr): Set
687         wl-summary-buffer-unsync-mark-number-list and
688         use wl-summary-window-scroll-functions insteaf of
689         wl-summary-lazy-highlight.
690
691         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
692
693 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
696
697         * wl-summary.el (wl-summary-update-persistent-mark): Call
698         wl-summary-set-message-modified.
699
700         * wl-summary.el (wl-summary-sync-update): Don't call
701         wl-summary-update-status-marks.
702
703         * Version number is increased to 2.11.18.
704
705 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
706
707         * wl-message.el (wl-message-prev-page): Use save-selected-window.
708         (wl-message-next-page): Ditto.
709
710 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
711
712         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
713         local variable.  Change the order of a collected list into the
714         same as the specified range.  Remove nil from a collected list.
715
716 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el (wl-summary-insert-headers): Set visible-only
719         argument for elmo-folder-list-messages.
720
721 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
724         change (wl-summary-count-unreads return a list instead of a cons
725         cell).
726
727 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
728
729         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
730         `wl-summary-folder-info-update'.
731
732 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-summary.el (wl-summary-set-message-modified): No use
735         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
736         (wl-summary-set-mark-modified): Abolish.
737         (wl-summary-mark-modified-p): Ditto.
738         (wl-summary-save-view): Follow the change above.
739
740         * wl-expire.el (wl-summary-expire): Likewise.
741
742 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
743
744         * wl-summary.el (wl-summary-detect-mark-position): Use
745         modb-entity-handler.
746         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
747
748         * Version number is increased to 2.11.17.
749
750 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
751
752         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
753         entity field value.
754         (wl-summary-prefetch-msg): Ditto.
755         (wl-summary-print-message-with-ps-print): Ditto.
756
757 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
758
759         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
760         for dummy entity.
761         (wl-summary-insert-thread): Use elmo-message-entity-field.
762         (wl-summary-update-thread): Use elmo-message-entity-field and
763         elmo-message-entity-number.
764         (wl-summary-line-number):  Use elmo-message-entity-number.
765         (wl-summary-line-size): Use elmo-message-entity-field.
766         (wl-summary-line-subject): Ditto.
767         (wl-summary-line-from): Ditto.
768         (wl-summary-line-attached): Ditto.
769         (wl-summary-create-line): Ditto.
770         (wl-summary-create-line): Use elmo-message-entity-number.
771         (wl-summary-print-message-with-ps-print): Use
772         elmo-message-entity-field.
773
774 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
775
776         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
777         change in elmo-msgdb-make-message-entity.
778         (wl-summary-buffer-set-folder): Don't call
779         wl-summary-detect-mark-position here.
780         (wl-summary-rescan): Call elmo-message-entity-number.
781         (wl-summary-sync-update): Ditto.
782         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
783
784         * wl-score.el (wl-score-header-index): Redefine 2th element.
785         (wl-score-overview-entity-get-extra): Abolish.
786         (wl-score-ov-entity-get): Rewrite.
787         (wl-score-string-index<, wl-score-string-func<): Abolish.
788         (wl-score-string<): New function.
789         (wl-score-string-sort): Use it.
790
791         * wl-refile.el (wl-refile-guess-by-history): Use
792         elmo-message-entity-field.
793         (wl-refile-guess-by-from): Ditto.
794         (wl-refile-guess-by-msgid): Ditto.
795
796         * Version number is increased to 2.11.16.
797
798 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
799
800         * wl-folder.el (wl-folder-confirm-existence): Don't call
801         file-exists-p if msgdb-path is nil.
802         * wl-summary.el, wl-draft.el, wl-action.el: Rename
803         `wl-read-folder-hist' to `wl-read-folder-history'.
804
805 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
806
807         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
808         `y-or-n-p'.
809
810 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-score.el (wl-score-headers): Don't use
813         elmo-folder-do-each-message-entity.
814
815         * Version number is increased to 2.11.15.
816
817 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
818
819         * wl-summary.el (wl-summary-delete-all-msgs): Use
820         elmo-folder-move-messages instead of elmo-folder-delete-messages
821         and elmo-folder-detach-messages.
822         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
823
824         * wl-expire.el (wl-expire-delete): Ditto.
825         (wl-expire-refile-with-copy-reserve-msg): Ditto.
826
827 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
828
829         * wl-vars.el (wl-message-use-header-narrowing): New user option.
830         (wl-message-header-narrowing-fields): Ditto.
831         (wl-message-header-narrowing-lines): Ditto.
832         (wl-message-header-narrowing-string): Ditto.
833
834         * wl-summary.el (wl-summary-mode-map): Bind
835         wl-summary-toggle-header-narrowing to "C-cC-f".
836         (wl-summary-toggle-header-narrowing): New function.
837
838         * wl-message.el (wl-message-buffer-create): Call
839         wl-message-header-narrowing-setup.
840         (wl-message-redisplay): Call wl-message-header-narrowing.
841         (wl-message-header-narrowing): New function.
842         (wl-message-header-narrowing-map): New keymap.
843         (wl-message-header-narrowing-widen-map): New keymap.
844         (wl-message-header-narrowing-again-at-mouse): New function.
845         (wl-message-header-narrowing-1): Ditto.
846         (wl-message-header-narrowing-widen-at-mouse): Ditto.
847         (wl-message-header-narrowing-setup): Ditto.
848         (wl-message-header-narrowing-toggle): Ditto.
849         
850         * wl-highlight.el (wl-message-header-narrowing-face): New face.
851
852         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
853         'flag as all.
854         (wl-use-flag-folder-help-echo): New user option.
855
856         * wl-summary.el (wl-summary-detect-mark-position): Bind 
857         wl-summary-highlight as nil.
858         (wl-summary-set-mark-modified): Follow the API change.
859         (wl-summary-mark-modified-p): Ditto.
860         (wl-summary-mark-as-read-all): Ditto.
861         (wl-summary-sync-marks): Don't call
862         elmo-folder-list-messages-with-global-mark.
863         (wl-summary-mark-as-read-internal): Follow the API change.
864         (wl-summary-mark-as-answered-internal): Ditto.
865         (wl-summary-mark-as-important): Cause an error when 'flag folder;
866         Follow the API change.
867         (wl-summary-create-line): Call with number argument.
868         (wl-summary-reply): Follow the API change.
869
870         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
871         function.
872         (wl-highlight-summary-line-string): Call it when
873         wl-use-flag-folder-help-echo is non-nil.
874         (wl-highlight-summary-current-line): Ditto.
875         (elmo-flag-folder-referrer): Added autoload setting.
876
877         * wl-draft.el (wl-draft-kill): Follow the API change.
878
879         * Version number is increased to 2.11.14.
880         
881 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
884
885 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * Version number is increased to 2.11.13.
888
889 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-draft.el (wl-draft-previous-history-element): Fixed
892         unbalanced parenthesis and bind unbound local variables.
893
894 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-draft.el (wl-draft-previous-history-element): New function.
897         (wl-draft-next-history-element): Ditto.
898         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
899         them to M-p and M-n.
900
901 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * Version number is increased to 2.11.12.
904
905 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-draft.el (wl-draft-hide): Select buffer-window.
908
909 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
910
911         * wl-summary.el (wl-summary-narrow-to-region): New function.
912         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
913         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
914         (wl-summary-save-region): Use it.
915         * wl-action.el (wl-summary-collect-numbers-region)
916         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
917
918 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-folder.el (wl-folder-count-incorporates): Don't use
921         `elmo-msgdb-mark-load'
922
923         * Version number is increased to 2.11.11.
924
925 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
928         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
929
930 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
931
932         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
933
934 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * Version number is increased to 2.11.10.
937
938 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-mime.el (wl-draft-attribute-value): Fixed.
941
942 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-util.el (wl-copy-local-variables): New function.
945
946         * wl-mime.el (wl-draft-attribute-recipients): New function.
947         (wl-draft-attribute-envelope-from): Ditto.
948         (wl-draft-attribute-smtp-posting-server): Ditto.
949         (wl-draft-attribute-smtp-posting-port): Ditto.
950         (wl-draft-attribute-value): Ditto.
951         (wl-draft-preview-message): Use it to get value for
952         attributes. Reflect result of `wl-draft-config'.
953
954         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
955         and call `wl-summary-mark-as-read' before to call
956         `wl-summary-unset-mark'.
957         (wl-summary-target-mark-mark-as-unread): Likewise.
958         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
959
960 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * wl-mime.el (wl-draft-preview-message): Use actual value for
963         attributes; Fix for small window.
964
965 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-refile.el (wl-refile-get-field-value): Call
968         `elmo-message-entity-field' with 3rd argument is non-nil.
969
970 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-vars.el (wl-draft-preview-attributes): New user option.
973         (wl-draft-preview-attributes-list): Ditto.
974         (wl-draft-preview-attributes-buffer-lines): Ditto.
975         (wl-draft-preview-attributes-buffer-name): Ditto.
976
977         * wl-mime.el (wl-draft-preview-message): Display attributes.
978
979 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-summary.el (wl-summary-detect-mark-position): Bind
982         wl-summary-flag-priority-list to '(new).
983
984 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
987         funtion.
988         (wl-highlight-summary-line-string): Use it.
989         (wl-highlight-summary-current-line): Ditto.
990
991 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
994         line even when the mark string is not changed.
995
996         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
997         argument change in the wl-summary-create-line.
998         (wl-thread-insert-entity-sub): Ditto.
999
1000         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1001         argument change in the wl-summary-create-line.
1002         (wl-summary-insert-sequential): Ditto.
1003         (wl-summary-update-thread): Ditto.
1004         (wl-summary-persistent-mark-string): New inline function.
1005         (wl-summary-message-mark): Use it.
1006         (wl-summary-create-line): Abolish argument wl-persistent-mark
1007         and added wl-flags, wl-cached.
1008
1009         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1010         mark to flags.
1011         (wl-highlight-summary-current-line): Decide the face not by the 
1012         persistent mark but flags.
1013
1014 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1017         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1018         wl-summary-read-uncached-mark): Revive.
1019         (wl-summary-answered-cached-mark,
1020         wl-summary-answered-uncached-mark): New user option.
1021         (wl-summary-score-marks): Follow the change above.
1022         (wl-summary-auto-refile-skip-marks): Ditto.
1023         (wl-summary-incorporate-marks): Ditto.
1024         (wl-summary-expire-reserve-marks): Ditto.
1025         (wl-summary-flag-priority-list): New user option.
1026
1027         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1028         changes.
1029         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1030         of elmo-message-mark.
1031         (wl-summary-mark-as-read-internal): Ditto.
1032         (wl-summary-mark-as-answered): Ditto.
1033         (wl-summary-mark-as-important): Ditto.
1034         (wl-summary-redisplay-internal): Ditto.
1035         (wl-summary-redisplay-no-mime-internal): Ditto.
1036         (wl-summary-message-mark): New function.
1037         (wl-summary-insert-sequential): Use wl-summary-message-mark
1038         instead of elmo-message-mark.
1039         (wl-summary-update-thread): Ditto.
1040         (wl-summary-persistent-mark): Ditto.
1041         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1042         instead of elmo-message-mark.
1043
1044         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1045         wl-summary-message-mark instead of elmo-message-mark.
1046         (wl-thread-insert-entity-sub): Ditto.
1047         (wl-thread-get-children-msgs-uncached): Ditto.
1048
1049         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1050         variable name changes.
1051         (wl-highlight-summary-current-line): Ditto.
1052
1053         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1054         wl-summary-message-mark instead of elmo-message-mark.
1055
1056         * wl-expire.el (wl-expire-message-p): Ditto.
1057
1058         * wl-score.el (wl-score-headers): Ditto.
1059
1060         * Version number is increased to 2.11.9.
1061
1062         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1063         (wl-summary-sync-update): Follow the change above.
1064         (wl-summary-switch-to-clone-buffer): Ditto.
1065         (wl-summary-open-folder): Ditto.
1066
1067 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1070         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1071
1072         * Version number is increased to 2.11.8.
1073
1074         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1075
1076         * wl-expire.el (wl-expire-refile): Follow the API change on
1077         `elmo-folder-move-messages'.
1078         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1079
1080         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1081         (wl-summary-exec-action-refile): Ditto.
1082         (wl-summary-exec-action-copy): Ditto.
1083         (wl-summary-no-auto-refile-message-p): No use
1084         `wl-summary-buffer-msgdb'.
1085         (wl-summary-auto-refile): Ditto.
1086
1087 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1090
1091 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1092
1093         * wl-summary.el (wl-summary-sync): Treat no-sync.
1094
1095         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1096         (wl-default-sync-range): Ditto.
1097
1098 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-refile.el (wl-refile-subject-learn): Call
1101         `elmo-message-entity-field' with 3rd argument is non-nil.
1102         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1103         instead of `elmo-msgdb-overview-entity-get-subject'.
1104
1105 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1106
1107         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1108         scan-type is rescan.
1109         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1110         new optional argument force is non-nil.
1111         (wl-summary-save-view-cache): Call it with force argument non-nil.
1112
1113         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1114
1115 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-action.el (wl-summary-print-argument): Fixed last change.
1118
1119 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1122         simplified.
1123         (wl-summary-target-mark-mark-as-unread): Likewise.
1124         (wl-summary-target-mark-mark-as-important): Likewise.
1125
1126 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1129         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1130         (wl-summary-mark-as-important-region): Change accordingly.
1131         (wl-summary-target-mark-mark-as-important): Ditto.
1132
1133 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1136
1137         * wl-action.el (wl-summary-print-argument): Print argument to
1138         right side of window if `wl-summary-print-argument-within-window'
1139         is non-nil.
1140
1141 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1142
1143         * wl-action.el (wl-summary-set-mark): Use
1144         `wl-summary-message-visible-p' to check visibility of the message
1145         and jump to message only when the message line is visible and have
1146         different number; Call wl-summary-unset-mark with number argument.
1147         (wl-summary-unset-mark): 
1148         Use `wl-summary-message-visible-p'
1149         to check visibility of the message and jump to message only when
1150         the message line is visible and have different number;
1151
1152 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * Version number is increased to 2.11.7.
1155
1156         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1157         and wl-folder-summary-line-format.
1158
1159         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1160         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1161         (wl-summary-set-score-mark): Use it.
1162         (wl-summary-target-mark-mark-as-read): Ditto.
1163         (wl-summary-target-mark-mark-as-unread): Ditto.
1164         (wl-summary-target-mark-mark-as-important): Ditto.
1165         (wl-summary-target-mark-msgs): Simplified.
1166         (wl-summary-detect-mark-position): Fixed problem when
1167         summary-line-format no contain persisten/temp mark spec.
1168         (wl-summary-temp-mark): Ditto.
1169         (wl-summary-persistent-mark): Ditto.
1170         (wl-summary-update-persistent-mark): Ditto.
1171
1172         * wl-action.el (wl-summary-set-mark): Ditto.
1173         (wl-summary-unset-mark): Ditto.
1174         All other related portions are changed.
1175
1176 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * Version number is increased to 2.11.6.
1179
1180 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1181
1182         * wl-util.el (wl-current-message-buffer): Define as function;
1183         Don't use the value of wl-messge-buffer.
1184
1185         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1186         persistent mark.
1187
1188         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1189         no current message, cause an error.
1190
1191 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-summary.el (wl-summary-set-message-modified): Use
1194         elmo-folder-set-message-modified instead of
1195         elmo-folder-set-message-modified-internal.
1196
1197 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1200         interactively.
1201         (wl-summary-sync): nokill->entirely.
1202         (wl-summary-sync-marks): Fixed message.
1203         (wl-summary-input-range): Added mark, nokill->entirely.
1204
1205         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1206         messages as read.
1207
1208 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1211         update-noscore.
1212         (wl-summary-sync): Follow the change above.
1213
1214 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-action.el (wl-summary-target-mark-all): Use
1217         elmo-folder-list-messages.
1218
1219 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1222         (wl-summary-rescan): Set wl-summary-scored as nil.
1223         (wl-summary-sync-force-update): Follow the change above.
1224         (wl-summary-sync): Ditto.
1225         (wl-summary-sync-update): Added argument disable-killed.
1226         (wl-summary-insert-headers): Set visible-only argument for
1227         elmo-folder-list-messages.
1228         (wl-summary-input-range): Added update-nokill, update-noscore,
1229         all-nokill, all-noscore and mark.
1230
1231         * Version number is increased to 2.11.5.
1232
1233         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1234
1235 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1236
1237         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1238         (wl-summary-prefetch-region-no-mark): Change accordingly.
1239         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1240
1241 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1242
1243         * wl-address.el (wl-complete-field-to): Abolished.
1244         (wl-complete-address): Completion function for completing-read.
1245         * wl-action.el (wl-summary-get-resend-address): Use it.
1246
1247         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1248         wl-summary-update-mark and abolish unused argument.
1249         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1250         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1251         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1252         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1253         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1254         * wl-draft.el (wl-draft-kill): Ditto.
1255
1256         * wl-summary.el: Remove unused binding of case-fold-search.
1257         (wl-summary-replace-status-marks): Abolished.
1258
1259 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1260
1261         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1262         is specified or folder length is zero.
1263
1264 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1267         (wl-folder-archive-current-entity): Ditto.
1268
1269 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1272         retrieving message mark.
1273         (wl-summary-redisplay-internal): Ditto.
1274
1275         * wl-message.el (wl-message-buffer-display): Ignore errors while
1276         retrieving message-id field.
1277
1278         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1279         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1280         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1281         order of the arguments for `wl-expire-message-p'.
1282         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1283
1284         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1285         Check return value of wl-summary-reply.
1286         (wl-summary-reply): Recover window configuration when an error occured.
1287
1288 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-summary.el (wl-summary-resend-message): Abolished, the
1291         feature is inherited by wl-summary-resend (put resend mark).
1292
1293 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1296         wl-message-buffer to nil when the message is hide.
1297
1298 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * .cvsignore: New file.
1301
1302 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-action.el (wl-summary-action-docstring): Add more info.
1305         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1306         duplicate definition.
1307         (wl-summary-define-mark-action): Functions wl-summary-*-region
1308         keep current position.
1309         (wl-summary-unregister-target-mark): Store result to the variable.
1310
1311 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * Version number is increased to 2.11.4.
1314
1315 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1316
1317         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1318         wl-summary-delete-all-temp-marks.
1319         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1320
1321         * wl-action.el (wl-summary-set-mark): Changed terminology
1322         refile-destination -> action-argument.
1323         (wl-summary-unset-mark): Ditto.
1324         (wl-summary-remove-argument): Ditto.
1325         (wl-summary-print-argument): Ditto.
1326
1327         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1328         (wl-thread-remove-argument-region): Ditto.
1329         (wl-thread-print-argument-region): Ditto.
1330         (wl-thread-close): Ditto.
1331         (wl-thread-open): Ditto.
1332
1333         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1334         (wl-highlight-refile-destination-face is abolished)
1335         (wl-highlight-action-argument-string): Ditto.
1336         (wl-highlight-summary-current-line): Highlight action argument.
1337
1338         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1339         color for light backgrounds.
1340         (wl-highlight-summary-answered-face): Ditto.
1341
1342 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1343
1344         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1345
1346         * wl-score.el (wl-summary-score-update-all-lines): Use
1347         wl-summary-set-mark.
1348         (wl-summary-score-update-all-lines): Kill expunged messages.
1349
1350         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1351
1352 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1353
1354         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1355         directly.
1356         (wl-score-overview-entity-get-lines): Ditto.
1357         (wl-score-overview-entity-get-xref): Ditto.
1358         (wl-score-get-latest-msgs): Ditto.
1359         (wl-summary-rescore): Ditto.
1360
1361         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1362         to "&".
1363         (wl-summary-mark-as-answered-internal): New inline function.
1364         (wl-summary-mark-as-answered): New function.
1365         (wl-summary-mark-as-unanswered): Ditto.
1366         (wl-summary-sync-marks): Modified for answered-mark synching.
1367
1368 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-action.el (wl-summary-set-mark): Fixed last change.
1371
1372 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1373
1374         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1375         behavior of wl-summary-unread-message-hook
1376         (Pointed out by akira yamada <akira@arika.org>).
1377
1378 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1381         wl-summary-delete.
1382         * wl-xmas.el (wl-summary-toolbar): Ditto.
1383
1384         * wl-action.el (wl-summary-set-mark): Don't override current
1385         temp-mark.
1386
1387         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1388
1389 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1392         (wl-refile-msgid-learn): Ditto.
1393         (wl-refile-get-field-value): Ditto.
1394
1395         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1396
1397         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1398         (wl-expire-delete-reserved-messages): Renamed from
1399         wl-expire-reserve-marked-msgs-from-list.
1400         (wl-expire-delete): Removed argument `msgdb'.
1401         (wl-expire-refile): Ditto.
1402         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1403         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1404         mark-alist as argument.
1405         (wl-expire-archive-number1): Removed argument `msgdb'.
1406         (wl-expire-archive-number2): Ditto.
1407         (wl-expire-archive-date): Ditto.
1408         (wl-expire-localdir-date): Ditto.
1409         (wl-expire-hide): Ditto.
1410         (wl-archive-number1): Ditto.
1411         (wl-archive-number2): Ditto.
1412         (wl-archive-date): Ditto.
1413         (wl-archive-folder): Ditto.
1414         All other related portions are changed.
1415
1416 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1419         mean move up and down. (suggested by Takashi Kawachi)
1420
1421 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-acap.el (toplevel): Don't require un-define.
1424
1425 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-thread.el (wl-thread-delete-message): Always update
1428         wl-summary-buffer-number-list.
1429
1430         * wl-action.el (wl-summary-print-destination): 
1431         Do nothing when folder is nil.
1432
1433 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1436         persistent mark when prefetch is succeeded.
1437
1438 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1441         instead of elmo-msgdb-delete-msgs.
1442         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1443         (wl-expire-hide): Ditto.
1444
1445         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1446
1447         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1448         elmo-msgdb interface.
1449         (wl-thread-get-exist-children): Likewise.
1450         (wl-thread-insert-message): Likewise.
1451         (wl-thread-msg-mark-as-important): Likewise.
1452         (wl-thread-insert-entity-sub): Likewise.
1453         (wl-thread-get-children-msgs-uncached): Likewise.
1454
1455         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1456         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1457         (wl-summary-sync-update): Likewise.
1458         (wl-summary-auto-select-msg-p): Likewise.
1459         (wl-summary-update-thread): Likewise.
1460         (wl-summary-mark-as-important): Likewise.
1461         (wl-summary-jump-to-msg-internal): Likewise.
1462         (wl-summary-redisplay-internal): Likewise.
1463         (wl-summary-print-message-with-ps-print): Likewise.
1464         (wl-summary-folder-info-update): Likewise.
1465
1466         * wl-folder.el (wl-folder-check-one-entity):
1467         elmo-folder-count-flags instead of wl-summary-count-unread.
1468
1469         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1470
1471         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1472
1473         * wl-summary.el (wl-summary-set-message-modified): 
1474         Call wl-summary-set-mark-modified.
1475         (wl-summary-delete-messages-on-buffer): Call
1476         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1477         (wl-summary-sync-update): Call elmo-folder-length instead of
1478         elmo-folder-messages.
1479         (wl-summary-insert-headers): Don't call
1480         elmo-folder-list-message-entities.
1481
1482 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * wl-action.el (wl-summary-define-mark-action): Call
1485         `wl-summary-set-mark' with argument `data'.
1486         (wl-summary-auto-refile): Fixed order of arguments when call
1487         `wl-summary-refile'.
1488
1489 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1492
1493         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1494
1495         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1496         (Renamed from wl-highlight-summary-deleted-face).
1497         (wl-highlight-summary-resend-face): New face.
1498
1499         (wl-highlight-summary-deleted-face): Renamed from
1500         wl-highlight-summary-erased-face.
1501
1502         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1503
1504         * wl-action.el (wl-summary-get-resend-address): New function.
1505         (wl-summary-exec-action-resend): Ditto.
1506         (wl-summary-exec-action-resend-subr): Ditto.
1507
1508         * w-thread.el (wl-thread-copy): Removed definition.
1509         (wl-thread-refile): Ditto.
1510         (wl-thread-delete): Ditto.
1511         (wl-thread-target-mark): Ditto.
1512
1513         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1514         (wl-summary-target-mark-set-action): Fixed.
1515         (wl-summary-define-mark-action): Fixed quotation.
1516         (wl-summary-move-mark-list-messages): Display message.
1517         (wl-summary-define-mark-action): Define thread functions.
1518         (wl-summary-exec-action-refile): Changed message.
1519         (wl-summary-exec): Ditto.
1520
1521 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1522         
1523         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1524         '%%'.
1525
1526 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * wl.el (toplevel): Require wl-action.
1529         (wl-init): Call wl-summary-define-mark-action.
1530
1531         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1532
1533         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1534         wl-summary-delete and wl-summary-erase.
1535         (wl-summary-mode-map): Ditto.
1536
1537         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1538         wl-delete-folder-alist.
1539
1540         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1541         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1542         (toplevel): Moved mark & action related functions to the wl-action.el.
1543
1544         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1545         in wl-summary-mark-action-list.
1546         (wl-highlight-summary-current-line): Ditto.
1547
1548         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1549         empty lines.
1550
1551         * wl-action.el: New file. 
1552
1553 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-summary.el (wl-summary-target-mark-replace): New function.
1556         (wl-summary-target-mark-prefetch): Use it.
1557         (wl-summary-target-mark-delete): Ditto.
1558         (toplevel): Rearranged definition order.
1559         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1560         (wl-summary-target-mark-erase): Rewrite.
1561         (wl-summary-erase-region): New function.
1562         (wl-summary-exec-action-erase): Changed message.
1563         (wl-summary-move-mark-list-messages): New function.
1564         (wl-summary-exec-action-delete): Use it.
1565         (wl-summary-exec-action-erase): Ditto.
1566
1567         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1568         (wl-summary-skip-mark-list): Added "d".
1569
1570         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1571         while searching.
1572
1573         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1574         and define using defcustom;
1575         Define 4th element as a face.
1576         
1577         * wl-summary.el (wl-summary-incorporate): Use 
1578         `wl-summary-prefetch-region-no-mark' instead of
1579         `wl-summary-prefetch-region'.
1580         (wl-summary-prefetch-region-no-mark): Revival of old
1581         `wl-summary-prefetch-region'.
1582         (wl-summary-mark-action-list): Moved to wl-vars.el
1583
1584         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1585         face according to the `wl-summary-mark-action-list'.
1586         (wl-highlight-summary-current-line): Ditto;
1587         Removed destination highlighting.
1588
1589         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1590         (wl-highlight-summary-line-string): Highlight for "i" mark.
1591         (wl-highlight-summary-current-line): Ditto.
1592
1593         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1594         no destination.
1595
1596         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1597         exists, just go ahead.
1598         (wl-summary-prefetch-region): Rewrite.
1599         (wl-summary-prefetch): Ditto.
1600         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1601         (wl-summary-exec-action-prefetch): New function.
1602         (wl-summary-target-mark-prefetch): Rewrite.
1603
1604 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1605
1606         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1607         (wl-highlight-summary-line-string): Added "d" and "D".
1608         (wl-highlight-summary-current-line): Ditto.
1609
1610         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1611         in wl-summary.el.
1612         (wl-thread-insert-entity-sub): Ditto.
1613         (wl-thread-remove-destination-region): Ditto.
1614         (wl-thread-print-destination-region): Ditto.
1615
1616         * wl-summary.el (wl-summary-buffer-refile-list,
1617         wl-summary-buffer-delete-list,
1618         wl-summary-buffer-copy-list): Abolish.
1619         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1620         All other related portions are changed.
1621         (wl-summary-mark-action-list): New variable.
1622         (wl-summary-set-mark): New function.
1623         (wl-summary-register-target-mark): Ditto.
1624         (wl-summary-unregister-target-mark): Ditto.
1625         (wl-summary-have-target-mark-p): Ditto.
1626         (wl-summary-register-temp-mark): Ditto.
1627         (wl-summary-unregister-temp-mark): Ditto.
1628         (wl-summary-registered-temp-mark): Ditto.
1629         (wl-summary-collect-temp-mark): Ditto.
1630         (wl-summary-unset-mark): Ditto.
1631         (wl-summary-set-target-mark): Ditto.
1632         (wl-summary-unset-target-mark): Ditto.
1633         (wl-summary-set-action-generic): Ditto.
1634         (wl-summary-unset-action-generic): Ditto.
1635         (wl-summary-exec-action-delete): Ditto.
1636         (wl-summary-exec-action-erase): Ditto.
1637         (wl-summary-set-action-refile): Ditto.
1638         (wl-summary-set-action-refile-subr): Ditto.
1639         (wl-summary-unset-action-refile): Ditto.
1640         (wl-summary-make-destination-numbers-list): Ditto.
1641         (wl-summary-exec-action-refile): Ditto.
1642         (wl-summary-set-action-copy): Ditto.
1643         (wl-summary-unset-action-copy): Ditto.
1644         (wl-summary-exec-action-copy): Ditto.
1645         (wl-summary-collect-numbers-region): Ditto.
1646         (wl-summary-delete): Rewrite.
1647         (wl-summary-erase): Ditto.
1648         (wl-summary-remove-destination): Ditto.
1649         (wl-summary-exec): Ditto.
1650         (wl-summary-exec-region): Ditto.
1651         (wl-summary-target-mark-erase): Ditto.
1652         (wl-summary-refile): Ditto.
1653         (wl-summary-copy): Ditto.
1654         (wl-summary-unmark): Ditto.
1655         (wl-summary-delete-all-mark): Ditto.
1656         (wl-summary-mark-line): Don't highlight.
1657         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1658         (wl-summary-target-mark-refile-subr): Rewrite.
1659
1660         (wl-summary-copy-prev-destination): Abolish.
1661
1662 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1663
1664         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1665         default values along the value of wl-on-mule.
1666         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1667         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1668         It is not used anywhere.
1669
1670 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-summary.el (wl-summary-print-destination): Keep position.
1673         (wl-summary-cursor-move-surface): Keep horizontal position.
1674
1675 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1678         write sendlog.
1679
1680 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1681
1682         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1683         `wl-summary-highlight'.
1684
1685 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1688         trivial condition for temp-mark.
1689
1690 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1691
1692         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1693         when it hits killed buffer.
1694
1695 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1696
1697         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1698         * wl-news.el.in: `message' and `error' take format string.
1699
1700 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-folder (wl-folder-insert-entity): Display a message,
1703         `...done', when the work finish.
1704         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1705
1706 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-message.el (wl-message-redisplay): Remove unused local
1709         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1710
1711 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-summary.el (wl-summary-replace-status-marks): Disable
1714         interactive use.
1715         (wl-summary-reedit): Check message existence at first.
1716         (wl-summary-mark-line): Fix doc, return value is indefinite.
1717
1718         * wl-highlight.el (wl-highlight-message): Arranged.
1719
1720         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1721         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1722         check temp-mark by wl-summary-temp-mark always.
1723         (wl-highlight-summary): Change accordingly.
1724         * wl-summary.el (wl-summary-mark-as-read-all)
1725         (wl-summary-delete-cache, wl-summary-set-score-mark)
1726         (wl-summary-mark-as-unread, wl-summary-unmark)
1727         (wl-summary-mark-line, wl-summary-mark-as-read)
1728         (wl-summary-mark-as-important): Ditto.
1729
1730         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1731         end of the window if possible.
1732         * wl-summary.el (wl-summary-sync-update): Support lazy
1733         highlighting.
1734         (wl-summary-toggle-disp-msg): Ditto.
1735
1736 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1739
1740 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1741
1742         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1743         change.
1744
1745 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1746
1747         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1748         API.
1749         (wl-summary-sync-update): Ditto.
1750
1751         * wl-score.el (wl-score-get-score-alist): Changed argument.
1752         (wl-summary-rescore-msgs): Likewise.
1753         (wl-summary-score-headers): Likewise.
1754         (wl-score-headers): Likewise;
1755         Use elmo-folder-do-each-message-entity, etc.
1756         (wl-summary-score-effect): Follow the changes above.
1757         (wl-summary-rescore): Ditto.
1758         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1759         (wl-score-get-overview): Abolish.
1760
1761         * wl-summary.el (wl-summary-default-from): Follow the API change in
1762         elmo-msgdb.
1763         (wl-summary-count-unread): Ditto.
1764         (wl-summary-detect-mark-position): Ditto.
1765         (wl-summary-overview-entity-compare-by-date): Ditto.
1766         (wl-summary-overview-entity-compare-by-number): Ditto.
1767         (wl-summary-overview-entity-compare-by-from): Ditto.
1768         (wl-summary-overview-entity-compare-by-subject): Ditto.
1769         (wl-summary-get-list-info): Ditto.
1770         (wl-summary-rescan): Ditto.
1771         (wl-summary-jump-to-msg-by-message-id): Ditto.
1772         (wl-summary-sync-update): Ditto; Removed comment.
1773         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1774         (wl-summary-insert-message): Use wl-summary-insert
1775         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1776         (wl-summary-insert-headers): Changed argument overview to folder.
1777         (wl-summary-search-by-subject): Likewise.
1778         (wl-summary-insert-thread): Renamed from 
1779         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1780
1781         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1782         too.
1783
1784         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1785         wl-string-member.
1786
1787 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1788
1789         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1790         elmo-folder-append-buffer.
1791         (wl-draft-queue-append): Likewise.
1792
1793         * wl-mime.el (wl-message-delete-current-part): Ditto.
1794         (wl-summary-burst-subr): Ditto.
1795
1796         * wl-news.el.in (wl-news-send-news): Ditto.
1797
1798 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1799
1800         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1801         function.
1802         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1803         (wl-summary-update-mark): Enclose with save-excursion.
1804         (wl-summary-mark-as-read-internal): Fixed last change.
1805         (wl-summary-mark-as-important): Use 3rd argument of
1806         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1807         Don't use elmo-msgdb-set-mark.
1808         (wl-summary-redisplay-internal): If msgdb flag is already read,
1809         just update the mark on buffer.
1810
1811 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1814         cut visible folder when elmo-folder-delete returns non-nil value.
1815
1816 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1819         by Kenichi OKADA <okada@opaopa.org>).
1820
1821 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1824
1825 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1826
1827         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1828         Fixed the last change, search group entity by its real name.
1829         (Thanks to: KOBAYASHI Shinji)
1830
1831 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1832
1833         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1834         (wl-fldmgr-access-display-all): Don't refer visible name.
1835         * wl-expire.el (wl-folder-archive-current-entity)
1836         (wl-folder-expire-current-entity): Ditto.
1837         * wl-folder.el (wl-folder-jump-to-current-entity)
1838         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1839         (wl-folder-open-folder-sub,wl-folder-open-all)
1840         (wl-folder-write-current-folder): Ditto.
1841         (wl-folder-insert-entity): Don't use petname for normal group.
1842         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1843         is the real name.
1844         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1845         Abolished.
1846
1847 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1848
1849         * wl-draft.el (wl-draft-create-buffer): Add
1850         `wl-summary-reply-with-citation'
1851
1852 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1853
1854         * wl-draft.el (wl-draft-reply): Fixed.
1855
1856 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1857
1858         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1859         when `wl-draft-send-confirm-with-preview' is non-nil.
1860         You can scroll up/down by j/k.
1861         (wl-draft-send-confirm-with-preview): New variable (default=t).
1862
1863 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1864
1865         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1866         (wl-fldmgr-save-folders): Fix comment.
1867
1868 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1869
1870         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1871         along the last change in `wl-folder-buffer-group-p'.
1872
1873 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1874
1875         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1876         folder.
1877
1878         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1879         the default value.
1880
1881         * wl-mime.el (wl-summary-burst): Update summary only when target
1882         folder equals current folder.
1883
1884 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1885
1886         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1887
1888 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1889
1890         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1891         value.
1892
1893 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1896         `map-extents' instead of `extent-at' repeatedly.
1897         (wl-highlight-folder-current-line): Ditto.
1898
1899         * wl-highlight.el: Remove useless dummy functions.
1900
1901 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1902
1903         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1904         (wl-folder-put-folder-property): New function to put text property.
1905         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1906         (wl-folder-insert-entity, wl-folder-update-diff-line)
1907         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1908         * wl-e21.el, wl-xmas.el, wl-mule.el
1909         (wl-highlight-folder-current-line): Ditto.
1910         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1911         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1912         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1913         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1914
1915 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1916
1917         * Version number is increased to 2.11.3.
1918
1919 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1920
1921         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1922         Resume current-buffer since it is assumed by remaining tasks.
1923
1924 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1925
1926         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1927         (wl-folder-completion-function): Abolished.
1928         (wl-folder-complete-folder): New function.
1929         (wl-folder-complete-filter-condition): Ditto.
1930         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1931         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1932
1933 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1934
1935         * wl-draft.el (wl-draft-send-confirm): New function.
1936         (wl-draft-send): Use it.
1937
1938         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1939         cursor-in-echo-area while confirming.
1940
1941         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1942
1943         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1944         searching via nntp if wl-summary-search-via-nntp is 'force.
1945         Otherwise, invoke searching in nntp folder only.
1946         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1947
1948         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1949         explicitly for mime-make-text-tag.
1950
1951 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1952
1953         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1954         `mime-make-text-tag' instead of `mime-create-tag'.
1955
1956 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1957
1958         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1959         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1960
1961 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1962
1963         * wl-score.el (wl-score-save): Bind print-length and print-level.
1964         (wl-score-pretty-print): Ditto.
1965         (wl-score-edit-insert-header-entry): Ditto.
1966
1967         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1968         "From" entry to be treated with wl-draft-eword-encode-address-list.
1969         * wl-mime.el (wl-draft-preview-message): Ditto.
1970
1971         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1972         (wl-summary-mark-as-unread): Ditto.
1973         (wl-summary-mark-as-read-region): Change accordingly.
1974         (wl-summary-mark-as-unread-region): Ditto.
1975         (wl-summary-target-mark-mark-as-read): Ditto.
1976         (wl-summary-target-mark-mark-as-unread): Ditto.
1977
1978 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1979
1980         * Version number is increased to 2.11.2.
1981
1982 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1983
1984         * wl-news.el.in (wl-news-previous-version-save): Bind
1985         print-length and print-level.
1986         * wl-thread.el (wl-thread-save-entities): Ditto.
1987         (wl-thread-save-top-list): Bind print-length.
1988
1989 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1990
1991         * wl-highlight.el (wl-highlight-summary-line-string): Use
1992         wl-summary-score-below-mark, wl-summary-score-over-mark.
1993         (wl-highlight-summary-current-line): Ditto.
1994
1995 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1996
1997         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1998         insert it.
1999
2000 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2001
2002         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2003
2004 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2005
2006         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2007         message without msgid.
2008         Rewrite with elmo-folder-move-messages.
2009         Set wl-message-buffer to nil.
2010
2011         * wl-summary.el (wl-summary-erase-subr): New function. Use
2012         elmo-folder-move-messages.
2013         (wl-summary-erase): Call it.
2014         (wl-summary-target-mark-erase): Ditto.
2015
2016 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2017
2018         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2019         it is not up-tp-date.
2020
2021 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2022
2023         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2024         buffer after calling `wl-summary-goto-folder-subr' without the
2025         argument `interactive'.
2026         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2027
2028 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2029
2030         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2031         `mime-create-tag'. Use `string=' instead of `looking-at'.
2032
2033 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2034
2035         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2036         to avoid compile warning.
2037
2038         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2039         entity-id when folder is given.
2040         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2041         save-excursion, use save-selected-window instead.
2042         Select folder buffer window if exists.
2043         (To correct behavior with wl-folder-move-cur-folder.)
2044
2045 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2046
2047         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2048
2049 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2050
2051         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2052         list-count instead of %d.
2053
2054 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2055
2056         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2057         (wl-news): Set it.
2058         (wl-news-append-to-folder): Use it.
2059
2060         * wl-news.el.in (wl-news-send-news): Append to specified folder
2061         instead of wl-default-folder.
2062         (wl-news-append-to-folder): Show error message with specified folder.
2063
2064         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2065                 In most major modes, Emacs assumes that any opening
2066                 delimiter found at the left margin is the start of a
2067                 top-level definition, or defun. Therefore, *never put an
2068                 opening delimiter at the left margin unless it should have
2069                 that significance.*
2070
2071         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2072
2073 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2074
2075         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2076
2077 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2078
2079         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2080
2081 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2082
2083         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2084         for sequential numbering case.
2085
2086 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2087
2088         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2089         value.
2090         (wl-draft-reply-without-argument-list): Ditto.
2091         (wl-draft-reply-myself-with-argument-list): Abolish.
2092         (wl-draft-reply-myself-without-argument-list): Ditto.
2093         * wl-draft.el (wl-draft-self-reply-p): New function.
2094         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2095
2096 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2099         (avoid error for the case without byte-compiling)
2100
2101 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2102
2103         * wl-news.el.in (wl-news-append-to-folder): New function.
2104         (wl-news-exit): Rewrite.
2105         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2106
2107 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2108
2109         * wl-draft.el (wl-draft-reply-position): New function.
2110         (wl-draft-reply-position): Fix.
2111         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2112         (wl-summary-target-mark-reply-with-citation): Ditto.
2113         (wl-summary-reply-with-citation): Ditto.
2114         * wl-vars.el (wl-draft-reply-default-position): New variable.
2115
2116 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2117
2118         * wl-draft.el (wl-draft-send): Preview when interactive send.
2119
2120 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2121
2122         * wl-draft.el (wl-draft-reply): Set default position.
2123         * wl-summary.el (wl-summary-reply): Ditto.
2124         (wl-summary-reply-with-citation): Ditto.
2125         (wl-summary-target-mark-reply-with-citation): Ditto.
2126
2127 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2128
2129         * wl-news.el.in (wl-news-lang): Set default value according to
2130         current-language-environment.
2131         (wl-news-append-news): Do nothing when news-list is nil.
2132
2133 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2134
2135         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2136         (wl-news): Change message.
2137         (wl-news-exit): Check buffer.
2138         (wl-news-force-exit): New function.
2139         (wl-news-show-all): New function.
2140         (wl-news-discard-and-exit): Fix.
2141
2142 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2143
2144         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2145         according to current-language-environment.
2146
2147         * wl-news.el.in (wl-news): If arg, show all NEWS after
2148         wl-news-default-previous-version.
2149
2150 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2151
2152         * wl-news.el.in (wl-news-check): Rewritten.
2153         (wl-news-previous-version-load): Change data type.
2154         (wl-news-previous-version-save): Change data type.
2155         (wl-news-append-news): Add return value.
2156         (wl-news-check-news): New function.
2157         (wl-news-already-current-p): New function.
2158         (wl-news-send-news): Rewritten.
2159         (wl-news-mode-map): Add new keybind.
2160         (wl-news): Rewritten.
2161         (wl-news-exit): Rewritten.
2162         (wl-news-discard-and-mail): New function.
2163         (wl-news-send-to-address): Abolished.
2164         * wl.el (wl-init): Delete a message.
2165
2166 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2167
2168         * wl-news.el.in (wl-news-exit): Update previous version.
2169         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2170
2171 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2172
2173         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2174
2175 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2176
2177         * wl-news.el.in (wl-news): New function.
2178         (wl-news-mode): New function.
2179         (wl-news-next-line): New function.
2180         (wl-news-next-page): New function.
2181         (wl-news-exit): New function.
2182         (wl-news-buf-name): New variable.
2183         (wl-news-mode-map): New variable.
2184         (wl-news-winconf): New variable.
2185         (wl-news-append-news): Add an option.
2186
2187 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2188
2189         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2190
2191 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2192
2193         * wl-news.el.in (wl-news-send-to-address): New variable.
2194         (wl-news-send-news): Use it.
2195         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2196         Return updating status.
2197         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2198
2199 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2200
2201         * wl-news.el.in (wl-news-send-news): Delete
2202         Organization and X-Face.
2203
2204 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2205
2206         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2207         (wl-news-append-news): New function.
2208         (wl-news-send-news): New function.
2209
2210 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2211
2212         * Version number is increased to 2.11.1.
2213
2214 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2215
2216         * wl-news.el.in : New file.
2217
2218 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2219
2220         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2221         default value.
2222         (wl-draft-reply-without-argument-list): Ditto.
2223
2224 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2225
2226         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2227         (wl-message-buffer-prefetch-idle-time): Ditto.
2228         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2229
2230 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-thread.el (wl-thread-insert-message): Use
2233         wl-summary-max-thread-depth.
2234
2235         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2236         loop detection.
2237
2238         * wl-message.el (wl-message-buffer-display): Back to the first page
2239         when cache is hit.
2240
2241 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2244
2245         * wl-summary.el (wl-summary-insert-thread-entity):
2246         If the thread depth is reached to wl-summary-max-thread-depth,
2247         divide the thread.
2248
2249 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2250
2251         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2252         for elmo-remove-passwd.
2253
2254 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2257         folder is sticky.
2258         (wl-folder-mark-as-read-all-entity): Ditto.
2259         (wl-folder-prefetch-entity): Ditto.
2260
2261 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2262
2263         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2264
2265 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2266
2267         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2268         Delete messages on buffer for unplugged operation.
2269         (wl-summary-erase): Ditto.
2270
2271 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2272
2273         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2274         take nil so as not to search parent by subject.
2275
2276 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2277
2278         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2279         (wl-folder-get-next-folder): Ditto.
2280         (wl-folder-get-path): Ditto.
2281
2282 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2283
2284         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2285         system and encode the region with it before verifying.
2286
2287 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2288
2289         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2290         system of the echo buffer before decoding.
2291
2292 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2293
2294         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2295         original contents.
2296
2297 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2300         with argument 'any-exists.
2301
2302 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2303
2304         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2305         Use `wl-cs-autoconv'.
2306
2307 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2310         by `mime-view-automatic-conversion'.
2311
2312         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2313         (wl-message-verify-pgp-nonmime): Ditto.
2314         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2315         Bind them to C-c:d and C-c:v respectively.
2316
2317         Merge following code by Teranishi-san from [wl-en:00167].
2318         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2319         (wl-mime-preview-application/pgp-encrypted): Ditto.
2320         (wl-mime-setup): Add entry.
2321
2322 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2323
2324         * wl-summary.el (wl-summary-target-mark-erase): New function.
2325         Bind it to "mD".
2326
2327 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2328
2329         * wl-vars.el (wl-draft-write-file-function): Fix.
2330         (wl-draft-reedit-hook): Changed default value.
2331
2332         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2333         wl-draft-reedit-hook.
2334         (wl-draft-remove-text-plain-tag): New function.
2335         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2336
2337         * wl-vars.el (wl-draft-write-file-function): New user option.
2338
2339         * wl-draft.el (wl-draft-prepare-edit): Use it for
2340         local-write-file-hooks.
2341         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2342
2343         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2344         (wl-draft-insert-mail-header-separator): Return the body beginning
2345         point.
2346         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2347         text/plain.
2348         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2349
2350 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-summary.el (wl-summary-erase): New function to erase message
2353         without moving it to trash. Bind to "D".
2354
2355         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2356         as `keep' unless switch-function.
2357
2358 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2359
2360         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2361         message buffer by using `wl-summary-toggle-disp-msg'.
2362         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2363         buffer window.
2364         (wl-summary-supresedes-message): Ditto.
2365
2366         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2367         Do not delete other windows.
2368         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2369         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2370         (wl-draft-create-buffer): Set reply-or-forward also for target
2371         mark commands.
2372
2373 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-draft.el (wl-user-agent-compose): Delete special case for
2376         switch-to-buffer-other-window.
2377
2378         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2379         (wl-summary-forward): Ditto.
2380
2381         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2382         function.
2383         (wl-draft-buffer-style): New use option.
2384
2385         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2386         (wl-draft): Follow the change above.
2387         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2388         wl-draft-buffer-style.
2389         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2390         switch-function.
2391
2392 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-draft.el (wl-user-agent-compose): Delete special case for
2395         switch-to-buffer-other-window.
2396
2397         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2398         (wl-summary-forward): Ditto.
2399
2400         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2401         function.
2402         (wl-draft-buffer-style): New use option.
2403
2404         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2405         (wl-draft): Follow the change above.
2406         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2407         wl-draft-buffer-style.
2408         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2409         switch-function.
2410
2411 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2412
2413         * wl-address.el (wl-address-make-completion-entry): Extracted from
2414         `wl-address-make-completion-list'.
2415         (wl-address-enable-strict-loading): New variable.
2416         (wl-address-make-completion-list): Revive petname duplication
2417         inquiry, and enable it if `wl-address-enable-strict-loading'.
2418         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2419
2420 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-message.el (wl-message-get-original-buffer): Avoid
2423         'Selecting deleted buffer' error when original buffer is killed.
2424
2425 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * wl-summary.el (wl-summary-next-message): Use
2428         elmo-message-accessible-p instead of elmo-message-cached-p.
2429
2430 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2433
2434         * wl-thread.el (wl-thread-open-all-unread): Use
2435         elmo-folder-list-flagged instead of
2436         elmo-folder-list-messages-mark-match.
2437
2438         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2439         instead of elmo-folder-list-messages-mark-match.
2440         (wl-summary-move-spec-alist): New variable.
2441         (wl-summary-move-spec-plugged-alist,
2442         wl-summary-move-spec-unplugged-alist): Abolish.
2443         (wl-summary-next-message): Follow the change above.
2444         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2445         with 'no-msg' argument.
2446
2447         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2448         variable.
2449         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2450         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2451         (wl-message-buffer-prefetch-get-next): Follow the change above.
2452
2453 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-version.el (wl-version): Changed codename.
2456
2457         * Version number is increased to 2.11.0.
2458
2459 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2460
2461         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2462         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2463         `wl-draft-config-variables'.
2464         (wl-draft-kill): Fixed problem when the draft is reedit.
2465
2466 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2469         buffer-modified status (Thanks to
2470         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2471
2472 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-util.el (wl-region-exists-p): New function.
2475
2476         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2477         Remove defvars for byte-compile warnings.
2478
2479 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2482         defvar-maybe. Removed unused bind.
2483
2484 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2485
2486         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2487         summary buffer window before creating new frame.
2488         (wl-draft-reply): Ditto.
2489
2490 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2493
2494 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2497
2498 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2499
2500         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2501         instead of `kill-region'.
2502
2503 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2506         (wl-highlight-summary-line-string): Use it.
2507         (wl-highlight-summary-current-line): Ditto.
2508
2509         * wl-mime.el (wl-message-delete-current-part): Check the class of
2510         mime-entity.
2511
2512         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2513
2514         * wl-summary.el (wl-summary-make-number-list): Initialize.
2515         (wl-summary-update-mark): New function.
2516         (wl-summary-reply): Put `answered' mark on the message.
2517         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2518
2519         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2520         (wl-draft-reply): Added optional argument `number';
2521         Set wl-draft-parent-number.
2522         (wl-draft-kill): Delete answered mark if it is a reply.
2523
2524 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2525
2526         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2527         that originates in mime-preview-follow-current-entity.
2528         (wl-draft-yank-current-message-entity): Use it if region is active.
2529
2530         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2531         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2532         `wl-message-delete-current-part'.
2533         * wl-mule.el (wl-message-define-keymap): Ditto.
2534         * wl-xmas.el (wl-message-define-keymap): Ditto.
2535
2536 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2537
2538         * wl-mime.el (wl-message-delete-current-part): New function.
2539         (wl-mime-node-id-to-string): Ditto.
2540
2541         * wl-mime.el (wl-message-delete-current-part): Use existing
2542         original buffer which corresponds current mime-view buffer.
2543         (fetched buffer might have different structure, possibly)
2544
2545         * wl-mime.el (wl-message-delete-current-part): Quit if the
2546         message content differs from the actual message.
2547
2548 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2549
2550         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2551         order.
2552         (wl-summary-search-by-subject): Search parent message from tail;
2553         Check the existence of the parent message on the current thread tree.
2554         (wl-summary-update-thread): Check whether the line is inserted.
2555
2556 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2557
2558         * wl-vars.el (wl-summary-line-format): Undo last change.
2559         * wl-summary.el (wl-summary-print-destination): Do not put
2560         invisible property when `wl-summary-width' is nil.
2561         (wl-summary-line-subject-minimum-length): Abolished.
2562         (wl-summary-line-subject): Ditto.
2563
2564 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2565
2566         * wl-vars.el (wl-summary-line-format): Change default value.
2567         (wl-summary-subject-length-limit): Abolished.
2568         * wl-summary.el (wl-summary-line-subject): Ditto.
2569
2570 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * wl-template.el (wl-template-select): Added optional argument.
2573         If optional argument is specified, reverse
2574         `wl-template-visible-select'.
2575
2576 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2577
2578         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2579         Take prefix argument to force asking the destination folder.
2580
2581 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2582
2583         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2584         count and update status.
2585
2586 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-summary.el (wl-summary-redisplay-internal): If
2589         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2590         after fetching.
2591
2592 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2595         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2596
2597         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2598
2599 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2602         (All other related portions are changed).
2603         (wl-summary-mark-as-read-all): Rewrite.
2604
2605 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2608         `wl-summary-mark-as-read'.
2609         (wl-summary-mark-as-unread): Rewrite.
2610         (wl-summary-mark-as-read): Added no-modeline argument.
2611         (wl-summary-resume-cache-status): Rewrite.
2612         (wl-summary-exec-subr): Remove unused local variable.
2613
2614 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2615
2616         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2617         logic to call `wl-summary-buffer-prev-folder-function'.
2618         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2619
2620 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2623         is nil.
2624
2625 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2628         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2629         (wl-mime-setup): Add its entry.
2630
2631 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2632
2633         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2634         (wl-summary-delete-cache): Likewise.
2635         (wl-summary-mark-as-read): Rewrite.
2636
2637 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2638
2639         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2640         `wl-summary-count-unread'.
2641
2642         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2643
2644         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2645
2646 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2649         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2650         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2651         Renamed to the elmo-msgdb-*-mark.
2652         (wl-summary-score-marks): Follow the change above.
2653         (wl-summary-auto-refile-skip-marks): Ditto.
2654         (wl-summary-incorporate-marks): Ditto.
2655         (wl-summary-expire-reserve-marks): Ditto.
2656
2657         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2658         changes.
2659         (wl-thread-insert-top): Changed updating message.
2660
2661         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2662         variable.
2663         (wl-summary-count-unread): Count answered marks.
2664         (wl-summary-rescan): Call wl-summary-insert-message instead of
2665         wl-summary-append-message-func-internal.
2666         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2667         (wl-summary-prefetch-msg): Follow the variable name changes.
2668         (wl-summary-prefetch-region): Ditto.
2669         (wl-summary-mark-as-read-all): Follow the API changes;
2670         Don't call elmo-folder-replace-marks.
2671         (wl-summary-delete-cache): Follow the variable name changes.
2672         (wl-summary-resume-cache-status): Ditto.
2673         (wl-summary-update-status-marks): New function.
2674         (wl-summary-insert-message): New function.
2675         (wl-summary-sync-marks): Follow the variable name changes.
2676         (wl-summary-sync-update): Synchronize to the msgdb, too;
2677         Changed update messages.
2678         (wl-summary-make-number-list): Rewrite.
2679         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2680         (wl-summary-mark-as-unread): Follow the API changes.
2681         (wl-summary-exec-subr): Follow the variable name changes.
2682         (wl-summary-mark-as-read): Ditto.
2683         (wl-summary-move-spec-plugged-alist): Ditto.
2684         (wl-summary-move-spec-unplugged-alist): Ditto.
2685         (wl-summary-cursor-move-surface): Ditto.
2686
2687         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2688         variable name changes.
2689         (wl-highlight-summary-current-line): Ditto.
2690
2691         * wl-expire.el (wl-expire-refile): Follow the API change in
2692         elmo-folder-move-messages.
2693         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2694         (wl-summary-archive): Use elmo-folder-msgdb instead of
2695         elmo-msgdb-load.
2696
2697 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2698
2699         * wl-mime.el (wl-draft-preview-message): Restore the position
2700         before evaluating wl-draft-send-hook in preview buffer.
2701
2702 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2705         when it creates new draft buffer.
2706
2707         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2708         without argument.
2709
2710         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2711         Evaluate content and if the value is string, insert it.
2712         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2713         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2714         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2715         wl-draft-config-sub-part-bottom): Use it.
2716
2717         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2718         with the folder name. The question was unintelligible when it is
2719         called from wl-save-status.
2720
2721 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2722
2723         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2724         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2725         cannot take second argument).
2726
2727 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2728
2729         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2730         as t. Since type and subtype are not case sensitive (RFC 2045).
2731
2732 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2733
2734         * wl-vars.el (wl-message-mode-line-format): New variable.
2735         (wl-message-mode-line-format-spec-alist): Ditto.
2736         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2737         (wl-message-redisplay): Use wl-message-mode-line-format.
2738
2739 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2742
2743 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2744
2745         * wl-summary.el (wl-summary-default-from): Write description.
2746
2747 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-vars.el (wl-ldap-objectclass): Abolish.
2750
2751         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2752         (wl-ldap-make-filter): Removed condition for objectclass.
2753         (wl-ldap-make-matched-value-list): Remove meaningless process.
2754         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2755         (wl-address-ldap-search): Don't add `*' to `pat' string;
2756         use ignore-errors; added `email';
2757         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2758         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2759         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2760
2761
2762 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2763
2764         * wl-draft.el (wl-draft-parent-folder): Write description.
2765         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2766
2767 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2770         as "" (zero-length string) if no parent.
2771         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2772
2773 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-address.el (wl-address-make-completion-list): Skip duplication
2776         checking.
2777         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2778         `append'.
2779
2780 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2781
2782         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2783         instead of `beginning-of-buffer'.
2784
2785 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2788
2789 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2790
2791         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2792         Refer wl-message-buffer-name.
2793         (wl-message-wheel-down): Ditto.
2794
2795 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2796
2797         * wl-vars.el (wl-message-buffer-name): New user option.
2798
2799         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2800         directly instead of making alist dinamically.
2801
2802         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2803         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2804         wl-message-buffer-cache-name.
2805         (wl-message-buffer-cache-clean-up): Ditto.
2806
2807         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2808
2809         * Version number is increased to 2.9.15.
2810
2811 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-vars.el (wl-summary-default-view-alist): New user option.
2814
2815         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2816
2817         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2818         while deleting address.
2819         (wl-draft-delete-myself-from-cc): Ditto.
2820
2821         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2822         If optional argument is specified, reverse sort order.
2823
2824         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2825
2826 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * wl-thread.el (wl-thread-insert-message): Return parent number if
2829         exists.
2830         (wl-thread-update-indent-string-region): Use
2831         wl-thread-update-line-on-buffer-sub instead of
2832         wl-thread-update-line-on-buffer.
2833
2834 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2835
2836         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2837         (wl-folder-close-all): Ditto.
2838
2839 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2840
2841         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2842         and mailing-list:.
2843         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2844         value.
2845         (wl-summary-line-list-info): Print mailing-list name even when 
2846         list-number is empty.
2847
2848 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2851
2852         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2853         (wl-draft-open-file): Ditto.
2854         (wl-draft-random-alphabet): Ditto.
2855
2856         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2857         bindings.
2858
2859 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2862         * wl-vars.el (wl-draft-config-alist): Ditto.
2863
2864 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * Version number is increased to 2.9.14.
2867
2868         * wl.el (wl): Don't set wl-init as nil when error occured while
2869         auto-checking folders.
2870
2871         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2872         `elmo-expand-newtext'.
2873
2874 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2875
2876         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2877         `this-command' so that `wl-folder-goto-folder' contained in
2878         `wl-summary-keep-cursor-command' work.
2879
2880 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2881
2882         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2883         message buffer displaying state.
2884
2885 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-vars.el (wl-summary-default-view): New variable to specify
2888         default value for `wl-summary-buffer-view' instead of using
2889         set-default.
2890         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2891
2892 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2893
2894         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2895
2896         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2897
2898 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2899
2900         * wl-vars.el (wl-forward-subject-prefix): New variable.
2901         * wl-draft.el (wl-draft-forward): Use it.
2902
2903 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2904
2905         * wl-message.el (wl-message-prev-page): When it is called without
2906         lines argument, scroll down by wl-message-scroll-amount lines.
2907         (wl-message-next-page): Ditto.
2908         * wl-vars.el (wl-message-scroll-amount): Change default value
2909         to preserve current behavior.
2910
2911 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-summary.el (wl-summary-prefetch-msg): Bind
2914         `wl-message-entity' to call `wl-summary-from-function'.
2915
2916 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2917
2918         * wl-message.el (wl-message-buffer-create): Run
2919         wl-message-buffer-created-hook.
2920
2921 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-sort-specs): New variable.
2924         (wl-summary-default-sort-spec): Ditto.
2925         (wl-summary-sort): Rewrite.
2926         (wl-summary-sort-by-list-info): New function.
2927
2928 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2929
2930         * wl-summary.el (wl-summary-get-list-info): New function.
2931         (wl-summary-sort): Rewrite.
2932         (wl-summary-line-list-info): Ditto.
2933         (wl-summary-line-list-count): Ditto.
2934         (wl-summary-refile-region): Fixed docstring.
2935
2936 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2937
2938         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2939         `wl-folder-entity-hashtb' as completion table.
2940
2941 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2944         only when this command is called interactively; silence the byte-
2945         compiler.
2946
2947 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2948
2949         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2950         active in XEmacs.
2951
2952 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2953
2954         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2955         plural lines.
2956
2957 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2958
2959         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2960         of current line when the cursor is on the header name.
2961         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2962
2963 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2964
2965         * wl-util.el (wl-read-directory-name): Return displayed directory
2966         as the default value also on XEmacs.
2967
2968 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2971         formatting.
2972
2973 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2976         argument and when it is non-nil, check face property before
2977         highlighting for each line.
2978         (wl-highlight-summary-window): Set it.
2979
2980 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2983         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2984
2985         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2986         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2987         (wl-draft-get-fcc-list): Likewise.
2988
2989 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2992         (wl-thread-entity-cur): Ditto.
2993         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2994         wl-thread-indent-regexp setting.
2995         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2996
2997         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2998         wl-summary-lazy-highlight.
2999         (wl-summary-display-bottom): Ditto.
3000
3001         * wl-thread.el (wl-thread-open-close): Likewise.
3002
3003         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3004         from and subject;
3005         Bind wl-draft-use-frame;
3006         Enclose with save-window-excursion;
3007         Use wl-draft-create-buffer instead of with-temp-buffer;
3008         Use wl-draft-prepare-edit;
3009         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3010         Use wl-draft-send instead of wl-draft-raw-send.
3011
3012 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3015         of using wl-from.
3016
3017 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3020         insert-buffer instead of clone-buffer.
3021         (wl-draft-doing-mime-bcc): New variable.
3022         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3023         infinite loop.
3024         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3025
3026         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3027         (wl-draft-mime-bcc-body): Ditto.
3028
3029         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3030         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3031         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3032         wl-draft-do-mime-bcc.
3033         (wl-draft-mime-bcc-field): New function.
3034         (wl-draft-do-mime-bcc): Ditto.
3035
3036         * wl-address.el (wl-address-complete-header-list): New variable.
3037         (wl-address-complete-header-regexp): Changed default value.
3038
3039         * Version number is increased to 2.9.13.
3040
3041 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3044         it is differed.
3045
3046 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3049         (wl-summary-line-list-count): Ditto.
3050
3051 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3052
3053         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3054         (wl-nntp-posting-function): New variable.
3055         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3056         `wl-nntp-posting-config-alist'.
3057
3058 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3059
3060         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3061         FLIM.
3062
3063 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3064
3065         * wl-summary.el (wl-summary-target-mark-refile-sub):
3066         Remove a nuisance funcall.
3067
3068 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3071         as t for `try-completion'.
3072
3073 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3074
3075         * wl-summary.el (wl-summary-default-from): Use
3076         wl-address-header-extract-address instead of
3077         std11-extract-address-components.
3078         (wl-summary-simple-from): Ditto.
3079         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3080         (wl-summary-insert-headers): Show message.
3081         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3082         for whole line.
3083         (wl-summary-default-from): Revert last change.
3084         (wl-summary-simple-from): Ditto.
3085         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3086         (wl-summary-mark-as-read-region): Follow the change above.
3087         (wl-summary-sync-marks): Ditto.
3088         (wl-summary-target-mark-mark-as-read): Ditto.
3089         (wl-summary-redisplay-internal): Ditto.
3090         (wl-summary-redisplay-no-mime-internal): Ditto.
3091         (wl-summary-redisplay-all-header): Ditto.
3092         (wl-summary-mark-as-read): Removed argument `cached';
3093         Use current cache status to set cache mark.
3094         (wl-summary-redisplay-internal): Follow the change above.
3095         (wl-summary-redisplay-no-mime-internal): Ditto.
3096         (wl-summary-redisplay-all-header): Ditto.
3097
3098         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3099
3100         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3101         Don't call itself recursively (Adviced by Yamaoka-san).
3102
3103 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3104
3105         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3106         bind wl-summary-highlight as nil to avoid error caused by missing
3107         local variables.
3108
3109 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-vars.el (wl-invalid-character-message): New user option.
3112
3113         * wl-util.el (wl-set-string-width): If truncated string-width is
3114         larger than specified width, use `wl-invalid-character-message'.
3115
3116 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3117
3118         * wl-summary.el (wl-summary-prefetch-msg): 
3119         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3120
3121 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-vars.el (wl-summary-check-line-format): New user option.
3124         (wl-summary-line-format-file): Ditto.
3125
3126         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3127         variable.
3128         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3129         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3130         and `wl-summary-view-old-p' to check whether do a rescan or not.
3131         (wl-summary-view-old-p): New function.
3132         (wl-summary-line-format-changed-p): Ditto.
3133         (wl-summary-line-format-save): Ditto.
3134         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3135
3136         * wl-util.el (wl-set-string-width): Avoid using negative number
3137         for make-string.
3138
3139 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3142         return value.
3143
3144         * wl-util.el (wl-set-string-width): Added optional argument
3145         `padding' (All other related portions are changed).
3146         (wl-line-parse-format): If the first letter of column number is
3147         `0', zero-padding the result (ex: "%05l").
3148
3149         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3150
3151 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3154         sequential summary view.
3155
3156 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3159         if it doesn't have a -unix version.
3160
3161 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3162
3163         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3164
3165 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3168         content.
3169         (wl-draft): Follow the change above.
3170
3171         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3172
3173         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3174         and wl-folder-summary-line-format-alist contain %T and %P.
3175
3176         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3177         (wl-summary-mode-line-format): New user option.
3178         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3179         (wl-summary-line-format): Changed default value.
3180         (wl-summary-lazy-highlight): Changed default value.
3181
3182         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3183         change in wl-summary-create-line.
3184         (wl-thread-insert-entity-sub): Ditto.
3185
3186         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3187         (wl-summary-buffer-unread-status): Ditto.
3188         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3189         (wl-summary-buffer-persistent-mark-column): Ditto.
3190         (wl-summary-buffer-mode-line-formatter): Ditto.
3191         (wl-summary-buffer-mode-line): Ditto.
3192         (wl-summary-message-regexp): Abolished.
3193         (All other related portions are changed.)
3194         (wl-summary-detect-mark-position): New function.
3195         (wl-summary-buffer-set-folder): Setup
3196         wl-summary-buffer-mode-line-formatter.
3197         (wl-summary-mode): Setup selective-display;
3198         Setup pre-idle-hook when xemacs.
3199         (wl-summary-update-modeline): Rewrite.
3200         (wl-summary-jump-to-msg): Define as function;
3201         Changed regexp for searching messages.
3202         (wl-summary-message-number): Rewrite.
3203         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3204         Do rescan when old type summary cache.
3205         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3206         (wl-summary-remove-destination): Use '\r' to detect EOL.
3207         (wl-summary-print-destination): Ditto.
3208         (wl-summary-temp-mark): New inline function.
3209         (wl-summary-persistent-mark): Ditto.
3210         (wl-summary-line-number): New function.
3211         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3212         (wl-summary-line-list-count): New function.
3213         (wl-summary-create-line): Added argument persistent-mark.
3214         (All other related portions are changed)
3215         (wl-summary-create-line): Insert '\r'.
3216         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3217         (wl-summary-cursor-move-surface): New inline function.
3218         (wl-summary-prev): Use it.
3219         (wl-summary-next): Ditto.
3220
3221         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3222         wl-summary-message-regexp.
3223         (wl-highlight-summary): Delete progress message.
3224         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3225
3226         * Version number is increased to 2.9.12.
3227
3228 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3231         variable (nil: no minimum).
3232         (wl-summary-line-subject): Add some spaces after subject by
3233         wl-summary-line-subject-minimum-length.
3234
3235 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3238         and removed `F'.
3239         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3240         change above).
3241
3242 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3243
3244         * wl-summary.el (wl-summary-line-list-count): Reverted.
3245         (example setting in samples/*/dot.wl is also updated)
3246
3247 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3250
3251         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3252
3253         * wl-vars.el (wl-summary-line-format): Addes some description to the
3254         docstring.
3255
3256         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3257         (wl-summary-line-close-bracket): Ditto.
3258         (wl-summary-line-children-number): Ditto.
3259         (wl-summary-line-thread-indent): Ditto.
3260         (wl-summary-line-children-and-from): Ditto.
3261
3262         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3263         't', 'c', 'F' and added 'C'.
3264
3265         * wl-util.el (wl-set-string-width): Accept negative value.
3266         (wl-line-parse-format): Added "%number(" and "%)".
3267
3268 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3269
3270         * wl-summary.el (wl-summary-line-list-count): Change format of the
3271         return value.
3272
3273 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3274
3275         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3276         from the recent message.el.
3277         (wl-draft-point-in-header-p): Ditto.
3278         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3279         wl-draft-beginning-of-line.
3280         * wl-e21.el (wl-draft-mode-map): Ditto.
3281         * wl-xmas.el (wl-draft-mode-map): Ditto.
3282
3283         * wl-folder.el: Sort macrodefs by dependencies.
3284
3285 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3286
3287         * wl-summary.el (wl-summary-prev): Fixed regexp.
3288         (wl-summary-next): Ditto.
3289
3290 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3291
3292         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3293
3294 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3295
3296         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3297         for backward compatibility.
3298
3299 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-summary.el (wl-summary-line-list-count): New function, merged
3302         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3303         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3304         list counts.
3305
3306 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl-summary.el (wl-summary-create-line): Ignore errors while
3309         timezone-fix-time.
3310
3311         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3312
3313         * wl-summary.el (wl-summary-sync-update): Ditto.
3314         (wl-summary-default-from): Use wl-message-entity
3315         instead of entity.
3316
3317         * wl-summary.el (wl-summary-create-line): Fix.
3318
3319         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3320         (wl-summary-line-format): New user option.
3321         (wl-folder-summary-line-format-alist): Ditto.
3322         (wl-summary-from-width): Abolished.
3323
3324         * wl-util.el (toplevel): Require 'bytecomp.
3325         (wl-line-parse-format): New function.
3326         (wl-line-formatter-setup): New macro.
3327
3328         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3329         (wl-summary-buffer-line-formatter): New buffer local variable.
3330         (wl-summary-switch-to-clone-buffer): Follow the change above.
3331         (wl-summary-message-regexp): Fix.
3332         (wl-summary-from-func-internal): Abolished.
3333         (wl-summary-subject-func-internal): Ditto.
3334         (wl-summary-subject-filter-func-internal): Ditto.
3335         (All other related portions are changed.)
3336         (wl-summary-buffer-set-folder):
3337         Set up wl-summary-buffer-number-column and 
3338         wl-summary-buffer-line-formatter
3339         (All other related portions are changed.)
3340         (wl-summary-buffer-number-column-detect): Abolished.
3341         (All other related portions are changed.)
3342         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3343         (wl-summary-delete-all-temp-marks-on-buffer): Use
3344         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3345         (wl-summary-target-mark-delete): Ditto.
3346         (wl-summary-target-mark-refile-subr): Ditto.
3347         (wl-summary-target-mark-mark-as-read): Ditto.
3348         (wl-summary-target-mark-mark-as-unread): Ditto.
3349         (wl-summary-target-mark-mark-as-important): Ditto.
3350         (wl-summary-target-mark-save): Ditto.
3351         (wl-summary-replace-status-marks): Renamed from
3352         wl-summary-set-status-marks-on-buffer;
3353         Use wl-summary-message-regexp instead of
3354         wl-summary-buffer-number-regexp.
3355         (wl-summary-sync-update): Follow the change above.
3356         (wl-summary-goto-previous-message-beginning): New function.
3357         (wl-summary-mark-as-unread): Use it.
3358         (wl-summary-mark-as-important): Ditto.
3359         (wl-summary-line-formatter): New variable.
3360         (wl-summary-line-year): New function.
3361         (wl-summary-line-day): Ditto.
3362         (wl-summary-line-day-of-week): Ditto.
3363         (wl-summary-line-hour): Ditto.
3364         (wl-summary-line-minute): Ditto.
3365         (wl-summary-line-open-bracket): Ditto.
3366         (wl-summary-line-close-bracket): Ditto.
3367         (wl-summary-line-children-number): Ditto.
3368         (wl-summary-line-thread-indent): Ditto.
3369         (wl-summary-line-size): Ditto.
3370         (wl-summary-line-subject): Ditto.
3371         (wl-summary-line-from): Ditto.
3372         (wl-summary-line-children-and-from): Ditto.
3373         (wl-summary-create-line): Rewritten.
3374         (wl-summary-format-date): Abolished.
3375
3376         * wl-highlight.el (wl-highlight-summary-current-line): Use
3377         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3378         Use thread structure to detect thread top message.
3379
3380         * wl-draft.el (wl-default-draft-cite): Don't use
3381         wl-summary-from-func-internal.
3382
3383         * wl-refile.el (wl-refile-subject-learn): Don't use
3384         wl-summary-subject-filter-func-internal.
3385         (wl-refile-guess-by-subject): Ditto.
3386
3387         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3388         parameters.
3389
3390         * wl-thread.el (wl-thread-update-indent-string-region):
3391         Use wl-thread-update-line-on-buffer instead of
3392         wl-thread-update-indent-string.
3393         (wl-thread-update-children-number): Redefine using
3394         wl-thread-update-line-on-buffer.
3395         (wl-thread-update-indent-string): Abolished.
3396
3397         * Version number is increased to 2.9.11.
3398
3399 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3402         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3403         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3404
3405         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3406         as nil.
3407
3408         * wl-thread.el (wl-thread-open-all-unread): Use 
3409         elmo-folder-list-messages-mark-match.
3410         (wl-thread-insert-message): Removed argument `mark-alist'.
3411         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3412         elmo-msgdb-set-mark.
3413         (wl-thread-get-children-msgs-uncached): Likewise.
3414         (wl-thread-get-exist-children): Added argument include-self.
3415         (wl-thread-delete-message): Follow the change above.
3416
3417         * wl-summary.el (wl-summary-count-unread): Removed argument.
3418         (wl-summary-rescan): Follow the change above.
3419         (wl-summary-mark-as-read-region): Ditto
3420         (wl-summary-mark-as-unread-region): Ditto.
3421         (wl-summary-delete-messages-on-buffer): Ditto.
3422         (wl-summary-sync-update): Ditto.
3423         (wl-summary-switch-to-clone-buffer): Ditto.
3424         (wl-summary-goto-folder-subr): Ditto.
3425         (wl-summary-target-mark-mark-as-read): Ditto.
3426         (wl-summary-target-mark-mark-as-unread): Ditto.
3427         (wl-summary-target-mark-mark-as-important): Ditto.
3428         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3429         (wl-summary-update-thread): Removed argument `mark-alist'.
3430         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3431         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3432         (wl-summary-resume-cache-status): Likewise.
3433         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3434         elmo-msgdb-set-mark.
3435         (wl-summary-mark-as-read-all): Likewise.
3436         (wl-summary-delete-cache): Ditto.
3437         (wl-summary-auto-select-msg-p): Ditto.
3438         (wl-summary-mark-as-unread): Ditto.
3439         (wl-summary-no-auto-refile-message-p): Ditto.
3440         (wl-summary-mark-as-read): Ditto.
3441         (wl-summary-mark-as-important): Ditto.
3442         (wl-summary-auto-refile): Follow the change above.
3443         (wl-summary-delete-all-marks): Removed.
3444         (wl-summary-resume-marks-and-highlight): Ditto.
3445         (wl-summary-resume-marks): Ditto.
3446         (wl-summary-delete-important-msgs-from-list): Ditto.
3447         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3448
3449         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3450         wl-summary-count-unread.
3451
3452         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3453         (wl-summary-score-update-all-lines): Use
3454         elmo-msgdb-set-mark.
3455
3456 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3459         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3460         (wl-summary-create-line): Renamed from
3461         wl-summary-overview-create-summary-line;
3462         Argument rearrangement.
3463         (wl-summary-update-thread): Follow the change above.
3464
3465         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3466         (wl-thread-insert-entity-sub): Likewise.
3467
3468         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3469         argument `overview', `mark-alist' and added `msgdb'.
3470
3471         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3472
3473         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3474         (wl-summary-rescan): Follow the change above.
3475         (wl-summary-sync-update): Ditto.
3476         (wl-summary-insert-thread-entity): Ditto;
3477         Don't use `let*' in every while loop;
3478         Detect infinite loop of threads.
3479         (wl-summary-update-thread): Removed argument `overview'.
3480
3481         * wl-thread.el (wl-thread-insert-message): Ditto.
3482
3483         * Version number is increased to 2.9.10.
3484
3485         * wl-message.el (wl-message-redisplay): Ignore errors while
3486         wl-message-redisplay-hook.
3487
3488 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3491
3492 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl.el (wl): inhibit-quit while wl-folder.
3495
3496 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3499         while msgdb access.
3500
3501 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3504         even if no folder is not created.
3505
3506 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3507
3508         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3509
3510         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3511         implementation.
3512         (wl-summary-target-mark-thread): Ditto.
3513
3514         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3515
3516 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3517
3518         * wl-util.el (wl-display-bytes): Remove unused function.
3519
3520 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3523         seems critical one (partially reverse the change in 2002/03/17).
3524
3525 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3528         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3529
3530 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3531
3532         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3533         is not writable.
3534         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3535         plugged status instead of `'force' as 2nd argument.
3536
3537         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3538         is not creatable.
3539
3540         * Version number is increased to 2.9.9.
3541
3542 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3543
3544         * wl-summary.el (wl-summary-suspend): New function.
3545
3546 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3547
3548         * wl.el (wl): Do not check variables if check is nil.
3549         * wl-utils.el (wl-collect-draft): New function.
3550         * wl-folder.el (wl-folder-suspend): Put summary buffers
3551         and draft buffers at the end of buffer list.
3552         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3553
3554 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3555
3556         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3557         loop instead of recursive call.
3558
3559         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3560         2nd argument.
3561
3562 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-draft.el (wl-draft-create-contents): Don't take neither
3565         (function . args) nor (string . something) any more.
3566
3567         * wl-version.el (wl-generate-user-agent-string): Return string
3568         without header symbol.
3569         * wl-draft.el (wl-draft-default-headers): Use it.
3570
3571         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3572         `wl-draft-insert-ccs' and return field value instead of inserting
3573         the header. Abolish cc argument.
3574         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3575
3576         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3577         rather than one with string car.
3578
3579         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3580         * wl-draft.el (wl-draft-create-contents): Add it after the default
3581         headers.
3582
3583         * wl-draft.el (wl-draft-create-contents): For the case of
3584         (symbol-or-string . function) insert header only when the function
3585         returns string value.
3586
3587 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3588
3589         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3590         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3591
3592 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl.el (wl-check-environment): Don't check Message-ID when
3595         `wl-insert-message-id' is nil.
3596         Revive checking if `wl-message-id-domain' contains "@".
3597
3598 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl.el (wl-check-environment): Merge examination for "@" at
3601         inappropriate position into the first string-match.
3602
3603         * wl-summary.el (wl-summary-target-mark-print): New function.
3604         (wl-summary-pipe-message-subr): Extracted from
3605         `wl-summary-pipe-message'.
3606         (wl-summary-target-mark-pipe): New function.
3607         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3608         `wl-summary-target-mark-pipe'.
3609
3610 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3611
3612         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3613
3614 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3615
3616         * wl.el (wl-check-environment): Use elmo-warning instead of
3617         error for non-critical ones.
3618         Remove trash folder check.
3619         (wl): Don't ignore error in wl-check-environment.
3620
3621         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3622         check, which is moved from `wl-check-environment'.
3623         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3624
3625 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3626
3627         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3628         guess anything, call wl-summary-write.
3629         (wl-summary-write): Create draft with blank To field.
3630         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3631
3632 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3635         argument full as well for wl-folder-write-current-folder.
3636         If wl-*-write-current-folder cannot guess addressee, add blank
3637         To header.
3638         Rewrite condition for positioning cursor.
3639
3640 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3643         summary buffer is present, use it.
3644         (wl-folder-jump-to-previous-summary): Ditto.
3645
3646 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3649
3650         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3651         wl-summary-previous-buffer and wl-summary-next-buffer.
3652
3653         * wl-folder.el (wl-folder-mode-map): Bind
3654         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3655         (wl-folder-jump-to-next-summary): New function.
3656         (wl-folder-jump-to-previous-summary): Ditto.
3657
3658         * wl-draft.el (wl-draft): Rearranged.
3659
3660 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3663         of header.
3664         (wl-draft): Collect arguments for the header as header-alist.
3665         (wl-draft-forward): Arrange arguments for wl-draft.
3666         (wl-draft-reply): Ditto.
3667         (wl-draft-edit-string): Ditto.
3668         * wl-summary.el (wl-summary-write): Ditto.
3669         (wl-summary-write-current-folder): Ditto.
3670
3671         * Version number is increased to 2.9.8.
3672
3673 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3674
3675         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3676
3677         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3678
3679         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3680         even if the guess failed.
3681
3682         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3683         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3684         wl-summary-write-current-folder.
3685         * wl-xmas.el: Ditto.
3686
3687 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-summary.el (wl-summary-next-page): Force display message if
3690         message is not displayed yet.
3691         (wl-summary-prev-page): Ditto.
3692
3693 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3694
3695         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3696
3697 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3698
3699         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3700         add "Preview Message" and "Save Draft and Exit".
3701
3702 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3703
3704         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3705         if addrmgr is called from draft in splitted window.
3706
3707         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3708         * wl-mule.el: Ditto.
3709         * wl-xmas.el: Ditto.
3710
3711 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3714
3715         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3716         * wl-xmas.el (wl-folder-toolbar): Ditto.
3717
3718 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3719
3720         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3721         and wl-draft-save-and-exit.
3722         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3723         * wl-xmas.el: Ditto.
3724         * wl-mule.el: Ditto.
3725
3726         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3727         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3728
3729 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3732         lists for saving buffer.
3733
3734 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3735
3736         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3737         parent-folder argument instead of it.
3738         (wl-draft-create-buffer): Ditto.
3739         (wl-draft-forward): Ditto.
3740         (wl-draft-reply): Ditto.
3741         * wl-summary.el (wl-summary-write): Ditto.
3742         (wl-summary-write-current-folder): Ditto.
3743
3744         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3745         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3746         Folder buffer after composing.
3747
3748 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3751         header if the file `wl-x-face-file' already contains it.
3752
3753 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3756         folder" entry.
3757         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3758         * wl-e21.el (wl-folder-toolbar): Ditto.
3759         * wl-xmas.el (wl-folder-toolbar): Ditto.
3760
3761 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3762
3763         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3764         wl-folder-goto-folder with sticky argument.
3765         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3766
3767 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3770         and wl-summary-previous-buffer.
3771         (wl-summary-next-buffer): New function.
3772         (wl-summary-previous-buffer): Ditto.
3773
3774 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3777         wl-folder-jump-to-current-entity-with-arg.
3778         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3779         `wl-folder-jump-to-current-entity'.
3780         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3781         `wl-summary-goto-folder-sticky'.
3782         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3783         `wl-summary-goto-folder'.
3784         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3785         Unless force-exit, do not clean temp. marks for sticky summary.
3786         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3787
3788 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3791         not entire.
3792
3793 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3796         to `C-x C-s'.
3797         (wl-summary-save-status): New command.
3798         (wl-summary-exit): Don't clean-up temp marks when sticky.
3799         (Applied patch from Nakayama-san [wl: 09548])
3800         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3801         Do nothing when no mark data.
3802         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3803         Call `wl-summary-delete-all-temp-marks' before saving.
3804
3805 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3806
3807         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3808
3809 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl.el (wl-check-environment): Also cause error when (system-name)
3812         returns "localhost.localdomain". (Although it doesn't affect because
3813         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3814
3815 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3818         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3819
3820         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3821         value.
3822
3823 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3826         Likewise r-cc-list and r-ng-list.
3827
3828 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3829
3830         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3831         only if it is bound as variable.
3832
3833         * wl-mime.el (wl-draft-preview-message): Ditto.
3834
3835 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3838         needless `goto-char'.
3839
3840         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3841         `wl-summary-redisplay-no-mime-internal' instead of
3842         `wl-summary-redisplay-no-mime'.
3843         (wl-summary-redisplay-no-mime): Changed argument;
3844         Call `wl-summary-redisplay-no-mime-internal'.
3845
3846         * wl-mime.el (wl-draft-preview-message): Bind
3847         `mime-header-encode-method-alist' locally.
3848
3849         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3850         (wl-draft-std11-parse-addresses): Added the first address check.
3851         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3852
3853         * Version number is increased to 2.9.7.
3854
3855 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3856
3857         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3858
3859 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3862         related to scrollbar support, if there is no such a feature
3863         compiled in.
3864
3865 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3866
3867         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3868         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3869         for prefetch.
3870
3871 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-summary.el (wl-summary-pick): Fix for no match.
3874
3875 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3876
3877         * wl-draft.el (wl-draft-save):
3878         Override `mime-header-encode-method-alist'.
3879
3880 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3881
3882         * wl-folder.el (wl-folder-pick): New function.
3883         Define key as "?".
3884
3885 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3886
3887         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3888         Fix for unplugged.
3889
3890 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3891
3892         * wl-folder.el (wl-folder-virtual): New function.
3893         Define key as "V".
3894
3895 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3896
3897         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3898         multi folder if entity is group.
3899
3900 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3901
3902         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3903         is nil.
3904
3905 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3906
3907         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3908         (wl-summary-target-mark-msgs): Return the number of marked messages.
3909
3910 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3911
3912         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3913         "first:" is specified.
3914
3915 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-vars.el (wl-from): Use return value of function
3918         user-full-name instead of the variable user-full-name since
3919         XEmacs-20.4 doesn't set this variable.
3920
3921 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3924         call `wl' directly.
3925
3926 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3927
3928         * wl-draft.el (wl-draft-reedit): Removed duplicated
3929         switch-to-buffers.
3930
3931 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * wl.el (wl-other-frame): Removed garbages.
3934
3935 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3938
3939         * wl-xmas.el (wl-draft-key-setup): Ditto.
3940
3941         * wl-mule.el (wl-draft-key-setup): Ditto.
3942
3943         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3944         (wl-draft-reedit): Ditto.
3945         (wl-draft-prepare-edit): Add `wl-draft-save' to
3946         `local-write-file-hooks'.
3947         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3948         (wl-draft-reedit): Set buffer-file-name.
3949         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3950
3951
3952         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3953         call it.
3954         (wl-delete-startup-frame-function): New variable.
3955         (wl-other-frame): New function
3956         (Original was written by Yamaoka san [wl: 09239]).
3957
3958         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3959         if `wl-folder-use-frame'.
3960
3961 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3962
3963         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3964
3965 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3966
3967         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3968         New variable.
3969         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3970         (wl-message-buffer-prefetch-get-next): Use them.
3971         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3972
3973 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3976         with unwind-protect.
3977
3978         * wl-draft.el (wl-draft-reedit): Rewrite.
3979         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3980         (wl-draft-save): Insert header separator if it does not exist;
3981         Removed condition-case.
3982
3983         * wl-summary.el (wl-summary-reedit): Revert last change.
3984
3985         * wl-draft.el (wl-draft-save): Rewrite.
3986         (wl-draft-create-buffer): Set buffer-file-name as nil.
3987
3988         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3989
3990         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3991
3992         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3993         nil.
3994
3995 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3996
3997         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3998         If count is nil, do not prefetch.
3999         (wl-message-buffer-prefetch-next): Next.
4000
4001 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4004
4005 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4006
4007         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4008         `delete-backward-char'
4009         (wl-draft-prepare-edit): Check major-mode.
4010         (wl-draft-decode-header): Rewrite.
4011         (wl-draft): Fix.
4012
4013 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4014
4015         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4016
4017 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4020         (wl-message-buffer-prefetch-get-next): Remove size checking.
4021         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4022
4023 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4024
4025         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4026         (wl-draft-default-headers): Fix.
4027
4028 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-draft.el (wl-draft-default-headers): Insert return value of
4031         `wl-generate-mailer-string-function'.
4032
4033 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4034
4035         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4036         (wl-draft-insert-mail-header-separator): Ditto.
4037
4038         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4039         again (Reverted the change on 2002-01-17 by OKADA san).
4040
4041 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4042
4043         * wl-draft.el (wl-draft): Rewrite.
4044         (wl-draft-create-buffer): New function.
4045         (wl-draft-create-contents): Ditto.
4046         (wl-draft-prepare-edit): Ditto.
4047         (wl-draft-decode-header): Ditto.
4048         (wl-draft-decode-body): Ditto.
4049         (wl-draft-check-new-line): Ditto.
4050         (wl-draft-default-headers): Ditto.
4051         (wl-draft-insert-mail-header-separator): Ditto.
4052
4053 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4054
4055         * Version number is increased to 2.9.6.
4056
4057 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4058
4059         * wl-draft.el (wl-draft-delete-field): Optional argument.
4060         (wl-draft-delete-fields): Ditto.
4061
4062 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4063
4064         * wl-message.el (toplevel): Eliminated byte-compile warning.
4065         for `itimer-function', `delete-timer' and `itimer-list'.
4066
4067 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4068
4069         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4070         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4071         `wl-message-buffer-prefetch-threshold'.
4072         * wl-summary.el (wl-summary-redisplay-internal): Remove
4073         the check of `wl-message-buffer-prefetch-depth'.
4074
4075 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4076
4077         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4078         size of article.
4079         (wl-message-buffer-prefetch-subr): Remove size check.
4080
4081 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4082
4083         * wl-vars.el (wl-plugged): Make customizable.
4084
4085 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4086
4087         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4088         (wl-message-buffer-prefetch-set-timer): New function.
4089         (wl-message-buffer-prefetch-get-next): New function.
4090         (wl-message-buffer-prefetch): New function.
4091         (wl-message-buffer-prefetch-next): Rewrite.
4092         (wl-message-buffer-prefetch-subr): Rewrite.
4093         * wl-vars.el (wl-auto-prefetch-first): New variable.
4094         * wl-summary.el (wl-summary-goto-folder-subr): Call
4095         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4096
4097 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4100         `wl-summary-unread-message-hook'.
4101
4102 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4103
4104         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4105         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4106         if range is `cache-status'.
4107
4108 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-message.el (wl-message-buffer-prefetch-subr):
4111         Improve debug message.
4112
4113 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4114
4115         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4116         `wl-mail-send-pre-hook'.
4117         (wl-draft-send-mail-with-qmail): Ditto.
4118         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4119
4120 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-message.el (wl-message-buffer-prefetch-subr):
4123         Fix for cancel-function-timers bug.
4124         (wl-message-buffer-prefetch-debug): Default value is t.
4125
4126 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4127
4128         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4129         (wl-message-buffer-prefetch-subr): Rewrite.
4130         Rename from `wl-message-buffer-prefetch'.
4131
4132 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4135         (wl-default-draft-cite-decorate-author): Ditto.
4136
4137         * wl-draft.el (wl-draft-cite-function): Removed.
4138         (wl-default-draft-cite-decorate-author): Ditto.
4139
4140 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4143         (wl-default-draft-cite): Do not arrange author name if the value of
4144         `wl-default-draft-cite-decorate-author' is nil.
4145
4146 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4149
4150         * wl-folder.el (wl-folder-check-one-entity): Don't care
4151         `elmo-folder-use-flag-p'.
4152
4153 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4154
4155         * wl-folder (wl-folder-check-one-entity): Fix
4156         problem if unread is nil.
4157
4158 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-address.el (wl-address-make-completion-list): Check whether
4161         the address is a group list.
4162         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4163
4164 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4165
4166         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4167         The number of the messages of new and unread does not count
4168         correctly.
4169
4170         * wl-summary.el (wl-summary-count-unread): Changed to return
4171         `(new . unread)' instead of total.
4172         (wl-summary-sync-update): Follow the change above.
4173
4174         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4175
4176 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-address.el (wl-address-make-completion-list): Do not enclose
4179         address by " <" and ">" if associated realname is "".
4180         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4181         This is against the promblem with group list in .addresses pointed
4182         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4183
4184 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4187         message is a format control string.
4188         * wl-expire.el (wl-expire-append-log): Ditto.
4189         * wl-mime.el (wl-summary-burst-subr): Ditto.
4190         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4191         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4192
4193 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4196         wl.el (wl-check-variables): Rename from `wl-check-type'.
4197         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4198         (wl-check-variables-2): New function.
4199         (wl): Call `wl-check-variables-2'.
4200
4201 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4204         after renaming folder in access group.
4205
4206 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4207
4208         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4209         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4210         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4211         (wl-message-buffer-prefetch): Rewrite.
4212         (wl-message-buffer-prefetch-idle-time): Removed.
4213         * wl-summary.el (wl-summary-redisplay-internal):
4214         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4215         Error check for `wl-message-buffer-prefetch-depht'.
4216
4217 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4218
4219         * Version number is increased to 2.9.5.
4220         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4221
4222 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4223
4224         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4225         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4226         Based on the patch written by
4227         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4228
4229 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-draft.el (wl-draft-raw-send): Fix for
4232         `wl-news-send-pre-hook'
4233
4234 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-utils.el (wl-message-id-function): New variable.
4237         * wl-draft.el (wl-draft-insert-required-fields):
4238         Use `wl-message-id-function'.
4239
4240 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4243         * wl-utils.el (wl-draft-make-message-id-string):
4244         Use `wl-from' for domain part of Message-ID
4245         if `wl-message-id-use-wl-from' if non-nil.
4246         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4247
4248 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4249
4250         * wl.el (wl): Call `wl-check-type'
4251         Do not 'condition-case'.
4252
4253 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * wl.el (wl-check-type): New function.
4256         (wl-check-type-variables): New variable.
4257
4258 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4261
4262 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4263
4264         * wl-draft.el (wl-smtp-password-key): New function.
4265         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4266         (wl-draft-send-mail-with-smtp): Ditto.
4267         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4268
4269 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4270
4271         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4272         * wl-utils.el (wl-unique-id-suffix): Remove.
4273
4274 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4275
4276         * Version number is increased to 2.9.4.
4277
4278 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4279
4280         * wl-utils.el (wl-unique-id-suffix): New variable.
4281         (wl-unique-id): Use `wl-unique-id-suffix'
4282
4283 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4284
4285         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4286         instead of `elmo-msgdb-search'.
4287
4288         * Version number is increased to 2.9.3.
4289
4290 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4291
4292         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4293
4294 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4297         (wl-draft-dispatch-message): Changed for send-later.
4298         (wl-draft-queue-flush): Ditto.
4299         (wl-draft): Clear `wl-sent-message-queued'.
4300         (wl-draft-reedit): Ditto.
4301         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4302         * wl-vars.el (wl-draft-force-queuing): New variable.
4303         (wl-draft-force-queuing-mail): New variable.
4304         (wl-draft-force-queuing-news): New variable.
4305
4306 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4309         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4310
4311 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4312
4313         * Version number is increased to 2.9.2.
4314
4315 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * wl-draft.el (wl-draft-elide-region): New user command.
4318         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4319
4320         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4321         command `wl-draft-elide-region'.
4322         * wl-mule.el: Ditto.
4323         * wl-xmas.el: Ditto.
4324
4325 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4328         (wl-biff-check-folder-async): Removed needless let.
4329
4330 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4333         wl-folder-get-elmo-folder.
4334         (wl-biff-check-folder): Set `biff' argument of
4335         `wl-folder-check-one-entity'.
4336         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4337
4338         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4339         (wl-folder-check-one-entity): Added `biff' argument;
4340         Setup `biff' slot of folder.
4341
4342         * Version number is increased to 2.9.1.
4343
4344 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4345
4346         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4347         comment out and fixed.
4348         (wl-fldmgr-add-completion-subr): Ditto.
4349
4350         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4351         and msgdb.
4352
4353         * wl.el (wl-toggle-plugged): Save summary view.
4354
4355 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4358
4359 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4360
4361         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4362
4363 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4366         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4367         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4368
4369         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4370         if it was failed.
4371         (wl-demo): Disable undo in the demo buffer.
4372
4373 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-version.el (wl-version): Changed codename.
4376
4377         * Version number is increased to 2.9.0.
4378
4379 2001-12-14  Takuo KITAME <kitame@northeye.org>
4380
4381         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4382         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4383         (wl-folder-mark-as-read-all-current-entity): Ditto.
4384
4385 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4386
4387         * wl-vars.el (wl-from-width): Define as obsolete variable.
4388         (wl-subject-length-limit): Ditto.
4389
4390         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4391
4392         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4393         wl-summary-save-view.
4394
4395         * wl.el (wl-save-status): Ditto.
4396         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4397
4398         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4399         (wl-summary-exit): Follow the change above.
4400         (wl-summary-goto-folder-subr): Ditto.
4401
4402         * wl-folder.el (wl-folder-create-subr): Don't use
4403         `elmo-folder-creatable-p'.
4404
4405 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4408
4409 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4412         rather than bitmap on Emacs 21.
4413         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4414         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4415         for xbm if the new redisplay engine is not available.
4416
4417 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-folder.el (wl-folder-init-hook): New hook.
4420         (wl-folder-init): Run `wl-folder-init-hook'.
4421
4422 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4425
4426 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-acap.el (wl-acap-cache-filename): New variable.
4429         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4430         (wl-acap-init): Use cache if no ACAP server found.
4431
4432 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4433
4434         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4435         `wl-acap-original-msgdb-dir'.
4436
4437         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4438         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4439
4440         * wl-mime.el (wl-mime-save-directory): Renamed from
4441         `wl-mime-save-dir'.
4442
4443 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4446
4447         * wl-demo.el: Require `path-util'.
4448         (wl-demo-bitmap-mule-available-p): New internal variable.
4449         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4450         `module-installed-p' instead.
4451         (wl-demo-insert-image): Use *.img file for a bitmap image.
4452         (wl-demo): Don't call the ascii demo recursively.
4453
4454 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4455
4456         * Version number is increased to 2.7.7.
4457
4458 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl.el (wl-exit): Eliminated byte-compile warning.
4461
4462 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4463
4464         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4465         obsolete variable using `elmo-define-obsolete-variable'.
4466         (wl-fetch-confirm-threshold): Ditto.
4467         (wl-cache-prefetch-folder-type-list): Ditto.
4468         (wl-cache-prefetch-folder-list): Ditto.
4469
4470 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4473         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4474         (wl-demo-insert-image): New function.
4475         (wl-demo-insert-text): New function.
4476         (wl-demo-image-type-alist): Redefine as a function.
4477         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4478         (wl-demo-with-temp-file-buffer): Removed.
4479         (wl-logo-xpm): Removed.
4480         (wl-logo-xbm): Removed.
4481         (wl-logo-bitmap): Removed.
4482
4483 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4484
4485         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4486         (wl-expire-localdir-get-folder-function): New user option.
4487         (wl-expire-localdir-get-folder): New function.
4488         (wl-expire-localdir-date): Ditto.
4489
4490 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4491
4492         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4493         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4494         Fixed unread number mismatch when all-unread < unread.
4495
4496 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4497
4498         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4499         (wl-fetch-confirm-threshold): Ditto.
4500
4501         * wl-summary.el (wl-summary-confirm-appends): Removed.
4502         (wl-summary-sync-update): Don't refer
4503         `wl-summary-update-confirm-threshold' (It is now abolished).
4504
4505         * wl-message.el (wl-message-display-internal): Don't refer
4506         `wl-fetch-confirm-threshold' (It is now abolished).
4507
4508 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4511
4512 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4515         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4516         Change default value to nil.
4517         (wl-summary-indent-length-limit): The value can be nil, nil means
4518         unlimited.
4519
4520         * wl-summary.el: Don't set limit for indent length if the value of
4521         wl-summary-indent-length-limit is nil.
4522         If the value of wl-summary-width is nil, it means only that the width
4523         of summary is unlimited (nil doesn't mean that the indent length is
4524         unlimited).
4525
4526         * wl-thread.el: Ditto.
4527
4528 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4529
4530         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4531         be nil, nil means never confirm.
4532         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4533
4534 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4537         means unlimited).
4538
4539 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4542         Use `with-temp-buffer'.
4543
4544 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4547         with new backquote style).
4548         (wl-folder-get-entity-from-buffer): Ditto.
4549
4550 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4551
4552         * wl-version.el (nemacs-version): Eliminated.
4553         (wl-extended-emacs-version2): Ignore nemacs.
4554         (wl-extended-emacs-version3): Ditto.
4555
4556 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4557
4558         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4559         (wl-draft-add-in-reply-to): New variable.
4560         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4561         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4562         (wl-draft-yank-from-mail-reply-buffer): Use
4563         `wl-draft-add-in-reply-to'.
4564         (wl-draft-insert-current-message): Ditto.
4565
4566 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4567
4568         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4569         typo (kill->hide).
4570         (wl-message-buffer-prefetch-folder-type-list): Added elements
4571         `mark' and `cache' instead of `internal'.
4572
4573 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4576         resume msgdb directory.
4577
4578 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl.el (wl-exit): Call `wl-acap-exit'.
4581
4582         * wl-summary.el (wl-summary-message-string): New function.
4583         (wl-summary-reedit): Use it.
4584         (wl-summary-resend-bounced-mail): Remove needless let.
4585         (wl-summary-supersedes-message): Ditto.
4586         (wl-summary-save): Ditto.
4587
4588         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4589         (wl-acap-init): Set it.
4590         (wl-acap-exit): New function.
4591
4592 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4593
4594         * wl.el (wl-init): Revert (require 'mime-setup). move from
4595         toplevel.
4596
4597 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4598
4599         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4600         local variables.  Add error when guess function return invalid
4601         value.
4602
4603 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4604
4605         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4606         Change local variable name.
4607         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4608         (wl-folder-get-newsgroups): Return nil when non-news folder.
4609         * wl-summary.el (wl-summary-write-current-folder): State through
4610         when guess-list return nil.
4611         (wl-summary-write-current-folder-functions): Fixed docstring.
4612
4613         * wl.el (wl-exit): Changed confirm message.
4614
4615         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4616         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4617
4618         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4619
4620 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4621
4622         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4623         user option (Renamed from wl-cache-prefetch-folder-type-list).
4624         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4625         from wl-cache-prefetch-folder-list).
4626
4627         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4628         Move to wl-vars.el.
4629         (wl-message-buffer-prefetch-p): Changed to enable
4630         `wl-message-buffer-prefetch-folder-list'.
4631
4632         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4633         `ignore-cache'.
4634
4635 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4636
4637         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4638         `part-top' and `part-bottom'.
4639         (wl-draft-config-sub-part-top): New function.
4640         (wl-draft-config-sub-part-bottom): New function.
4641
4642 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4645
4646 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4649
4650 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4653
4654         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4655         (wl-summary-write-current-folder): Ditto.
4656
4657 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4658
4659         * wl-folder.el (wl-folder-get-newsgroups): Use
4660         `elmo-folder-newsgroups'.
4661
4662 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4665         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4666         `wl-draft-config-sub-header-bottom'.
4667
4668 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4669
4670         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4671         localnews folder.
4672
4673 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-summary.el (wl-summary-mode): Undo last change.
4676
4677         * wl-folder.el (wl-folder-mode): Ditto.
4678
4679 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-summary.el (wl-summary-mode): Locally set
4682         truncate-partial-window-width to nil.
4683         (for XEmacs)
4684
4685         * wl-folder.el (wl-folder-mode): Ditto.
4686
4687 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4690
4691 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4694         number.
4695
4696         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4697
4698         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4699
4700         * Version number is increased to 2.7.6.
4701
4702 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4705
4706 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4707
4708         * wl-summary.el (wl-summary-sync-update): Enclose network
4709         related portion with `unwind-protect'.
4710
4711 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4712
4713         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4714
4715 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4718         element.
4719         * wl-vars.el (wl-message-body-button-alist): Ditto.
4720
4721         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4722         max match length.
4723         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4724
4725         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4726         for the max match length;
4727         Use 4th element value for the button string regexp group.
4728
4729         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4730         candidate exists, prompt to select.
4731
4732 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4733
4734         * wl-summary.el (wl-summary-jump-to-msg): Search before
4735         calibration point by `beginning-of-line'.
4736
4737 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4740         for access group.
4741
4742 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-message.el (wl-message-display-internal): Bind
4745         `default-mime-charset'.
4746
4747         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4748
4749         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4750
4751         * Version number is increased to 2.7.5.
4752
4753 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4754
4755         * wl-expire.el (wl-summary-archive): Fixed;
4756         Use `elmo-folder-name-internal'.
4757
4758 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4759
4760         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4761         from `elmo-folder-move-messages' caller.
4762         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4763
4764         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4765         related portions are changed).
4766
4767 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4768
4769         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4770         counter.
4771
4772 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4775         buffer local and set it to nil.
4776
4777         * wl-message.el (wl-message-redisplay): Ditto.
4778
4779 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-summary.el (wl-summary-mark-as-important): If message is
4782         already cached, set messag as read, otherwise encache and mark as read.
4783
4784 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4787         point-min.
4788
4789 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4792         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4793         a keymap.
4794
4795 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4798         parent.
4799
4800         * wl-mule.el (wl-message-define-keymap): Ditto.
4801
4802         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4803
4804         * wl-xmas.el (wl-message-display-internal-hook): Define.
4805         (wl-xmas-setup-message-toolbar): Define as function.
4806         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4807         (wl-message-overload-functions): Abolished.
4808         (wl-message-define-keymap): New function.
4809
4810         * wl-vars.el (wl-message-display-internal-hook): New variable.
4811         (wl-message-header-button-alist): New variable (Renamed from
4812         wl-highlight-message-header-button-alist).
4813         (wl-message-body-button-alist): Ditto.
4814
4815         * wl-mule.el (wl-message-define-keymap): New function.
4816         (wl-message-overload-functions): Abolished.
4817
4818         * wl-message.el (wl-message-add-buttons-to-body): New function.
4819         (wl-message-redisplay): Don't call wl-message-overload-functions;
4820         Call wl-message-add-buttons-to-header and
4821         wl-message-add-buttons-to-body.
4822         (wl-message-display-internal): Set keymap argument for
4823         elmo-mime-display-as-is, elmo-mime-message-display;
4824         Run wl-message-display-internal-hook.
4825         (wl-message-refer-article-or-url): Abolished.
4826
4827         * wl-highlight.el (wl-highlight-headers): Don't call
4828         wl-highlight-message-add-buttons-to-header.
4829         (wl-highlight-message-add-buttons-to-header): Abolished.
4830
4831
4832         * wl-e21.el (wl-message-display-internal-hook): Define.
4833         (wl-e21-setup-toolbar): Deleted duplicated binding.
4834         (wl-e21-setup-message-toolbar): Define as function.
4835         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4836         (wl-message-define-keymap): New function.
4837         (wl-message-overload-functions): Abolished.
4838
4839 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4842         and elmo-folder-close.
4843
4844         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4845
4846 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4847
4848         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4849         boolean value.
4850         * wl-draft.el (wl-draft-do-fcc): Ditto.
4851
4852 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * wl-vars.el (wl-fcc-force-as-read): New variable.
4855         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4856         mark copied message as read.
4857
4858 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4861
4862 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4863
4864         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4865         `wl-summary-target-above' instead of obsolete variable
4866         `wl-summary-temp-above'.
4867
4868         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4869         instead of `make-obsolete-variable'.
4870         * wl-refile.el (toplevel): Ditto.
4871
4872 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4875         with third argument t.
4876         (wl-draft): Set first argument for wl-plugged-init as t.
4877
4878         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4879         definition.
4880
4881 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4882
4883         * wl-vars.el: Tabify.
4884         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4885
4886         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4887         message.
4888
4889 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4892         and set default to beep.
4893
4894 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-vars.el (wl-draft-truncate-lines): New variable.
4897
4898         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4899         instead of wl-message-truncate-lines for truncate-lines.
4900
4901 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-message.el (wl-message-display-internal): Call
4904         `wl-highlight-message' after `elmo-mime-display-as-is'.
4905
4906         * wl-mime.el (wl-mime-display-text/plain): New function.
4907         (wl-mime-display-header): Ditto.
4908         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4909         body-presentation-method for text/plain;
4910         Register `wl-mime-display-header' as a header-presentation-method;
4911         Don't set up `elmo-message-text-content-inserted-hook' and
4912         `elmo-message-header-inserted-hook'.
4913
4914         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4915         variable.
4916         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4917         as t if flag is 'all-header;
4918         Don't bind `elmo-message-ignored-field-list',
4919         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4920
4921 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4924         for xemacs with non-mule environment.
4925
4926 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4927
4928         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4929         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4930         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4931
4932 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4933
4934         * wl-vars.el (wl-interactive-send): Set default value as t.
4935
4936 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4939         (wl-addrmgr-method-list): Abolished.
4940         (wl-addrmgr-change-method): Follow above change.
4941
4942         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4943
4944 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4945
4946         * wl-vars.el (wl-message-truncate-lines): Change default value
4947         to default-truncate-lines.
4948
4949         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4950
4951 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-vars.el (wl-message-truncate-lines): New variable.
4954
4955         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4956         wl-message-truncate-lines.
4957
4958 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4959
4960         * wl-acap.el (wl-acap-init): Remove period from error message.
4961         (wl-acap-find-acap-service): Remove period from message.
4962
4963 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl.el (wl-check-environment): Undo last change.
4966
4967         * wl-vars.el (wl-from): Changed default value.
4968
4969         * wl-util.el (toplevel): Don't require tm-edit.
4970
4971         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4972         `wl-folder-init';
4973         Don't set mark on mail body.
4974         (wl-draft-reedit): Ditto.
4975
4976         * wl-address.el (wl-address-quote-specials): Define as an alias for
4977         elmo-address-quote-specials.
4978
4979 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4982
4983         * wl-vars.el (wl-from): Set default value as nil.
4984         (wl-organization): Set default value as ORGANIZATION environment
4985         variable.
4986
4987         * wl-draft.el (wl-smtp-extension-bind): Check value of
4988         wl-smtp-connection-type.
4989
4990         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4991         error.
4992
4993 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4994
4995         * Version number is increased to 2.7.4.
4996
4997         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4998         arguments from `wl-highlight-x-face-function' caller.
4999         Use x-face-1.3.6.12 or later.
5000
5001 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5002
5003         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5004
5005 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5006
5007         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5008         (wl-fcc): Fix to accept function.
5009         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5010
5011 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5012
5013         * wl-acap.el (toplevel): Added `product-provide' declare.
5014         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5015
5016 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl.el (wl): Changed order of calling `elmo-init'
5019         and `elmo-folder-init'.
5020
5021 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5022
5023         * wl-mime.el (wl-summary-burst): Extract message when content-type
5024         of root entity is not only `multipart' but also `message/rfc822'.
5025         (wl-summary-burst-subr): Ditto.
5026
5027 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-vars.el (toplevel): Require 'custom.
5030         (wl-trash-folder): Added to `wl-setting' group.
5031
5032         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5033         exists.
5034         (wl-addrmgr-draw): Insert empty line when no entry exists.
5035
5036         * wl-mule.el (wl-message-wheel-up): Fixed.
5037         (wl-message-wheel-down): Ditto.
5038
5039 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5040
5041         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5042         config is an anonymous lambda expression.
5043
5044 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5047         when Mule 2 is running.
5048
5049 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5052
5053 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5056         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5057
5058         * wl-address.el (wl-address-specials-regexp): Eliminated.
5059         (wl-address-quote-specials): Rewrite.
5060
5061 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5064         shy-groups for regexp.
5065
5066         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5067         character classes and Perl style shy-groups for regexp.
5068         (wl-highlight-plugged-current-line): Use Posix style character
5069         classes for regexp.
5070         (wl-e21-highlight-folder-by-numbers): Ditto.
5071         (wl-e21-display-image-p): Use `display-images-p' instead of
5072         `display-graphic-p'.
5073         (display-images-p): Make an alias to `display-graphic-p' if it is
5074         not available.  It is for Emacs version prior to 21.0.105.
5075
5076         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5077         `display-graphic-p'.
5078         (wl-demo-image-type-alist): Ditto.
5079         (display-images-p): Make an alias to `display-graphic-p' if it is
5080         not available.  It is for Emacs version prior to 21.0.105.
5081
5082 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5083
5084         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5085         support.
5086         (wl-generate-user-agent-string): Ditto.
5087
5088         * wl-version.el (wl-version): Update docsting.
5089         (wl-version-status): Ditto.
5090
5091 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5092
5093         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5094         21.0.105.  For Emacs 21.0.104 or earlier.
5095
5096 2001-09-03  Takuo KITAME <kitame@northeye.org>
5097
5098         * wl-e21.el (wl-plugged-init-icons): Use
5099         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5100         (wl-biff-init-icons): Ditto.
5101
5102 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-highlight.el (wl-highlight-summary-current-line):
5105         Fixed highlighting refile/copy destination.
5106
5107         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5108         (wl-acap-store): Encode string by wl-acap-coding-system.
5109
5110 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-acap.el (toplevel): Check and require 'un-define before
5113         'xemacs-ucs;
5114          Added checking for UTF-2000.
5115
5116 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5119         Don't enclose with `eval-and-compile'.
5120
5121         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5122         wl-init is non-nil.
5123
5124         * wl-draft.el (wl-draft): Ditto.
5125
5126         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5127
5128         * wl-acap.el (toplevel): Require 'wl.
5129         (wl-acap-store): Call `elmo-init'.
5130
5131         * wl.el (wl): Changed position of `wl-check-environment'.
5132         (toplevel): Added autoload setting for wl-acap.
5133
5134         * wl-vars.el (wl-setting): New custom group.
5135         (wl-from): Added wl-setting group.
5136         (wl-user-mail-address-list): Ditto.
5137         (wl-organization): Ditto.
5138         (wl-subscribed-mailing-list): Ditto.
5139         (wl-envelope-from): Ditto.
5140         (wl-smtp-posting-user): Ditto.
5141         (wl-smtp-posting-server): Ditto.
5142         (wl-smtp-posting-port): Ditto.
5143         (wl-smtp-authenticate-type): Ditto.
5144         (wl-pop-before-smtp-user): Ditto.
5145         (wl-pop-before-smtp-server): Ditto.
5146         (wl-pop-before-smtp-port): Ditto.
5147         (wl-pop-before-smtp-authenticate-type): Ditto.
5148         (wl-nntp-posting-server): Ditto.
5149         (wl-nntp-posting-user): Ditto.
5150         (wl-nntp-posting-port): Ditto.
5151         (wl-fetch-confirm-threshold): Ditto.
5152         (wl-prefetch-threshold): Ditto.
5153         (wl-thread-insert-opened): Ditto.
5154         (wl-ldap-server): Ditto.
5155         (wl-ldap-port): Ditto.
5156         (wl-ldap-base): Ditto.
5157         (wl-ldap-objectclass): Ditto.
5158         (wl-use-ldap): Ditto.
5159         (wl-draft-config-alist): Ditto.
5160         (wl-draft-config-matchone): Ditto.
5161         (wl-template-alist): Ditto.
5162         (wl-message-sort-field-list): Ditto.
5163         (wl-message-ignored-field-list): Ditto.
5164         (wl-message-visible-field-list): Ditto.
5165         (wl-interactive-send): Ditto.
5166         (wl-summary-move-order): Ditto.
5167         (wl-auto-select-first): Ditto.
5168         (wl-auto-select-next): Ditto.
5169         (wl-interactive-save-folders): Ditto.
5170
5171         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5172         Initialization codes are moved from wl-local-folder-init.
5173         (wl-local-folder-init): Follow the change above.
5174         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5175
5176         * wl-acap.el: New file.
5177
5178         * Version number is increased to 2.7.3.
5179
5180 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5183
5184 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5185
5186         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5187         (wl-addrmgr-address-entry-list): Ditto.
5188
5189 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-e21.el (wl-draft-mode-map): Removed binding for
5192         `wl-draft-insert-x-face-field'.
5193
5194         * wl-mule.el (wl-draft-mode-map): Ditto.
5195
5196         * wl-xmas.el (wl-draft-mode-map): Ditto.
5197
5198         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5199         (wl-cs-autoconv): Ditto.
5200         (wl-cs-local): Ditto.
5201         (wl-use-scoring): Ditto.
5202         (wl-mime-charset): Ditto.
5203         (wl-folder-check-async): Ditto.
5204
5205         * wl.el (toplevel): Ignore nemacs and tm.
5206         (wl-exit): Ditto.
5207
5208         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5209         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5210         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5211         instead of wl-address-petname-add-or-change.
5212         (wl-summary-edit-addresses-subr): Use wl-address-delete
5213         instead of wl-address-petname-delete.
5214
5215         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5216
5217         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5218         if error occured.
5219
5220         * wl-message.el (require): Remove tm support.
5221
5222         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5223
5224         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5225         (wl-folder-jump-to-current-entity): Ditto.
5226         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5227
5228         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5229         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5230         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5231
5232         * wl-mule.el (wl-draft-key-setup): Ditto.
5233
5234         * wl-xmas.el (wl-draft-key-setup): Ditto.
5235
5236         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5237         (wl-draft-std11-parse-addresses): New function.
5238         (wl-draft-parse-mailbox-list): Use it.
5239         (wl-draft): Ignore nemacs.
5240         (wl-draft-reedit): Ditto.
5241
5242         * wl-addrmgr.el: New file.
5243         (Original is wl-rcpt.el written by
5244         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5245         Thanks Kitamoto-san.)
5246
5247         * wl-address.el (wl-address-make-address-list): Modified parsing
5248         process.
5249         (wl-address-delete): Renamed from `wl-address-petname-delete';
5250         Modify wl-address-list too.
5251         (wl-address-add-or-change): Renamed from
5252         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5253
5254 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5255
5256         * wl-highlight.el (wl-highlight-summary-current-line):
5257           Work with transient-mark-mode
5258
5259 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * Version number is increased to 2.7.2.
5262
5263         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5264         instead of elmo-dop-queue-method.
5265
5266 2001-08-06  SAITO Atsunori <sai@yedo.com>
5267
5268         * wl-vars.el (wl-ldap-objectclass): New user option.
5269
5270         * wl-address.el (wl-ldap-make-filter): Use it.
5271
5272 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5275
5276 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-folder.el (wl-folder): redisplay after folder insertion.
5279
5280         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5281
5282         * wl-summary.el (wl-summary-sync-update):
5283         Change status mark only when new-msgdb exists.
5284         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5285
5286 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-summary.el (wl-summary-open-folder): New function.
5289         (wl-summary-goto-folder-subr): Use it.
5290         (wl-summary-mark-as-important): Fix;
5291         Encache only when no cache exists.
5292
5293 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5296         Use with-current-buffer.
5297
5298 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5299
5300         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5301         before call `get-buffer'. Fixed parenthesis.
5302         (wl-score-get-header-entry): Clear message and help window when
5303         keyboard quit.
5304         (wl-score-edit-insert-header): Ditto.
5305
5306 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5309         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5310         (wl-default-draft-cite): Fix.
5311
5312         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5313         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5314
5315 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5316
5317         * wl-message.el (wl-message-prev-page): Do same bahavior
5318         as summary when it is called in the message buffer.
5319         (wl-message-next-page): Ditto.
5320
5321 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-summary.el (wl-summary-forward): Use cache if it is not
5324         section cache.
5325
5326 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5329         Removed redundant require of elmo-vars.
5330         (wl-biff-state-indicator-on): Changed default value for
5331         xemacs with non-mule environment.
5332
5333         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5334         wl-message-buffer is nil;
5335         Hide progress bar after moving messages.
5336
5337 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5340         message at cursor point is deleted.
5341
5342 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-vars.el: Changed file coding system to euc-japan.
5345         Added -*-coding:-*- magic to the first line.
5346
5347         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5348         Search parent from the first message.
5349
5350         * Version number is increased to 2.7.1.
5351
5352 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5353
5354         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5355
5356 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5359         refile/delete execution.
5360
5361         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5362         Fixed docstring.
5363
5364 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5367         do update process;
5368         Don't update marks when update process is interrupted.
5369
5370 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-summary.el (wl-summary-reply): Fixed problem when
5373         wl-draft-use-frame is non-nil.
5374         (wl-summary-forward): Ditto.
5375
5376         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5377         as nil.
5378         (wl-folder-mark-as-read-all-entity): Ditto.
5379         (wl-folder-prefetch-entity): Ditto.
5380
5381         * wl.el (wl): Check environment before wl-init.
5382
5383         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5384         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5385         instead of wl-summary-collect-unread.
5386         (wl-summary-reply): Split message window.
5387
5388 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5391         only if current language environment is japanese,
5392
5393         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5394         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5395         (wl-folder-goto-folder-subr): Ditto.
5396
5397         * wl-draft.el (wl-draft-dispatch-message): Call
5398         `elmo-file-cache-get-path'.
5399
5400 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-summary.el (wl-summary-cursor-move): If return value of
5403         wl-summary-next-message is not number, don't jump.
5404
5405 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-summary.el (wl-summary-buffer-next-message-function): New
5408         variable.
5409         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5410         if it is bound.
5411
5412         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5413         string.
5414
5415         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5416         (wl-plugged-drawing): Ditto.
5417
5418 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5421         process.
5422         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5423         with unwind-protect.
5424
5425         * wl.el (wl-init): Require mime-setup.
5426         (wl-check-environment): Don't require mime-setup.
5427
5428         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5429         instead of elmo-folder-type.
5430
5431         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5432         value as nil.
5433
5434 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * Version number is increased to 2.7.0.
5437
5438         * wl-version.el (wl-version): Changed codename.
5439
5440         * wl-summary.el (wl-summary-delete-cache): Fixed.
5441
5442         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5443         Workaround for net folders.
5444         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5445
5446         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5447         value to nil (According to the patch from
5448         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5449
5450         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5451         of elmo-folder-close.
5452
5453 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5454
5455         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5456         for postfix.
5457
5458 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-summary.el (wl-summary-resend-message): Fixed.
5461
5462         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5463         Call wl-draft with `from' argument if its address is included in
5464         `wl-user-mail-address-list'.
5465         (wl-draft): Added `from' argument.
5466
5467         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5468         non-nil.
5469         (wl): Don't show demo if wl-demo is nil.
5470
5471         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5472         wl-summary-use-frame.
5473
5474         * wl-vars.el (wl-summary-use-frame): New user option.
5475         (wl-folder-use-frame): Changed docstring.
5476
5477         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5478         non-nil.
5479         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5480         wl-summary-use-frame.
5481
5482         * wl-vars.el (wl-folder-use-frame): New user option.
5483
5484         * wl-summary.el (wl-summary-exit): Back to folder frame if
5485         wl-folder-use-frame is non-nil.
5486         (wl-summary-redisplay-internal): Ignore cache if current folder
5487         is draft folder,
5488         (wl-summary-redisplay-no-mime): Ditto.
5489         (wl-summary-redisplay-all-header): Ditto.
5490
5491         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5492         if wl-folder-use-frame is non-nil.
5493
5494 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-summary.el (wl-summary-sync-update): Bind
5497         elmo-folder-update-threshold.
5498         (wl-summary-mark-as-important): Enclosed server mark processing
5499         with `save-match-data'.
5500
5501         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5502         only when it is already defined.
5503
5504 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5505
5506         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5507         name of folder exclude localdir is wrong.
5508         * wl-folder.el (wl-folder-sync-entity):
5509         Set `wl-summary-always-sticky-folder-list' as nil.
5510         (wl-folder-mark-as-read-all-entity): Ditto.
5511         (wl-folder-prefetch-entity): Ditto.
5512
5513 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5516         instead of `wl-summary-write-current-newsgroup'.
5517
5518 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5519
5520         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5521         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5522         non-nil and selected message is important, do not display.
5523
5524 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5527
5528 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5531
5532         * wl-summary.el (wl-summary-mark-as-important): Set message number
5533         using wl-summary-message-number.
5534
5535 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5536
5537         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5538         destination folder is 'null.
5539
5540 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5543         New function.
5544         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5545         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5546         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5547
5548 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-mime.el (wl-mime-setup): Added setting for
5551         `mime-setup-signature-key-alist' to avoid overriding key bind for
5552         `wl-draft-send'.
5553
5554         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5555         for `wl-draft-send'.
5556         * wl-mule.el (wl-draft-overload-functions): Ditto.
5557         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5558         * wl-draft.el (wl-draft-send): Ditto.
5559
5560         * wl-message.el (wl-message-display-internal):
5561         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5562         (Patch is provided by <kita@coe.nttdata.co.jp>).
5563
5564 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5567
5568 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5569
5570         * wl.el (wl): Fix for wl-demo.
5571
5572 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5575
5576 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl-folder.el (wl-folder-prefetch-entity): Use
5579         `wl-folder-get-elmo-folder'.
5580         (wl-folder-count-incorporates): Do not use
5581         `wl-folder-get-elmo-folder'.
5582
5583 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5584
5585         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5586         instead of `elmo-folder-get-type'.
5587
5588 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5589
5590         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5591         position on Subject: field.
5592         (Advised by Mito <mit@nines.nec.co.jp>)
5593
5594 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5595
5596         * wl-folder.el (wl-folder-prefetch-entity): Use
5597         `wl-folder-get-elmo-folder'.
5598
5599 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5602
5603         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5604         `process-duplicates' slot.
5605
5606         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5607         if detection failed.
5608
5609 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5610
5611         * wl-version.el (wl-version-status): Set to "alpha".
5612
5613 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5616         Check wl-message-buffer lives before set-buffer.
5617
5618 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5619
5620         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5621         called in folder mode.
5622         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5623         * wl-summary.el (wl-summary-exit-pre-hook): Run
5624         `wl-summary-exit-pre-hook' before exit summary mode.
5625
5626 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5627
5628         * wl-version.el (wl-version-status): New variable.
5629         (wl-version-status-alist): Removed.
5630         (wl-version-status): Rule included.
5631
5632 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5635         @sponichi.
5636
5637         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5638         when `mail-reply-buffer' is buffer-local variable.
5639         (Reported by <kita@coe.nttdata.co.jp>).
5640
5641 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-vars.el (toplevel): Require 'elmo-util.
5644
5645 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5648         (All other related portions are changed)
5649
5650         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5651
5652         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5653
5654 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5655
5656         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5657
5658 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5661         Delete other windows to avoid an error.
5662         Use `point-marker' instead of `point' to remember the start point
5663         of body.
5664
5665         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5666
5667         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5668         number not to exceed all message number.
5669
5670 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5673         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5674
5675 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-sync-force-update): Added argument
5678         no-check.
5679         (wl-summary-sync-update): Ditto.
5680         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5681         with `no-check'.
5682
5683         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5684         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5685         already running.
5686
5687 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5688
5689         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5690         `dst-folder-arg'.
5691         (wl-expire-archive-number1): Diito.
5692         (wl-expire-archive-number2): Diito.
5693         (wl-expire-archive-Date): Diito.
5694         (wl-archive-number1): Diito.
5695         (wl-archive-number2): Diito.
5696         (wl-archive-date): Diito.
5697         (wl-archive-folder-p): New function.
5698         (wl-summary-expire): Support of expand folder name at
5699         wl-expire-alist.
5700         * wl-util.el (wl-expand-newtext): Renamed from
5701         `wl-refile-expand-newtext'.
5702
5703 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5704
5705         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5706         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5707         `(elmo-msgdb-get-overview msgdb)'.
5708         (wl-summary-prefetch): Bind match data before call
5709         `wl-summay-prefetch-msg'.
5710         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5711         'off if `wl-summary-buffer-disp-msg' is non-nil.
5712         Fixed problem that couldn't show only one new or unread message when
5713         enter folder.
5714         (wl-summary-reply): Don't call `split-window-vertically' and other
5715         window.
5716
5717 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-expire.el (wl-expire-refile): Fixed.
5720
5721 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5724
5725         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5726         biff notification is removed.
5727
5728         * wl.el (wl): Changed position of `elmo-init'.
5729
5730         * wl-draft.el (wl-default-draft-cite): Use date field
5731         on the citation buffer.
5732
5733         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5734
5735         * wl-xmas.el (wl-folder-internal-icon-list): Added
5736         `wl-folder-shimbun-image'.
5737
5738         * wl-e21.el (wl-folder-internal-icon-list): Added
5739         `wl-folder-shimbun-image'.
5740
5741 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl.el (wl-init): Eliminated argument.
5744         (wl): Rewrite.
5745
5746         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5747         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5748         instead of `elmo-folder-msgdb-internal'.
5749         (wl-summary-sync-update): Ditto.
5750         (wl-summary-flush-pending-append-operations): Eliminated.
5751         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5752         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5753         `elmo-folder-open'.
5754
5755         * wl-mime.el (wl-summary-burst): Fixed.
5756
5757         * wl-folder.el (wl-folder-info-save): Check data type.
5758
5759         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5760         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5761         instead of `elmo-folder-msgdb-internal'.
5762         (wl-expire-hide): Ditto.
5763
5764
5765         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5766
5767 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5768
5769         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5770
5771 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5772
5773         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5774
5775 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5776
5777         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5778         Fixed `match-beginning' argument mismatch.
5779
5780 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5781
5782         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5783         the default value.
5784
5785 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5788         instead of `elmo-nntp-default-port'.
5789
5790         * wl-vars.el: Fixed some doc strings.
5791
5792 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-prefetch-msg): Use
5795         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5796
5797         * wl-vars.el: Define *-func as obsolete variable using
5798         `elmo-define-obsolete-variable'.
5799
5800         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5801         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5802         instead of `wl-message-buffer-prefetch-threshold'.
5803
5804         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5805
5806         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5807
5808         * wl-draft.el (wl-caesar-region-func): Ditto.
5809
5810         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5811         Keep unread status in elmo-folder-move-messages.
5812         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5813
5814 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5815
5816         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5817         `wl-summary-buffer-exit-func'
5818         (wl-summary-buffer-message-redisplay-function): Renamed from
5819         `wl-summary-buffer-message-redisplay-func'
5820         (wl-summary-buffer-next-folder-function): Renamed from
5821         `wl-summary-buffer-next-folder-func'.
5822         (wl-summary-buffer-prev-folder-function): Renamed from
5823         `wl-summary-buffer-prev-folder-func'.
5824         (wl-summary-get-petname-function): Renamed from
5825         `wl-summary-get-petname-func'.
5826
5827         * wl-score.el (wl-score-edit-exit-function): Renamed from
5828         `wl-score-edit-exit-func'.
5829
5830         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5831         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5832
5833         * wl-util.el (wl-load-profile-function): Renamed from
5834         `wl-load-profile-func'.
5835
5836         * wl-folder.el (wl-folder-completion-function): Renamed from
5837         `wl-folder-completion-func'.
5838         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5839
5840         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5841         `wl-expire-archive-get-folder-func'.
5842         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5843         (wl-draft-send-mail-function): Renamed from
5844         `wl-draft-send-mail-func'.
5845         (wl-draft-send-news-function): Renamed from
5846         `wl-draft-send-news-func'.
5847         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5848         (wl-generate-mailer-string-function): Renamed from
5849         `wl-generate-mailer-string-func'.
5850         (wl-highlight-signature-search-function): Renamed from
5851         `wl-highlight-signature-search-func'.
5852         (wl-highlight-x-face-function): Renamed from
5853         `wl-highlight-x-face-func'
5854         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5855         (wl-ps-print-buffer-function): Renamed from
5856         `wl-ps-print-buffer-func'
5857         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5858         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5859         (wl-summary-subject-filter-function): Renamed from
5860         `wl-summary-subject-filter-func'.
5861
5862         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5863         `wl-draft-queue-flush-send-func'
5864         (wl-draft-cite-function): Renamed from
5865         `wl-draft-cite-func'
5866
5867         * wl-address.el (wl-address-init-function): Renamed from
5868         `wl-address-init-func'.
5869
5870 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-draft.el (wl-draft-queue-flush): Don't call
5873         `elmo-dop-unlock-message'.
5874         * wl-draft.el (wl-draft-queue-append): Don't call
5875         `elmo-dop-lock-message'.
5876
5877         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5878         (wl-summary-buffer-folder-name): Ditto.
5879         (wl-summary-message-regexp): Added '-' (all other related portions
5880         are changed).
5881         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5882         wl-summary-buffer-folder-name.
5883
5884 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5885
5886         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5887         the number of mails in the folder buffer is not updated by wl-biff.
5888
5889 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5890
5891         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5892         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5893
5894 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5895
5896         * wl-summary.el (wl-summary-next-message):
5897         Return next message number when wl-summary-move-order is nil.
5898
5899 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5900
5901         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5902         `wl-summary-move-spec-alist'.
5903         (wl-summary-move-spec-unplugged-alist): New variable
5904         (Move spec for unplugged status).
5905         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5906         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5907
5908 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5909
5910         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5911         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5912
5913 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5914
5915         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5916         simple quotation to quote the anonymous function.
5917         * tm-wl.el (wl-draft-preview-message): Ditto.
5918
5919 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5920
5921         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5922         Eliminate redundant `save-excursion'.
5923         (wl-highlight-summary-current-line): Ditto.
5924
5925         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5926         accessing match data when `looking-at' failed.
5927
5928         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5929         `elmo-match-string' where users don't care about the speed.
5930         (wl-draft-save): Ditto.
5931
5932 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5933
5934         * wl-util.el (wl-regexp-opt): New function.
5935
5936         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5937         number from `wl-summary-buffer-number-list'.
5938         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5939         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5940         (wl-summary-move-spec-alist): Changed default setting.
5941
5942 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5943
5944         * wl-vars.el (wl-biff-notify-hook): New hook.
5945         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5946         the arrival of new mail.
5947         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5948         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5949
5950 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5951
5952         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5953
5954 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5957
5958         * Version number is increased to 2.5.8.
5959
5960         * wl-thread.el (toplevel): require 'cl.
5961         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5962         (wl-thread-make-number-list): New function.
5963         (wl-thread-entity-make-number-list-from-children): Ditto.
5964         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5965         (wl-thread-entity-insert-as-children): Likewise.
5966         (wl-thread-delete-message): Likewise.
5967         (wl-meaning-of-mark): Eliminated.
5968         (wl-thread-next-failure-mark-p): Ditto.
5969         (wl-thread-entity-get-mark): Ditto.
5970         (wl-thread-meaning-alist-get-result): Ditto.
5971         (wl-thread-entity-check-prev-mark): Ditto.
5972         (wl-thread-entity-check-next-mark): Ditto.
5973         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5974         (wl-thread-entity-get-prev-marked-entity): Ditto.
5975         (wl-thread-get-prev-unread): Ditto.
5976         (wl-thread-jump-to-prev-unread): Ditto.
5977         (wl-thread-get-next-unread): Ditto.
5978         (wl-thread-jump-to-next-unread): Ditto.
5979         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5980         (wl-thread-entity-get-next-marked-entity): Ditto.
5981
5982         * wl-summary.el (wl-summary-buffer-number-list):
5983         New bufer-local variable.
5984         (wl-summary-switch-to-clone-buffer): Clone
5985         `wl-summary-buffer-number-list'.
5986         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5987         (wl-summary-cursor-move-regex): Eliminated.
5988         (wl-summary-cursor-up): Rewrite.
5989         (wl-summary-cursor-down): Ditto.
5990         (wl-summary-mode-spec-alist): New variable.
5991         (wl-summary-next-message): New inline function.
5992         (wl-summary-cursor-move): New function.
5993         (wl-summary-default-get-next-msg): Rewrite.
5994         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5995         (wl-summary-rescan): Ditto.
5996         (wl-summary-sync-all-init): Ditto.
5997         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5998         summary is not thread view.
5999         (wl-summary-sync-update): Ditto.
6000         (wl-summary-rescan): Ditto.
6001         (wl-summary-make-number-list): New function.
6002
6003         * wl-draft.el: "FCC" -> "Fcc".
6004
6005 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * wl-highlight.el (wl-highlight-summary-window):
6008         Call `set-buffer-modified-p'.
6009
6010         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6011         (wl): Call `elmo-init' and fix.
6012
6013         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6014         Use new variables.
6015
6016         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6017
6018 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6021
6022 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6023
6024         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6025
6026 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6027
6028         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6029         `wl-use-toolbar' nor `display-graphic-p'.
6030         (wl-e21-setup-message-toolbar): Ditto.
6031         (wl-e21-setup-summary-toolbar): Ditto.
6032         (wl-e21-setup-folder-toolbar): Ditto.
6033
6034         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6035         (wl-plugged-init-icons): Ditto.
6036
6037         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6038         `display-graphic-p'.
6039         (wl-plugged-set-folder-icon): Ditto.
6040         (wl-highlight-plugged-current-line): Ditto.
6041         (wl-highlight-folder-current-line): Ditto.
6042         (wl-e21-highlight-folder-group-line): Ditto.
6043         (wl-e21-setup-toolbar): Ditto.
6044         (wl-e21-display-image-p): New macro.
6045
6046         * wl-demo.el (wl-demo): Simplified.
6047         (wl-demo-image-type-alist): Use `image-type-available-p' for
6048         checking whether the image type `xbm' is available.
6049
6050 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6053         (wl-summary-input-range): Ditto.
6054
6055 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * wl-summary.el (wl-summary-edit-addresses): Use
6058         `wl-summary-get-original-buffer'
6059         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6060         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6061         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6062         (wl-summary-get-newsgroups): Eliminated.
6063         (wl-summary-set-crosspost): Ditto.
6064         (wl-summary-is-crosspost-folder): Ditto.
6065         (wl-crosspost-alist-load): Ditto.
6066         (wl-crosspost-alist-save): Ditto.
6067
6068         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6069         `elmo-setup-subscribed-newsgroups' instead of
6070         `elmo-nntp-make-groups-hashtb'.
6071         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6072         instead of `wl-crosspost-alist-save'.
6073
6074         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6075         of `elmo-folder-message-appendable-p'.
6076         (wl-mime-header-presentation-method): Eliminated.
6077
6078         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6079         (Error occurs in emacs21).
6080
6081         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6082         the current buffer).
6083
6084         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6085         instead of `wl-crosspost-alist-save'.
6086         (wl-init): `elmo-crosspost-message-alist-load'
6087         instead of `wl-crosspost-alist-load'
6088
6089         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6090         (wl-parse-newsgroups): Likewise.
6091         (wl-biff-notify): Run `wl-biff-notify-hook'.
6092
6093 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6096
6097         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6098         when `wl-summary-lazy-highlight' is non-nil.
6099         (wl-summary-goto-folder-subr): Highlight only when
6100         `wl-summary-lazy-highlight' is non-nil.
6101
6102         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6103         Don't display progress and highlight temp-mark when
6104         `wl-summary-lazy-highlight' is non-nil.
6105         (wl-highlight-summary-window): New function.
6106         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6107
6108 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6109
6110         * wl-summary.el (wl-summary-sync): Change `all-visible'
6111         from `all-shown'
6112         (wl-summary-input-range): Ditto.
6113
6114 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6115
6116         * wl-e21.el (wl-highlight-folder-current-line): Call
6117         `wl-folder-init-icons' when folder icons have not been initialized.
6118
6119         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6120
6121         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6122         (wl-demo-image-type-alist): New macro.
6123
6124 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6125
6126         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6127         display does not support graphics.
6128         (wl-plugged-init-icons): Ditto.
6129         (wl-folder-init-icons): Ditto.
6130
6131         * wl-demo.el (wl-demo): Chech closely whether the display
6132         supports graphics.
6133
6134 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-summary.el (wl-summary-get-original-buffer): New function.
6137         (wl-summary-set-crosspost): Use it.
6138         (wl-summary-target-mark-uudecode): Ditto.
6139         (wl-summary-reedit): Ditto.
6140         (wl-summary-resend-bounced-mail): Ditto.
6141         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6142         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6143
6144         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6145         (wl-message-display-internal): Ditto.
6146
6147 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6150
6151 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-summary.el (wl-summary-save-view): Renamed from
6154         `wl-summary-save-status'.
6155
6156 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-summary.el (wl-summary-sync): Added `all-shown'
6159
6160 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6163
6164 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6167
6168 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6169
6170         * wl-highlight.el (wl-highlight-summary-line-string): Use
6171         `zerop' instead of `= 0'.
6172         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6173
6174         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6175         for comparing numbers.
6176         (wl-template-prev): Use `zerop' instead of `eq 0'.
6177
6178         * wl-draft.el (wl-draft-insert-current-message): Use
6179         `with-current-buffer' instead of `save-excursion'.
6180         Use `zerop' instead of `eq 0'.
6181
6182 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl-draft.el (wl-draft-insert-ccs): New function.
6185         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6186         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6187
6188 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6191
6192 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-expire.el (wl-expire-refile): Don't call
6195         elmo-msgdb-add-msgs-to-seen-list;
6196         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6197         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6198
6199 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-message.el (wl-message-prev-page): Ignore errors while
6202         scroll-down.
6203
6204 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-mime.el: Use elmo-original-message-mode instead of
6207         mmelmo-original-mode.
6208
6209         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6210         `elmo-folder-get-spec';
6211         (wl-fldmgr-add-completion-all-completions):
6212         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6213
6214         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6215         of `elmo-folder-get-type'.
6216
6217         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6218         `elmo-folder-get-spec';
6219         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6220         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6221         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6222         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6223         `elmo-read-msg-no-cache';
6224         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6225         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6226         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6227         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6228         `elmo-cache-save';
6229         (wl-draft-reedit): Use `elmo-message-file-name'.
6230
6231         * wl-expire.el: Use `elmo-folder-name-internal';
6232         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6233         Use macro `wl-summary-buffer-msgdb' instead of variable
6234         `wl-summary-buffer-msgdb';
6235         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6236         Use macro `wl-summary-buffer-folder-name' instead of variable
6237         `wl-summary-buffer-folder-name'.
6238         * wl-score.el: Likewise.
6239
6240         * wl-message.el: Rewrite for new message buffer cache mechanism.
6241         (wl-message-buffer-cache-buffer-get): New macro.
6242         (wl-message-buffer-cache-folder-get): Ditto.
6243         (wl-message-buffer-cache-message-get): Ditto.
6244         (wl-message-buffer-cache-entry-make): Ditto.
6245         (wl-message-buffer-cache-hit): Ditto.
6246         (wl-message-buffer-cache-sort): New function.
6247         (wl-message-buffer-cache-add): Ditto.
6248         (wl-message-buffer-cache-delete): Ditto.
6249         (wl-message-buffer-cache-clean-up): Ditto.
6250         (wl-message-buffer-window): Rewrite.
6251         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6252         (wl-message-buffer-display): New function.
6253         (wl-message-display-internal): New function.
6254
6255 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-folder.el: Use `elmo-folder-name-internal';
6258         Use `wl-folder-get-elmo-folder';
6259         Use `elmo-folder-list-messages' instead of
6260         `elmo-list-folder';
6261         Use `elmo-folder-get-primitive-list' instead of
6262         `elmo-folder-get-primitive-spec-list';
6263         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6264         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6265         Use `elmo-folder-create' instead of `elmo-create-folder'.
6266         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6267         (wl-folder-get-elmo-folder): New macro.
6268         (wl-folder-elmo-folder-cache-get): Ditto.
6269         (wl-folder-elmo-folder-cache-put): Ditto.
6270         (wl-folder-suspend): Call `elmo-quit'.
6271
6272         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6273         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6274         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6275         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6276         (toplevel): require 'cl.
6277         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6278
6279         * wl-summary.el: Rewrite to use new elmo interface.
6280
6281 \f
6282 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * wl-mime.el (wl-draft-preview-message):
6285         Run `wl-draft-send-hook' before collecting recipients information;
6286         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6287
6288         * tm-wl.el (wl-draft-preview-message): Ditto.
6289
6290 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6293         wrong receipients are displayed when forwarded message.
6294
6295 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * Version number is increased to 2.5.7.
6298
6299 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6300
6301         * wl-message.el (wl-message-next-page): Bind
6302         `window-pixel-scroll-increment' to nil while scrolling up.
6303
6304 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6305
6306         * wl-vars.el (wl-save-hook): New hook.
6307         * wl.el (wl-save): Call `wl-save-hook'.
6308
6309 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6310
6311         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6312         Argument WITH-ARG instead of NO-ARG (negative mean).
6313         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6314         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6315         * wl-message.el (wl-message-follow-current-entity): Likewise.
6316
6317 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6318
6319         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6320         FROM was optional argument.
6321         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6322
6323 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6324
6325         * Version number is increased to 2.5.6.
6326
6327 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6328
6329         * wl-version.el (wl-version-show): Removed.
6330         (wl-version): Add `interactive'.
6331
6332 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6333
6334         * wl-summary.el (wl-summary-get-petname-func): New variable.
6335         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6336         instead of `wl-address-get-petname-1'.
6337         (wl-summary-simple-from): Ditto.
6338
6339         * wl-address.el (wl-address-get-petname-1): Define as function.
6340
6341 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6344         field in the original message.
6345         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6346
6347 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6348
6349         * wl-expire.el (wl-expire-hide):
6350         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6351
6352 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6355         find decoder for To, Cc, and Subject.
6356
6357 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6360         for checking `elmo-use-buffer-cache'.
6361         (wl-summary-mark-as-important): Fixed typo in comment.
6362
6363 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6366         field in the original message.
6367         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6368
6369 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6370
6371         * wl-expire.el (wl-expire-hide):
6372         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6373
6374 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6377         find decoder for To, Cc, and Subject.
6378
6379 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * Version number is increased to 2.5.5.
6382
6383         * wl-address.el (wl-address-specials-regexp): New constant.
6384         (wl-address-quote-specials): Use it.
6385
6386 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-summary.el (wl-summary-rescan):
6389         Call `wl-summary-buffer-number-column-detect'.
6390         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6391
6392         * wl-message.el (wl-message-mode-map): Define.
6393         (wl-message-decode): Use it as local-map.
6394
6395 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6398         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6399
6400 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6403
6404         * wl-mule.el (wl-read-event-char): Ditto.
6405
6406         * wl-e21.el (wl-read-event-char): Ditto.
6407
6408         * wl-nemacs.el (wl-read-event-char): Ditto.
6409         (read-event): Removed.
6410
6411         * wl-util.el (toplevel): Removed dummy definition of
6412         `read-event'.
6413         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6414
6415 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6416
6417         * wl-nemacs.el (elmo-archive-call-process): Moved to
6418         elmo-archive.el.
6419
6420 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6423         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6424
6425         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6426         instead of magic-number 6.  Use `not' instead of `null' for symbol
6427         `nil' check (not empty list).
6428         (wl-draft-insert-x-face-field): Fixed paren style.
6429
6430         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6431         one-branch conditional statement, instead of `and' and `if'.
6432         (wl-draft-forward): Likewise.
6433         (wl-draft-add-references): Likewise.
6434         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6435
6436         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6437         conditional steatment.  Use `cond' instead of `if'.
6438         (wl-draft-confirm): Likewise.
6439
6440 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6441
6442         * wl-version.el (wl-version-show): Use `product-string-1'
6443         instead of `wl-version'.
6444         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6445
6446         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6447
6448 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6449
6450         * wl-highlight.el (wl-highlight-headers): Revert
6451         `wl-highlight-x-face-func' argument (`beg' and `end').
6452
6453 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6454
6455         * wl.el (toplevel): Move `product-provide' declare.
6456         * wl-demo.el (toplevel): Ditto.
6457         * wl-dnd.el (toplevel): Ditto.
6458         * wl-highlight.el (toplevel): Ditto.
6459         * wl-message.el (toplevel): Ditto.
6460         * wl-refile.el (toplevel): Ditto.
6461         * wl-util.el (toplevel): Ditto.
6462
6463 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6466         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6467         (wl-thread-close-all): keep cursor position.
6468
6469 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6470
6471         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6472         (eq x 0).
6473         (wl-generate-user-agent-string-1): Fix conditional statement.
6474
6475 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl.el (wl-check-environment): Additional check for
6478         'wl-local-domain' and `wl-message-id-domain'.
6479
6480 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6481
6482         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6483
6484 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6487         instead of `smtp-sasl-user-realm'.
6488
6489 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6492
6493 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6494
6495         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6496         to the default value as well as `eword-lexical-analyzer'.
6497
6498 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6499
6500         * wl-version.el (wl-extended-emacs-version,
6501         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6502         `elmo-match-string' instead of `wl-match-string'.
6503
6504 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6505
6506         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6507         docstring.
6508
6509 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6510
6511         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6512
6513 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6514
6515         * wl-highlight.el (wl-highlight-headers): Remove
6516         `wl-highlight-x-face-func' argument (`beg' and `end').
6517
6518 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-summary.el (wl-summary-mark-as-important):
6521         Remove cache if folder is local.
6522
6523 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6524
6525         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6526         to get existing e-mail address string.
6527
6528 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6529
6530         * wl-version.el (wl-generate-user-agent-string): Commentary.
6531         (wl-generate-user-agent-string-1): Use `when' for
6532         one-branch conditional statement, instead of `and' and `if'.
6533         (wl-extended-emacs-version, wl-extended-emacs-version2,
6534         wl-extended-emacs-version3): Ditto.
6535
6536 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6539         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6540         condition-case; Remove initialization.
6541         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6542         (wl-summary-sync-update3): Added argument `sync-all';
6543         Eliminated local variable `msgdb';
6544         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6545         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6546         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6547
6548 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6549
6550         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6551         connection before call `wl-draft-send-mail-with-smtp'.
6552
6553 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * Version number is increased to 2.5.4.
6556
6557 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl.el (wl-check-environment): Additional check for
6560         'wl-local-domain' and `wl-message-id-domain'.
6561
6562 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6565         buffer as command specific.
6566         (wl-folder-mark-as-read-all-entity): Ditto.
6567         (wl-folder-prefetch-entity): Ditto.
6568         (wl-folder-drop-unsync-entity): Ditto.
6569
6570         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6571         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6572         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6573
6574         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6575         save-excursion.
6576
6577 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * Version number is increased to 2.5.3.
6580
6581         * wl-summary.el (wl-summary-save-view-cache):
6582         Delete duplicated `write-region';
6583         Use `write-region-as-binary' instead of `as-binary-output-file' and
6584         `write-region'.
6585
6586 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6587
6588         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6589
6590 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6593         instead of `smtp-via-smtp'.
6594
6595 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6598
6599 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6602         instead of `smtp-sasl-user-realm'.
6603
6604 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6607
6608 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * Version number is increased to 2.5.2.
6611
6612 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6615         does not exist.
6616         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6617         (wl-biff-start): Call `timer-activate' if timer already exists.
6618
6619         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6620         only when it is bound as function.
6621
6622 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * Version number is increased to 2.5.1.
6625
6626 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6629         Print refile/copy destination.
6630
6631 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6634         queue-flush-only is non-nil.
6635
6636         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6637
6638         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6639         checking cache folder.
6640
6641 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6642
6643         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6644         `regexp-quote'.
6645
6646 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6647
6648         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6649         function.
6650         * wl-summary.el (wl-summary-write-current-folder-functions):
6651         Change default value.  Use it.
6652
6653 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * Version number is increased to 2.5.0.
6656
6657         * wl-version.el (wl-version): Changed codename.
6658
6659 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6662         (wl-summary-supersedes-message): Ditto.
6663
6664 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6665
6666         * wl-refile.el (wl-refile-guess-functions): Renamed from
6667         `wl-refile-guess-func-list'.
6668
6669 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6670
6671         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6672         Fixed problem when no rule was matched.
6673
6674 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6675
6676         * wl-summary.el (wl-summary-get-mark): Fixed
6677         `wl-summary-buffer-target-mark' check logic.
6678
6679 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6680
6681         * wl-folder.el (wl-folder-write-current-folder): Added group
6682         folder check.
6683
6684         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6685         `wl-summary-write-current-newsgroup'.
6686         (wl-summary-write-current-folder-functions): New variable.
6687         * wl-folder.el (wl-folder-get-newsgroups): New function.
6688         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6689         (wl-folder-write-current-folder): Renamed from
6690         `wl-folder-write-current-newsgroup'.
6691
6692 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * Version number is increased to 2.3.93.
6695
6696 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6699         (wl-ldap-make-matched-value-list): Ditto.
6700         (wl-ldap-alias-safe-string): Split e-mail address.
6701
6702         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6703         petname folder default was selected.
6704         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6705         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6706
6707 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6710         to `wl-draft-config-exec'.
6711
6712         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6713         instead of calling `wl-draft-config-exec';
6714         Process group-list and show recipients in minibuffer.
6715
6716         * tm-wl.el (wl-draft-preview-message): Ditto.
6717
6718 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6719
6720         * wl.el (toplevel): Added (C) to copyright notice, and
6721         sync Author header.
6722         * tm-wl.el (toplevel): Ditto.
6723         * wl-address.el (toplevel): Ditto.
6724         * wl-demo.el (toplevel): Ditto.
6725         * wl-dnd.el (toplevel): Ditto.
6726         * wl-draft.el (toplevel): Ditto.
6727         * wl-e21.el (toplevel): Ditto.
6728         * wl-expire.el (toplevel): Ditto.
6729         * wl-folder.el (toplevel): Ditto.
6730         * wl-highlight.el (toplevel): Ditto.
6731         * wl-message.el (toplevel): Ditto.
6732         * wl-mime.el (toplevel): Ditto.
6733         * wl-mule.el (toplevel): Ditto.
6734         * wl-nemacs.el (toplevel): Ditto.
6735         * wl-refile.el (toplevel): Ditto.
6736         * wl-score.el (toplevel): Ditto.
6737         * wl-summary.el (toplevel): Ditto.
6738         * wl-template.el (toplevel): Ditto.
6739         * wl-thread.el (toplevel): Ditto.
6740         * wl-util.el (toplevel): Ditto.
6741         * wl-vars.el (toplevel): Ditto.
6742         * wl-xmas.el (toplevel): Ditto.
6743
6744 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6745
6746         * wl.el (wl-init): Added comment about `wl-init-hook'.
6747         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6748         * wl-vars.el (wl-init-hook): Added docs.
6749         (wl-make-plugged-hook): Removed useless docs.
6750         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6751         * wl-xmas.el (toplevel): Ditto.
6752
6753 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6754
6755         * wl-address.el (toplevel): Fixed multiple Author header format.
6756         * wl-demo.el (toplevel): Ditto.
6757         * wl-draft.el (toplevel): Ditto.
6758         * wl-folder.el (toplevel): Ditto.
6759         * wl-summary.el (toplevel): Ditto.
6760         * wl-thread.el (toplevel): Ditto.
6761         * wl-util.el (toplevel): Ditto.
6762         * wl-vars.el (toplevel): Ditto.
6763         * wl-version.el (toplevel): Ditto.
6764         * wl-xmas.el (toplevel): Ditto.
6765         * wl.el (toplevel): Ditto.
6766
6767         * wl-version.el (toplevel): Added require `elmo-version' for
6768         `product-version-as-string'.
6769
6770 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-vars.el (wl-draft-send-hook): Changed default value to
6773         '(wl-draft-config-exec).
6774
6775         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6776         explicitly.
6777         (wl-draft): Set `wl-draft-config-exec-flag' before running
6778         `wl-mail-setup-hook'.
6779
6780         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6781         `wl-biff-init-icons' to `wl-init-hook' instead of
6782         `wl-make-plugged-hook'.
6783         (Because if `wl-draft' command is invoked at first,
6784         they are not initialized)
6785         Updated copyright notice.
6786
6787         * wl-e21.el (toplevel): Ditto;
6788
6789         * wl-demo.el (toplevel): Updated copyright notice.
6790         * wl-address.el (toplevel): Ditto.
6791         * wl-draft.el (toplevel): Ditto.
6792         * wl-version.el (toplevel): Ditto.
6793         * wl-folder.el (toplevel): Ditto.
6794         * wl-summary.el (toplevel): Ditto.
6795         * wl-thread.el (toplevel): Ditto.
6796         * wl-util.el (toplevel): Ditto.
6797         * wl-vars.el (toplevel): Ditto.
6798         * wl.el (toplevel): Ditto.
6799
6800 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-highlight.el (wl-highlight-message): Fixed problem of
6803         highlighting failure which occured when the last field contains
6804         multiple lines in the draft buffer.
6805
6806         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6807         `wl-biff-start' if plugged.
6808
6809         * wl-util.el (wl-biff-check-folder): New function.
6810         (wl-biff-check-folders): Don't set session name prefix.
6811         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6812         (wl-biff-check-folder-async): Ditto.
6813
6814         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6815         in email address.
6816
6817 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6818
6819         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6820
6821         * wl-draft.el (wl-draft-strip-subject-re): New function.
6822
6823         * wl-draft.el (wl-draft-reply): Use it.
6824
6825 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-message.el (wl-mmelmo-message-redisplay): Use
6828         `mime-display-message' instead of `wl-mime-display-message'.
6829
6830         * wl-mime.el (toplevel): Removed compatibility workaround
6831         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6832         (wl-mime-display-message): Abolished.
6833         (wl-mime-entity-read-field): Ditto.
6834         (wl-mime-combine-message/partial-pieces): Use
6835         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6836
6837 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6838
6839         * wl-template.el: Doc fixes.
6840
6841 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6842
6843         * wl-e21.el (wl-message-overload-functions): Do nothing if
6844         `current-local-map' is not available.
6845         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6846
6847 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6848
6849         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6850         representation.
6851
6852         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6853         number.
6854         (wl-fldmgr-save-folders): Don't use `format' when insert
6855         `wl-fldmgr-folders-header'.
6856
6857 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6858
6859         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6860
6861 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-highlight.el (wl-highlight-message):
6864         Use `std11-field-end' to detect end point of the header field.
6865         Refer `wl-highlight-max-header-size'.
6866
6867         * wl-vars.el (wl-highlight-max-header-size): New variable.
6868
6869         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6870
6871         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6872         Set `for-draft' argument of wl-highlight-headers.
6873         (wl-draft): Ditto.
6874         (wl-draft-reedit): Ditto.
6875         (wl-user-agent-compose-internal): Ditto.
6876
6877 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6878
6879         * wl-message.el (wl-message-add-button): Use overlay.
6880
6881 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6884
6885         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6886         problem when group-list content is nothing.
6887         (Reported by Mito <mit@nines.nec.co.jp>)
6888
6889 2000-10-18  SAITO Atsunori <sai@yedo.com>
6890
6891         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6892
6893 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6894
6895         * tm-wl.el (toplevel): Use product-provide.
6896
6897 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * Version number is increased to 2.3.92.
6900
6901 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6902
6903         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6904         title text, use `display' property for left margin under Emacs 21.
6905
6906         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6907         properties.
6908         (wl-plugged-init-icons): Ditto.
6909
6910 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6911
6912         * wl.el (wl-save-status, wl-init): Remove last period in
6913         "...done." message.
6914         * tm-wl.el (wl-summary-burst): Ditto.
6915         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6916         wl-summary-resume-cache-status,
6917         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6918         wl-summary-sync-update3, wl-summary-highlight-msgs,
6919         wl-summary-flush-pending-append-operations,
6920         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6921         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6922         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6923         wl-thread-open-all): Ditto.
6924         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6925         * wl-mime.el (wl-summary-burst): Ditto.
6926         * wl-highlight.el (wl-highlight-summary): Ditto.
6927         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6928         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6929         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6930         * wl-address.el (wl-local-address-init): Ditto.
6931
6932 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6933
6934         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6935         `add-text-properties'.
6936         (wl-plugged-init-icons): Ditto.
6937         (wl-folder-init-icons): Use `propertize' instead of
6938         `put-text-property'.
6939         (wl-plugged-set-folder-icon): Ditto.
6940         (wl-e21-highlight-folder-group-line): Ditto.
6941
6942 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-version.el (wl-version-status-alist): New variable.
6945         (wl-version-status): New function.
6946
6947         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6948         "Cc" part of the case "Reply-To".
6949
6950         * wl-draft.el (wl-draft-reply): Use result of
6951         `eword-extract-address-components'.
6952
6953         * wl-demo.el (wl-demo-icon-name): New constant.
6954         (wl-logo-xpm): Use it.
6955         (wl-logo-xbm): Ditto.
6956         (wl-logo-bitmap): Ditto.
6957
6958         * Version number is increased to 2.3.91.
6959
6960 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6961
6962         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6963         (wl-extended-emacs-version, wl-extended-emacs-version2,
6964         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6965         docstring.
6966
6967         * wl-version.el (wl-generate-user-agent-string-1): New function.
6968         (wl-generate-user-agent-string): Use it.
6969
6970         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6971         `mime-edit-insert-user-agent-field'.
6972         (wl-generate-user-agent-string): Check
6973         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6974
6975         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6976         instead of `if', when verbose case.
6977
6978 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6979
6980         * wl-expire.el (wl-summary-expire): Fix.
6981
6982 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6985         and `elmo-lost+found-folder' if 'wl-draft.
6986         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6987
6988 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * wl-expire.el (wl-summary-expire): Change messages.
6991         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6992         `deleing-info' instead of "Deleting..."
6993
6994 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6995
6996         * wl-summary.el (wl-summary-refile-subr): Fix.
6997
6998 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6999
7000         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7001         if pipe folder.
7002
7003 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7006
7007 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7008
7009         * wl-expire.el (wl-expire-hide): New function.
7010         (wl-summary-expire): Add `hide'.
7011
7012 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-vars.el (wl-draft-reply-without-argument-list):
7015         Changed default value to consider `Reply-To:'.
7016         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7017
7018         * Version number is increased to 2.3.90.
7019
7020         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7021         elmo-imap4-get-session with unwind-protect.
7022         Don't cause error.
7023         (wl-summary-sync-marks): Don't check plugged nor folder type.
7024         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7025         (Always keep current buffer).
7026
7027 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7028
7029         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7030         Enclose with `save-excursion'.
7031
7032 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7033
7034         * wl-version.el (wl-version): Remove interactive.
7035
7036 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-version.el (wl-generate-user-agent-string): Use
7039         `product-string-verbose' instead of `product-string-1'.
7040
7041 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7042
7043         * wl-vars.el (wl-draft-use-cache): New variable.
7044         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7045         if wl-draft-use-cache is non-nil.
7046
7047 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7048
7049         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7050         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7051
7052 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7055         (wl-thread-msg-mark-as-unread): Ditto.
7056
7057         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7058         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7059         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7060         Don't set mark in summary if return value of `elmo-mark-as-read'
7061         is nil.
7062         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7063         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7064         instead of `wl-thread-msg-mark-as-read'.
7065         (wl-summary-mark-as-unread-region): Ditto.
7066         (wl-summary-target-mark-mark-as-read): Ditto.
7067
7068         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7069
7070 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7073
7074         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7075
7076 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7079         face.
7080
7081 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7082
7083         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7084         `running-xemacs'.
7085
7086 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7087
7088         * wl-version.el (toplevel): Use `product-version-as-string' for
7089         set verstion-string, if defined.
7090
7091         * wl-version.el (wl-version-show): Insert string at point, when
7092         call with argument.
7093
7094         * wl-version.el (wl-generate-user-agent-string): Use
7095         `product-string-1' instead of `wl-appname', `wl-version' and
7096         `wl-codename'.
7097
7098 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-address.el (toplevel): Use product-provide.
7101         * wl-demo.el (toplevel): Ditto.
7102         * wl-dnd.el (toplevel): Ditto.
7103         * wl-draft.el (toplevel): Ditto.
7104         * wl-e21.el (toplevel): Ditto.
7105         * wl-expire.el (toplevel): Ditto.
7106         * wl-fldmgr.el (toplevel): Ditto.
7107         * wl-folder.el (toplevel): Ditto.
7108         * wl-highlight.el (toplevel): Ditto.
7109         * wl-message.el (toplevel): Ditto.
7110         * wl-mime.el (toplevel): Ditto.
7111         * wl-mule.el (toplevel): Ditto.
7112         * wl-nemacs.el (toplevel): Ditto.
7113         * wl-refile.el (toplevel): Ditto.
7114         * wl-score.el (toplevel): Ditto.
7115         * wl-summary.el (toplevel): Ditto.
7116         * wl-template.el (toplevel): Ditto.
7117         * wl-thread.el (toplevel): Ditto.
7118         * wl-util.el (toplevel): Ditto.
7119         * wl-vars.el (toplevel): Ditto.
7120         * wl-xmas.el (toplevel): Ditto.
7121         * wl.el (toplevel): Ditto.
7122
7123 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7124
7125         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7126         instead of product.
7127
7128         * wl-version.el (wl-version): Compile time evalution elmo-version.
7129
7130 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7131
7132         * wl-summary.el (wl-summary-sync-force-update): Append queue
7133         `mark-as-read'if unplugged.
7134
7135 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7136
7137         * wl-version.el: New file.  Use product.el.
7138         * wl.el: add (require 'wl-version).
7139         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7140         for ~/.folders header.
7141         (wl-fldmgr-folders-header): Changed.
7142         * wl-demo.el (wl-demo): Use product.el.
7143
7144         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7145         wl-version.el.
7146         * wl-util.el (wl-version, wl-version-show): Ditto.
7147
7148         * wl-util.el (wl-generate-user-agent-string,
7149         wl-extended-emacs-version, wl-extended-emacs-version2,
7150         wl-extended-emacs-version3): Move to wl-version.el.
7151         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7152         xemacs-codename, mime-edit-insert-user-agent-field,
7153         mime-edit-user-agent-value, mime-editor/version,
7154         mime-editor/codename): Compile warning killer move to
7155         wl-version.el
7156
7157 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-summary.el (wl-summary-refile-subr): Fix.
7160
7161 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7164         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7165
7166 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7167
7168         * wl.el (wl-check-environment): Check too many `@'.
7169
7170 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7171
7172         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7173
7174 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7175
7176         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7177         wl-draft-reply-myself-without-argument-list): Add variables.
7178         * wl-draft.el (wl-draft-reply): Use it.
7179
7180 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7181
7182         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7183         the 5th argument of `elmo-network-get-spec'.
7184
7185         * wl-thread.el (wl-thread-reparent-children): New inline function.
7186         (wl-thread-delete-message): Use it.
7187
7188         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7189         (wl-summary-score-update-all-lines): Don't use `dolist'.
7190
7191 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7192
7193         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7194         (require 'elmo-msgdb) for inline function.
7195
7196 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7197
7198         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7199
7200 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7201
7202         * wl-score.el (wl-score-headers): Fix for the confusing macro
7203         `elmo-kill-buffer'.
7204
7205 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7206
7207         * wl-summary.el: Don't use the 3rd argument of `require' because
7208         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7209         * wl-util.el: Ditto.
7210         * wl-draft.el: Ditto.
7211
7212 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7213
7214         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7215         window system is not used.
7216
7217 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7218
7219         * wl-thread.el: Don't use `mapcar' only for iteration.
7220         (wl-thread-resume-entity): Ditto.
7221         (wl-thread-delete-message): Ditto.
7222
7223         * wl-summary.el: Bind `dragdrop-drop-functions',
7224         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7225         of `require' for `timezone', `easymenu' and `ps-print';
7226         don't use `mapcar' only for iteration.
7227
7228         * wl-util.el: Bind `mule-version', `nemacs-version',
7229         `emacs-beta-version', `xemacs-codename',
7230         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7231         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7232         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7233         only for iteration.
7234
7235         * wl-score.el: Don't use `mapcar' only for iteration.
7236         (wl-score-simplify-buffer-fuzzy): Ditto.
7237         (wl-score-simplify-subject): Ditto.
7238         (wl-score-headers): Ditto.
7239         (wl-summary-score-update-all-lines): Ditto.
7240
7241         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7242         `enable-multibyte-characters' and `mule-version'.
7243
7244         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7245         `mapcar' only for iteration.
7246
7247         * wl-demo.el: Don't use `mapcar' only for iteration.
7248
7249         * wl-folder.el: Don't use `mapcar' only for iteration.
7250         (wl-folder-open-all): Ditto.
7251         (wl-folder-count-incorporates): Ditto.
7252
7253         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7254         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7255
7256         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7257         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7258         `smtp-connection-type'; specify 3rd argument of `require' for
7259         `timezone'; don't use `mapcar' only for iteration.
7260         (wl-draft-clone-local-variables): Don't use `mapcar'.
7261         (wl-draft-generate-clone-buffer): Ditto.
7262         (wl-user-agent-compose-internal): Ditto.
7263
7264         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7265
7266         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7267         (wl-save-status): Ditto.
7268
7269         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7270         for iteration.
7271
7272 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7275         removed `Date'.
7276         (wl-fldmgr-make-filter-default): New user option.
7277
7278         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7279         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7280         (wl-fldmgr-filter-completion-alist): Abolish.
7281
7282         * wl.el (wl): Don't check servers if arg is non-nil.
7283
7284         * wl-draft.el (wl-draft-reply): Set only message-id string to
7285         In-Reply-To field.
7286
7287 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-summary.el (wl-summary-pick): Rewrite.
7290
7291         * wl-draft.el (wl-draft-forward): Get references field from
7292         original buffer.
7293         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7294
7295 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7296
7297         * wl-draft.el (wl-draft-forward): Add references field.
7298
7299 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7302         (wl-draft-reply): Use it.
7303
7304 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7305
7306         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7307         when Emacs 21 is running.
7308
7309         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7310         bindings.
7311
7312 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7313
7314         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7315         XPM icons transparent.
7316
7317         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7318         Emacs 21.
7319
7320 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7323         nil.
7324
7325         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7326         when it is persistent.
7327         (wl-summary-sync-marks): Changed argument for
7328         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7329         (wl-summary-virtual): Use `elmo-read-search-condition'.
7330         (wl-summary-redisplay-internal): If folder is local, mark as read
7331         even when folder is plugged.
7332
7333 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7334
7335         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7336         of `tool-bar-lines' in the frame parameters.
7337         (after-make-frame-functions, post-command-hook): Don't modify the
7338         value.
7339         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7340         wl-e21-tool-bar-lines): Removed.
7341
7342 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7343
7344         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7345         properties `evaporate' and `wl-momentary-overlay' as well.
7346         (wl-highlight-summary-displaying): Ditto.
7347         (wl-delete-all-overlays): Don't delete overlay which does not have
7348         a property `wl-momentary-overlay'.
7349
7350         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7351         `display-mouse-p' and `display-graphic-p'.
7352         (wl-folder-init-icons): Don't search for XBM or the other files.
7353         (wl-plugged-set-folder-icon): Make icons if and only if
7354         `display-graphic-p' returns non-nil.
7355         (wl-highlight-plugged-current-line): Use `before-string' overlay
7356         property to show icon images.
7357         (wl-highlight-folder-current-line): Ditto.
7358         (wl-e21-highlight-folder-group-line): Ditto.
7359         (wl-e21-highlight-folder-by-numbers): Ditto.
7360         (wl-e21-insert-image): Removed.
7361         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7362         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7363         said.
7364         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7365         `wl-e21-force-switch-toolbar'.
7366         (wl-e21-make-icon-image): Removed.
7367         (wl-e21-setup-toolbar): Don't search for XBM files.
7368         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7369         the default value.
7370
7371 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * wl-util.el (wl-biff-check-folder-async): Set
7374         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7375
7376 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7377
7378         * wl-e21.el (after-make-frame-functions): Add
7379         `wl-e21-force-switch-toolbar'.
7380         (wl-e21-force-switch-toolbar): New function force to switch the
7381         toolbar appearance automatically.
7382         (post-command-hook): Add `wl-e21-switch-toolbar'.
7383         (wl-e21-switch-toolbar): New function to switch the toolbar
7384         appearance automatically.
7385         (wl-e21-tool-bar-lines): New buffer local variable.
7386
7387 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-util.el (wl-biff-check-folders-running): New variable.
7390         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7391         (wl-biff-check-folder-async-callback):
7392         Set `wl-biff-check-folders-running'.
7393         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7394         with unwind-protect.
7395
7396         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7397         Enclose `wl-folder-auto-check' with unwind-protect.
7398
7399         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7400         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7401
7402         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7403
7404         * wl-util.el (wl-biff-notify): New inline function.
7405         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7406         locally.
7407         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7408         folder-list' is 1.
7409         Use `wl-biff-notify'.
7410         (wl-biff-check-folder-async-callback): New function.
7411         (wl-biff-check-folder-async): Ditto.
7412
7413         * wl-folder.el (wl-folder): Don't check folders.
7414         (wl-folder-auto-check): New function.
7415
7416 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7417
7418         * wl-util.el (wl-biff-start) [Emacs19+]:
7419         Use `timer-next-integral-multiple-of-time'.
7420         (wl-biff-check-folders): Use `wl-default-folder'
7421         if `wl-biff-check-folder-list' is nil.
7422
7423 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7424
7425         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7426         instead of `elmo-delete-lists'.
7427
7428 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7429
7430         * wl.el (wl-plugged-toggle-all): Set the value of
7431         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7432         (wl-plugged-toggle): Ditto.
7433         (wl-toggle-plugged): Ditto.
7434         (wl-plugged-init): Ditto.
7435
7436         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7437         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7438         instead of `wl-biff-state-indicator-off' and
7439         `wl-biff-state-indicator-on'; don't modify the value and the type
7440         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7441         (wl-plugged-init-icons): Set icons data to
7442         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7443         instead of `wl-plug-state-indicator-off' and
7444         `wl-plug-state-indicator-on'; don't modify the value and the type
7445         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7446
7447         * wl-vars.el (wl-modeline-biff-state-off,
7448         wl-modeline-biff-state-on, wl-modeline-biff-status,
7449         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7450         wl-modeline-plug-status): New internal variables.
7451         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7452         wl-biff-check-interval, wl-biff-check-folder-list): Change
7453         customization group from `wl-folder' to `wl-highlight'.
7454         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7455         wl-show-plug-status-on-modeline): Defcustomized.
7456
7457         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7458         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7459         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7460         a flag to `mode-line-buffer-identification'.
7461
7462         * wl-e21.el (wl-biff-init-icons): Set icons data to
7463         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7464         instead of `wl-biff-state-indicator-off' and
7465         `wl-biff-state-indicator-on'.
7466         (wl-plugged-init-icons): Set icons data to
7467         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7468         instead of `wl-plug-state-indicator-off' and
7469         `wl-plug-state-indicator-on'.
7470
7471 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7472
7473         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7474         excessive titles.
7475
7476 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7477
7478         * wl.el (wl-plugged-mode): Use revised
7479         `wl-mode-line-buffer-identification'.
7480         (wl-plugged-init): Don't use `force-mode-line-update'.
7481
7482         * wl-xmas.el (wl-draft-overload-functions): Use revised
7483         `wl-mode-line-buffer-identification'.
7484         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7485         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7486         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7487         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7488         `wl-make-plugged-hook';
7489         add `wl-folder-init-icons' and `wl-setup-folder' to
7490         `wl-folder-mode-hook'.
7491
7492         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7493         19 as well.
7494         (wl-mode-line-display-priority-list): New user option.
7495         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7496         Defcustomized.
7497         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7498         Add docs.
7499
7500         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7501         start.
7502         (wl-mode-line-buffer-identification): Revised as a function.
7503
7504         * wl-summary.el (wl-summary-mode): Use revised
7505         `wl-mode-line-buffer-identification'; don't call
7506         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7507         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7508         `wl-xmas-setup-summary'.
7509
7510         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7511         `wl-mode-line-buffer-identification'.
7512
7513         * wl-mule.el (wl-draft-overload-functions): Use revised
7514         `wl-mode-line-buffer-identification'.
7515
7516         * wl-folder.el (wl-make-plugged-alist): Don't call
7517         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7518         (wl-folder): Don't call `wl-folder-init-icons' directly.
7519         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7520         `wl-xmas-setup-folder' directly;
7521         use revised `wl-mode-line-buffer-identification'.
7522         (TopLevel): Don't bind `wl-biff-init-icons',
7523         `wl-plugged-init-icons', `wl-folder-init-icons',
7524         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7525
7526         * wl-e21.el (wl-draft-overload-functions): Use revised
7527         `wl-mode-line-buffer-identification'.
7528         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7529         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7530         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7531         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7532         `wl-make-plugged-hook';
7533         add `wl-folder-init-icons' and `wl-setup-folder' to
7534         `wl-folder-mode-hook'.
7535
7536 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7537             Katsumi Yamaoka    <yamaoka@jpl.org>
7538
7539         * wl.el (wl): Call `wl-biff-start'.
7540         (wl-exit): Call `wl-biff-stop'.
7541         (wl-plugged-mode): Show biff in modeline.
7542         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7543
7544         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7545         (wl-biff-init-icons): New function.
7546         (wl-plugged-init-icons): Don't make too much keymaps.
7547         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7548
7549         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7550         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7551         variables.
7552         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7553         options.
7554
7555         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7556         wl-biff-start, wl-biff-stop): New functions.
7557         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7558         (wl-biff-timer-name): New variable.
7559
7560         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7561
7562         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7563         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7564
7565         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7566         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7567
7568         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7569         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7570         `wl-folder-init-icons' to `ignore' if they are not available.
7571         (wl-folder-mode): Show biff in modeline.
7572
7573         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7574         (wl-biff-init-icons): New function.
7575         (wl-plugged-init-icons): Don't make too much keymaps.
7576         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7577
7578 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7579
7580         * wl-vars.el (wl-strict-diff-folders): Customization Type
7581         and doc fix.  Define as a list of regular expressions for
7582         folders or nil.
7583         * wl-folder.el (wl-folder-check-one-entity): Use
7584         `wl-string-match-member' instead of `wl-string-member' for
7585         `wl-strict-diff-folders'.
7586
7587 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7588
7589         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7590         (wl-highlight-folder-current-line): Use it; new implementation.
7591         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7592         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7593         `defsubst' instead of `defun'.
7594
7595         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7596         `wl-highlight-group-folder-by-numbers'; made it can also be a
7597         number.  See info for more details.
7598
7599         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7600         running.
7601
7602         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7603         to bind them.
7604
7605         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7606         (wl-highlight-folder-current-line): New implementation.
7607
7608         * wl-highlight.el (wl-highlight-folder-group-line): New
7609         implementation.
7610         (wl-delete-all-overlays): Rewrite as a marco.
7611         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7612
7613         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7614         running.
7615         (wl-folder-*-glyph): No need to bind them.
7616
7617         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7618         `wl-e21-highlight-folder-group-icon'; rewrite.
7619         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7620         `defsubst' instead of `defun'.
7621         (wl-folder-mode-map): Bind it when compiling.
7622
7623 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7626
7627         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7628
7629 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7630
7631         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7632
7633 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7634
7635         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7636         (wl-highlight-folder-current-line): Use it.
7637
7638         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7639         in `id-name'.
7640
7641 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7642
7643         * wl.el: Require `wl-e21' when Emacs 21 is running.
7644
7645         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7646         default when Emacs 21 is running.
7647         (wl-use-highlight-mouse-line): Ditto.
7648         (wl-on-emacs21): New constant.
7649         (wl-on-emacs20): Removed.
7650
7651         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7652         Emacs 21 is running.
7653
7654         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7655         Emacs 21 is running.
7656
7657         * wl-e21.el: New file.
7658
7659 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7660
7661         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7662         (wl-toggle-plugged): Ditto.
7663         (wl-plugged-toggle): Ditto.
7664         (wl-plugged-toggle-all): Ditto.
7665
7666         * wl-vars.el (wl-plug-state-indicator): Refer
7667         `wl-plug-state-indicator-on' indirectly.
7668
7669 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7672         Call `wl-folder-confirm-existence'.
7673
7674         * wl-folder.el (wl-folder-confirm-existence): Added optional
7675         argument `force'.
7676
7677 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7678
7679         * wl-summary.el (wl-summary-refile-subr): Assume
7680         `copy-or-refile' as symbol.
7681         (wl-summary-refile): Follow up above change.
7682         (wl-summary-copy): Ditto.  Doc fix.
7683
7684 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * wl-summary.el (wl-summary-pick): Don't bind
7687         `elmo-search-mime-charset'.
7688
7689         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7690         default using old backquote style.
7691         (wl-search-mime-charset): Abolished.
7692
7693         * wl-highlight.el (wl-highlight-headers):
7694         Call `point' after `re-search-forward'(for Nemacs).
7695
7696         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7697         for elmo-imap4.el.
7698
7699 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7700
7701         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7702         `wl-message-ignored-field-list' instead of
7703         `mime-view-ignored-field-list'.
7704
7705         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7706         Add interactive spec.
7707         (wl-folder-goto-bottom-of-current-folder): Ditto.
7708         (wl-folder-mode-map): Bind them.
7709
7710         * wl-vars.el (wl-message-ignored-field-list): New variable.
7711         (wl-message-visible-field-list): New variable.
7712
7713         * wl-mime.el (wl-mime-header-presentation-method): New function.
7714         (wl-mime-setup): Set header-presentation-method.
7715
7716 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7717
7718         * wl-nemacs.el (wl-draft-overload-functions): Set
7719         `mode-line-buffer-identification' instead of using
7720         `wl-make-modeline'.
7721
7722         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7723         instead of using `wl-make-modeline'.
7724
7725         * wl-xmas.el (wl-plugged-init-icons): Set up
7726         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7727         (wl-make-modeline): Abolish.
7728         (wl-draft-overload-functions): Set
7729         `mode-line-buffer-identification' instead of using
7730         `wl-make-modeline'.
7731
7732         * wl-util.el (wl-make-modeline-subr): Abolish.
7733         (wl-mode-line-buffer-identification): New alias.
7734
7735         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7736         (wl-summary-make-modeline): Abolish.
7737         (wl-summary-buffer-set-folder): Set
7738         `wl-summary-buffer-folder-indicator'.
7739         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7740         of using `wl-make-modeline'.
7741         (wl-summary-switch-to-clone-buffer): Don't set
7742         `mode-line-buffer-identification'.
7743         (wl-summary-goto-folder-subr): Ditto.
7744
7745         * wl-mule.el (wl-draft-overload-functions): Set
7746         `mode-line-buffer-identification' instead of using
7747         `wl-make-modeline'.
7748
7749         * wl-folder.el (wl-folder-mode): Set
7750         `mode-line-buffer-identification' instead of using
7751         `wl-make-modeline'.
7752         (wl-folder): Don't set `mode-line-buffer-identification'.
7753
7754 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7755
7756         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7757         instead of `member' for `wl-refile-guess-func-list' look-ups.
7758         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7759
7760 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7761
7762         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7763         `wl-message-button-dispatcher'.
7764
7765         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7766
7767         * wl-message.el (wl-message-button-dispatcher): Use it.
7768
7769         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7770         "In-Reply-To".
7771
7772         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7773         Bind `case-fold-search' to t.
7774
7775 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7776
7777         * wl-xmas.el (wl-message-overload-functions): Initialize
7778         `wl-message-button-map'.
7779
7780         * wl-mule.el (wl-message-overload-functions): Initialize
7781         `wl-message-button-map'.
7782
7783         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7784
7785         * wl-message.el (wl-message-button-map): New keymap.
7786         (wl-message-add-button): New function.
7787         (wl-message-button-dispatcher): New function.
7788         (wl-message-button-refer-article): New function.
7789
7790         * wl-highlight.el
7791         (wl-highlight-message-add-buttons-to-header): New function.
7792         (wl-highlight-headers): Use it.
7793
7794 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7795
7796         * wl-summary.el (wl-summary-default-from): Use
7797         `wl-address-get-petname-1'.
7798         (wl-summary-simple-from): Ditto.
7799
7800         * wl-address.el (wl-address-get-petname-1): New inline function.
7801         (wl-address-get-petname): Use it.
7802
7803 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7804
7805         * wl-summary.el (wl-summary-default-from): Return full-name part
7806         from the address if no petname was found.
7807         (wl-summary-simple-from): Ditto.
7808
7809         * wl-address.el (wl-address-get-petname): Return nil if no petname
7810         associated with the address was found.
7811
7812 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7813
7814         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7815         display is finished.
7816
7817 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7818
7819         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7820         `elmo-folder-exists-p' argument.
7821
7822 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7823
7824         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7825         the folder.
7826
7827 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7830
7831         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7832         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7833
7834 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7835
7836         * wl-folder.el (wl-folder-create-subr): New function.
7837         (wl-folder-confirm-existence): Use it.
7838         (wl-folder-check-one-entity): Use it.
7839         Check the error symbol is derived from 'elmo-open-error.
7840
7841         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7842         `ignore-error'.
7843
7844 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7845
7846         * wl-util.el (toplevel): Add (eval-when-compile (require
7847         'elmo-util)).  (Maybe `provide' is typo.)
7848
7849 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7852         (I don't know why this was needed.)
7853
7854         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7855         Follow up changes for stream-type.
7856
7857         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7858         (wl-draft-elmo-nntp-send): Ditto.
7859
7860         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7861         (wl-nntp-posting-stream-type): Ditto.
7862         (wl-pop-before-smtp-ssl): Abolished.
7863         (wl-nntp-posting-ssl): Ditto.
7864
7865         * wl-address.el (wl-address-quote-specials): New function.
7866         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7867
7868         * wl-draft.el (wl-draft-reply): Ditto.
7869
7870 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7871
7872         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7873         use function `wl-string-match-assoc'.
7874
7875 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7878
7879         * wl-draft.el (wl-draft-deduce-address-list): New function.
7880         (wl-draft-parse-mailbox-list): Ditto.
7881         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7882         instead of `smtp-deduce-address-list'.
7883         (wl-draft-on-field-p): Follow group list.
7884
7885         * wl-address.el (wl-address-concat-token): New function.
7886         (wl-address-string-without-group-list-contents): Ditto.
7887         (wl-complete-field-body): Fixed problem of completion
7888         by japanese petname.
7889         (wl-address-make-completion-list): Rewrite.
7890
7891 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7892
7893         * wl-address.el (wl-address-make-completion-list): Completion by
7894         petname.
7895         (wl-complete-field-body): Likewise.
7896
7897 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7900         contains invalid address syntax.
7901
7902 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * wl-folder.el (wl-folder-check-entity-async): Use
7905         `elmo-nntp-spec-hostname'.
7906
7907 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7908
7909         * wl-summary.el (wl-summary-msgdb-load-async): Use
7910         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7911
7912 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-draft.el (wl-draft-reply): Set argument
7915         `content-transfer-encoding' as nil.
7916
7917 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7918
7919         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7920         `wl-refile-alist'.
7921
7922 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7923
7924         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7925         (wl-draft-edit-string): Ditto.
7926         (wl-draft-forward): Ditto.
7927         * wl-summary.el (wl-summary-write): Ditto.
7928
7929 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-summary.el (wl-summary-sync-update3): Call
7932         `wl-summary-buffer-number-column-detect'.
7933         (wl-summary-buffer-number-column-detect): Search from point-min.
7934
7935 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7938         contains an address which is not included in original to or cc.
7939
7940 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7941
7942         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7943         begin-line does not exist.
7944         * wl-message.el (wl-message-uu-substring): Ditto.
7945
7946 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7949         clear local variables.
7950         (wl-summary-exit): Call `elmo-commit'.
7951         (wl-summary-switch-to-clone-buffer): Call
7952         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7953         (wl-summary-goto-folder-subr): Ditto.
7954
7955         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7956         POP folder.
7957
7958 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7961         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7962         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7963         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7964         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7965         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7966
7967         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7968
7969 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7970
7971         * wl-summary.el (wl-summary-search-by-subject):
7972         Search parent message from the latest one.
7973
7974 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7977         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7978
7979         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7980         New user option.
7981
7982         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7983         if elmo-nntp-use-killed-list is nil.
7984         Use `elmo-msgdb-append-to-killed-list'.
7985         (Append numbers confirmed as disappeared to the killed list.)
7986         (wl-summary-confirm-appends): Don't display negative number.
7987
7988 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7989
7990         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7991
7992 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7995         range is `all'.
7996         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7997         `elmo-list-bigger-diff'.
7998
7999 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-summary.el (wl-summary-buffer-exit-func):
8002         New buffer local variable.
8003         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8004
8005 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8006
8007         * wl-demo.el (wl-demo): Fix the last change.
8008
8009 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8010
8011         * wl-demo.el (wl-demo): Don't use `eval'.
8012
8013 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * wl-summary.el (wl-summary-buffer-thread-modified):
8016         New buffer-local variable.
8017         (wl-summary-set-thread-modified): New function.
8018         (wl-summary-thread-modified-p): New function.
8019         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8020         (wl-summary-yank-saved-message): Use function
8021         `wl-summary-set-thread-modified'
8022         (wl-summary-switch-to-clone-buffer): Add
8023         `wl-summary-buffer-thread-modified'.
8024
8025         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8026         (wl-summary-buffer-mark-saved-hook): Ditto.
8027         * wl-summary.el (wl-summary-msgdb-save): New hook
8028         `wl-summary-buffer-message-saved-hook' and
8029         `wl-summary-buffer-mark-saved-hook'.
8030
8031 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8032
8033         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8034
8035 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8036
8037         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8038         don't hide scroll bars under FSF Emacsen because it may incur an
8039         undesirable redrawing.
8040
8041 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * wl-draft.el (wl-draft-edit-string): Call
8044         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8045
8046 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8047
8048         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8049
8050 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8051
8052         * wl-summary.el (wl-summary-msgdb-load-async): Call
8053         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8054
8055 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8056
8057         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8058         fringes in demo buffer; center bitmap logo correctly even if old
8059         Mule is used.
8060
8061 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8062
8063         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8064
8065         * wl-refile.el (wl-refile-subject-alist): New variable.
8066         (wl-refile-subject-alist-file-name): Ditto.
8067         (wl-refile-alist-setup): Rewrite.
8068         (wl-refile-alist-save): Use `elmo-object-save'.
8069         Eliminated arguments.
8070         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8071         (wl-refile-guess-by-subject): New function.
8072         (wl-refile-guess-func-list): Added it.
8073
8074 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8075
8076         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8077         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8078
8079 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8082         New buffer-local variable.
8083         (wl-summary-buffer-next-folder-func): Ditto.
8084         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8085         if non-nil.
8086         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8087         if non-nil.
8088         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8089         if non-nil.
8090         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8091         if non-nil.
8092
8093 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8094
8095         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8096         permanently in the demo buffer.
8097
8098 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8101         `mime-entity-fetch-field'.
8102
8103         * wl.el (wl-exit): Delete plugged buffer.
8104
8105         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8106         XEmacs has menubar feature.
8107
8108 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8109
8110         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8111         cannot arrive at the beginning of the buffer under old Emacsen.
8112
8113 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-address.el (wl-address-ldap-search):
8116         Call `ldap-search-entries' with `withdn' argument t.
8117         (wl-complete-field-body): Bind completion-ignore-case as t.
8118         Clear ldap search hash when it was sole completion.
8119         Use elmo-string for pattern string.
8120         (wl-ldap-alias-safe-string): Eliminated needless let.
8121
8122 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8123
8124         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8125         (wl-ldap-alias-sep): New constant.
8126         (wl-ldap-search-attribute-type-list): Ditto.
8127         (wl-ldap-get-value): New function.
8128         (wl-ldap-make-filter): Ditto.
8129         (wl-ldap-make-matched-value-list): Ditto.
8130         (wl-ldap-alias-safe-string): Ditto.
8131         (wl-ldap-register-dn-string): Ditto.
8132         (wl-address-ldap-search): Rewrite.
8133
8134 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8135
8136         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8137         thread is deleted.
8138         (wl-thread-delete-line-from-buffer): Ditto.
8139         (wl-thread-get-exist-children): New function.
8140
8141 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8142
8143         * wl-demo.el (wl-demo): Made it to select various image types.
8144         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8145         from `wl-title-logo'.
8146         (wl-logo-ascii): New variable.
8147         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8148         (wl-demo-copyright-notice): New constant.
8149
8150         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8151
8152 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * wl-vars.el (wl-summary-target-above): Renamed from
8155         wl-summary-temp-above.
8156         * wl-score.el (wl-score-get-score-alist): Use it.
8157         (wl-summary-score-update-all-lines): Use it.
8158         * wl-summary.el: Ditto. (make-variable-buffer-local).
8159
8160 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-vars.el (wl-ldap-port): New user option.
8163
8164         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8165         Rewite whole implementation.
8166         (wl-complete-field-body): Fixed.
8167
8168 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8169
8170         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8171         Choose implementation at compile time.
8172
8173 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8174
8175         * wl-address.el (wl-ldap-search-internal): New function.
8176         (wl-complete-field-to): Use it.
8177
8178 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8181         Use `let' instead of `let*'.
8182         Require 'wl-vars.
8183
8184         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8185         Define as defcustom.
8186         (wl-ldap-base): Ditto.
8187         (wl-use-ldap): Ditto.
8188
8189 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8190
8191         * wl-address.el (wl-ldap-search): New function.
8192         (wl-complete-field-body): Use `wl-ldap-search'.
8193         (wl-ldap-server): New variable.
8194         (wl-ldap-base): Ditto.
8195         (wl-use-ldap): Ditto.
8196
8197 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8198
8199         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8200         (Pointed out by Mito <mit@nines.nec.co.jp>).
8201         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8202         buffer-local variables like `wl-summary-redisplay-internal'.
8203         (wl-summary-redisplay-all-header): Likewise.  Update
8204         Summary view too.
8205
8206 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-summary.el (wl-summary-jump-to-parent-message):
8209         Consider prefix argument.
8210
8211         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8212         when closed thread is deleted.
8213
8214 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8215
8216         * wl-summary.el (wl-summary-jump-to-parent-message):
8217         Consider thread modification.
8218
8219 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8220
8221         * wl-message.el (wl-message-normal-get-original-buffer): Use
8222         `save-excursion'.
8223
8224         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8225         (wl-summary-showto-folder-regexp): Ditto.
8226
8227 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8228
8229         * wl-util.el (wl-delete-alist): Doc fix.
8230         (wl-delete-associations): New function.
8231         (wl-inverse-alist): New function.
8232         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8233         Split temporary variables. Use `wl-delete-associations'
8234         and `wl-inverse-alist'.
8235         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8236
8237 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-folder.el (wl-folder-prefetch-entity):
8240         Execute prefetching if new count is unknown.
8241
8242 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8243
8244         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8245
8246         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8247         delete entity.
8248         (wl-thread-set-parent): If insert as top, set linked as nil.
8249
8250         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8251         `wl-thread-cleanup-symbols' when view mode is thread.
8252
8253 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8254
8255         * wl-folder.el (wl-folder-create-folder-entity): Use
8256         with-current-buffer.
8257         (wl-local-folder-init): Call set-buffer to make sure we are in
8258         the Folder buffer. Don't touch buffer-local variables here.
8259         (wl-folder-mode): Initialize buffer-local variables here.
8260
8261         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8262         (wl-folder-entity-assign-id): Ditto.
8263         (wl-folder-create-entity-hashtb): Ditto.
8264         (wl-local-folder-init): Ditto.
8265         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8266
8267 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8268
8269         * wl-summary.el (wl-summary-default-from): Fix probrem when
8270         std11-extract-address-components return (nil "foo@bar").
8271
8272 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8273
8274         * wl-draft.el (wl-draft-clone-local-variables):
8275         Remove redundant `setq'.
8276
8277 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8280         Bind wl-highlight-x-face-func as nil while highlighting header.
8281
8282 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8283
8284         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8285
8286 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8287
8288         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8289         elmo-msgdb-overview-hashtb from copy-variables.
8290         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8291         instead of `elmo-msgdb-overview-get-entity-by-number'.
8292         (wl-summary-auto-refile): Ditto.
8293
8294         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8295         `elmo-msgdb-overview-get-entity' instead of
8296         `elmo-msgdb-search-overview-entity'.  Use
8297         `elmo-msgdb-overview-get-entity' instead of
8298         `elmo-msgdb-overview-get-entity-by-number'.
8299         (wl-thread-insert-entity-sub): Ditto.
8300         (wl-thread-insert-message): Ditto.
8301
8302         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8303         `elmo-msgdb-overview-get-entity'.
8304         (wl-normal-message-redisplay): Ditto.
8305
8306 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8307
8308         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8309         `wl-thread-entities'.
8310         (wl-thread-delete-message): Fix remove top message from
8311         `wl-thread-entity-list'.
8312
8313         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8314         wl-append(nconc), because update-list is broken on Meadow.
8315
8316         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8317         updating process.
8318         (wl-summary-rescan): Ditto.
8319         (wl-summary-sync-update3): Ditto.
8320         * wl-thread.el (wl-thread-set-parent): Renamed from
8321         `wl-summary-set-parent'.
8322         (wl-thread-insert-message): Updating buffer faster.
8323         (wl-thread-delete-message): Updating buffer faster.
8324
8325         * wl-score.el (wl-summary-score-update-all-lines): Changed
8326         interval for display progress gauge.
8327
8328 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8331         folder always-sticky.
8332         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8333         defmacro.
8334
8335 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8336
8337         * wl-vars.el (wl-draft-add-references): New user option.
8338
8339         * wl-draft.el (wl-draft-add-references): New function.
8340         (wl-draft-yank-from-mail-reply-buffer): Use it.
8341         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8342         as nil.
8343
8344 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8345
8346         * wl-thread.el (wl-thread-update-line-msgs): Called
8347         `wl-thread-update-line-on-buffer-sub'.
8348         (wl-thread-update-line-on-buffer): Delete routine of inserting
8349         thread.
8350         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8351         moved from `wl-thread-update-line-on-buffer'.
8352         Add threshold for displaying progress gauge.
8353         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8354         argument of `wl-thread-update-line-msgs'.
8355         Add threshold for displaying progress gauge.
8356         * wl-folder.el:
8357         Add threshold for displaying progress gauge.
8358         * wl-score.el: Ditto.
8359
8360         * wl-expire.el (wl-summary-expire): Display deleting info.
8361
8362 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8365         `no-msg'.
8366         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8367         argument of `wl-thread-update-line-msgs'.
8368         (wl-summary-set-parent): Added optional argument `parent-number'.
8369         (wl-summary-buffer-saved-message): New buffer local variable.
8370         (wl-summary-save-current-message): New command.
8371         (wl-summary-yank-saved-message): Ditto.
8372         (wl-summary-mode-map): Added key binding for
8373         `wl-summary-save-current-message' (\ew) and
8374         `wl-summary-yank-saved-message' (\C-y).
8375         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8376
8377 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * wl-summary.el (wl-summary-mode-map): Added key binding for
8380         `wl-summary-set-parent' (ts).
8381
8382 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8383
8384         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8385         subject faster. If thread number is reverse, delayed updating
8386         thread.
8387         (wl-summary-search-by-subject): Ditto.
8388         (wl-summary-put-alike): Ditto.
8389         (wl-summary-get-alike): Ditto.
8390         (wl-summary-insert-headers): Insert header of all overview in
8391         buffer.
8392         (wl-summary-rescan): Delayed updating thread. Kill search subject
8393         buffer for wl-summary-search-by-subject.
8394         (wl-summary-sync-update3): Ditto.
8395         (wl-summary-exit): Ditto.
8396         (wl-summary-goto-bottom-of-current-thread): Change for linked
8397         thread.
8398         (wl-summary-overview-create-summary-line): Change line for linked
8399         thread.
8400
8401         * wl-summary.el (wl-summary-update-thread): Use
8402         wl-thread-maybe-get-children-num.
8403         (wl-summary-set-parent): If change parent, move sub thread.
8404         (wl-summary-redisplay-internal): Add horizontal recenter.
8405         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8406
8407         * wl-thread.el (wl-thread-entity-get-linked): New function.
8408         (wl-thread-entity-set-linked): New function.
8409         (wl-thread-create-entity): Add linked element.
8410         (wl-thread-entity-insert-as-top): Use wl-append.
8411         (wl-thread-maybe-get-children-num): If closing thread, return
8412         children msgs.
8413         (wl-thread-update-line-msgs): Displaying progress message.
8414         (wl-thread-update-line-on-buffer-sub): Use
8415         wl-thread-maybe-get-children-num.
8416         (wl-thread-update-line-on-buffer): If update line is not exists,
8417         insert thread.
8418         (wl-thread-delete-message): If delete top msg of thread, search
8419         parent by subject.
8420         (wl-thread-insert-entity): Use
8421         wl-thread-maybe-get-children-num.
8422
8423         * wl-highlight.el (wl-highlight-summary-current-line): change
8424         sregexp for linked thread.
8425         * wl-util.el (wl-count-lines): Count lines.
8426         (wl-horizontal-recenter): horizontal recenter.
8427         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8428         (wl-score-get-alike): Ditto.
8429         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8430         (wl-subject-length-limit): New variable.
8431         (wl-highlight-thread-indent-string-regexp): Changed for linked
8432         thread.
8433
8434 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8437         New variable (revival).
8438         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8439         by subject matching if there's no in-reply-to nor references field
8440         (revival).
8441
8442 \f
8443 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8444
8445         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8446         message.
8447
8448 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-summary.el (wl-summary-reply): Return t if there was a
8451         message at cursor point.
8452         Added unwind-protect.
8453         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8454         returns t.
8455         (wl-summary-cancel-message): Do nothing when there's no message at
8456         cursor point.
8457         (wl-summary-forward): Ditto.
8458         (wl-summary-jump-to-parent-message): Ditto.
8459         (wl-summary-reedit): Ditto.
8460         (wl-summary-edit-addresses): Ditto.
8461         (wl-summary-pipe-message): Ditto.
8462         (wl-summary-print-message-with-ps-print): Ditto.
8463         (wl-summary-print-message): Ditto.
8464         (wl-summary-mark-as-important): Ditto.
8465         (wl-summary-mark-as-unread): Ditto.
8466
8467         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8468         message at cursor point.
8469         (wl-summary-reply-with-citation): Remove unwind-protect.
8470
8471         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8472         subject searching feature.
8473         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8474         Eliminated.
8475
8476 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8479         New variable.
8480         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8481         by subject matching if there's no in-reply-to nor references field.
8482
8483         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8484
8485         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8486         when display is finished.
8487         (wl-folder-open-all): Ditto.
8488         (wl-folder-update-access-group): Ditto.
8489         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8490         * wl-thread.el (wl-thread-close-all): Ditto.
8491
8492         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8493         progress gauge only when it was displayed.
8494         * wl-folder.el (wl-folder-insert-entity): Ditto.
8495
8496 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-summary.el (wl-summary-incorporate): Enclose
8499         `wl-summary-sync-force-update' with save-excursion.
8500
8501 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8502
8503         * wl-summary.el (wl-summary-prefetch-region):
8504         Pass current cursor point to `pos-visible-in-window-p' after
8505         moving cursor to the started point.
8506
8507 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8508
8509         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8510
8511         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8512         fields from the forwarding message.
8513         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8514         `ignored-fields'.
8515
8516 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * wl-mime.el (wl-message-request-partial):
8519         Eliminated argument `msgdb'.
8520         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8521         (wl-mime-combine-message/partial-pieces): Likewise.
8522         * tm-wl.el (wl-message-request-partial): Likewise.
8523         (wl-mime-combine-message/partial-pieces): Likewise.
8524
8525 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8526
8527         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8528         when display is finished.
8529
8530 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8531
8532         * wl-summary.el (wl-summary-goto-folder-subr):
8533         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8534
8535 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8538         when cursor point is visible.
8539
8540 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-expire.el (wl-expire-archive-get-max-number):
8543         Don't use `file-name-directory'.
8544
8545 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-expire.el (wl-expire-archive-get-max-number):
8548         Use `file-name-directory'.
8549
8550 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8553         only when there is progress.
8554
8555 2000-04-13  Mito <mit@nines.nec.co.jp>
8556
8557         * wl-summary.el (wl-summary-sync-marks): Display progress.
8558
8559 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8562         (wl-summary-prev): Move cursor regardless of unread status.
8563         (wl-summary-next): Ditto.
8564
8565 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8568         Added argument `target' and `number'.
8569         * tm-wl.el (wl-summary-burst-subr): New function.
8570         (wl-summary-burst): Use it.
8571
8572 2000-04-10  Mito <mit@nines.nec.co.jp>
8573
8574         * wl-mime.el (wl-burst): New function.
8575         (wl-summary-burst): Use it.
8576
8577 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8578
8579         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8580         as petname when there's no candidate.
8581
8582 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8585         New variable.
8586         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8587
8588         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8589
8590         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8591
8592 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8595         Use substring of `original' instead of buffer-substring.
8596         (wl-refile-evaluate-rule):
8597         Set `original' argument of wl-refile-expand-newtext.
8598
8599         * wl-summary.el
8600         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8601         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8602         (wl-summary-auto-refile): Check existence of destination folder just
8603         before marking.
8604
8605 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8606
8607         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8608         when wl-refile-get-field-value return nil.
8609
8610 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8611
8612         * wl-refile.el
8613         (wl-refile-expand-newtext): New function imported from Gnus.
8614         (wl-refile-evaluate-rule): Use it.
8615
8616 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-summary.el (wl-summary-print-destination):
8619         Duplicate folder string to avoid putting text-property on
8620         original string.
8621
8622         * wl-refile.el (wl-refile-get-field-value): New function.
8623         (wl-refile-evaluate-rule): New function;
8624         Evaluate refile rule recursively.
8625         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8626         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8627         New function; Check existence of a target folder recursively.
8628         (wl-summary-auto-refile-check-refile-rule-alist):
8629         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8630
8631 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8634
8635         * wl-folder.el (wl-create-folder-entity-from-buffer):
8636         Fixed problem when '}' character is contained in folder name.
8637
8638         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8639
8640 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8641
8642         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8643         (wl-fldmgr-add-completion-all-completions):
8644         Use wl-fldmgr-add-completion-hashtb.
8645
8646 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8647
8648         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8649         wl-fldmgr-add-completion-subr): New functions.
8650         * wl-folder.el (wl-folder-completion-func): New variable.
8651         * wl-summary.el (wl-summary-read-folder):
8652         Use wl-folder-completion-func.
8653
8654         * wl-refile.el: Eliminate throw & catch.
8655
8656         * wl.el (wl-plugged-sending-queue-status): Fixed.
8657
8658 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8659
8660         * wl-draft.el (wl-draft): Put category property on
8661         mail-header-separator.