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