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