* wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
4         Use substring of `original' instead of buffer-substring.
5         (wl-refile-evaluate-rule):
6         Set `original' argument of wl-refile-expand-newtext.
7
8         * wl-summary.el
9         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11         (wl-summary-auto-refile): Check existence of destination folder just
12         before marking.
13
14 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
17         when wl-refile-get-field-value return nil.
18
19 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
20
21         * wl-refile.el
22         (wl-refile-expand-newtext): New function imported from Gnus.
23         (wl-refile-evaluate-rule): Use it.
24
25 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
26
27         * wl-summary.el (wl-summary-print-destination):
28         Duplicate folder string to avoid putting text-property on
29         original string.
30
31         * wl-refile.el (wl-refile-get-field-value): New function.
32         (wl-refile-evaluate-rule): New function;
33         Evaluate refile rule recursively.
34         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
35         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
36         New function; Check existence of a target folder recursively.
37         (wl-summary-auto-refile-check-refile-rule-alist):
38         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
39
40 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
43
44         * wl-folder.el (wl-create-folder-entity-from-buffer):
45         Fixed problem when '}' character is contained in folder name.
46
47         * wl-xmas.el (wl-make-modeline): Consider plugged status.
48
49 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
50
51         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
52         (wl-fldmgr-add-completion-all-completions):
53         Use wl-fldmgr-add-completion-hashtb.
54
55 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
56
57         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
58         wl-fldmgr-add-completion-subr): New functions.
59         * wl-folder.el (wl-folder-completion-func): New variable.
60         * wl-summary.el (wl-summary-read-folder):
61         Use wl-folder-completion-func.
62
63         * wl-refile.el: Eliminate throw & catch.
64
65         * wl.el (wl-plugged-sending-queue-status): Fixed.
66
67 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
68
69         * wl-draft.el (wl-draft): Put category property on
70         mail-header-separator.