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