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