* wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
[elisp/wanderlust.git] / wl / ChangeLog
1 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4
5 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
8         rather than bitmap on Emacs 21.
9         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
10         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
11         for xbm if the new redisplay engine is not available.
12
13 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
14
15         * wl-folder.el (wl-folder-init-hook): New hook.
16         (wl-folder-init): Run `wl-folder-init-hook'.
17
18 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
21
22 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
23
24         * wl-acap.el (wl-acap-cache-filename): New variable.
25         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
26         (wl-acap-init): Use cache if no ACAP server found.
27
28 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
29
30         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
31         `wl-acap-original-msgdb-dir'.
32
33         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
34         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
35
36         * wl-mime.el (wl-mime-save-directory): Renamed from
37         `wl-mime-save-dir'.
38
39 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * wl-vars.el (wl-icon-dir): Fixed the docstring.
42
43         * wl-demo.el: Require `path-util'.
44         (wl-demo-bitmap-mule-available-p): New internal variable.
45         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
46         `module-installed-p' instead.
47         (wl-demo-insert-image): Use *.img file for a bitmap image.
48         (wl-demo): Don't call the ascii demo recursively.
49
50 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * Version number is increased to 2.7.7.
53
54 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
55
56         * wl.el (wl-exit): Eliminated byte-compile warning.
57
58 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
61         obsolete variable using `elmo-define-obsolete-variable'.
62         (wl-fetch-confirm-threshold): Ditto.
63         (wl-cache-prefetch-folder-type-list): Ditto.
64         (wl-cache-prefetch-folder-list): Ditto.
65
66 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
69         (wl-demo-icon-name): Use Xmas logo at the end of the year.
70         (wl-demo-insert-image): New function.
71         (wl-demo-insert-text): New function.
72         (wl-demo-image-type-alist): Redefine as a function.
73         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
74         (wl-demo-with-temp-file-buffer): Removed.
75         (wl-logo-xpm): Removed.
76         (wl-logo-xbm): Removed.
77         (wl-logo-bitmap): Removed.
78
79 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
80
81         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
82         (wl-expire-localdir-get-folder-function): New user option.
83         (wl-expire-localdir-get-folder): New function.
84         (wl-expire-localdir-date): Ditto.
85
86 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
87
88         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
89         value.  Refactoring `wl-folder-notify-deleted' is nil case.
90         Fixed unread number mismatch when all-unread < unread.
91
92 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
93
94         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
95         (wl-fetch-confirm-threshold): Ditto.
96
97         * wl-summary.el (wl-summary-confirm-appends): Removed.
98         (wl-summary-sync-update): Don't refer
99         `wl-summary-update-confirm-threshold' (It is now abolished).
100
101         * wl-message.el (wl-message-display-internal): Don't refer
102         `wl-fetch-confirm-threshold' (It is now abolished).
103
104 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
107
108 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
109
110         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
111         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
112         Change default value to nil.
113         (wl-summary-indent-length-limit): The value can be nil, nil means
114         unlimited.
115
116         * wl-summary.el: Don't set limit for indent length if the value of
117         wl-summary-indent-length-limit is nil.
118         If the value of wl-summary-width is nil, it means only that the width
119         of summary is unlimited (nil doesn't mean that the indent length is
120         unlimited).
121
122         * wl-thread.el: Ditto.
123
124 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
125
126         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
127         be nil, nil means never confirm.
128         * wl-summary.el (wl-summary-confirm-appends): Ditto.
129
130 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
131
132         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
133         means unlimited).
134
135 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
138         Use `with-temp-buffer'.
139
140 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
141
142         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
143         with new backquote style).
144         (wl-folder-get-entity-from-buffer): Ditto.
145
146 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-version.el (nemacs-version): Eliminated.
149         (wl-extended-emacs-version2): Ignore nemacs.
150         (wl-extended-emacs-version3): Ditto.
151
152 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
153
154         * wl-vars.el (wl-draft-add-references): Set default value as nil.
155         (wl-draft-add-in-reply-to): New variable.
156         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
157         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
158         (wl-draft-yank-from-mail-reply-buffer): Use
159         `wl-draft-add-in-reply-to'.
160         (wl-draft-insert-current-message): Ditto.
161
162 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
165         typo (kill->hide).
166         (wl-message-buffer-prefetch-folder-type-list): Added elements
167         `mark' and `cache' instead of `internal'.
168
169 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
170
171         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
172         resume msgdb directory.
173
174 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
175
176         * wl.el (wl-exit): Call `wl-acap-exit'.
177
178         * wl-summary.el (wl-summary-message-string): New function.
179         (wl-summary-reedit): Use it.
180         (wl-summary-resend-bounced-mail): Remove needless let.
181         (wl-summary-supersedes-message): Ditto.
182         (wl-summary-save): Ditto.
183
184         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
185         (wl-acap-init): Set it.
186         (wl-acap-exit): New function.
187
188 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl.el (wl-init): Revert (require 'mime-setup). move from
191         toplevel.
192
193 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * wl-summary.el (wl-summary-write-current-folder): Remove unused
196         local variables.  Add error when guess function return invalid
197         value.
198
199 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
200
201         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
202         Change local variable name.
203         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
204         (wl-folder-get-newsgroups): Return nil when non-news folder.
205         * wl-summary.el (wl-summary-write-current-folder): State through
206         when guess-list return nil.
207         (wl-summary-write-current-folder-functions): Fixed docstring.
208
209         * wl.el (wl-exit): Changed confirm message.
210
211         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
212         * wl-draft.el (wl-draft): Remove verbose `featurep'.
213
214         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
215
216 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
219         user option (Renamed from wl-cache-prefetch-folder-type-list).
220         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
221         from wl-cache-prefetch-folder-list).
222
223         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
224         Move to wl-vars.el.
225         (wl-message-buffer-prefetch-p): Changed to enable
226         `wl-message-buffer-prefetch-folder-list'.
227
228         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
229         `ignore-cache'.
230
231 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
232
233         * wl-draft.el (wl-draft-config-sub-func-alist): Added
234         `part-top' and `part-bottom'.
235         (wl-draft-config-sub-part-top): New function.
236         (wl-draft-config-sub-part-bottom): New function.
237
238 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
239
240         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
241
242 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
243
244         * wl-folder.el (wl-folder-get-newsgroups): Fix.
245
246 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
247
248         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
249
250         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
251         (wl-summary-write-current-folder): Ditto.
252
253 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
254
255         * wl-folder.el (wl-folder-get-newsgroups): Use
256         `elmo-folder-newsgroups'.
257
258 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
259
260         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
261         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
262         `wl-draft-config-sub-header-bottom'.
263
264 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
265
266         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
267         localnews folder.
268
269 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
270
271         * wl-summary.el (wl-summary-mode): Undo last change.
272
273         * wl-folder.el (wl-folder-mode): Ditto.
274
275 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
276
277         * wl-summary.el (wl-summary-mode): Locally set
278         truncate-partial-window-width to nil.
279         (for XEmacs)
280
281         * wl-folder.el (wl-folder-mode): Ditto.
282
283 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
286
287 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
288
289         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
290         number.
291
292         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
293
294         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
295
296         * Version number is increased to 2.7.6.
297
298 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
299
300         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
301
302 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * wl-summary.el (wl-summary-sync-update): Enclose network
305         related portion with `unwind-protect'.
306
307 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
310
311 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
312
313         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
314         element.
315         * wl-vars.el (wl-message-body-button-alist): Ditto.
316
317         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
318         max match length.
319         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
320
321         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
322         for the max match length;
323         Use 4th element value for the button string regexp group.
324
325         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
326         candidate exists, prompt to select.
327
328 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
329
330         * wl-summary.el (wl-summary-jump-to-msg): Search before
331         calibration point by `beginning-of-line'.
332
333 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
334
335         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
336         for access group.
337
338 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
339
340         * wl-message.el (wl-message-display-internal): Bind
341         `default-mime-charset'.
342
343         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
344
345         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
346
347         * Version number is increased to 2.7.5.
348
349 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-expire.el (wl-summary-archive): Fixed;
352         Use `elmo-folder-name-internal'.
353
354 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
357         from `elmo-folder-move-messages' caller.
358         (wl-expire-refile-with-copy-reserve-msg): Ditto.
359
360         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
361         related portions are changed).
362
363 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
366         counter.
367
368 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
369
370         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
371         buffer local and set it to nil.
372
373         * wl-message.el (wl-message-redisplay): Ditto.
374
375 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
376
377         * wl-summary.el (wl-summary-mark-as-important): If message is
378         already cached, set messag as read, otherwise encache and mark as read.
379
380 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
381
382         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
383         point-min.
384
385 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
388         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
389         a keymap.
390
391 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
394         parent.
395
396         * wl-mule.el (wl-message-define-keymap): Ditto.
397
398         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
399
400         * wl-xmas.el (wl-message-display-internal-hook): Define.
401         (wl-xmas-setup-message-toolbar): Define as function.
402         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
403         (wl-message-overload-functions): Abolished.
404         (wl-message-define-keymap): New function.
405
406         * wl-vars.el (wl-message-display-internal-hook): New variable.
407         (wl-message-header-button-alist): New variable (Renamed from
408         wl-highlight-message-header-button-alist).
409         (wl-message-body-button-alist): Ditto.
410
411         * wl-mule.el (wl-message-define-keymap): New function.
412         (wl-message-overload-functions): Abolished.
413
414         * wl-message.el (wl-message-add-buttons-to-body): New function.
415         (wl-message-redisplay): Don't call wl-message-overload-functions;
416         Call wl-message-add-buttons-to-header and
417         wl-message-add-buttons-to-body.
418         (wl-message-display-internal): Set keymap argument for
419         elmo-mime-display-as-is, elmo-mime-message-display;
420         Run wl-message-display-internal-hook.
421         (wl-message-refer-article-or-url): Abolished.
422
423         * wl-highlight.el (wl-highlight-headers): Don't call
424         wl-highlight-message-add-buttons-to-header.
425         (wl-highlight-message-add-buttons-to-header): Abolished.
426
427
428         * wl-e21.el (wl-message-display-internal-hook): Define.
429         (wl-e21-setup-toolbar): Deleted duplicated binding.
430         (wl-e21-setup-message-toolbar): Define as function.
431         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
432         (wl-message-define-keymap): New function.
433         (wl-message-overload-functions): Abolished.
434
435 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
436
437         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
438         and elmo-folder-close.
439
440         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
441
442 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
443
444         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
445         boolean value.
446         * wl-draft.el (wl-draft-do-fcc): Ditto.
447
448 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
449
450         * wl-vars.el (wl-fcc-force-as-read): New variable.
451         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
452         mark copied message as read.
453
454 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
455
456         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
457
458 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
459
460         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
461         `wl-summary-target-above' instead of obsolete variable
462         `wl-summary-temp-above'.
463
464         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
465         instead of `make-obsolete-variable'.
466         * wl-refile.el (toplevel): Ditto.
467
468 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
469
470         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
471         with third argument t.
472         (wl-draft): Set first argument for wl-plugged-init as t.
473
474         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
475         definition.
476
477 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
478
479         * wl-vars.el: Tabify.
480         (wl-biff-notify-hook): Use `ding' instead of `beep'.
481
482         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
483         message.
484
485 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
486
487         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
488         and set default to beep.
489
490 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
491
492         * wl-vars.el (wl-draft-truncate-lines): New variable.
493
494         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
495         instead of wl-message-truncate-lines for truncate-lines.
496
497 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
498
499         * wl-message.el (wl-message-display-internal): Call
500         `wl-highlight-message' after `elmo-mime-display-as-is'.
501
502         * wl-mime.el (wl-mime-display-text/plain): New function.
503         (wl-mime-display-header): Ditto.
504         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
505         body-presentation-method for text/plain;
506         Register `wl-mime-display-header' as a header-presentation-method;
507         Don't set up `elmo-message-text-content-inserted-hook' and
508         `elmo-message-header-inserted-hook'.
509
510         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
511         variable.
512         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
513         as t if flag is 'all-header;
514         Don't bind `elmo-message-ignored-field-list',
515         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
516
517 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
520         for xemacs with non-mule environment.
521
522 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
523
524         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
525         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
526         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
527
528 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
529
530         * wl-vars.el (wl-interactive-send): Set default value as t.
531
532 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
533
534         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
535         (wl-addrmgr-method-list): Abolished.
536         (wl-addrmgr-change-method): Follow above change.
537
538         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
539
540 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
541
542         * wl-vars.el (wl-message-truncate-lines): Change default value
543         to default-truncate-lines.
544
545         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
546
547 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
548
549         * wl-vars.el (wl-message-truncate-lines): New variable.
550
551         * wl-message.el (wl-message-redisplay): Set truncate-lines using
552         wl-message-truncate-lines.
553
554 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
555
556         * wl-acap.el (wl-acap-init): Remove period from error message.
557         (wl-acap-find-acap-service): Remove period from message.
558
559 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
560
561         * wl.el (wl-check-environment): Undo last change.
562
563         * wl-vars.el (wl-from): Changed default value.
564
565         * wl-util.el (toplevel): Don't require tm-edit.
566
567         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
568         `wl-folder-init';
569         Don't set mark on mail body.
570         (wl-draft-reedit): Ditto.
571
572         * wl-address.el (wl-address-quote-specials): Define as an alias for
573         elmo-address-quote-specials.
574
575 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
576
577         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
578
579         * wl-vars.el (wl-from): Set default value as nil.
580         (wl-organization): Set default value as ORGANIZATION environment
581         variable.
582
583         * wl-draft.el (wl-smtp-extension-bind): Check value of
584         wl-smtp-connection-type.
585
586         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
587         error.
588
589 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
590
591         * Version number is increased to 2.7.4.
592
593         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
594         arguments from `wl-highlight-x-face-function' caller.
595         Use x-face-1.3.6.12 or later.
596
597 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
598
599         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
600
601 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
602
603         * wl-vars.el (wl-summary-width): Fix type to accept nil.
604         (wl-fcc): Fix to accept function.
605         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
606
607 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
608
609         * wl-acap.el (toplevel): Added `product-provide' declare.
610         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
611
612 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
613
614         * wl.el (wl): Changed order of calling `elmo-init'
615         and `elmo-folder-init'.
616
617 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-mime.el (wl-summary-burst): Extract message when content-type
620         of root entity is not only `multipart' but also `message/rfc822'.
621         (wl-summary-burst-subr): Ditto.
622
623 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * wl-vars.el (toplevel): Require 'custom.
626         (wl-trash-folder): Added to `wl-setting' group.
627
628         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
629         exists.
630         (wl-addrmgr-draw): Insert empty line when no entry exists.
631
632         * wl-mule.el (wl-message-wheel-up): Fixed.
633         (wl-message-wheel-down): Ditto.
634
635 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
638         config is an anonymous lambda expression.
639
640 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
643         when Mule 2 is running.
644
645 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
646
647         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
648
649 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
650
651         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
652         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
653
654         * wl-address.el (wl-address-specials-regexp): Eliminated.
655         (wl-address-quote-specials): Rewrite.
656
657 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
660         shy-groups for regexp.
661
662         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
663         character classes and Perl style shy-groups for regexp.
664         (wl-highlight-plugged-current-line): Use Posix style character
665         classes for regexp.
666         (wl-e21-highlight-folder-by-numbers): Ditto.
667         (wl-e21-display-image-p): Use `display-images-p' instead of
668         `display-graphic-p'.
669         (display-images-p): Make an alias to `display-graphic-p' if it is
670         not available.  It is for Emacs version prior to 21.0.105.
671
672         * wl-demo.el (wl-demo): Use `display-images-p' instead of
673         `display-graphic-p'.
674         (wl-demo-image-type-alist): Ditto.
675         (display-images-p): Make an alias to `display-graphic-p' if it is
676         not available.  It is for Emacs version prior to 21.0.105.
677
678 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
679
680         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
681         support.
682         (wl-generate-user-agent-string): Ditto.
683
684         * wl-version.el (wl-version): Update docsting.
685         (wl-version-status): Ditto.
686
687 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
688
689         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
690         21.0.105.  For Emacs 21.0.104 or earlier.
691
692 2001-09-03  Takuo KITAME <kitame@northeye.org>
693
694         * wl-e21.el (wl-plugged-init-icons): Use
695         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
696         (wl-biff-init-icons): Ditto.
697
698 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
699
700         * wl-highlight.el (wl-highlight-summary-current-line):
701         Fixed highlighting refile/copy destination.
702
703         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
704         (wl-acap-store): Encode string by wl-acap-coding-system.
705
706 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
707
708         * wl-acap.el (toplevel): Check and require 'un-define before
709         'xemacs-ucs;
710          Added checking for UTF-2000.
711
712 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
713
714         * wl-acap.el (toplevel): Require 'un-define before 'wl;
715         Don't enclose with `eval-and-compile'.
716
717         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
718         wl-init is non-nil.
719
720         * wl-draft.el (wl-draft): Ditto.
721
722         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
723
724         * wl-acap.el (toplevel): Require 'wl.
725         (wl-acap-store): Call `elmo-init'.
726
727         * wl.el (wl): Changed position of `wl-check-environment'.
728         (toplevel): Added autoload setting for wl-acap.
729
730         * wl-vars.el (wl-setting): New custom group.
731         (wl-from): Added wl-setting group.
732         (wl-user-mail-address-list): Ditto.
733         (wl-organization): Ditto.
734         (wl-subscribed-mailing-list): Ditto.
735         (wl-envelope-from): Ditto.
736         (wl-smtp-posting-user): Ditto.
737         (wl-smtp-posting-server): Ditto.
738         (wl-smtp-posting-port): Ditto.
739         (wl-smtp-authenticate-type): Ditto.
740         (wl-pop-before-smtp-user): Ditto.
741         (wl-pop-before-smtp-server): Ditto.
742         (wl-pop-before-smtp-port): Ditto.
743         (wl-pop-before-smtp-authenticate-type): Ditto.
744         (wl-nntp-posting-server): Ditto.
745         (wl-nntp-posting-user): Ditto.
746         (wl-nntp-posting-port): Ditto.
747         (wl-fetch-confirm-threshold): Ditto.
748         (wl-prefetch-threshold): Ditto.
749         (wl-thread-insert-opened): Ditto.
750         (wl-ldap-server): Ditto.
751         (wl-ldap-port): Ditto.
752         (wl-ldap-base): Ditto.
753         (wl-ldap-objectclass): Ditto.
754         (wl-use-ldap): Ditto.
755         (wl-draft-config-alist): Ditto.
756         (wl-draft-config-matchone): Ditto.
757         (wl-template-alist): Ditto.
758         (wl-message-sort-field-list): Ditto.
759         (wl-message-ignored-field-list): Ditto.
760         (wl-message-visible-field-list): Ditto.
761         (wl-interactive-send): Ditto.
762         (wl-summary-move-order): Ditto.
763         (wl-auto-select-first): Ditto.
764         (wl-auto-select-next): Ditto.
765         (wl-interactive-save-folders): Ditto.
766
767         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
768         Initialization codes are moved from wl-local-folder-init.
769         (wl-local-folder-init): Follow the change above.
770         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
771
772         * wl-acap.el: New file.
773
774         * Version number is increased to 2.7.3.
775
776 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
777
778         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
779
780 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
781
782         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
783         (wl-addrmgr-address-entry-list): Ditto.
784
785 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
786
787         * wl-e21.el (wl-draft-mode-map): Removed binding for
788         `wl-draft-insert-x-face-field'.
789
790         * wl-mule.el (wl-draft-mode-map): Ditto.
791
792         * wl-xmas.el (wl-draft-mode-map): Ditto.
793
794         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
795         (wl-cs-autoconv): Ditto.
796         (wl-cs-local): Ditto.
797         (wl-use-scoring): Ditto.
798         (wl-mime-charset): Ditto.
799         (wl-folder-check-async): Ditto.
800
801         * wl.el (toplevel): Ignore nemacs and tm.
802         (wl-exit): Ditto.
803
804         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
805         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
806         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
807         instead of wl-address-petname-add-or-change.
808         (wl-summary-edit-addresses-subr): Use wl-address-delete
809         instead of wl-address-petname-delete.
810
811         * wl-util.el (wl-as-coding-system): Ignore nemacs.
812
813         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
814         if error occured.
815
816         * wl-message.el (require): Remove tm support.
817
818         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
819
820         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
821         (wl-folder-jump-to-current-entity): Ditto.
822         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
823
824         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
825         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
826         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
827
828         * wl-mule.el (wl-draft-key-setup): Ditto.
829
830         * wl-xmas.el (wl-draft-key-setup): Ditto.
831
832         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
833         (wl-draft-std11-parse-addresses): New function.
834         (wl-draft-parse-mailbox-list): Use it.
835         (wl-draft): Ignore nemacs.
836         (wl-draft-reedit): Ditto.
837
838         * wl-addrmgr.el: New file.
839         (Original is wl-rcpt.el written by
840         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
841         Thanks Kitamoto-san.)
842
843         * wl-address.el (wl-address-make-address-list): Modified parsing
844         process.
845         (wl-address-delete): Renamed from `wl-address-petname-delete';
846         Modify wl-address-list too.
847         (wl-address-add-or-change): Renamed from
848         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
849
850 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
851
852         * wl-highlight.el (wl-highlight-summary-current-line):
853           Work with transient-mark-mode
854
855 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
856
857         * Version number is increased to 2.7.2.
858
859         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
860         instead of elmo-dop-queue-method.
861
862 2001-08-06  SAITO Atsunori <sai@yedo.com>
863
864         * wl-vars.el (wl-ldap-objectclass): New user option.
865
866         * wl-address.el (wl-ldap-make-filter): Use it.
867
868 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
871
872 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * wl-folder.el (wl-folder): redisplay after folder insertion.
875
876         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
877
878         * wl-summary.el (wl-summary-sync-update):
879         Change status mark only when new-msgdb exists.
880         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
881
882 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-summary.el (wl-summary-open-folder): New function.
885         (wl-summary-goto-folder-subr): Use it.
886         (wl-summary-mark-as-important): Fix;
887         Encache only when no cache exists.
888
889 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
892         Use with-current-buffer.
893
894 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
897         before call `get-buffer'. Fixed parenthesis.
898         (wl-score-get-header-entry): Clear message and help window when
899         keyboard quit.
900         (wl-score-edit-insert-header): Ditto.
901
902 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
903
904         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
905         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
906         (wl-default-draft-cite): Fix.
907
908         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
909         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
910
911 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
912
913         * wl-message.el (wl-message-prev-page): Do same bahavior
914         as summary when it is called in the message buffer.
915         (wl-message-next-page): Ditto.
916
917 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
918
919         * wl-summary.el (wl-summary-forward): Use cache if it is not
920         section cache.
921
922 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
923
924         * wl-vars.el: Changed file coding system to ISO-2022-JP.
925         Removed redundant require of elmo-vars.
926         (wl-biff-state-indicator-on): Changed default value for
927         xemacs with non-mule environment.
928
929         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
930         wl-message-buffer is nil;
931         Hide progress bar after moving messages.
932
933 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
936         message at cursor point is deleted.
937
938 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
939
940         * wl-vars.el: Changed file coding system to euc-japan.
941         Added -*-coding:-*- magic to the first line.
942
943         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
944         Search parent from the first message.
945
946         * Version number is increased to 2.7.1.
947
948 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
949
950         * wl-vars.el: Fix file coding system to ISO-2022-JP.
951
952 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
953
954         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
955         refile/delete execution.
956
957         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
958         Fixed docstring.
959
960 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
963         do update process;
964         Don't update marks when update process is interrupted.
965
966 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-summary.el (wl-summary-reply): Fixed problem when
969         wl-draft-use-frame is non-nil.
970         (wl-summary-forward): Ditto.
971
972         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
973         as nil.
974         (wl-folder-mark-as-read-all-entity): Ditto.
975         (wl-folder-prefetch-entity): Ditto.
976
977         * wl.el (wl): Check environment before wl-init.
978
979         * wl-summary.el (wl-summary-collect-unread): Eliminated.
980         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
981         instead of wl-summary-collect-unread.
982         (wl-summary-reply): Split message window.
983
984 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
985
986         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
987         only if current language environment is japanese,
988
989         * wl-folder.el (wl-folder-jump-to-current-entity): Call
990         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
991         (wl-folder-goto-folder-subr): Ditto.
992
993         * wl-draft.el (wl-draft-dispatch-message): Call
994         `elmo-file-cache-get-path'.
995
996 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-summary.el (wl-summary-cursor-move): If return value of
999         wl-summary-next-message is not number, don't jump.
1000
1001 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-summary.el (wl-summary-buffer-next-message-function): New
1004         variable.
1005         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
1006         if it is bound.
1007
1008         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
1009         string.
1010
1011         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
1012         (wl-plugged-drawing): Ditto.
1013
1014 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
1015
1016         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
1017         process.
1018         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
1019         with unwind-protect.
1020
1021         * wl.el (wl-init): Require mime-setup.
1022         (wl-check-environment): Don't require mime-setup.
1023
1024         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
1025         instead of elmo-folder-type.
1026
1027         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
1028         value as nil.
1029
1030 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * Version number is increased to 2.7.0.
1033
1034         * wl-version.el (wl-version): Changed codename.
1035
1036         * wl-summary.el (wl-summary-delete-cache): Fixed.
1037
1038         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
1039         Workaround for net folders.
1040         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
1041
1042         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
1043         value to nil (According to the patch from
1044         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
1045
1046         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
1047         of elmo-folder-close.
1048
1049 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
1050
1051         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
1052         for postfix.
1053
1054 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
1055
1056         * wl-summary.el (wl-summary-resend-message): Fixed.
1057
1058         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
1059         Call wl-draft with `from' argument if its address is included in
1060         `wl-user-mail-address-list'.
1061         (wl-draft): Added `from' argument.
1062
1063         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
1064         non-nil.
1065         (wl): Don't show demo if wl-demo is nil.
1066
1067         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
1068         wl-summary-use-frame.
1069
1070         * wl-vars.el (wl-summary-use-frame): New user option.
1071         (wl-folder-use-frame): Changed docstring.
1072
1073         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
1074         non-nil.
1075         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
1076         wl-summary-use-frame.
1077
1078         * wl-vars.el (wl-folder-use-frame): New user option.
1079
1080         * wl-summary.el (wl-summary-exit): Back to folder frame if
1081         wl-folder-use-frame is non-nil.
1082         (wl-summary-redisplay-internal): Ignore cache if current folder
1083         is draft folder,
1084         (wl-summary-redisplay-no-mime): Ditto.
1085         (wl-summary-redisplay-all-header): Ditto.
1086
1087         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
1088         if wl-folder-use-frame is non-nil.
1089
1090 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * wl-summary.el (wl-summary-sync-update): Bind
1093         elmo-folder-update-threshold.
1094         (wl-summary-mark-as-important): Enclosed server mark processing
1095         with `save-match-data'.
1096
1097         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
1098         only when it is already defined.
1099
1100 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1101
1102         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
1103         name of folder exclude localdir is wrong.
1104         * wl-folder.el (wl-folder-sync-entity):
1105         Set `wl-summary-always-sticky-folder-list' as nil.
1106         (wl-folder-mark-as-read-all-entity): Ditto.
1107         (wl-folder-prefetch-entity): Ditto.
1108
1109 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
1110
1111         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
1112         instead of `wl-summary-write-current-newsgroup'.
1113
1114 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1115
1116         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
1117         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
1118         non-nil and selected message is important, do not display.
1119
1120 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
1121
1122         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
1123
1124 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1125
1126         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
1127
1128         * wl-summary.el (wl-summary-mark-as-important): Set message number
1129         using wl-summary-message-number.
1130
1131 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
1134         destination folder is 'null.
1135
1136 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
1137
1138         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
1139         New function.
1140         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
1141         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
1142         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
1143
1144 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
1145
1146         * wl-mime.el (wl-mime-setup): Added setting for
1147         `mime-setup-signature-key-alist' to avoid overriding key bind for
1148         `wl-draft-send'.
1149
1150         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
1151         for `wl-draft-send'.
1152         * wl-mule.el (wl-draft-overload-functions): Ditto.
1153         * wl-xmas.el (wl-draft-overload-functions): Ditto.
1154         * wl-draft.el (wl-draft-send): Ditto.
1155
1156         * wl-message.el (wl-message-display-internal):
1157         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
1158         (Patch is provided by <kita@coe.nttdata.co.jp>).
1159
1160 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
1161
1162         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
1163
1164 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1165
1166         * wl.el (wl): Fix for wl-demo.
1167
1168 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1169
1170         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
1171
1172 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1173
1174         * wl-folder.el (wl-folder-prefetch-entity): Use
1175         `wl-folder-get-elmo-folder'.
1176         (wl-folder-count-incorporates): Do not use
1177         `wl-folder-get-elmo-folder'.
1178
1179 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
1180
1181         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
1182         instead of `elmo-folder-get-type'.
1183
1184 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1185
1186         * wl-summary.el (wl-summary-write-current-folder): Set cursor
1187         position on Subject: field.
1188         (Advised by Mito <mit@nines.nec.co.jp>)
1189
1190 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-folder.el (wl-folder-prefetch-entity): Use
1193         `wl-folder-get-elmo-folder'.
1194
1195 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
1198
1199         * wl-summary.el (wl-summary-buffer-set-folder): Set up
1200         `process-duplicates' slot.
1201
1202         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
1203         if detection failed.
1204
1205 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1206
1207         * wl-version.el (wl-version-status): Set to "alpha".
1208
1209 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
1210
1211         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
1212         Check wl-message-buffer lives before set-buffer.
1213
1214 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1215
1216         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
1217         called in folder mode.
1218         * wl-var.el (wl-summary-exit-pre-hook): New variable.
1219         * wl-summary.el (wl-summary-exit-pre-hook): Run
1220         `wl-summary-exit-pre-hook' before exit summary mode.
1221
1222 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1223
1224         * wl-version.el (wl-version-status): New variable.
1225         (wl-version-status-alist): Removed.
1226         (wl-version-status): Rule included.
1227
1228 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
1229
1230         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
1231         @sponichi.
1232
1233         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
1234         when `mail-reply-buffer' is buffer-local variable.
1235         (Reported by <kita@coe.nttdata.co.jp>).
1236
1237 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-vars.el (toplevel): Require 'elmo-util.
1240
1241 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
1242
1243         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
1244         (All other related portions are changed)
1245
1246         * wl.el (wl-plugged-change): Use '<' instead of '<='.
1247
1248         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
1249
1250 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
1253
1254 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
1255
1256         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
1257         Delete other windows to avoid an error.
1258         Use `point-marker' instead of `point' to remember the start point
1259         of body.
1260
1261         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
1262
1263         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
1264         number not to exceed all message number.
1265
1266 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1267
1268         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
1269         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
1270
1271 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-summary.el (wl-summary-sync-force-update): Added argument
1274         no-check.
1275         (wl-summary-sync-update): Ditto.
1276         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
1277         with `no-check'.
1278
1279         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
1280         (wl-message-buffer-prefetch-next): Don't run timer if timer is
1281         already running.
1282
1283 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1284
1285         * wl-expire.el (wl-expire-archive-get-folder): Added argument
1286         `dst-folder-arg'.
1287         (wl-expire-archive-number1): Diito.
1288         (wl-expire-archive-number2): Diito.
1289         (wl-expire-archive-Date): Diito.
1290         (wl-archive-number1): Diito.
1291         (wl-archive-number2): Diito.
1292         (wl-archive-date): Diito.
1293         (wl-archive-folder-p): New function.
1294         (wl-summary-expire): Support of expand folder name at
1295         wl-expire-alist.
1296         * wl-util.el (wl-expand-newtext): Renamed from
1297         `wl-refile-expand-newtext'.
1298
1299 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
1302         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
1303         `(elmo-msgdb-get-overview msgdb)'.
1304         (wl-summary-prefetch): Bind match data before call
1305         `wl-summay-prefetch-msg'.
1306         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
1307         'off if `wl-summary-buffer-disp-msg' is non-nil.
1308         Fixed problem that couldn't show only one new or unread message when
1309         enter folder.
1310         (wl-summary-reply): Don't call `split-window-vertically' and other
1311         window.
1312
1313 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1314
1315         * wl-expire.el (wl-expire-refile): Fixed.
1316
1317 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * wl-vars.el (wl-biff-unnotify-hook): New variable.
1320
1321         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
1322         biff notification is removed.
1323
1324         * wl.el (wl): Changed position of `elmo-init'.
1325
1326         * wl-draft.el (wl-default-draft-cite): Use date field
1327         on the citation buffer.
1328
1329         * wl-vars.el (wl-shimbun-folder-icon): New variable.
1330
1331         * wl-xmas.el (wl-folder-internal-icon-list): Added
1332         `wl-folder-shimbun-image'.
1333
1334         * wl-e21.el (wl-folder-internal-icon-list): Added
1335         `wl-folder-shimbun-image'.
1336
1337 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
1338
1339         * wl.el (wl-init): Eliminated argument.
1340         (wl): Rewrite.
1341
1342         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
1343         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
1344         instead of `elmo-folder-msgdb-internal'.
1345         (wl-summary-sync-update): Ditto.
1346         (wl-summary-flush-pending-append-operations): Eliminated.
1347         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
1348         (wl-summary-goto-folder-subr): Set load-msgdb argument of
1349         `elmo-folder-open'.
1350
1351         * wl-mime.el (wl-summary-burst): Fixed.
1352
1353         * wl-folder.el (wl-folder-info-save): Check data type.
1354
1355         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
1356         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
1357         instead of `elmo-folder-msgdb-internal'.
1358         (wl-expire-hide): Ditto.
1359
1360
1361         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
1362
1363 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1364
1365         * wl-folder.el (wl-folder-write-current-folder): Support petname.
1366
1367 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
1368
1369         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
1370
1371 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1372
1373         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
1374         Fixed `match-beginning' argument mismatch.
1375
1376 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
1377
1378         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
1379         the default value.
1380
1381 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
1382
1383         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
1384         instead of `elmo-nntp-default-port'.
1385
1386         * wl-vars.el: Fixed some doc strings.
1387
1388 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-summary.el (wl-summary-prefetch-msg): Use
1391         `elmo-msgdb-overview-get-entity' instead of `assoc'.
1392
1393         * wl-vars.el: Define *-func as obsolete variable using
1394         `elmo-define-obsolete-variable'.
1395
1396         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
1397         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
1398         instead of `wl-message-buffer-prefetch-threshold'.
1399
1400         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
1401
1402         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
1403
1404         * wl-draft.el (wl-caesar-region-func): Ditto.
1405
1406         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
1407         Keep unread status in elmo-folder-move-messages.
1408         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
1409
1410 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1411
1412         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
1413         `wl-summary-buffer-exit-func'
1414         (wl-summary-buffer-message-redisplay-function): Renamed from
1415         `wl-summary-buffer-message-redisplay-func'
1416         (wl-summary-buffer-next-folder-function): Renamed from
1417         `wl-summary-buffer-next-folder-func'.
1418         (wl-summary-buffer-prev-folder-function): Renamed from
1419         `wl-summary-buffer-prev-folder-func'.
1420         (wl-summary-get-petname-function): Renamed from
1421         `wl-summary-get-petname-func'.
1422
1423         * wl-score.el (wl-score-edit-exit-function): Renamed from
1424         `wl-score-edit-exit-func'.
1425
1426         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
1427         Renamed from `wl-message-buffer-prefetch-get-next-function'.
1428
1429         * wl-util.el (wl-load-profile-function): Renamed from
1430         `wl-load-profile-func'.
1431
1432         * wl-folder.el (wl-folder-completion-function): Renamed from
1433         `wl-folder-completion-func'.
1434         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
1435
1436         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
1437         `wl-expire-archive-get-folder-func'.
1438         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
1439         (wl-draft-send-mail-function): Renamed from
1440         `wl-draft-send-mail-func'.
1441         (wl-draft-send-news-function): Renamed from
1442         `wl-draft-send-news-func'.
1443         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
1444         (wl-generate-mailer-string-function): Renamed from
1445         `wl-generate-mailer-string-func'.
1446         (wl-highlight-signature-search-function): Renamed from
1447         `wl-highlight-signature-search-func'.
1448         (wl-highlight-x-face-function): Renamed from
1449         `wl-highlight-x-face-func'
1450         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
1451         (wl-ps-print-buffer-function): Renamed from
1452         `wl-ps-print-buffer-func'
1453         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
1454         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
1455         (wl-summary-subject-filter-function): Renamed from
1456         `wl-summary-subject-filter-func'.
1457
1458         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
1459         `wl-draft-queue-flush-send-func'
1460         (wl-draft-cite-function): Renamed from
1461         `wl-draft-cite-func'
1462
1463         * wl-address.el (wl-address-init-function): Renamed from
1464         `wl-address-init-func'.
1465
1466 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-draft.el (wl-draft-queue-flush): Don't call
1469         `elmo-dop-unlock-message'.
1470         * wl-draft.el (wl-draft-queue-append): Don't call
1471         `elmo-dop-lock-message'.
1472
1473         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
1474         (wl-summary-buffer-folder-name): Ditto.
1475         (wl-summary-message-regexp): Added '-' (all other related portions
1476         are changed).
1477         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
1478         wl-summary-buffer-folder-name.
1479
1480 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
1481
1482         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
1483         the number of mails in the folder buffer is not updated by wl-biff.
1484
1485 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
1486
1487         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
1488         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
1489
1490 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * wl-summary.el (wl-summary-next-message):
1493         Return next message number when wl-summary-move-order is nil.
1494
1495 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
1496
1497         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
1498         `wl-summary-move-spec-alist'.
1499         (wl-summary-move-spec-unplugged-alist): New variable
1500         (Move spec for unplugged status).
1501         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
1502         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
1503
1504 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
1505
1506         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
1507         * wl-mule.el (wl-draft-overload-menubar): Ditto.
1508
1509 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
1510
1511         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
1512         simple quotation to quote the anonymous function.
1513         * tm-wl.el (wl-draft-preview-message): Ditto.
1514
1515 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
1516
1517         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
1518         Eliminate redundant `save-excursion'.
1519         (wl-highlight-summary-current-line): Ditto.
1520
1521         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
1522         accessing match data when `looking-at' failed.
1523
1524         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
1525         `elmo-match-string' where users don't care about the speed.
1526         (wl-draft-save): Ditto.
1527
1528 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
1529
1530         * wl-util.el (wl-regexp-opt): New function.
1531
1532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
1533         number from `wl-summary-buffer-number-list'.
1534         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
1535         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
1536         (wl-summary-move-spec-alist): Changed default setting.
1537
1538 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1539
1540         * wl-vars.el (wl-biff-notify-hook): New hook.
1541         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
1542         the arrival of new mail.
1543         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
1544         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
1545
1546 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
1549
1550 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
1553
1554         * Version number is increased to 2.5.8.
1555
1556         * wl-thread.el (toplevel): require 'cl.
1557         (wl-thread-resume-entity): Call wl-thread-make-number-list.
1558         (wl-thread-make-number-list): New function.
1559         (wl-thread-entity-make-number-list-from-children): Ditto.
1560         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
1561         (wl-thread-entity-insert-as-children): Likewise.
1562         (wl-thread-delete-message): Likewise.
1563         (wl-meaning-of-mark): Eliminated.
1564         (wl-thread-next-failure-mark-p): Ditto.
1565         (wl-thread-entity-get-mark): Ditto.
1566         (wl-thread-meaning-alist-get-result): Ditto.
1567         (wl-thread-entity-check-prev-mark): Ditto.
1568         (wl-thread-entity-check-next-mark): Ditto.
1569         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
1570         (wl-thread-entity-get-prev-marked-entity): Ditto.
1571         (wl-thread-get-prev-unread): Ditto.
1572         (wl-thread-jump-to-prev-unread): Ditto.
1573         (wl-thread-get-next-unread): Ditto.
1574         (wl-thread-jump-to-next-unread): Ditto.
1575         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
1576         (wl-thread-entity-get-next-marked-entity): Ditto.
1577
1578         * wl-summary.el (wl-summary-buffer-number-list):
1579         New bufer-local variable.
1580         (wl-summary-switch-to-clone-buffer): Clone
1581         `wl-summary-buffer-number-list'.
1582         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
1583         (wl-summary-cursor-move-regex): Eliminated.
1584         (wl-summary-cursor-up): Rewrite.
1585         (wl-summary-cursor-down): Ditto.
1586         (wl-summary-mode-spec-alist): New variable.
1587         (wl-summary-next-message): New inline function.
1588         (wl-summary-cursor-move): New function.
1589         (wl-summary-default-get-next-msg): Rewrite.
1590         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
1591         (wl-summary-rescan): Ditto.
1592         (wl-summary-sync-all-init): Ditto.
1593         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
1594         summary is not thread view.
1595         (wl-summary-sync-update): Ditto.
1596         (wl-summary-rescan): Ditto.
1597         (wl-summary-make-number-list): New function.
1598
1599         * wl-draft.el: "FCC" -> "Fcc".
1600
1601 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-highlight.el (wl-highlight-summary-window):
1604         Call `set-buffer-modified-p'.
1605
1606         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
1607         (wl): Call `elmo-init' and fix.
1608
1609         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
1610         Use new variables.
1611
1612         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
1613
1614 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1615
1616         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
1617
1618 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1619
1620         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
1621
1622 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1623
1624         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
1625         `wl-use-toolbar' nor `display-graphic-p'.
1626         (wl-e21-setup-message-toolbar): Ditto.
1627         (wl-e21-setup-summary-toolbar): Ditto.
1628         (wl-e21-setup-folder-toolbar): Ditto.
1629
1630         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
1631         (wl-plugged-init-icons): Ditto.
1632
1633         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
1634         `display-graphic-p'.
1635         (wl-plugged-set-folder-icon): Ditto.
1636         (wl-highlight-plugged-current-line): Ditto.
1637         (wl-highlight-folder-current-line): Ditto.
1638         (wl-e21-highlight-folder-group-line): Ditto.
1639         (wl-e21-setup-toolbar): Ditto.
1640         (wl-e21-display-image-p): New macro.
1641
1642         * wl-demo.el (wl-demo): Simplified.
1643         (wl-demo-image-type-alist): Use `image-type-available-p' for
1644         checking whether the image type `xbm' is available.
1645
1646 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1647
1648         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
1649         (wl-summary-input-range): Ditto.
1650
1651 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * wl-summary.el (wl-summary-edit-addresses): Use
1654         `wl-summary-get-original-buffer'
1655         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
1656         (wl-summary-jump-to-msg-by-message-id-via-nntp):
1657         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
1658         (wl-summary-get-newsgroups): Eliminated.
1659         (wl-summary-set-crosspost): Ditto.
1660         (wl-summary-is-crosspost-folder): Ditto.
1661         (wl-crosspost-alist-load): Ditto.
1662         (wl-crosspost-alist-save): Ditto.
1663
1664         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
1665         `elmo-setup-subscribed-newsgroups' instead of
1666         `elmo-nntp-make-groups-hashtb'.
1667         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
1668         instead of `wl-crosspost-alist-save'.
1669
1670         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
1671         of `elmo-folder-message-appendable-p'.
1672         (wl-mime-header-presentation-method): Eliminated.
1673
1674         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
1675         (Error occurs in emacs21).
1676
1677         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
1678         the current buffer).
1679
1680         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
1681         instead of `wl-crosspost-alist-save'.
1682         (wl-init): `elmo-crosspost-message-alist-load'
1683         instead of `wl-crosspost-alist-load'
1684
1685         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
1686         (wl-parse-newsgroups): Likewise.
1687         (wl-biff-notify): Run `wl-biff-notify-hook'.
1688
1689 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-vars.el (wl-summary-lazy-highlight): New variable.
1692
1693         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
1694         when `wl-summary-lazy-highlight' is non-nil.
1695         (wl-summary-goto-folder-subr): Highlight only when
1696         `wl-summary-lazy-highlight' is non-nil.
1697
1698         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
1699         Don't display progress and highlight temp-mark when
1700         `wl-summary-lazy-highlight' is non-nil.
1701         (wl-highlight-summary-window): New function.
1702         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
1703
1704 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
1705
1706         * wl-summary.el (wl-summary-sync): Change `all-visible'
1707         from `all-shown'
1708         (wl-summary-input-range): Ditto.
1709
1710 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1711
1712         * wl-e21.el (wl-highlight-folder-current-line): Call
1713         `wl-folder-init-icons' when folder icons have not been initialized.
1714
1715         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
1716
1717         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
1718         (wl-demo-image-type-alist): New macro.
1719
1720 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1721
1722         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
1723         display does not support graphics.
1724         (wl-plugged-init-icons): Ditto.
1725         (wl-folder-init-icons): Ditto.
1726
1727         * wl-demo.el (wl-demo): Chech closely whether the display
1728         supports graphics.
1729
1730 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * wl-summary.el (wl-summary-get-original-buffer): New function.
1733         (wl-summary-set-crosspost): Use it.
1734         (wl-summary-target-mark-uudecode): Ditto.
1735         (wl-summary-reedit): Ditto.
1736         (wl-summary-resend-bounced-mail): Ditto.
1737         (wl-summary-update-crosspost): Eliminated (It may be incorporated
1738         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
1739
1740         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
1741         (wl-message-display-internal): Ditto.
1742
1743 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
1746
1747 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
1748
1749         * wl-summary.el (wl-summary-save-view): Renamed from
1750         `wl-summary-save-status'.
1751
1752 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
1753
1754         * wl-summary.el (wl-summary-sync): Added `all-shown'
1755
1756 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
1757
1758         * wl-summary.el (wl-summary-input-range): Added `all-shown'
1759
1760 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
1761
1762         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
1763
1764 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
1765
1766         * wl-highlight.el (wl-highlight-summary-line-string): Use
1767         `zerop' instead of `= 0'.
1768         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
1769
1770         * wl-template.el (wl-template-next): Use `=' instead of `eq'
1771         for comparing numbers.
1772         (wl-template-prev): Use `zerop' instead of `eq 0'.
1773
1774         * wl-draft.el (wl-draft-insert-current-message): Use
1775         `with-current-buffer' instead of `save-excursion'.
1776         Use `zerop' instead of `eq 0'.
1777
1778 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
1779
1780         * wl-draft.el (wl-draft-insert-ccs): New function.
1781         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
1782         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
1783
1784 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
1785
1786         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
1787
1788 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
1789
1790         * wl-expire.el (wl-expire-refile): Don't call
1791         elmo-msgdb-add-msgs-to-seen-list;
1792         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
1793         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1794
1795 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
1796
1797         * wl-message.el (wl-message-prev-page): Ignore errors while
1798         scroll-down.
1799
1800 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-mime.el: Use elmo-original-message-mode instead of
1803         mmelmo-original-mode.
1804
1805         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
1806         `elmo-folder-get-spec';
1807         (wl-fldmgr-add-completion-all-completions):
1808         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
1809
1810         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
1811         of `elmo-folder-get-type'.
1812
1813         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
1814         `elmo-folder-get-spec';
1815         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1816         Use `elmo-folder-append-message' instead of `elmo-append-msg';
1817         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1818         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
1819         `elmo-read-msg-no-cache';
1820         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
1821         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
1822         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
1823         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
1824         `elmo-cache-save';
1825         (wl-draft-reedit): Use `elmo-message-file-name'.
1826
1827         * wl-expire.el: Use `elmo-folder-name-internal';
1828         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1829         Use macro `wl-summary-buffer-msgdb' instead of variable
1830         `wl-summary-buffer-msgdb';
1831         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
1832         Use macro `wl-summary-buffer-folder-name' instead of variable
1833         `wl-summary-buffer-folder-name'.
1834         * wl-score.el: Likewise.
1835
1836         * wl-message.el: Rewrite for new message buffer cache mechanism.
1837         (wl-message-buffer-cache-buffer-get): New macro.
1838         (wl-message-buffer-cache-folder-get): Ditto.
1839         (wl-message-buffer-cache-message-get): Ditto.
1840         (wl-message-buffer-cache-entry-make): Ditto.
1841         (wl-message-buffer-cache-hit): Ditto.
1842         (wl-message-buffer-cache-sort): New function.
1843         (wl-message-buffer-cache-add): Ditto.
1844         (wl-message-buffer-cache-delete): Ditto.
1845         (wl-message-buffer-cache-clean-up): Ditto.
1846         (wl-message-buffer-window): Rewrite.
1847         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
1848         (wl-message-buffer-display): New function.
1849         (wl-message-display-internal): New function.
1850
1851 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-folder.el: Use `elmo-folder-name-internal';
1854         Use `wl-folder-get-elmo-folder';
1855         Use `elmo-folder-list-messages' instead of
1856         `elmo-list-folder';
1857         Use `elmo-folder-get-primitive-list' instead of
1858         `elmo-folder-get-primitive-spec-list';
1859         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
1860         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1861         Use `elmo-folder-create' instead of `elmo-create-folder'.
1862         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
1863         (wl-folder-get-elmo-folder): New macro.
1864         (wl-folder-elmo-folder-cache-get): Ditto.
1865         (wl-folder-elmo-folder-cache-put): Ditto.
1866         (wl-folder-suspend): Call `elmo-quit'.
1867
1868         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
1869         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
1870         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
1871         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
1872         (toplevel): require 'cl.
1873         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
1874
1875         * wl-summary.el: Rewrite to use new elmo interface.
1876
1877 \f
1878 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-mime.el (wl-draft-preview-message):
1881         Run `wl-draft-send-hook' before collecting recipients information;
1882         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
1883
1884         * tm-wl.el (wl-draft-preview-message): Ditto.
1885
1886 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-mime.el (wl-draft-preview-message): Fixed problem that
1889         wrong receipients are displayed when forwarded message.
1890
1891 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * Version number is increased to 2.5.7.
1894
1895 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
1896
1897         * wl-message.el (wl-message-next-page): Bind
1898         `window-pixel-scroll-increment' to nil while scrolling up.
1899
1900 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1901
1902         * wl-vars.el (wl-save-hook): New hook.
1903         * wl.el (wl-save): Call `wl-save-hook'.
1904
1905 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1906
1907         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
1908         Argument WITH-ARG instead of NO-ARG (negative mean).
1909         (wl-draft-reply): WITH-ARG instead of NO-ARG.
1910         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
1911         * wl-message.el (wl-message-follow-current-entity): Likewise.
1912
1913 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1914
1915         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
1916         FROM was optional argument.
1917         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
1918
1919 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1920
1921         * Version number is increased to 2.5.6.
1922
1923 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1924
1925         * wl-version.el (wl-version-show): Removed.
1926         (wl-version): Add `interactive'.
1927
1928 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
1929
1930         * wl-summary.el (wl-summary-get-petname-func): New variable.
1931         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
1932         instead of `wl-address-get-petname-1'.
1933         (wl-summary-simple-from): Ditto.
1934
1935         * wl-address.el (wl-address-get-petname-1): Define as function.
1936
1937 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
1938
1939         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1940         field in the original message.
1941         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1942
1943 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
1944
1945         * wl-expire.el (wl-expire-hide):
1946         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1947
1948 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
1949
1950         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1951         find decoder for To, Cc, and Subject.
1952
1953 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
1954
1955         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
1956         for checking `elmo-use-buffer-cache'.
1957         (wl-summary-mark-as-important): Fixed typo in comment.
1958
1959 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
1960
1961         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
1962         field in the original message.
1963         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
1964
1965 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
1966
1967         * wl-expire.el (wl-expire-hide):
1968         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
1969
1970 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
1971
1972         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
1973         find decoder for To, Cc, and Subject.
1974
1975 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * Version number is increased to 2.5.5.
1978
1979         * wl-address.el (wl-address-specials-regexp): New constant.
1980         (wl-address-quote-specials): Use it.
1981
1982 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
1983
1984         * wl-summary.el (wl-summary-rescan):
1985         Call `wl-summary-buffer-number-column-detect'.
1986         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
1987
1988         * wl-message.el (wl-message-mode-map): Define.
1989         (wl-message-decode): Use it as local-map.
1990
1991 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-score.el (wl-score-guess-like-gnus): Abolished.
1994         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
1995
1996 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
1999
2000         * wl-mule.el (wl-read-event-char): Ditto.
2001
2002         * wl-e21.el (wl-read-event-char): Ditto.
2003
2004         * wl-nemacs.el (wl-read-event-char): Ditto.
2005         (read-event): Removed.
2006
2007         * wl-util.el (toplevel): Removed dummy definition of
2008         `read-event'.
2009         (wl-read-event-char, wl-xmas-read-event-char): Removed.
2010
2011 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
2012
2013         * wl-nemacs.el (elmo-archive-call-process): Moved to
2014         elmo-archive.el.
2015
2016 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2017
2018         * wl-draft.el (wl-draft-reply-list-symbol): New function.
2019         (wl-draft-reply): Use it.  Fixed "No match field" error message.
2020
2021         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
2022         instead of magic-number 6.  Use `not' instead of `null' for symbol
2023         `nil' check (not empty list).
2024         (wl-draft-insert-x-face-field): Fixed paren style.
2025
2026         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
2027         one-branch conditional statement, instead of `and' and `if'.
2028         (wl-draft-forward): Likewise.
2029         (wl-draft-add-references): Likewise.
2030         (wl-draft-yank-from-mail-reply-buffer): Likewise.
2031
2032         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
2033         conditional steatment.  Use `cond' instead of `if'.
2034         (wl-draft-confirm): Likewise.
2035
2036 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2037
2038         * wl-version.el (wl-version-show): Use `product-string-1'
2039         instead of `wl-version'.
2040         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
2041
2042         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
2043
2044 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2045
2046         * wl-highlight.el (wl-highlight-headers): Revert
2047         `wl-highlight-x-face-func' argument (`beg' and `end').
2048
2049 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2050
2051         * wl.el (toplevel): Move `product-provide' declare.
2052         * wl-demo.el (toplevel): Ditto.
2053         * wl-dnd.el (toplevel): Ditto.
2054         * wl-highlight.el (toplevel): Ditto.
2055         * wl-message.el (toplevel): Ditto.
2056         * wl-refile.el (toplevel): Ditto.
2057         * wl-util.el (toplevel): Ditto.
2058
2059 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
2062         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
2063         (wl-thread-close-all): keep cursor position.
2064
2065 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2066
2067         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
2068         (eq x 0).
2069         (wl-generate-user-agent-string-1): Fix conditional statement.
2070
2071 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
2072
2073         * wl.el (wl-check-environment): Additional check for
2074         'wl-local-domain' and `wl-message-id-domain'.
2075
2076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2077
2078         * wl-draft.el (toplevel): Delete defvar for sasl-*.
2079
2080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2081
2082         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
2083         instead of `smtp-sasl-user-realm'.
2084
2085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2086
2087         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
2088
2089 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2090
2091         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
2092         to the default value as well as `eword-lexical-analyzer'.
2093
2094 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2095
2096         * wl-version.el (wl-extended-emacs-version,
2097         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
2098         `elmo-match-string' instead of `wl-match-string'.
2099
2100 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2101
2102         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
2103         docstring.
2104
2105 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
2106
2107         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
2108
2109 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2110
2111         * wl-highlight.el (wl-highlight-headers): Remove
2112         `wl-highlight-x-face-func' argument (`beg' and `end').
2113
2114 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl-summary.el (wl-summary-mark-as-important):
2117         Remove cache if folder is local.
2118
2119 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
2120
2121         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
2122         to get existing e-mail address string.
2123
2124 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2125
2126         * wl-version.el (wl-generate-user-agent-string): Commentary.
2127         (wl-generate-user-agent-string-1): Use `when' for
2128         one-branch conditional statement, instead of `and' and `if'.
2129         (wl-extended-emacs-version, wl-extended-emacs-version2,
2130         wl-extended-emacs-version3): Ditto.
2131
2132 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2133
2134         * wl-summary.el (wl-summary-sync-all-init): New inline function.
2135         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
2136         condition-case; Remove initialization.
2137         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
2138         (wl-summary-sync-update3): Added argument `sync-all';
2139         Eliminated local variable `msgdb';
2140         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
2141         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
2142         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
2143
2144 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
2145
2146         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
2147         connection before call `wl-draft-send-mail-with-smtp'.
2148
2149 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2150
2151         * Version number is increased to 2.5.4.
2152
2153 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
2154
2155         * wl.el (wl-check-environment): Additional check for
2156         'wl-local-domain' and `wl-message-id-domain'.
2157
2158 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2159
2160         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
2161         buffer as command specific.
2162         (wl-folder-mark-as-read-all-entity): Ditto.
2163         (wl-folder-prefetch-entity): Ditto.
2164         (wl-folder-drop-unsync-entity): Ditto.
2165
2166         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
2167         (wl-prog-uudecode-no-stdout-option): Changed default to t.
2168         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
2169
2170         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
2171         save-excursion.
2172
2173 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * Version number is increased to 2.5.3.
2176
2177         * wl-summary.el (wl-summary-save-view-cache):
2178         Delete duplicated `write-region';
2179         Use `write-region-as-binary' instead of `as-binary-output-file' and
2180         `write-region'.
2181
2182 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2183
2184         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
2185
2186 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
2189         instead of `smtp-via-smtp'.
2190
2191 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2192
2193         * wl-draft.el (toplevel): Delete defvar for sasl-*.
2194
2195 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2196
2197         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
2198         instead of `smtp-sasl-user-realm'.
2199
2200 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2201
2202         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
2203
2204 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
2205
2206         * Version number is increased to 2.5.2.
2207
2208 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
2211         does not exist.
2212         (wl-biff-stop): Call `cancel-timer' if timer already exists.
2213         (wl-biff-start): Call `timer-activate' if timer already exists.
2214
2215         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
2216         only when it is bound as function.
2217
2218 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
2219
2220         * Version number is increased to 2.5.1.
2221
2222 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
2223
2224         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
2225         Print refile/copy destination.
2226
2227 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
2230         queue-flush-only is non-nil.
2231
2232         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
2233
2234         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
2235         checking cache folder.
2236
2237 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2238
2239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
2240         `regexp-quote'.
2241
2242 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2243
2244         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
2245         function.
2246         * wl-summary.el (wl-summary-write-current-folder-functions):
2247         Change default value.  Use it.
2248
2249 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * Version number is increased to 2.5.0.
2252
2253         * wl-version.el (wl-version): Changed codename.
2254
2255 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
2256
2257         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
2258         (wl-summary-supersedes-message): Ditto.
2259
2260 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2261
2262         * wl-refile.el (wl-refile-guess-functions): Renamed from
2263         `wl-refile-guess-func-list'.
2264
2265 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
2266
2267         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
2268         Fixed problem when no rule was matched.
2269
2270 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
2271
2272         * wl-summary.el (wl-summary-get-mark): Fixed
2273         `wl-summary-buffer-target-mark' check logic.
2274
2275 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2276
2277         * wl-folder.el (wl-folder-write-current-folder): Added group
2278         folder check.
2279
2280         * wl-summary.el (wl-summary-write-current-folder): Renamed from
2281         `wl-summary-write-current-newsgroup'.
2282         (wl-summary-write-current-folder-functions): New variable.
2283         * wl-folder.el (wl-folder-get-newsgroups): New function.
2284         (wl-folder-guess-mailing-list-by-refile-rule): New function.
2285         (wl-folder-write-current-folder): Renamed from
2286         `wl-folder-write-current-newsgroup'.
2287
2288 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2289
2290         * Version number is increased to 2.3.93.
2291
2292 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2293
2294         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
2295         (wl-ldap-make-matched-value-list): Ditto.
2296         (wl-ldap-alias-safe-string): Split e-mail address.
2297
2298         * wl-summary.el (wl-summary-read-folder): Fixed problem when
2299         petname folder default was selected.
2300         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
2301         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
2302
2303 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
2304
2305         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
2306         to `wl-draft-config-exec'.
2307
2308         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
2309         instead of calling `wl-draft-config-exec';
2310         Process group-list and show recipients in minibuffer.
2311
2312         * tm-wl.el (wl-draft-preview-message): Ditto.
2313
2314 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2315
2316         * wl.el (toplevel): Added (C) to copyright notice, and
2317         sync Author header.
2318         * tm-wl.el (toplevel): Ditto.
2319         * wl-address.el (toplevel): Ditto.
2320         * wl-demo.el (toplevel): Ditto.
2321         * wl-dnd.el (toplevel): Ditto.
2322         * wl-draft.el (toplevel): Ditto.
2323         * wl-e21.el (toplevel): Ditto.
2324         * wl-expire.el (toplevel): Ditto.
2325         * wl-folder.el (toplevel): Ditto.
2326         * wl-highlight.el (toplevel): Ditto.
2327         * wl-message.el (toplevel): Ditto.
2328         * wl-mime.el (toplevel): Ditto.
2329         * wl-mule.el (toplevel): Ditto.
2330         * wl-nemacs.el (toplevel): Ditto.
2331         * wl-refile.el (toplevel): Ditto.
2332         * wl-score.el (toplevel): Ditto.
2333         * wl-summary.el (toplevel): Ditto.
2334         * wl-template.el (toplevel): Ditto.
2335         * wl-thread.el (toplevel): Ditto.
2336         * wl-util.el (toplevel): Ditto.
2337         * wl-vars.el (toplevel): Ditto.
2338         * wl-xmas.el (toplevel): Ditto.
2339
2340 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
2341
2342         * wl.el (wl-init): Added comment about `wl-init-hook'.
2343         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
2344         * wl-vars.el (wl-init-hook): Added docs.
2345         (wl-make-plugged-hook): Removed useless docs.
2346         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
2347         * wl-xmas.el (toplevel): Ditto.
2348
2349 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2350
2351         * wl-address.el (toplevel): Fixed multiple Author header format.
2352         * wl-demo.el (toplevel): Ditto.
2353         * wl-draft.el (toplevel): Ditto.
2354         * wl-folder.el (toplevel): Ditto.
2355         * wl-summary.el (toplevel): Ditto.
2356         * wl-thread.el (toplevel): Ditto.
2357         * wl-util.el (toplevel): Ditto.
2358         * wl-vars.el (toplevel): Ditto.
2359         * wl-version.el (toplevel): Ditto.
2360         * wl-xmas.el (toplevel): Ditto.
2361         * wl.el (toplevel): Ditto.
2362
2363         * wl-version.el (toplevel): Added require `elmo-version' for
2364         `product-version-as-string'.
2365
2366 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-vars.el (wl-draft-send-hook): Changed default value to
2369         '(wl-draft-config-exec).
2370
2371         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
2372         explicitly.
2373         (wl-draft): Set `wl-draft-config-exec-flag' before running
2374         `wl-mail-setup-hook'.
2375
2376         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
2377         `wl-biff-init-icons' to `wl-init-hook' instead of
2378         `wl-make-plugged-hook'.
2379         (Because if `wl-draft' command is invoked at first,
2380         they are not initialized)
2381         Updated copyright notice.
2382
2383         * wl-e21.el (toplevel): Ditto;
2384
2385         * wl-demo.el (toplevel): Updated copyright notice.
2386         * wl-address.el (toplevel): Ditto.
2387         * wl-draft.el (toplevel): Ditto.
2388         * wl-version.el (toplevel): Ditto.
2389         * wl-folder.el (toplevel): Ditto.
2390         * wl-summary.el (toplevel): Ditto.
2391         * wl-thread.el (toplevel): Ditto.
2392         * wl-util.el (toplevel): Ditto.
2393         * wl-vars.el (toplevel): Ditto.
2394         * wl.el (toplevel): Ditto.
2395
2396 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-highlight.el (wl-highlight-message): Fixed problem of
2399         highlighting failure which occured when the last field contains
2400         multiple lines in the draft buffer.
2401
2402         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
2403         `wl-biff-start' if plugged.
2404
2405         * wl-util.el (wl-biff-check-folder): New function.
2406         (wl-biff-check-folders): Don't set session name prefix.
2407         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
2408         (wl-biff-check-folder-async): Ditto.
2409
2410         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
2411         in email address.
2412
2413 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
2414
2415         * wl-vars.el (wl-subject-prefix-regexp): New variable.
2416
2417         * wl-draft.el (wl-draft-strip-subject-re): New function.
2418
2419         * wl-draft.el (wl-draft-reply): Use it.
2420
2421 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-message.el (wl-mmelmo-message-redisplay): Use
2424         `mime-display-message' instead of `wl-mime-display-message'.
2425
2426         * wl-mime.el (toplevel): Removed compatibility workaround
2427         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
2428         (wl-mime-display-message): Abolished.
2429         (wl-mime-entity-read-field): Ditto.
2430         (wl-mime-combine-message/partial-pieces): Use
2431         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
2432
2433 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
2434
2435         * wl-template.el: Doc fixes.
2436
2437 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
2438
2439         * wl-e21.el (wl-message-overload-functions): Do nothing if
2440         `current-local-map' is not available.
2441         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
2442
2443 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2444
2445         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
2446         representation.
2447
2448         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
2449         number.
2450         (wl-fldmgr-save-folders): Don't use `format' when insert
2451         `wl-fldmgr-folders-header'.
2452
2453 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
2454
2455         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
2456
2457 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-highlight.el (wl-highlight-message):
2460         Use `std11-field-end' to detect end point of the header field.
2461         Refer `wl-highlight-max-header-size'.
2462
2463         * wl-vars.el (wl-highlight-max-header-size): New variable.
2464
2465         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
2466
2467         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2468         Set `for-draft' argument of wl-highlight-headers.
2469         (wl-draft): Ditto.
2470         (wl-draft-reedit): Ditto.
2471         (wl-user-agent-compose-internal): Ditto.
2472
2473 2000-10-24   Daiki Ueno <ueno@unixuser.org>
2474
2475         * wl-message.el (wl-message-add-button): Use overlay.
2476
2477 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
2480
2481         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
2482         problem when group-list content is nothing.
2483         (Reported by Mito <mit@nines.nec.co.jp>)
2484
2485 2000-10-18  SAITO Atsunori <sai@yedo.com>
2486
2487         * wl-summary.el (wl-summary-print-destination): Adjust line length.
2488
2489 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2490
2491         * tm-wl.el (toplevel): Use product-provide.
2492
2493 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * Version number is increased to 2.3.92.
2496
2497 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2498
2499         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
2500         title text, use `display' property for left margin under Emacs 21.
2501
2502         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
2503         properties.
2504         (wl-plugged-init-icons): Ditto.
2505
2506 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2507
2508         * wl.el (wl-save-status, wl-init): Remove last period in
2509         "...done." message.
2510         * tm-wl.el (wl-summary-burst): Ditto.
2511         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
2512         wl-summary-resume-cache-status,
2513         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
2514         wl-summary-sync-update3, wl-summary-highlight-msgs,
2515         wl-summary-flush-pending-append-operations,
2516         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
2517         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
2518         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
2519         wl-thread-open-all): Ditto.
2520         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2521         * wl-mime.el (wl-summary-burst): Ditto.
2522         * wl-highlight.el (wl-highlight-summary): Ditto.
2523         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
2524         wl-folder-open-all, wl-folder-update-access-group): Ditto.
2525         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
2526         * wl-address.el (wl-local-address-init): Ditto.
2527
2528 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2529
2530         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
2531         `add-text-properties'.
2532         (wl-plugged-init-icons): Ditto.
2533         (wl-folder-init-icons): Use `propertize' instead of
2534         `put-text-property'.
2535         (wl-plugged-set-folder-icon): Ditto.
2536         (wl-e21-highlight-folder-group-line): Ditto.
2537
2538 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-version.el (wl-version-status-alist): New variable.
2541         (wl-version-status): New function.
2542
2543         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
2544         "Cc" part of the case "Reply-To".
2545
2546         * wl-draft.el (wl-draft-reply): Use result of
2547         `eword-extract-address-components'.
2548
2549         * wl-demo.el (wl-demo-icon-name): New constant.
2550         (wl-logo-xpm): Use it.
2551         (wl-logo-xbm): Ditto.
2552         (wl-logo-bitmap): Ditto.
2553
2554         * Version number is increased to 2.3.91.
2555
2556 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2557
2558         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
2559         (wl-extended-emacs-version, wl-extended-emacs-version2,
2560         wl-extended-emacs-version3): Remove `interactive'.  Fixed
2561         docstring.
2562
2563         * wl-version.el (wl-generate-user-agent-string-1): New function.
2564         (wl-generate-user-agent-string): Use it.
2565
2566         * wl-version.el (wl-generate-user-agent-string-1): Ignore
2567         `mime-edit-insert-user-agent-field'.
2568         (wl-generate-user-agent-string): Check
2569         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
2570
2571         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
2572         instead of `if', when verbose case.
2573
2574 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
2575
2576         * wl-expire.el (wl-summary-expire): Fix.
2577
2578 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
2579
2580         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
2581         and `elmo-lost+found-folder' if 'wl-draft.
2582         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
2583
2584 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
2585
2586         * wl-expire.el (wl-summary-expire): Change messages.
2587         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2588         `deleing-info' instead of "Deleting..."
2589
2590 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
2591
2592         * wl-summary.el (wl-summary-refile-subr): Fix.
2593
2594 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
2595
2596         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
2597         if pipe folder.
2598
2599 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
2600
2601         * wl-vars.el (wl-draft-use-cache): Default `nil'.
2602
2603 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
2604
2605         * wl-expire.el (wl-expire-hide): New function.
2606         (wl-summary-expire): Add `hide'.
2607
2608 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * wl-vars.el (wl-draft-reply-without-argument-list):
2611         Changed default value to consider `Reply-To:'.
2612         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
2613
2614         * Version number is increased to 2.3.90.
2615
2616         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
2617         elmo-imap4-get-session with unwind-protect.
2618         Don't cause error.
2619         (wl-summary-sync-marks): Don't check plugged nor folder type.
2620         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
2621         (Always keep current buffer).
2622
2623 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
2624
2625         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
2626         Enclose with `save-excursion'.
2627
2628 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2629
2630         * wl-version.el (wl-version): Remove interactive.
2631
2632 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2633
2634         * wl-version.el (wl-generate-user-agent-string): Use
2635         `product-string-verbose' instead of `product-string-1'.
2636
2637 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
2638
2639         * wl-vars.el (wl-draft-use-cache): New variable.
2640         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
2641         if wl-draft-use-cache is non-nil.
2642
2643 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
2644
2645         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
2646         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
2647
2648 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
2651         (wl-thread-msg-mark-as-unread): Ditto.
2652
2653         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
2654         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
2655         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
2656         Don't set mark in summary if return value of `elmo-mark-as-read'
2657         is nil.
2658         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
2659         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
2660         instead of `wl-thread-msg-mark-as-read'.
2661         (wl-summary-mark-as-unread-region): Ditto.
2662         (wl-summary-target-mark-mark-as-read): Ditto.
2663
2664         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2665
2666 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2667
2668         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
2669
2670         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
2671
2672 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
2675         face.
2676
2677 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
2678
2679         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
2680         `running-xemacs'.
2681
2682 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2683
2684         * wl-version.el (toplevel): Use `product-version-as-string' for
2685         set verstion-string, if defined.
2686
2687         * wl-version.el (wl-version-show): Insert string at point, when
2688         call with argument.
2689
2690         * wl-version.el (wl-generate-user-agent-string): Use
2691         `product-string-1' instead of `wl-appname', `wl-version' and
2692         `wl-codename'.
2693
2694 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2695
2696         * wl-address.el (toplevel): Use product-provide.
2697         * wl-demo.el (toplevel): Ditto.
2698         * wl-dnd.el (toplevel): Ditto.
2699         * wl-draft.el (toplevel): Ditto.
2700         * wl-e21.el (toplevel): Ditto.
2701         * wl-expire.el (toplevel): Ditto.
2702         * wl-fldmgr.el (toplevel): Ditto.
2703         * wl-folder.el (toplevel): Ditto.
2704         * wl-highlight.el (toplevel): Ditto.
2705         * wl-message.el (toplevel): Ditto.
2706         * wl-mime.el (toplevel): Ditto.
2707         * wl-mule.el (toplevel): Ditto.
2708         * wl-nemacs.el (toplevel): Ditto.
2709         * wl-refile.el (toplevel): Ditto.
2710         * wl-score.el (toplevel): Ditto.
2711         * wl-summary.el (toplevel): Ditto.
2712         * wl-template.el (toplevel): Ditto.
2713         * wl-thread.el (toplevel): Ditto.
2714         * wl-util.el (toplevel): Ditto.
2715         * wl-vars.el (toplevel): Ditto.
2716         * wl-xmas.el (toplevel): Ditto.
2717         * wl.el (toplevel): Ditto.
2718
2719 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2720
2721         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
2722         instead of product.
2723
2724         * wl-version.el (wl-version): Compile time evalution elmo-version.
2725
2726 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
2727
2728         * wl-summary.el (wl-summary-sync-force-update): Append queue
2729         `mark-as-read'if unplugged.
2730
2731 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2732
2733         * wl-version.el: New file.  Use product.el.
2734         * wl.el: add (require 'wl-version).
2735         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
2736         for ~/.folders header.
2737         (wl-fldmgr-folders-header): Changed.
2738         * wl-demo.el (wl-demo): Use product.el.
2739
2740         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
2741         wl-version.el.
2742         * wl-util.el (wl-version, wl-version-show): Ditto.
2743
2744         * wl-util.el (wl-generate-user-agent-string,
2745         wl-extended-emacs-version, wl-extended-emacs-version2,
2746         wl-extended-emacs-version3): Move to wl-version.el.
2747         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
2748         xemacs-codename, mime-edit-insert-user-agent-field,
2749         mime-edit-user-agent-value, mime-editor/version,
2750         mime-editor/codename): Compile warning killer move to
2751         wl-version.el
2752
2753 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
2754
2755         * wl-summary.el (wl-summary-refile-subr): Fix.
2756
2757 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * wl-summary.el (wl-summary-sync-marks): Changed argument for
2760         `elmo-list-folder-unread' and `elmo-list-folder-important'.
2761
2762 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
2763
2764         * wl.el (wl-check-environment): Check too many `@'.
2765
2766 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
2767
2768         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
2769
2770 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2771
2772         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
2773         wl-draft-reply-myself-without-argument-list): Add variables.
2774         * wl-draft.el (wl-draft-reply): Use it.
2775
2776 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
2777
2778         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
2779         the 5th argument of `elmo-network-get-spec'.
2780
2781         * wl-thread.el (wl-thread-reparent-children): New inline function.
2782         (wl-thread-delete-message): Use it.
2783
2784         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
2785         (wl-summary-score-update-all-lines): Don't use `dolist'.
2786
2787 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2788
2789         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
2790         (require 'elmo-msgdb) for inline function.
2791
2792 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
2793
2794         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
2795
2796 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
2797
2798         * wl-score.el (wl-score-headers): Fix for the confusing macro
2799         `elmo-kill-buffer'.
2800
2801 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
2802
2803         * wl-summary.el: Don't use the 3rd argument of `require' because
2804         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
2805         * wl-util.el: Ditto.
2806         * wl-draft.el: Ditto.
2807
2808 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
2809
2810         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
2811         window system is not used.
2812
2813 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
2814
2815         * wl-thread.el: Don't use `mapcar' only for iteration.
2816         (wl-thread-resume-entity): Ditto.
2817         (wl-thread-delete-message): Ditto.
2818
2819         * wl-summary.el: Bind `dragdrop-drop-functions',
2820         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
2821         of `require' for `timezone', `easymenu' and `ps-print';
2822         don't use `mapcar' only for iteration.
2823
2824         * wl-util.el: Bind `mule-version', `nemacs-version',
2825         `emacs-beta-version', `xemacs-codename',
2826         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
2827         `mime-editor/version' and `mime-editor/codename'; specify 3rd
2828         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
2829         only for iteration.
2830
2831         * wl-score.el: Don't use `mapcar' only for iteration.
2832         (wl-score-simplify-buffer-fuzzy): Ditto.
2833         (wl-score-simplify-subject): Ditto.
2834         (wl-score-headers): Ditto.
2835         (wl-summary-score-update-all-lines): Ditto.
2836
2837         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
2838         `enable-multibyte-characters' and `mule-version'.
2839
2840         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
2841         `mapcar' only for iteration.
2842
2843         * wl-demo.el: Don't use `mapcar' only for iteration.
2844
2845         * wl-folder.el: Don't use `mapcar' only for iteration.
2846         (wl-folder-open-all): Ditto.
2847         (wl-folder-count-incorporates): Ditto.
2848
2849         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
2850         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
2851
2852         * wl-draft.el: Bind `x-face-add-x-face-version-header',
2853         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
2854         `smtp-connection-type'; specify 3rd argument of `require' for
2855         `timezone'; don't use `mapcar' only for iteration.
2856         (wl-draft-clone-local-variables): Don't use `mapcar'.
2857         (wl-draft-generate-clone-buffer): Ditto.
2858         (wl-user-agent-compose-internal): Ditto.
2859
2860         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
2861
2862         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
2863         (wl-save-status): Ditto.
2864
2865         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
2866         for iteration.
2867
2868 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
2871         removed `Date'.
2872         (wl-fldmgr-make-filter-default): New user option.
2873
2874         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
2875         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
2876         (wl-fldmgr-filter-completion-alist): Abolish.
2877
2878         * wl.el (wl): Don't check servers if arg is non-nil.
2879
2880         * wl-draft.el (wl-draft-reply): Set only message-id string to
2881         In-Reply-To field.
2882
2883 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * wl-summary.el (wl-summary-pick): Rewrite.
2886
2887         * wl-draft.el (wl-draft-forward): Get references field from
2888         original buffer.
2889         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
2890
2891 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
2892
2893         * wl-draft.el (wl-draft-forward): Add references field.
2894
2895 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
2898         (wl-draft-reply): Use it.
2899
2900 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
2901
2902         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
2903         when Emacs 21 is running.
2904
2905         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
2906         bindings.
2907
2908 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
2909
2910         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
2911         XPM icons transparent.
2912
2913         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
2914         Emacs 21.
2915
2916 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
2919         nil.
2920
2921         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
2922         when it is persistent.
2923         (wl-summary-sync-marks): Changed argument for
2924         `elmo-list-folder-unread' and `elmo-list-folder-important'.
2925         (wl-summary-virtual): Use `elmo-read-search-condition'.
2926         (wl-summary-redisplay-internal): If folder is local, mark as read
2927         even when folder is plugged.
2928
2929 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
2930
2931         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
2932         of `tool-bar-lines' in the frame parameters.
2933         (after-make-frame-functions, post-command-hook): Don't modify the
2934         value.
2935         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
2936         wl-e21-tool-bar-lines): Removed.
2937
2938 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
2939
2940         * wl-highlight.el (wl-highlight-folder-path): Put overlay
2941         properties `evaporate' and `wl-momentary-overlay' as well.
2942         (wl-highlight-summary-displaying): Ditto.
2943         (wl-delete-all-overlays): Don't delete overlay which does not have
2944         a property `wl-momentary-overlay'.
2945
2946         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
2947         `display-mouse-p' and `display-graphic-p'.
2948         (wl-folder-init-icons): Don't search for XBM or the other files.
2949         (wl-plugged-set-folder-icon): Make icons if and only if
2950         `display-graphic-p' returns non-nil.
2951         (wl-highlight-plugged-current-line): Use `before-string' overlay
2952         property to show icon images.
2953         (wl-highlight-folder-current-line): Ditto.
2954         (wl-e21-highlight-folder-group-line): Ditto.
2955         (wl-e21-highlight-folder-by-numbers): Ditto.
2956         (wl-e21-insert-image): Removed.
2957         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
2958         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
2959         said.
2960         (wl-e21-switch-toolbar-after-make-frame): Renamed from
2961         `wl-e21-force-switch-toolbar'.
2962         (wl-e21-make-icon-image): Removed.
2963         (wl-e21-setup-toolbar): Don't search for XBM files.
2964         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
2965         the default value.
2966
2967 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
2968
2969         * wl-util.el (wl-biff-check-folder-async): Set
2970         `wl-biff-check-folders-running' even when it is not an IMAP folder.
2971
2972 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
2973
2974         * wl-e21.el (after-make-frame-functions): Add
2975         `wl-e21-force-switch-toolbar'.
2976         (wl-e21-force-switch-toolbar): New function force to switch the
2977         toolbar appearance automatically.
2978         (post-command-hook): Add `wl-e21-switch-toolbar'.
2979         (wl-e21-switch-toolbar): New function to switch the toolbar
2980         appearance automatically.
2981         (wl-e21-tool-bar-lines): New buffer local variable.
2982
2983 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-util.el (wl-biff-check-folders-running): New variable.
2986         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
2987         (wl-biff-check-folder-async-callback):
2988         Set `wl-biff-check-folders-running'.
2989         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
2990         with unwind-protect.
2991
2992         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
2993         Enclose `wl-folder-auto-check' with unwind-protect.
2994
2995         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
2996         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
2997
2998         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
2999
3000         * wl-util.el (wl-biff-notify): New inline function.
3001         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
3002         locally.
3003         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
3004         folder-list' is 1.
3005         Use `wl-biff-notify'.
3006         (wl-biff-check-folder-async-callback): New function.
3007         (wl-biff-check-folder-async): Ditto.
3008
3009         * wl-folder.el (wl-folder): Don't check folders.
3010         (wl-folder-auto-check): New function.
3011
3012 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
3013
3014         * wl-util.el (wl-biff-start) [Emacs19+]:
3015         Use `timer-next-integral-multiple-of-time'.
3016         (wl-biff-check-folders): Use `wl-default-folder'
3017         if `wl-biff-check-folder-list' is nil.
3018
3019 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
3020
3021         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
3022         instead of `elmo-delete-lists'.
3023
3024 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
3025
3026         * wl.el (wl-plugged-toggle-all): Set the value of
3027         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
3028         (wl-plugged-toggle): Ditto.
3029         (wl-toggle-plugged): Ditto.
3030         (wl-plugged-init): Ditto.
3031
3032         * wl-xmas.el (wl-biff-init-icons): Set icons data to
3033         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
3034         instead of `wl-biff-state-indicator-off' and
3035         `wl-biff-state-indicator-on'; don't modify the value and the type
3036         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
3037         (wl-plugged-init-icons): Set icons data to
3038         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
3039         instead of `wl-plug-state-indicator-off' and
3040         `wl-plug-state-indicator-on'; don't modify the value and the type
3041         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
3042
3043         * wl-vars.el (wl-modeline-biff-state-off,
3044         wl-modeline-biff-state-on, wl-modeline-biff-status,
3045         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
3046         wl-modeline-plug-status): New internal variables.
3047         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
3048         wl-biff-check-interval, wl-biff-check-folder-list): Change
3049         customization group from `wl-folder' to `wl-highlight'.
3050         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
3051         wl-show-plug-status-on-modeline): Defcustomized.
3052
3053         * wl-util.el (wl-biff-check-folders): Set the value of the flag
3054         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
3055         (wl-mode-line-buffer-identification): Set both ON and OFF data with
3056         a flag to `mode-line-buffer-identification'.
3057
3058         * wl-e21.el (wl-biff-init-icons): Set icons data to
3059         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
3060         instead of `wl-biff-state-indicator-off' and
3061         `wl-biff-state-indicator-on'.
3062         (wl-plugged-init-icons): Set icons data to
3063         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
3064         instead of `wl-plug-state-indicator-off' and
3065         `wl-plug-state-indicator-on'.
3066
3067 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
3070         excessive titles.
3071
3072 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3073
3074         * wl.el (wl-plugged-mode): Use revised
3075         `wl-mode-line-buffer-identification'.
3076         (wl-plugged-init): Don't use `force-mode-line-update'.
3077
3078         * wl-xmas.el (wl-draft-overload-functions): Use revised
3079         `wl-mode-line-buffer-identification'.
3080         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
3081         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
3082         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
3083         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
3084         `wl-make-plugged-hook';
3085         add `wl-folder-init-icons' and `wl-setup-folder' to
3086         `wl-folder-mode-hook'.
3087
3088         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
3089         19 as well.
3090         (wl-mode-line-display-priority-list): New user option.
3091         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
3092         Defcustomized.
3093         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
3094         Add docs.
3095
3096         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
3097         start.
3098         (wl-mode-line-buffer-identification): Revised as a function.
3099
3100         * wl-summary.el (wl-summary-mode): Use revised
3101         `wl-mode-line-buffer-identification'; don't call
3102         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
3103         (TopLevel): Don't bind `wl-e21-setup-summary' nor
3104         `wl-xmas-setup-summary'.
3105
3106         * wl-nemacs.el (wl-draft-overload-functions): Use revised
3107         `wl-mode-line-buffer-identification'.
3108
3109         * wl-mule.el (wl-draft-overload-functions): Use revised
3110         `wl-mode-line-buffer-identification'.
3111
3112         * wl-folder.el (wl-make-plugged-alist): Don't call
3113         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
3114         (wl-folder): Don't call `wl-folder-init-icons' directly.
3115         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
3116         `wl-xmas-setup-folder' directly;
3117         use revised `wl-mode-line-buffer-identification'.
3118         (TopLevel): Don't bind `wl-biff-init-icons',
3119         `wl-plugged-init-icons', `wl-folder-init-icons',
3120         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
3121
3122         * wl-e21.el (wl-draft-overload-functions): Use revised
3123         `wl-mode-line-buffer-identification'.
3124         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
3125         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
3126         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
3127         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
3128         `wl-make-plugged-hook';
3129         add `wl-folder-init-icons' and `wl-setup-folder' to
3130         `wl-folder-mode-hook'.
3131
3132 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
3133             Katsumi Yamaoka    <yamaoka@jpl.org>
3134
3135         * wl.el (wl): Call `wl-biff-start'.
3136         (wl-exit): Call `wl-biff-stop'.
3137         (wl-plugged-mode): Show biff in modeline.
3138         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
3139
3140         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
3141         (wl-biff-init-icons): New function.
3142         (wl-plugged-init-icons): Don't make too much keymaps.
3143         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
3144
3145         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
3146         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
3147         variables.
3148         (wl-biff-check-interval, wl-biff-check-folder-list): New user
3149         options.
3150
3151         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
3152         wl-biff-start, wl-biff-stop): New functions.
3153         (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
3154         (wl-biff-timer-name): New variable.
3155
3156         * wl-summary.el (wl-summary-mode): Show biff in modeline.
3157
3158         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
3159         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
3160
3161         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
3162         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
3163
3164         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
3165         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
3166         `wl-folder-init-icons' to `ignore' if they are not available.
3167         (wl-folder-mode): Show biff in modeline.
3168
3169         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
3170         (wl-biff-init-icons): New function.
3171         (wl-plugged-init-icons): Don't make too much keymaps.
3172         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
3173
3174 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
3175
3176         * wl-vars.el (wl-strict-diff-folders): Customization Type
3177         and doc fix.  Define as a list of regular expressions for
3178         folders or nil.
3179         * wl-folder.el (wl-folder-check-one-entity): Use
3180         `wl-string-match-member' instead of `wl-string-member' for
3181         `wl-strict-diff-folders'.
3182
3183 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
3184
3185         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
3186         (wl-highlight-folder-current-line): Use it; new implementation.
3187         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
3188         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
3189         `defsubst' instead of `defun'.
3190
3191         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
3192         `wl-highlight-group-folder-by-numbers'; made it can also be a
3193         number.  See info for more details.
3194
3195         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
3196         running.
3197
3198         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
3199         to bind them.
3200
3201         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
3202         (wl-highlight-folder-current-line): New implementation.
3203
3204         * wl-highlight.el (wl-highlight-folder-group-line): New
3205         implementation.
3206         (wl-delete-all-overlays): Rewrite as a marco.
3207         (TopLevel): Require `wl-e21' when Emacs 21 is running.
3208
3209         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
3210         running.
3211         (wl-folder-*-glyph): No need to bind them.
3212
3213         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
3214         `wl-e21-highlight-folder-group-icon'; rewrite.
3215         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
3216         `defsubst' instead of `defun'.
3217         (wl-folder-mode-map): Bind it when compiling.
3218
3219 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl.el (wl): Initialize plug-related settings before `wl-init'.
3222
3223         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
3224
3225 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
3226
3227         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
3228
3229 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
3230
3231         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
3232         (wl-highlight-folder-current-line): Use it.
3233
3234         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
3235         in `id-name'.
3236
3237 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
3238
3239         * wl.el: Require `wl-e21' when Emacs 21 is running.
3240
3241         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
3242         default when Emacs 21 is running.
3243         (wl-use-highlight-mouse-line): Ditto.
3244         (wl-on-emacs21): New constant.
3245         (wl-on-emacs20): Removed.
3246
3247         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
3248         Emacs 21 is running.
3249
3250         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
3251         Emacs 21 is running.
3252
3253         * wl-e21.el: New file.
3254
3255 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
3256
3257         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
3258         (wl-toggle-plugged): Ditto.
3259         (wl-plugged-toggle): Ditto.
3260         (wl-plugged-toggle-all): Ditto.
3261
3262         * wl-vars.el (wl-plug-state-indicator): Refer
3263         `wl-plug-state-indicator-on' indirectly.
3264
3265 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
3268         Call `wl-folder-confirm-existence'.
3269
3270         * wl-folder.el (wl-folder-confirm-existence): Added optional
3271         argument `force'.
3272
3273 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
3274
3275         * wl-summary.el (wl-summary-refile-subr): Assume
3276         `copy-or-refile' as symbol.
3277         (wl-summary-refile): Follow up above change.
3278         (wl-summary-copy): Ditto.  Doc fix.
3279
3280 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-summary.el (wl-summary-pick): Don't bind
3283         `elmo-search-mime-charset'.
3284
3285         * wl-vars.el (wl-highlight-message-header-button-alist): Define
3286         default using old backquote style.
3287         (wl-search-mime-charset): Abolished.
3288
3289         * wl-highlight.el (wl-highlight-headers):
3290         Call `point' after `re-search-forward'(for Nemacs).
3291
3292         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
3293         for elmo-imap4.el.
3294
3295 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
3296
3297         * wl-message.el (wl-mmelmo-message-redisplay): Bind
3298         `wl-message-ignored-field-list' instead of
3299         `mime-view-ignored-field-list'.
3300
3301         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
3302         Add interactive spec.
3303         (wl-folder-goto-bottom-of-current-folder): Ditto.
3304         (wl-folder-mode-map): Bind them.
3305
3306         * wl-vars.el (wl-message-ignored-field-list): New variable.
3307         (wl-message-visible-field-list): New variable.
3308
3309         * wl-mime.el (wl-mime-header-presentation-method): New function.
3310         (wl-mime-setup): Set header-presentation-method.
3311
3312 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
3313
3314         * wl-nemacs.el (wl-draft-overload-functions): Set
3315         `mode-line-buffer-identification' instead of using
3316         `wl-make-modeline'.
3317
3318         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
3319         instead of using `wl-make-modeline'.
3320
3321         * wl-xmas.el (wl-plugged-init-icons): Set up
3322         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
3323         (wl-make-modeline): Abolish.
3324         (wl-draft-overload-functions): Set
3325         `mode-line-buffer-identification' instead of using
3326         `wl-make-modeline'.
3327
3328         * wl-util.el (wl-make-modeline-subr): Abolish.
3329         (wl-mode-line-buffer-identification): New alias.
3330
3331         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
3332         (wl-summary-make-modeline): Abolish.
3333         (wl-summary-buffer-set-folder): Set
3334         `wl-summary-buffer-folder-indicator'.
3335         (wl-summary-mode): Set `mode-line-buffer-identification' instead
3336         of using `wl-make-modeline'.
3337         (wl-summary-switch-to-clone-buffer): Don't set
3338         `mode-line-buffer-identification'.
3339         (wl-summary-goto-folder-subr): Ditto.
3340
3341         * wl-mule.el (wl-draft-overload-functions): Set
3342         `mode-line-buffer-identification' instead of using
3343         `wl-make-modeline'.
3344
3345         * wl-folder.el (wl-folder-mode): Set
3346         `mode-line-buffer-identification' instead of using
3347         `wl-make-modeline'.
3348         (wl-folder): Don't set `mode-line-buffer-identification'.
3349
3350 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
3351
3352         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
3353         instead of `member' for `wl-refile-guess-func-list' look-ups.
3354         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
3355
3356 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
3357
3358         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
3359         `wl-message-button-dispatcher'.
3360
3361         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
3362
3363         * wl-message.el (wl-message-button-dispatcher): Use it.
3364
3365         * wl-vars.el (wl-highlight-message-header-button-alist): Add
3366         "In-Reply-To".
3367
3368         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
3369         Bind `case-fold-search' to t.
3370
3371 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
3372
3373         * wl-xmas.el (wl-message-overload-functions): Initialize
3374         `wl-message-button-map'.
3375
3376         * wl-mule.el (wl-message-overload-functions): Initialize
3377         `wl-message-button-map'.
3378
3379         * wl-vars.el (wl-highlight-message-header-button-alist): New.
3380
3381         * wl-message.el (wl-message-button-map): New keymap.
3382         (wl-message-add-button): New function.
3383         (wl-message-button-dispatcher): New function.
3384         (wl-message-button-refer-article): New function.
3385
3386         * wl-highlight.el
3387         (wl-highlight-message-add-buttons-to-header): New function.
3388         (wl-highlight-headers): Use it.
3389
3390 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
3391
3392         * wl-summary.el (wl-summary-default-from): Use
3393         `wl-address-get-petname-1'.
3394         (wl-summary-simple-from): Ditto.
3395
3396         * wl-address.el (wl-address-get-petname-1): New inline function.
3397         (wl-address-get-petname): Use it.
3398
3399 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
3400
3401         * wl-summary.el (wl-summary-default-from): Return full-name part
3402         from the address if no petname was found.
3403         (wl-summary-simple-from): Ditto.
3404
3405         * wl-address.el (wl-address-get-petname): Return nil if no petname
3406         associated with the address was found.
3407
3408 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3409
3410         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
3411         display is finished.
3412
3413 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3414
3415         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
3416         `elmo-folder-exists-p' argument.
3417
3418 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
3419
3420         * wl-folder.el (wl-folder-confirm-existence): Check existence of
3421         the folder.
3422
3423 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3424
3425         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
3426
3427         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3428         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
3429
3430 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
3431
3432         * wl-folder.el (wl-folder-create-subr): New function.
3433         (wl-folder-confirm-existence): Use it.
3434         (wl-folder-check-one-entity): Use it.
3435         Check the error symbol is derived from 'elmo-open-error.
3436
3437         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
3438         `ignore-error'.
3439
3440 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3441
3442         * wl-util.el (toplevel): Add (eval-when-compile (require
3443         'elmo-util)).  (Maybe `provide' is typo.)
3444
3445 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-util.el (toplevel): Removed (provide 'elmo-util).
3448         (I don't know why this was needed.)
3449
3450         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
3451         Follow up changes for stream-type.
3452
3453         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
3454         (wl-draft-elmo-nntp-send): Ditto.
3455
3456         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
3457         (wl-nntp-posting-stream-type): Ditto.
3458         (wl-pop-before-smtp-ssl): Abolished.
3459         (wl-nntp-posting-ssl): Ditto.
3460
3461         * wl-address.el (wl-address-quote-specials): New function.
3462         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
3463
3464         * wl-draft.el (wl-draft-reply): Ditto.
3465
3466 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3467
3468         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
3469         use function `wl-string-match-assoc'.
3470
3471 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
3474
3475         * wl-draft.el (wl-draft-deduce-address-list): New function.
3476         (wl-draft-parse-mailbox-list): Ditto.
3477         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
3478         instead of `smtp-deduce-address-list'.
3479         (wl-draft-on-field-p): Follow group list.
3480
3481         * wl-address.el (wl-address-concat-token): New function.
3482         (wl-address-string-without-group-list-contents): Ditto.
3483         (wl-complete-field-body): Fixed problem of completion
3484         by japanese petname.
3485         (wl-address-make-completion-list): Rewrite.
3486
3487 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
3488
3489         * wl-address.el (wl-address-make-completion-list): Completion by
3490         petname.
3491         (wl-complete-field-body): Likewise.
3492
3493 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
3496         contains invalid address syntax.
3497
3498 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
3499
3500         * wl-folder.el (wl-folder-check-entity-async): Use
3501         `elmo-nntp-spec-hostname'.
3502
3503 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
3504
3505         * wl-summary.el (wl-summary-msgdb-load-async): Use
3506         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
3507
3508 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-draft.el (wl-draft-reply): Set argument
3511         `content-transfer-encoding' as nil.
3512
3513 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
3514
3515         * wl-refile.el (wl-refile-learn): Move hit element to the top of
3516         `wl-refile-alist'.
3517
3518 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
3519
3520         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
3521         (wl-draft-edit-string): Ditto.
3522         (wl-draft-forward): Ditto.
3523         * wl-summary.el (wl-summary-write): Ditto.
3524
3525 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3526
3527         * wl-summary.el (wl-summary-sync-update3): Call
3528         `wl-summary-buffer-number-column-detect'.
3529         (wl-summary-buffer-number-column-detect): Search from point-min.
3530
3531 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
3534         contains an address which is not included in original to or cc.
3535
3536 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
3537
3538         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
3539         begin-line does not exist.
3540         * wl-message.el (wl-message-uu-substring): Ditto.
3541
3542 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
3545         clear local variables.
3546         (wl-summary-exit): Call `elmo-commit'.
3547         (wl-summary-switch-to-clone-buffer): Call
3548         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
3549         (wl-summary-goto-folder-subr): Ditto.
3550
3551         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
3552         POP folder.
3553
3554 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
3557         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
3558         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
3559         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
3560         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
3561         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
3562
3563         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
3564
3565 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
3566
3567         * wl-summary.el (wl-summary-search-by-subject):
3568         Search parent message from the latest one.
3569
3570 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-draft.el (wl-draft-reply): Insert address with full-name.
3573         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
3574
3575         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
3576         New user option.
3577
3578         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
3579         if elmo-nntp-use-killed-list is nil.
3580         Use `elmo-msgdb-append-to-killed-list'.
3581         (Append numbers confirmed as disappeared to the killed list.)
3582         (wl-summary-confirm-appends): Don't display negative number.
3583
3584 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
3585
3586         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
3587
3588 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
3591         range is `all'.
3592         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
3593         `elmo-list-bigger-diff'.
3594
3595 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-summary.el (wl-summary-buffer-exit-func):
3598         New buffer local variable.
3599         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
3600
3601 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
3602
3603         * wl-demo.el (wl-demo): Fix the last change.
3604
3605 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
3606
3607         * wl-demo.el (wl-demo): Don't use `eval'.
3608
3609 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
3610
3611         * wl-summary.el (wl-summary-buffer-thread-modified):
3612         New buffer-local variable.
3613         (wl-summary-set-thread-modified): New function.
3614         (wl-summary-thread-modified-p): New function.
3615         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
3616         (wl-summary-yank-saved-message): Use function
3617         `wl-summary-set-thread-modified'
3618         (wl-summary-switch-to-clone-buffer): Add
3619         `wl-summary-buffer-thread-modified'.
3620
3621         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
3622         (wl-summary-buffer-mark-saved-hook): Ditto.
3623         * wl-summary.el (wl-summary-msgdb-save): New hook
3624         `wl-summary-buffer-message-saved-hook' and
3625         `wl-summary-buffer-mark-saved-hook'.
3626
3627 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
3628
3629         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
3630
3631 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
3632
3633         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
3634         don't hide scroll bars under FSF Emacsen because it may incur an
3635         undesirable redrawing.
3636
3637 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
3638
3639         * wl-draft.el (wl-draft-edit-string): Call
3640         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
3641
3642 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
3643
3644         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
3645
3646 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
3647
3648         * wl-summary.el (wl-summary-msgdb-load-async): Call
3649         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
3650
3651 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
3652
3653         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
3654         fringes in demo buffer; center bitmap logo correctly even if old
3655         Mule is used.
3656
3657 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
3658
3659         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
3660
3661         * wl-refile.el (wl-refile-subject-alist): New variable.
3662         (wl-refile-subject-alist-file-name): Ditto.
3663         (wl-refile-alist-setup): Rewrite.
3664         (wl-refile-alist-save): Use `elmo-object-save'.
3665         Eliminated arguments.
3666         (wl-refile-learn): Check `wl-refile-guess-func-list'.
3667         (wl-refile-guess-by-subject): New function.
3668         (wl-refile-guess-func-list): Added it.
3669
3670 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3671
3672         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
3673         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
3674
3675 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-summary.el (wl-summary-buffer-prev-folder-func):
3678         New buffer-local variable.
3679         (wl-summary-buffer-next-folder-func): Ditto.
3680         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
3681         if non-nil.
3682         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
3683         if non-nil.
3684         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
3685         if non-nil.
3686         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
3687         if non-nil.
3688
3689 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
3690
3691         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
3692         permanently in the demo buffer.
3693
3694 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
3697         `mime-entity-fetch-field'.
3698
3699         * wl.el (wl-exit): Delete plugged buffer.
3700
3701         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
3702         XEmacs has menubar feature.
3703
3704 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3705
3706         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
3707         cannot arrive at the beginning of the buffer under old Emacsen.
3708
3709 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-address.el (wl-address-ldap-search):
3712         Call `ldap-search-entries' with `withdn' argument t.
3713         (wl-complete-field-body): Bind completion-ignore-case as t.
3714         Clear ldap search hash when it was sole completion.
3715         Use elmo-string for pattern string.
3716         (wl-ldap-alias-safe-string): Eliminated needless let.
3717
3718 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
3719
3720         * wl-address.el (wl-ldap-alias-dn-level): New variable.
3721         (wl-ldap-alias-sep): New constant.
3722         (wl-ldap-search-attribute-type-list): Ditto.
3723         (wl-ldap-get-value): New function.
3724         (wl-ldap-make-filter): Ditto.
3725         (wl-ldap-make-matched-value-list): Ditto.
3726         (wl-ldap-alias-safe-string): Ditto.
3727         (wl-ldap-register-dn-string): Ditto.
3728         (wl-address-ldap-search): Rewrite.
3729
3730 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3731
3732         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
3733         thread is deleted.
3734         (wl-thread-delete-line-from-buffer): Ditto.
3735         (wl-thread-get-exist-children): New function.
3736
3737 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
3738
3739         * wl-demo.el (wl-demo): Made it to select various image types.
3740         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
3741         from `wl-title-logo'.
3742         (wl-logo-ascii): New variable.
3743         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
3744         (wl-demo-copyright-notice): New constant.
3745
3746         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
3747
3748 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3749
3750         * wl-vars.el (wl-summary-target-above): Renamed from
3751         wl-summary-temp-above.
3752         * wl-score.el (wl-score-get-score-alist): Use it.
3753         (wl-summary-score-update-all-lines): Use it.
3754         * wl-summary.el: Ditto. (make-variable-buffer-local).
3755
3756 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-vars.el (wl-ldap-port): New user option.
3759
3760         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
3761         Rewite whole implementation.
3762         (wl-complete-field-body): Fixed.
3763
3764 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
3765
3766         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
3767         Choose implementation at compile time.
3768
3769 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3770
3771         * wl-address.el (wl-ldap-search-internal): New function.
3772         (wl-complete-field-to): Use it.
3773
3774 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
3777         Use `let' instead of `let*'.
3778         Require 'wl-vars.
3779
3780         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
3781         Define as defcustom.
3782         (wl-ldap-base): Ditto.
3783         (wl-use-ldap): Ditto.
3784
3785 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
3786
3787         * wl-address.el (wl-ldap-search): New function.
3788         (wl-complete-field-body): Use `wl-ldap-search'.
3789         (wl-ldap-server): New variable.
3790         (wl-ldap-base): Ditto.
3791         (wl-use-ldap): Ditto.
3792
3793 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
3794
3795         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
3796         (Pointed out by Mito <mit@nines.nec.co.jp>).
3797         * wl-summary.el (wl-summary-redisplay-no-mime): Update
3798         buffer-local variables like `wl-summary-redisplay-internal'.
3799         (wl-summary-redisplay-all-header): Likewise.  Update
3800         Summary view too.
3801
3802 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-summary.el (wl-summary-jump-to-parent-message):
3805         Consider prefix argument.
3806
3807         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
3808         when closed thread is deleted.
3809
3810 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
3811
3812         * wl-summary.el (wl-summary-jump-to-parent-message):
3813         Consider thread modification.
3814
3815 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
3816
3817         * wl-message.el (wl-message-normal-get-original-buffer): Use
3818         `save-excursion'.
3819
3820         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
3821         (wl-summary-showto-folder-regexp): Ditto.
3822
3823 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
3824
3825         * wl-util.el (wl-delete-alist): Doc fix.
3826         (wl-delete-associations): New function.
3827         (wl-inverse-alist): New function.
3828         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
3829         Split temporary variables. Use `wl-delete-associations'
3830         and `wl-inverse-alist'.
3831         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
3832
3833 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * wl-folder.el (wl-folder-prefetch-entity):
3836         Execute prefetching if new count is unknown.
3837
3838 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3839
3840         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
3841
3842         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
3843         delete entity.
3844         (wl-thread-set-parent): If insert as top, set linked as nil.
3845
3846         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
3847         `wl-thread-cleanup-symbols' when view mode is thread.
3848
3849 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
3850
3851         * wl-folder.el (wl-folder-create-folder-entity): Use
3852         with-current-buffer.
3853         (wl-local-folder-init): Call set-buffer to make sure we are in
3854         the Folder buffer. Don't touch buffer-local variables here.
3855         (wl-folder-mode): Initialize buffer-local variables here.
3856
3857         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
3858         (wl-folder-entity-assign-id): Ditto.
3859         (wl-folder-create-entity-hashtb): Ditto.
3860         (wl-local-folder-init): Ditto.
3861         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
3862
3863 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3864
3865         * wl-summary.el (wl-summary-default-from): Fix probrem when
3866         std11-extract-address-components return (nil "foo@bar").
3867
3868 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
3869
3870         * wl-draft.el (wl-draft-clone-local-variables):
3871         Remove redundant `setq'.
3872
3873 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3874
3875         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3876         Bind wl-highlight-x-face-func as nil while highlighting header.
3877
3878 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
3879
3880         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
3881
3882 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3883
3884         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
3885         elmo-msgdb-overview-hashtb from copy-variables.
3886         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
3887         instead of `elmo-msgdb-overview-get-entity-by-number'.
3888         (wl-summary-auto-refile): Ditto.
3889
3890         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3891         `elmo-msgdb-overview-get-entity' instead of
3892         `elmo-msgdb-search-overview-entity'.  Use
3893         `elmo-msgdb-overview-get-entity' instead of
3894         `elmo-msgdb-overview-get-entity-by-number'.
3895         (wl-thread-insert-entity-sub): Ditto.
3896         (wl-thread-insert-message): Ditto.
3897
3898         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
3899         `elmo-msgdb-overview-get-entity'.
3900         (wl-normal-message-redisplay): Ditto.
3901
3902 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3903
3904         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
3905         `wl-thread-entities'.
3906         (wl-thread-delete-message): Fix remove top message from
3907         `wl-thread-entity-list'.
3908
3909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
3910         wl-append(nconc), because update-list is broken on Meadow.
3911
3912         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
3913         updating process.
3914         (wl-summary-rescan): Ditto.
3915         (wl-summary-sync-update3): Ditto.
3916         * wl-thread.el (wl-thread-set-parent): Renamed from
3917         `wl-summary-set-parent'.
3918         (wl-thread-insert-message): Updating buffer faster.
3919         (wl-thread-delete-message): Updating buffer faster.
3920
3921         * wl-score.el (wl-summary-score-update-all-lines): Changed
3922         interval for display progress gauge.
3923
3924 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3925
3926         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
3927         folder always-sticky.
3928         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
3929         defmacro.
3930
3931 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-vars.el (wl-draft-add-references): New user option.
3934
3935         * wl-draft.el (wl-draft-add-references): New function.
3936         (wl-draft-yank-from-mail-reply-buffer): Use it.
3937         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
3938         as nil.
3939
3940 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3941
3942         * wl-thread.el (wl-thread-update-line-msgs): Called
3943         `wl-thread-update-line-on-buffer-sub'.
3944         (wl-thread-update-line-on-buffer): Delete routine of inserting
3945         thread.
3946         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
3947         moved from `wl-thread-update-line-on-buffer'.
3948         Add threshold for displaying progress gauge.
3949         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
3950         argument of `wl-thread-update-line-msgs'.
3951         Add threshold for displaying progress gauge.
3952         * wl-folder.el:
3953         Add threshold for displaying progress gauge.
3954         * wl-score.el: Ditto.
3955
3956         * wl-expire.el (wl-summary-expire): Display deleting info.
3957
3958 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
3961         `no-msg'.
3962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
3963         argument of `wl-thread-update-line-msgs'.
3964         (wl-summary-set-parent): Added optional argument `parent-number'.
3965         (wl-summary-buffer-saved-message): New buffer local variable.
3966         (wl-summary-save-current-message): New command.
3967         (wl-summary-yank-saved-message): Ditto.
3968         (wl-summary-mode-map): Added key binding for
3969         `wl-summary-save-current-message' (\ew) and
3970         `wl-summary-yank-saved-message' (\C-y).
3971         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
3972
3973 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-summary.el (wl-summary-mode-map): Added key binding for
3976         `wl-summary-set-parent' (ts).
3977
3978 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3979
3980         * wl-summary.el (wl-summary-insert-thread-entity): Search same
3981         subject faster. If thread number is reverse, delayed updating
3982         thread.
3983         (wl-summary-search-by-subject): Ditto.
3984         (wl-summary-put-alike): Ditto.
3985         (wl-summary-get-alike): Ditto.
3986         (wl-summary-insert-headers): Insert header of all overview in
3987         buffer.
3988         (wl-summary-rescan): Delayed updating thread. Kill search subject
3989         buffer for wl-summary-search-by-subject.
3990         (wl-summary-sync-update3): Ditto.
3991         (wl-summary-exit): Ditto.
3992         (wl-summary-goto-bottom-of-current-thread): Change for linked
3993         thread.
3994         (wl-summary-overview-create-summary-line): Change line for linked
3995         thread.
3996
3997         * wl-summary.el (wl-summary-update-thread): Use
3998         wl-thread-maybe-get-children-num.
3999         (wl-summary-set-parent): If change parent, move sub thread.
4000         (wl-summary-redisplay-internal): Add horizontal recenter.
4001         (wl-summary-redisplay-no-mime): Add horizontal recenter.
4002
4003         * wl-thread.el (wl-thread-entity-get-linked): New function.
4004         (wl-thread-entity-set-linked): New function.
4005         (wl-thread-create-entity): Add linked element.
4006         (wl-thread-entity-insert-as-top): Use wl-append.
4007         (wl-thread-maybe-get-children-num): If closing thread, return
4008         children msgs.
4009         (wl-thread-update-line-msgs): Displaying progress message.
4010         (wl-thread-update-line-on-buffer-sub): Use
4011         wl-thread-maybe-get-children-num.
4012         (wl-thread-update-line-on-buffer): If update line is not exists,
4013         insert thread.
4014         (wl-thread-delete-message): If delete top msg of thread, search
4015         parent by subject.
4016         (wl-thread-insert-entity): Use
4017         wl-thread-maybe-get-children-num.
4018
4019         * wl-highlight.el (wl-highlight-summary-current-line): change
4020         sregexp for linked thread.
4021         * wl-util.el (wl-count-lines): Count lines.
4022         (wl-horizontal-recenter): horizontal recenter.
4023         * wl-score.el (wl-score-put-alike): Use wl-count-lines
4024         (wl-score-get-alike): Ditto.
4025         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
4026         (wl-subject-length-limit): New variable.
4027         (wl-highlight-thread-indent-string-regexp): Changed for linked
4028         thread.
4029
4030 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4031
4032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4033         New variable (revival).
4034         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
4035         by subject matching if there's no in-reply-to nor references field
4036         (revival).
4037
4038 \f
4039 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
4042         message.
4043
4044 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-reply): Return t if there was a
4047         message at cursor point.
4048         Added unwind-protect.
4049         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
4050         returns t.
4051         (wl-summary-cancel-message): Do nothing when there's no message at
4052         cursor point.
4053         (wl-summary-forward): Ditto.
4054         (wl-summary-jump-to-parent-message): Ditto.
4055         (wl-summary-reedit): Ditto.
4056         (wl-summary-edit-addresses): Ditto.
4057         (wl-summary-pipe-message): Ditto.
4058         (wl-summary-print-message-with-ps-print): Ditto.
4059         (wl-summary-print-message): Ditto.
4060         (wl-summary-mark-as-important): Ditto.
4061         (wl-summary-mark-as-unread): Ditto.
4062
4063         * wl-summary.el (wl-summary-reply): Cause an error when there's no
4064         message at cursor point.
4065         (wl-summary-reply-with-citation): Remove unwind-protect.
4066
4067         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
4068         subject searching feature.
4069         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4070         Eliminated.
4071
4072 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
4075         New variable.
4076         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
4077         by subject matching if there's no in-reply-to nor references field.
4078
4079         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
4080
4081         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
4082         when display is finished.
4083         (wl-folder-open-all): Ditto.
4084         (wl-folder-update-access-group): Ditto.
4085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
4086         * wl-thread.el (wl-thread-close-all): Ditto.
4087
4088         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
4089         progress gauge only when it was displayed.
4090         * wl-folder.el (wl-folder-insert-entity): Ditto.
4091
4092 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-summary.el (wl-summary-incorporate): Enclose
4095         `wl-summary-sync-force-update' with save-excursion.
4096
4097 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
4098
4099         * wl-summary.el (wl-summary-prefetch-region):
4100         Pass current cursor point to `pos-visible-in-window-p' after
4101         moving cursor to the started point.
4102
4103 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4104
4105         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
4106
4107         * wl-draft.el (wl-draft-insert-current-message): Delete useless
4108         fields from the forwarding message.
4109         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
4110         `ignored-fields'.
4111
4112 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-mime.el (wl-message-request-partial):
4115         Eliminated argument `msgdb'.
4116         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
4117         (wl-mime-combine-message/partial-pieces): Likewise.
4118         * tm-wl.el (wl-message-request-partial): Likewise.
4119         (wl-mime-combine-message/partial-pieces): Likewise.
4120
4121 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
4122
4123         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
4124         when display is finished.
4125
4126 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
4127
4128         * wl-summary.el (wl-summary-goto-folder-subr):
4129         Fix problem when wl-summary-partial-highlight-above-lines is nil.
4130
4131 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
4134         when cursor point is visible.
4135
4136 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-expire.el (wl-expire-archive-get-max-number):
4139         Don't use `file-name-directory'.
4140
4141 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-expire.el (wl-expire-archive-get-max-number):
4144         Use `file-name-directory'.
4145
4146 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-summary.el (wl-summary-sync-marks): Re-display progress
4149         only when there is progress.
4150
4151 2000-04-13  Mito <mit@nines.nec.co.jp>
4152
4153         * wl-summary.el (wl-summary-sync-marks): Display progress.
4154
4155 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
4158         (wl-summary-prev): Move cursor regardless of unread status.
4159         (wl-summary-next): Ditto.
4160
4161 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
4162
4163         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
4164         Added argument `target' and `number'.
4165         * tm-wl.el (wl-summary-burst-subr): New function.
4166         (wl-summary-burst): Use it.
4167
4168 2000-04-10  Mito <mit@nines.nec.co.jp>
4169
4170         * wl-mime.el (wl-burst): New function.
4171         (wl-summary-burst): Use it.
4172
4173 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
4174
4175         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
4176         as petname when there's no candidate.
4177
4178 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
4179
4180         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
4181         New variable.
4182         * wl-fldmgr.el (wl-fldmgr-add): Use it.
4183
4184         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
4185
4186         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
4187
4188 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
4191         Use substring of `original' instead of buffer-substring.
4192         (wl-refile-evaluate-rule):
4193         Set `original' argument of wl-refile-expand-newtext.
4194
4195         * wl-summary.el
4196         (wl-summary-auto-refile-check-refile-rule-alist-subr,
4197         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
4198         (wl-summary-auto-refile): Check existence of destination folder just
4199         before marking.
4200
4201 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4202
4203         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
4204         when wl-refile-get-field-value return nil.
4205
4206 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
4207
4208         * wl-refile.el
4209         (wl-refile-expand-newtext): New function imported from Gnus.
4210         (wl-refile-evaluate-rule): Use it.
4211
4212 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
4213
4214         * wl-summary.el (wl-summary-print-destination):
4215         Duplicate folder string to avoid putting text-property on
4216         original string.
4217
4218         * wl-refile.el (wl-refile-get-field-value): New function.
4219         (wl-refile-evaluate-rule): New function;
4220         Evaluate refile rule recursively.
4221         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
4222         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
4223         New function; Check existence of a target folder recursively.
4224         (wl-summary-auto-refile-check-refile-rule-alist):
4225         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
4226
4227 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
4230
4231         * wl-folder.el (wl-create-folder-entity-from-buffer):
4232         Fixed problem when '}' character is contained in folder name.
4233
4234         * wl-xmas.el (wl-make-modeline): Consider plugged status.
4235
4236 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
4237
4238         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
4239         (wl-fldmgr-add-completion-all-completions):
4240         Use wl-fldmgr-add-completion-hashtb.
4241
4242 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
4243
4244         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
4245         wl-fldmgr-add-completion-subr): New functions.
4246         * wl-folder.el (wl-folder-completion-func): New variable.
4247         * wl-summary.el (wl-summary-read-folder):
4248         Use wl-folder-completion-func.
4249
4250         * wl-refile.el: Eliminate throw & catch.
4251
4252         * wl.el (wl-plugged-sending-queue-status): Fixed.
4253
4254 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
4255
4256         * wl-draft.el (wl-draft): Put category property on
4257         mail-header-separator.