* wl-vars.el (wl-ignored-forwarded-headers): New user option.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2
3         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
4
5         * wl-draft.el (wl-draft-insert-current-message): Delete useless
6         fields from the forwarding message.
7         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8         `ignored-fields'.
9
10 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * wl-mime.el (wl-message-request-partial):
13         Eliminated argument `msgdb'.
14         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
15         (wl-mime-combine-message/partial-pieces): Likewise.
16         * tm-wl.el (wl-message-request-partial): Likewise.
17         (wl-mime-combine-message/partial-pieces): Likewise.
18
19 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
20
21         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
22         when display is finished.
23
24 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
25
26         * wl-summary.el (wl-summary-goto-folder-subr):
27         Fix problem when wl-summary-partial-highlight-above-lines is nil.
28
29 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
30
31         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
32         when cursor point is visible.
33
34 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
35
36         * wl-expire.el (wl-expire-archive-get-max-number):
37         Don't use `file-name-directory'.
38
39 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
40
41         * wl-expire.el (wl-expire-archive-get-max-number):
42         Use `file-name-directory'.
43
44 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
45
46         * wl-summary.el (wl-summary-sync-marks): Re-display progress
47         only when there is progress.
48
49 2000-04-13  Mito <mit@nines.nec.co.jp>
50
51         * wl-summary.el (wl-summary-sync-marks): Display progress.
52
53 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
54
55         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
56         (wl-summary-prev): Move cursor regardless of unread status.
57         (wl-summary-next): Ditto.
58
59 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
62         Added argument `target' and `number'.
63         * tm-wl.el (wl-summary-burst-subr): New function.
64         (wl-summary-burst): Use it.
65
66 2000-04-10  Mito <mit@nines.nec.co.jp>
67
68         * wl-mime.el (wl-burst): New function.
69         (wl-summary-burst): Use it.
70
71 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
72
73         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
74         as petname when there's no candidate.
75
76 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
79         New variable.
80         * wl-fldmgr.el (wl-fldmgr-add): Use it.
81
82         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
83
84         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
85
86 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
87
88         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
89         Use substring of `original' instead of buffer-substring.
90         (wl-refile-evaluate-rule):
91         Set `original' argument of wl-refile-expand-newtext.
92
93         * wl-summary.el
94         (wl-summary-auto-refile-check-refile-rule-alist-subr,
95         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
96         (wl-summary-auto-refile): Check existence of destination folder just
97         before marking.
98
99 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
102         when wl-refile-get-field-value return nil.
103
104 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
105
106         * wl-refile.el
107         (wl-refile-expand-newtext): New function imported from Gnus.
108         (wl-refile-evaluate-rule): Use it.
109
110 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
111
112         * wl-summary.el (wl-summary-print-destination):
113         Duplicate folder string to avoid putting text-property on
114         original string.
115
116         * wl-refile.el (wl-refile-get-field-value): New function.
117         (wl-refile-evaluate-rule): New function;
118         Evaluate refile rule recursively.
119         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
120         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
121         New function; Check existence of a target folder recursively.
122         (wl-summary-auto-refile-check-refile-rule-alist):
123         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
124
125 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
126
127         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
128
129         * wl-folder.el (wl-create-folder-entity-from-buffer):
130         Fixed problem when '}' character is contained in folder name.
131
132         * wl-xmas.el (wl-make-modeline): Consider plugged status.
133
134 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
135
136         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
137         (wl-fldmgr-add-completion-all-completions):
138         Use wl-fldmgr-add-completion-hashtb.
139
140 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
141
142         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
143         wl-fldmgr-add-completion-subr): New functions.
144         * wl-folder.el (wl-folder-completion-func): New variable.
145         * wl-summary.el (wl-summary-read-folder):
146         Use wl-folder-completion-func.
147
148         * wl-refile.el: Eliminate throw & catch.
149
150         * wl.el (wl-plugged-sending-queue-status): Fixed.
151
152 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
153
154         * wl-draft.el (wl-draft): Put category property on
155         mail-header-separator.