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