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