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