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