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