337c25ba2ffdca6d5330efd425a518e7840b51ac
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
4         (wl-summary-redisplay-no-mime-internal): Ditto.
5
6 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
9         * wl-vars.el (wl-smtp-connection-type): Ditto.
10
11 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
12
13         * wl-highlight.el (wl-highlight-message): Change to strict regexp
14         for the separator line and quote mail-header-separator.
15
16 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-spam.el (wl-message-check-spam): Fixed problem no display
19         result message.
20
21         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
22         `elmo-multiple-fields-body-list' with boundary as
23         mail-header-separator.
24
25 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
28
29 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
30
31         * wl-util.el (wl-list-diff): Remove unused function.
32
33         * wl-draft.el (wl-draft-send-confirm): Discard input before
34         confirmation.
35
36 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
39         order of flag and new.
40
41 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-vars.el (wl-refile-policy-alist): Abolished.
44
45         * wl-action.el (wl-summary-set-action-refile): Follow the change
46         above.
47
48 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * wl-highlight.el (wl-highlight-signature-search): Don't use
51         re-search-backward for a long word since it is possible to crash
52         XEmacs because of a bug.
53
54 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
55
56         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
57
58 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
59
60         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
61         argument for wl-summary-sync-force-update.
62
63 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
64
65         * wl-summary.el (wl-summary-mode-map): Revival of
66         wl-summary-mark-as-important related bindings;
67         Bind 'F','tF','mF','rF','m&'.
68         (wl-summary-mark-as-important-region): Revival.
69         (wl-summary-target-mark-mark-as-important): Ditto.
70         (wl-summary-target-mark-operation): New function.
71         (wl-summary-target-mark-mark-as-answered): Use it.
72         (wl-summary-decide-flag): Don't set Important as default.
73         (wl-summary-mark-as-important-internal): Revival.
74         (wl-summary-mark-as-important): Ditto.
75
76         * wl-thread.el (wl-thread-mark-as-important): Ditto.
77
78         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
79         instead of facep.
80
81 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
82
83         * wl-dnd.el (wl-dnd-drop-func): Fix.
84
85         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
86         mouse-set-point instead of posn-point.
87
88         * wl-xmas.el (wl-completing-read-multiple): Define as function.
89
90         * wl-mule.el (wl-completing-read-multiple): Ditto.
91
92 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-demo.el (face-background-name): Defalias to avoid compile
95         warning.
96
97 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
98
99         * wl-summary.el (wl-summary-decide-flag): Use
100         wl-completing-read-multiple instead of completing-read-multiple.
101
102         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
103         New alias.
104
105         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
106         Use face-background-name instead of face-background.
107
108         * wl-vars.el (wl-summary-save-file-suffix): New user option.
109
110         * wl-summary.el (wl-summary-save): Use it.
111         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
112
113         * wl-mime.el (wl-mime-save-content): Fix last change.
114
115 2004-02-10  Len Trigg <lenbok@myrealbox.com>
116
117         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
118         New function.
119         (wl-summary-sort-specs): Added sort.
120         * wl-mime.el (wl-mime-save-content): Expand file name.
121
122 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
123
124         * wl-mime.el (wl-draft-preview-message): Fixed typo.
125
126         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
127
128 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
131         for flag if it is not defined.
132
133 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
134
135         * wl-e21.el (wl-highlight-folder-current-line): Use
136         elmo-folder-type-internal when elmo-folder-type returns nil.
137
138         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
139
140         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
141
142         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
143
144         * wl-e21.el (wl-summary-toolbar): Ditto.
145
146         * wl-vars.el (wl-demo-background-color): Abolished.
147         (wl-summary-persistent-mark-priority-list): Renamed from
148         wl-summary-flag-priority-list.
149         (wl-summary-flag-alist): New user option.
150         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
151         (wl-message-mode-line-format-spec-alist): Added 'F'.
152         (wl-message-mode-line-format): Likewise.
153         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
154         instead of wl-summary-important-mark.
155         (wl-file-folder-icon): New variable.
156
157         * wl-thread.el (wl-thread-set-flags): Renamed from
158         wl-thread-mark-as-important.
159
160         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
161         warning.
162         (wl-summary-mode-menu-spec): Follow the change of 
163         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
164         (wl-summary-mode-map): Follow the change of
165         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
166         (wl-summary-detect-mark-position): Follow the variable name change.
167         (wl-summary-set-flags-region): New function for the replacement of
168         wl-summary-mark-as-important-region.
169         (wl-summary-sync-marks): Sync all global-flags.
170         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
171         instead of elmo-message-flagged-p.
172         (wl-summary-persistent-mark-string): Follow the variable name change;
173         Put wl-summary-flag-mark if the message has global-flag.
174         (wl-summary-target-mark-set-flags): Renamed from 
175         wl-summary-target-mark-mark-as-important.
176         (wl-summary-decide-flag): New function.
177         (wl-summary-set-flags-internal): Renamed from
178         wl-summary-mark-as-important-internal.
179         (wl-summary-add-flags-internal): New function.
180         (wl-summary-remove-flags-internal): Ditto.
181         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
182         (wl-summary-mark-as-unimportant): Abolish.
183         (wl-summary-move-spec-alist): Changed `important' to `digest'.
184         (wl-summary-next-message): List flagged messages in the msgdb.
185
186         * wl-score.el (wl-summary-score-update-all-lines): Use
187         wl-summary-add-flags-internal instead of 
188
189         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
190
191         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
192         from wl-message-buffer-cur-flag (To avoid misunderstanding).
193         (wl-message-buffer-require-all-header): Renamed from
194         wl-message-buffer-all-header-flag (Ditto).
195         (wl-message-buffer-flag-indicator): New variable.
196         (wl-message-redisplay): Changed local varibale name from `flag' to
197         `display-type'; Set up wl-message-buffer-flag-indicator.
198         (wl-message-buffer-display): Changed varibale name from `flag' to
199         `display-type'.
200         (wl-message-display-internal): Likewise.
201
202         * wl-highlight.el (wl-highlight-demo-face): Define default background
203         color.
204         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
205
206         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
207
208         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
209         (wl-demo-setup-properties): Renamed from
210         `wl-demo-set-background-color'.
211         (wl-demo): Follow the change above.
212         
213         * Version number is increased to 2.11.24.
214
215 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-summary.el (wl-summary-toggle-thread): Call
218         `wl-summary-rescan' with disable-thread as non-nil.
219         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
220
221 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
222
223         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
224         foreground property of the face.
225         (wl-demo-insert-text): Don't set up face property here.
226         (wl-demo): Call wl-demo-set-background-color, anyway.
227
228 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-vars.el (wl-demo-background-color): The value can be nil.
231
232 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
233
234         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
235         to wl-summary-wheel-dispatcher.
236
237         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
238         wl-message-wheel-dispatcher.
239         (wl-message-wheel-dispatcher): New function.
240         (wl-summary-wheel-dispatcher): Ditto.
241
242 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
243
244         * wl-action.el (wl-summary-target-mark-all): List messages which are
245         not in the killed-list.
246
247         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
248         only when the folder is 'flag/important.
249
250         * wl-address.el (wl-complete-field-body): Complete if the last
251         character is a space.
252
253 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-folder.el (wl-folder-clear-entity-info): Use
256         elmo-clear-hash-val.
257
258         * wl-fldmgr.el (wl-fldmgr-rename): Set
259         wl-folder-info-alist-modified as t.
260
261 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
262
263         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
264
265 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
268         (wl-folder-buffer-last-visited-entity-id): New buffer local
269         variable.
270         (wl-folder-revisit-last-visited-folder): New function.
271         (wl-folder-mode-map): Bind it to "C-i".
272         (wl-folder-set-current-entity-id): Set last visited folder.
273         * wl-summary.el (wl-summary-exit): Ditto.
274
275 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
278         before calling `recenter' in order to cope with an XEmacs bug.
279
280 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
283         to the default value.
284
285 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
288         change.
289         (wl-summary-sync-marks): Ditto.
290         (wl-summary-mark-as-read-internal): Ditto.
291         (wl-summary-mark-as-answered-internal): Ditto.
292         (wl-summary-mark-as-important-internal): Ditto.
293         (wl-summary-reply): Ditto.
294
295         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
296         instead of `elmo-folder-unflag-answered'.
297
298         * Version number is increased to 2.11.23.
299
300         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
301         the last change.
302
303 2004-01-11  Kenichi Okada  <okada@opaopa.org>
304
305         * wl-spam.el (wl-summary-exec-action-refile-with-register):
306         Specify "spam" or "good".
307
308 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
309
310         * wl-spam.el (wl-summary-exec-action-spam): Call
311         wl-folder-confirm-existence for spam folder.
312         (wl-spam-setup): Bind "mk".
313
314 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
317
318 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
321         destination folder is empty.
322
323 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
324
325         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
326         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
327
328         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
329         (wl-summary-refile-prev-destination-region): New function.
330         (wl-thread-refile-prev-destination): Ditto.
331         (wl-summary-target-mark-refile-prev-destination): Ditto.
332
333 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
334
335         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
336         (wl-demo-background-color): Changed default value.
337
338         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
339         color.
340
341         * wl-demo.el (wl-demo-set-background-color): New function.
342         (wl-demo): Call it.
343
344 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
345
346         * wl-address.el (wl-address-delete): Avoid mis-deleting.
347         * wl-address.el (wl-address-add-or-change): Don't add empty
348         address.
349
350 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
351
352         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
353
354 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
355
356         * wl-vars.el (wl-demo-image-filter-alist): New variable
357         (wl-demo-background-color): Ditto.
358
359         * wl-demo.el (wl-demo-xpm-set-background): New function.
360         (wl-demo-image-filter): Ditto.
361         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
362
363         * wl-vars.el (wl-demo-icon-name-alist): New variable.
364
365         * wl-demo.el (wl-demo-icon-name): Define as function.
366         (wl-demo-insert-image): Use it.
367
368 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
369
370         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
371
372 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
373
374         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
375
376 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
379
380 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-thread.el (wl-thread-mark-as-answered): New function.
383
384         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
385         answered" entry.
386         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
387         "r&" and wl-thread-mark-as-answered to "t&".
388         (wl-summary-mark-as-important-region): Refine to toggle mark.
389         (wl-summary-mark-as-answered-region): New function.
390         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
391         and 3rd argument.
392         (wl-summary-mark-as-important-internal): Likewise.
393
394 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-template.el (wl-template-preview): New internal variable.
397         (wl-template-preview-p): New function.
398         (wl-template-show): Bind `wl-template-preview' as t.
399
400 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
403         `elmo-message-entity-field' with 3rd argument which is non-nil.
404
405 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
408         Removed duplicate local bind `folder'.
409
410 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
413
414 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
417         duplicate definition.
418
419 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
422         non-nil, use it; Don't fetch message if there's no message in the
423         current cursor position.
424
425 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-util.el (wl-region-exists-p): Use region-active-p.
428         (wl-deactivate-region): New function.
429         * wl-message.el (wl-message-redisplay): Deactivate region.
430
431         * wl-summary.el (wl-summary-reply): Call
432         `wl-summary-set-message-buffer-or-redisplay' instead of
433         `wl-summary-redisplay-internal', don't move point.
434
435 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
438         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
439         by regexp.
440
441 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
444         if no need.
445
446 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
449         default value to nil.
450         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
451         `wl-summary-prepare-hook'; Replace refile action to
452         `wl-summary-exec-action-refile-with-register'.
453
454         * Version number is increased to 2.11.22.
455
456 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-summary.el (wl-summary-detect-mark-position): Set
459         `wl-summary-buffer-weekday-name-lang'.
460
461 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
462
463         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
464         (wl-summary-mark-as-read-all): Ditto.
465         (wl-summary-delete-messages-on-buffer): Ditto.
466         (wl-summary-sync-update): Ditto.
467         (wl-summary-mark-as-read-internal): Ditto.
468         (wl-summary-mark-as-answered-internal): Ditto.
469         (wl-summary-update-folder-info): Abolished.
470
471 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-summary.el (wl-summary-mark-as-read-all): Use
474         `wl-summary-update-folder-info' instead of
475         `wl-folder-update-unread'.
476
477 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
478
479         * wl-summary.el (wl-summary-update-folder-info): New function derived from
480         `wl-summary-folder-info-update'.
481         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
482         instead of `wl-summary-folder-info-update'.
483         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
484         `wl-folder-set-folder-updated'.
485         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
486         instead of `wl-folder-update-unread'.
487         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
488         the value of `wl-summary-buffer-unread-count' for the second parameter of
489         `wl-folder-update-unread'.
490
491         * Version number is increased to 2.11.21.
492
493 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
494
495         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
496         a local variable.
497
498 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-spam.el (wl-summary-mark-spam): Show message only if call
501         interactively.
502
503         * wl-summary.el (wl-summary-mark-as-important-internal): New
504         internal function.
505         (wl-summary-mark-as-important): Use it.
506         (wl-summary-mark-as-unimportant): New function.
507         (wl-summary-sync-marks): Follow the API change.
508
509         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
510
511         * wl-mime.el (wl-summary-burst): Check target folder is writable.
512
513 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
514
515         * wl-folder.el (wl-folder-update-unread): Re-indent.
516         Narrow the scope of a local variable.
517
518 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
521         (wl-addrmgr-merge-entries): Ditto.
522         (wl-addrmgr): Added to address entry which exists in draft buffer
523         if no entry is in original.
524
525 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
526
527         * wl-batch.el: New file.
528
529 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
530
531         * wl-vars.el (wl-use-semi): Remove unused variable.
532
533 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
536         "?".
537
538 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
541         wl-summary-new-mark.
542         (wl-summary-new-cached-mark): New user option.
543         (wl-summary-score-marks): Follow the change above.
544         (wl-summary-auto-refile-skip-marks): Ditto.
545         (wl-summary-incorporate-marks): Ditto.
546         (wl-summary-expire-reserve-marks): Ditto.
547
548         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
549
550         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
551         (wl-summary-persistent-mark-string): Distinguished between cached
552         and uncached mark when the message is new.
553
554 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-spam.el (wl-spam-domain): Renamed from
557         `wl-spam-folder-guess-domain'.
558         (wl-summary-exec-action-spam): Register as spam if domain of the
559         source folder is good.
560         (wl-summary-exec-action-refile-with-register): Register message if
561         domain of the source folder is not undecided.
562
563 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
566         detect thread loop.
567
568 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
571         and wl-summary-skip-mark-list.
572
573 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
576
577         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
578
579         * wl-spam.el (toplevel): Require wl-highlight.
580         (wl-spam-auto-check-policy-alist): Abolish.
581         (wl-spam-auto-check-folder-regexp-list): New user option.
582         (wl-spam-auto-check-marks): Ditto.
583         (wl-spam-mark-action-list): Ditto.
584         (wl-highlight-summary-spam-face): New face.
585         (wl-spam-auto-check-message-p): New function.
586         (wl-spam-map-spam-messages): Fixed message.
587         (wl-spam-register-spam-messages): Ditto.
588         (wl-spam-register-good-messages): Ditto.
589         (wl-summary-spam-map): Add and remove keybind.
590         (wl-summary-target-mark-spam): Abolish.
591         (wl-summary-refile-spam): Ditto.
592         (wl-summary-test-spam): New function.
593         (wl-summary-mark-spam): Ditto.
594         (wl-summary-auto-check-spam): Follow the above change.
595         (wl-summary-exec-action-spam): New function.
596         (wl-summary-exec-action-refile-with-register): Fixed message.
597         (wl-message-check-spam): New function.
598         (wl-spam-setup): Ditto.
599         (toplevel): Call it if this file is loaded interactivity.
600
601         * Version number is increased to 2.11.20.
602
603 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
606         when new optional argument `force' is non nil or modified.
607
608 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl.el (toplevel): Require wl-spam when compile.
611         (wl-save-status): Call wl-spam-save-status.
612
613         * wl-spam.el (wl-spam-register-spam-messages): New function.
614         (wl-spam-register-good-messages): Ditto.
615         (wl-spam-save-status): Ditto.
616         (wl-summary-mode-map): Bind
617         wl-summary-target-mark-register-as-spam to "ms" and
618         wl-summary-target-mark-register-as-good to "mn".
619         (wl-summary-register-as-spam): Abolish optional argument; Use
620         wl-spam-register-spam-messages.
621         (wl-summary-register-as-spam-all): Use
622         wl-spam-register-spam-messages.
623         (wl-summary-register-as-good): Abolish optional argument; Use
624         wl-spam-register-good-messages.
625         (wl-summary-register-as-good-all): Use
626         wl-spam-register-good-messages.
627         (wl-summary-target-mark-register-as-spam): New funtion.
628         (wl-summary-target-mark-register-as-good): Ditto.
629
630 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-spam.el: New file.
633
634 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
637
638         * wl-action.el (wl-auto-refile-guess-functions): New variable.
639         (wl-summary-auto-refile): Call wl-refile-guess with
640         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
641
642 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
645         with disable-thread argument non-nil.
646
647 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-summary.el (wl-summary-rescan): Added optional argument
650         disable-thread.
651         (wl-summary-sync): Call wl-summary-rescan with argument
652         disable-thread.
653         (wl-summary-input-range): Added new range `rescan-thread'.
654
655 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
656
657         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
658
659 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
662         internal variable.
663         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
664         wl-summary-search-parent-by-subject-regexp and
665         wl-summary-divide-thread-when-subject-changed as nil.
666         (wl-summary-insert-sequential): If entity is nil, nothing to do.
667         (wl-summary-insert-thread): Search parent entity from
668         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
669         thread loop.
670
671 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
672
673         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
674
675         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
676
677         * wl-util.el (wl-require-update-all-folder-p): New function.
678         (wl-get-assoc-list-value): Added `function' to match directive.
679         (wl-collect-draft): Rewrite.
680
681         * wl-summary.el (wl-summary-sync-update): Clear faces
682         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
683         are non-nil.
684         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
685         argument as function.
686         (wl-summary-input-range): Ditto.
687
688         * wl-folder.el (wl-draft-get-folder): New function.
689         (wl-folder-get-elmo-folder): Consider draft folder.
690
691         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
692         (wl-draft-buffer-message-number): New buffer local variable.
693         (wl-draft-folder-internal): New internal variable.
694         (wl-draft-delete): Rewrite.
695         (wl-draft-save): Ditto.
696         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
697         wl-folder-get-elmo-folder.
698         (wl-draft-config-info-operation): Ditto.
699         (wl-jump-to-draft-folder): Ditto.
700         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
701         (wl-draft-reedit): Rewrite.
702
703         * Version number is increased to 2.11.19.
704         
705 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
706
707         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
708         variable.
709
710 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
713         Use ignore-errors instead of unwind-protect.
714
715 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
716
717         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
718         for updating `wl-thread-entity-list'.
719
720 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
723         parameter from calling `wl-thread-entity-get-older-brothers' and
724         `wl-thread-entity-get-younger-brothers'.
725         Replace nested `append' with a single one.
726
727 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-mode): Don't use the return value of
730         `make-local-hook'.
731
732 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
733
734         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
735         instead of `let*'.
736         (wl-thread-delete-message): Likewise.  Split and narrow the scope
737         of local variables.
738
739 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
742         Renamed from wl-summary-window-scroll-functions.
743         (wl-summary-window-scroll-functions): Don't set to variable.
744         (wl-summary-display-top): Use run-hooks.
745         (wl-summary-display-bottom): Ditto.
746         (wl-summary-toggle-disp-msg): Ditto.
747         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
748         Use it instead of wl-summary-window-scroll-functions.
749         (wl-summary-goto-folder-subr): Don't call
750         wl-summary-window-scroll-functions, use
751         wl-summary-buffer-window-scroll-functions instead.
752
753 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
756         make-local-variable.
757
758 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
759
760         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
761         set-buffer-modified-p.
762         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
763         (wl-summary-display-bottom): Ditto.
764         (wl-summary-toggle-disp-msg): Ditto.
765
766 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
769
770         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
771         (wl-summary-forward): Use elmo-message-entity-field instead of
772         elmo-message-field.
773
774         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
775
776 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (wl-summary-window-scroll-functions): No use
779         `append'.
780
781 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
782
783         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
784         function.
785         (wl-summary-window-scroll-functions): Call it when both
786         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
787         (wl-summary-temp-mark): Added optional argument number.
788         (wl-summary-message-mark): Added optional argument flag.
789         (wl-summary-persistent-mark): Added optional argument number and flag.
790         (wl-summary-update-persistent-mark): Ditto.
791         (wl-summary-update-status-marks): Set "r" for interactive spec.
792
793         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
794         argument number and flag.
795
796         * wl-action.el (wl-summary-registered-temp-mark): 
797         Do nothing when wl-summary-buffer-temp-mark-list is nil.
798
799 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
802         internal variable (buffer local).
803         (wl-summary-window-scroll-functions): New function.
804         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
805         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
806         as nil.
807         (wl-summary-update-status-marks): Added arguments beg, end and
808         check.
809         (wl-summary-update-mark-window): Use function.
810         (wl-summary-sync-update): Follow the change above.
811         (wl-summary-switch-to-clone-buffer): Copy
812         wl-summary-buffer-unsync-mark-number-list.
813         (wl-summary-goto-folder-subr): Set
814         wl-summary-buffer-unsync-mark-number-list and
815         use wl-summary-window-scroll-functions insteaf of
816         wl-summary-lazy-highlight.
817
818         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
819
820 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
823
824         * wl-summary.el (wl-summary-update-persistent-mark): Call
825         wl-summary-set-message-modified.
826
827         * wl-summary.el (wl-summary-sync-update): Don't call
828         wl-summary-update-status-marks.
829
830         * Version number is increased to 2.11.18.
831
832 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
833
834         * wl-message.el (wl-message-prev-page): Use save-selected-window.
835         (wl-message-next-page): Ditto.
836
837 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
838
839         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
840         local variable.  Change the order of a collected list into the
841         same as the specified range.  Remove nil from a collected list.
842
843 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-summary.el (wl-summary-insert-headers): Set visible-only
846         argument for elmo-folder-list-messages.
847
848 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
851         change (wl-summary-count-unreads return a list instead of a cons
852         cell).
853
854 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
855
856         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
857         `wl-summary-folder-info-update'.
858
859 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-set-message-modified): No use
862         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
863         (wl-summary-set-mark-modified): Abolish.
864         (wl-summary-mark-modified-p): Ditto.
865         (wl-summary-save-view): Follow the change above.
866
867         * wl-expire.el (wl-summary-expire): Likewise.
868
869 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
870
871         * wl-summary.el (wl-summary-detect-mark-position): Use
872         modb-entity-handler.
873         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
874
875         * Version number is increased to 2.11.17.
876
877 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
880         entity field value.
881         (wl-summary-prefetch-msg): Ditto.
882         (wl-summary-print-message-with-ps-print): Ditto.
883
884 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
887         for dummy entity.
888         (wl-summary-insert-thread): Use elmo-message-entity-field.
889         (wl-summary-update-thread): Use elmo-message-entity-field and
890         elmo-message-entity-number.
891         (wl-summary-line-number):  Use elmo-message-entity-number.
892         (wl-summary-line-size): Use elmo-message-entity-field.
893         (wl-summary-line-subject): Ditto.
894         (wl-summary-line-from): Ditto.
895         (wl-summary-line-attached): Ditto.
896         (wl-summary-create-line): Ditto.
897         (wl-summary-create-line): Use elmo-message-entity-number.
898         (wl-summary-print-message-with-ps-print): Use
899         elmo-message-entity-field.
900
901 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
904         change in elmo-msgdb-make-message-entity.
905         (wl-summary-buffer-set-folder): Don't call
906         wl-summary-detect-mark-position here.
907         (wl-summary-rescan): Call elmo-message-entity-number.
908         (wl-summary-sync-update): Ditto.
909         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
910
911         * wl-score.el (wl-score-header-index): Redefine 2th element.
912         (wl-score-overview-entity-get-extra): Abolish.
913         (wl-score-ov-entity-get): Rewrite.
914         (wl-score-string-index<, wl-score-string-func<): Abolish.
915         (wl-score-string<): New function.
916         (wl-score-string-sort): Use it.
917
918         * wl-refile.el (wl-refile-guess-by-history): Use
919         elmo-message-entity-field.
920         (wl-refile-guess-by-from): Ditto.
921         (wl-refile-guess-by-msgid): Ditto.
922
923         * Version number is increased to 2.11.16.
924
925 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-folder.el (wl-folder-confirm-existence): Don't call
928         file-exists-p if msgdb-path is nil.
929         * wl-summary.el, wl-draft.el, wl-action.el: Rename
930         `wl-read-folder-hist' to `wl-read-folder-history'.
931
932 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
933
934         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
935         `y-or-n-p'.
936
937 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-score.el (wl-score-headers): Don't use
940         elmo-folder-do-each-message-entity.
941
942         * Version number is increased to 2.11.15.
943
944 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
945
946         * wl-summary.el (wl-summary-delete-all-msgs): Use
947         elmo-folder-move-messages instead of elmo-folder-delete-messages
948         and elmo-folder-detach-messages.
949         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
950
951         * wl-expire.el (wl-expire-delete): Ditto.
952         (wl-expire-refile-with-copy-reserve-msg): Ditto.
953
954 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * wl-vars.el (wl-message-use-header-narrowing): New user option.
957         (wl-message-header-narrowing-fields): Ditto.
958         (wl-message-header-narrowing-lines): Ditto.
959         (wl-message-header-narrowing-string): Ditto.
960
961         * wl-summary.el (wl-summary-mode-map): Bind
962         wl-summary-toggle-header-narrowing to "C-cC-f".
963         (wl-summary-toggle-header-narrowing): New function.
964
965         * wl-message.el (wl-message-buffer-create): Call
966         wl-message-header-narrowing-setup.
967         (wl-message-redisplay): Call wl-message-header-narrowing.
968         (wl-message-header-narrowing): New function.
969         (wl-message-header-narrowing-map): New keymap.
970         (wl-message-header-narrowing-widen-map): New keymap.
971         (wl-message-header-narrowing-again-at-mouse): New function.
972         (wl-message-header-narrowing-1): Ditto.
973         (wl-message-header-narrowing-widen-at-mouse): Ditto.
974         (wl-message-header-narrowing-setup): Ditto.
975         (wl-message-header-narrowing-toggle): Ditto.
976         
977         * wl-highlight.el (wl-message-header-narrowing-face): New face.
978
979         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
980         'flag as all.
981         (wl-use-flag-folder-help-echo): New user option.
982
983         * wl-summary.el (wl-summary-detect-mark-position): Bind 
984         wl-summary-highlight as nil.
985         (wl-summary-set-mark-modified): Follow the API change.
986         (wl-summary-mark-modified-p): Ditto.
987         (wl-summary-mark-as-read-all): Ditto.
988         (wl-summary-sync-marks): Don't call
989         elmo-folder-list-messages-with-global-mark.
990         (wl-summary-mark-as-read-internal): Follow the API change.
991         (wl-summary-mark-as-answered-internal): Ditto.
992         (wl-summary-mark-as-important): Cause an error when 'flag folder;
993         Follow the API change.
994         (wl-summary-create-line): Call with number argument.
995         (wl-summary-reply): Follow the API change.
996
997         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
998         function.
999         (wl-highlight-summary-line-string): Call it when
1000         wl-use-flag-folder-help-echo is non-nil.
1001         (wl-highlight-summary-current-line): Ditto.
1002         (elmo-flag-folder-referrer): Added autoload setting.
1003
1004         * wl-draft.el (wl-draft-kill): Follow the API change.
1005
1006         * Version number is increased to 2.11.14.
1007         
1008 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1011
1012 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * Version number is increased to 2.11.13.
1015
1016 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-draft.el (wl-draft-previous-history-element): Fixed
1019         unbalanced parenthesis and bind unbound local variables.
1020
1021 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1022
1023         * wl-draft.el (wl-draft-previous-history-element): New function.
1024         (wl-draft-next-history-element): Ditto.
1025         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1026         them to M-p and M-n.
1027
1028 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * Version number is increased to 2.11.12.
1031
1032 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-draft.el (wl-draft-hide): Select buffer-window.
1035
1036 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1037
1038         * wl-summary.el (wl-summary-narrow-to-region): New function.
1039         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1040         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1041         (wl-summary-save-region): Use it.
1042         * wl-action.el (wl-summary-collect-numbers-region)
1043         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1044
1045 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-folder.el (wl-folder-count-incorporates): Don't use
1048         `elmo-msgdb-mark-load'
1049
1050         * Version number is increased to 2.11.11.
1051
1052 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1055         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1056
1057 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1058
1059         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1060
1061 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * Version number is increased to 2.11.10.
1064
1065 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-mime.el (wl-draft-attribute-value): Fixed.
1068
1069 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-util.el (wl-copy-local-variables): New function.
1072
1073         * wl-mime.el (wl-draft-attribute-recipients): New function.
1074         (wl-draft-attribute-envelope-from): Ditto.
1075         (wl-draft-attribute-smtp-posting-server): Ditto.
1076         (wl-draft-attribute-smtp-posting-port): Ditto.
1077         (wl-draft-attribute-value): Ditto.
1078         (wl-draft-preview-message): Use it to get value for
1079         attributes. Reflect result of `wl-draft-config'.
1080
1081         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1082         and call `wl-summary-mark-as-read' before to call
1083         `wl-summary-unset-mark'.
1084         (wl-summary-target-mark-mark-as-unread): Likewise.
1085         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1086
1087 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-mime.el (wl-draft-preview-message): Use actual value for
1090         attributes; Fix for small window.
1091
1092 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-refile.el (wl-refile-get-field-value): Call
1095         `elmo-message-entity-field' with 3rd argument is non-nil.
1096
1097 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-vars.el (wl-draft-preview-attributes): New user option.
1100         (wl-draft-preview-attributes-list): Ditto.
1101         (wl-draft-preview-attributes-buffer-lines): Ditto.
1102         (wl-draft-preview-attributes-buffer-name): Ditto.
1103
1104         * wl-mime.el (wl-draft-preview-message): Display attributes.
1105
1106 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-summary.el (wl-summary-detect-mark-position): Bind
1109         wl-summary-flag-priority-list to '(new).
1110
1111 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1114         funtion.
1115         (wl-highlight-summary-line-string): Use it.
1116         (wl-highlight-summary-current-line): Ditto.
1117
1118 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1121         line even when the mark string is not changed.
1122
1123         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1124         argument change in the wl-summary-create-line.
1125         (wl-thread-insert-entity-sub): Ditto.
1126
1127         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1128         argument change in the wl-summary-create-line.
1129         (wl-summary-insert-sequential): Ditto.
1130         (wl-summary-update-thread): Ditto.
1131         (wl-summary-persistent-mark-string): New inline function.
1132         (wl-summary-message-mark): Use it.
1133         (wl-summary-create-line): Abolish argument wl-persistent-mark
1134         and added wl-flags, wl-cached.
1135
1136         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1137         mark to flags.
1138         (wl-highlight-summary-current-line): Decide the face not by the 
1139         persistent mark but flags.
1140
1141 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1144         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1145         wl-summary-read-uncached-mark): Revive.
1146         (wl-summary-answered-cached-mark,
1147         wl-summary-answered-uncached-mark): New user option.
1148         (wl-summary-score-marks): Follow the change above.
1149         (wl-summary-auto-refile-skip-marks): Ditto.
1150         (wl-summary-incorporate-marks): Ditto.
1151         (wl-summary-expire-reserve-marks): Ditto.
1152         (wl-summary-flag-priority-list): New user option.
1153
1154         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1155         changes.
1156         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1157         of elmo-message-mark.
1158         (wl-summary-mark-as-read-internal): Ditto.
1159         (wl-summary-mark-as-answered): Ditto.
1160         (wl-summary-mark-as-important): Ditto.
1161         (wl-summary-redisplay-internal): Ditto.
1162         (wl-summary-redisplay-no-mime-internal): Ditto.
1163         (wl-summary-message-mark): New function.
1164         (wl-summary-insert-sequential): Use wl-summary-message-mark
1165         instead of elmo-message-mark.
1166         (wl-summary-update-thread): Ditto.
1167         (wl-summary-persistent-mark): Ditto.
1168         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1169         instead of elmo-message-mark.
1170
1171         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1172         wl-summary-message-mark instead of elmo-message-mark.
1173         (wl-thread-insert-entity-sub): Ditto.
1174         (wl-thread-get-children-msgs-uncached): Ditto.
1175
1176         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1177         variable name changes.
1178         (wl-highlight-summary-current-line): Ditto.
1179
1180         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1181         wl-summary-message-mark instead of elmo-message-mark.
1182
1183         * wl-expire.el (wl-expire-message-p): Ditto.
1184
1185         * wl-score.el (wl-score-headers): Ditto.
1186
1187         * Version number is increased to 2.11.9.
1188
1189         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1190         (wl-summary-sync-update): Follow the change above.
1191         (wl-summary-switch-to-clone-buffer): Ditto.
1192         (wl-summary-open-folder): Ditto.
1193
1194 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1197         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1198
1199         * Version number is increased to 2.11.8.
1200
1201         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1202
1203         * wl-expire.el (wl-expire-refile): Follow the API change on
1204         `elmo-folder-move-messages'.
1205         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1206
1207         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1208         (wl-summary-exec-action-refile): Ditto.
1209         (wl-summary-exec-action-copy): Ditto.
1210         (wl-summary-no-auto-refile-message-p): No use
1211         `wl-summary-buffer-msgdb'.
1212         (wl-summary-auto-refile): Ditto.
1213
1214 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1217
1218 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1219
1220         * wl-summary.el (wl-summary-sync): Treat no-sync.
1221
1222         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1223         (wl-default-sync-range): Ditto.
1224
1225 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-refile.el (wl-refile-subject-learn): Call
1228         `elmo-message-entity-field' with 3rd argument is non-nil.
1229         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1230         instead of `elmo-msgdb-overview-entity-get-subject'.
1231
1232 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1235         scan-type is rescan.
1236         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1237         new optional argument force is non-nil.
1238         (wl-summary-save-view-cache): Call it with force argument non-nil.
1239
1240         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1241
1242 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-action.el (wl-summary-print-argument): Fixed last change.
1245
1246 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1249         simplified.
1250         (wl-summary-target-mark-mark-as-unread): Likewise.
1251         (wl-summary-target-mark-mark-as-important): Likewise.
1252
1253 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1256         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1257         (wl-summary-mark-as-important-region): Change accordingly.
1258         (wl-summary-target-mark-mark-as-important): Ditto.
1259
1260 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1263
1264         * wl-action.el (wl-summary-print-argument): Print argument to
1265         right side of window if `wl-summary-print-argument-within-window'
1266         is non-nil.
1267
1268 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-action.el (wl-summary-set-mark): Use
1271         `wl-summary-message-visible-p' to check visibility of the message
1272         and jump to message only when the message line is visible and have
1273         different number; Call wl-summary-unset-mark with number argument.
1274         (wl-summary-unset-mark): 
1275         Use `wl-summary-message-visible-p'
1276         to check visibility of the message and jump to message only when
1277         the message line is visible and have different number;
1278
1279 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * Version number is increased to 2.11.7.
1282
1283         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1284         and wl-folder-summary-line-format.
1285
1286         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1287         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1288         (wl-summary-set-score-mark): Use it.
1289         (wl-summary-target-mark-mark-as-read): Ditto.
1290         (wl-summary-target-mark-mark-as-unread): Ditto.
1291         (wl-summary-target-mark-mark-as-important): Ditto.
1292         (wl-summary-target-mark-msgs): Simplified.
1293         (wl-summary-detect-mark-position): Fixed problem when
1294         summary-line-format no contain persisten/temp mark spec.
1295         (wl-summary-temp-mark): Ditto.
1296         (wl-summary-persistent-mark): Ditto.
1297         (wl-summary-update-persistent-mark): Ditto.
1298
1299         * wl-action.el (wl-summary-set-mark): Ditto.
1300         (wl-summary-unset-mark): Ditto.
1301         All other related portions are changed.
1302
1303 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1304
1305         * Version number is increased to 2.11.6.
1306
1307 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-util.el (wl-current-message-buffer): Define as function;
1310         Don't use the value of wl-messge-buffer.
1311
1312         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1313         persistent mark.
1314
1315         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1316         no current message, cause an error.
1317
1318 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-summary.el (wl-summary-set-message-modified): Use
1321         elmo-folder-set-message-modified instead of
1322         elmo-folder-set-message-modified-internal.
1323
1324 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1327         interactively.
1328         (wl-summary-sync): nokill->entirely.
1329         (wl-summary-sync-marks): Fixed message.
1330         (wl-summary-input-range): Added mark, nokill->entirely.
1331
1332         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1333         messages as read.
1334
1335 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1338         update-noscore.
1339         (wl-summary-sync): Follow the change above.
1340
1341 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-action.el (wl-summary-target-mark-all): Use
1344         elmo-folder-list-messages.
1345
1346 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1349         (wl-summary-rescan): Set wl-summary-scored as nil.
1350         (wl-summary-sync-force-update): Follow the change above.
1351         (wl-summary-sync): Ditto.
1352         (wl-summary-sync-update): Added argument disable-killed.
1353         (wl-summary-insert-headers): Set visible-only argument for
1354         elmo-folder-list-messages.
1355         (wl-summary-input-range): Added update-nokill, update-noscore,
1356         all-nokill, all-noscore and mark.
1357
1358         * Version number is increased to 2.11.5.
1359
1360         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1361
1362 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1365         (wl-summary-prefetch-region-no-mark): Change accordingly.
1366         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1367
1368 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * wl-address.el (wl-complete-field-to): Abolished.
1371         (wl-complete-address): Completion function for completing-read.
1372         * wl-action.el (wl-summary-get-resend-address): Use it.
1373
1374         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1375         wl-summary-update-mark and abolish unused argument.
1376         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1377         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1378         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1379         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1380         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1381         * wl-draft.el (wl-draft-kill): Ditto.
1382
1383         * wl-summary.el: Remove unused binding of case-fold-search.
1384         (wl-summary-replace-status-marks): Abolished.
1385
1386 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1389         is specified or folder length is zero.
1390
1391 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1394         (wl-folder-archive-current-entity): Ditto.
1395
1396 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1397
1398         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1399         retrieving message mark.
1400         (wl-summary-redisplay-internal): Ditto.
1401
1402         * wl-message.el (wl-message-buffer-display): Ignore errors while
1403         retrieving message-id field.
1404
1405         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1406         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1407         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1408         order of the arguments for `wl-expire-message-p'.
1409         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1410
1411         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1412         Check return value of wl-summary-reply.
1413         (wl-summary-reply): Recover window configuration when an error occured.
1414
1415 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-summary.el (wl-summary-resend-message): Abolished, the
1418         feature is inherited by wl-summary-resend (put resend mark).
1419
1420 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1423         wl-message-buffer to nil when the message is hide.
1424
1425 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * .cvsignore: New file.
1428
1429 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-action.el (wl-summary-action-docstring): Add more info.
1432         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1433         duplicate definition.
1434         (wl-summary-define-mark-action): Functions wl-summary-*-region
1435         keep current position.
1436         (wl-summary-unregister-target-mark): Store result to the variable.
1437
1438 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * Version number is increased to 2.11.4.
1441
1442 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1445         wl-summary-delete-all-temp-marks.
1446         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1447
1448         * wl-action.el (wl-summary-set-mark): Changed terminology
1449         refile-destination -> action-argument.
1450         (wl-summary-unset-mark): Ditto.
1451         (wl-summary-remove-argument): Ditto.
1452         (wl-summary-print-argument): Ditto.
1453
1454         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1455         (wl-thread-remove-argument-region): Ditto.
1456         (wl-thread-print-argument-region): Ditto.
1457         (wl-thread-close): Ditto.
1458         (wl-thread-open): Ditto.
1459
1460         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1461         (wl-highlight-refile-destination-face is abolished)
1462         (wl-highlight-action-argument-string): Ditto.
1463         (wl-highlight-summary-current-line): Highlight action argument.
1464
1465         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1466         color for light backgrounds.
1467         (wl-highlight-summary-answered-face): Ditto.
1468
1469 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1470
1471         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1472
1473         * wl-score.el (wl-summary-score-update-all-lines): Use
1474         wl-summary-set-mark.
1475         (wl-summary-score-update-all-lines): Kill expunged messages.
1476
1477         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1478
1479 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1480
1481         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1482         directly.
1483         (wl-score-overview-entity-get-lines): Ditto.
1484         (wl-score-overview-entity-get-xref): Ditto.
1485         (wl-score-get-latest-msgs): Ditto.
1486         (wl-summary-rescore): Ditto.
1487
1488         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1489         to "&".
1490         (wl-summary-mark-as-answered-internal): New inline function.
1491         (wl-summary-mark-as-answered): New function.
1492         (wl-summary-mark-as-unanswered): Ditto.
1493         (wl-summary-sync-marks): Modified for answered-mark synching.
1494
1495 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-action.el (wl-summary-set-mark): Fixed last change.
1498
1499 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1500
1501         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1502         behavior of wl-summary-unread-message-hook
1503         (Pointed out by akira yamada <akira@arika.org>).
1504
1505 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1508         wl-summary-delete.
1509         * wl-xmas.el (wl-summary-toolbar): Ditto.
1510
1511         * wl-action.el (wl-summary-set-mark): Don't override current
1512         temp-mark.
1513
1514         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1515
1516 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1519         (wl-refile-msgid-learn): Ditto.
1520         (wl-refile-get-field-value): Ditto.
1521
1522         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1523
1524         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1525         (wl-expire-delete-reserved-messages): Renamed from
1526         wl-expire-reserve-marked-msgs-from-list.
1527         (wl-expire-delete): Removed argument `msgdb'.
1528         (wl-expire-refile): Ditto.
1529         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1530         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1531         mark-alist as argument.
1532         (wl-expire-archive-number1): Removed argument `msgdb'.
1533         (wl-expire-archive-number2): Ditto.
1534         (wl-expire-archive-date): Ditto.
1535         (wl-expire-localdir-date): Ditto.
1536         (wl-expire-hide): Ditto.
1537         (wl-archive-number1): Ditto.
1538         (wl-archive-number2): Ditto.
1539         (wl-archive-date): Ditto.
1540         (wl-archive-folder): Ditto.
1541         All other related portions are changed.
1542
1543 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1546         mean move up and down. (suggested by Takashi Kawachi)
1547
1548 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-acap.el (toplevel): Don't require un-define.
1551
1552 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-thread.el (wl-thread-delete-message): Always update
1555         wl-summary-buffer-number-list.
1556
1557         * wl-action.el (wl-summary-print-destination): 
1558         Do nothing when folder is nil.
1559
1560 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1563         persistent mark when prefetch is succeeded.
1564
1565 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1568         instead of elmo-msgdb-delete-msgs.
1569         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1570         (wl-expire-hide): Ditto.
1571
1572         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1573
1574         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1575         elmo-msgdb interface.
1576         (wl-thread-get-exist-children): Likewise.
1577         (wl-thread-insert-message): Likewise.
1578         (wl-thread-msg-mark-as-important): Likewise.
1579         (wl-thread-insert-entity-sub): Likewise.
1580         (wl-thread-get-children-msgs-uncached): Likewise.
1581
1582         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1583         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1584         (wl-summary-sync-update): Likewise.
1585         (wl-summary-auto-select-msg-p): Likewise.
1586         (wl-summary-update-thread): Likewise.
1587         (wl-summary-mark-as-important): Likewise.
1588         (wl-summary-jump-to-msg-internal): Likewise.
1589         (wl-summary-redisplay-internal): Likewise.
1590         (wl-summary-print-message-with-ps-print): Likewise.
1591         (wl-summary-folder-info-update): Likewise.
1592
1593         * wl-folder.el (wl-folder-check-one-entity):
1594         elmo-folder-count-flags instead of wl-summary-count-unread.
1595
1596         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1597
1598         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1599
1600         * wl-summary.el (wl-summary-set-message-modified): 
1601         Call wl-summary-set-mark-modified.
1602         (wl-summary-delete-messages-on-buffer): Call
1603         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1604         (wl-summary-sync-update): Call elmo-folder-length instead of
1605         elmo-folder-messages.
1606         (wl-summary-insert-headers): Don't call
1607         elmo-folder-list-message-entities.
1608
1609 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-action.el (wl-summary-define-mark-action): Call
1612         `wl-summary-set-mark' with argument `data'.
1613         (wl-summary-auto-refile): Fixed order of arguments when call
1614         `wl-summary-refile'.
1615
1616 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1619
1620         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1621
1622         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1623         (Renamed from wl-highlight-summary-deleted-face).
1624         (wl-highlight-summary-resend-face): New face.
1625
1626         (wl-highlight-summary-deleted-face): Renamed from
1627         wl-highlight-summary-erased-face.
1628
1629         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1630
1631         * wl-action.el (wl-summary-get-resend-address): New function.
1632         (wl-summary-exec-action-resend): Ditto.
1633         (wl-summary-exec-action-resend-subr): Ditto.
1634
1635         * w-thread.el (wl-thread-copy): Removed definition.
1636         (wl-thread-refile): Ditto.
1637         (wl-thread-delete): Ditto.
1638         (wl-thread-target-mark): Ditto.
1639
1640         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1641         (wl-summary-target-mark-set-action): Fixed.
1642         (wl-summary-define-mark-action): Fixed quotation.
1643         (wl-summary-move-mark-list-messages): Display message.
1644         (wl-summary-define-mark-action): Define thread functions.
1645         (wl-summary-exec-action-refile): Changed message.
1646         (wl-summary-exec): Ditto.
1647
1648 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1649         
1650         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1651         '%%'.
1652
1653 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * wl.el (toplevel): Require wl-action.
1656         (wl-init): Call wl-summary-define-mark-action.
1657
1658         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1659
1660         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1661         wl-summary-delete and wl-summary-erase.
1662         (wl-summary-mode-map): Ditto.
1663
1664         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1665         wl-delete-folder-alist.
1666
1667         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1668         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1669         (toplevel): Moved mark & action related functions to the wl-action.el.
1670
1671         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1672         in wl-summary-mark-action-list.
1673         (wl-highlight-summary-current-line): Ditto.
1674
1675         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1676         empty lines.
1677
1678         * wl-action.el: New file. 
1679
1680 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1681
1682         * wl-summary.el (wl-summary-target-mark-replace): New function.
1683         (wl-summary-target-mark-prefetch): Use it.
1684         (wl-summary-target-mark-delete): Ditto.
1685         (toplevel): Rearranged definition order.
1686         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1687         (wl-summary-target-mark-erase): Rewrite.
1688         (wl-summary-erase-region): New function.
1689         (wl-summary-exec-action-erase): Changed message.
1690         (wl-summary-move-mark-list-messages): New function.
1691         (wl-summary-exec-action-delete): Use it.
1692         (wl-summary-exec-action-erase): Ditto.
1693
1694         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1695         (wl-summary-skip-mark-list): Added "d".
1696
1697         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1698         while searching.
1699
1700         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1701         and define using defcustom;
1702         Define 4th element as a face.
1703         
1704         * wl-summary.el (wl-summary-incorporate): Use 
1705         `wl-summary-prefetch-region-no-mark' instead of
1706         `wl-summary-prefetch-region'.
1707         (wl-summary-prefetch-region-no-mark): Revival of old
1708         `wl-summary-prefetch-region'.
1709         (wl-summary-mark-action-list): Moved to wl-vars.el
1710
1711         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1712         face according to the `wl-summary-mark-action-list'.
1713         (wl-highlight-summary-current-line): Ditto;
1714         Removed destination highlighting.
1715
1716         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1717         (wl-highlight-summary-line-string): Highlight for "i" mark.
1718         (wl-highlight-summary-current-line): Ditto.
1719
1720         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1721         no destination.
1722
1723         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1724         exists, just go ahead.
1725         (wl-summary-prefetch-region): Rewrite.
1726         (wl-summary-prefetch): Ditto.
1727         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1728         (wl-summary-exec-action-prefetch): New function.
1729         (wl-summary-target-mark-prefetch): Rewrite.
1730
1731 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1732
1733         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1734         (wl-highlight-summary-line-string): Added "d" and "D".
1735         (wl-highlight-summary-current-line): Ditto.
1736
1737         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1738         in wl-summary.el.
1739         (wl-thread-insert-entity-sub): Ditto.
1740         (wl-thread-remove-destination-region): Ditto.
1741         (wl-thread-print-destination-region): Ditto.
1742
1743         * wl-summary.el (wl-summary-buffer-refile-list,
1744         wl-summary-buffer-delete-list,
1745         wl-summary-buffer-copy-list): Abolish.
1746         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1747         All other related portions are changed.
1748         (wl-summary-mark-action-list): New variable.
1749         (wl-summary-set-mark): New function.
1750         (wl-summary-register-target-mark): Ditto.
1751         (wl-summary-unregister-target-mark): Ditto.
1752         (wl-summary-have-target-mark-p): Ditto.
1753         (wl-summary-register-temp-mark): Ditto.
1754         (wl-summary-unregister-temp-mark): Ditto.
1755         (wl-summary-registered-temp-mark): Ditto.
1756         (wl-summary-collect-temp-mark): Ditto.
1757         (wl-summary-unset-mark): Ditto.
1758         (wl-summary-set-target-mark): Ditto.
1759         (wl-summary-unset-target-mark): Ditto.
1760         (wl-summary-set-action-generic): Ditto.
1761         (wl-summary-unset-action-generic): Ditto.
1762         (wl-summary-exec-action-delete): Ditto.
1763         (wl-summary-exec-action-erase): Ditto.
1764         (wl-summary-set-action-refile): Ditto.
1765         (wl-summary-set-action-refile-subr): Ditto.
1766         (wl-summary-unset-action-refile): Ditto.
1767         (wl-summary-make-destination-numbers-list): Ditto.
1768         (wl-summary-exec-action-refile): Ditto.
1769         (wl-summary-set-action-copy): Ditto.
1770         (wl-summary-unset-action-copy): Ditto.
1771         (wl-summary-exec-action-copy): Ditto.
1772         (wl-summary-collect-numbers-region): Ditto.
1773         (wl-summary-delete): Rewrite.
1774         (wl-summary-erase): Ditto.
1775         (wl-summary-remove-destination): Ditto.
1776         (wl-summary-exec): Ditto.
1777         (wl-summary-exec-region): Ditto.
1778         (wl-summary-target-mark-erase): Ditto.
1779         (wl-summary-refile): Ditto.
1780         (wl-summary-copy): Ditto.
1781         (wl-summary-unmark): Ditto.
1782         (wl-summary-delete-all-mark): Ditto.
1783         (wl-summary-mark-line): Don't highlight.
1784         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1785         (wl-summary-target-mark-refile-subr): Rewrite.
1786
1787         (wl-summary-copy-prev-destination): Abolish.
1788
1789 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1792         default values along the value of wl-on-mule.
1793         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1794         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1795         It is not used anywhere.
1796
1797 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1798
1799         * wl-summary.el (wl-summary-print-destination): Keep position.
1800         (wl-summary-cursor-move-surface): Keep horizontal position.
1801
1802 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1805         write sendlog.
1806
1807 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1810         `wl-summary-highlight'.
1811
1812 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1813
1814         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1815         trivial condition for temp-mark.
1816
1817 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1820         when it hits killed buffer.
1821
1822 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1823
1824         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1825         * wl-news.el.in: `message' and `error' take format string.
1826
1827 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * wl-folder (wl-folder-insert-entity): Display a message,
1830         `...done', when the work finish.
1831         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1832
1833 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-message.el (wl-message-redisplay): Remove unused local
1836         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1837
1838 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1839
1840         * wl-summary.el (wl-summary-replace-status-marks): Disable
1841         interactive use.
1842         (wl-summary-reedit): Check message existence at first.
1843         (wl-summary-mark-line): Fix doc, return value is indefinite.
1844
1845         * wl-highlight.el (wl-highlight-message): Arranged.
1846
1847         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1848         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1849         check temp-mark by wl-summary-temp-mark always.
1850         (wl-highlight-summary): Change accordingly.
1851         * wl-summary.el (wl-summary-mark-as-read-all)
1852         (wl-summary-delete-cache, wl-summary-set-score-mark)
1853         (wl-summary-mark-as-unread, wl-summary-unmark)
1854         (wl-summary-mark-line, wl-summary-mark-as-read)
1855         (wl-summary-mark-as-important): Ditto.
1856
1857         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1858         end of the window if possible.
1859         * wl-summary.el (wl-summary-sync-update): Support lazy
1860         highlighting.
1861         (wl-summary-toggle-disp-msg): Ditto.
1862
1863 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1864
1865         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1866
1867 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1870         change.
1871
1872 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1875         API.
1876         (wl-summary-sync-update): Ditto.
1877
1878         * wl-score.el (wl-score-get-score-alist): Changed argument.
1879         (wl-summary-rescore-msgs): Likewise.
1880         (wl-summary-score-headers): Likewise.
1881         (wl-score-headers): Likewise;
1882         Use elmo-folder-do-each-message-entity, etc.
1883         (wl-summary-score-effect): Follow the changes above.
1884         (wl-summary-rescore): Ditto.
1885         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1886         (wl-score-get-overview): Abolish.
1887
1888         * wl-summary.el (wl-summary-default-from): Follow the API change in
1889         elmo-msgdb.
1890         (wl-summary-count-unread): Ditto.
1891         (wl-summary-detect-mark-position): Ditto.
1892         (wl-summary-overview-entity-compare-by-date): Ditto.
1893         (wl-summary-overview-entity-compare-by-number): Ditto.
1894         (wl-summary-overview-entity-compare-by-from): Ditto.
1895         (wl-summary-overview-entity-compare-by-subject): Ditto.
1896         (wl-summary-get-list-info): Ditto.
1897         (wl-summary-rescan): Ditto.
1898         (wl-summary-jump-to-msg-by-message-id): Ditto.
1899         (wl-summary-sync-update): Ditto; Removed comment.
1900         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1901         (wl-summary-insert-message): Use wl-summary-insert
1902         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1903         (wl-summary-insert-headers): Changed argument overview to folder.
1904         (wl-summary-search-by-subject): Likewise.
1905         (wl-summary-insert-thread): Renamed from 
1906         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1907
1908         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1909         too.
1910
1911         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1912         wl-string-member.
1913
1914 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1917         elmo-folder-append-buffer.
1918         (wl-draft-queue-append): Likewise.
1919
1920         * wl-mime.el (wl-message-delete-current-part): Ditto.
1921         (wl-summary-burst-subr): Ditto.
1922
1923         * wl-news.el.in (wl-news-send-news): Ditto.
1924
1925 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1928         function.
1929         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1930         (wl-summary-update-mark): Enclose with save-excursion.
1931         (wl-summary-mark-as-read-internal): Fixed last change.
1932         (wl-summary-mark-as-important): Use 3rd argument of
1933         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1934         Don't use elmo-msgdb-set-mark.
1935         (wl-summary-redisplay-internal): If msgdb flag is already read,
1936         just update the mark on buffer.
1937
1938 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1941         cut visible folder when elmo-folder-delete returns non-nil value.
1942
1943 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1944
1945         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1946         by Kenichi OKADA <okada@opaopa.org>).
1947
1948 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1951
1952 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1955         Fixed the last change, search group entity by its real name.
1956         (Thanks to: KOBAYASHI Shinji)
1957
1958 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959
1960         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1961         (wl-fldmgr-access-display-all): Don't refer visible name.
1962         * wl-expire.el (wl-folder-archive-current-entity)
1963         (wl-folder-expire-current-entity): Ditto.
1964         * wl-folder.el (wl-folder-jump-to-current-entity)
1965         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1966         (wl-folder-open-folder-sub,wl-folder-open-all)
1967         (wl-folder-write-current-folder): Ditto.
1968         (wl-folder-insert-entity): Don't use petname for normal group.
1969         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1970         is the real name.
1971         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1972         Abolished.
1973
1974 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1975
1976         * wl-draft.el (wl-draft-create-buffer): Add
1977         `wl-summary-reply-with-citation'
1978
1979 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1980
1981         * wl-draft.el (wl-draft-reply): Fixed.
1982
1983 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1984
1985         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1986         when `wl-draft-send-confirm-with-preview' is non-nil.
1987         You can scroll up/down by j/k.
1988         (wl-draft-send-confirm-with-preview): New variable (default=t).
1989
1990 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1991
1992         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1993         (wl-fldmgr-save-folders): Fix comment.
1994
1995 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1996
1997         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1998         along the last change in `wl-folder-buffer-group-p'.
1999
2000 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2001
2002         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2003         folder.
2004
2005         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2006         the default value.
2007
2008         * wl-mime.el (wl-summary-burst): Update summary only when target
2009         folder equals current folder.
2010
2011 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2012
2013         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2014
2015 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2016
2017         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2018         value.
2019
2020 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2023         `map-extents' instead of `extent-at' repeatedly.
2024         (wl-highlight-folder-current-line): Ditto.
2025
2026         * wl-highlight.el: Remove useless dummy functions.
2027
2028 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2029
2030         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2031         (wl-folder-put-folder-property): New function to put text property.
2032         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2033         (wl-folder-insert-entity, wl-folder-update-diff-line)
2034         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2035         * wl-e21.el, wl-xmas.el, wl-mule.el
2036         (wl-highlight-folder-current-line): Ditto.
2037         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2038         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2039         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2040         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2041
2042 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2043
2044         * Version number is increased to 2.11.3.
2045
2046 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2047
2048         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2049         Resume current-buffer since it is assumed by remaining tasks.
2050
2051 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2052
2053         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2054         (wl-folder-completion-function): Abolished.
2055         (wl-folder-complete-folder): New function.
2056         (wl-folder-complete-filter-condition): Ditto.
2057         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2058         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2059
2060 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2061
2062         * wl-draft.el (wl-draft-send-confirm): New function.
2063         (wl-draft-send): Use it.
2064
2065         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2066         cursor-in-echo-area while confirming.
2067
2068         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2069
2070         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2071         searching via nntp if wl-summary-search-via-nntp is 'force.
2072         Otherwise, invoke searching in nntp folder only.
2073         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2074
2075         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2076         explicitly for mime-make-text-tag.
2077
2078 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2079
2080         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2081         `mime-make-text-tag' instead of `mime-create-tag'.
2082
2083 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2084
2085         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2086         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2087
2088 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2089
2090         * wl-score.el (wl-score-save): Bind print-length and print-level.
2091         (wl-score-pretty-print): Ditto.
2092         (wl-score-edit-insert-header-entry): Ditto.
2093
2094         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2095         "From" entry to be treated with wl-draft-eword-encode-address-list.
2096         * wl-mime.el (wl-draft-preview-message): Ditto.
2097
2098         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2099         (wl-summary-mark-as-unread): Ditto.
2100         (wl-summary-mark-as-read-region): Change accordingly.
2101         (wl-summary-mark-as-unread-region): Ditto.
2102         (wl-summary-target-mark-mark-as-read): Ditto.
2103         (wl-summary-target-mark-mark-as-unread): Ditto.
2104
2105 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2106
2107         * Version number is increased to 2.11.2.
2108
2109 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2110
2111         * wl-news.el.in (wl-news-previous-version-save): Bind
2112         print-length and print-level.
2113         * wl-thread.el (wl-thread-save-entities): Ditto.
2114         (wl-thread-save-top-list): Bind print-length.
2115
2116 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2117
2118         * wl-highlight.el (wl-highlight-summary-line-string): Use
2119         wl-summary-score-below-mark, wl-summary-score-over-mark.
2120         (wl-highlight-summary-current-line): Ditto.
2121
2122 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2123
2124         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2125         insert it.
2126
2127 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2128
2129         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2130
2131 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2132
2133         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2134         message without msgid.
2135         Rewrite with elmo-folder-move-messages.
2136         Set wl-message-buffer to nil.
2137
2138         * wl-summary.el (wl-summary-erase-subr): New function. Use
2139         elmo-folder-move-messages.
2140         (wl-summary-erase): Call it.
2141         (wl-summary-target-mark-erase): Ditto.
2142
2143 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2144
2145         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2146         it is not up-tp-date.
2147
2148 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2149
2150         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2151         buffer after calling `wl-summary-goto-folder-subr' without the
2152         argument `interactive'.
2153         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2154
2155 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2156
2157         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2158         `mime-create-tag'. Use `string=' instead of `looking-at'.
2159
2160 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2161
2162         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2163         to avoid compile warning.
2164
2165         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2166         entity-id when folder is given.
2167         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2168         save-excursion, use save-selected-window instead.
2169         Select folder buffer window if exists.
2170         (To correct behavior with wl-folder-move-cur-folder.)
2171
2172 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2173
2174         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2175
2176 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2177
2178         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2179         list-count instead of %d.
2180
2181 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2182
2183         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2184         (wl-news): Set it.
2185         (wl-news-append-to-folder): Use it.
2186
2187         * wl-news.el.in (wl-news-send-news): Append to specified folder
2188         instead of wl-default-folder.
2189         (wl-news-append-to-folder): Show error message with specified folder.
2190
2191         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2192                 In most major modes, Emacs assumes that any opening
2193                 delimiter found at the left margin is the start of a
2194                 top-level definition, or defun. Therefore, *never put an
2195                 opening delimiter at the left margin unless it should have
2196                 that significance.*
2197
2198         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2199
2200 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2201
2202         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2203
2204 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2205
2206         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2207
2208 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2209
2210         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2211         for sequential numbering case.
2212
2213 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2214
2215         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2216         value.
2217         (wl-draft-reply-without-argument-list): Ditto.
2218         (wl-draft-reply-myself-with-argument-list): Abolish.
2219         (wl-draft-reply-myself-without-argument-list): Ditto.
2220         * wl-draft.el (wl-draft-self-reply-p): New function.
2221         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2222
2223 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2224
2225         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2226         (avoid error for the case without byte-compiling)
2227
2228 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2229
2230         * wl-news.el.in (wl-news-append-to-folder): New function.
2231         (wl-news-exit): Rewrite.
2232         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2233
2234 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2235
2236         * wl-draft.el (wl-draft-reply-position): New function.
2237         (wl-draft-reply-position): Fix.
2238         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2239         (wl-summary-target-mark-reply-with-citation): Ditto.
2240         (wl-summary-reply-with-citation): Ditto.
2241         * wl-vars.el (wl-draft-reply-default-position): New variable.
2242
2243 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2244
2245         * wl-draft.el (wl-draft-send): Preview when interactive send.
2246
2247 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2248
2249         * wl-draft.el (wl-draft-reply): Set default position.
2250         * wl-summary.el (wl-summary-reply): Ditto.
2251         (wl-summary-reply-with-citation): Ditto.
2252         (wl-summary-target-mark-reply-with-citation): Ditto.
2253
2254 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2255
2256         * wl-news.el.in (wl-news-lang): Set default value according to
2257         current-language-environment.
2258         (wl-news-append-news): Do nothing when news-list is nil.
2259
2260 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2261
2262         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2263         (wl-news): Change message.
2264         (wl-news-exit): Check buffer.
2265         (wl-news-force-exit): New function.
2266         (wl-news-show-all): New function.
2267         (wl-news-discard-and-exit): Fix.
2268
2269 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2272         according to current-language-environment.
2273
2274         * wl-news.el.in (wl-news): If arg, show all NEWS after
2275         wl-news-default-previous-version.
2276
2277 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2278
2279         * wl-news.el.in (wl-news-check): Rewritten.
2280         (wl-news-previous-version-load): Change data type.
2281         (wl-news-previous-version-save): Change data type.
2282         (wl-news-append-news): Add return value.
2283         (wl-news-check-news): New function.
2284         (wl-news-already-current-p): New function.
2285         (wl-news-send-news): Rewritten.
2286         (wl-news-mode-map): Add new keybind.
2287         (wl-news): Rewritten.
2288         (wl-news-exit): Rewritten.
2289         (wl-news-discard-and-mail): New function.
2290         (wl-news-send-to-address): Abolished.
2291         * wl.el (wl-init): Delete a message.
2292
2293 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2294
2295         * wl-news.el.in (wl-news-exit): Update previous version.
2296         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2297
2298 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2299
2300         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2301
2302 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2303
2304         * wl-news.el.in (wl-news): New function.
2305         (wl-news-mode): New function.
2306         (wl-news-next-line): New function.
2307         (wl-news-next-page): New function.
2308         (wl-news-exit): New function.
2309         (wl-news-buf-name): New variable.
2310         (wl-news-mode-map): New variable.
2311         (wl-news-winconf): New variable.
2312         (wl-news-append-news): Add an option.
2313
2314 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2315
2316         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2317
2318 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2319
2320         * wl-news.el.in (wl-news-send-to-address): New variable.
2321         (wl-news-send-news): Use it.
2322         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2323         Return updating status.
2324         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2325
2326 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2327
2328         * wl-news.el.in (wl-news-send-news): Delete
2329         Organization and X-Face.
2330
2331 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2332
2333         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2334         (wl-news-append-news): New function.
2335         (wl-news-send-news): New function.
2336
2337 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2338
2339         * Version number is increased to 2.11.1.
2340
2341 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2342
2343         * wl-news.el.in : New file.
2344
2345 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2346
2347         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2348         default value.
2349         (wl-draft-reply-without-argument-list): Ditto.
2350
2351 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2352
2353         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2354         (wl-message-buffer-prefetch-idle-time): Ditto.
2355         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2356
2357 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * wl-thread.el (wl-thread-insert-message): Use
2360         wl-summary-max-thread-depth.
2361
2362         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2363         loop detection.
2364
2365         * wl-message.el (wl-message-buffer-display): Back to the first page
2366         when cache is hit.
2367
2368 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2371
2372         * wl-summary.el (wl-summary-insert-thread-entity):
2373         If the thread depth is reached to wl-summary-max-thread-depth,
2374         divide the thread.
2375
2376 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2377
2378         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2379         for elmo-remove-passwd.
2380
2381 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2384         folder is sticky.
2385         (wl-folder-mark-as-read-all-entity): Ditto.
2386         (wl-folder-prefetch-entity): Ditto.
2387
2388 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2389
2390         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2391
2392 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2393
2394         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2395         Delete messages on buffer for unplugged operation.
2396         (wl-summary-erase): Ditto.
2397
2398 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2399
2400         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2401         take nil so as not to search parent by subject.
2402
2403 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2406         (wl-folder-get-next-folder): Ditto.
2407         (wl-folder-get-path): Ditto.
2408
2409 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2410
2411         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2412         system and encode the region with it before verifying.
2413
2414 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2417         system of the echo buffer before decoding.
2418
2419 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2420
2421         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2422         original contents.
2423
2424 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2427         with argument 'any-exists.
2428
2429 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2430
2431         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2432         Use `wl-cs-autoconv'.
2433
2434 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2435
2436         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2437         by `mime-view-automatic-conversion'.
2438
2439         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2440         (wl-message-verify-pgp-nonmime): Ditto.
2441         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2442         Bind them to C-c:d and C-c:v respectively.
2443
2444         Merge following code by Teranishi-san from [wl-en:00167].
2445         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2446         (wl-mime-preview-application/pgp-encrypted): Ditto.
2447         (wl-mime-setup): Add entry.
2448
2449 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2450
2451         * wl-summary.el (wl-summary-target-mark-erase): New function.
2452         Bind it to "mD".
2453
2454 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-vars.el (wl-draft-write-file-function): Fix.
2457         (wl-draft-reedit-hook): Changed default value.
2458
2459         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2460         wl-draft-reedit-hook.
2461         (wl-draft-remove-text-plain-tag): New function.
2462         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2463
2464         * wl-vars.el (wl-draft-write-file-function): New user option.
2465
2466         * wl-draft.el (wl-draft-prepare-edit): Use it for
2467         local-write-file-hooks.
2468         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2469
2470         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2471         (wl-draft-insert-mail-header-separator): Return the body beginning
2472         point.
2473         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2474         text/plain.
2475         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2476
2477 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-summary.el (wl-summary-erase): New function to erase message
2480         without moving it to trash. Bind to "D".
2481
2482         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2483         as `keep' unless switch-function.
2484
2485 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2486
2487         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2488         message buffer by using `wl-summary-toggle-disp-msg'.
2489         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2490         buffer window.
2491         (wl-summary-supresedes-message): Ditto.
2492
2493         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2494         Do not delete other windows.
2495         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2496         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2497         (wl-draft-create-buffer): Set reply-or-forward also for target
2498         mark commands.
2499
2500 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-draft.el (wl-user-agent-compose): Delete special case for
2503         switch-to-buffer-other-window.
2504
2505         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2506         (wl-summary-forward): Ditto.
2507
2508         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2509         function.
2510         (wl-draft-buffer-style): New use option.
2511
2512         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2513         (wl-draft): Follow the change above.
2514         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2515         wl-draft-buffer-style.
2516         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2517         switch-function.
2518
2519 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl-draft.el (wl-user-agent-compose): Delete special case for
2522         switch-to-buffer-other-window.
2523
2524         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2525         (wl-summary-forward): Ditto.
2526
2527         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2528         function.
2529         (wl-draft-buffer-style): New use option.
2530
2531         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2532         (wl-draft): Follow the change above.
2533         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2534         wl-draft-buffer-style.
2535         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2536         switch-function.
2537
2538 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2539
2540         * wl-address.el (wl-address-make-completion-entry): Extracted from
2541         `wl-address-make-completion-list'.
2542         (wl-address-enable-strict-loading): New variable.
2543         (wl-address-make-completion-list): Revive petname duplication
2544         inquiry, and enable it if `wl-address-enable-strict-loading'.
2545         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2546
2547 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2548
2549         * wl-message.el (wl-message-get-original-buffer): Avoid
2550         'Selecting deleted buffer' error when original buffer is killed.
2551
2552 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2553
2554         * wl-summary.el (wl-summary-next-message): Use
2555         elmo-message-accessible-p instead of elmo-message-cached-p.
2556
2557 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2560
2561         * wl-thread.el (wl-thread-open-all-unread): Use
2562         elmo-folder-list-flagged instead of
2563         elmo-folder-list-messages-mark-match.
2564
2565         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2566         instead of elmo-folder-list-messages-mark-match.
2567         (wl-summary-move-spec-alist): New variable.
2568         (wl-summary-move-spec-plugged-alist,
2569         wl-summary-move-spec-unplugged-alist): Abolish.
2570         (wl-summary-next-message): Follow the change above.
2571         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2572         with 'no-msg' argument.
2573
2574         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2575         variable.
2576         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2577         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2578         (wl-message-buffer-prefetch-get-next): Follow the change above.
2579
2580 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl-version.el (wl-version): Changed codename.
2583
2584         * Version number is increased to 2.11.0.
2585
2586 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2587
2588         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2589         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2590         `wl-draft-config-variables'.
2591         (wl-draft-kill): Fixed problem when the draft is reedit.
2592
2593 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2596         buffer-modified status (Thanks to
2597         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2598
2599 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-util.el (wl-region-exists-p): New function.
2602
2603         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2604         Remove defvars for byte-compile warnings.
2605
2606 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2609         defvar-maybe. Removed unused bind.
2610
2611 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2612
2613         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2614         summary buffer window before creating new frame.
2615         (wl-draft-reply): Ditto.
2616
2617 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2620
2621 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2622
2623         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2624
2625 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2628         instead of `kill-region'.
2629
2630 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2631
2632         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2633         (wl-highlight-summary-line-string): Use it.
2634         (wl-highlight-summary-current-line): Ditto.
2635
2636         * wl-mime.el (wl-message-delete-current-part): Check the class of
2637         mime-entity.
2638
2639         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2640
2641         * wl-summary.el (wl-summary-make-number-list): Initialize.
2642         (wl-summary-update-mark): New function.
2643         (wl-summary-reply): Put `answered' mark on the message.
2644         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2645
2646         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2647         (wl-draft-reply): Added optional argument `number';
2648         Set wl-draft-parent-number.
2649         (wl-draft-kill): Delete answered mark if it is a reply.
2650
2651 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2652
2653         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2654         that originates in mime-preview-follow-current-entity.
2655         (wl-draft-yank-current-message-entity): Use it if region is active.
2656
2657         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2658         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2659         `wl-message-delete-current-part'.
2660         * wl-mule.el (wl-message-define-keymap): Ditto.
2661         * wl-xmas.el (wl-message-define-keymap): Ditto.
2662
2663 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-mime.el (wl-message-delete-current-part): New function.
2666         (wl-mime-node-id-to-string): Ditto.
2667
2668         * wl-mime.el (wl-message-delete-current-part): Use existing
2669         original buffer which corresponds current mime-view buffer.
2670         (fetched buffer might have different structure, possibly)
2671
2672         * wl-mime.el (wl-message-delete-current-part): Quit if the
2673         message content differs from the actual message.
2674
2675 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2678         order.
2679         (wl-summary-search-by-subject): Search parent message from tail;
2680         Check the existence of the parent message on the current thread tree.
2681         (wl-summary-update-thread): Check whether the line is inserted.
2682
2683 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2684
2685         * wl-vars.el (wl-summary-line-format): Undo last change.
2686         * wl-summary.el (wl-summary-print-destination): Do not put
2687         invisible property when `wl-summary-width' is nil.
2688         (wl-summary-line-subject-minimum-length): Abolished.
2689         (wl-summary-line-subject): Ditto.
2690
2691 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2692
2693         * wl-vars.el (wl-summary-line-format): Change default value.
2694         (wl-summary-subject-length-limit): Abolished.
2695         * wl-summary.el (wl-summary-line-subject): Ditto.
2696
2697 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2698
2699         * wl-template.el (wl-template-select): Added optional argument.
2700         If optional argument is specified, reverse
2701         `wl-template-visible-select'.
2702
2703 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2706         Take prefix argument to force asking the destination folder.
2707
2708 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2711         count and update status.
2712
2713 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-summary.el (wl-summary-redisplay-internal): If
2716         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2717         after fetching.
2718
2719 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2722         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2723
2724         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2725
2726 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2729         (All other related portions are changed).
2730         (wl-summary-mark-as-read-all): Rewrite.
2731
2732 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2735         `wl-summary-mark-as-read'.
2736         (wl-summary-mark-as-unread): Rewrite.
2737         (wl-summary-mark-as-read): Added no-modeline argument.
2738         (wl-summary-resume-cache-status): Rewrite.
2739         (wl-summary-exec-subr): Remove unused local variable.
2740
2741 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2742
2743         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2744         logic to call `wl-summary-buffer-prev-folder-function'.
2745         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2746
2747 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2750         is nil.
2751
2752 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2755         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2756         (wl-mime-setup): Add its entry.
2757
2758 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2759
2760         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2761         (wl-summary-delete-cache): Likewise.
2762         (wl-summary-mark-as-read): Rewrite.
2763
2764 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2765
2766         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2767         `wl-summary-count-unread'.
2768
2769         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2770
2771         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2772
2773 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2776         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2777         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2778         Renamed to the elmo-msgdb-*-mark.
2779         (wl-summary-score-marks): Follow the change above.
2780         (wl-summary-auto-refile-skip-marks): Ditto.
2781         (wl-summary-incorporate-marks): Ditto.
2782         (wl-summary-expire-reserve-marks): Ditto.
2783
2784         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2785         changes.
2786         (wl-thread-insert-top): Changed updating message.
2787
2788         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2789         variable.
2790         (wl-summary-count-unread): Count answered marks.
2791         (wl-summary-rescan): Call wl-summary-insert-message instead of
2792         wl-summary-append-message-func-internal.
2793         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2794         (wl-summary-prefetch-msg): Follow the variable name changes.
2795         (wl-summary-prefetch-region): Ditto.
2796         (wl-summary-mark-as-read-all): Follow the API changes;
2797         Don't call elmo-folder-replace-marks.
2798         (wl-summary-delete-cache): Follow the variable name changes.
2799         (wl-summary-resume-cache-status): Ditto.
2800         (wl-summary-update-status-marks): New function.
2801         (wl-summary-insert-message): New function.
2802         (wl-summary-sync-marks): Follow the variable name changes.
2803         (wl-summary-sync-update): Synchronize to the msgdb, too;
2804         Changed update messages.
2805         (wl-summary-make-number-list): Rewrite.
2806         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2807         (wl-summary-mark-as-unread): Follow the API changes.
2808         (wl-summary-exec-subr): Follow the variable name changes.
2809         (wl-summary-mark-as-read): Ditto.
2810         (wl-summary-move-spec-plugged-alist): Ditto.
2811         (wl-summary-move-spec-unplugged-alist): Ditto.
2812         (wl-summary-cursor-move-surface): Ditto.
2813
2814         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2815         variable name changes.
2816         (wl-highlight-summary-current-line): Ditto.
2817
2818         * wl-expire.el (wl-expire-refile): Follow the API change in
2819         elmo-folder-move-messages.
2820         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2821         (wl-summary-archive): Use elmo-folder-msgdb instead of
2822         elmo-msgdb-load.
2823
2824 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2825
2826         * wl-mime.el (wl-draft-preview-message): Restore the position
2827         before evaluating wl-draft-send-hook in preview buffer.
2828
2829 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2832         when it creates new draft buffer.
2833
2834         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2835         without argument.
2836
2837         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2838         Evaluate content and if the value is string, insert it.
2839         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2840         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2841         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2842         wl-draft-config-sub-part-bottom): Use it.
2843
2844         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2845         with the folder name. The question was unintelligible when it is
2846         called from wl-save-status.
2847
2848 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2851         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2852         cannot take second argument).
2853
2854 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2855
2856         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2857         as t. Since type and subtype are not case sensitive (RFC 2045).
2858
2859 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-vars.el (wl-message-mode-line-format): New variable.
2862         (wl-message-mode-line-format-spec-alist): Ditto.
2863         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2864         (wl-message-redisplay): Use wl-message-mode-line-format.
2865
2866 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2869
2870 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2871
2872         * wl-summary.el (wl-summary-default-from): Write description.
2873
2874 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-vars.el (wl-ldap-objectclass): Abolish.
2877
2878         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2879         (wl-ldap-make-filter): Removed condition for objectclass.
2880         (wl-ldap-make-matched-value-list): Remove meaningless process.
2881         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2882         (wl-address-ldap-search): Don't add `*' to `pat' string;
2883         use ignore-errors; added `email';
2884         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2885         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2886         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2887
2888
2889 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2890
2891         * wl-draft.el (wl-draft-parent-folder): Write description.
2892         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2893
2894 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2897         as "" (zero-length string) if no parent.
2898         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2899
2900 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * wl-address.el (wl-address-make-completion-list): Skip duplication
2903         checking.
2904         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2905         `append'.
2906
2907 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2908
2909         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2910         instead of `beginning-of-buffer'.
2911
2912 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2915
2916 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2919         Refer wl-message-buffer-name.
2920         (wl-message-wheel-down): Ditto.
2921
2922 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-vars.el (wl-message-buffer-name): New user option.
2925
2926         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2927         directly instead of making alist dinamically.
2928
2929         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2930         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2931         wl-message-buffer-cache-name.
2932         (wl-message-buffer-cache-clean-up): Ditto.
2933
2934         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2935
2936         * Version number is increased to 2.9.15.
2937
2938 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * wl-vars.el (wl-summary-default-view-alist): New user option.
2941
2942         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2943
2944         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2945         while deleting address.
2946         (wl-draft-delete-myself-from-cc): Ditto.
2947
2948         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2949         If optional argument is specified, reverse sort order.
2950
2951         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2952
2953 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-thread.el (wl-thread-insert-message): Return parent number if
2956         exists.
2957         (wl-thread-update-indent-string-region): Use
2958         wl-thread-update-line-on-buffer-sub instead of
2959         wl-thread-update-line-on-buffer.
2960
2961 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2962
2963         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2964         (wl-folder-close-all): Ditto.
2965
2966 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2967
2968         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2969         and mailing-list:.
2970         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2971         value.
2972         (wl-summary-line-list-info): Print mailing-list name even when 
2973         list-number is empty.
2974
2975 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2978
2979         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2980         (wl-draft-open-file): Ditto.
2981         (wl-draft-random-alphabet): Ditto.
2982
2983         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2984         bindings.
2985
2986 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2989         * wl-vars.el (wl-draft-config-alist): Ditto.
2990
2991 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * Version number is increased to 2.9.14.
2994
2995         * wl.el (wl): Don't set wl-init as nil when error occured while
2996         auto-checking folders.
2997
2998         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2999         `elmo-expand-newtext'.
3000
3001 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3004         `this-command' so that `wl-folder-goto-folder' contained in
3005         `wl-summary-keep-cursor-command' work.
3006
3007 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3010         message buffer displaying state.
3011
3012 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-vars.el (wl-summary-default-view): New variable to specify
3015         default value for `wl-summary-buffer-view' instead of using
3016         set-default.
3017         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3018
3019 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3020
3021         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3022
3023         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3024
3025 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3026
3027         * wl-vars.el (wl-forward-subject-prefix): New variable.
3028         * wl-draft.el (wl-draft-forward): Use it.
3029
3030 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3031
3032         * wl-message.el (wl-message-prev-page): When it is called without
3033         lines argument, scroll down by wl-message-scroll-amount lines.
3034         (wl-message-next-page): Ditto.
3035         * wl-vars.el (wl-message-scroll-amount): Change default value
3036         to preserve current behavior.
3037
3038 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-summary.el (wl-summary-prefetch-msg): Bind
3041         `wl-message-entity' to call `wl-summary-from-function'.
3042
3043 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-message.el (wl-message-buffer-create): Run
3046         wl-message-buffer-created-hook.
3047
3048 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-summary.el (wl-summary-sort-specs): New variable.
3051         (wl-summary-default-sort-spec): Ditto.
3052         (wl-summary-sort): Rewrite.
3053         (wl-summary-sort-by-list-info): New function.
3054
3055 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3056
3057         * wl-summary.el (wl-summary-get-list-info): New function.
3058         (wl-summary-sort): Rewrite.
3059         (wl-summary-line-list-info): Ditto.
3060         (wl-summary-line-list-count): Ditto.
3061         (wl-summary-refile-region): Fixed docstring.
3062
3063 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3066         `wl-folder-entity-hashtb' as completion table.
3067
3068 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3071         only when this command is called interactively; silence the byte-
3072         compiler.
3073
3074 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3075
3076         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3077         active in XEmacs.
3078
3079 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3080
3081         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3082         plural lines.
3083
3084 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3085
3086         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3087         of current line when the cursor is on the header name.
3088         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3089
3090 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3091
3092         * wl-util.el (wl-read-directory-name): Return displayed directory
3093         as the default value also on XEmacs.
3094
3095 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3096
3097         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3098         formatting.
3099
3100 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3101
3102         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3103         argument and when it is non-nil, check face property before
3104         highlighting for each line.
3105         (wl-highlight-summary-window): Set it.
3106
3107 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3110         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3111
3112         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3113         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3114         (wl-draft-get-fcc-list): Likewise.
3115
3116 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3119         (wl-thread-entity-cur): Ditto.
3120         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3121         wl-thread-indent-regexp setting.
3122         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3123
3124         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3125         wl-summary-lazy-highlight.
3126         (wl-summary-display-bottom): Ditto.
3127
3128         * wl-thread.el (wl-thread-open-close): Likewise.
3129
3130         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3131         from and subject;
3132         Bind wl-draft-use-frame;
3133         Enclose with save-window-excursion;
3134         Use wl-draft-create-buffer instead of with-temp-buffer;
3135         Use wl-draft-prepare-edit;
3136         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3137         Use wl-draft-send instead of wl-draft-raw-send.
3138
3139 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3142         of using wl-from.
3143
3144 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3147         insert-buffer instead of clone-buffer.
3148         (wl-draft-doing-mime-bcc): New variable.
3149         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3150         infinite loop.
3151         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3152
3153         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3154         (wl-draft-mime-bcc-body): Ditto.
3155
3156         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3157         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3158         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3159         wl-draft-do-mime-bcc.
3160         (wl-draft-mime-bcc-field): New function.
3161         (wl-draft-do-mime-bcc): Ditto.
3162
3163         * wl-address.el (wl-address-complete-header-list): New variable.
3164         (wl-address-complete-header-regexp): Changed default value.
3165
3166         * Version number is increased to 2.9.13.
3167
3168 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3171         it is differed.
3172
3173 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3176         (wl-summary-line-list-count): Ditto.
3177
3178 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3179
3180         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3181         (wl-nntp-posting-function): New variable.
3182         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3183         `wl-nntp-posting-config-alist'.
3184
3185 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3188         FLIM.
3189
3190 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3191
3192         * wl-summary.el (wl-summary-target-mark-refile-sub):
3193         Remove a nuisance funcall.
3194
3195 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3198         as t for `try-completion'.
3199
3200 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-summary.el (wl-summary-default-from): Use
3203         wl-address-header-extract-address instead of
3204         std11-extract-address-components.
3205         (wl-summary-simple-from): Ditto.
3206         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3207         (wl-summary-insert-headers): Show message.
3208         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3209         for whole line.
3210         (wl-summary-default-from): Revert last change.
3211         (wl-summary-simple-from): Ditto.
3212         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3213         (wl-summary-mark-as-read-region): Follow the change above.
3214         (wl-summary-sync-marks): Ditto.
3215         (wl-summary-target-mark-mark-as-read): Ditto.
3216         (wl-summary-redisplay-internal): Ditto.
3217         (wl-summary-redisplay-no-mime-internal): Ditto.
3218         (wl-summary-redisplay-all-header): Ditto.
3219         (wl-summary-mark-as-read): Removed argument `cached';
3220         Use current cache status to set cache mark.
3221         (wl-summary-redisplay-internal): Follow the change above.
3222         (wl-summary-redisplay-no-mime-internal): Ditto.
3223         (wl-summary-redisplay-all-header): Ditto.
3224
3225         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3226
3227         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3228         Don't call itself recursively (Adviced by Yamaoka-san).
3229
3230 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3233         bind wl-summary-highlight as nil to avoid error caused by missing
3234         local variables.
3235
3236 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-vars.el (wl-invalid-character-message): New user option.
3239
3240         * wl-util.el (wl-set-string-width): If truncated string-width is
3241         larger than specified width, use `wl-invalid-character-message'.
3242
3243 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3244
3245         * wl-summary.el (wl-summary-prefetch-msg): 
3246         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3247
3248 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-vars.el (wl-summary-check-line-format): New user option.
3251         (wl-summary-line-format-file): Ditto.
3252
3253         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3254         variable.
3255         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3256         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3257         and `wl-summary-view-old-p' to check whether do a rescan or not.
3258         (wl-summary-view-old-p): New function.
3259         (wl-summary-line-format-changed-p): Ditto.
3260         (wl-summary-line-format-save): Ditto.
3261         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3262
3263         * wl-util.el (wl-set-string-width): Avoid using negative number
3264         for make-string.
3265
3266 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3269         return value.
3270
3271         * wl-util.el (wl-set-string-width): Added optional argument
3272         `padding' (All other related portions are changed).
3273         (wl-line-parse-format): If the first letter of column number is
3274         `0', zero-padding the result (ex: "%05l").
3275
3276         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3277
3278 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3281         sequential summary view.
3282
3283 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3286         if it doesn't have a -unix version.
3287
3288 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3291
3292 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3295         content.
3296         (wl-draft): Follow the change above.
3297
3298         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3299
3300         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3301         and wl-folder-summary-line-format-alist contain %T and %P.
3302
3303         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3304         (wl-summary-mode-line-format): New user option.
3305         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3306         (wl-summary-line-format): Changed default value.
3307         (wl-summary-lazy-highlight): Changed default value.
3308
3309         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3310         change in wl-summary-create-line.
3311         (wl-thread-insert-entity-sub): Ditto.
3312
3313         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3314         (wl-summary-buffer-unread-status): Ditto.
3315         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3316         (wl-summary-buffer-persistent-mark-column): Ditto.
3317         (wl-summary-buffer-mode-line-formatter): Ditto.
3318         (wl-summary-buffer-mode-line): Ditto.
3319         (wl-summary-message-regexp): Abolished.
3320         (All other related portions are changed.)
3321         (wl-summary-detect-mark-position): New function.
3322         (wl-summary-buffer-set-folder): Setup
3323         wl-summary-buffer-mode-line-formatter.
3324         (wl-summary-mode): Setup selective-display;
3325         Setup pre-idle-hook when xemacs.
3326         (wl-summary-update-modeline): Rewrite.
3327         (wl-summary-jump-to-msg): Define as function;
3328         Changed regexp for searching messages.
3329         (wl-summary-message-number): Rewrite.
3330         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3331         Do rescan when old type summary cache.
3332         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3333         (wl-summary-remove-destination): Use '\r' to detect EOL.
3334         (wl-summary-print-destination): Ditto.
3335         (wl-summary-temp-mark): New inline function.
3336         (wl-summary-persistent-mark): Ditto.
3337         (wl-summary-line-number): New function.
3338         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3339         (wl-summary-line-list-count): New function.
3340         (wl-summary-create-line): Added argument persistent-mark.
3341         (All other related portions are changed)
3342         (wl-summary-create-line): Insert '\r'.
3343         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3344         (wl-summary-cursor-move-surface): New inline function.
3345         (wl-summary-prev): Use it.
3346         (wl-summary-next): Ditto.
3347
3348         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3349         wl-summary-message-regexp.
3350         (wl-highlight-summary): Delete progress message.
3351         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3352
3353         * Version number is increased to 2.9.12.
3354
3355 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3358         variable (nil: no minimum).
3359         (wl-summary-line-subject): Add some spaces after subject by
3360         wl-summary-line-subject-minimum-length.
3361
3362 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3365         and removed `F'.
3366         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3367         change above).
3368
3369 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3370
3371         * wl-summary.el (wl-summary-line-list-count): Reverted.
3372         (example setting in samples/*/dot.wl is also updated)
3373
3374 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3377
3378         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3379
3380         * wl-vars.el (wl-summary-line-format): Addes some description to the
3381         docstring.
3382
3383         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3384         (wl-summary-line-close-bracket): Ditto.
3385         (wl-summary-line-children-number): Ditto.
3386         (wl-summary-line-thread-indent): Ditto.
3387         (wl-summary-line-children-and-from): Ditto.
3388
3389         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3390         't', 'c', 'F' and added 'C'.
3391
3392         * wl-util.el (wl-set-string-width): Accept negative value.
3393         (wl-line-parse-format): Added "%number(" and "%)".
3394
3395 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl-summary.el (wl-summary-line-list-count): Change format of the
3398         return value.
3399
3400 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3401
3402         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3403         from the recent message.el.
3404         (wl-draft-point-in-header-p): Ditto.
3405         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3406         wl-draft-beginning-of-line.
3407         * wl-e21.el (wl-draft-mode-map): Ditto.
3408         * wl-xmas.el (wl-draft-mode-map): Ditto.
3409
3410         * wl-folder.el: Sort macrodefs by dependencies.
3411
3412 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3413
3414         * wl-summary.el (wl-summary-prev): Fixed regexp.
3415         (wl-summary-next): Ditto.
3416
3417 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3418
3419         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3420
3421 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3422
3423         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3424         for backward compatibility.
3425
3426 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3427
3428         * wl-summary.el (wl-summary-line-list-count): New function, merged
3429         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3430         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3431         list counts.
3432
3433 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-summary.el (wl-summary-create-line): Ignore errors while
3436         timezone-fix-time.
3437
3438         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3439
3440         * wl-summary.el (wl-summary-sync-update): Ditto.
3441         (wl-summary-default-from): Use wl-message-entity
3442         instead of entity.
3443
3444         * wl-summary.el (wl-summary-create-line): Fix.
3445
3446         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3447         (wl-summary-line-format): New user option.
3448         (wl-folder-summary-line-format-alist): Ditto.
3449         (wl-summary-from-width): Abolished.
3450
3451         * wl-util.el (toplevel): Require 'bytecomp.
3452         (wl-line-parse-format): New function.
3453         (wl-line-formatter-setup): New macro.
3454
3455         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3456         (wl-summary-buffer-line-formatter): New buffer local variable.
3457         (wl-summary-switch-to-clone-buffer): Follow the change above.
3458         (wl-summary-message-regexp): Fix.
3459         (wl-summary-from-func-internal): Abolished.
3460         (wl-summary-subject-func-internal): Ditto.
3461         (wl-summary-subject-filter-func-internal): Ditto.
3462         (All other related portions are changed.)
3463         (wl-summary-buffer-set-folder):
3464         Set up wl-summary-buffer-number-column and 
3465         wl-summary-buffer-line-formatter
3466         (All other related portions are changed.)
3467         (wl-summary-buffer-number-column-detect): Abolished.
3468         (All other related portions are changed.)
3469         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3470         (wl-summary-delete-all-temp-marks-on-buffer): Use
3471         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3472         (wl-summary-target-mark-delete): Ditto.
3473         (wl-summary-target-mark-refile-subr): Ditto.
3474         (wl-summary-target-mark-mark-as-read): Ditto.
3475         (wl-summary-target-mark-mark-as-unread): Ditto.
3476         (wl-summary-target-mark-mark-as-important): Ditto.
3477         (wl-summary-target-mark-save): Ditto.
3478         (wl-summary-replace-status-marks): Renamed from
3479         wl-summary-set-status-marks-on-buffer;
3480         Use wl-summary-message-regexp instead of
3481         wl-summary-buffer-number-regexp.
3482         (wl-summary-sync-update): Follow the change above.
3483         (wl-summary-goto-previous-message-beginning): New function.
3484         (wl-summary-mark-as-unread): Use it.
3485         (wl-summary-mark-as-important): Ditto.
3486         (wl-summary-line-formatter): New variable.
3487         (wl-summary-line-year): New function.
3488         (wl-summary-line-day): Ditto.
3489         (wl-summary-line-day-of-week): Ditto.
3490         (wl-summary-line-hour): Ditto.
3491         (wl-summary-line-minute): Ditto.
3492         (wl-summary-line-open-bracket): Ditto.
3493         (wl-summary-line-close-bracket): Ditto.
3494         (wl-summary-line-children-number): Ditto.
3495         (wl-summary-line-thread-indent): Ditto.
3496         (wl-summary-line-size): Ditto.
3497         (wl-summary-line-subject): Ditto.
3498         (wl-summary-line-from): Ditto.
3499         (wl-summary-line-children-and-from): Ditto.
3500         (wl-summary-create-line): Rewritten.
3501         (wl-summary-format-date): Abolished.
3502
3503         * wl-highlight.el (wl-highlight-summary-current-line): Use
3504         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3505         Use thread structure to detect thread top message.
3506
3507         * wl-draft.el (wl-default-draft-cite): Don't use
3508         wl-summary-from-func-internal.
3509
3510         * wl-refile.el (wl-refile-subject-learn): Don't use
3511         wl-summary-subject-filter-func-internal.
3512         (wl-refile-guess-by-subject): Ditto.
3513
3514         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3515         parameters.
3516
3517         * wl-thread.el (wl-thread-update-indent-string-region):
3518         Use wl-thread-update-line-on-buffer instead of
3519         wl-thread-update-indent-string.
3520         (wl-thread-update-children-number): Redefine using
3521         wl-thread-update-line-on-buffer.
3522         (wl-thread-update-indent-string): Abolished.
3523
3524         * Version number is increased to 2.9.11.
3525
3526 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3529         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3530         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3531
3532         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3533         as nil.
3534
3535         * wl-thread.el (wl-thread-open-all-unread): Use 
3536         elmo-folder-list-messages-mark-match.
3537         (wl-thread-insert-message): Removed argument `mark-alist'.
3538         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3539         elmo-msgdb-set-mark.
3540         (wl-thread-get-children-msgs-uncached): Likewise.
3541         (wl-thread-get-exist-children): Added argument include-self.
3542         (wl-thread-delete-message): Follow the change above.
3543
3544         * wl-summary.el (wl-summary-count-unread): Removed argument.
3545         (wl-summary-rescan): Follow the change above.
3546         (wl-summary-mark-as-read-region): Ditto
3547         (wl-summary-mark-as-unread-region): Ditto.
3548         (wl-summary-delete-messages-on-buffer): Ditto.
3549         (wl-summary-sync-update): Ditto.
3550         (wl-summary-switch-to-clone-buffer): Ditto.
3551         (wl-summary-goto-folder-subr): Ditto.
3552         (wl-summary-target-mark-mark-as-read): Ditto.
3553         (wl-summary-target-mark-mark-as-unread): Ditto.
3554         (wl-summary-target-mark-mark-as-important): Ditto.
3555         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3556         (wl-summary-update-thread): Removed argument `mark-alist'.
3557         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3558         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3559         (wl-summary-resume-cache-status): Likewise.
3560         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3561         elmo-msgdb-set-mark.
3562         (wl-summary-mark-as-read-all): Likewise.
3563         (wl-summary-delete-cache): Ditto.
3564         (wl-summary-auto-select-msg-p): Ditto.
3565         (wl-summary-mark-as-unread): Ditto.
3566         (wl-summary-no-auto-refile-message-p): Ditto.
3567         (wl-summary-mark-as-read): Ditto.
3568         (wl-summary-mark-as-important): Ditto.
3569         (wl-summary-auto-refile): Follow the change above.
3570         (wl-summary-delete-all-marks): Removed.
3571         (wl-summary-resume-marks-and-highlight): Ditto.
3572         (wl-summary-resume-marks): Ditto.
3573         (wl-summary-delete-important-msgs-from-list): Ditto.
3574         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3575
3576         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3577         wl-summary-count-unread.
3578
3579         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3580         (wl-summary-score-update-all-lines): Use
3581         elmo-msgdb-set-mark.
3582
3583 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3586         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3587         (wl-summary-create-line): Renamed from
3588         wl-summary-overview-create-summary-line;
3589         Argument rearrangement.
3590         (wl-summary-update-thread): Follow the change above.
3591
3592         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3593         (wl-thread-insert-entity-sub): Likewise.
3594
3595         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3596         argument `overview', `mark-alist' and added `msgdb'.
3597
3598         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3599
3600         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3601         (wl-summary-rescan): Follow the change above.
3602         (wl-summary-sync-update): Ditto.
3603         (wl-summary-insert-thread-entity): Ditto;
3604         Don't use `let*' in every while loop;
3605         Detect infinite loop of threads.
3606         (wl-summary-update-thread): Removed argument `overview'.
3607
3608         * wl-thread.el (wl-thread-insert-message): Ditto.
3609
3610         * Version number is increased to 2.9.10.
3611
3612         * wl-message.el (wl-message-redisplay): Ignore errors while
3613         wl-message-redisplay-hook.
3614
3615 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3616
3617         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3618
3619 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl.el (wl): inhibit-quit while wl-folder.
3622
3623 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3626         while msgdb access.
3627
3628 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3629
3630         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3631         even if no folder is not created.
3632
3633 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3634
3635         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3636
3637         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3638         implementation.
3639         (wl-summary-target-mark-thread): Ditto.
3640
3641         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3642
3643 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3644
3645         * wl-util.el (wl-display-bytes): Remove unused function.
3646
3647 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3650         seems critical one (partially reverse the change in 2002/03/17).
3651
3652 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3653
3654         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3655         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3656
3657 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3660         is not writable.
3661         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3662         plugged status instead of `'force' as 2nd argument.
3663
3664         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3665         is not creatable.
3666
3667         * Version number is increased to 2.9.9.
3668
3669 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3670
3671         * wl-summary.el (wl-summary-suspend): New function.
3672
3673 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3674
3675         * wl.el (wl): Do not check variables if check is nil.
3676         * wl-utils.el (wl-collect-draft): New function.
3677         * wl-folder.el (wl-folder-suspend): Put summary buffers
3678         and draft buffers at the end of buffer list.
3679         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3680
3681 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3682
3683         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3684         loop instead of recursive call.
3685
3686         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3687         2nd argument.
3688
3689 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-draft.el (wl-draft-create-contents): Don't take neither
3692         (function . args) nor (string . something) any more.
3693
3694         * wl-version.el (wl-generate-user-agent-string): Return string
3695         without header symbol.
3696         * wl-draft.el (wl-draft-default-headers): Use it.
3697
3698         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3699         `wl-draft-insert-ccs' and return field value instead of inserting
3700         the header. Abolish cc argument.
3701         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3702
3703         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3704         rather than one with string car.
3705
3706         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3707         * wl-draft.el (wl-draft-create-contents): Add it after the default
3708         headers.
3709
3710         * wl-draft.el (wl-draft-create-contents): For the case of
3711         (symbol-or-string . function) insert header only when the function
3712         returns string value.
3713
3714 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3715
3716         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3717         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3718
3719 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3720
3721         * wl.el (wl-check-environment): Don't check Message-ID when
3722         `wl-insert-message-id' is nil.
3723         Revive checking if `wl-message-id-domain' contains "@".
3724
3725 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl.el (wl-check-environment): Merge examination for "@" at
3728         inappropriate position into the first string-match.
3729
3730         * wl-summary.el (wl-summary-target-mark-print): New function.
3731         (wl-summary-pipe-message-subr): Extracted from
3732         `wl-summary-pipe-message'.
3733         (wl-summary-target-mark-pipe): New function.
3734         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3735         `wl-summary-target-mark-pipe'.
3736
3737 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3738
3739         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3740
3741 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl.el (wl-check-environment): Use elmo-warning instead of
3744         error for non-critical ones.
3745         Remove trash folder check.
3746         (wl): Don't ignore error in wl-check-environment.
3747
3748         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3749         check, which is moved from `wl-check-environment'.
3750         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3751
3752 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3755         guess anything, call wl-summary-write.
3756         (wl-summary-write): Create draft with blank To field.
3757         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3758
3759 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3760
3761         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3762         argument full as well for wl-folder-write-current-folder.
3763         If wl-*-write-current-folder cannot guess addressee, add blank
3764         To header.
3765         Rewrite condition for positioning cursor.
3766
3767 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3770         summary buffer is present, use it.
3771         (wl-folder-jump-to-previous-summary): Ditto.
3772
3773 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3774
3775         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3776
3777         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3778         wl-summary-previous-buffer and wl-summary-next-buffer.
3779
3780         * wl-folder.el (wl-folder-mode-map): Bind
3781         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3782         (wl-folder-jump-to-next-summary): New function.
3783         (wl-folder-jump-to-previous-summary): Ditto.
3784
3785         * wl-draft.el (wl-draft): Rearranged.
3786
3787 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3790         of header.
3791         (wl-draft): Collect arguments for the header as header-alist.
3792         (wl-draft-forward): Arrange arguments for wl-draft.
3793         (wl-draft-reply): Ditto.
3794         (wl-draft-edit-string): Ditto.
3795         * wl-summary.el (wl-summary-write): Ditto.
3796         (wl-summary-write-current-folder): Ditto.
3797
3798         * Version number is increased to 2.9.8.
3799
3800 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3801
3802         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3803
3804         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3805
3806         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3807         even if the guess failed.
3808
3809         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3810         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3811         wl-summary-write-current-folder.
3812         * wl-xmas.el: Ditto.
3813
3814 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-summary.el (wl-summary-next-page): Force display message if
3817         message is not displayed yet.
3818         (wl-summary-prev-page): Ditto.
3819
3820 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3821
3822         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3823
3824 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3825
3826         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3827         add "Preview Message" and "Save Draft and Exit".
3828
3829 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3832         if addrmgr is called from draft in splitted window.
3833
3834         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3835         * wl-mule.el: Ditto.
3836         * wl-xmas.el: Ditto.
3837
3838 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3841
3842         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3843         * wl-xmas.el (wl-folder-toolbar): Ditto.
3844
3845 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3846
3847         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3848         and wl-draft-save-and-exit.
3849         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3850         * wl-xmas.el: Ditto.
3851         * wl-mule.el: Ditto.
3852
3853         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3854         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3855
3856 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3859         lists for saving buffer.
3860
3861 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3862
3863         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3864         parent-folder argument instead of it.
3865         (wl-draft-create-buffer): Ditto.
3866         (wl-draft-forward): Ditto.
3867         (wl-draft-reply): Ditto.
3868         * wl-summary.el (wl-summary-write): Ditto.
3869         (wl-summary-write-current-folder): Ditto.
3870
3871         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3872         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3873         Folder buffer after composing.
3874
3875 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3878         header if the file `wl-x-face-file' already contains it.
3879
3880 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3881
3882         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3883         folder" entry.
3884         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3885         * wl-e21.el (wl-folder-toolbar): Ditto.
3886         * wl-xmas.el (wl-folder-toolbar): Ditto.
3887
3888 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3891         wl-folder-goto-folder with sticky argument.
3892         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3893
3894 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3897         and wl-summary-previous-buffer.
3898         (wl-summary-next-buffer): New function.
3899         (wl-summary-previous-buffer): Ditto.
3900
3901 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3904         wl-folder-jump-to-current-entity-with-arg.
3905         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3906         `wl-folder-jump-to-current-entity'.
3907         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3908         `wl-summary-goto-folder-sticky'.
3909         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3910         `wl-summary-goto-folder'.
3911         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3912         Unless force-exit, do not clean temp. marks for sticky summary.
3913         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3914
3915 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3918         not entire.
3919
3920 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3923         to `C-x C-s'.
3924         (wl-summary-save-status): New command.
3925         (wl-summary-exit): Don't clean-up temp marks when sticky.
3926         (Applied patch from Nakayama-san [wl: 09548])
3927         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3928         Do nothing when no mark data.
3929         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3930         Call `wl-summary-delete-all-temp-marks' before saving.
3931
3932 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3933
3934         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3935
3936 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl.el (wl-check-environment): Also cause error when (system-name)
3939         returns "localhost.localdomain". (Although it doesn't affect because
3940         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3941
3942 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3945         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3946
3947         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3948         value.
3949
3950 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3953         Likewise r-cc-list and r-ng-list.
3954
3955 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3958         only if it is bound as variable.
3959
3960         * wl-mime.el (wl-draft-preview-message): Ditto.
3961
3962 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3965         needless `goto-char'.
3966
3967         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3968         `wl-summary-redisplay-no-mime-internal' instead of
3969         `wl-summary-redisplay-no-mime'.
3970         (wl-summary-redisplay-no-mime): Changed argument;
3971         Call `wl-summary-redisplay-no-mime-internal'.
3972
3973         * wl-mime.el (wl-draft-preview-message): Bind
3974         `mime-header-encode-method-alist' locally.
3975
3976         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3977         (wl-draft-std11-parse-addresses): Added the first address check.
3978         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3979
3980         * Version number is increased to 2.9.7.
3981
3982 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3985
3986 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3987
3988         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3989         related to scrollbar support, if there is no such a feature
3990         compiled in.
3991
3992 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3993
3994         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3995         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3996         for prefetch.
3997
3998 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-summary.el (wl-summary-pick): Fix for no match.
4001
4002 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4003
4004         * wl-draft.el (wl-draft-save):
4005         Override `mime-header-encode-method-alist'.
4006
4007 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4008
4009         * wl-folder.el (wl-folder-pick): New function.
4010         Define key as "?".
4011
4012 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4013
4014         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4015         Fix for unplugged.
4016
4017 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-folder.el (wl-folder-virtual): New function.
4020         Define key as "V".
4021
4022 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4025         multi folder if entity is group.
4026
4027 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4028
4029         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4030         is nil.
4031
4032 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4035         (wl-summary-target-mark-msgs): Return the number of marked messages.
4036
4037 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4038
4039         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4040         "first:" is specified.
4041
4042 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-vars.el (wl-from): Use return value of function
4045         user-full-name instead of the variable user-full-name since
4046         XEmacs-20.4 doesn't set this variable.
4047
4048 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4051         call `wl' directly.
4052
4053 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4054
4055         * wl-draft.el (wl-draft-reedit): Removed duplicated
4056         switch-to-buffers.
4057
4058 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * wl.el (wl-other-frame): Removed garbages.
4061
4062 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4065
4066         * wl-xmas.el (wl-draft-key-setup): Ditto.
4067
4068         * wl-mule.el (wl-draft-key-setup): Ditto.
4069
4070         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4071         (wl-draft-reedit): Ditto.
4072         (wl-draft-prepare-edit): Add `wl-draft-save' to
4073         `local-write-file-hooks'.
4074         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4075         (wl-draft-reedit): Set buffer-file-name.
4076         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4077
4078
4079         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4080         call it.
4081         (wl-delete-startup-frame-function): New variable.
4082         (wl-other-frame): New function
4083         (Original was written by Yamaoka san [wl: 09239]).
4084
4085         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4086         if `wl-folder-use-frame'.
4087
4088 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4089
4090         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4091
4092 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4095         New variable.
4096         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4097         (wl-message-buffer-prefetch-get-next): Use them.
4098         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4099
4100 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4103         with unwind-protect.
4104
4105         * wl-draft.el (wl-draft-reedit): Rewrite.
4106         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4107         (wl-draft-save): Insert header separator if it does not exist;
4108         Removed condition-case.
4109
4110         * wl-summary.el (wl-summary-reedit): Revert last change.
4111
4112         * wl-draft.el (wl-draft-save): Rewrite.
4113         (wl-draft-create-buffer): Set buffer-file-name as nil.
4114
4115         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4116
4117         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4118
4119         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4120         nil.
4121
4122 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4123
4124         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4125         If count is nil, do not prefetch.
4126         (wl-message-buffer-prefetch-next): Next.
4127
4128 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4131
4132 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4133
4134         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4135         `delete-backward-char'
4136         (wl-draft-prepare-edit): Check major-mode.
4137         (wl-draft-decode-header): Rewrite.
4138         (wl-draft): Fix.
4139
4140 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4141
4142         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4143
4144 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4147         (wl-message-buffer-prefetch-get-next): Remove size checking.
4148         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4149
4150 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4153         (wl-draft-default-headers): Fix.
4154
4155 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-draft.el (wl-draft-default-headers): Insert return value of
4158         `wl-generate-mailer-string-function'.
4159
4160 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4163         (wl-draft-insert-mail-header-separator): Ditto.
4164
4165         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4166         again (Reverted the change on 2002-01-17 by OKADA san).
4167
4168 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4169
4170         * wl-draft.el (wl-draft): Rewrite.
4171         (wl-draft-create-buffer): New function.
4172         (wl-draft-create-contents): Ditto.
4173         (wl-draft-prepare-edit): Ditto.
4174         (wl-draft-decode-header): Ditto.
4175         (wl-draft-decode-body): Ditto.
4176         (wl-draft-check-new-line): Ditto.
4177         (wl-draft-default-headers): Ditto.
4178         (wl-draft-insert-mail-header-separator): Ditto.
4179
4180 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * Version number is increased to 2.9.6.
4183
4184 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl-draft.el (wl-draft-delete-field): Optional argument.
4187         (wl-draft-delete-fields): Ditto.
4188
4189 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-message.el (toplevel): Eliminated byte-compile warning.
4192         for `itimer-function', `delete-timer' and `itimer-list'.
4193
4194 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4195
4196         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4197         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4198         `wl-message-buffer-prefetch-threshold'.
4199         * wl-summary.el (wl-summary-redisplay-internal): Remove
4200         the check of `wl-message-buffer-prefetch-depth'.
4201
4202 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4205         size of article.
4206         (wl-message-buffer-prefetch-subr): Remove size check.
4207
4208 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4209
4210         * wl-vars.el (wl-plugged): Make customizable.
4211
4212 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4213
4214         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4215         (wl-message-buffer-prefetch-set-timer): New function.
4216         (wl-message-buffer-prefetch-get-next): New function.
4217         (wl-message-buffer-prefetch): New function.
4218         (wl-message-buffer-prefetch-next): Rewrite.
4219         (wl-message-buffer-prefetch-subr): Rewrite.
4220         * wl-vars.el (wl-auto-prefetch-first): New variable.
4221         * wl-summary.el (wl-summary-goto-folder-subr): Call
4222         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4223
4224 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4227         `wl-summary-unread-message-hook'.
4228
4229 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4232         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4233         if range is `cache-status'.
4234
4235 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4236
4237         * wl-message.el (wl-message-buffer-prefetch-subr):
4238         Improve debug message.
4239
4240 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4243         `wl-mail-send-pre-hook'.
4244         (wl-draft-send-mail-with-qmail): Ditto.
4245         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4246
4247 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4248
4249         * wl-message.el (wl-message-buffer-prefetch-subr):
4250         Fix for cancel-function-timers bug.
4251         (wl-message-buffer-prefetch-debug): Default value is t.
4252
4253 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4256         (wl-message-buffer-prefetch-subr): Rewrite.
4257         Rename from `wl-message-buffer-prefetch'.
4258
4259 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4262         (wl-default-draft-cite-decorate-author): Ditto.
4263
4264         * wl-draft.el (wl-draft-cite-function): Removed.
4265         (wl-default-draft-cite-decorate-author): Ditto.
4266
4267 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4268
4269         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4270         (wl-default-draft-cite): Do not arrange author name if the value of
4271         `wl-default-draft-cite-decorate-author' is nil.
4272
4273 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4276
4277         * wl-folder.el (wl-folder-check-one-entity): Don't care
4278         `elmo-folder-use-flag-p'.
4279
4280 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4281
4282         * wl-folder (wl-folder-check-one-entity): Fix
4283         problem if unread is nil.
4284
4285 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-address.el (wl-address-make-completion-list): Check whether
4288         the address is a group list.
4289         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4290
4291 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4292
4293         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4294         The number of the messages of new and unread does not count
4295         correctly.
4296
4297         * wl-summary.el (wl-summary-count-unread): Changed to return
4298         `(new . unread)' instead of total.
4299         (wl-summary-sync-update): Follow the change above.
4300
4301         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4302
4303 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-address.el (wl-address-make-completion-list): Do not enclose
4306         address by " <" and ">" if associated realname is "".
4307         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4308         This is against the promblem with group list in .addresses pointed
4309         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4310
4311 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4314         message is a format control string.
4315         * wl-expire.el (wl-expire-append-log): Ditto.
4316         * wl-mime.el (wl-summary-burst-subr): Ditto.
4317         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4318         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4319
4320 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4323         wl.el (wl-check-variables): Rename from `wl-check-type'.
4324         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4325         (wl-check-variables-2): New function.
4326         (wl): Call `wl-check-variables-2'.
4327
4328 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4331         after renaming folder in access group.
4332
4333 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4334
4335         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4336         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4337         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4338         (wl-message-buffer-prefetch): Rewrite.
4339         (wl-message-buffer-prefetch-idle-time): Removed.
4340         * wl-summary.el (wl-summary-redisplay-internal):
4341         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4342         Error check for `wl-message-buffer-prefetch-depht'.
4343
4344 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * Version number is increased to 2.9.5.
4347         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4348
4349 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4352         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4353         Based on the patch written by
4354         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4357
4358         * wl-draft.el (wl-draft-raw-send): Fix for
4359         `wl-news-send-pre-hook'
4360
4361 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * wl-utils.el (wl-message-id-function): New variable.
4364         * wl-draft.el (wl-draft-insert-required-fields):
4365         Use `wl-message-id-function'.
4366
4367 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4368
4369         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4370         * wl-utils.el (wl-draft-make-message-id-string):
4371         Use `wl-from' for domain part of Message-ID
4372         if `wl-message-id-use-wl-from' if non-nil.
4373         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4374
4375 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4376
4377         * wl.el (wl): Call `wl-check-type'
4378         Do not 'condition-case'.
4379
4380 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl.el (wl-check-type): New function.
4383         (wl-check-type-variables): New variable.
4384
4385 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4386
4387         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4388
4389 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4390
4391         * wl-draft.el (wl-smtp-password-key): New function.
4392         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4393         (wl-draft-send-mail-with-smtp): Ditto.
4394         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4395
4396 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4399         * wl-utils.el (wl-unique-id-suffix): Remove.
4400
4401 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * Version number is increased to 2.9.4.
4404
4405 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-utils.el (wl-unique-id-suffix): New variable.
4408         (wl-unique-id): Use `wl-unique-id-suffix'
4409
4410 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4411
4412         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4413         instead of `elmo-msgdb-search'.
4414
4415         * Version number is increased to 2.9.3.
4416
4417 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4418
4419         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4420
4421 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4424         (wl-draft-dispatch-message): Changed for send-later.
4425         (wl-draft-queue-flush): Ditto.
4426         (wl-draft): Clear `wl-sent-message-queued'.
4427         (wl-draft-reedit): Ditto.
4428         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4429         * wl-vars.el (wl-draft-force-queuing): New variable.
4430         (wl-draft-force-queuing-mail): New variable.
4431         (wl-draft-force-queuing-news): New variable.
4432
4433 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4436         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4437
4438 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4439
4440         * Version number is increased to 2.9.2.
4441
4442 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * wl-draft.el (wl-draft-elide-region): New user command.
4445         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4446
4447         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4448         command `wl-draft-elide-region'.
4449         * wl-mule.el: Ditto.
4450         * wl-xmas.el: Ditto.
4451
4452 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4455         (wl-biff-check-folder-async): Removed needless let.
4456
4457 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4460         wl-folder-get-elmo-folder.
4461         (wl-biff-check-folder): Set `biff' argument of
4462         `wl-folder-check-one-entity'.
4463         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4464
4465         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4466         (wl-folder-check-one-entity): Added `biff' argument;
4467         Setup `biff' slot of folder.
4468
4469         * Version number is increased to 2.9.1.
4470
4471 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4474         comment out and fixed.
4475         (wl-fldmgr-add-completion-subr): Ditto.
4476
4477         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4478         and msgdb.
4479
4480         * wl.el (wl-toggle-plugged): Save summary view.
4481
4482 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4485
4486 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4487
4488         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4489
4490 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4493         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4494         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4495
4496         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4497         if it was failed.
4498         (wl-demo): Disable undo in the demo buffer.
4499
4500 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-version.el (wl-version): Changed codename.
4503
4504         * Version number is increased to 2.9.0.
4505
4506 2001-12-14  Takuo KITAME <kitame@northeye.org>
4507
4508         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4509         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4510         (wl-folder-mark-as-read-all-current-entity): Ditto.
4511
4512 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-vars.el (wl-from-width): Define as obsolete variable.
4515         (wl-subject-length-limit): Ditto.
4516
4517         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4518
4519         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4520         wl-summary-save-view.
4521
4522         * wl.el (wl-save-status): Ditto.
4523         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4524
4525         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4526         (wl-summary-exit): Follow the change above.
4527         (wl-summary-goto-folder-subr): Ditto.
4528
4529         * wl-folder.el (wl-folder-create-subr): Don't use
4530         `elmo-folder-creatable-p'.
4531
4532 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4535
4536 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4539         rather than bitmap on Emacs 21.
4540         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4541         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4542         for xbm if the new redisplay engine is not available.
4543
4544 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-folder.el (wl-folder-init-hook): New hook.
4547         (wl-folder-init): Run `wl-folder-init-hook'.
4548
4549 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4552
4553 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-acap.el (wl-acap-cache-filename): New variable.
4556         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4557         (wl-acap-init): Use cache if no ACAP server found.
4558
4559 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4560
4561         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4562         `wl-acap-original-msgdb-dir'.
4563
4564         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4565         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4566
4567         * wl-mime.el (wl-mime-save-directory): Renamed from
4568         `wl-mime-save-dir'.
4569
4570 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4573
4574         * wl-demo.el: Require `path-util'.
4575         (wl-demo-bitmap-mule-available-p): New internal variable.
4576         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4577         `module-installed-p' instead.
4578         (wl-demo-insert-image): Use *.img file for a bitmap image.
4579         (wl-demo): Don't call the ascii demo recursively.
4580
4581 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4582
4583         * Version number is increased to 2.7.7.
4584
4585 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl.el (wl-exit): Eliminated byte-compile warning.
4588
4589 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4590
4591         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4592         obsolete variable using `elmo-define-obsolete-variable'.
4593         (wl-fetch-confirm-threshold): Ditto.
4594         (wl-cache-prefetch-folder-type-list): Ditto.
4595         (wl-cache-prefetch-folder-list): Ditto.
4596
4597 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4600         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4601         (wl-demo-insert-image): New function.
4602         (wl-demo-insert-text): New function.
4603         (wl-demo-image-type-alist): Redefine as a function.
4604         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4605         (wl-demo-with-temp-file-buffer): Removed.
4606         (wl-logo-xpm): Removed.
4607         (wl-logo-xbm): Removed.
4608         (wl-logo-bitmap): Removed.
4609
4610 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4611
4612         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4613         (wl-expire-localdir-get-folder-function): New user option.
4614         (wl-expire-localdir-get-folder): New function.
4615         (wl-expire-localdir-date): Ditto.
4616
4617 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4618
4619         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4620         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4621         Fixed unread number mismatch when all-unread < unread.
4622
4623 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4626         (wl-fetch-confirm-threshold): Ditto.
4627
4628         * wl-summary.el (wl-summary-confirm-appends): Removed.
4629         (wl-summary-sync-update): Don't refer
4630         `wl-summary-update-confirm-threshold' (It is now abolished).
4631
4632         * wl-message.el (wl-message-display-internal): Don't refer
4633         `wl-fetch-confirm-threshold' (It is now abolished).
4634
4635 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4638
4639 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4642         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4643         Change default value to nil.
4644         (wl-summary-indent-length-limit): The value can be nil, nil means
4645         unlimited.
4646
4647         * wl-summary.el: Don't set limit for indent length if the value of
4648         wl-summary-indent-length-limit is nil.
4649         If the value of wl-summary-width is nil, it means only that the width
4650         of summary is unlimited (nil doesn't mean that the indent length is
4651         unlimited).
4652
4653         * wl-thread.el: Ditto.
4654
4655 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4656
4657         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4658         be nil, nil means never confirm.
4659         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4660
4661 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4664         means unlimited).
4665
4666 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4669         Use `with-temp-buffer'.
4670
4671 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4674         with new backquote style).
4675         (wl-folder-get-entity-from-buffer): Ditto.
4676
4677 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4678
4679         * wl-version.el (nemacs-version): Eliminated.
4680         (wl-extended-emacs-version2): Ignore nemacs.
4681         (wl-extended-emacs-version3): Ditto.
4682
4683 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4684
4685         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4686         (wl-draft-add-in-reply-to): New variable.
4687         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4688         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4689         (wl-draft-yank-from-mail-reply-buffer): Use
4690         `wl-draft-add-in-reply-to'.
4691         (wl-draft-insert-current-message): Ditto.
4692
4693 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4694
4695         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4696         typo (kill->hide).
4697         (wl-message-buffer-prefetch-folder-type-list): Added elements
4698         `mark' and `cache' instead of `internal'.
4699
4700 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4701
4702         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4703         resume msgdb directory.
4704
4705 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl.el (wl-exit): Call `wl-acap-exit'.
4708
4709         * wl-summary.el (wl-summary-message-string): New function.
4710         (wl-summary-reedit): Use it.
4711         (wl-summary-resend-bounced-mail): Remove needless let.
4712         (wl-summary-supersedes-message): Ditto.
4713         (wl-summary-save): Ditto.
4714
4715         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4716         (wl-acap-init): Set it.
4717         (wl-acap-exit): New function.
4718
4719 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4720
4721         * wl.el (wl-init): Revert (require 'mime-setup). move from
4722         toplevel.
4723
4724 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4725
4726         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4727         local variables.  Add error when guess function return invalid
4728         value.
4729
4730 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4731
4732         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4733         Change local variable name.
4734         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4735         (wl-folder-get-newsgroups): Return nil when non-news folder.
4736         * wl-summary.el (wl-summary-write-current-folder): State through
4737         when guess-list return nil.
4738         (wl-summary-write-current-folder-functions): Fixed docstring.
4739
4740         * wl.el (wl-exit): Changed confirm message.
4741
4742         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4743         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4744
4745         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4746
4747 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4750         user option (Renamed from wl-cache-prefetch-folder-type-list).
4751         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4752         from wl-cache-prefetch-folder-list).
4753
4754         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4755         Move to wl-vars.el.
4756         (wl-message-buffer-prefetch-p): Changed to enable
4757         `wl-message-buffer-prefetch-folder-list'.
4758
4759         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4760         `ignore-cache'.
4761
4762 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4763
4764         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4765         `part-top' and `part-bottom'.
4766         (wl-draft-config-sub-part-top): New function.
4767         (wl-draft-config-sub-part-bottom): New function.
4768
4769 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4772
4773 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4774
4775         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4776
4777 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4780
4781         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4782         (wl-summary-write-current-folder): Ditto.
4783
4784 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-folder.el (wl-folder-get-newsgroups): Use
4787         `elmo-folder-newsgroups'.
4788
4789 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4792         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4793         `wl-draft-config-sub-header-bottom'.
4794
4795 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4796
4797         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4798         localnews folder.
4799
4800 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-summary.el (wl-summary-mode): Undo last change.
4803
4804         * wl-folder.el (wl-folder-mode): Ditto.
4805
4806 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-summary.el (wl-summary-mode): Locally set
4809         truncate-partial-window-width to nil.
4810         (for XEmacs)
4811
4812         * wl-folder.el (wl-folder-mode): Ditto.
4813
4814 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4817
4818 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4821         number.
4822
4823         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4824
4825         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4826
4827         * Version number is increased to 2.7.6.
4828
4829 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4832
4833 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * wl-summary.el (wl-summary-sync-update): Enclose network
4836         related portion with `unwind-protect'.
4837
4838 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4839
4840         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4841
4842 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4843
4844         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4845         element.
4846         * wl-vars.el (wl-message-body-button-alist): Ditto.
4847
4848         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4849         max match length.
4850         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4851
4852         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4853         for the max match length;
4854         Use 4th element value for the button string regexp group.
4855
4856         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4857         candidate exists, prompt to select.
4858
4859 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4860
4861         * wl-summary.el (wl-summary-jump-to-msg): Search before
4862         calibration point by `beginning-of-line'.
4863
4864 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4867         for access group.
4868
4869 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * wl-message.el (wl-message-display-internal): Bind
4872         `default-mime-charset'.
4873
4874         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4875
4876         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4877
4878         * Version number is increased to 2.7.5.
4879
4880 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4881
4882         * wl-expire.el (wl-summary-archive): Fixed;
4883         Use `elmo-folder-name-internal'.
4884
4885 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4888         from `elmo-folder-move-messages' caller.
4889         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4890
4891         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4892         related portions are changed).
4893
4894 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4895
4896         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4897         counter.
4898
4899 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4900
4901         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4902         buffer local and set it to nil.
4903
4904         * wl-message.el (wl-message-redisplay): Ditto.
4905
4906 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-summary.el (wl-summary-mark-as-important): If message is
4909         already cached, set messag as read, otherwise encache and mark as read.
4910
4911 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4914         point-min.
4915
4916 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4919         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4920         a keymap.
4921
4922 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4925         parent.
4926
4927         * wl-mule.el (wl-message-define-keymap): Ditto.
4928
4929         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4930
4931         * wl-xmas.el (wl-message-display-internal-hook): Define.
4932         (wl-xmas-setup-message-toolbar): Define as function.
4933         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4934         (wl-message-overload-functions): Abolished.
4935         (wl-message-define-keymap): New function.
4936
4937         * wl-vars.el (wl-message-display-internal-hook): New variable.
4938         (wl-message-header-button-alist): New variable (Renamed from
4939         wl-highlight-message-header-button-alist).
4940         (wl-message-body-button-alist): Ditto.
4941
4942         * wl-mule.el (wl-message-define-keymap): New function.
4943         (wl-message-overload-functions): Abolished.
4944
4945         * wl-message.el (wl-message-add-buttons-to-body): New function.
4946         (wl-message-redisplay): Don't call wl-message-overload-functions;
4947         Call wl-message-add-buttons-to-header and
4948         wl-message-add-buttons-to-body.
4949         (wl-message-display-internal): Set keymap argument for
4950         elmo-mime-display-as-is, elmo-mime-message-display;
4951         Run wl-message-display-internal-hook.
4952         (wl-message-refer-article-or-url): Abolished.
4953
4954         * wl-highlight.el (wl-highlight-headers): Don't call
4955         wl-highlight-message-add-buttons-to-header.
4956         (wl-highlight-message-add-buttons-to-header): Abolished.
4957
4958
4959         * wl-e21.el (wl-message-display-internal-hook): Define.
4960         (wl-e21-setup-toolbar): Deleted duplicated binding.
4961         (wl-e21-setup-message-toolbar): Define as function.
4962         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4963         (wl-message-define-keymap): New function.
4964         (wl-message-overload-functions): Abolished.
4965
4966 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4969         and elmo-folder-close.
4970
4971         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4972
4973 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4974
4975         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4976         boolean value.
4977         * wl-draft.el (wl-draft-do-fcc): Ditto.
4978
4979 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-vars.el (wl-fcc-force-as-read): New variable.
4982         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4983         mark copied message as read.
4984
4985 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4986
4987         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4988
4989 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4990
4991         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4992         `wl-summary-target-above' instead of obsolete variable
4993         `wl-summary-temp-above'.
4994
4995         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4996         instead of `make-obsolete-variable'.
4997         * wl-refile.el (toplevel): Ditto.
4998
4999 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5002         with third argument t.
5003         (wl-draft): Set first argument for wl-plugged-init as t.
5004
5005         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5006         definition.
5007
5008 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5009
5010         * wl-vars.el: Tabify.
5011         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5012
5013         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5014         message.
5015
5016 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5019         and set default to beep.
5020
5021 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-vars.el (wl-draft-truncate-lines): New variable.
5024
5025         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5026         instead of wl-message-truncate-lines for truncate-lines.
5027
5028 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-message.el (wl-message-display-internal): Call
5031         `wl-highlight-message' after `elmo-mime-display-as-is'.
5032
5033         * wl-mime.el (wl-mime-display-text/plain): New function.
5034         (wl-mime-display-header): Ditto.
5035         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5036         body-presentation-method for text/plain;
5037         Register `wl-mime-display-header' as a header-presentation-method;
5038         Don't set up `elmo-message-text-content-inserted-hook' and
5039         `elmo-message-header-inserted-hook'.
5040
5041         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5042         variable.
5043         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5044         as t if flag is 'all-header;
5045         Don't bind `elmo-message-ignored-field-list',
5046         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5047
5048 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5051         for xemacs with non-mule environment.
5052
5053 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5054
5055         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5056         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5057         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5058
5059 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5060
5061         * wl-vars.el (wl-interactive-send): Set default value as t.
5062
5063 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5066         (wl-addrmgr-method-list): Abolished.
5067         (wl-addrmgr-change-method): Follow above change.
5068
5069         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5070
5071 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl-vars.el (wl-message-truncate-lines): Change default value
5074         to default-truncate-lines.
5075
5076         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5077
5078 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-vars.el (wl-message-truncate-lines): New variable.
5081
5082         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5083         wl-message-truncate-lines.
5084
5085 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5086
5087         * wl-acap.el (wl-acap-init): Remove period from error message.
5088         (wl-acap-find-acap-service): Remove period from message.
5089
5090 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl.el (wl-check-environment): Undo last change.
5093
5094         * wl-vars.el (wl-from): Changed default value.
5095
5096         * wl-util.el (toplevel): Don't require tm-edit.
5097
5098         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5099         `wl-folder-init';
5100         Don't set mark on mail body.
5101         (wl-draft-reedit): Ditto.
5102
5103         * wl-address.el (wl-address-quote-specials): Define as an alias for
5104         elmo-address-quote-specials.
5105
5106 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5109
5110         * wl-vars.el (wl-from): Set default value as nil.
5111         (wl-organization): Set default value as ORGANIZATION environment
5112         variable.
5113
5114         * wl-draft.el (wl-smtp-extension-bind): Check value of
5115         wl-smtp-connection-type.
5116
5117         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5118         error.
5119
5120 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5121
5122         * Version number is increased to 2.7.4.
5123
5124         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5125         arguments from `wl-highlight-x-face-function' caller.
5126         Use x-face-1.3.6.12 or later.
5127
5128 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5129
5130         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5131
5132 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5135         (wl-fcc): Fix to accept function.
5136         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5137
5138 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5139
5140         * wl-acap.el (toplevel): Added `product-provide' declare.
5141         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5142
5143 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * wl.el (wl): Changed order of calling `elmo-init'
5146         and `elmo-folder-init'.
5147
5148 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5149
5150         * wl-mime.el (wl-summary-burst): Extract message when content-type
5151         of root entity is not only `multipart' but also `message/rfc822'.
5152         (wl-summary-burst-subr): Ditto.
5153
5154 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5155
5156         * wl-vars.el (toplevel): Require 'custom.
5157         (wl-trash-folder): Added to `wl-setting' group.
5158
5159         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5160         exists.
5161         (wl-addrmgr-draw): Insert empty line when no entry exists.
5162
5163         * wl-mule.el (wl-message-wheel-up): Fixed.
5164         (wl-message-wheel-down): Ditto.
5165
5166 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5167
5168         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5169         config is an anonymous lambda expression.
5170
5171 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5174         when Mule 2 is running.
5175
5176 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5179
5180 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5181
5182         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5183         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5184
5185         * wl-address.el (wl-address-specials-regexp): Eliminated.
5186         (wl-address-quote-specials): Rewrite.
5187
5188 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5191         shy-groups for regexp.
5192
5193         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5194         character classes and Perl style shy-groups for regexp.
5195         (wl-highlight-plugged-current-line): Use Posix style character
5196         classes for regexp.
5197         (wl-e21-highlight-folder-by-numbers): Ditto.
5198         (wl-e21-display-image-p): Use `display-images-p' instead of
5199         `display-graphic-p'.
5200         (display-images-p): Make an alias to `display-graphic-p' if it is
5201         not available.  It is for Emacs version prior to 21.0.105.
5202
5203         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5204         `display-graphic-p'.
5205         (wl-demo-image-type-alist): Ditto.
5206         (display-images-p): Make an alias to `display-graphic-p' if it is
5207         not available.  It is for Emacs version prior to 21.0.105.
5208
5209 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5210
5211         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5212         support.
5213         (wl-generate-user-agent-string): Ditto.
5214
5215         * wl-version.el (wl-version): Update docsting.
5216         (wl-version-status): Ditto.
5217
5218 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5219
5220         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5221         21.0.105.  For Emacs 21.0.104 or earlier.
5222
5223 2001-09-03  Takuo KITAME <kitame@northeye.org>
5224
5225         * wl-e21.el (wl-plugged-init-icons): Use
5226         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5227         (wl-biff-init-icons): Ditto.
5228
5229 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * wl-highlight.el (wl-highlight-summary-current-line):
5232         Fixed highlighting refile/copy destination.
5233
5234         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5235         (wl-acap-store): Encode string by wl-acap-coding-system.
5236
5237 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-acap.el (toplevel): Check and require 'un-define before
5240         'xemacs-ucs;
5241          Added checking for UTF-2000.
5242
5243 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5246         Don't enclose with `eval-and-compile'.
5247
5248         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5249         wl-init is non-nil.
5250
5251         * wl-draft.el (wl-draft): Ditto.
5252
5253         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5254
5255         * wl-acap.el (toplevel): Require 'wl.
5256         (wl-acap-store): Call `elmo-init'.
5257
5258         * wl.el (wl): Changed position of `wl-check-environment'.
5259         (toplevel): Added autoload setting for wl-acap.
5260
5261         * wl-vars.el (wl-setting): New custom group.
5262         (wl-from): Added wl-setting group.
5263         (wl-user-mail-address-list): Ditto.
5264         (wl-organization): Ditto.
5265         (wl-subscribed-mailing-list): Ditto.
5266         (wl-envelope-from): Ditto.
5267         (wl-smtp-posting-user): Ditto.
5268         (wl-smtp-posting-server): Ditto.
5269         (wl-smtp-posting-port): Ditto.
5270         (wl-smtp-authenticate-type): Ditto.
5271         (wl-pop-before-smtp-user): Ditto.
5272         (wl-pop-before-smtp-server): Ditto.
5273         (wl-pop-before-smtp-port): Ditto.
5274         (wl-pop-before-smtp-authenticate-type): Ditto.
5275         (wl-nntp-posting-server): Ditto.
5276         (wl-nntp-posting-user): Ditto.
5277         (wl-nntp-posting-port): Ditto.
5278         (wl-fetch-confirm-threshold): Ditto.
5279         (wl-prefetch-threshold): Ditto.
5280         (wl-thread-insert-opened): Ditto.
5281         (wl-ldap-server): Ditto.
5282         (wl-ldap-port): Ditto.
5283         (wl-ldap-base): Ditto.
5284         (wl-ldap-objectclass): Ditto.
5285         (wl-use-ldap): Ditto.
5286         (wl-draft-config-alist): Ditto.
5287         (wl-draft-config-matchone): Ditto.
5288         (wl-template-alist): Ditto.
5289         (wl-message-sort-field-list): Ditto.
5290         (wl-message-ignored-field-list): Ditto.
5291         (wl-message-visible-field-list): Ditto.
5292         (wl-interactive-send): Ditto.
5293         (wl-summary-move-order): Ditto.
5294         (wl-auto-select-first): Ditto.
5295         (wl-auto-select-next): Ditto.
5296         (wl-interactive-save-folders): Ditto.
5297
5298         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5299         Initialization codes are moved from wl-local-folder-init.
5300         (wl-local-folder-init): Follow the change above.
5301         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5302
5303         * wl-acap.el: New file.
5304
5305         * Version number is increased to 2.7.3.
5306
5307 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5310
5311 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5312
5313         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5314         (wl-addrmgr-address-entry-list): Ditto.
5315
5316 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-e21.el (wl-draft-mode-map): Removed binding for
5319         `wl-draft-insert-x-face-field'.
5320
5321         * wl-mule.el (wl-draft-mode-map): Ditto.
5322
5323         * wl-xmas.el (wl-draft-mode-map): Ditto.
5324
5325         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5326         (wl-cs-autoconv): Ditto.
5327         (wl-cs-local): Ditto.
5328         (wl-use-scoring): Ditto.
5329         (wl-mime-charset): Ditto.
5330         (wl-folder-check-async): Ditto.
5331
5332         * wl.el (toplevel): Ignore nemacs and tm.
5333         (wl-exit): Ditto.
5334
5335         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5336         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5337         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5338         instead of wl-address-petname-add-or-change.
5339         (wl-summary-edit-addresses-subr): Use wl-address-delete
5340         instead of wl-address-petname-delete.
5341
5342         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5343
5344         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5345         if error occured.
5346
5347         * wl-message.el (require): Remove tm support.
5348
5349         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5350
5351         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5352         (wl-folder-jump-to-current-entity): Ditto.
5353         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5354
5355         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5356         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5357         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5358
5359         * wl-mule.el (wl-draft-key-setup): Ditto.
5360
5361         * wl-xmas.el (wl-draft-key-setup): Ditto.
5362
5363         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5364         (wl-draft-std11-parse-addresses): New function.
5365         (wl-draft-parse-mailbox-list): Use it.
5366         (wl-draft): Ignore nemacs.
5367         (wl-draft-reedit): Ditto.
5368
5369         * wl-addrmgr.el: New file.
5370         (Original is wl-rcpt.el written by
5371         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5372         Thanks Kitamoto-san.)
5373
5374         * wl-address.el (wl-address-make-address-list): Modified parsing
5375         process.
5376         (wl-address-delete): Renamed from `wl-address-petname-delete';
5377         Modify wl-address-list too.
5378         (wl-address-add-or-change): Renamed from
5379         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5380
5381 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5382
5383         * wl-highlight.el (wl-highlight-summary-current-line):
5384           Work with transient-mark-mode
5385
5386 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * Version number is increased to 2.7.2.
5389
5390         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5391         instead of elmo-dop-queue-method.
5392
5393 2001-08-06  SAITO Atsunori <sai@yedo.com>
5394
5395         * wl-vars.el (wl-ldap-objectclass): New user option.
5396
5397         * wl-address.el (wl-ldap-make-filter): Use it.
5398
5399 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5402
5403 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-folder.el (wl-folder): redisplay after folder insertion.
5406
5407         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5408
5409         * wl-summary.el (wl-summary-sync-update):
5410         Change status mark only when new-msgdb exists.
5411         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5412
5413 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-summary.el (wl-summary-open-folder): New function.
5416         (wl-summary-goto-folder-subr): Use it.
5417         (wl-summary-mark-as-important): Fix;
5418         Encache only when no cache exists.
5419
5420 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5423         Use with-current-buffer.
5424
5425 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5428         before call `get-buffer'. Fixed parenthesis.
5429         (wl-score-get-header-entry): Clear message and help window when
5430         keyboard quit.
5431         (wl-score-edit-insert-header): Ditto.
5432
5433 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5436         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5437         (wl-default-draft-cite): Fix.
5438
5439         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5440         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5441
5442 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-message.el (wl-message-prev-page): Do same bahavior
5445         as summary when it is called in the message buffer.
5446         (wl-message-next-page): Ditto.
5447
5448 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5449
5450         * wl-summary.el (wl-summary-forward): Use cache if it is not
5451         section cache.
5452
5453 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5456         Removed redundant require of elmo-vars.
5457         (wl-biff-state-indicator-on): Changed default value for
5458         xemacs with non-mule environment.
5459
5460         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5461         wl-message-buffer is nil;
5462         Hide progress bar after moving messages.
5463
5464 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5467         message at cursor point is deleted.
5468
5469 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-vars.el: Changed file coding system to euc-japan.
5472         Added -*-coding:-*- magic to the first line.
5473
5474         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5475         Search parent from the first message.
5476
5477         * Version number is increased to 2.7.1.
5478
5479 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5480
5481         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5482
5483 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5486         refile/delete execution.
5487
5488         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5489         Fixed docstring.
5490
5491 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5494         do update process;
5495         Don't update marks when update process is interrupted.
5496
5497 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-summary.el (wl-summary-reply): Fixed problem when
5500         wl-draft-use-frame is non-nil.
5501         (wl-summary-forward): Ditto.
5502
5503         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5504         as nil.
5505         (wl-folder-mark-as-read-all-entity): Ditto.
5506         (wl-folder-prefetch-entity): Ditto.
5507
5508         * wl.el (wl): Check environment before wl-init.
5509
5510         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5511         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5512         instead of wl-summary-collect-unread.
5513         (wl-summary-reply): Split message window.
5514
5515 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5518         only if current language environment is japanese,
5519
5520         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5521         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5522         (wl-folder-goto-folder-subr): Ditto.
5523
5524         * wl-draft.el (wl-draft-dispatch-message): Call
5525         `elmo-file-cache-get-path'.
5526
5527 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-summary.el (wl-summary-cursor-move): If return value of
5530         wl-summary-next-message is not number, don't jump.
5531
5532 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-summary.el (wl-summary-buffer-next-message-function): New
5535         variable.
5536         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5537         if it is bound.
5538
5539         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5540         string.
5541
5542         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5543         (wl-plugged-drawing): Ditto.
5544
5545 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5548         process.
5549         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5550         with unwind-protect.
5551
5552         * wl.el (wl-init): Require mime-setup.
5553         (wl-check-environment): Don't require mime-setup.
5554
5555         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5556         instead of elmo-folder-type.
5557
5558         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5559         value as nil.
5560
5561 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5562
5563         * Version number is increased to 2.7.0.
5564
5565         * wl-version.el (wl-version): Changed codename.
5566
5567         * wl-summary.el (wl-summary-delete-cache): Fixed.
5568
5569         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5570         Workaround for net folders.
5571         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5572
5573         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5574         value to nil (According to the patch from
5575         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5576
5577         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5578         of elmo-folder-close.
5579
5580 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5581
5582         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5583         for postfix.
5584
5585 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-summary.el (wl-summary-resend-message): Fixed.
5588
5589         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5590         Call wl-draft with `from' argument if its address is included in
5591         `wl-user-mail-address-list'.
5592         (wl-draft): Added `from' argument.
5593
5594         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5595         non-nil.
5596         (wl): Don't show demo if wl-demo is nil.
5597
5598         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5599         wl-summary-use-frame.
5600
5601         * wl-vars.el (wl-summary-use-frame): New user option.
5602         (wl-folder-use-frame): Changed docstring.
5603
5604         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5605         non-nil.
5606         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5607         wl-summary-use-frame.
5608
5609         * wl-vars.el (wl-folder-use-frame): New user option.
5610
5611         * wl-summary.el (wl-summary-exit): Back to folder frame if
5612         wl-folder-use-frame is non-nil.
5613         (wl-summary-redisplay-internal): Ignore cache if current folder
5614         is draft folder,
5615         (wl-summary-redisplay-no-mime): Ditto.
5616         (wl-summary-redisplay-all-header): Ditto.
5617
5618         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5619         if wl-folder-use-frame is non-nil.
5620
5621 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl-summary.el (wl-summary-sync-update): Bind
5624         elmo-folder-update-threshold.
5625         (wl-summary-mark-as-important): Enclosed server mark processing
5626         with `save-match-data'.
5627
5628         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5629         only when it is already defined.
5630
5631 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5632
5633         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5634         name of folder exclude localdir is wrong.
5635         * wl-folder.el (wl-folder-sync-entity):
5636         Set `wl-summary-always-sticky-folder-list' as nil.
5637         (wl-folder-mark-as-read-all-entity): Ditto.
5638         (wl-folder-prefetch-entity): Ditto.
5639
5640 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5641
5642         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5643         instead of `wl-summary-write-current-newsgroup'.
5644
5645 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5646
5647         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5648         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5649         non-nil and selected message is important, do not display.
5650
5651 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5652
5653         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5654
5655 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5658
5659         * wl-summary.el (wl-summary-mark-as-important): Set message number
5660         using wl-summary-message-number.
5661
5662 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5665         destination folder is 'null.
5666
5667 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5668
5669         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5670         New function.
5671         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5672         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5673         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5674
5675 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-mime.el (wl-mime-setup): Added setting for
5678         `mime-setup-signature-key-alist' to avoid overriding key bind for
5679         `wl-draft-send'.
5680
5681         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5682         for `wl-draft-send'.
5683         * wl-mule.el (wl-draft-overload-functions): Ditto.
5684         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5685         * wl-draft.el (wl-draft-send): Ditto.
5686
5687         * wl-message.el (wl-message-display-internal):
5688         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5689         (Patch is provided by <kita@coe.nttdata.co.jp>).
5690
5691 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5692
5693         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5694
5695 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5696
5697         * wl.el (wl): Fix for wl-demo.
5698
5699 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5700
5701         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5702
5703 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-folder.el (wl-folder-prefetch-entity): Use
5706         `wl-folder-get-elmo-folder'.
5707         (wl-folder-count-incorporates): Do not use
5708         `wl-folder-get-elmo-folder'.
5709
5710 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5713         instead of `elmo-folder-get-type'.
5714
5715 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5716
5717         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5718         position on Subject: field.
5719         (Advised by Mito <mit@nines.nec.co.jp>)
5720
5721 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5722
5723         * wl-folder.el (wl-folder-prefetch-entity): Use
5724         `wl-folder-get-elmo-folder'.
5725
5726 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5729
5730         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5731         `process-duplicates' slot.
5732
5733         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5734         if detection failed.
5735
5736 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5737
5738         * wl-version.el (wl-version-status): Set to "alpha".
5739
5740 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5743         Check wl-message-buffer lives before set-buffer.
5744
5745 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5746
5747         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5748         called in folder mode.
5749         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5750         * wl-summary.el (wl-summary-exit-pre-hook): Run
5751         `wl-summary-exit-pre-hook' before exit summary mode.
5752
5753 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5754
5755         * wl-version.el (wl-version-status): New variable.
5756         (wl-version-status-alist): Removed.
5757         (wl-version-status): Rule included.
5758
5759 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5762         @sponichi.
5763
5764         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5765         when `mail-reply-buffer' is buffer-local variable.
5766         (Reported by <kita@coe.nttdata.co.jp>).
5767
5768 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-vars.el (toplevel): Require 'elmo-util.
5771
5772 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5775         (All other related portions are changed)
5776
5777         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5778
5779         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5780
5781 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5782
5783         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5784
5785 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5788         Delete other windows to avoid an error.
5789         Use `point-marker' instead of `point' to remember the start point
5790         of body.
5791
5792         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5793
5794         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5795         number not to exceed all message number.
5796
5797 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5798
5799         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5800         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5801
5802 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-summary.el (wl-summary-sync-force-update): Added argument
5805         no-check.
5806         (wl-summary-sync-update): Ditto.
5807         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5808         with `no-check'.
5809
5810         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5811         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5812         already running.
5813
5814 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5815
5816         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5817         `dst-folder-arg'.
5818         (wl-expire-archive-number1): Diito.
5819         (wl-expire-archive-number2): Diito.
5820         (wl-expire-archive-Date): Diito.
5821         (wl-archive-number1): Diito.
5822         (wl-archive-number2): Diito.
5823         (wl-archive-date): Diito.
5824         (wl-archive-folder-p): New function.
5825         (wl-summary-expire): Support of expand folder name at
5826         wl-expire-alist.
5827         * wl-util.el (wl-expand-newtext): Renamed from
5828         `wl-refile-expand-newtext'.
5829
5830 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5831
5832         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5833         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5834         `(elmo-msgdb-get-overview msgdb)'.
5835         (wl-summary-prefetch): Bind match data before call
5836         `wl-summay-prefetch-msg'.
5837         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5838         'off if `wl-summary-buffer-disp-msg' is non-nil.
5839         Fixed problem that couldn't show only one new or unread message when
5840         enter folder.
5841         (wl-summary-reply): Don't call `split-window-vertically' and other
5842         window.
5843
5844 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-expire.el (wl-expire-refile): Fixed.
5847
5848 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5851
5852         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5853         biff notification is removed.
5854
5855         * wl.el (wl): Changed position of `elmo-init'.
5856
5857         * wl-draft.el (wl-default-draft-cite): Use date field
5858         on the citation buffer.
5859
5860         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5861
5862         * wl-xmas.el (wl-folder-internal-icon-list): Added
5863         `wl-folder-shimbun-image'.
5864
5865         * wl-e21.el (wl-folder-internal-icon-list): Added
5866         `wl-folder-shimbun-image'.
5867
5868 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl.el (wl-init): Eliminated argument.
5871         (wl): Rewrite.
5872
5873         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5874         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5875         instead of `elmo-folder-msgdb-internal'.
5876         (wl-summary-sync-update): Ditto.
5877         (wl-summary-flush-pending-append-operations): Eliminated.
5878         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5879         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5880         `elmo-folder-open'.
5881
5882         * wl-mime.el (wl-summary-burst): Fixed.
5883
5884         * wl-folder.el (wl-folder-info-save): Check data type.
5885
5886         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5887         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5888         instead of `elmo-folder-msgdb-internal'.
5889         (wl-expire-hide): Ditto.
5890
5891
5892         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5893
5894 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5895
5896         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5897
5898 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5899
5900         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5901
5902 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5903
5904         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5905         Fixed `match-beginning' argument mismatch.
5906
5907 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5908
5909         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5910         the default value.
5911
5912 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5915         instead of `elmo-nntp-default-port'.
5916
5917         * wl-vars.el: Fixed some doc strings.
5918
5919 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5920
5921         * wl-summary.el (wl-summary-prefetch-msg): Use
5922         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5923
5924         * wl-vars.el: Define *-func as obsolete variable using
5925         `elmo-define-obsolete-variable'.
5926
5927         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5928         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5929         instead of `wl-message-buffer-prefetch-threshold'.
5930
5931         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5932
5933         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5934
5935         * wl-draft.el (wl-caesar-region-func): Ditto.
5936
5937         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5938         Keep unread status in elmo-folder-move-messages.
5939         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5940
5941 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5942
5943         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5944         `wl-summary-buffer-exit-func'
5945         (wl-summary-buffer-message-redisplay-function): Renamed from
5946         `wl-summary-buffer-message-redisplay-func'
5947         (wl-summary-buffer-next-folder-function): Renamed from
5948         `wl-summary-buffer-next-folder-func'.
5949         (wl-summary-buffer-prev-folder-function): Renamed from
5950         `wl-summary-buffer-prev-folder-func'.
5951         (wl-summary-get-petname-function): Renamed from
5952         `wl-summary-get-petname-func'.
5953
5954         * wl-score.el (wl-score-edit-exit-function): Renamed from
5955         `wl-score-edit-exit-func'.
5956
5957         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5958         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5959
5960         * wl-util.el (wl-load-profile-function): Renamed from
5961         `wl-load-profile-func'.
5962
5963         * wl-folder.el (wl-folder-completion-function): Renamed from
5964         `wl-folder-completion-func'.
5965         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5966
5967         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5968         `wl-expire-archive-get-folder-func'.
5969         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5970         (wl-draft-send-mail-function): Renamed from
5971         `wl-draft-send-mail-func'.
5972         (wl-draft-send-news-function): Renamed from
5973         `wl-draft-send-news-func'.
5974         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5975         (wl-generate-mailer-string-function): Renamed from
5976         `wl-generate-mailer-string-func'.
5977         (wl-highlight-signature-search-function): Renamed from
5978         `wl-highlight-signature-search-func'.
5979         (wl-highlight-x-face-function): Renamed from
5980         `wl-highlight-x-face-func'
5981         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5982         (wl-ps-print-buffer-function): Renamed from
5983         `wl-ps-print-buffer-func'
5984         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5985         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5986         (wl-summary-subject-filter-function): Renamed from
5987         `wl-summary-subject-filter-func'.
5988
5989         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5990         `wl-draft-queue-flush-send-func'
5991         (wl-draft-cite-function): Renamed from
5992         `wl-draft-cite-func'
5993
5994         * wl-address.el (wl-address-init-function): Renamed from
5995         `wl-address-init-func'.
5996
5997 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-draft.el (wl-draft-queue-flush): Don't call
6000         `elmo-dop-unlock-message'.
6001         * wl-draft.el (wl-draft-queue-append): Don't call
6002         `elmo-dop-lock-message'.
6003
6004         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6005         (wl-summary-buffer-folder-name): Ditto.
6006         (wl-summary-message-regexp): Added '-' (all other related portions
6007         are changed).
6008         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6009         wl-summary-buffer-folder-name.
6010
6011 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6012
6013         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6014         the number of mails in the folder buffer is not updated by wl-biff.
6015
6016 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6017
6018         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6019         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6020
6021 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6022
6023         * wl-summary.el (wl-summary-next-message):
6024         Return next message number when wl-summary-move-order is nil.
6025
6026 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6027
6028         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6029         `wl-summary-move-spec-alist'.
6030         (wl-summary-move-spec-unplugged-alist): New variable
6031         (Move spec for unplugged status).
6032         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6033         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6034
6035 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6036
6037         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6038         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6039
6040 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6041
6042         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6043         simple quotation to quote the anonymous function.
6044         * tm-wl.el (wl-draft-preview-message): Ditto.
6045
6046 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6047
6048         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6049         Eliminate redundant `save-excursion'.
6050         (wl-highlight-summary-current-line): Ditto.
6051
6052         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6053         accessing match data when `looking-at' failed.
6054
6055         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6056         `elmo-match-string' where users don't care about the speed.
6057         (wl-draft-save): Ditto.
6058
6059 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * wl-util.el (wl-regexp-opt): New function.
6062
6063         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6064         number from `wl-summary-buffer-number-list'.
6065         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6066         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6067         (wl-summary-move-spec-alist): Changed default setting.
6068
6069 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6070
6071         * wl-vars.el (wl-biff-notify-hook): New hook.
6072         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6073         the arrival of new mail.
6074         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6075         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6076
6077 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6080
6081 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6084
6085         * Version number is increased to 2.5.8.
6086
6087         * wl-thread.el (toplevel): require 'cl.
6088         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6089         (wl-thread-make-number-list): New function.
6090         (wl-thread-entity-make-number-list-from-children): Ditto.
6091         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6092         (wl-thread-entity-insert-as-children): Likewise.
6093         (wl-thread-delete-message): Likewise.
6094         (wl-meaning-of-mark): Eliminated.
6095         (wl-thread-next-failure-mark-p): Ditto.
6096         (wl-thread-entity-get-mark): Ditto.
6097         (wl-thread-meaning-alist-get-result): Ditto.
6098         (wl-thread-entity-check-prev-mark): Ditto.
6099         (wl-thread-entity-check-next-mark): Ditto.
6100         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6101         (wl-thread-entity-get-prev-marked-entity): Ditto.
6102         (wl-thread-get-prev-unread): Ditto.
6103         (wl-thread-jump-to-prev-unread): Ditto.
6104         (wl-thread-get-next-unread): Ditto.
6105         (wl-thread-jump-to-next-unread): Ditto.
6106         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6107         (wl-thread-entity-get-next-marked-entity): Ditto.
6108
6109         * wl-summary.el (wl-summary-buffer-number-list):
6110         New bufer-local variable.
6111         (wl-summary-switch-to-clone-buffer): Clone
6112         `wl-summary-buffer-number-list'.
6113         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6114         (wl-summary-cursor-move-regex): Eliminated.
6115         (wl-summary-cursor-up): Rewrite.
6116         (wl-summary-cursor-down): Ditto.
6117         (wl-summary-mode-spec-alist): New variable.
6118         (wl-summary-next-message): New inline function.
6119         (wl-summary-cursor-move): New function.
6120         (wl-summary-default-get-next-msg): Rewrite.
6121         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6122         (wl-summary-rescan): Ditto.
6123         (wl-summary-sync-all-init): Ditto.
6124         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6125         summary is not thread view.
6126         (wl-summary-sync-update): Ditto.
6127         (wl-summary-rescan): Ditto.
6128         (wl-summary-make-number-list): New function.
6129
6130         * wl-draft.el: "FCC" -> "Fcc".
6131
6132 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-highlight.el (wl-highlight-summary-window):
6135         Call `set-buffer-modified-p'.
6136
6137         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6138         (wl): Call `elmo-init' and fix.
6139
6140         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6141         Use new variables.
6142
6143         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6144
6145 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6148
6149 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6150
6151         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6152
6153 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6154
6155         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6156         `wl-use-toolbar' nor `display-graphic-p'.
6157         (wl-e21-setup-message-toolbar): Ditto.
6158         (wl-e21-setup-summary-toolbar): Ditto.
6159         (wl-e21-setup-folder-toolbar): Ditto.
6160
6161         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6162         (wl-plugged-init-icons): Ditto.
6163
6164         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6165         `display-graphic-p'.
6166         (wl-plugged-set-folder-icon): Ditto.
6167         (wl-highlight-plugged-current-line): Ditto.
6168         (wl-highlight-folder-current-line): Ditto.
6169         (wl-e21-highlight-folder-group-line): Ditto.
6170         (wl-e21-setup-toolbar): Ditto.
6171         (wl-e21-display-image-p): New macro.
6172
6173         * wl-demo.el (wl-demo): Simplified.
6174         (wl-demo-image-type-alist): Use `image-type-available-p' for
6175         checking whether the image type `xbm' is available.
6176
6177 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6180         (wl-summary-input-range): Ditto.
6181
6182 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-summary.el (wl-summary-edit-addresses): Use
6185         `wl-summary-get-original-buffer'
6186         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6187         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6188         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6189         (wl-summary-get-newsgroups): Eliminated.
6190         (wl-summary-set-crosspost): Ditto.
6191         (wl-summary-is-crosspost-folder): Ditto.
6192         (wl-crosspost-alist-load): Ditto.
6193         (wl-crosspost-alist-save): Ditto.
6194
6195         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6196         `elmo-setup-subscribed-newsgroups' instead of
6197         `elmo-nntp-make-groups-hashtb'.
6198         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6199         instead of `wl-crosspost-alist-save'.
6200
6201         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6202         of `elmo-folder-message-appendable-p'.
6203         (wl-mime-header-presentation-method): Eliminated.
6204
6205         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6206         (Error occurs in emacs21).
6207
6208         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6209         the current buffer).
6210
6211         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6212         instead of `wl-crosspost-alist-save'.
6213         (wl-init): `elmo-crosspost-message-alist-load'
6214         instead of `wl-crosspost-alist-load'
6215
6216         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6217         (wl-parse-newsgroups): Likewise.
6218         (wl-biff-notify): Run `wl-biff-notify-hook'.
6219
6220 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6223
6224         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6225         when `wl-summary-lazy-highlight' is non-nil.
6226         (wl-summary-goto-folder-subr): Highlight only when
6227         `wl-summary-lazy-highlight' is non-nil.
6228
6229         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6230         Don't display progress and highlight temp-mark when
6231         `wl-summary-lazy-highlight' is non-nil.
6232         (wl-highlight-summary-window): New function.
6233         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6234
6235 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6236
6237         * wl-summary.el (wl-summary-sync): Change `all-visible'
6238         from `all-shown'
6239         (wl-summary-input-range): Ditto.
6240
6241 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6242
6243         * wl-e21.el (wl-highlight-folder-current-line): Call
6244         `wl-folder-init-icons' when folder icons have not been initialized.
6245
6246         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6247
6248         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6249         (wl-demo-image-type-alist): New macro.
6250
6251 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6252
6253         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6254         display does not support graphics.
6255         (wl-plugged-init-icons): Ditto.
6256         (wl-folder-init-icons): Ditto.
6257
6258         * wl-demo.el (wl-demo): Chech closely whether the display
6259         supports graphics.
6260
6261 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-summary.el (wl-summary-get-original-buffer): New function.
6264         (wl-summary-set-crosspost): Use it.
6265         (wl-summary-target-mark-uudecode): Ditto.
6266         (wl-summary-reedit): Ditto.
6267         (wl-summary-resend-bounced-mail): Ditto.
6268         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6269         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6270
6271         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6272         (wl-message-display-internal): Ditto.
6273
6274 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6277
6278 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-summary.el (wl-summary-save-view): Renamed from
6281         `wl-summary-save-status'.
6282
6283 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-summary.el (wl-summary-sync): Added `all-shown'
6286
6287 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6288
6289         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6290
6291 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6292
6293         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6294
6295 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6296
6297         * wl-highlight.el (wl-highlight-summary-line-string): Use
6298         `zerop' instead of `= 0'.
6299         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6300
6301         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6302         for comparing numbers.
6303         (wl-template-prev): Use `zerop' instead of `eq 0'.
6304
6305         * wl-draft.el (wl-draft-insert-current-message): Use
6306         `with-current-buffer' instead of `save-excursion'.
6307         Use `zerop' instead of `eq 0'.
6308
6309 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl-draft.el (wl-draft-insert-ccs): New function.
6312         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6313         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6314
6315 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6318
6319 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-expire.el (wl-expire-refile): Don't call
6322         elmo-msgdb-add-msgs-to-seen-list;
6323         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6324         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6325
6326 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-message.el (wl-message-prev-page): Ignore errors while
6329         scroll-down.
6330
6331 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-mime.el: Use elmo-original-message-mode instead of
6334         mmelmo-original-mode.
6335
6336         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6337         `elmo-folder-get-spec';
6338         (wl-fldmgr-add-completion-all-completions):
6339         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6340
6341         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6342         of `elmo-folder-get-type'.
6343
6344         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6345         `elmo-folder-get-spec';
6346         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6347         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6348         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6349         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6350         `elmo-read-msg-no-cache';
6351         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6352         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6353         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6354         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6355         `elmo-cache-save';
6356         (wl-draft-reedit): Use `elmo-message-file-name'.
6357
6358         * wl-expire.el: Use `elmo-folder-name-internal';
6359         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6360         Use macro `wl-summary-buffer-msgdb' instead of variable
6361         `wl-summary-buffer-msgdb';
6362         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6363         Use macro `wl-summary-buffer-folder-name' instead of variable
6364         `wl-summary-buffer-folder-name'.
6365         * wl-score.el: Likewise.
6366
6367         * wl-message.el: Rewrite for new message buffer cache mechanism.
6368         (wl-message-buffer-cache-buffer-get): New macro.
6369         (wl-message-buffer-cache-folder-get): Ditto.
6370         (wl-message-buffer-cache-message-get): Ditto.
6371         (wl-message-buffer-cache-entry-make): Ditto.
6372         (wl-message-buffer-cache-hit): Ditto.
6373         (wl-message-buffer-cache-sort): New function.
6374         (wl-message-buffer-cache-add): Ditto.
6375         (wl-message-buffer-cache-delete): Ditto.
6376         (wl-message-buffer-cache-clean-up): Ditto.
6377         (wl-message-buffer-window): Rewrite.
6378         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6379         (wl-message-buffer-display): New function.
6380         (wl-message-display-internal): New function.
6381
6382 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-folder.el: Use `elmo-folder-name-internal';
6385         Use `wl-folder-get-elmo-folder';
6386         Use `elmo-folder-list-messages' instead of
6387         `elmo-list-folder';
6388         Use `elmo-folder-get-primitive-list' instead of
6389         `elmo-folder-get-primitive-spec-list';
6390         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6391         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6392         Use `elmo-folder-create' instead of `elmo-create-folder'.
6393         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6394         (wl-folder-get-elmo-folder): New macro.
6395         (wl-folder-elmo-folder-cache-get): Ditto.
6396         (wl-folder-elmo-folder-cache-put): Ditto.
6397         (wl-folder-suspend): Call `elmo-quit'.
6398
6399         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6400         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6401         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6402         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6403         (toplevel): require 'cl.
6404         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6405
6406         * wl-summary.el: Rewrite to use new elmo interface.
6407
6408 \f
6409 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-mime.el (wl-draft-preview-message):
6412         Run `wl-draft-send-hook' before collecting recipients information;
6413         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6414
6415         * tm-wl.el (wl-draft-preview-message): Ditto.
6416
6417 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6420         wrong recipients are displayed when forwarded message.
6421
6422 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * Version number is increased to 2.5.7.
6425
6426 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6427
6428         * wl-message.el (wl-message-next-page): Bind
6429         `window-pixel-scroll-increment' to nil while scrolling up.
6430
6431 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6432
6433         * wl-vars.el (wl-save-hook): New hook.
6434         * wl.el (wl-save): Call `wl-save-hook'.
6435
6436 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6437
6438         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6439         Argument WITH-ARG instead of NO-ARG (negative mean).
6440         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6441         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6442         * wl-message.el (wl-message-follow-current-entity): Likewise.
6443
6444 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6445
6446         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6447         FROM was optional argument.
6448         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6449
6450 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6451
6452         * Version number is increased to 2.5.6.
6453
6454 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6455
6456         * wl-version.el (wl-version-show): Removed.
6457         (wl-version): Add `interactive'.
6458
6459 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6460
6461         * wl-summary.el (wl-summary-get-petname-func): New variable.
6462         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6463         instead of `wl-address-get-petname-1'.
6464         (wl-summary-simple-from): Ditto.
6465
6466         * wl-address.el (wl-address-get-petname-1): Define as function.
6467
6468 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6471         field in the original message.
6472         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6473
6474 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6475
6476         * wl-expire.el (wl-expire-hide):
6477         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6478
6479 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6482         find decoder for To, Cc, and Subject.
6483
6484 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6487         for checking `elmo-use-buffer-cache'.
6488         (wl-summary-mark-as-important): Fixed typo in comment.
6489
6490 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6493         field in the original message.
6494         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6495
6496 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6497
6498         * wl-expire.el (wl-expire-hide):
6499         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6500
6501 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6504         find decoder for To, Cc, and Subject.
6505
6506 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * Version number is increased to 2.5.5.
6509
6510         * wl-address.el (wl-address-specials-regexp): New constant.
6511         (wl-address-quote-specials): Use it.
6512
6513 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl-summary.el (wl-summary-rescan):
6516         Call `wl-summary-buffer-number-column-detect'.
6517         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6518
6519         * wl-message.el (wl-message-mode-map): Define.
6520         (wl-message-decode): Use it as local-map.
6521
6522 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6525         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6526
6527 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6530
6531         * wl-mule.el (wl-read-event-char): Ditto.
6532
6533         * wl-e21.el (wl-read-event-char): Ditto.
6534
6535         * wl-nemacs.el (wl-read-event-char): Ditto.
6536         (read-event): Removed.
6537
6538         * wl-util.el (toplevel): Removed dummy definition of
6539         `read-event'.
6540         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6541
6542 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6543
6544         * wl-nemacs.el (elmo-archive-call-process): Moved to
6545         elmo-archive.el.
6546
6547 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6548
6549         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6550         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6551
6552         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6553         instead of magic-number 6.  Use `not' instead of `null' for symbol
6554         `nil' check (not empty list).
6555         (wl-draft-insert-x-face-field): Fixed paren style.
6556
6557         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6558         one-branch conditional statement, instead of `and' and `if'.
6559         (wl-draft-forward): Likewise.
6560         (wl-draft-add-references): Likewise.
6561         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6562
6563         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6564         conditional steatment.  Use `cond' instead of `if'.
6565         (wl-draft-confirm): Likewise.
6566
6567 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6568
6569         * wl-version.el (wl-version-show): Use `product-string-1'
6570         instead of `wl-version'.
6571         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6572
6573         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6574
6575 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6576
6577         * wl-highlight.el (wl-highlight-headers): Revert
6578         `wl-highlight-x-face-func' argument (`beg' and `end').
6579
6580 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6581
6582         * wl.el (toplevel): Move `product-provide' declare.
6583         * wl-demo.el (toplevel): Ditto.
6584         * wl-dnd.el (toplevel): Ditto.
6585         * wl-highlight.el (toplevel): Ditto.
6586         * wl-message.el (toplevel): Ditto.
6587         * wl-refile.el (toplevel): Ditto.
6588         * wl-util.el (toplevel): Ditto.
6589
6590 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6593         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6594         (wl-thread-close-all): keep cursor position.
6595
6596 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6597
6598         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6599         (eq x 0).
6600         (wl-generate-user-agent-string-1): Fix conditional statement.
6601
6602 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6603
6604         * wl.el (wl-check-environment): Additional check for
6605         'wl-local-domain' and `wl-message-id-domain'.
6606
6607 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6610
6611 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6614         instead of `smtp-sasl-user-realm'.
6615
6616 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6619
6620 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6621
6622         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6623         to the default value as well as `eword-lexical-analyzer'.
6624
6625 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6626
6627         * wl-version.el (wl-extended-emacs-version,
6628         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6629         `elmo-match-string' instead of `wl-match-string'.
6630
6631 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6632
6633         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6634         docstring.
6635
6636 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6637
6638         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6639
6640 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6641
6642         * wl-highlight.el (wl-highlight-headers): Remove
6643         `wl-highlight-x-face-func' argument (`beg' and `end').
6644
6645 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * wl-summary.el (wl-summary-mark-as-important):
6648         Remove cache if folder is local.
6649
6650 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6651
6652         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6653         to get existing e-mail address string.
6654
6655 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6656
6657         * wl-version.el (wl-generate-user-agent-string): Commentary.
6658         (wl-generate-user-agent-string-1): Use `when' for
6659         one-branch conditional statement, instead of `and' and `if'.
6660         (wl-extended-emacs-version, wl-extended-emacs-version2,
6661         wl-extended-emacs-version3): Ditto.
6662
6663 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6666         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6667         condition-case; Remove initialization.
6668         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6669         (wl-summary-sync-update3): Added argument `sync-all';
6670         Eliminated local variable `msgdb';
6671         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6672         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6673         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6674
6675 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6676
6677         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6678         connection before call `wl-draft-send-mail-with-smtp'.
6679
6680 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * Version number is increased to 2.5.4.
6683
6684 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl.el (wl-check-environment): Additional check for
6687         'wl-local-domain' and `wl-message-id-domain'.
6688
6689 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6692         buffer as command specific.
6693         (wl-folder-mark-as-read-all-entity): Ditto.
6694         (wl-folder-prefetch-entity): Ditto.
6695         (wl-folder-drop-unsync-entity): Ditto.
6696
6697         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6698         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6699         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6700
6701         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6702         save-excursion.
6703
6704 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6705
6706         * Version number is increased to 2.5.3.
6707
6708         * wl-summary.el (wl-summary-save-view-cache):
6709         Delete duplicated `write-region';
6710         Use `write-region-as-binary' instead of `as-binary-output-file' and
6711         `write-region'.
6712
6713 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6714
6715         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6716
6717 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6720         instead of `smtp-via-smtp'.
6721
6722 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6725
6726 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6729         instead of `smtp-sasl-user-realm'.
6730
6731 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6734
6735 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * Version number is increased to 2.5.2.
6738
6739 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6742         does not exist.
6743         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6744         (wl-biff-start): Call `timer-activate' if timer already exists.
6745
6746         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6747         only when it is bound as function.
6748
6749 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * Version number is increased to 2.5.1.
6752
6753 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6756         Print refile/copy destination.
6757
6758 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6761         queue-flush-only is non-nil.
6762
6763         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6764
6765         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6766         checking cache folder.
6767
6768 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6769
6770         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6771         `regexp-quote'.
6772
6773 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6776         function.
6777         * wl-summary.el (wl-summary-write-current-folder-functions):
6778         Change default value.  Use it.
6779
6780 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * Version number is increased to 2.5.0.
6783
6784         * wl-version.el (wl-version): Changed codename.
6785
6786 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6789         (wl-summary-supersedes-message): Ditto.
6790
6791 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6792
6793         * wl-refile.el (wl-refile-guess-functions): Renamed from
6794         `wl-refile-guess-func-list'.
6795
6796 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6799         Fixed problem when no rule was matched.
6800
6801 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6802
6803         * wl-summary.el (wl-summary-get-mark): Fixed
6804         `wl-summary-buffer-target-mark' check logic.
6805
6806 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * wl-folder.el (wl-folder-write-current-folder): Added group
6809         folder check.
6810
6811         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6812         `wl-summary-write-current-newsgroup'.
6813         (wl-summary-write-current-folder-functions): New variable.
6814         * wl-folder.el (wl-folder-get-newsgroups): New function.
6815         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6816         (wl-folder-write-current-folder): Renamed from
6817         `wl-folder-write-current-newsgroup'.
6818
6819 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * Version number is increased to 2.3.93.
6822
6823 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6826         (wl-ldap-make-matched-value-list): Ditto.
6827         (wl-ldap-alias-safe-string): Split e-mail address.
6828
6829         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6830         petname folder default was selected.
6831         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6832         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6833
6834 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6837         to `wl-draft-config-exec'.
6838
6839         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6840         instead of calling `wl-draft-config-exec';
6841         Process group-list and show recipients in minibuffer.
6842
6843         * tm-wl.el (wl-draft-preview-message): Ditto.
6844
6845 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6846
6847         * wl.el (toplevel): Added (C) to copyright notice, and
6848         sync Author header.
6849         * tm-wl.el (toplevel): Ditto.
6850         * wl-address.el (toplevel): Ditto.
6851         * wl-demo.el (toplevel): Ditto.
6852         * wl-dnd.el (toplevel): Ditto.
6853         * wl-draft.el (toplevel): Ditto.
6854         * wl-e21.el (toplevel): Ditto.
6855         * wl-expire.el (toplevel): Ditto.
6856         * wl-folder.el (toplevel): Ditto.
6857         * wl-highlight.el (toplevel): Ditto.
6858         * wl-message.el (toplevel): Ditto.
6859         * wl-mime.el (toplevel): Ditto.
6860         * wl-mule.el (toplevel): Ditto.
6861         * wl-nemacs.el (toplevel): Ditto.
6862         * wl-refile.el (toplevel): Ditto.
6863         * wl-score.el (toplevel): Ditto.
6864         * wl-summary.el (toplevel): Ditto.
6865         * wl-template.el (toplevel): Ditto.
6866         * wl-thread.el (toplevel): Ditto.
6867         * wl-util.el (toplevel): Ditto.
6868         * wl-vars.el (toplevel): Ditto.
6869         * wl-xmas.el (toplevel): Ditto.
6870
6871 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6872
6873         * wl.el (wl-init): Added comment about `wl-init-hook'.
6874         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6875         * wl-vars.el (wl-init-hook): Added docs.
6876         (wl-make-plugged-hook): Removed useless docs.
6877         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6878         * wl-xmas.el (toplevel): Ditto.
6879
6880 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6881
6882         * wl-address.el (toplevel): Fixed multiple Author header format.
6883         * wl-demo.el (toplevel): Ditto.
6884         * wl-draft.el (toplevel): Ditto.
6885         * wl-folder.el (toplevel): Ditto.
6886         * wl-summary.el (toplevel): Ditto.
6887         * wl-thread.el (toplevel): Ditto.
6888         * wl-util.el (toplevel): Ditto.
6889         * wl-vars.el (toplevel): Ditto.
6890         * wl-version.el (toplevel): Ditto.
6891         * wl-xmas.el (toplevel): Ditto.
6892         * wl.el (toplevel): Ditto.
6893
6894         * wl-version.el (toplevel): Added require `elmo-version' for
6895         `product-version-as-string'.
6896
6897 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-vars.el (wl-draft-send-hook): Changed default value to
6900         '(wl-draft-config-exec).
6901
6902         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6903         explicitly.
6904         (wl-draft): Set `wl-draft-config-exec-flag' before running
6905         `wl-mail-setup-hook'.
6906
6907         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6908         `wl-biff-init-icons' to `wl-init-hook' instead of
6909         `wl-make-plugged-hook'.
6910         (Because if `wl-draft' command is invoked at first,
6911         they are not initialized)
6912         Updated copyright notice.
6913
6914         * wl-e21.el (toplevel): Ditto;
6915
6916         * wl-demo.el (toplevel): Updated copyright notice.
6917         * wl-address.el (toplevel): Ditto.
6918         * wl-draft.el (toplevel): Ditto.
6919         * wl-version.el (toplevel): Ditto.
6920         * wl-folder.el (toplevel): Ditto.
6921         * wl-summary.el (toplevel): Ditto.
6922         * wl-thread.el (toplevel): Ditto.
6923         * wl-util.el (toplevel): Ditto.
6924         * wl-vars.el (toplevel): Ditto.
6925         * wl.el (toplevel): Ditto.
6926
6927 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-highlight.el (wl-highlight-message): Fixed problem of
6930         highlighting failure which occured when the last field contains
6931         multiple lines in the draft buffer.
6932
6933         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6934         `wl-biff-start' if plugged.
6935
6936         * wl-util.el (wl-biff-check-folder): New function.
6937         (wl-biff-check-folders): Don't set session name prefix.
6938         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6939         (wl-biff-check-folder-async): Ditto.
6940
6941         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6942         in email address.
6943
6944 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6945
6946         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6947
6948         * wl-draft.el (wl-draft-strip-subject-re): New function.
6949
6950         * wl-draft.el (wl-draft-reply): Use it.
6951
6952 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-message.el (wl-mmelmo-message-redisplay): Use
6955         `mime-display-message' instead of `wl-mime-display-message'.
6956
6957         * wl-mime.el (toplevel): Removed compatibility workaround
6958         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6959         (wl-mime-display-message): Abolished.
6960         (wl-mime-entity-read-field): Ditto.
6961         (wl-mime-combine-message/partial-pieces): Use
6962         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6963
6964 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6965
6966         * wl-template.el: Doc fixes.
6967
6968 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6969
6970         * wl-e21.el (wl-message-overload-functions): Do nothing if
6971         `current-local-map' is not available.
6972         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6973
6974 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6975
6976         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6977         representation.
6978
6979         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6980         number.
6981         (wl-fldmgr-save-folders): Don't use `format' when insert
6982         `wl-fldmgr-folders-header'.
6983
6984 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6985
6986         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6987
6988 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-highlight.el (wl-highlight-message):
6991         Use `std11-field-end' to detect end point of the header field.
6992         Refer `wl-highlight-max-header-size'.
6993
6994         * wl-vars.el (wl-highlight-max-header-size): New variable.
6995
6996         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6997
6998         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6999         Set `for-draft' argument of wl-highlight-headers.
7000         (wl-draft): Ditto.
7001         (wl-draft-reedit): Ditto.
7002         (wl-user-agent-compose-internal): Ditto.
7003
7004 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7005
7006         * wl-message.el (wl-message-add-button): Use overlay.
7007
7008 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7011
7012         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7013         problem when group-list content is nothing.
7014         (Reported by Mito <mit@nines.nec.co.jp>)
7015
7016 2000-10-18  SAITO Atsunori <sai@yedo.com>
7017
7018         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7019
7020 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7021
7022         * tm-wl.el (toplevel): Use product-provide.
7023
7024 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * Version number is increased to 2.3.92.
7027
7028 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7029
7030         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7031         title text, use `display' property for left margin under Emacs 21.
7032
7033         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7034         properties.
7035         (wl-plugged-init-icons): Ditto.
7036
7037 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7038
7039         * wl.el (wl-save-status, wl-init): Remove last period in
7040         "...done." message.
7041         * tm-wl.el (wl-summary-burst): Ditto.
7042         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7043         wl-summary-resume-cache-status,
7044         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7045         wl-summary-sync-update3, wl-summary-highlight-msgs,
7046         wl-summary-flush-pending-append-operations,
7047         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7048         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7049         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7050         wl-thread-open-all): Ditto.
7051         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7052         * wl-mime.el (wl-summary-burst): Ditto.
7053         * wl-highlight.el (wl-highlight-summary): Ditto.
7054         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7055         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7056         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7057         * wl-address.el (wl-local-address-init): Ditto.
7058
7059 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7060
7061         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7062         `add-text-properties'.
7063         (wl-plugged-init-icons): Ditto.
7064         (wl-folder-init-icons): Use `propertize' instead of
7065         `put-text-property'.
7066         (wl-plugged-set-folder-icon): Ditto.
7067         (wl-e21-highlight-folder-group-line): Ditto.
7068
7069 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-version.el (wl-version-status-alist): New variable.
7072         (wl-version-status): New function.
7073
7074         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7075         "Cc" part of the case "Reply-To".
7076
7077         * wl-draft.el (wl-draft-reply): Use result of
7078         `eword-extract-address-components'.
7079
7080         * wl-demo.el (wl-demo-icon-name): New constant.
7081         (wl-logo-xpm): Use it.
7082         (wl-logo-xbm): Ditto.
7083         (wl-logo-bitmap): Ditto.
7084
7085         * Version number is increased to 2.3.91.
7086
7087 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7090         (wl-extended-emacs-version, wl-extended-emacs-version2,
7091         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7092         docstring.
7093
7094         * wl-version.el (wl-generate-user-agent-string-1): New function.
7095         (wl-generate-user-agent-string): Use it.
7096
7097         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7098         `mime-edit-insert-user-agent-field'.
7099         (wl-generate-user-agent-string): Check
7100         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7101
7102         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7103         instead of `if', when verbose case.
7104
7105 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7106
7107         * wl-expire.el (wl-summary-expire): Fix.
7108
7109 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7110
7111         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7112         and `elmo-lost+found-folder' if 'wl-draft.
7113         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7114
7115 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7116
7117         * wl-expire.el (wl-summary-expire): Change messages.
7118         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7119         `deleing-info' instead of "Deleting..."
7120
7121 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7122
7123         * wl-summary.el (wl-summary-refile-subr): Fix.
7124
7125 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7126
7127         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7128         if pipe folder.
7129
7130 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7131
7132         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7133
7134 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * wl-expire.el (wl-expire-hide): New function.
7137         (wl-summary-expire): Add `hide'.
7138
7139 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-vars.el (wl-draft-reply-without-argument-list):
7142         Changed default value to consider `Reply-To:'.
7143         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7144
7145         * Version number is increased to 2.3.90.
7146
7147         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7148         elmo-imap4-get-session with unwind-protect.
7149         Don't cause error.
7150         (wl-summary-sync-marks): Don't check plugged nor folder type.
7151         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7152         (Always keep current buffer).
7153
7154 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7155
7156         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7157         Enclose with `save-excursion'.
7158
7159 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7160
7161         * wl-version.el (wl-version): Remove interactive.
7162
7163 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7164
7165         * wl-version.el (wl-generate-user-agent-string): Use
7166         `product-string-verbose' instead of `product-string-1'.
7167
7168 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7169
7170         * wl-vars.el (wl-draft-use-cache): New variable.
7171         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7172         if wl-draft-use-cache is non-nil.
7173
7174 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7175
7176         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7177         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7178
7179 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7182         (wl-thread-msg-mark-as-unread): Ditto.
7183
7184         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7185         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7186         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7187         Don't set mark in summary if return value of `elmo-mark-as-read'
7188         is nil.
7189         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7190         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7191         instead of `wl-thread-msg-mark-as-read'.
7192         (wl-summary-mark-as-unread-region): Ditto.
7193         (wl-summary-target-mark-mark-as-read): Ditto.
7194
7195         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7196
7197 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7200
7201         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7202
7203 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7206         face.
7207
7208 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7209
7210         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7211         `running-xemacs'.
7212
7213 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7214
7215         * wl-version.el (toplevel): Use `product-version-as-string' for
7216         set verstion-string, if defined.
7217
7218         * wl-version.el (wl-version-show): Insert string at point, when
7219         call with argument.
7220
7221         * wl-version.el (wl-generate-user-agent-string): Use
7222         `product-string-1' instead of `wl-appname', `wl-version' and
7223         `wl-codename'.
7224
7225 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * wl-address.el (toplevel): Use product-provide.
7228         * wl-demo.el (toplevel): Ditto.
7229         * wl-dnd.el (toplevel): Ditto.
7230         * wl-draft.el (toplevel): Ditto.
7231         * wl-e21.el (toplevel): Ditto.
7232         * wl-expire.el (toplevel): Ditto.
7233         * wl-fldmgr.el (toplevel): Ditto.
7234         * wl-folder.el (toplevel): Ditto.
7235         * wl-highlight.el (toplevel): Ditto.
7236         * wl-message.el (toplevel): Ditto.
7237         * wl-mime.el (toplevel): Ditto.
7238         * wl-mule.el (toplevel): Ditto.
7239         * wl-nemacs.el (toplevel): Ditto.
7240         * wl-refile.el (toplevel): Ditto.
7241         * wl-score.el (toplevel): Ditto.
7242         * wl-summary.el (toplevel): Ditto.
7243         * wl-template.el (toplevel): Ditto.
7244         * wl-thread.el (toplevel): Ditto.
7245         * wl-util.el (toplevel): Ditto.
7246         * wl-vars.el (toplevel): Ditto.
7247         * wl-xmas.el (toplevel): Ditto.
7248         * wl.el (toplevel): Ditto.
7249
7250 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7251
7252         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7253         instead of product.
7254
7255         * wl-version.el (wl-version): Compile time evalution elmo-version.
7256
7257 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7258
7259         * wl-summary.el (wl-summary-sync-force-update): Append queue
7260         `mark-as-read'if unplugged.
7261
7262 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7263
7264         * wl-version.el: New file.  Use product.el.
7265         * wl.el: add (require 'wl-version).
7266         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7267         for ~/.folders header.
7268         (wl-fldmgr-folders-header): Changed.
7269         * wl-demo.el (wl-demo): Use product.el.
7270
7271         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7272         wl-version.el.
7273         * wl-util.el (wl-version, wl-version-show): Ditto.
7274
7275         * wl-util.el (wl-generate-user-agent-string,
7276         wl-extended-emacs-version, wl-extended-emacs-version2,
7277         wl-extended-emacs-version3): Move to wl-version.el.
7278         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7279         xemacs-codename, mime-edit-insert-user-agent-field,
7280         mime-edit-user-agent-value, mime-editor/version,
7281         mime-editor/codename): Compile warning killer move to
7282         wl-version.el
7283
7284 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7285
7286         * wl-summary.el (wl-summary-refile-subr): Fix.
7287
7288 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7291         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7292
7293 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7294
7295         * wl.el (wl-check-environment): Check too many `@'.
7296
7297 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7298
7299         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7300
7301 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7302
7303         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7304         wl-draft-reply-myself-without-argument-list): Add variables.
7305         * wl-draft.el (wl-draft-reply): Use it.
7306
7307 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7308
7309         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7310         the 5th argument of `elmo-network-get-spec'.
7311
7312         * wl-thread.el (wl-thread-reparent-children): New inline function.
7313         (wl-thread-delete-message): Use it.
7314
7315         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7316         (wl-summary-score-update-all-lines): Don't use `dolist'.
7317
7318 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7319
7320         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7321         (require 'elmo-msgdb) for inline function.
7322
7323 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7324
7325         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7326
7327 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-score.el (wl-score-headers): Fix for the confusing macro
7330         `elmo-kill-buffer'.
7331
7332 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7333
7334         * wl-summary.el: Don't use the 3rd argument of `require' because
7335         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7336         * wl-util.el: Ditto.
7337         * wl-draft.el: Ditto.
7338
7339 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7340
7341         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7342         window system is not used.
7343
7344 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7345
7346         * wl-thread.el: Don't use `mapcar' only for iteration.
7347         (wl-thread-resume-entity): Ditto.
7348         (wl-thread-delete-message): Ditto.
7349
7350         * wl-summary.el: Bind `dragdrop-drop-functions',
7351         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7352         of `require' for `timezone', `easymenu' and `ps-print';
7353         don't use `mapcar' only for iteration.
7354
7355         * wl-util.el: Bind `mule-version', `nemacs-version',
7356         `emacs-beta-version', `xemacs-codename',
7357         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7358         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7359         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7360         only for iteration.
7361
7362         * wl-score.el: Don't use `mapcar' only for iteration.
7363         (wl-score-simplify-buffer-fuzzy): Ditto.
7364         (wl-score-simplify-subject): Ditto.
7365         (wl-score-headers): Ditto.
7366         (wl-summary-score-update-all-lines): Ditto.
7367
7368         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7369         `enable-multibyte-characters' and `mule-version'.
7370
7371         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7372         `mapcar' only for iteration.
7373
7374         * wl-demo.el: Don't use `mapcar' only for iteration.
7375
7376         * wl-folder.el: Don't use `mapcar' only for iteration.
7377         (wl-folder-open-all): Ditto.
7378         (wl-folder-count-incorporates): Ditto.
7379
7380         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7381         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7382
7383         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7384         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7385         `smtp-connection-type'; specify 3rd argument of `require' for
7386         `timezone'; don't use `mapcar' only for iteration.
7387         (wl-draft-clone-local-variables): Don't use `mapcar'.
7388         (wl-draft-generate-clone-buffer): Ditto.
7389         (wl-user-agent-compose-internal): Ditto.
7390
7391         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7392
7393         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7394         (wl-save-status): Ditto.
7395
7396         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7397         for iteration.
7398
7399 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7402         removed `Date'.
7403         (wl-fldmgr-make-filter-default): New user option.
7404
7405         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7406         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7407         (wl-fldmgr-filter-completion-alist): Abolish.
7408
7409         * wl.el (wl): Don't check servers if arg is non-nil.
7410
7411         * wl-draft.el (wl-draft-reply): Set only message-id string to
7412         In-Reply-To field.
7413
7414 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * wl-summary.el (wl-summary-pick): Rewrite.
7417
7418         * wl-draft.el (wl-draft-forward): Get references field from
7419         original buffer.
7420         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7421
7422 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7423
7424         * wl-draft.el (wl-draft-forward): Add references field.
7425
7426 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7429         (wl-draft-reply): Use it.
7430
7431 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7432
7433         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7434         when Emacs 21 is running.
7435
7436         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7437         bindings.
7438
7439 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7440
7441         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7442         XPM icons transparent.
7443
7444         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7445         Emacs 21.
7446
7447 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7450         nil.
7451
7452         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7453         when it is persistent.
7454         (wl-summary-sync-marks): Changed argument for
7455         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7456         (wl-summary-virtual): Use `elmo-read-search-condition'.
7457         (wl-summary-redisplay-internal): If folder is local, mark as read
7458         even when folder is plugged.
7459
7460 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7461
7462         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7463         of `tool-bar-lines' in the frame parameters.
7464         (after-make-frame-functions, post-command-hook): Don't modify the
7465         value.
7466         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7467         wl-e21-tool-bar-lines): Removed.
7468
7469 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7470
7471         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7472         properties `evaporate' and `wl-momentary-overlay' as well.
7473         (wl-highlight-summary-displaying): Ditto.
7474         (wl-delete-all-overlays): Don't delete overlay which does not have
7475         a property `wl-momentary-overlay'.
7476
7477         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7478         `display-mouse-p' and `display-graphic-p'.
7479         (wl-folder-init-icons): Don't search for XBM or the other files.
7480         (wl-plugged-set-folder-icon): Make icons if and only if
7481         `display-graphic-p' returns non-nil.
7482         (wl-highlight-plugged-current-line): Use `before-string' overlay
7483         property to show icon images.
7484         (wl-highlight-folder-current-line): Ditto.
7485         (wl-e21-highlight-folder-group-line): Ditto.
7486         (wl-e21-highlight-folder-by-numbers): Ditto.
7487         (wl-e21-insert-image): Removed.
7488         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7489         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7490         said.
7491         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7492         `wl-e21-force-switch-toolbar'.
7493         (wl-e21-make-icon-image): Removed.
7494         (wl-e21-setup-toolbar): Don't search for XBM files.
7495         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7496         the default value.
7497
7498 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-util.el (wl-biff-check-folder-async): Set
7501         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7502
7503 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7504
7505         * wl-e21.el (after-make-frame-functions): Add
7506         `wl-e21-force-switch-toolbar'.
7507         (wl-e21-force-switch-toolbar): New function force to switch the
7508         toolbar appearance automatically.
7509         (post-command-hook): Add `wl-e21-switch-toolbar'.
7510         (wl-e21-switch-toolbar): New function to switch the toolbar
7511         appearance automatically.
7512         (wl-e21-tool-bar-lines): New buffer local variable.
7513
7514 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-util.el (wl-biff-check-folders-running): New variable.
7517         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7518         (wl-biff-check-folder-async-callback):
7519         Set `wl-biff-check-folders-running'.
7520         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7521         with unwind-protect.
7522
7523         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7524         Enclose `wl-folder-auto-check' with unwind-protect.
7525
7526         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7527         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7528
7529         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7530
7531         * wl-util.el (wl-biff-notify): New inline function.
7532         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7533         locally.
7534         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7535         folder-list' is 1.
7536         Use `wl-biff-notify'.
7537         (wl-biff-check-folder-async-callback): New function.
7538         (wl-biff-check-folder-async): Ditto.
7539
7540         * wl-folder.el (wl-folder): Don't check folders.
7541         (wl-folder-auto-check): New function.
7542
7543 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7544
7545         * wl-util.el (wl-biff-start) [Emacs19+]:
7546         Use `timer-next-integral-multiple-of-time'.
7547         (wl-biff-check-folders): Use `wl-default-folder'
7548         if `wl-biff-check-folder-list' is nil.
7549
7550 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7551
7552         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7553         instead of `elmo-delete-lists'.
7554
7555 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7556
7557         * wl.el (wl-plugged-toggle-all): Set the value of
7558         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7559         (wl-plugged-toggle): Ditto.
7560         (wl-toggle-plugged): Ditto.
7561         (wl-plugged-init): Ditto.
7562
7563         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7564         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7565         instead of `wl-biff-state-indicator-off' and
7566         `wl-biff-state-indicator-on'; don't modify the value and the type
7567         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7568         (wl-plugged-init-icons): Set icons data to
7569         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7570         instead of `wl-plug-state-indicator-off' and
7571         `wl-plug-state-indicator-on'; don't modify the value and the type
7572         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7573
7574         * wl-vars.el (wl-modeline-biff-state-off,
7575         wl-modeline-biff-state-on, wl-modeline-biff-status,
7576         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7577         wl-modeline-plug-status): New internal variables.
7578         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7579         wl-biff-check-interval, wl-biff-check-folder-list): Change
7580         customization group from `wl-folder' to `wl-highlight'.
7581         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7582         wl-show-plug-status-on-modeline): Defcustomized.
7583
7584         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7585         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7586         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7587         a flag to `mode-line-buffer-identification'.
7588
7589         * wl-e21.el (wl-biff-init-icons): Set icons data to
7590         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7591         instead of `wl-biff-state-indicator-off' and
7592         `wl-biff-state-indicator-on'.
7593         (wl-plugged-init-icons): Set icons data to
7594         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7595         instead of `wl-plug-state-indicator-off' and
7596         `wl-plug-state-indicator-on'.
7597
7598 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7599
7600         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7601         excessive titles.
7602
7603 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7604
7605         * wl.el (wl-plugged-mode): Use revised
7606         `wl-mode-line-buffer-identification'.
7607         (wl-plugged-init): Don't use `force-mode-line-update'.
7608
7609         * wl-xmas.el (wl-draft-overload-functions): Use revised
7610         `wl-mode-line-buffer-identification'.
7611         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7612         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7613         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7614         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7615         `wl-make-plugged-hook';
7616         add `wl-folder-init-icons' and `wl-setup-folder' to
7617         `wl-folder-mode-hook'.
7618
7619         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7620         19 as well.
7621         (wl-mode-line-display-priority-list): New user option.
7622         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7623         Defcustomized.
7624         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7625         Add docs.
7626
7627         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7628         start.
7629         (wl-mode-line-buffer-identification): Revised as a function.
7630
7631         * wl-summary.el (wl-summary-mode): Use revised
7632         `wl-mode-line-buffer-identification'; don't call
7633         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7634         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7635         `wl-xmas-setup-summary'.
7636
7637         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7638         `wl-mode-line-buffer-identification'.
7639
7640         * wl-mule.el (wl-draft-overload-functions): Use revised
7641         `wl-mode-line-buffer-identification'.
7642
7643         * wl-folder.el (wl-make-plugged-alist): Don't call
7644         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7645         (wl-folder): Don't call `wl-folder-init-icons' directly.
7646         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7647         `wl-xmas-setup-folder' directly;
7648         use revised `wl-mode-line-buffer-identification'.
7649         (TopLevel): Don't bind `wl-biff-init-icons',
7650         `wl-plugged-init-icons', `wl-folder-init-icons',
7651         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7652
7653         * wl-e21.el (wl-draft-overload-functions): Use revised
7654         `wl-mode-line-buffer-identification'.
7655         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7656         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7657         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7658         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7659         `wl-make-plugged-hook';
7660         add `wl-folder-init-icons' and `wl-setup-folder' to
7661         `wl-folder-mode-hook'.
7662
7663 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7664             Katsumi Yamaoka    <yamaoka@jpl.org>
7665
7666         * wl.el (wl): Call `wl-biff-start'.
7667         (wl-exit): Call `wl-biff-stop'.
7668         (wl-plugged-mode): Show biff in modeline.
7669         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7670
7671         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7672         (wl-biff-init-icons): New function.
7673         (wl-plugged-init-icons): Don't make too much keymaps.
7674         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7675
7676         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7677         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7678         variables.
7679         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7680         options.
7681
7682         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7683         wl-biff-start, wl-biff-stop): New functions.
7684         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7685         (wl-biff-timer-name): New variable.
7686
7687         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7688
7689         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7690         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7691
7692         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7693         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7694
7695         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7696         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7697         `wl-folder-init-icons' to `ignore' if they are not available.
7698         (wl-folder-mode): Show biff in modeline.
7699
7700         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7701         (wl-biff-init-icons): New function.
7702         (wl-plugged-init-icons): Don't make too much keymaps.
7703         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7704
7705 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7706
7707         * wl-vars.el (wl-strict-diff-folders): Customization Type
7708         and doc fix.  Define as a list of regular expressions for
7709         folders or nil.
7710         * wl-folder.el (wl-folder-check-one-entity): Use
7711         `wl-string-match-member' instead of `wl-string-member' for
7712         `wl-strict-diff-folders'.
7713
7714 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7715
7716         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7717         (wl-highlight-folder-current-line): Use it; new implementation.
7718         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7719         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7720         `defsubst' instead of `defun'.
7721
7722         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7723         `wl-highlight-group-folder-by-numbers'; made it can also be a
7724         number.  See info for more details.
7725
7726         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7727         running.
7728
7729         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7730         to bind them.
7731
7732         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7733         (wl-highlight-folder-current-line): New implementation.
7734
7735         * wl-highlight.el (wl-highlight-folder-group-line): New
7736         implementation.
7737         (wl-delete-all-overlays): Rewrite as a marco.
7738         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7739
7740         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7741         running.
7742         (wl-folder-*-glyph): No need to bind them.
7743
7744         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7745         `wl-e21-highlight-folder-group-icon'; rewrite.
7746         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7747         `defsubst' instead of `defun'.
7748         (wl-folder-mode-map): Bind it when compiling.
7749
7750 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7753
7754         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7755
7756 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7757
7758         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7759
7760 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7761
7762         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7763         (wl-highlight-folder-current-line): Use it.
7764
7765         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7766         in `id-name'.
7767
7768 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7769
7770         * wl.el: Require `wl-e21' when Emacs 21 is running.
7771
7772         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7773         default when Emacs 21 is running.
7774         (wl-use-highlight-mouse-line): Ditto.
7775         (wl-on-emacs21): New constant.
7776         (wl-on-emacs20): Removed.
7777
7778         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7779         Emacs 21 is running.
7780
7781         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7782         Emacs 21 is running.
7783
7784         * wl-e21.el: New file.
7785
7786 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7787
7788         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7789         (wl-toggle-plugged): Ditto.
7790         (wl-plugged-toggle): Ditto.
7791         (wl-plugged-toggle-all): Ditto.
7792
7793         * wl-vars.el (wl-plug-state-indicator): Refer
7794         `wl-plug-state-indicator-on' indirectly.
7795
7796 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7799         Call `wl-folder-confirm-existence'.
7800
7801         * wl-folder.el (wl-folder-confirm-existence): Added optional
7802         argument `force'.
7803
7804 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7805
7806         * wl-summary.el (wl-summary-refile-subr): Assume
7807         `copy-or-refile' as symbol.
7808         (wl-summary-refile): Follow up above change.
7809         (wl-summary-copy): Ditto.  Doc fix.
7810
7811 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-summary.el (wl-summary-pick): Don't bind
7814         `elmo-search-mime-charset'.
7815
7816         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7817         default using old backquote style.
7818         (wl-search-mime-charset): Abolished.
7819
7820         * wl-highlight.el (wl-highlight-headers):
7821         Call `point' after `re-search-forward'(for Nemacs).
7822
7823         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7824         for elmo-imap4.el.
7825
7826 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7827
7828         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7829         `wl-message-ignored-field-list' instead of
7830         `mime-view-ignored-field-list'.
7831
7832         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7833         Add interactive spec.
7834         (wl-folder-goto-bottom-of-current-folder): Ditto.
7835         (wl-folder-mode-map): Bind them.
7836
7837         * wl-vars.el (wl-message-ignored-field-list): New variable.
7838         (wl-message-visible-field-list): New variable.
7839
7840         * wl-mime.el (wl-mime-header-presentation-method): New function.
7841         (wl-mime-setup): Set header-presentation-method.
7842
7843 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7844
7845         * wl-nemacs.el (wl-draft-overload-functions): Set
7846         `mode-line-buffer-identification' instead of using
7847         `wl-make-modeline'.
7848
7849         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7850         instead of using `wl-make-modeline'.
7851
7852         * wl-xmas.el (wl-plugged-init-icons): Set up
7853         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7854         (wl-make-modeline): Abolish.
7855         (wl-draft-overload-functions): Set
7856         `mode-line-buffer-identification' instead of using
7857         `wl-make-modeline'.
7858
7859         * wl-util.el (wl-make-modeline-subr): Abolish.
7860         (wl-mode-line-buffer-identification): New alias.
7861
7862         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7863         (wl-summary-make-modeline): Abolish.
7864         (wl-summary-buffer-set-folder): Set
7865         `wl-summary-buffer-folder-indicator'.
7866         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7867         of using `wl-make-modeline'.
7868         (wl-summary-switch-to-clone-buffer): Don't set
7869         `mode-line-buffer-identification'.
7870         (wl-summary-goto-folder-subr): Ditto.
7871
7872         * wl-mule.el (wl-draft-overload-functions): Set
7873         `mode-line-buffer-identification' instead of using
7874         `wl-make-modeline'.
7875
7876         * wl-folder.el (wl-folder-mode): Set
7877         `mode-line-buffer-identification' instead of using
7878         `wl-make-modeline'.
7879         (wl-folder): Don't set `mode-line-buffer-identification'.
7880
7881 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7882
7883         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7884         instead of `member' for `wl-refile-guess-func-list' look-ups.
7885         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7886
7887 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7888
7889         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7890         `wl-message-button-dispatcher'.
7891
7892         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7893
7894         * wl-message.el (wl-message-button-dispatcher): Use it.
7895
7896         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7897         "In-Reply-To".
7898
7899         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7900         Bind `case-fold-search' to t.
7901
7902 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7903
7904         * wl-xmas.el (wl-message-overload-functions): Initialize
7905         `wl-message-button-map'.
7906
7907         * wl-mule.el (wl-message-overload-functions): Initialize
7908         `wl-message-button-map'.
7909
7910         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7911
7912         * wl-message.el (wl-message-button-map): New keymap.
7913         (wl-message-add-button): New function.
7914         (wl-message-button-dispatcher): New function.
7915         (wl-message-button-refer-article): New function.
7916
7917         * wl-highlight.el
7918         (wl-highlight-message-add-buttons-to-header): New function.
7919         (wl-highlight-headers): Use it.
7920
7921 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7922
7923         * wl-summary.el (wl-summary-default-from): Use
7924         `wl-address-get-petname-1'.
7925         (wl-summary-simple-from): Ditto.
7926
7927         * wl-address.el (wl-address-get-petname-1): New inline function.
7928         (wl-address-get-petname): Use it.
7929
7930 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7931
7932         * wl-summary.el (wl-summary-default-from): Return full-name part
7933         from the address if no petname was found.
7934         (wl-summary-simple-from): Ditto.
7935
7936         * wl-address.el (wl-address-get-petname): Return nil if no petname
7937         associated with the address was found.
7938
7939 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7940
7941         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7942         display is finished.
7943
7944 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7945
7946         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7947         `elmo-folder-exists-p' argument.
7948
7949 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7950
7951         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7952         the folder.
7953
7954 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7957
7958         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7959         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7960
7961 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7962
7963         * wl-folder.el (wl-folder-create-subr): New function.
7964         (wl-folder-confirm-existence): Use it.
7965         (wl-folder-check-one-entity): Use it.
7966         Check the error symbol is derived from 'elmo-open-error.
7967
7968         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7969         `ignore-error'.
7970
7971 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7972
7973         * wl-util.el (toplevel): Add (eval-when-compile (require
7974         'elmo-util)).  (Maybe `provide' is typo.)
7975
7976 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7979         (I don't know why this was needed.)
7980
7981         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7982         Follow up changes for stream-type.
7983
7984         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7985         (wl-draft-elmo-nntp-send): Ditto.
7986
7987         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7988         (wl-nntp-posting-stream-type): Ditto.
7989         (wl-pop-before-smtp-ssl): Abolished.
7990         (wl-nntp-posting-ssl): Ditto.
7991
7992         * wl-address.el (wl-address-quote-specials): New function.
7993         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7994
7995         * wl-draft.el (wl-draft-reply): Ditto.
7996
7997 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7998
7999         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8000         use function `wl-string-match-assoc'.
8001
8002 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8005
8006         * wl-draft.el (wl-draft-deduce-address-list): New function.
8007         (wl-draft-parse-mailbox-list): Ditto.
8008         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8009         instead of `smtp-deduce-address-list'.
8010         (wl-draft-on-field-p): Follow group list.
8011
8012         * wl-address.el (wl-address-concat-token): New function.
8013         (wl-address-string-without-group-list-contents): Ditto.
8014         (wl-complete-field-body): Fixed problem of completion
8015         by japanese petname.
8016         (wl-address-make-completion-list): Rewrite.
8017
8018 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8019
8020         * wl-address.el (wl-address-make-completion-list): Completion by
8021         petname.
8022         (wl-complete-field-body): Likewise.
8023
8024 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8027         contains invalid address syntax.
8028
8029 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * wl-folder.el (wl-folder-check-entity-async): Use
8032         `elmo-nntp-spec-hostname'.
8033
8034 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8035
8036         * wl-summary.el (wl-summary-msgdb-load-async): Use
8037         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8038
8039 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * wl-draft.el (wl-draft-reply): Set argument
8042         `content-transfer-encoding' as nil.
8043
8044 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8045
8046         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8047         `wl-refile-alist'.
8048
8049 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8052         (wl-draft-edit-string): Ditto.
8053         (wl-draft-forward): Ditto.
8054         * wl-summary.el (wl-summary-write): Ditto.
8055
8056 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl-summary.el (wl-summary-sync-update3): Call
8059         `wl-summary-buffer-number-column-detect'.
8060         (wl-summary-buffer-number-column-detect): Search from point-min.
8061
8062 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8065         contains an address which is not included in original to or cc.
8066
8067 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8070         begin-line does not exist.
8071         * wl-message.el (wl-message-uu-substring): Ditto.
8072
8073 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8076         clear local variables.
8077         (wl-summary-exit): Call `elmo-commit'.
8078         (wl-summary-switch-to-clone-buffer): Call
8079         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8080         (wl-summary-goto-folder-subr): Ditto.
8081
8082         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8083         POP folder.
8084
8085 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8088         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8089         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8090         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8091         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8092         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8093
8094         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8095
8096 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8097
8098         * wl-summary.el (wl-summary-search-by-subject):
8099         Search parent message from the latest one.
8100
8101 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8104         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8105
8106         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8107         New user option.
8108
8109         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8110         if elmo-nntp-use-killed-list is nil.
8111         Use `elmo-msgdb-append-to-killed-list'.
8112         (Append numbers confirmed as disappeared to the killed list.)
8113         (wl-summary-confirm-appends): Don't display negative number.
8114
8115 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8116
8117         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8118
8119 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8122         range is `all'.
8123         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8124         `elmo-list-bigger-diff'.
8125
8126 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-buffer-exit-func):
8129         New buffer local variable.
8130         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8131
8132 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8133
8134         * wl-demo.el (wl-demo): Fix the last change.
8135
8136 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8137
8138         * wl-demo.el (wl-demo): Don't use `eval'.
8139
8140 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8141
8142         * wl-summary.el (wl-summary-buffer-thread-modified):
8143         New buffer-local variable.
8144         (wl-summary-set-thread-modified): New function.
8145         (wl-summary-thread-modified-p): New function.
8146         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8147         (wl-summary-yank-saved-message): Use function
8148         `wl-summary-set-thread-modified'
8149         (wl-summary-switch-to-clone-buffer): Add
8150         `wl-summary-buffer-thread-modified'.
8151
8152         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8153         (wl-summary-buffer-mark-saved-hook): Ditto.
8154         * wl-summary.el (wl-summary-msgdb-save): New hook
8155         `wl-summary-buffer-message-saved-hook' and
8156         `wl-summary-buffer-mark-saved-hook'.
8157
8158 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8159
8160         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8161
8162 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8163
8164         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8165         don't hide scroll bars under FSF Emacsen because it may incur an
8166         undesirable redrawing.
8167
8168 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8169
8170         * wl-draft.el (wl-draft-edit-string): Call
8171         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8172
8173 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8174
8175         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8176
8177 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8178
8179         * wl-summary.el (wl-summary-msgdb-load-async): Call
8180         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8181
8182 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8183
8184         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8185         fringes in demo buffer; center bitmap logo correctly even if old
8186         Mule is used.
8187
8188 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8189
8190         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8191
8192         * wl-refile.el (wl-refile-subject-alist): New variable.
8193         (wl-refile-subject-alist-file-name): Ditto.
8194         (wl-refile-alist-setup): Rewrite.
8195         (wl-refile-alist-save): Use `elmo-object-save'.
8196         Eliminated arguments.
8197         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8198         (wl-refile-guess-by-subject): New function.
8199         (wl-refile-guess-func-list): Added it.
8200
8201 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8202
8203         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8204         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8205
8206 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8209         New buffer-local variable.
8210         (wl-summary-buffer-next-folder-func): Ditto.
8211         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8212         if non-nil.
8213         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8214         if non-nil.
8215         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8216         if non-nil.
8217         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8218         if non-nil.
8219
8220 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8221
8222         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8223         permanently in the demo buffer.
8224
8225 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8228         `mime-entity-fetch-field'.
8229
8230         * wl.el (wl-exit): Delete plugged buffer.
8231
8232         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8233         XEmacs has menubar feature.
8234
8235 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8236
8237         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8238         cannot arrive at the beginning of the buffer under old Emacsen.
8239
8240 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8241
8242         * wl-address.el (wl-address-ldap-search):
8243         Call `ldap-search-entries' with `withdn' argument t.
8244         (wl-complete-field-body): Bind completion-ignore-case as t.
8245         Clear ldap search hash when it was sole completion.
8246         Use elmo-string for pattern string.
8247         (wl-ldap-alias-safe-string): Eliminated needless let.
8248
8249 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8250
8251         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8252         (wl-ldap-alias-sep): New constant.
8253         (wl-ldap-search-attribute-type-list): Ditto.
8254         (wl-ldap-get-value): New function.
8255         (wl-ldap-make-filter): Ditto.
8256         (wl-ldap-make-matched-value-list): Ditto.
8257         (wl-ldap-alias-safe-string): Ditto.
8258         (wl-ldap-register-dn-string): Ditto.
8259         (wl-address-ldap-search): Rewrite.
8260
8261 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8262
8263         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8264         thread is deleted.
8265         (wl-thread-delete-line-from-buffer): Ditto.
8266         (wl-thread-get-exist-children): New function.
8267
8268 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8269
8270         * wl-demo.el (wl-demo): Made it to select various image types.
8271         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8272         from `wl-title-logo'.
8273         (wl-logo-ascii): New variable.
8274         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8275         (wl-demo-copyright-notice): New constant.
8276
8277         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8278
8279 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8280
8281         * wl-vars.el (wl-summary-target-above): Renamed from
8282         wl-summary-temp-above.
8283         * wl-score.el (wl-score-get-score-alist): Use it.
8284         (wl-summary-score-update-all-lines): Use it.
8285         * wl-summary.el: Ditto. (make-variable-buffer-local).
8286
8287 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-vars.el (wl-ldap-port): New user option.
8290
8291         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8292         Rewite whole implementation.
8293         (wl-complete-field-body): Fixed.
8294
8295 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8296
8297         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8298         Choose implementation at compile time.
8299
8300 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8301
8302         * wl-address.el (wl-ldap-search-internal): New function.
8303         (wl-complete-field-to): Use it.
8304
8305 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8306
8307         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8308         Use `let' instead of `let*'.
8309         Require 'wl-vars.
8310
8311         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8312         Define as defcustom.
8313         (wl-ldap-base): Ditto.
8314         (wl-use-ldap): Ditto.
8315
8316 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8317
8318         * wl-address.el (wl-ldap-search): New function.
8319         (wl-complete-field-body): Use `wl-ldap-search'.
8320         (wl-ldap-server): New variable.
8321         (wl-ldap-base): Ditto.
8322         (wl-use-ldap): Ditto.
8323
8324 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8325
8326         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8327         (Pointed out by Mito <mit@nines.nec.co.jp>).
8328         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8329         buffer-local variables like `wl-summary-redisplay-internal'.
8330         (wl-summary-redisplay-all-header): Likewise.  Update
8331         Summary view too.
8332
8333 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-jump-to-parent-message):
8336         Consider prefix argument.
8337
8338         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8339         when closed thread is deleted.
8340
8341 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8342
8343         * wl-summary.el (wl-summary-jump-to-parent-message):
8344         Consider thread modification.
8345
8346 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8347
8348         * wl-message.el (wl-message-normal-get-original-buffer): Use
8349         `save-excursion'.
8350
8351         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8352         (wl-summary-showto-folder-regexp): Ditto.
8353
8354 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8355
8356         * wl-util.el (wl-delete-alist): Doc fix.
8357         (wl-delete-associations): New function.
8358         (wl-inverse-alist): New function.
8359         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8360         Split temporary variables. Use `wl-delete-associations'
8361         and `wl-inverse-alist'.
8362         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8363
8364 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-folder.el (wl-folder-prefetch-entity):
8367         Execute prefetching if new count is unknown.
8368
8369 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8370
8371         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8372
8373         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8374         delete entity.
8375         (wl-thread-set-parent): If insert as top, set linked as nil.
8376
8377         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8378         `wl-thread-cleanup-symbols' when view mode is thread.
8379
8380 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8381
8382         * wl-folder.el (wl-folder-create-folder-entity): Use
8383         with-current-buffer.
8384         (wl-local-folder-init): Call set-buffer to make sure we are in
8385         the Folder buffer. Don't touch buffer-local variables here.
8386         (wl-folder-mode): Initialize buffer-local variables here.
8387
8388         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8389         (wl-folder-entity-assign-id): Ditto.
8390         (wl-folder-create-entity-hashtb): Ditto.
8391         (wl-local-folder-init): Ditto.
8392         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8393
8394 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8395
8396         * wl-summary.el (wl-summary-default-from): Fix probrem when
8397         std11-extract-address-components return (nil "foo@bar").
8398
8399 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8400
8401         * wl-draft.el (wl-draft-clone-local-variables):
8402         Remove redundant `setq'.
8403
8404 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8407         Bind wl-highlight-x-face-func as nil while highlighting header.
8408
8409 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8410
8411         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8412
8413 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8414
8415         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8416         elmo-msgdb-overview-hashtb from copy-variables.
8417         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8418         instead of `elmo-msgdb-overview-get-entity-by-number'.
8419         (wl-summary-auto-refile): Ditto.
8420
8421         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8422         `elmo-msgdb-overview-get-entity' instead of
8423         `elmo-msgdb-search-overview-entity'.  Use
8424         `elmo-msgdb-overview-get-entity' instead of
8425         `elmo-msgdb-overview-get-entity-by-number'.
8426         (wl-thread-insert-entity-sub): Ditto.
8427         (wl-thread-insert-message): Ditto.
8428
8429         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8430         `elmo-msgdb-overview-get-entity'.
8431         (wl-normal-message-redisplay): Ditto.
8432
8433 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8434
8435         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8436         `wl-thread-entities'.
8437         (wl-thread-delete-message): Fix remove top message from
8438         `wl-thread-entity-list'.
8439
8440         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8441         wl-append(nconc), because update-list is broken on Meadow.
8442
8443         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8444         updating process.
8445         (wl-summary-rescan): Ditto.
8446         (wl-summary-sync-update3): Ditto.
8447         * wl-thread.el (wl-thread-set-parent): Renamed from
8448         `wl-summary-set-parent'.
8449         (wl-thread-insert-message): Updating buffer faster.
8450         (wl-thread-delete-message): Updating buffer faster.
8451
8452         * wl-score.el (wl-summary-score-update-all-lines): Changed
8453         interval for display progress gauge.
8454
8455 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8458         folder always-sticky.
8459         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8460         defmacro.
8461
8462 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-vars.el (wl-draft-add-references): New user option.
8465
8466         * wl-draft.el (wl-draft-add-references): New function.
8467         (wl-draft-yank-from-mail-reply-buffer): Use it.
8468         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8469         as nil.
8470
8471 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8472
8473         * wl-thread.el (wl-thread-update-line-msgs): Called
8474         `wl-thread-update-line-on-buffer-sub'.
8475         (wl-thread-update-line-on-buffer): Delete routine of inserting
8476         thread.
8477         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8478         moved from `wl-thread-update-line-on-buffer'.
8479         Add threshold for displaying progress gauge.
8480         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8481         argument of `wl-thread-update-line-msgs'.
8482         Add threshold for displaying progress gauge.
8483         * wl-folder.el:
8484         Add threshold for displaying progress gauge.
8485         * wl-score.el: Ditto.
8486
8487         * wl-expire.el (wl-summary-expire): Display deleting info.
8488
8489 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8492         `no-msg'.
8493         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8494         argument of `wl-thread-update-line-msgs'.
8495         (wl-summary-set-parent): Added optional argument `parent-number'.
8496         (wl-summary-buffer-saved-message): New buffer local variable.
8497         (wl-summary-save-current-message): New command.
8498         (wl-summary-yank-saved-message): Ditto.
8499         (wl-summary-mode-map): Added key binding for
8500         `wl-summary-save-current-message' (\ew) and
8501         `wl-summary-yank-saved-message' (\C-y).
8502         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8503
8504 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-mode-map): Added key binding for
8507         `wl-summary-set-parent' (ts).
8508
8509 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8510
8511         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8512         subject faster. If thread number is reverse, delayed updating
8513         thread.
8514         (wl-summary-search-by-subject): Ditto.
8515         (wl-summary-put-alike): Ditto.
8516         (wl-summary-get-alike): Ditto.
8517         (wl-summary-insert-headers): Insert header of all overview in
8518         buffer.
8519         (wl-summary-rescan): Delayed updating thread. Kill search subject
8520         buffer for wl-summary-search-by-subject.
8521         (wl-summary-sync-update3): Ditto.
8522         (wl-summary-exit): Ditto.
8523         (wl-summary-goto-bottom-of-current-thread): Change for linked
8524         thread.
8525         (wl-summary-overview-create-summary-line): Change line for linked
8526         thread.
8527
8528         * wl-summary.el (wl-summary-update-thread): Use
8529         wl-thread-maybe-get-children-num.
8530         (wl-summary-set-parent): If change parent, move sub thread.
8531         (wl-summary-redisplay-internal): Add horizontal recenter.
8532         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8533
8534         * wl-thread.el (wl-thread-entity-get-linked): New function.
8535         (wl-thread-entity-set-linked): New function.
8536         (wl-thread-create-entity): Add linked element.
8537         (wl-thread-entity-insert-as-top): Use wl-append.
8538         (wl-thread-maybe-get-children-num): If closing thread, return
8539         children msgs.
8540         (wl-thread-update-line-msgs): Displaying progress message.
8541         (wl-thread-update-line-on-buffer-sub): Use
8542         wl-thread-maybe-get-children-num.
8543         (wl-thread-update-line-on-buffer): If update line is not exists,
8544         insert thread.
8545         (wl-thread-delete-message): If delete top msg of thread, search
8546         parent by subject.
8547         (wl-thread-insert-entity): Use
8548         wl-thread-maybe-get-children-num.
8549
8550         * wl-highlight.el (wl-highlight-summary-current-line): change
8551         sregexp for linked thread.
8552         * wl-util.el (wl-count-lines): Count lines.
8553         (wl-horizontal-recenter): horizontal recenter.
8554         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8555         (wl-score-get-alike): Ditto.
8556         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8557         (wl-subject-length-limit): New variable.
8558         (wl-highlight-thread-indent-string-regexp): Changed for linked
8559         thread.
8560
8561 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8564         New variable (revival).
8565         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8566         by subject matching if there's no in-reply-to nor references field
8567         (revival).
8568
8569 \f
8570 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8573         message.
8574
8575 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-summary.el (wl-summary-reply): Return t if there was a
8578         message at cursor point.
8579         Added unwind-protect.
8580         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8581         returns t.
8582         (wl-summary-cancel-message): Do nothing when there's no message at
8583         cursor point.
8584         (wl-summary-forward): Ditto.
8585         (wl-summary-jump-to-parent-message): Ditto.
8586         (wl-summary-reedit): Ditto.
8587         (wl-summary-edit-addresses): Ditto.
8588         (wl-summary-pipe-message): Ditto.
8589         (wl-summary-print-message-with-ps-print): Ditto.
8590         (wl-summary-print-message): Ditto.
8591         (wl-summary-mark-as-important): Ditto.
8592         (wl-summary-mark-as-unread): Ditto.
8593
8594         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8595         message at cursor point.
8596         (wl-summary-reply-with-citation): Remove unwind-protect.
8597
8598         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8599         subject searching feature.
8600         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8601         Eliminated.
8602
8603 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8606         New variable.
8607         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8608         by subject matching if there's no in-reply-to nor references field.
8609
8610         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8611
8612         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8613         when display is finished.
8614         (wl-folder-open-all): Ditto.
8615         (wl-folder-update-access-group): Ditto.
8616         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8617         * wl-thread.el (wl-thread-close-all): Ditto.
8618
8619         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8620         progress gauge only when it was displayed.
8621         * wl-folder.el (wl-folder-insert-entity): Ditto.
8622
8623 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-incorporate): Enclose
8626         `wl-summary-sync-force-update' with save-excursion.
8627
8628 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8629
8630         * wl-summary.el (wl-summary-prefetch-region):
8631         Pass current cursor point to `pos-visible-in-window-p' after
8632         moving cursor to the started point.
8633
8634 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8637
8638         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8639         fields from the forwarding message.
8640         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8641         `ignored-fields'.
8642
8643 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-mime.el (wl-message-request-partial):
8646         Eliminated argument `msgdb'.
8647         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8648         (wl-mime-combine-message/partial-pieces): Likewise.
8649         * tm-wl.el (wl-message-request-partial): Likewise.
8650         (wl-mime-combine-message/partial-pieces): Likewise.
8651
8652 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8653
8654         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8655         when display is finished.
8656
8657 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8658
8659         * wl-summary.el (wl-summary-goto-folder-subr):
8660         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8661
8662 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8665         when cursor point is visible.
8666
8667 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-expire.el (wl-expire-archive-get-max-number):
8670         Don't use `file-name-directory'.
8671
8672 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-expire.el (wl-expire-archive-get-max-number):
8675         Use `file-name-directory'.
8676
8677 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8680         only when there is progress.
8681
8682 2000-04-13  Mito <mit@nines.nec.co.jp>
8683
8684         * wl-summary.el (wl-summary-sync-marks): Display progress.
8685
8686 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8689         (wl-summary-prev): Move cursor regardless of unread status.
8690         (wl-summary-next): Ditto.
8691
8692 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8693
8694         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8695         Added argument `target' and `number'.
8696         * tm-wl.el (wl-summary-burst-subr): New function.
8697         (wl-summary-burst): Use it.
8698
8699 2000-04-10  Mito <mit@nines.nec.co.jp>
8700
8701         * wl-mime.el (wl-burst): New function.
8702         (wl-summary-burst): Use it.
8703
8704 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8705
8706         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8707         as petname when there's no candidate.
8708
8709 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8712         New variable.
8713         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8714
8715         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8716
8717         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8718
8719 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8722         Use substring of `original' instead of buffer-substring.
8723         (wl-refile-evaluate-rule):
8724         Set `original' argument of wl-refile-expand-newtext.
8725
8726         * wl-summary.el
8727         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8728         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8729         (wl-summary-auto-refile): Check existence of destination folder just
8730         before marking.
8731
8732 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8733
8734         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8735         when wl-refile-get-field-value return nil.
8736
8737 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8738
8739         * wl-refile.el
8740         (wl-refile-expand-newtext): New function imported from Gnus.
8741         (wl-refile-evaluate-rule): Use it.
8742
8743 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-summary.el (wl-summary-print-destination):
8746         Duplicate folder string to avoid putting text-property on
8747         original string.
8748
8749         * wl-refile.el (wl-refile-get-field-value): New function.
8750         (wl-refile-evaluate-rule): New function;
8751         Evaluate refile rule recursively.
8752         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8753         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8754         New function; Check existence of a target folder recursively.
8755         (wl-summary-auto-refile-check-refile-rule-alist):
8756         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8757
8758 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8761
8762         * wl-folder.el (wl-create-folder-entity-from-buffer):
8763         Fixed problem when '}' character is contained in folder name.
8764
8765         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8766
8767 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8768
8769         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8770         (wl-fldmgr-add-completion-all-completions):
8771         Use wl-fldmgr-add-completion-hashtb.
8772
8773 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8774
8775         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8776         wl-fldmgr-add-completion-subr): New functions.
8777         * wl-folder.el (wl-folder-completion-func): New variable.
8778         * wl-summary.el (wl-summary-read-folder):
8779         Use wl-folder-completion-func.
8780
8781         * wl-refile.el: Eliminate throw & catch.
8782
8783         * wl.el (wl-plugged-sending-queue-status): Fixed.
8784
8785 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8786
8787         * wl-draft.el (wl-draft): Put category property on
8788         mail-header-separator.