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