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