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