File: ChangeLog

package info (click to toggle)
wl 2.14.0-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,632 kB
  • ctags: 3,422
  • sloc: lisp: 48,168; sh: 242; makefile: 159
file content (172 lines) | stat: -rw-r--r-- 5,579 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
2005-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that
	shows whether it is broken.

2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>

	* rfc2368.el (rfc2368-unhexify-string): Rewrite (%0D%0A -> \n).
	(rfc2368-parse-mailto-url): Remove newline.

2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* rfc2368.el (rfc2368-unhexify-string): Treat `A' - `F' and not
	use `{2}' for compatibility with emacs20.7.

2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el (slanted): Rename @s to @slanted.

2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Support @s.

2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
	instead of elmo-set-buffer-multibyte.
	(bbdb-wl-get-addresses-2): Ditto.
	(bbdb-wl-update-records): Ditto.
	(bbdb-extract-field-value): Ditto.

2004-05-08  Yoichi NAKAYAMA  <yoichi@geiin.org>

	* rfc2368.el: Sync with cvs version of emacs.
	(rfc2368-unhexify-string): Don't use replace-regexp-in-string.
	(rfc2368-parse-mailto-url): Unhexify prequery, change concat order.

2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
	@url is now a synonym for @uref.

2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and
	@registeredsymbol.

2004-01-18  Yoichi NAKAYAMA  <yoichi@geiin.org>

	* ssl.el (toplevel): Don't include cl at run time.
	(ref. Emacs Lisp Coding Conventions section in elisp-info)

2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>

	* im-wl.el (wl-draft-send-with-imput-async): Follow the changes
	in draft (Not tested).

2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* wl-addrbook.el (wl-summary-addrbook-from): Use
	elmo-message-entity-field.

2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: @verb, @tie, @/ support.
	(ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
	Use `ptexinfmt-disable-broken-notice-flag' instead.

2002-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>

	* ptexinfmt.el: Modify it not to use APEL functions.

2002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>

	* bbdb-wl.el (bbdb-wl-get-addresses-1): Call
	`bbdb-wl-canonicalize-full-name-function' after decoding full-name
	string.
	(bbdb-wl-get-addresses-2): Ditto.

2002-09-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: discard @documentdescription.  Support
	@ifplaintext, @ifnotplaintext, @ifhtml.  Remove obsolete commands.
	(texinfo-format-ifhtml, texinfo-format-ifplaintext): New function.

2002-06-03  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>

	* bbdb-wl.el (bbdb-wl-canonicalize-spaces-and-dots): Remove
	the preceding spaces.

2002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* ptexinfmt.el: discard @cartouche.  @anchor discard for Mule 2.3.
	Support @., @:, @-.
	(texinfo-format-inforef): New function.

2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>

	* bbdb-wl.el (bbdb-wl-canonicalize-full-name-function): New variable.
	(bbdb-wl-canonicalize-spaces-and-dots): New function.
	(bbdb-wl-get-addresses-1): Use bbdb-wl-canonicalize-full-name-function.
	(bbdb-wl-get-addresses-2): Ditto.

2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>

	* im-wl.el: wl-draft-send-func -> wl-draft-send-function
	in the example settings.

2002-04-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to
	`wl-save-hook'.  Use `bbdb-initialize' instead of require
	bbdb-autoloads.

2002-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
	variable.

2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>

	* bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
	(bbdb-wl-get-addresses-2): Ditto.
	(bbdb-wl-get-addresses): Select bbdb-wl-get-addresses-1 or
	bbdb-wl-get-addresses-2 according to the bbdb-version.
	(bbdb-wl-address-headers-spec): New function.
	(bbdb-wl-show-all-recipients): Use it.
	(bbdb-wl-show-sender): Ditto.
	(bbdb-wl-setup): Include defvars for bbdb-get-addresses-headers.

2002-01-17  Kenichi OKADA  <okada@opaopa.org>

	* im-wl.el (wl-draft-send-with-imput-async): Use `wl-message-id-function'.

2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* bbdb-wl.el (bbdb-wl-ignore-folder-regexp): New variable.
	(bbdb-wl-get-update-record): Changed to check
	`bbdb-wl-ignore-folder-regexp'.

2002-01-07  Kenichi OKADA  <okada@opaopa.org>

	* wl-mailto.el (wl-mailto-url-at-point): defun at compile time.

2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>

	* bbdb-wl.el (bbdb-wl-setup): Added autoload magic.

2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>

	* bbdb-wl.el (bbdb-wl-setup): require bbdb-autoloads if exists.
	Use `load' instead of `require' bbdb-autoloads for BBDB 2.20.

2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
	(bbdb-wl-from-func): Ditto.

2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>

	* bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
	function definition with `eval-and-compile'.
	(bbdb-wl-pop-up-bbdb-buffer): Use `bbdb-display-layout' and
	`bbdb-pop-up-display-layout' instead of the macro
	`bbdb-pop-up-elided-display' for the development version of BBDB.
	(bbdb-get-addresses-headers): Define it before it is referred to.

2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>

	* bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of
	`bbdb-save-db'.