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