(wl-addrbook-setup): Set
[elisp/wanderlust.git] / utils / ChangeLog
1 2005-08-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-addrbook.el (wl-addrbook-setup): Set
4         `wl-summary-get-petname-function' instead of
5         `wl-summary-from-function'.
6
7 2005-08-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-addrbook.el (wl-addrbook-get-names): Abolish.
10         (wl-summary-addrbook-from): Ditto.
11         (wl-addrbook-get-nickname): New function.
12
13 2005-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that
16         shows whether it is broken.
17
18 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
19
20         * rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n).
21         (rfc2368-parse-mailto-url): Remove newline.
22
23 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * rfc2368.el (rfc2368-unhexify-string): Treat `A' - `F' and not
26         use `{2}' for compatibility with emacs20.7.
27
28 2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
29
30         * ptexinfmt.el (slanted): Rename @s to @slanted.
31
32 2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
33
34         * ptexinfmt.el: Support @s.
35
36 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
39         instead of elmo-set-buffer-multibyte.
40         (bbdb-wl-get-addresses-2): Ditto.
41         (bbdb-wl-update-records): Ditto.
42         (bbdb-extract-field-value): Ditto.
43
44 2004-05-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
45
46         * rfc2368.el: Sync with cvs version of emacs.
47         (rfc2368-unhexify-string): Don't use replace-regexp-in-string.
48         (rfc2368-parse-mailto-url): Unhexify prequery, change concat order.
49
50 2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
53         @url is now a synonym for @uref.
54
55 2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
56
57         * ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and
58         @registeredsymbol.
59
60 2004-01-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * ssl.el (toplevel): Don't include cl at run time.
63         (ref. Emacs Lisp Coding Conventions section in elisp-info)
64
65 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
66
67         * im-wl.el (wl-draft-send-with-imput-async): Follow the changes
68         in draft (Not tested).
69
70 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-addrbook.el (wl-summary-addrbook-from): Use
73         elmo-message-entity-field.
74
75 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
76
77         * ptexinfmt.el: @verb, @tie, @/ support.
78         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
79         Use `ptexinfmt-disable-broken-notice-flag' instead.
80
81 2002-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * ptexinfmt.el: Modify it not to use APEL functions.
84
85 2002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
86
87         * bbdb-wl.el (bbdb-wl-get-addresses-1): Call
88         `bbdb-wl-canonicalize-full-name-function' after decoding full-name
89         string.
90         (bbdb-wl-get-addresses-2): Ditto.
91
92 2002-09-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * ptexinfmt.el: discard @documentdescription.  Support
95         @ifplaintext, @ifnotplaintext, @ifhtml.  Remove obsolete commands.
96         (texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.
97
98 2002-06-03  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
99
100         * bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove
101         the preceding spaces.
102
103 2002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * ptexinfmt.el: discard @cartouche.  @anchor discard for Mule 2.3.
106         Support @., @:, @-.
107         (texinfo-format-inforef): New function.
108
109 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
110
111         * bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable.
112         (bbdb-wl-canonicalize-spaces-and-dots): New function.
113         (bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function.
114         (bbdb-wl-get-addresses-2): Ditto.
115
116 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
117
118         * im-wl.el: wl-draft-send-func -> wl-draft-send-function
119         in the example settings.
120
121 2002-04-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
122
123         * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
124         `wl-save-hook'.  Use `bbdb-initialize' instead of require
125         bbdb-autoloads.
126
127 2002-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
130         variable.
131
132 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
133
134         * bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
135         (bbdb-wl-get-addresses-2): Ditto.
136         (bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
137         bbdb-wl-get-addresses-2 according to the bbdb-version.
138         (bbdb-wl-address-headers-spec): New function.
139         (bbdb-wl-show-all-recipients): Use it.
140         (bbdb-wl-show-sender): Ditto.
141         (bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.
142
143 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
144
145         * im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.
146
147 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
150         (bbdb-wl-get-update-record): Changed to check
151         `bbdb-wl-ignore-folder-regexp'.
152
153 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
154
155         * wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
156
157 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
158
159         * bbdb-wl.el (bbdb-wl-setup): Added autoload magic.
160
161 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
162
163         * bbdb-wl.el (bbdb-wl-setup): require bbdb-autoloads if exists.
164         Use `load' instead of `require' bbdb-autoloads for BBDB 2.20.
165
166 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
169         (bbdb-wl-from-func): Ditto.
170
171 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
174         function definition with `eval-and-compile'.
175         (bbdb-wl-pop-up-bbdb-buffer): Use `bbdb-display-layout' and
176         `bbdb-pop-up-display-layout' instead of the macro
177         `bbdb-pop-up-elided-display' for the development version of BBDB.
178         (bbdb-get-addresses-headers): Define it before it is referred to.
179
180 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
181
182         * bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of
183         `bbdb-save-db'.
184