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