* etc/VERSION: New file.
[elisp/wanderlust.git] / ChangeLog
1 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * INSTALL (Installation): Add notify for tm-8 with old APEL user.
4         * INSTALL.ja: Ditto.
5
6         * etc/VERSION: New file.
7
8 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9
10         * WL-MK (config-wl-package-subr): Changed message.
11
12         * WL-ELS: Abolished FLIM 1.12 support.
13         Notify tm-8 requires APEL 10.2 or later.
14
15 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
16
17         * etc/icons/wl-logo.xbm: Removed.
18
19         * etc/icons/wl-logo.xpm: Ditto.
20
21         * etc/icons/wl-stable-logo.xbm: New file.
22
23         * etc/icons/wl-stable-logo.xpm: Ditto.
24
25         * etc/icons/wl-beta-logo.xbm: Ditto.
26
27         * etc/icons/wl-beta-logo.xpm: Ditto.
28
29 2000-10-17  Katsumi Yamaoka    <yamaoka@jpl.org>
30
31         * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load'
32         instead of `require' for it.
33
34 2000-10-13  Katsumi Yamaoka    <yamaoka@jpl.org>
35
36         * WL-MK: (byte-compile-file-form-custom-declare-variable): Define
37         function if bytecomp doesn't have it; warn if "new custom" isn't
38         detected; don't require `backquote' because it's always autoloaded.
39
40 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
41
42         * WL-ELS (WL-MODULES): Add wl-version.
43         (ELMO-MODULES): Add elmo-version.
44
45 2000-10-03  Katsumi Yamaoka    <yamaoka@jpl.org>
46
47         * WL-MK: Set `recursive-load-depth-limit' to nil.  It is currently
48         needed to byte-compile with Emacs 21.  FIXME!
49
50 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
51
52         * Makefile (PIXMAPDIR): New variable.
53         (elc, install-elc, uninstall-elc, package, install-package): Use
54         it.
55
56         * WL-MK (config-wl-pixmap-dir): New function.
57         (config-wl-package, config-wl-package-xmas): Use it.
58         (install-wl-icons): New function.
59         (install-wl-package, install-wl-package-xmas): Use it.
60         (uninstall-wl-package): Uninstall icons as well.
61
62 2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * utils/ptexinfmt.el (texinfo-multitable-widths): Fix
65         broken-facility probrem when use multitable unsupported
66         texinfmt.el.
67
68 2000-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep
71         'meadow) instead of `texinfmt-version'.
72
73 2000-09-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * utils/ptexinfmt.el (texinfo-format-printindex): Add
76         broken-facility check, for Mule for Windows.
77         (texinfo-format-printindex): New function.
78
79 2000-09-18  Katsumi Yamaoka    <yamaoka@jpl.org>
80
81         * etc/icons/letter.xpm, etc/icons/no-letter.xpm: New files.
82
83 2000-09-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
84
85         * utils/ptexinfmt.el (texinfo-multitable-widths): Add
86         broken-facility check.
87         (texinfo-multitable-item): Use it, when broken-facility check.
88
89 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
90
91         * doc/wl.texi, doc/wl-ja.texi: Replace
92         `wl-highlight-group-folder-by-numbers' with
93         `wl-highlight-folder-by-numbers';
94         add description about `wl-highlight-folder-by-numbers';
95         update for Emacs 21.
96
97         * WL-ELS (WL-MODULES): Add `wl-e21'.
98
99 2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * utils/ptexinfmt.el (texinfo-multitable-widths,
102         texinfo-multitable-item): Apply char-width probrem fix patch
103         (by KOIE Hidetaka <koie@skipjack.koie.org>).
104         Newsgroups: fj.editor.emacs
105         Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
106
107         * utils/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
108         variable.
109
110 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
111
112         * doc/TODO.ja: Updated.
113
114 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
115
116         * WL-ELS (ELMO-MODULES): Added elmo-net.
117
118 2000-07-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * utils/ptexinfmt.el: Disable broken check notice.
121
122         * utils/ptexinfmt.el (texinfo-format-uref): Fixed.
123
124 2000-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
125
126         * utils/ptexinfmt.el: Support @multitable.
127         (texinfo-multitable, texinfo-end-multitable,
128         texinfo-multitable-widths, texinfo-multitable-extract-row,
129         texinfo-multitable-item): New function.
130
131 2000-07-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
132
133         * utils/ptexinfmt.el: Use fmakunbound, when broken-function
134         replace.
135
136 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
137
138         * WL-ELS: Deleted time-stamp line.
139
140 2000-07-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
141
142         * utils/ptexinfmt.el: Support @image. Fix broken @uref.
143         (texinfo-format-image): New function.
144         (texinfo-format-uref): Fixed 2times parse probrem.
145
146 2000-07-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * WL-MK (wl-texinfo-format-file): require ptexinfmt.
149         * utils/ptexinfmt.el: provide feature.
150         (documentlanguage, documentencoding): Fixed probrem.
151
152 2000-07-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * utils/ptexinfmt.el: New file.
155
156 2000-07-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
157
158         * README: Remove CVS keyword.
159         * README.ja: Ditto.
160         * INSTALL: Ditto.
161         * INSTALL.ja: Ditto.
162         * doc/wl.texi: Ditto.
163         * doc/wl-ja.texi: Ditto.
164
165 2000-06-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
166
167         * README: CVS keyword instaed of time-stamp.
168         * README.ja: Ditto.
169         * INSTALL: Ditto.
170         * INSTALL.ja: Ditto.
171         * doc/wl.texi: Ditto.
172         * doc/wl-ja.texi: Ditto.
173
174 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
175
176         * WL-ELS (ELMO-MODULES): Added `pldap'.
177
178 2000-06-12  Yasushi ABE <yasushi@stbbs.net>
179
180         * utils/bbdb-wl.el (bbdb-extract-field-value): Decode with
181         multibyte-buffer.
182
183 2000-05-15  Katsumi Yamaoka <yamaoka@jpl.org>
184
185         * etc/icons/wl-logo.xpm: Reduced color.
186
187 \f
188 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
189
190         * 1.1.1 - "Purple Rain"
191
192 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
193
194         * NEWS.ja: Added description about progress gauge.
195         * NEWS: Ditto.
196
197 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
198
199         * NEWS.ja: Added description about CVS.
200         * NEWS: Ditto.
201
202 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
203
204         * README.ja (CVS): New section.
205         * README (CVS): Ditto.
206
207 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
208
209         * wl/ChangeLog: New file.
210         * elmo/ChangeLog: New file.
211         * etc/ChangeLog.1.ja: Renamed from etc/ChangeLog.alpha.ja.
212         * etc/ChangeLog.2: Renamed from etc/ChangeLog.beta.
213         * etc/ChangeLog.2.ja: Renamed from etc/ChangeLog.beta.ja.
214         * etc/ChangeLog.3: Renamed from ChangeLog.
215         * etc/ChangeLog.3.ja: Renamed from ChangeLog.ja.
216
217         * WL-MK (WLDIR): Changed to "./wl".
218         (ICONDIR): New variable.
219         (config-wl-package-subr): set wl-icon-dir as ICONDIR.
220         (compile-wl-package-xmas): refer WLDIR.
221
222         * README.ja: Renamed from 00README.ja.
223         * README: Renamed from 00README.
224
225         * wl: New directory.
226         All wl-related files are moved to this directory.
227