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