772f093d598fd5d8b8a7d571da0c052ecda4aa9c
[elisp/flim.git] / ChangeLog
1 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * mel-q.el (q-encoding-decode-string): Use
4         `quoted-printable-hex-char-to-num'.
5
6         * mel-q.el (quoted-printable-hex-char-to-num): New function.
7         (quoted-printable-decode-string): Use
8         `quoted-printable-hex-char-to-num'.
9
10 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
13         mime-parse.el to mime-def.el.
14
15 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
18         mime-parse.el to mime-lib.el.
19
20         * mime-lib.el: Add autoload setting for mime-parse.el.
21
22 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
23
24         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
25         `mime-entity-point-max', `mime-entity-media-type',
26         `mime-entity-media-subtype', `mime-entity-parameters' and
27         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
28
29         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
30         reference functions from mime-parse.el to mime-def.el.
31
32         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
33         from mime-parse.el to mime-def.el.
34
35 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
36
37         * mel-b.el (base64-internal-decode-string): Renamed from
38         `base64-decode-string'.
39         (base64-decode-string): New alias for
40         `base64-internal-decode-string'.
41
42 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * mel-b.el (base64-decode-unit): New function; abolish
45         `base64-decode-1'.
46         (base64-decode-string): New implementation.
47         (base64-internal-decode-region): New implementation.
48
49 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
50
51         * mime-parse.el (mime-message-structure): New variable.
52         (mime-parse-buffer): New function.
53
54 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
55
56         * mime-def.el: Require 'cl when it is compiled.
57
58         * mime-lib.el (mime-entity-read-field): Fix typo.
59         Use `eword-decode-ignored-field-list'.
60
61         * mime-parse.el (mime-parse-multipart): Fix typo.
62         (mime-parse-message): Parse message/external-body.
63
64 \f
65 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
68
69 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * eword-decode.el (mime-insert-decoded-header): Fix typo.
72
73 \f
74 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
77
78 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * README.en (What's FLIM): Add description about mime-lib.el and
81         mime-parse.el.
82
83 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * mime-parse.el: Require 'cl when it is compiled.
86
87         * eword-decode.el (eword-visible-field-p): New function.
88         (mime-insert-decoded-header): Use `eword-visible-field-p'.
89
90 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * mime-def.el (mime-library-version-string): Renamed from
93         `mime-spadework-module-version-string'.
94
95         * mime-parse.el: New file; moved from SEMI layer.
96
97         * FLIM-ELS (flim-modules): Add `mime-parse'.
98
99 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * FLIM-ELS (flim-modules): Add `mime-lib'.
102
103         * mime-lib.el: New module.
104
105         * mime-def.el (mime-entity): Add new slots for original-header and
106         parsed-header.
107         (mime-entity-set-original-header): New function.
108         (mime-entity-set-parsed-header): New function.
109
110 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * mime-def.el (mime-entity-number): New function (moved from SEMI
113         layer).
114
115 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * mime-def.el: Move definition of structure `mime-entity' from
118         SEMI layer.
119
120 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
123         default value.
124         (eword-decode-structured-field-list): Capitalize default value.
125         (eword-decode-header): Regularize field name by `capitalize'.
126         (mime-insert-decoded-header): New function.
127
128 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * mailcap.el (mailcap-file): Use `defcustom'.
131
132 \f
133 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
134
135         * FLIM: Version 1.3.0 (Fushimi) was released.
136
137 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * std11.el (std11-fetch-field): New function.
140         (std11-field-body): Use 'std11-fetch-field.
141
142 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * mime-def.el (regexp-*): New function (moved from mime-parse.el
145         of SEMI (REMI)).
146         (regexp-or): New function (moved from mime-parse.el of
147         SEMI (REMI)).
148
149         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
150         of SEMI (REMI)).
151         (std11-non-qtext-char-list): New constant (copied from std11.el).
152         (std11-qtext-regexp): New constant (moved from mime-parse.el of
153         SEMI (REMI)).
154         (std11-quoted-string-regexp): New constant (moved from
155         mime-parse.el of SEMI (REMI)).
156
157 \f
158 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * FLIM: Version 1.2.2 (Takeda) was released.
161
162         * FLIM-VERSION: New file.
163
164 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * mel-q.el (quoted-printable-internal-encode-region): Use
167         'looking-at-as-unibyte instead of local binding for
168         enable-multibyte-characters.
169
170 \f
171 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
174
175 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
176
177         * mel-q.el (quoted-printable-internal-decode-region): Use
178         'string-as-multibyte to avoid problem in Emacs 20.3.
179
180 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
181
182         * mel-u.el: Use mime-temp-directory instead of TMP.
183
184 \f
185 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
188
189         * README.en (What's FLIM): Delete description about
190         std11-parse.el; add description about mailcap.el.
191
192 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
193
194         * eword-decode.el (eword-decode-encoded-word-error-handler): New
195         variable.
196         (eword-decode-encoded-word-default-error-handler): New function.
197         (eword-decode-encoded-word): Use
198         'eword-decode-encoded-word-error-handler.
199
200 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
201
202         * mailcap.el: Require 'mime-def.
203
204         * mime-def.el (mime-type/subtype-string): New function (moved from
205         semi/mime-parse.el).
206
207 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
208
209         * std11-parse.el: Abolish std11-parse.el.
210
211         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
212
213         * eword-decode.el: Require 'std11 instead of 'std11-parse.
214
215         * std11.el: Merge std11-parse.el.
216
217 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
218
219         * mime-def.el (mime-temp-directory): Use 'defcustom.
220
221         * mel-u.el: Require 'mime-def instead of 'mel.
222
223         * mime-def.el (mime-temp-directory): New variable (moved from
224         mel.el).
225
226         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
227
228 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
229
230         * mailcap.el (mailcap-format-command): New function.
231
232         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
233         again.
234
235 \f
236 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
239
240 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
241
242         * mime-def.el (quoted-printable-hex-chars): New constant.
243         (quoted-printable-octet-regexp): New constant.
244
245         * mel-q.el, eword-decode.el: Move definition of constant
246         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
247         mime-def.el.
248
249 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
250
251         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
252
253 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
254
255         * mailcap.el (mailcap-look-at-mtext): Fix typo.
256
257 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
258
259         * FLIM-ELS (flim-modules): Add mailcap.
260
261         * mailcap.el: New file (copied from SEMI).
262
263 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
264
265         * eword-decode.el (eword-decode-ignored-field-list): Add
266         `received'.
267         
268         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
269         environment variables.
270
271 \f
272 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
273
274         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
275
276         * mime-def.el (mime-spadework-module-version-string): New
277         constant.
278
279         * eword-encode.el: Abolish constant 'eword-encode-version.
280
281         * eword-decode.el: Abolish constant 'eword-decode-version.
282
283 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
284
285         * eword-encode.el (eword-encode-divide-into-charset-words): Use
286         'char-length or 'char-next-index instead of 'char-bytes.
287         (tm-eword::encode-string-1): Use 'char-next-index instead of
288         'char-bytes.
289
290 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * mel.el (base64-dl-module): Must check base64.so actually exists.
293
294 \f
295 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
296
297         * FLIM: Version 1.0.0 was released.
298
299         * README.en: Modify for FLIM.
300
301         * ChangeLog: New file.
302
303 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
306
307         * Makefile: Modify for FLIM.
308
309 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * Makefile: New file.
312
313         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
314         eword-encode.el: Copied from MEL, SEMI (mime-def.el
315         eword-decode.el eword-encode.el) and APEL (std11-parse.el
316         std11.el).