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