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