* Makefile: Output parse table to ew-parse.out instead of
[elisp/flim.git] / ChangeLog
1 1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
2
3         * Makefile: Output parse table to ew-parse.out instead of
4         states.output.
5
6         * ew-var.el (ew-decode-field-syntax-alist): Keys are now symbols
7         instead of strings.
8
9         * ew-dec.el (ew-decode-field-no-cache): Ditto.
10
11 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
12
13         * Makefile: Avoid an error about unexisting `scm'.
14
15 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
16
17         * Makefile: Add a rule for making `ew-parse.el'.
18
19         * ew-parse.scm: New file.
20
21         * lalr-el.scm: New file.
22
23         * lr-driver.el (lr-push): Now inlining.
24
25 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
26
27         * ew-dec.el: Use 'decoded property instead of 'result for
28         decoded string.
29
30 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
31
32         * ew-parse.el: Use lookahead token.
33
34         * ew-data.el (ew-mark-phrase): Decode last token in phrase.
35
36 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
37
38         * ew-parse.el: Remove token suffix "-tok".
39
40         * ew-data.el: Ditto.
41
42         * ew-dec.el: Ditto.
43
44         * ew-scan-m.el: Ditto.
45
46         * ew-scan-s.el: Ditto.
47
48         * ew-scan-u.el: Ditto.
49
50         * ew-var.el: Ditto.
51
52 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
53
54         * DOODLE-TIPS: Add desctiptions about byte-compile warnings.
55
56         * ew-data.el (ew-mark-phrase): Does not update right end of
57         fragments separation.
58
59         * ew-dec.el (ew-mark): Wait `ew-parse-error-sit-for-seconds'
60         seconds after parse error.
61
62         * ew-line.el (ew-tab-to-space): New function.
63         (ew-crlf-generic): New function.
64         (ew-crlf-line-generic): Rewrited.
65         (ew-lf-generic): New function.
66         (ew-lf-line-generic): Rewrited.
67         (ew-crlf-convert): New function.
68         (ew-crlf-line-convert): Rewrited.
69         (ew-lf-convert): New function.
70         (ew-lf-line-convert): Rewrited.
71         (ew-crlf-fold): New function.
72         (ew-lf-fold): New function.
73         (ew-crlf-refold): New function.
74         (ew-lf-refold): New function.
75
76         * ew-parse.el: Parser actions are now accesible to a lookahead
77         token.
78
79         * ew-var.el (ew-parse-error-sit-for-seconds): New variable.
80
81         * eword-decode.el: Enable debug code `rotate-memo'.
82         (eword-decode-header): Refold decoded field.
83         (eword-decode-and-fold-structured-field): Use `ew-crlf-refold'.
84
85         * lr-driver.el (lr-parse): Provides a lookahead token to parser
86         actions.
87
88         * mmbuffer.el (insert-decoded-header): Refold decoded field.
89
90 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
91
92         * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
93         `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
94
95         * ew-data.el (ew-mark-phrase): Update both ends of fragments after
96         fragments separation.
97
98         * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
99
100 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
101
102         * mime-def.el (mime-library-version-string): bump up to
103         FLAM-DOODLE 1.9.1.
104
105 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
106
107         * COLORS: New file.
108
109         * ew-data.el (ew-add-frag): Change defun to defsubst.
110
111         * ew-scan-m.el (ew-scan-mime): Refine to fit inlining `ew-add-frag'.
112
113         * ew-scan-s.el (ew-scan-std11): Ditto.
114
115         * ew-scan-u.el (ew-scan-unstructured): Ditto.
116
117 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
118
119         * ew-data.el:
120           - Abolish prev-token, next-token, start and end
121           properties on fragment.
122           - Abolish function `ew-tokenize-frag', `ew-add-open',
123           `ew-add-close', `ew-add-token', `ew-add-close-token' and
124           `ew-token-list'.
125         (ew-make-anchor): Add type property.
126         (ew-token-last-frag-p): New function.
127
128         * ew-parse.el: Add new token `anchor'.
129
130         * ew-scan-m.el: Use `ew-add-frag' instead of abolished
131         functions.
132
133         * ew-scan-s.el: Ditto.
134
135 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
136
137         * ew-data.el:
138           - Require 'ew-util.
139           - Change token prefix "ew:raw-" to "ew:".
140
141         * ew-dec.el: Change token prefix "ew:raw-" to "ew:".
142         (ew-mark): Shorten parse error message.
143
144         * ew-scan-m.el: Change token prefix "ew:raw-" to "ew:".
145         (ew-scan-mime): Change atom to token.
146
147         * ew-scan-s.el: Change token prefix "ew:raw-" to "ew:".
148
149         * ew-scan-u.el: Change token prefix "ew:raw-" to "ew:".
150
151         * ew-parse.el: Change token prefix "ew:raw-" to "ew:".
152
153 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
154
155         * ew-dec.el: Require 'ew-var.
156         (ew-decode-field-cache-buf): New variable.
157         (ew-decode-field-cache-num): New variable.
158         (ew-decode-field-no-cache): Renamed from `ew-decode-field'.
159         (ew-decode-field): Call `ew-decode-field-no-cache' with caching.
160
161 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
162
163         * FLIM-ELS (flim-modules): Add `ew-var' and reorder.
164
165         * ew-var.el: New file.
166
167         * ew-data.el: Require 'ew-var.
168         (ew-separate-eword): New function.
169         (ew-mark-phrase): Use `ew-separate-eword'.
170
171         * ew-dec.el: 
172           - Require 'ew-var.
173           - Move `ew-decode-quoted-encoded-word',
174           `ew-ignore-75bytes-limit', `ew-ignore-76bytes-limit',
175           `ew-permit-sticked-comment', `ew-permit-sticked-special',
176           `ew-decode-us-ascii', `ew-decode-field-syntax-alist' and
177           `ew-decode-field-default-syntax' to ew-var.el.
178         (ew-decode-field): Use `ew-separate-eword'.
179
180         * ew-quote.el: Require 'ew-var.
181           - Move `ew-token-regexp', `ew-encoded-text-regexp',
182           `ew-encoded-word-regexp', 
183
184 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
185
186         * DOODLE-TIPS: Use `ew-decode-field' directly instead of
187         `eword-decode-unstructured-field-body' and
188         `eword-decode-and-unfold-structured-field'.
189
190         * FLAM-VERSION: New file (renamed from VERSION.FLAM).
191
192         * eword-decode.el (eword-decode-header): Convert CRLF to LF in
193         a result of `ew-decode-field'.
194         (eword-decode-structured-field-body) Ditto.
195         (eword-decode-unstructured-field-body) Ditto.
196
197         * mime.el (mime-read-field): Use `ew-decode-field' instead of
198         `eword-decode-unstructured-field-body'.
199
200         * mmbuffer.el (insert-decoded-header): Use `ew-decode-field'
201         directly.
202
203 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
204
205         * DOODLE-TIPS: New file.
206
207         * TESTPAT: Separator of field-name and field-body is now not special.
208
209         * ew-data.el (ew-special-frag-p): Separator of field-name and
210         field-body is now not special.
211
212         * ew-line.el (ew-cut-generic): New function.
213         (ew-cut-cr-lf): Use `ew-cut-generic'.
214         (ew-cut-cr): New function.
215         (ew-cut-lf): New function.
216         (ew-crlf-line-generic): Renamed from `ew-line-generic'
217         (ew-crlf-line-convert): Renamed from `ew-line-convert'
218         (ew-lf-line-generic): New function.
219         (ew-lf-line-convert): New function.
220
221         * eword-decode.el (eword-decode-and-fold-structured-field): Use
222         `ew-decode-field'.
223         (eword-decode-and-unfold-structured-field): Use
224         `ew-decode-field'.
225
226 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
227
228         * TESTPAT: Add a driver for `ew-decode-field'.
229
230 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
231
232         * FLIM-ELS (flim-modules): Reorder.
233
234 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
235
236         * ChangeLog: Fix typo.
237
238         * ew-parse.el: New file.
239
240 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
241
242         * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph',
243         `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line',
244         `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s',
245         `ew-scan-m', `ew-scan-u' and `ew-dec'.
246
247         * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el,
248         ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el,
249         ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el,
250         natset.el, rx.el: New files.
251
252         * eword-decode.el: Require 'ew-dec.
253         (eword-decode-header): Use `ew-decode-field'.
254         (eword-decode-and-unfold-structure): Ditto.
255         (eword-decode-structured-field-body): Ditto.
256         (eword-decode-unstructured-field-body): Ditto.
257
258 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
259
260         * DOODLE: branched from flam-1_9_1
261
262 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
263
264         * mime-def.el (mime-library-version-string): bump up to FLIM-FLAM 1.9.1.
265
266 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
267
268         * ChangeLog: Fix typo.
269
270 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
271
272         * TESTPAT: Add 25 tests.
273
274         * TESTPAT: Fix comment convention.
275
276         * eword-decode.el (decode-entire-string): Add formal argument
277         `chars-must-be-quote'.
278         (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
279         (eword-decode-comment): Add actual argument `chars-must-be-quote'.
280         (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
281         (eword-analyze-quoted-string): Does not quote result of
282         `eword-decode-quoted-string' as quoted-string because the result is
283         now already quoted-string form.
284
285 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
286
287         * TESTPAT: Add two tests.
288
289         * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
290
291 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
292
293         * TESTPAT: Add sixteen tests.
294
295 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
296
297         * TESTPAT: Add three tests.
298
299 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
300
301         * TESTPAT: Add two tests.
302
303 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
304
305         * TESTPAT: Add test.
306
307 1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
308
309         * mime-def.el (mime-library-version-string): Renamed from
310         `mime-spadework-module-version-string' to sync with flim-1_9_0.
311
312         * mel-q.el (quoted-printable-internal-decode-region): Fix
313         sync-mistake.
314
315 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
316
317         * TESTPAT: Add full automatic testing capability.
318
319 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
320
321         * TESTPAT: Add quoted-encoded-word description and test.
322
323 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
324
325         * TESTPAT: Add test result by FLIM-FLAM.
326
327         * eword-decode.el (eword-lexical-analyze-internal): Restrict
328         calling `eword-analyze-encoded-word' after calling
329         `eword-analyze-spaces'.
330
331 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
332
333         * TESTPAT: Add test.
334
335         * eword-decode.el (eword-analyze-quoted-string): Quote string as
336         quoted-string.
337         (eword-analyze-encoded-word): Quote non-atoms string as
338         quoted-string.
339
340 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
341
342         * Fix character code for ChangeLog.
343
344 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
345
346         * Sync up with flim-1_8_1 to flim-1_9_0.
347
348 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
349
350         * TESTPAT: Add test driver for FLIM-FLAM.
351
352 1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
353
354         * TESTPAT: Change format to s-exp.
355
356 1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
357
358         * TESTPAT: Add one test.
359
360 1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
361
362         * Sync up with flim-1_3_0 to flim-1_8_1.
363
364 1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
365
366         * Sync up with flim-1_2_1 to flim-1_3_0.
367
368 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
369
370         * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
371         Remove `(' to do not decode encoded word just before comment.
372
373 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
374
375         * TESTPAT: New file.
376
377 1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
378
379         * eword-decode.el (eword-analyze-quoted-string): Check
380         `eword-decode-quoted-encoded-word'.
381
382 1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
383
384         * eword-decode.el (eword-analyze-comment): Call
385         `std11-unfold-string'.
386
387 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
388
389         * mime-def.el: Fix typo.
390
391 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
392
393         * Sync up with flim-1_2_0 to flim-1_2_1.
394
395 1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
396
397         * Sync up with flim-1_1_0 to flim-1_2_0.
398
399 1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
400
401         * Sync up with flim-1_0_1 to flim-1_1_0.
402
403 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
404
405         * eword-decode.el (eword-decode-string): Fix arguments order to
406         calling `eword-decode-unstructured'.
407         (eword-decode-region): Fix arguments order to calling
408         `eword-decode-unstructured'.
409
410 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
411
412         * eword-decode.el (eword-decode-first-encoded-words): Update
413         DOC-string.
414         (eword-decode-first-encoded-words): Update DOC-string.
415         (eword-decode-unstructured): Argument `code-conversion' is now
416         required.
417         (eword-decode-comment): Argument `code-conversion' is now
418         required.
419         (eword-decode-quoted-string): Argument `code-conversion' is now
420         required.
421         (eword-decode-string): Update DOC-string. Reorder arguments to
422         calling `eword-decode-unstructured'.
423         (eword-decode-region): Update DOC-string. Reorder arguments to
424         calling `eword-decode-unstructured'.
425         (eword-analyze-quoted-string): Add `default-mime-charset' argument
426         to calling eword-decode-quoted-string.
427         (eword-analyze-comment): Add `default-mime-charset' argument to
428         calling eword-decode-comment.
429
430 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
431
432         * eword-decode.el (eword-decode-entire-string): Delete argument
433         `default-charset'. Add argument `code-conversion'.
434         (eword-decode-unstructured): Add argument `code-conversion'.
435         (eword-decode-comment): Add argument `code-conversion'.
436         (eword-decode-quoted-string): Add argument `code-conversion'.
437         (eword-decode-string): Propagate `code-conversion' to
438         `eword-decode-unstructured'.
439         (eword-decode-region): Propagate `code-conversion' to
440         `eword-decode-unstructured'.
441
442 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
443
444         * eword-decode.el (eword-decode-ignored-field-list): Add
445         `received'.
446         
447         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
448         environment variables.
449
450 1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
451
452         * eword-decode.el (eword-encoded-word-prefix-regexp): New
453         constant.
454         (eword-encoded-word-suffix-regexp): New constant.
455         (eword-encoded-text-in-unstructured-regexp): New constant.
456         (eword-encoded-word-in-unstructured-regexp): New constant.
457         (eword-after-encoded-word-in-unstructured-regexp): New constant.
458         (eword-decode-entire-string): New function.
459         (eword-decode-unstructured): Use `eword-decode-entire-string'.
460         (eword-decode-comment): Use `eword-decode-entire-string'.
461         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
462         (eword-decode-string): Add optional argument
463         `default-mime-charset'.
464         (eword-decode-region): Add optional argument
465         `default-mime-charset'.
466         (eword-decode-header): Refine `code-conversion' treatment.
467
468 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
469
470         * eword-decode.el (eword-decode-header): code-conversion is now
471         effective again.
472
473 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
474
475         * eword-decode.el (eword-decode-quoted-encoded-word): Use
476         'defcustom.
477
478 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
479
480         * eword-decode.el (eword-decode-sticked-encoded-word): Use
481         'defcustom.
482
483 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
484
485         * VERSION.FLAM: New file.
486
487 1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
488
489         * Sync up with flim-1_0_0 to flim-1_0_1.
490
491 1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
492
493         * eword-decode.el: Copied from AKEMI branch of SEMI.
494
495 \f
496 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
497
498         * FLIM: Version 1.9.0 (Terada) was released.
499
500 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
501
502         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
503         parsing is failed.
504
505 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
506
507         * mmbuffer.el (entity-children): Don't use
508         `mime-entity-children-internal'.
509
510         * mime-parse.el (mime-parse-multipart): Modify for
511         `mime-parse-message'; return children.
512         (mime-parse-encapsulated): Likewise.
513         (mime-parse-message): Change interface; delete DOC-string; don't
514         parse children instantly.
515         (mime-parse-buffer): Modify for `mime-parse-message'.
516
517         * mime-parse.el (mime-parse-message): Delete autoload cookie.
518
519         * mime.el: Delete autoload setting for `mime-parse-message'.
520
521         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
522         of `mime-parse-message'; modify description of `mime-parse-buffer'
523         to add `representation-type'.
524
525 \f
526 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
529
530 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
531
532         * mmcooked.el: Abolish method `open'.
533
534         * mmbuffer.el (initialize-instance): New method; abolish `open'.
535         (entity-children): New method.
536
537         * mime.el (mime-open-entity): Send `initialize-instance' to
538         created message.
539         (mime-entity-children): New implementation.
540         (mime-entity-parent): New implementation.
541         (mime-root-entity-p): New implementation.
542
543         * mime-parse.el (mime-parse-multipart): Specify current entity as
544         parent.
545         (mime-parse-encapsulated): Likewise.
546         (mime-parse-message): Change interface to specify parent; modify
547         for `make-mime-entity-internal'.
548         (mime-parse-buffer): Modify for `mime-parse-message'.
549
550         * mime-def.el (make-mime-entity-internal): Change interface; add
551         format of `mime-entity' to add `parent'.
552
553 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
554
555         * mmbuffer.el (mime-visible-field-p): Renamed from
556         `eword-visible-field-p'.
557
558 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
559
560         * mime.el (mm-arglist-to-arguments): New function.
561         (mm-define-generic): New macro.
562         (mime-entity-cooked-p): Use `mm-define-generic'.
563         (mime-entity-point-min): Use `mm-define-generic'.
564         (mime-insert-decoded-header): Use `mm-define-generic'.
565         (mime-entity-content): Use `mm-define-generic'.
566         (mime-write-entity-content): Use `mm-define-generic'.
567         (mime-write-entity): Use `mm-define-generic'.
568         (mime-write-entity-body): Use `mm-define-generic'.
569
570 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
573
574         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
575         (mime-write-entity-body): Change message to `write-body'.
576
577 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
578
579         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
580
581         * mime.el (mime-open-entity): Change message to `open'.
582
583         * mime-def.el (mm-define-backend): Must `copy-alist'.
584
585 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
586
587         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
588         `mm-define-method'.
589
590         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
591         (mime-find-function): New implementation.
592         (mime-entity-cooked-p): Use `mime-entity-send'.
593
594         * mime-def.el (mime-entity-implementation-alist): Moved from
595         mime.el.
596         (mm-define-backend): New macro.
597         (mm-define-method): New macro.
598
599 \f
600 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
601
602         * FLIM: Version 1.8.1 (Kutsukawa) was released.
603
604 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
605
606         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
607         about `default-encoding' of `mime-entity-encoding'.
608
609         * mime-en.texi, mime-en.sgml: New files.
610
611         * mime-ja.sgml (media-type): Fix typo.
612
613         * mime-ja.sgml (Glossary): Fix order.
614
615         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
616
617         * mime-ja.sgml (Entity Attributes): Fix typo.
618
619 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
620
621         * mime.el (mime-entity-encoding): Add new optional argument
622         `default-encoding'; set default encoding if
623         Content-Transfer-Encoding field is not found.
624
625 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
626
627         * mmbuffer.el (mmbuffer-write-entity): Use
628         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
629         `mmbuffer-entity-point-max'.
630         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
631         `mime-entity-body-start-internal' and
632         `mime-entity-body-end-internal'.
633         (mmbuffer-insert-decoded-header): Use
634         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
635         and `mime-entity-header-end-internal'.
636
637 \f
638 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * FLIM: Version 1.8.0 (\e.D\eNRkubo) was released.\e*B
641
642         * README.en: Delete `How to use'.
643
644 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
645
646         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
647         in description of `mime-open-entity'.
648
649         * mime-ja.sgml (mm-backend): New section.
650
651 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
652
653         * mime-ja.sgml (Entity-header): Modify description about
654         `mime-insert-decoded-header'.
655
656         * mmcooked.el (mmcooked-insert-decoded-header): New function.
657
658         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
659
660         * mime.el (mime-insert-decoded-header): Use implementation of
661         mm-backend; abolish optional argument `code-conversion'.
662
663 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
664
665         * eword-decode.el (eword-decode-encoded-text): Use
666         `decode-mime-charset-string'.
667
668 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
669
670         * mmcooked.el (mmcooked-write-entity-body): New function.
671
672         * mmbuffer.el (mmbuffer-write-entity-body): New function.
673
674         * mime.el (mime-write-entity-body): Use implementation of
675         mm-backend.
676
677 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
678
679         * mmcooked.el (mmcooked-write-entity): New function.
680
681         * mmbuffer.el (mmbuffer-write-entity): New function.
682
683         * mime.el (mime-write-entity): Use implementation of mm-backend.
684
685 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
686
687         * mmcooked.el (mmcooked-entity-content): New alias for
688         `mmbuffer-entity-content'.
689         (mmcooked-write-entity-content): New function.
690
691         * mmbuffer.el (mmbuffer-entity-content): New function.
692         (mmbuffer-write-entity-content): New function.
693
694         * mime.el (mime-entity-send): New function.
695         (mime-entity-buffer): Use `mime-entity-send'.
696         (mime-entity-point-min): Likewise.
697         (mime-entity-point-max): Likewise.
698         (mime-entity-header-start): Likewise.
699         (mime-entity-header-end): Likewise.
700         (mime-entity-body-start): Likewise.
701         (mime-entity-body-end): Likewise.
702         (mime-fetch-field): Likewise.
703         (mime-entity-content): Use implementation of mm-backend.
704         (mime-write-entity-content): Likewise.
705
706 \f
707 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
708
709         * FLIM: Version 1.7.0 (Iseda) was released.
710
711         * mime-ja.sgml (Entity creation): Add description of
712         `mime-open-entity'.
713         (Entity Attributes): Add description of `mime-entity-cooked-p'.
714         (Entity-content): Add description of `mime-write-entity-content',
715         `mime-write-entity' and `mime-write-entity-body'.
716
717 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
718
719         * mime.el (mime-write-entity-content): New function.
720
721 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
722
723         * mime.el (mime-write-entity-body): New function.
724
725         * mime.el (mime-write-entity): New function.
726
727 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
728
729         * mime-parse.el (mime-parse-multipart): Change media-type of
730         entity to application/octet-stream if the first delimiter is not
731         found.
732
733 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
734
735         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
736
737         * mmcooked.el: New file.
738
739         * mmbuffer.el: New file.
740
741         * mime.el (mime-entity-implementation-alist): New variable.
742         (mime-find-function): New function.
743         (mime-open-entity): New function.
744         (mime-entity-function): New function.
745         (mime-entity-cooked-p): New function.
746         (mime-entity-buffer): Use backend-module.
747         (mime-entity-point-min): Likewise.
748         (mime-entity-point-max): Likewise.
749         (mime-entity-header-start): Likewise.
750         (mime-entity-header-end): Likewise.
751         (mime-entity-body-start): Likewise.
752         (mime-entity-body-end): Likewise.
753         (mime-fetch-field): Likewise.
754
755         * mime-parse.el (mime-parse-message): New optional argument
756         `representation-type'.
757         (mime-parse-buffer): Likewise.
758
759         * mime-def.el: Change format of mime-entity-internal to add
760         `representation-type' and `location'.
761
762 \f
763 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
764
765         * FLIM-Chao: Version 1.7.0 (Goj\e.D\eNr) was released.\e*B
766
767 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
768
769         * mime-ja.sgml: Modify for FLIM 1.7.
770
771         * mime.el (mime-entity-number): Add DOC.
772
773 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
774
775         * mime.el (mime-entity-encoding): New implementation.
776
777         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
778
779         * mime-def.el (make-mime-entity-internal): Abolish argument
780         `encoding'.
781         (mime-entity-set-encoding-internal): New function.
782
783 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
784
785         * mime.el (mime-entity-content-disposition): New implementation.
786
787         * mime-parse.el (mime-parse-message): Don't parse
788         Content-Disposition.
789
790         * mime-def.el (make-mime-entity-internal): Delete argument
791         `content-disposition'.
792         (mime-entity-set-content-disposition-internal): New function.
793
794 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
795
796         * eword-decode.el: Move function `eword-visible-field-p' and
797         `mime-insert-decoded-header' to mime.el.
798
799         * mime-parse.el: Use internal functions of mime-entity.
800
801         * mime.el (mime-entity-children): Moved from mime-def.el; use
802         `mime-entity-children-internal'.
803         (mime-entity-node-id): Moved from mime-def.el; use
804         `mime-entity-node-id-internal'.
805         (mime-entity-number): Moved from mime-def.el; use
806         `mime-entity-node-id-internal'.
807         (mime-entity-buffer): Moved from mime-def.el; use
808         `mime-entity-buffer-internal'.
809         (mime-entity-point-min): Moved from mime-def.el; use
810         `mime-entity-header-start-internal'.
811         (mime-entity-point-max): Moved from mime-def.el; use
812         `mime-entity-body-end-internal'.
813         (mime-entity-header-start): Moved from mime-def.el; use
814         `mime-entity-header-start-internal'.
815         (mime-entity-header-end): Moved from mime-def.el; use
816         `mime-entity-header-end-internal'.
817         (mime-entity-content-type): Moved from mime-def.el; use
818         `mime-entity-content-type-internal'.
819         (mime-entity-content-disposition): Moved from mime-def.el; use
820         `mime-entity-content-disposition-internal'.
821         (mime-entity-encoding): Moved from mime-def.el; use
822         `mime-entity-encoding-internal'.
823         (mime-fetch-field): Use `mime-entity-original-header-internal' and
824         `mime-entity-set-original-header-internal'.
825         (mime-read-field): Use `mime-entity-parsed-header-internal' and
826         `mime-entity-set-parsed-header-internal'.
827         (eword-visible-field-p): Moved from eword-decode.el.
828         (mime-insert-decoded-header): Moved from eword-decode.el.
829         (mime-entity-body-start): Moved from mime-def.el; use
830         `mime-entity-body-start-internal'.
831         (mime-entity-body-end): Moved from mime-def.el; use
832         `mime-entity-body-end-internal'.
833         (mime-entity-media-type): Moved from mime-def.el.
834         (mime-entity-media-subtype): Moved from mime-def.el.
835         (mime-entity-parameters): Moved from mime-def.el.
836         (mime-entity-type/subtype): Moved from mime-def.el.
837
838         * mime-def.el (make-mime-entity-internal): Renamed from
839         `make-mime-entity'.
840         (mime-entity-buffer-internal): New function.
841         (mime-entity-header-start-internal): New function.
842         (mime-entity-header-end-internal): New function.
843         (mime-entity-body-start-internal): New function.
844         (mime-entity-body-end-internal): New function.
845         (mime-entity-node-id-internal): New function.
846         (mime-entity-content-type-internal): New function.
847         (mime-entity-content-disposition-internal): New function.
848         (mime-entity-encoding-internal): New function.
849         (mime-entity-original-header-internal): New function.
850         (mime-entity-children-internal): New function.
851         (mime-entity-parsed-header-internal): New function.
852         (mime-entity-set-original-header-internal): Renamed from
853         `mime-entity-set-original-header'.
854         (mime-entity-set-children-internal): Renamed from
855         `mime-entity-set-children'.
856         (mime-entity-set-parsed-header-internal): Renamed from
857         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
858         functions to mime.el.
859
860 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * mime-ja.sgml (CVS): Fix typo.
863
864 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
865
866         * mime-parse.el (mime-parse-encapsulated): New function.
867         (mime-parse-message): Use `mime-parse-encapsulated'.
868
869 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mime-def.el (mime-entity-set-children): New function.
872
873         * mime-parse.el (mime-parse-multipart): Change interface.
874         (mime-parse-message): Use `mime-entity-set-children'.
875
876 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
877
878         * mime.el (mime-read-field): Fix typo.
879
880 \f
881 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
882
883         * FLIM: Version 1.6.0 (Ogura) was released.
884
885         * mime-ja.sgml (Entity Attributes): New section.
886
887         * mime-ja.sgml (Entity as node in message): Add description of
888         `mime-find-entity-from-number' and
889         `mime-find-entity-from-node-id'.
890
891         * mime.el (mime-find-entity-from-number): New function.
892         (mime-find-entity-from-node-id): New function.
893         (mime-entity-parent): New function (moved from SEMI MIME-View).
894         (mime-entity-uu-filename): New function (moved from SEMI
895         MIME-View).
896         (mime-entity-filename): New function (moved from SEMI MIME-View).
897
898         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
899
900 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
901
902         * mime-ja.sgml: Modify for FLIM 1.6.
903
904         * mime.el (mime-fetch-field): New function; abolish
905         `mime-entity-fetch-field'.
906         (mime-read-field): New function; abolish `mime-entity-read-field'.
907
908 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
909
910         * mime-ja.sgml, mime-ja.texi: New files.
911
912 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
913
914         * mime-parse.el (mime-parse-message): Would error if empty body.
915
916 \f
917 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
918
919         * FLIM: Version 1.5.0 (Mukaijima) was released.
920
921 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
922
923         * README.en (What's FLIM): Modify for mime.el.
924
925         * FLIM-ELS (flim-modules): Add `mime'.
926
927         * mime-lib.el: Move every definitions to mime.el.
928
929         * mime.el: New module (renamed from mime-lib.el).
930
931 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
932
933         * mime-lib.el: Add autoload setting for eword-encode.el.
934
935         * mime-lib.el (mime-entity-content): New function.
936
937 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
938
939         * mel.el: Abolish constant `mel-version'.
940
941         * mel.el (mime-string-decoding-method-alist): New variable.
942         (mime-decode-string): New function.
943
944 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
945
946         * mel-b.el (base64-external-decode-string): New function.
947         (base64-decode-string): New function.
948
949 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
950
951         * mel-q.el (quoted-printable-decode-string): New implementation.
952
953 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * mel-q.el (quoted-printable-internal-decode-region): New
956         implementation.
957
958 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
959
960         * mel-q.el (q-encoding-decode-string): Use
961         `quoted-printable-hex-char-to-num'.
962
963         * mel-q.el (quoted-printable-hex-char-to-num): New function.
964         (quoted-printable-decode-string): Use
965         `quoted-printable-hex-char-to-num'.
966
967 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
968
969         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
970         mime-parse.el to mime-def.el.
971
972 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
973
974         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
975         mime-parse.el to mime-lib.el.
976
977         * mime-lib.el: Add autoload setting for mime-parse.el.
978
979 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
982         `mime-entity-point-max', `mime-entity-media-type',
983         `mime-entity-media-subtype', `mime-entity-parameters' and
984         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
985
986         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
987         reference functions from mime-parse.el to mime-def.el.
988
989         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
990         from mime-parse.el to mime-def.el.
991
992 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
993
994         * mel-b.el (base64-internal-decode-string): Renamed from
995         `base64-decode-string'.
996         (base64-decode-string): New alias for
997         `base64-internal-decode-string'.
998
999 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * mel-b.el (base64-decode-unit): New function; abolish
1002         `base64-decode-1'.
1003         (base64-decode-string): New implementation.
1004         (base64-internal-decode-region): New implementation.
1005
1006 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1007
1008         * mime-parse.el (mime-message-structure): New variable.
1009         (mime-parse-buffer): New function.
1010
1011 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1012
1013         * mime-def.el: Require 'cl when it is compiled.
1014
1015         * mime-lib.el (mime-entity-read-field): Fix typo.
1016         Use `eword-decode-ignored-field-list'.
1017
1018         * mime-parse.el (mime-parse-multipart): Fix typo.
1019         (mime-parse-message): Parse message/external-body.
1020
1021 \f
1022 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1023
1024         * FLIM: Version 1.4.1 (Momoyama-Gory\e.D\eNrmae) was released.\e*B
1025
1026 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1027
1028         * eword-decode.el (mime-insert-decoded-header): Fix typo.
1029
1030 \f
1031 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1032
1033         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
1034
1035 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * README.en (What's FLIM): Add description about mime-lib.el and
1038         mime-parse.el.
1039
1040 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1041
1042         * mime-parse.el: Require 'cl when it is compiled.
1043
1044         * eword-decode.el (eword-visible-field-p): New function.
1045         (mime-insert-decoded-header): Use `eword-visible-field-p'.
1046
1047 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1048
1049         * mime-def.el (mime-library-version-string): Renamed from
1050         `mime-spadework-module-version-string'.
1051
1052         * mime-parse.el: New file; moved from SEMI layer.
1053
1054         * FLIM-ELS (flim-modules): Add `mime-parse'.
1055
1056 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1057
1058         * FLIM-ELS (flim-modules): Add `mime-lib'.
1059
1060         * mime-lib.el: New module.
1061
1062         * mime-def.el (mime-entity): Add new slots for original-header and
1063         parsed-header.
1064         (mime-entity-set-original-header): New function.
1065         (mime-entity-set-parsed-header): New function.
1066
1067 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1068
1069         * mime-def.el (mime-entity-number): New function (moved from SEMI
1070         layer).
1071
1072 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1073
1074         * mime-def.el: Move definition of structure `mime-entity' from
1075         SEMI layer.
1076
1077 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1078
1079         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
1080         default value.
1081         (eword-decode-structured-field-list): Capitalize default value.
1082         (eword-decode-header): Regularize field name by `capitalize'.
1083         (mime-insert-decoded-header): New function.
1084
1085 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * mailcap.el (mailcap-file): Use `defcustom'.
1088
1089 \f
1090 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1091
1092         * FLIM: Version 1.3.0 (Fushimi) was released.
1093
1094 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1095
1096         * std11.el (std11-fetch-field): New function.
1097         (std11-field-body): Use 'std11-fetch-field.
1098
1099 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1102         of SEMI (REMI)).
1103         (regexp-or): New function (moved from mime-parse.el of
1104         SEMI (REMI)).
1105
1106         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1107         of SEMI (REMI)).
1108         (std11-non-qtext-char-list): New constant (copied from std11.el).
1109         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1110         SEMI (REMI)).
1111         (std11-quoted-string-regexp): New constant (moved from
1112         mime-parse.el of SEMI (REMI)).
1113
1114 \f
1115 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1116
1117         * FLIM: Version 1.2.2 (Takeda) was released.
1118
1119         * FLIM-VERSION: New file.
1120
1121 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1122
1123         * mel-q.el (quoted-printable-internal-encode-region): Use
1124         'looking-at-as-unibyte instead of local binding for
1125         enable-multibyte-characters.
1126
1127 \f
1128 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1129
1130         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1131
1132 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1133
1134         * mel-q.el (quoted-printable-internal-decode-region): Use
1135         'string-as-multibyte to avoid problem in Emacs 20.3.
1136
1137 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1138
1139         * mel-u.el: Use mime-temp-directory instead of TMP.
1140
1141 \f
1142 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1143
1144         * FLIM: Version 1.2.0 (J\e.D\eN~j\eNr) was released.\e*B
1145
1146         * README.en (What's FLIM): Delete description about
1147         std11-parse.el; add description about mailcap.el.
1148
1149 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1152         variable.
1153         (eword-decode-encoded-word-default-error-handler): New function.
1154         (eword-decode-encoded-word): Use
1155         'eword-decode-encoded-word-error-handler.
1156
1157 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1158
1159         * mailcap.el: Require 'mime-def.
1160
1161         * mime-def.el (mime-type/subtype-string): New function (moved from
1162         semi/mime-parse.el).
1163
1164 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1165
1166         * std11-parse.el: Abolish std11-parse.el.
1167
1168         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1169
1170         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1171
1172         * std11.el: Merge std11-parse.el.
1173
1174 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * mime-def.el (mime-temp-directory): Use 'defcustom.
1177
1178         * mel-u.el: Require 'mime-def instead of 'mel.
1179
1180         * mime-def.el (mime-temp-directory): New variable (moved from
1181         mel.el).
1182
1183         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1184
1185 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1186
1187         * mailcap.el (mailcap-format-command): New function.
1188
1189         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1190         again.
1191
1192 \f
1193 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1194
1195         * FLIM: Version 1.1.0 (T\e.D\eNrji) was released.\e*B
1196
1197 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1198
1199         * mime-def.el (quoted-printable-hex-chars): New constant.
1200         (quoted-printable-octet-regexp): New constant.
1201
1202         * mel-q.el, eword-decode.el: Move definition of constant
1203         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1204         mime-def.el.
1205
1206 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1207
1208         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1209
1210 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1211
1212         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1213
1214 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1215
1216         * FLIM-ELS (flim-modules): Add mailcap.
1217
1218         * mailcap.el: New file (copied from SEMI).
1219
1220 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1221
1222         * eword-decode.el (eword-decode-ignored-field-list): Add
1223         `received'.
1224         
1225         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1226         environment variables.
1227
1228 \f
1229 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1230
1231         * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.\e*B
1232
1233         * mime-def.el (mime-spadework-module-version-string): New
1234         constant.
1235
1236         * eword-encode.el: Abolish constant 'eword-encode-version.
1237
1238         * eword-decode.el: Abolish constant 'eword-decode-version.
1239
1240 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1241
1242         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1243         'char-length or 'char-next-index instead of 'char-bytes.
1244         (tm-eword::encode-string-1): Use 'char-next-index instead of
1245         'char-bytes.
1246
1247 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1248
1249         * mel.el (base64-dl-module): Must check base64.so actually exists.
1250
1251 \f
1252 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1253
1254         * FLIM: Version 1.0.0 was released.
1255
1256         * README.en: Modify for FLIM.
1257
1258         * ChangeLog: New file.
1259
1260 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1261
1262         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1263
1264         * Makefile: Modify for FLIM.
1265
1266 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1267
1268         * Makefile: New file.
1269
1270         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1271         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1272         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1273         std11.el).