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