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