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