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