1 2008-04-22 TAKAHASHI Kaoru <kaoru@kaisei.org>
3 * ptexinfmt.el: Fix Comments.
4 (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
6 2008-02-19 TAKAHASHI Kaoru <kaoru@kaisei.org>
8 * bbdb-wl.el: Add (eval-when-compile (require 'static)).
10 2008-02-14 TAKAHASHI Kaoru <kaoru@kaisei.org>
12 * wl-mailto.el: Use `string-to-number' instead of `string-to-int'.
14 2008-02-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
16 * wl-addrbook.el (wl-addrbook-hashtb): Use quote instead of
18 (wl-alias-next, wl-alias-get): New backquote style.
20 2007-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22 * ptexinfmt.el (texinfo-copying-text, texinfo-copying)
23 (texinfo-insertcopying, texinfo-format-scan): Move from infohack.el.
25 2007-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
27 * ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken)
28 (ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use
30 (texinfo-format-cedilla-accent): Quote `,'.
32 2007-11-09 TAKAHASHI Kaoru <kaoru@kaisei.org>
34 * ptexinfmt.el: Fix comment.
36 2007-09-21 TAKAHASHI Kaoru <kaoru@kaisei.org>
38 * ptexinfmt.el: Support @fonttextsize, @textdegree.
40 2005-09-02 TAKAHASHI Kaoru <kaoru@kaisei.org>
42 * ptexinfmt.el: Support @frenchspacing, @euro, @sansserif.
43 (texinfo-format-ordf): Fix typo.
45 2005-08-08 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
47 * wl-addrbook.el (wl-addrbook-setup): Set
48 `wl-summary-get-petname-function' instead of
49 `wl-summary-from-function'.
51 2005-08-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
53 * wl-addrbook.el (wl-addrbook-get-names): Abolish.
54 (wl-summary-addrbook-from): Ditto.
55 (wl-addrbook-get-nickname): New function.
57 2005-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
59 * ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that
60 shows whether it is broken.
62 2004-12-12 Yuuichi Teranishi <teranisi@gohome.org>
64 * rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n).
65 (rfc2368-parse-mailto-url): Remove newline.
67 2004-12-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
69 * rfc2368.el (rfc2368-unhexify-string): Treat `A' - `F' and not
70 use `{2}' for compatibility with emacs20.7.
72 2004-08-02 TAKAHASHI Kaoru <kaoru@kaisei.org>
74 * ptexinfmt.el (slanted): Rename @s to @slanted.
76 2004-07-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
78 * ptexinfmt.el: Support @s.
80 2004-05-22 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
82 * bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
83 instead of elmo-set-buffer-multibyte.
84 (bbdb-wl-get-addresses-2): Ditto.
85 (bbdb-wl-update-records): Ditto.
86 (bbdb-extract-field-value): Ditto.
88 2004-05-08 Yoichi NAKAYAMA <yoichi@geiin.org>
90 * rfc2368.el: Sync with cvs version of emacs.
91 (rfc2368-unhexify-string): Don't use replace-regexp-in-string.
92 (rfc2368-parse-mailto-url): Unhexify prequery, change concat order.
94 2004-04-12 TAKAHASHI Kaoru <kaoru@kaisei.org>
96 * ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
97 @url is now a synonym for @uref.
99 2004-02-11 TAKAHASHI Kaoru <kaoru@kaisei.org>
101 * ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and
104 2004-01-18 Yoichi NAKAYAMA <yoichi@geiin.org>
106 * ssl.el (toplevel): Don't include cl at run time.
107 (ref. Emacs Lisp Coding Conventions section in elisp-info)
109 2003-10-15 Yuuichi Teranishi <teranisi@gohome.org>
111 * im-wl.el (wl-draft-send-with-imput-async): Follow the changes
112 in draft (Not tested).
114 2003-09-23 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
116 * wl-addrbook.el (wl-summary-addrbook-from): Use
117 elmo-message-entity-field.
119 2003-07-01 TAKAHASHI Kaoru <kaoru@kaisei.org>
121 * ptexinfmt.el: @verb, @tie, @/ support.
122 (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
123 Use `ptexinfmt-disable-broken-notice-flag' instead.
125 2002-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
127 * ptexinfmt.el: Modify it not to use APEL functions.
129 2002-10-10 KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
131 * bbdb-wl.el (bbdb-wl-get-addresses-1): Call
132 `bbdb-wl-canonicalize-full-name-function' after decoding full-name
134 (bbdb-wl-get-addresses-2): Ditto.
136 2002-09-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
138 * ptexinfmt.el: discard @documentdescription. Support
139 @ifplaintext, @ifnotplaintext, @ifhtml. Remove obsolete commands.
140 (texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.
142 2002-06-03 KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
144 * bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove
145 the preceding spaces.
147 2002-06-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
149 * ptexinfmt.el: discard @cartouche. @anchor discard for Mule 2.3.
151 (texinfo-format-inforef): New function.
153 2002-05-30 Yuuichi Teranishi <teranisi@gohome.org>
155 * bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable.
156 (bbdb-wl-canonicalize-spaces-and-dots): New function.
157 (bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function.
158 (bbdb-wl-get-addresses-2): Ditto.
160 2002-05-20 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
162 * im-wl.el: wl-draft-send-func -> wl-draft-send-function
163 in the example settings.
165 2002-04-28 TAKAHASHI Kaoru <kaoru@kaisei.org>
167 * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
168 `wl-save-hook'. Use `bbdb-initialize' instead of require
171 2002-01-28 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
173 * bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
176 2002-01-28 Yuuichi Teranishi <teranisi@gohome.org>
178 * bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
179 (bbdb-wl-get-addresses-2): Ditto.
180 (bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
181 bbdb-wl-get-addresses-2 according to the bbdb-version.
182 (bbdb-wl-address-headers-spec): New function.
183 (bbdb-wl-show-all-recipients): Use it.
184 (bbdb-wl-show-sender): Ditto.
185 (bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.
187 2002-01-17 Kenichi OKADA <okada@opaopa.org>
189 * im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.
191 2002-01-07 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
193 * bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
194 (bbdb-wl-get-update-record): Changed to check
195 `bbdb-wl-ignore-folder-regexp'.
197 2002-01-07 Kenichi OKADA <okada@opaopa.org>
199 * wl-mailto.el (wl-mailto-url-at-point): defun at compile time.
201 2001-12-12 Yuuichi Teranishi <teranisi@gohome.org>
203 * bbdb-wl.el (bbdb-wl-setup): Added autoload magic.
205 2001-12-12 TAKAHASHI Kaoru <kaoru@kaisei.org>
207 * bbdb-wl.el (bbdb-wl-setup): require bbdb-autoloads if exists.
208 Use `load' instead of `require' bbdb-autoloads for BBDB 2.20.
210 2001-10-06 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
212 * bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
213 (bbdb-wl-from-func): Ditto.
215 2001-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
217 * bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
218 function definition with `eval-and-compile'.
219 (bbdb-wl-pop-up-bbdb-buffer): Use `bbdb-display-layout' and
220 `bbdb-pop-up-display-layout' instead of the macro
221 `bbdb-pop-up-elided-display' for the development version of BBDB.
222 (bbdb-get-addresses-headers): Define it before it is referred to.
224 2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
226 * bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of