12020-07-16  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
2
3	* ptexinfmt.el: Assume Emacs 24.5 or later.  Support @U.  Add
4	workaround for @headitem by defining alias to @item.
5
62020-06-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
7
8	* wl-addrbook.el (wl-address-extract-user, wl-addrbook-strsafe):
9	Use elmo-replace-char-in-string.
10
112020-06-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
12
13	Obsolete elmo-replace-in-string.  Use replace-regexp-in-string.
14
15	* wl-addrbook.el (wl-address-extract-user, wl-addrbook-strsafe):
16	Likewise.
17
182020-06-02  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
19
20	Use lexical binding.
21
22	* ssl.el: Likewise.
23
24	* wl-addrbook.el: Likewise.
25
26	* wl-complete.el: Likewise.
27
28	* wl-mailto.el: Likewise.
29
302020-05-30  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
31
32	Adapt to recent changes.
33
34	* wl-addrbook.el: Use elmo-set-work-buf instead of
35	wl-set-work-buf.  Use match-string-no-properties instead of
36	elmo-match-buffer.  Use elmo-parse-addresses instead of
37	wl--parse-addresses.
38	(wl-draft-learn-alias): Remove "'" from lambda expression.
39
40	* wl-complete.el (wl-draft-on-value-p): Use
41	match-string-no-properties instead of elmo-match-buffer.
42
43	* wl-mailto.el (wl-mailto-compose-message-from-mailto-url): Use
44	elmo-assoc-ignore-case instead of assoc-ignore-case.  Emacs does
45	not have assoc-ignore-case.
46
472020-05-29  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
48
49	* bbdb-wl.el: Removed.
50
51	* ssl.el: Remove cl dependencies.  Assume Emacs 24 or later.
52
532020-05-24  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
54
55	* rfc2368.el: Romoved.
56
572018-05-26  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
58
59	* ssl.el (ssl-program-arguments): Fix docstring.
60
612018-03-12  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
62
63	* ssl.el (open-ssl-stream): Use set-process-query-on-exit-flag
64	function if available
65	(Cf. [wl-en:6542]).
66
672017-12-11  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
68
69	* wl-addrbook.el (wl-addrbook-insert-file)
70	(wl-addrbook-make-alist, wl-summary-addrbook-add): Use
71	match-string and elmo-match-buffer instead of wl-match-string and
72	wl-match-buffer.
73
74	* wl-complete.el (wl-draft-on-value-p): Likewise.
75
762014-11-15  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
77
78	Remove '1' argument for forward-char, backward-char and
79	forward-line.  Use following-char and preceding-char preferredly.
80
81	* wl-addrbook.el (wl-addrbook-insert-file): Likewise.
82
83	* wl-complete.el (wl-delete-backward-char, wl-delete-value): Likewise.
84
852012-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87	* ptexinfmt.el (texinfo-format-syntax-table): Modify character syntax
88	of " and \ to w, as a workaround.
89	(texinfo-format-comma): Support @comma.
90	(texinfo-format-parse-args): Tweak it so as to work for @comma.
91
922011-04-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94	* ptexinfmt.el: Fix description comment style.
95
962011-04-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98	* ptexinfmt.el: Use lexical binding.
99	(ptexinfmt-broken-facility): Rename _dummy argument.
100	(texinfo-enclosure-list, texinfo-alias-list): Add defvar stub for
101	lexical binding.
102
1032010-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105	* ptexinfmt.el (texinfo-multitable-widths): Use `make-char'
106	instead of KANJI literal.
107
1082010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110	* wl-addrbook.el: Delete traing whitespace.
111	* wl-complete.el: Ditto.
112	* rfc2368.el: Ditto.
113	* ssl.el: Ditto.
114
1152010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
116
117	* ptexinfmt.el (texinfo-format-verb): Use (delete-char -1)
118        instead of (delete-backward-char 1); For Emacs24.
119
120	* wl-addrbook.el (wl-addrbook-insert-file): Use (delete-char -1)
121	instead of (delete-backward-char 1) or (backward-deletechar 1).
122
1232010-08-04  David Maus  <dmaus@ictsoc.de>
124
125	* ssl.el (open-ssl-stream, condition-case): Don't use old-style
126	backquotes.
127
1282010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130	* wl-addrbook.el (wl-summary-addrbook-add): Use
131	`with-current-buffer' instead of `save-excursion' & `set-buffer'.
132
1332008-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
134
135	* ptexinfmt.el: Fix Comments.
136	(texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
137
1382008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
139
140	* bbdb-wl.el: Add (eval-when-compile (require 'static)).
141
1422008-02-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
143
144	* wl-mailto.el: Use `string-to-number' instead of `string-to-int'.
145
1462008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148	* wl-addrbook.el (wl-addrbook-hashtb): Use quote instead of
149	backquote.
150	(wl-alias-next, wl-alias-get): New backquote style.
151
1522007-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154	* ptexinfmt.el (texinfo-copying-text, texinfo-copying)
155	(texinfo-insertcopying, texinfo-format-scan): Move from infohack.el.
156
1572007-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159	* ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken)
160	(ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use
161	old-style backquotes.
162	(texinfo-format-cedilla-accent): Quote `,'.
163
1642007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
165
166	* ptexinfmt.el: Fix comment.
167
1682007-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
169
170	* ptexinfmt.el: Support @fonttextsize, @textdegree.
171
1722005-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
173
174	* ptexinfmt.el: Support @frenchspacing, @euro, @sansserif.
175	(texinfo-format-ordf): Fix typo.
176
1772005-08-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179	* wl-addrbook.el (wl-addrbook-setup): Set
180	`wl-summary-get-petname-function' instead of
181	`wl-summary-from-function'.
182
1832005-08-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185	* wl-addrbook.el (wl-addrbook-get-names): Abolish.
186	(wl-summary-addrbook-from): Ditto.
187	(wl-addrbook-get-nickname): New function.
188
1892005-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191	* ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that
192	shows whether it is broken.
193
1942004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
195
196	* rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n).
197	(rfc2368-parse-mailto-url): Remove newline.
198
1992004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201	* rfc2368.el (rfc2368-unhexify-string): Treat `A' - `F' and not
202	use `{2}' for compatibility with emacs20.7.
203
2042004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
205
206	* ptexinfmt.el (slanted): Rename @s to @slanted.
207
2082004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
209
210	* ptexinfmt.el: Support @s.
211
2122004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
213
214	* bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
215	instead of elmo-set-buffer-multibyte.
216	(bbdb-wl-get-addresses-2): Ditto.
217	(bbdb-wl-update-records): Ditto.
218	(bbdb-extract-field-value): Ditto.
219
2202004-05-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222	* rfc2368.el: Sync with cvs version of emacs.
223	(rfc2368-unhexify-string): Don't use replace-regexp-in-string.
224	(rfc2368-parse-mailto-url): Unhexify prequery, change concat order.
225
2262004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228	* ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
229	@url is now a synonym for @uref.
230
2312004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
232
233	* ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and
234	@registeredsymbol.
235
2362004-01-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238	* ssl.el (toplevel): Don't include cl at run time.
239	(ref. Emacs Lisp Coding Conventions section in elisp-info)
240
2412003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
242
243	* im-wl.el (wl-draft-send-with-imput-async): Follow the changes
244	in draft (Not tested).
245
2462003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248	* wl-addrbook.el (wl-summary-addrbook-from): Use
249	elmo-message-entity-field.
250
2512003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
252
253	* ptexinfmt.el: @verb, @tie, @/ support.
254	(ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
255	Use `ptexinfmt-disable-broken-notice-flag' instead.
256
2572002-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259	* ptexinfmt.el: Modify it not to use APEL functions.
260
2612002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
262
263	* bbdb-wl.el (bbdb-wl-get-addresses-1): Call
264	`bbdb-wl-canonicalize-full-name-function' after decoding full-name
265	string.
266	(bbdb-wl-get-addresses-2): Ditto.
267
2682002-09-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
269
270	* ptexinfmt.el: discard @documentdescription.  Support
271	@ifplaintext, @ifnotplaintext, @ifhtml.  Remove obsolete commands.
272	(texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.
273
2742002-06-03  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
275
276	* bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove
277	the preceding spaces.
278
2792002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
280
281	* ptexinfmt.el: discard @cartouche.  @anchor discard for Mule 2.3.
282	Support @., @:, @-.
283	(texinfo-format-inforef): New function.
284
2852002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
286
287	* bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable.
288	(bbdb-wl-canonicalize-spaces-and-dots): New function.
289	(bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function.
290	(bbdb-wl-get-addresses-2): Ditto.
291
2922002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
293
294	* im-wl.el: wl-draft-send-func -> wl-draft-send-function
295	in the example settings.
296
2972002-04-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
298
299	* bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
300	`wl-save-hook'.  Use `bbdb-initialize' instead of require
301	bbdb-autoloads.
302
3032002-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305	* bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
306	variable.
307
3082002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
309
310	* bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
311	(bbdb-wl-get-addresses-2): Ditto.
312	(bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
313	bbdb-wl-get-addresses-2 according to the bbdb-version.
314	(bbdb-wl-address-headers-spec): New function.
315	(bbdb-wl-show-all-recipients): Use it.
316	(bbdb-wl-show-sender): Ditto.
317	(bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.
318
3192002-01-17  Kenichi OKADA  <okada@opaopa.org>
320
321	* im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.
322
3232002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325	* bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
326	(bbdb-wl-get-update-record): Changed to check
327	`bbdb-wl-ignore-folder-regexp'.
328
3292002-01-07  Kenichi OKADA  <okada@opaopa.org>
330
331	* wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
332
3332001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
334
335	* bbdb-wl.el (bbdb-wl-setup): Added autoload magic.
336
3372001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
338
339	* bbdb-wl.el (bbdb-wl-setup): require bbdb-autoloads if exists.
340	Use `load' instead of `require' bbdb-autoloads for BBDB 2.20.
341
3422001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344	* bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
345	(bbdb-wl-from-func): Ditto.
346
3472001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349	* bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
350	function definition with `eval-and-compile'.
351	(bbdb-wl-pop-up-bbdb-buffer): Use `bbdb-display-layout' and
352	`bbdb-pop-up-display-layout' instead of the macro
353	`bbdb-pop-up-elided-display' for the development version of BBDB.
354	(bbdb-get-addresses-headers): Define it before it is referred to.
355
3562001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
357
358	* bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of
359	`bbdb-save-db'.
360
361