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