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