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