9e256049381d63ef48dec8845c0ebbf93f4406df
[elisp/wanderlust.git] / utils / ChangeLog
1 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * ptexinfmt.el (texinfo-format-verb): Use (delete-char -1)
4         instead of (delete-backward-char 1); For Emacs24.
5
6         * wl-addrbook.el (wl-addrbook-insert-file): Use (delete-char -1)
7         instead of (delete-backward-char 1) or (backward-deletechar 1).
8
9 2010-08-04  David Maus  <dmaus@ictsoc.de>
10
11         * ssl.el (open-ssl-stream, condition-case): Don't use old-style
12         backquotes.
13
14 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-addrbook.el (wl-summary-addrbook-add): Use
17         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
18
19 2008-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
20
21         * ptexinfmt.el: Fix Comments.
22         (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
23
24 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
25
26         * bbdb-wl.el: Add (eval-when-compile (require 'static)).
27
28 2008-02-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
29
30         * wl-mailto.el: Use `string-to-number' instead of `string-to-int'.
31
32 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
33
34         * wl-addrbook.el (wl-addrbook-hashtb): Use quote instead of
35         backquote.
36         (wl-alias-next, wl-alias-get): New backquote style.
37
38 2007-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * ptexinfmt.el (texinfo-copying-text, texinfo-copying)
41         (texinfo-insertcopying, texinfo-format-scan): Move from infohack.el.
42
43 2007-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken)
46         (ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use
47         old-style backquotes.
48         (texinfo-format-cedilla-accent): Quote `,'.
49
50 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * ptexinfmt.el: Fix comment.
53
54 2007-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
55
56         * ptexinfmt.el: Support @fonttextsize, @textdegree.
57
58 2005-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * ptexinfmt.el: Support @frenchspacing, @euro, @sansserif.
61         (texinfo-format-ordf): Fix typo.
62
63 2005-08-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-addrbook.el (wl-addrbook-setup): Set
66         `wl-summary-get-petname-function' instead of
67         `wl-summary-from-function'.
68
69 2005-08-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-addrbook.el (wl-addrbook-get-names): Abolish.
72         (wl-summary-addrbook-from): Ditto.
73         (wl-addrbook-get-nickname): New function.
74
75 2005-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that
78         shows whether it is broken.
79
80 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
81
82         * rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n).
83         (rfc2368-parse-mailto-url): Remove newline.
84
85 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * rfc2368.el (rfc2368-unhexify-string): Treat `A' - `F' and not
88         use `{2}' for compatibility with emacs20.7.
89
90 2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * ptexinfmt.el (slanted): Rename @s to @slanted.
93
94 2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * ptexinfmt.el: Support @s.
97
98 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
101         instead of elmo-set-buffer-multibyte.
102         (bbdb-wl-get-addresses-2): Ditto.
103         (bbdb-wl-update-records): Ditto.
104         (bbdb-extract-field-value): Ditto.
105
106 2004-05-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
107
108         * rfc2368.el: Sync with cvs version of emacs.
109         (rfc2368-unhexify-string): Don't use replace-regexp-in-string.
110         (rfc2368-parse-mailto-url): Unhexify prequery, change concat order.
111
112 2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
113
114         * ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
115         @url is now a synonym for @uref.
116
117 2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and
120         @registeredsymbol.
121
122 2004-01-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * ssl.el (toplevel): Don't include cl at run time.
125         (ref. Emacs Lisp Coding Conventions section in elisp-info)
126
127 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
128
129         * im-wl.el (wl-draft-send-with-imput-async): Follow the changes
130         in draft (Not tested).
131
132 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-addrbook.el (wl-summary-addrbook-from): Use
135         elmo-message-entity-field.
136
137 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
138
139         * ptexinfmt.el: @verb, @tie, @/ support.
140         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
141         Use `ptexinfmt-disable-broken-notice-flag' instead.
142
143 2002-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * ptexinfmt.el: Modify it not to use APEL functions.
146
147 2002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
148
149         * bbdb-wl.el (bbdb-wl-get-addresses-1): Call
150         `bbdb-wl-canonicalize-full-name-function' after decoding full-name
151         string.
152         (bbdb-wl-get-addresses-2): Ditto.
153
154 2002-09-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * ptexinfmt.el: discard @documentdescription.  Support
157         @ifplaintext, @ifnotplaintext, @ifhtml.  Remove obsolete commands.
158         (texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.
159
160 2002-06-03  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
161
162         * bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove
163         the preceding spaces.
164
165 2002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
166
167         * ptexinfmt.el: discard @cartouche.  @anchor discard for Mule 2.3.
168         Support @., @:, @-.
169         (texinfo-format-inforef): New function.
170
171 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
172
173         * bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable.
174         (bbdb-wl-canonicalize-spaces-and-dots): New function.
175         (bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function.
176         (bbdb-wl-get-addresses-2): Ditto.
177
178 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
179
180         * im-wl.el: wl-draft-send-func -> wl-draft-send-function
181         in the example settings.
182
183 2002-04-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
184
185         * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
186         `wl-save-hook'.  Use `bbdb-initialize' instead of require
187         bbdb-autoloads.
188
189 2002-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
192         variable.
193
194 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
195
196         * bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
197         (bbdb-wl-get-addresses-2): Ditto.
198         (bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
199         bbdb-wl-get-addresses-2 according to the bbdb-version.
200         (bbdb-wl-address-headers-spec): New function.
201         (bbdb-wl-show-all-recipients): Use it.
202         (bbdb-wl-show-sender): Ditto.
203         (bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.
204
205 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
206
207         * im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.
208
209 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
212         (bbdb-wl-get-update-record): Changed to check
213         `bbdb-wl-ignore-folder-regexp'.
214
215 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
216
217         * wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
218
219 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
220
221         * bbdb-wl.el (bbdb-wl-setup): Added autoload magic.
222
223 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
224
225         * bbdb-wl.el (bbdb-wl-setup): require bbdb-autoloads if exists.
226         Use `load' instead of `require' bbdb-autoloads for BBDB 2.20.
227
228 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
231         (bbdb-wl-from-func): Ditto.
232
233 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
236         function definition with `eval-and-compile'.
237         (bbdb-wl-pop-up-bbdb-buffer): Use `bbdb-display-layout' and
238         `bbdb-pop-up-display-layout' instead of the macro
239         `bbdb-pop-up-elided-display' for the development version of BBDB.
240         (bbdb-get-addresses-headers): Define it before it is referred to.
241
242 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
243
244         * bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of
245         `bbdb-save-db'.
246