Merge flim-1_12_7.
[elisp/flim.git] / ChangeLog
1 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
2
3         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
4
5 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
6
7         * mime-en.sgml (Network representation of header): Translate.
8
9 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
10
11         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
12         (base64-encode-1): Avoid concat.
13         (base64-encode-string): Fixed last change; extra padding.
14
15 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
16
17         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
18         variable alias for XEmacs.
19         (smtpmail-smtp-server): Likewise.
20         (smtpmail-smtp-service): Likewise.
21         (smtpmail-local-domain): Likewise.
22         (smtpmail-debug-info): Likewise.
23         (smtpmail-send-it): Check function `expand-mail-aliases' is
24         defined.
25
26 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
27
28         * smtp.el (smtp-debug-info): Now a user option.
29
30 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
31
32         * README.ja: Modify URL and required version of APEL.
33
34 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
35
36         * mel-b-ccl.el (base64-encode-string): New alias.
37         (base64-encode-region): Ditto.
38         (base64-decode-string): Ditto.
39         (base64-decode-region): Ditto.
40
41 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
42
43         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
44
45 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
46
47         * eword-encode.el (ew-space-process): Renamed from
48         `tm-eword::space-process'.
49
50 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
51
52         * eword-encode.el (tm-eword::space-process): Don't concatenate
53         `special's.
54         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
55         new optional argument `must-output'; return nil if it can't encode
56         literally.
57         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
58         if `ew-encode-rword-1' can't encode literally and it is possible
59         to encode the rest literally with the folding.
60         (eword-encode-phrase-to-rword-list): Add `special' flag to
61         brackets of comments.
62
63 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
64
65         * smtpmail.el: Require 'poe and 'pcustom.
66
67 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
68
69         * mel.el: Update header.
70         Require 'path-util and don't require 'poem.
71         (mel-use-module): Eliminate local variable `encoding'.
72         (mime-insert-encoded-file for mel-b-builtin):
73         Use built-in `interactive' spec.
74         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
75         (mime-encode-region): Capitalize prompt string.
76         (mime-decode-region): Ditto.
77         (mime-insert-encoded-file): Ditto.
78         (mime-write-decoded-region): Ditto.
79
80         * mel-b-ccl.el: Update header.
81         (base64-ccl-encode-region): Use read-only `interactive' spec.
82         (base64-ccl-decode-region): Ditto.
83         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
84         (base64-ccl-write-decoded-region): Ditto.
85         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
86
87         * mel-b-dl.el: Update header.
88         Don't require 'poe; it is required implicitly via 'mime-def.
89         (base64-dl-handle): Chech whether `base64-dl-module' is string.
90         Defalias `base64-encode-string' and `base64-decode-string' just
91         after `dynamic-call'ing "emacs_base64_init".
92         (base64-encode-region): Use read-only `interactive' spec.
93         Use `base64-encode-string'.
94         Changed order of evaluation to "encode, delete, then insert".
95         (base64-decode-region): Renamed from `decode-base64-region'.
96         Use read-only `interactive' spec.
97         Use `base64-decode-string'.
98         Changed order of evaluation to "decode, delete, then insert".
99         (mime-encode-string): Use `base64-encode-string'.
100         (mime-decode-string): Use `base64-decode-string'.
101         (mime-decode-region): Use `base64-decode-region'.
102         (encoded-text-encode-string): Use `base64-encode-string'.
103         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
104         (mime-insert-encoded-file): Use built-in `interactive' spec.
105         (mime-write-decoded-region in comment): Ditto.
106
107         * mel-b-el.el: Update header.
108         Don't require 'poe; it is required implicitly via 'mime-def.
109         (pack-sequence): Moved to top of the function definitions.
110         (base64-encode-string): Calculate padding first.
111         (base64-internal-encode-region): Changed order of evaluation to
112         "encode, delete, then insert".
113         (base64-internal-decode-string): Changed order of evaluation to
114         "decode, delete, then insert".
115         (base64-encode-region): Use read-only `interactive' spec.
116         (base64-decode-region): Ditto.
117         (base64-decode-string): Not interactive.
118         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
119         (base64-insert-encoded-file): Use built-in `interactive' spec.
120         (base64-write-decoded-region): Ditto.
121
122         * mel-g.el: Update header.
123         Require 'mime-def instead of 'poem and 'mel.
124         (mime-insert-encoded-file): Use built-in `interactive' spec.
125         (mime-write-decoded-region): Ditto.
126
127         * mel-q-ccl.el: Update header.
128         (quoted-printable-ccl-encode-region):
129         Use read-only `interactive' spec.
130         (quoted-printable-ccl-decode-region): Ditto.
131         (quoted-printable-ccl-insert-encoded-file):
132         Use built-in `interactive' spec.
133         (quoted-printable-ccl-write-decoded-region): Ditto.
134         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
135
136         * mel-q.el: Update header.
137         Require 'path-util instead of 'emu.
138         (quoted-printable-internal-encode-region): Rewrite without regexp.
139         (quoted-printable-internal-decode-region): Ditto.
140         (quoted-printable-encode-region): Use read-only `interactive' spec.
141         (quoted-printable-decode-region): Ditto.
142         (mime-insert-encoded-file): Use built-in `interactive' spec.
143         (mime-write-decoded-region): Ditto.
144         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
145
146         * mel-u.el: Update header.
147         Require 'path-util instead of 'emu.
148         (mime-insert-encoded-file): Use built-in `interactive' spec.
149         (mime-write-decoded-region): Ditto.
150
151 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
152
153         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
154         (mime): Declare `default-mime-charset' as an initial member.
155
156         * mime-parse.el: Don't require 'cl at compile-time.
157
158         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
159
160         * std11.el: Require 'poe, 'poem, and 'pcustom.
161
162         * smtp.el: Update header.
163         Require 'poe, 'poem, and 'pcustom.
164         Require 'cl at compile-time.
165
166 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
167
168         * README.en (Installation): Modify URL and required version of
169         APEL.
170
171         * eword-encode.el (ew-find-charset-rule): Renamed from
172         `tm-eword::find-charset-rule'; use
173         `find-mime-charset-by-charsets'.
174
175 \f
176 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
177
178         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
179
180 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
181
182         * mel-b-ccl.el (TopLevel): Suppress warning.
183         mel-q-ccl.el (TopLevel): Ditto.
184         mime.el (TopLevel): Ditto.
185
186 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
187
188         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
189         for "encoding".
190
191         * mime-def.el (std11-qtext-regexp): Don't use `string'.
192         (mime-tspecial-char-list): Eval at compile time.
193
194 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
195
196         * mime.el: Delete autoload setting for `eword-encode-field'.
197
198 1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
199
200         * eword-encode.el: Require `poem' instead of `emu'.
201         Don't use `cl' for `caar'.
202
203 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
204
205         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
206         function.
207         (smtp-server): Make it can also be a function called from
208         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
209
210 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
211
212         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
213
214 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
215
216         * mime.el (mime-read-field): Correct argument of
217         `mime-decode-field-body'; 'native -> 'plain.
218
219 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
220
221         * eword-encode.el (TopLevel): Require 'cl when compiling.
222         (eword-encode-rword-list): Suppress insertion of extra spaces.
223         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
224         brackets atomically.
225         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
226
227 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
230
231 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
232
233         * mel.el (mime-decode-string): Return STRING if return value of
234         `(mel-find-function 'mime-decode-string encoding)' is nil.
235
236 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * mime-def.el (mel-define-service): Change size of obarray to 7.
239
240 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
241
242         * mime-ja.sgml: Tranlate all untranslated parts.
243
244 \f
245 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
246
247         * FLIM: Version 1.12.5 (Hirahata) released.
248
249         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
250
251 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * NEWS (New optional argument of `std11-field-end'): New
254         subsection.
255
256         * std11.el (std11-field-end): Add new optional argument `bound'.
257
258 \f
259 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
260
261         * FLIM: Version 1.12.4 (Tsutsui) released.
262
263 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
264
265         * README.en: Sync with latest FLIM.
266
267         * README.ja: fixed.
268
269 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
270
271         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
272
273         * mime.el (mime-insert-entity-content): New generic function.
274
275 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
276
277         * NEWS (New function `mime-find-entity-from-content-id'): New
278         subsection.
279         (New function `mime-parse-msg-id'): New subsection.
280         (New function `mime-uri-parse-cid'): New subsection.
281
282 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * mime.el (mime-find-entity-from-content-id): New function.
285         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
286         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
287         and `Content-Id' field.
288
289         * mime-parse.el (mime-parse-msg-id): New function.
290         (mime-uri-parse-cid): New function.
291
292 \f
293 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
294
295         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
296
297 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
298
299         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
300         (New function `std11-parse-msg-id-string'): Likewise.
301         (New function `std11-parse-msg-ids-string'): Likewise.
302         (New generic function `mime-insert-entity'): Likewise.
303
304 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * mime.el (mime-field-parser-alist): Change to set parser for
307         tokens instead of parser for string.
308         (mime-read-field): Use `eword-lexical-analyze' before parsing.
309
310         * eword-encode.el (eword-encode-in-reply-to): Use
311         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
312         and `std11-lexical-analyze'.
313
314         * std11.el (std11-parse-msg-ids): Renamed from
315         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
316         obsolete alias.
317         (std11-parse-msg-id-string): New function.
318         (std11-parse-msg-ids-string): New function.
319
320 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
321
322         * mime.el (mime-field-parser-alist): New variable.
323         (mime-read-field): Refer `mime-field-parser-alist'.
324
325 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
328
329         * mime.el (mime-insert-entity): New generic function.
330
331 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
332
333         * std11.el (TopLevel): Require `custom'.
334
335 \f
336 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
339
340 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * mime-parse.el (mime-lexical-analyzer): New user option.
343         (mime-analyze-tspecial): New function.
344         (mime-analyze-token): New function.
345         (mime-parse-Content-Transfer-Encoding): Use
346         `std11-lexical-analyze' with `mime-lexical-analyzer'.
347
348         * mime-def.el (mime-tspecial-char-list): Renamed from
349         `mime-tspecials'; changed from string to list.
350         (mime-token-regexp): Use `eval-when-compile'.
351
352 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
353
354         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
355         about interface change.
356         (eword-analyze-comment): Renamed from `eword-parse-comment';
357         change second argument `from' to required argument; abolish alias
358         `eword-analyze-comment' of `eword-parse-comment'.
359
360 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
361
362         * NEWS (User option `eword-lexical-analyzers' ->
363         `eword-lexical-analyzer'): New subsection.
364
365         * eword-decode.el (eword-lexical-analyzer): Renamed from user
366         option `eword-lexical-analyzers'.
367
368 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
369
370         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
371
372         * std11.el (std11-lexical-analyzer): Renamed from user option
373         `std11-lexical-analyzers'.
374
375 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
376
377         * std11.el (std11-lexical-analyze): Change interface to add new
378         optional argument `analyzers'.
379
380 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
381
382         * std11.el (std11-lexical-analyzers): New user option.
383         (std11-lexical-analyze): New implementation; refer
384         `std11-lexical-analyzers'.
385
386 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
387
388         * NEWS (Change interface of lexical-analyzers): New subsection.
389
390 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
391
392         * eword-decode.el (eword-encoded-word-regexp): Must define when
393         this module is compiled.
394         (eword-decode-structured-field-body): Add new optional argument
395         `start'.
396         (eword-decode-and-unfold-structured-field-body): Likewise.
397         (eword-decode-and-fold-structured-field-body): Likewise.
398         (eword-analyze-quoted-string): Add new argument `start'; return
399         `(<parsed result> . <end position>)' instead of `(<parsed result>
400         . <rest string>)'.
401         (std11-analyze-domain-literal): Likewise.
402         (eword-analyze-domain-literal): Likewise.
403         (eword-analyze-comment): Changed to alias of
404         `eword-parse-comment'.
405         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
406         result> . <end position>)' instead of `(<parsed result> . <rest
407         string>)'.
408         (std11-analyze-domain-literal): Likewise.
409         (eword-analyze-special): Likewise.
410         (eword-analyze-encoded-word): Likewise.
411         (eword-analyze-atom): Likewise.
412         (eword-lexical-analyze-internal): Add new argument `start'.
413         (eword-lexical-analyze): Change interface to add new optional
414         argument `start'.
415         (eword-extract-address-components): Add new optional argument
416         `start'.
417
418         * std11.el (std11-atom-regexp): Modify to match non-top atom.
419         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
420         result> . <end position>)' instead of `(<parsed result> . <rest
421         string>)'.
422         (std11-analyze-special): Likewise.
423         (std11-analyze-atom): Likewise.
424         (std11-analyze-quoted-string): Likewise.
425         (std11-analyze-domain-literal): Likewise.
426         (std11-analyze-comment): Likewise.
427         (std11-lexical-analyze): Add new optional argument `start'.
428
429 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
430
431         * std11.el (std11-fetch-field): Add autoload cookie.
432         (std11-narrow-to-header): Likewise.
433         (std11-field-body): Likewise.
434         (std11-unfold-string): Likewise.
435         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
436
437         * std11.el (std11-space-char-list): Renamed from
438         `std11-space-chars'; changed from string to list.
439
440 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
441
442         * std11.el (std11-fetch-field): Don't define as inline function.
443         (std11-field-body): Enclose `std11-narrow-to-header' and
444         `std11-fetch-field' by `inline'.
445
446 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
447
448         * std11.el (std11-special-char-list): Evaluate when it is
449         compiled.
450         (std11-atom-regexp): Use `eval-when-compile'.
451
452 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
453
454         * std11.el (std11-space-chars): Must evaluate when it is compiled.
455         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
456         constant `std11-spaces-regexp'.
457
458         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
459         it is compiled.
460
461         * mime-parse.el: Don't require emu.
462
463         * mime-parse.el (mime-parse-Content-Disposition): Use
464         `eval-when-compile'.
465
466         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
467         implementation.
468
469 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
470
471         * README.en (Installation): Modify for APEL 9.12.
472         * README.ja (Installation): Likewise.
473
474 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
475
476         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
477         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
478         1st arg.
479         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
480         Likewise.
481
482         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
483         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
484         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
485         Likewise.
486
487 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
488
489         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
490         `insert-file-contents-as-coding-system' (renamed from
491         `insert-file-contents-as-specified-coding-system').
492         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
493         Likewise.
494
495         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
496         `write-region-as-coding-system' (renamed from
497         `write-region-as-specified-coding-system').
498         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
499         Likewise.
500
501 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
502
503         * smtp.el (smtp-coding-system): Abolished.
504         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
505         `open-network-stream'.
506
507 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
508
509         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
510         `insert-file-contents-as-specified-coding-system' instead of
511         `insert-file-contents'.
512         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
513         Likewise.
514
515         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
516         `write-region-as-specified-coding-system' instead of
517         `write-region'.
518         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
519         Likewise.
520
521 \f
522 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
523
524         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
525
526 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
529         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
530         change of `smtp-via-smtp'.
531         (smtpmail-do-bcc): New function (moved and renamed from
532         `smtp-do-bcc' of smtp.el).
533
534 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
535
536         * lisp/smtp.el: Do not insert empty line at the end of message.
537
538 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
539
540         * lisp/smtp.el (smtp-use-8bitmime): New variable.
541         (smtp-debug-info): Internal variable, now.
542         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
543         (smtp-via-smtp): New implementation.
544         (smtp-send-command): Treat "PASS" as usual.
545         (smtp-do-bcc): Removed.
546
547 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * smtpmail.el: New module (copied from Semi-gnus 6.8).
550
551         * smtp.el: New module (copied from Semi-gnus 6.8).
552
553         * FLIM-ELS: Add smtp.el and smtpmail.el.
554
555 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
556
557         * mime-def.el: Abolish function `eliminate-top-spaces' because it
558         is not used in FLIM.
559
560 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
563         problem in `eword-encode-addresses-to-rword-list'.
564
565 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
566
567         * std11.el (std11-full-name-string): fixed.
568
569         * std11.el (std11-comment-value-to-string): fixed.
570
571 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * NEWS (Changes in FLIM 1.12): New section.
574
575 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
576
577         * std11.el (std11-comment-value-to-string): New function.
578         (std11-full-name-string): Use `std11-comment-value-to-string'.
579
580         * eword-decode.el (eword-parse-comment): New function.
581         (eword-analyze-comment): New implementation; use
582         `eword-parse-comment'; change representation.
583         (eword-decode-token): Modify for representation change of comment.
584
585 \f
586 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * FLIM: Version 1.12.0 (Amagatsuji) was released.
589
590 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
591
592         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
593
594 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * eword-decode.el (eword-decode-structured-field-body): Abolish
597         non-used local variable.
598
599 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
600
601         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
602         select implementation.
603
604 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
605
606         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
607         for mule-2.3@19.34.
608
609 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
610
611         * mel.el (mel-b-builtin): New variable.
612
613 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
614
615         * FLIM-ELS: require 'pccl.
616         (flim-modules): Check CCL availability by broken facility.
617
618 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
619
620         * eword-decode.el (eword-decode-structured-field-body): New
621         implementation; abolish optional argument `must-unfold'; delete
622         DOC-string.
623         (eword-decode-and-unfold-structured-field-body): Renamed from
624         `eword-decode-and-unfold-structured-field'; delete DOC-string.
625         (eword-decode-and-fold-structured-field-body): Renamed from
626         `eword-decode-and-fold-structured-field'; abolish optional
627         argument `must-unfold'; delete DOC-string.
628         (eword-decode-unstructured-field-body): Abolish optional argument
629         `must-unfold'; delete DOC-string.
630         (eword-decode-and-unfold-unstructured-field-body): Renamed from
631         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
632         (eword-decode-unfolded-unstructured-field-body): New function.
633
634 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * mmgeneric.el (mime-insert-header-from-buffer): Use
637         `mime-find-field-presentation-method' and
638         `mime-find-field-decoder-internal'.
639
640         * eword-decode.el (mime-find-field-presentation-method): New
641         macro.
642         (mime-find-field-decoder-internal): New function.
643         (mime-find-field-decoder): New implementation (use
644         mime-find-field-decoder-internal).
645         (mime-decode-header-in-region): Use
646         `mime-find-field-presentation-method' and
647         `mime-find-field-decoder-internal'.
648
649 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
650
651         * mmgeneric.el (mime-insert-header-from-buffer): Rename
652         field-presentation-mode `folding' to `wide'.
653
654         * eword-decode.el: Rename field-presentation-modes from `native',
655         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
656         `summary', `nov'.
657
658 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
659
660         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
661         (mime-find-field-decoder): Ditto.
662
663 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
664
665         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
666         Don't delete the front spaces.
667         (eword-encode-addresses-to-rword-list): Don't supplement space;
668         use `nconc' instead of `append'.
669         (eword-encode-msg-id-to-rword-list): Supplement the front space;
670         use `nconc' instead of `append'.
671
672 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
673
674         * eword-decode.el (mime-field-decoder-cache): New variable.
675         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
676         (mime-update-field-decoder-cache): New variable.
677         (mime-update-field-decoder-cache): New function.
678         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
679
680         * mmgeneric.el (mime-insert-header-from-buffer): Use
681         `mime-field-decoder-cache'.
682
683 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
684
685         * eword-decode.el (mime-decode-header-in-region): New function.
686         (mime-decode-header-in-buffer): Use function
687         `mime-decode-header-in-region'.
688
689 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
690
691         * mmgeneric.el (mime-insert-header-from-buffer): Refer
692         `mime-field-decoder-alist' instead of hard-coding.
693
694         * mime.el (mime-read-field): Use `mime-decode-field-body'.
695
696         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
697         optional dummy argument `start-column' and `max-column'.
698         (eword-decode-structured-field-body): Change interface.
699         (eword-decode-unstructured-field-body): Change interface to add
700         optional dummy argument `start-column' and `max-column'.
701         (eword-decode-and-unfold-unstructured-field): Add optional dummy
702         argument `start-column' and `max-column'.
703         (mime-field-decoder-alist): New variable; abolish user option
704         `eword-decode-ignored-field-list' and
705         `eword-decode-structured-field-list'.
706         (mime-set-field-decoder): New function.
707         (mime-find-field-decoder): New function.
708         (mime-decode-field-body): New function; abolish function
709         `eword-decode-field-body'.
710         (mime-decode-header-in-buffer): Renamed from
711         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
712         hard-coding; add obsolete alias `eword-decode-header'.
713
714 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
715
716         * mime-def.el: Avoid compile error when edebug is missing.
717
718 \f
719 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * FLIM: Version 1.11.3 (Saidaiji) was released.
722
723 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
724
725         * VERSION: New file (Renamed from FLIM-VERSION).
726
727 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
728
729         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
730
731 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
732
733         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
734
735 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
736
737         * README.ja: Update.
738
739 \f
740 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
741
742         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
743
744         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
745
746         * README.en (Installation): Modify for APEL 9.6.
747
748 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
749
750         * eword-encode.el (eword-encode-field-body): Don't eliminate
751         top-spaces.
752
753 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
754
755         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
756
757 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
758
759         * eword-decode.el (eword-decode-field-body): Refine implementation.
760
761 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
762
763         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
764         into mel-b-ccl.el and mel-q-ccl.el.
765
766 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
767
768         * mel.el (base64-encoded-length): New implementation.
769
770 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
771
772         * eword-decode.el (eword-decode-field-body): New function.
773
774 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * eword-encode.el (eword-encode-field-body): Change interface.
777         (eword-encode-header): Use `eword-encode-field-body'; abolish
778         function `eword-encode-field'.
779
780 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
781
782         * eword-encode.el (eword-encode-field-body): New function.
783         (eword-encode-field): Use `eword-encode-field-body'.
784
785 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
786
787         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
788
789 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * mel-u.el (uuencode-external-decode-region): Use
792         `temporary-file-directory' instead of `mime-temp-directory'.
793         (mime-write-decoded-region): Likewise.
794
795         * mime-def.el: Abolish variable `mime-temp-directory'.
796
797 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
798
799         * mmgeneric.el (mime-insert-header-from-buffer): New function.
800         (insert-header): Use `mime-insert-header-from-buffer'.
801
802 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
803
804         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
805         builtin base64 encoder/decoder.
806
807         * mel.el: Set up builtin base64 encoder/decoder if they are
808         available.
809
810         * mime-def.el (base64-dl-module): Set nil as initial value if the
811         running emacs has builtin base64 encoder/decoder.
812
813         * mel-b.el: Require `poe' instead of `emu'.
814         (base64-encode-string): Use `defun-maybe'.
815         (base64-encode-region): Likewise.
816         (base64-decode-region): Likewise.
817         (base64-decode-string): Likewise.
818
819         * mel-b-dl.el: Require `poe' instead of `emu'.
820
821 \f
822 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
823
824         * FLIM: Version 1.11.1 (Takanohara) was released.
825
826 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
827
828         * README.ja: New file.
829
830 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
831
832         * mime-def.el: Require mcharset.
833
834 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
835
836         * mel-u.el (mime-write-decoded-region): Fix typo.
837
838         * mime-def.el: Enclose defining procedure for the constants
839         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
840         `std11-qtext-regexp' with `eval-and-compile'.
841
842 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
843
844         * NEWS (Behavior change of `mime-insert-header'): New subsection.
845
846         * mmgeneric.el (insert-header): Include `:' in field-name.
847
848 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
851         use `char-list-to-string'.
852         (std11-quoted-string-regexp): Use `eval-when-compile'.
853         - Use `def-edebug-spec' to define edebug-form-spec of
854           mm-define-method; fix definition of edebug-form-spec of
855           mm-define-method.
856
857 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
858
859         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
860         description about `eword-field-encoding-method-alist'.
861
862         * mime-en.sgml (Header encoder/decoder): Modify description about
863         `eword-encode-header'.
864
865         * mime-ja.sgml (Header encoder/decoder): Translate.
866
867 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
868
869         * mime-en.sgml (entity formatting): Fix typo in description of
870         `default-mime-charset'.
871
872         * mime-en.sgml (Header encoder/decoder): Modify description of
873         `eword-decode-header'.
874
875         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
876
877         * mime-en.sgml (encoder/decoder): Translate description of
878         `mime-decode-string'.
879
880 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
881
882         * mime-en.sgml (Content-Disposition parser): Modify description.
883
884         * mime-en.sgml (Content-Type parser): Modify description.
885
886 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
887
888         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
889
890 \f
891 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
892
893         * FLIM: Version 1.11.0 (Yamadagawa) was released.
894
895 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
896
897         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
898         about `mime-insert-text-content'.
899
900 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
901
902         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
903         `mime-insert-header' from `Entity-header'; move
904         `default-mime-charset' from `custom'.
905
906 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
907
908         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
909         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
910
911 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
912
913         * NEWS: New file.
914
915 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
916
917         * mime.el (mime-insert-header): Renamed from
918         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
919         as an obsolete alias.
920
921         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
922         `insert-decoded-header'.
923
924         * README.en (Installation): Add required version of APEL.
925
926 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
927
928         * mel-g.el: Require mel.
929
930         * mel-g.el: Require poem instead of emu.
931
932 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
933
934         * mime.el (mime-insert-text-content): New generic function.
935
936         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
937
938 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
939
940         * std11.el (std11-unfold-string): New implementation.
941
942 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
943
944         * mmgeneric.el: New module.
945
946         * mmbuffer.el: Use `generic' as mother backend.
947
948         * FLIM-ELS (flim-modules): Add mmgeneric.
949
950 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
951
952         * mime-parse.el (mime-parse-message): Modify for
953         `make-mime-entity-internal'.
954
955         * mime-def.el (make-mime-entity-internal): Change interface to be
956         able to specify original-header and parsed-header.
957
958 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
959
960         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
961         New function.
962
963 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
964
965         * mime.el (mime-entity-content-type): New implementation.
966         (mime-entity-content-disposition): New implementation.
967         (mime-entity-encoding): New implementation.
968
969         * mime.el (mime-fetch-field): Refer internal slots for Date,
970         Message-Id and References fields.
971
972         * mime-parse.el (mime-parse-message): Modify for
973         `make-mime-entity-internal'.
974
975         * mime-def.el: Change `mime-entity-*-internal' and
976         `mime-entity-set-*-internal' to macro.
977         (make-mime-entity-internal): Change interface and data format for
978         NOV data; changed to macro.
979         (mime-entity-set-location-internal): New macro.
980         (mime-entity-decoded-subject-internal): New macro.
981         (mime-entity-set-decoded-subject-internal): New macro.
982         (mime-entity-decoded-from-internal): New macro.
983         (mime-entity-set-decoded-from-internal): New macro.
984         (mime-entity-date-internal): New macro.
985         (mime-entity-set-date-internal): New macro.
986         (mime-entity-message-id-internal): New macro.
987         (mime-entity-set-message-id-internal): New macro.
988         (mime-entity-references-internal): New macro.
989         (mime-entity-set-references-internal): New macro.
990         (mime-entity-chars-internal): New macro.
991         (mime-entity-set-chars-internal): New macro.
992         (mime-entity-lines-internal): New macro.
993         (mime-entity-set-lines-internal): New macro.
994         (mime-entity-xref-internal): New macro.
995         (mime-entity-set-xref-internal): New macro.
996         (mime-entity-original-header-internal): Modify for new structure;
997         changed to macro.
998         (mime-entity-set-original-header-internal): Likewise.
999         (mime-entity-parsed-header-internal): Likewise.
1000         (mime-entity-set-parsed-header-internal): Likewise.
1001         (mime-entity-buffer-internal): Likewise.
1002         (mime-entity-set-buffer-internal): Likewise.
1003         (mime-entity-header-start-internal): Likewise.
1004         (mime-entity-set-header-start-internal): Likewise.
1005         (mime-entity-header-end-internal): Likewise.
1006         (mime-entity-set-header-end-internal): Likewise.
1007         (mime-entity-body-start-internal): Likewise.
1008         (mime-entity-set-body-start-internal): Likewise.
1009         (mime-entity-body-end-internal): Likewise.
1010         (mime-entity-set-body-end-internal): Likewise.
1011
1012 \f
1013 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1014
1015         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1016
1017         * mel.el: Must require poem.
1018
1019 \f
1020 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1021
1022         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1023
1024 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1025
1026         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1027
1028         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1029         (elc): Likewise.
1030
1031         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1032
1033         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1034
1035 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * mel.el (mel-ccl-module): Require path-util when the running
1038         emacs has MULE.
1039
1040         * mel.el: Don't require emu.
1041
1042 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1043
1044         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1045         with MULE.
1046
1047 \f
1048 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1049
1050         * FLIM: Version 1.10.3 (Komada) was released.
1051
1052         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1053         `jka-compr-compression-info-list' with nil.
1054
1055         * mel-b.el (base64-internal-decoding-limit): Switch default value
1056         between XEmacs-mule and other emacsen.
1057         Abolish function `base64-decode-string!'.
1058         (base64-internal-decode-region): New implementation.
1059         (base64-insert-encoded-file): New function.
1060         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1061         (base64-write-decoded-region): New function.
1062         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1063
1064         * mel-b-dl.el (decode-base64-region): Renamed from
1065         `base64-decode-region'.
1066         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1067         representation.  Abolish method `mime-write-decoded-region'
1068         because it is slower than CCL based implementation.
1069
1070 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1071
1072         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
1073         facility instead of `ccl-execute-eof-block-on-encoding-some'.
1074
1075 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1076
1077         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
1078
1079         * eword-decode.el (eword-encoded-text-regexp): Enclose with
1080         `eval-and-compile'.
1081         (eword-encoded-word-regexp): Use `eval-when-compile'.
1082
1083 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1084
1085         * eword-decode.el (eword-max-size-to-decode): New user option.
1086         (eword-decode-and-fold-structured-field): Do nothing if size of
1087         input is bigger than `eword-max-size-to-decode'.
1088
1089 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1090
1091         * mel-b.el (base64-numbers): Use `eval-when-compile'.
1092
1093 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1094
1095         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
1096         "custom" to load-path.
1097
1098 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1099
1100         * mime-def.el (mime-library-product): Enclose with
1101         `eval-and-compile'.
1102
1103         * FLIM-CFG: Add "custom" to load-path.
1104
1105 \f
1106 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
1109
1110         * mime-def.el, mel.el, mel-b-dl.el: Move variable
1111         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
1112
1113 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
1116         is available.
1117
1118         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
1119         2.3.
1120
1121 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1122
1123         * mel-u.el: Use `mel-define-backend' to define "x-uue".
1124         Define "x-uuencode" as a clone of "x-uue".
1125
1126         * Move variable `mel-encoding-module-alist' from mel.el to
1127         mime-def.el.
1128
1129         * mel.el (mel-find-function): Use function
1130         `mel-find-function-from-obarray'.
1131         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
1132         don't define methods of "8bit" and "binary"; inherit methods from
1133         "7bit".
1134
1135         * mime-def.el (mel-service-list): New variable.
1136         (mel-define-service): New implementation.
1137         (mel-find-function-from-obarray): New inline function.
1138         (mel-copy-method): New inline function.
1139         (mel-copy-backend): New inline function.
1140         (mel-define-backend): New macro.
1141
1142 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1143
1144         * mel-u.el: Define method functions of mel.
1145         (mime-encode-region): Use `mel-define-method-function'; abolish
1146         `uuencode-encode-region'.
1147         (mime-decode-region): Use `mel-define-method-function'; abolish
1148         `uuencode-decode-region'.
1149         (mime-encode-string): New method.
1150         (mime-decode-string): New method.
1151         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1152         `uuencode-insert-encoded-file'.
1153         (mime-write-decoded-region): Use `mel-define-method'; abolish
1154         `uuencode-write-decoded-region'.
1155
1156 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * mime-def.el (mel-define-service): Add DOC.
1159         (mel-define-method): Add DOC.
1160         (mel-define-method-function): Add DOC.
1161
1162         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
1163
1164 \f
1165 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1166
1167         * FLIM: Version 1.10.1 (Miyamaki) was released.
1168
1169 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1170
1171         * mel-g.el: Define method functions of mel.
1172         (mime-encode-region): Use `mel-define-method-function'; abolish
1173         `gzip64-encode-region'.
1174         (mime-decode-region): Use `mel-define-method-function'; abolish
1175         `gzip64-decode-region'.
1176         (mime-encode-string): New method.
1177         (mime-decode-string): New method.
1178         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1179         `gzip64-insert-encoded-file'.
1180         (mime-write-decoded-region): Use `mel-define-method'; abolish
1181         `gzip64-write-decoded-region'.
1182
1183         * mime-def.el (mime-library-product): New variable; abolish
1184         `mime-library-version'.
1185         (mime-product-name): New macro.
1186         (mime-product-version): New macro.
1187         (mime-product-code-name): New macro.
1188         (mime-library-version): Renamed from
1189         `mime-library-version-string'; use `mime-library-product',
1190         `mime-product-name', `mime-product-version' and
1191         `mime-product-code-name'.
1192
1193         * mime-def.el (mm-define-backend): Add DOC.
1194         (mm-define-method): Add DOC.
1195
1196         * mel.el (mime-encoding-list): Modify DOC to add description about
1197         optional argument SERVICE.
1198
1199 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1200
1201         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
1202         description of `mm-define-backend' and `mm-define-method'.
1203
1204 \f
1205 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1206
1207         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
1208
1209         * README.en (What's FLIM): Add mel-ccl.el.
1210
1211 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
1212
1213         * mel-ccl.el:
1214           - Require 'pccl instead of 'emu.
1215           - Use `unless-broken' to check facility.
1216
1217 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1218
1219         * mel.el (mime-encoding-list): New user option (renamed from
1220         `mime-content-transfer-encoding-list').
1221         (mime-encoding-list): New function.
1222         (mime-encoding-alist): New function.
1223         (mime-encode-region): Use `mime-encoding-alist' for completion.
1224         (mime-decode-region): Likewise.
1225         (mime-insert-encoded-file): Likewise.
1226         (mime-write-decoded-region): Likewise.
1227
1228 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1229
1230         * eword-decode.el (eword-decode-structured-field-list): Add
1231         Mail-Followup-To field.
1232
1233 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1234
1235         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
1236
1237 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1238
1239         * mel.el (mime-content-transfer-encoding-list): New user option.
1240         (mime-encode-region): Use `mime-content-transfer-encoding-list'
1241         for completion.
1242         (mime-decode-region): Likewise.
1243         (mime-insert-encoded-file): Likewise.
1244         (mime-write-decoded-region): Likewise.
1245
1246         * mel.el (mime-write-decoded-region): fix typo.
1247
1248 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1249
1250         * mime-def.el (mel-define-method-function): Don't override.
1251
1252 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1253
1254         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
1255
1256 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1257
1258         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
1259
1260         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
1261                   - Move `mel-define-service' to mime-def.el.
1262
1263         * mime-def.el (mel-define-service): New macro (moved from mel.el);
1264         fixed problem in Emacs.
1265         (mel-define-method): Use `mel-define-service'.
1266         (mel-define-method-function): Use `mel-define-service'.
1267
1268 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1269
1270         * mel.el (mime-encode-region): Don't regard nil encoding as
1271         "7bit".
1272
1273 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1274
1275         * eword-encode.el (eword-encode-text): Use
1276         `encoded-text-encode-string'.
1277         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
1278         renamed to `Q-encoded-text-length'.
1279
1280         * eword-decode.el: Move `base64-token-regexp',
1281         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
1282         `eword-Q-encoded-text-regexp' to mime-def.el.
1283         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
1284
1285         * mel-q.el: Define method functions of mel.
1286         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1287         `quoted-printable-insert-encoded-file'.
1288         (mime-write-decoded-region): Use `mel-define-method'; abolish
1289         `quoted-printable-write-decoded-region'.
1290         - Move `q-encoding-printable-char-p' and
1291         `q-encoding-encoded-length' to mel.el.
1292
1293         * mel-b.el: Define method functions of mel.
1294         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1295         `base64-insert-encoded-file'.
1296         (mime-write-decoded-region): Use `mel-define-method'; abolish
1297         `base64-write-decoded-region'.
1298         - Move `base64-encoded-length' to mel.el.
1299
1300         * mel-dl.el (base64-encode-region): Define directly (abolish
1301         `base64-dl-encode-region').
1302         (base64-decode-region): Define directly (abolish
1303         `base64-dl-decode-region').  Define method functions of mel.
1304         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1305         `base64-insert-encoded-file'; don't use external encoder.
1306         (mime-write-decoded-region): Use `mel-define-method'; abolish
1307         `base64-write-decoded-region'; don't use external decoder.
1308         - Move `base64-encoded-length' to mel.el.
1309
1310         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
1311
1312         * mime-def.el (base64-token-regexp): New constant (moved from
1313         eword-decode.el).
1314         (base64-token-padding-regexp): Likewise.
1315         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
1316         and renamed from `eword-B-encoded-text-regexp').
1317         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
1318         and renamed from `eword-Q-encoded-text-regexp'.
1319         (mm-arglist-to-arguments): New function (moved from mime.el).
1320         (mel-define-method): New macro.
1321         (mel-define-method-function): New macro.
1322         (mel-define-function): New macro.
1323
1324         * mel.el (mel-encoding-module-alist): New variable.
1325         (mel-use-module): New function.
1326         (mel-find-function): New function.
1327         (mel-define-service): New macro.
1328         (mime-encode-region): Use `mel-find-function'; abolish variable
1329         `mime-encoding-method-alist'.
1330         (mime-decode-region): Use `mel-find-function'; abolish variable
1331         `mime-decoding-method-alist'.
1332         (mime-decode-string): Use `mel-find-function'; abolish variable
1333         `mime-string-decoding-method-alist'.
1334         (encoded-text-encode-string): New function.
1335         (encoded-text-decode-string): New function.
1336         (base64-encoded-length): New function (moved from mel-b.el and
1337         mel-dl.el).
1338         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
1339         and renamed from `q-encoding-printable-char-p').
1340         (Q-encoded-text-length): New function (moved from mel-q.el, and
1341         renamed from `q-encoding-encoded-length').
1342         (mime-insert-encoded-file): Use `mel-find-function'; abolish
1343         variable `mime-file-encoding-method-alist'.
1344         (mime-write-decoded-region): Use `mel-find-function'; abolish
1345         variable `mime-file-decoding-method-alist'.
1346
1347 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1348
1349         * mel-b.el (base64-internal-encoding-limit): modify :type.
1350         (base64-internal-decoding-limit): Change initial value to 70000;
1351         modify :type.
1352
1353         * mel-b.el (base64-decode-string!): Renamed from
1354         `base64-internal-decode-string!'.
1355
1356 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1357
1358         * mel-b.el (base64-characters): New constant.
1359         (base64-num-to-char): Use `base64-characters'.
1360         (base64-numbers): Use `base64-characters'.
1361         (base64-internal-decode): Modify calculation third byte.
1362
1363         * mel-dl.el (base64-dl-encode-string): New alias.
1364         (base64-dl-decode-string): New alias.
1365         (base64-dl-encode-region): Renamed from `base64-encode-region';
1366         don't save-excursion and save-restriction.
1367         (base64-dl-decode-region): Renamed from `base64-decode-region';
1368         don't save-excursion and save-restriction; convert all at once.
1369         (base64-encode-region): New alias.
1370         (base64-decode-region): New alias.
1371
1372         * mel-b.el (base64-internal-decode): New function.
1373         (base64-internal-decode-string): Use `base64-internal-decode'.
1374         (base64-internal-decode-string!): New function.
1375         (base64-internal-decode-region): Use
1376         `base64-internal-decode-string!' instead of
1377         `base64-internal-decode-string'.
1378
1379 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
1380
1381         * mel-b.el (base64-numbers): Fix a position of 63.
1382
1383 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1384
1385         * mel-b.el (base64-numbers): New constant.
1386         (base64-char-to-num): New macro.
1387         (base64-internal-decode-string): Don't use memq.
1388
1389 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1390
1391         * mel-b.el (base64): New group.
1392         (base64-external-encoder): Now a user option.
1393         (base64-external-decoder): Now a user option.
1394         (base64-external-decoder-option-to-specify-file): Now a user
1395         option.
1396         (base64-internal-encoding-limit): Now a user option.
1397         (base64-internal-decoding-limit): Now a user option.
1398
1399         * mel-b.el (base64-internal-decode-string): New implementation;
1400         abolish function `base64-decode-unit'.
1401
1402 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1403
1404         * README.en (Installation): Fix typo.
1405
1406 \f
1407 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1408
1409         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
1410
1411         * README.en (Installation): Add `install as a XEmacs package'.
1412
1413 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * mime-en.sgml (Encoding Method): Translate.
1416
1417 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1418
1419         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
1420         function.
1421         (eword-encode-in-reply-to-to-rword-list): New function.
1422         (eword-encode-in-reply-to): New function.
1423         (eword-encode-field): Use `eword-encode-in-reply-to' for
1424         `In-Reply-To' field.
1425
1426         * std11.el (std11-parse-in-reply-to): New function.
1427
1428 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * eword-decode.el (eword-decode-structured-field-list): Add
1431         `User-Agent'.
1432
1433 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1434
1435         * Makefile (package): Don't update auto-autoloads.el and
1436         custom-load.el.
1437
1438         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
1439         custom-load.el.
1440
1441 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1442
1443         * mime-def.el: Abolish function `butlast' and `nbutlast'.
1444
1445         * mime-def.el (mime-library-version): New constant.
1446         (mime-library-version-string): Refer `mime-library-version'.
1447
1448 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1449
1450         * Makefile (XEMACS): New variable.
1451         (PACKAGEDIR): New variable.
1452         (package): New target.
1453         (install-package): New target.
1454
1455         * FLIM-CFG (PACKAGEDIR): New variable.
1456
1457         * FLIM-MK (config-flim-package): New function.
1458         (compile-flim-package): New function.
1459         (install-flim-package): New function.
1460
1461 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1462
1463         * mime-en.sgml (Content-Type field): Translate.
1464         (mime-content-type): Translate.
1465         (Content-Type parser): Translate.
1466         (Content-Disposition): Translate.
1467         (mime-content-disposition): Translate.
1468         (Content-Disposition parser): Translate.
1469
1470 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1471
1472         * Makefile (GOMI): Add Texinfo related garbages.
1473         (clean): Delete historical setting.
1474
1475 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1476
1477         * mime-en.sgml (mm-backend): Translate.
1478         (Request for entity): Likewise.
1479         (mm-backend module): Likewise.
1480
1481         * mime.el (mime-entity-send): Add DOC-string.
1482
1483 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * mime-en.sgml (Entity hierarchy): Translate.
1486
1487 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
1490
1491 \f
1492 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1493
1494         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
1495
1496         * mime-en.sgml (mm-backend): Translate a little.
1497
1498 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1499
1500         * eword-encode.el (eword-encode-default-start-column): New user
1501         option.
1502         (eword-encode-string): Use `eword-encode-default-start-column'.
1503         (eword-encode-address-list): Likewise.
1504         (eword-encode-structured-field-body): Likewise.
1505         (eword-encode-unstructured-field-body): Likewise.
1506
1507 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1508
1509         * eword-encode.el (eword-encode): New group.
1510         (eword-field-encoding-method-alist): Now a user option (was:
1511         variable).
1512
1513 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1514
1515         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
1516         `eword-encode-mailbox-to-rword-list'.
1517
1518         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
1519         `eword-encode-phrase-to-rword-list'.
1520
1521         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
1522         `eword-encode-addr-spec-to-rword-list'.
1523
1524         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
1525         `eword-encode-phrase-route-addr-to-rword-list'.
1526
1527         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
1528         `eword-encode-addr-seq-to-rword-list'.
1529
1530         * eword-encode.el: Rename `tm-eword::split-string' ->
1531         `eword-encode-split-string'.
1532
1533         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
1534         `eword-encode-addresses-to-rword-list'.
1535
1536         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
1537         `eword-encode-rword-list'.
1538
1539         * eword-encode.el (eword-encode-unstructured-field-body): New
1540         function.
1541         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
1542
1543 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1544
1545         * eword-encode.el (eword-encode-string): Add DOC-string.
1546         (eword-encode-address-list): Likewise.
1547         (eword-encode-structured-field-body): Likewise.
1548
1549         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
1550         structured field.
1551
1552 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1553
1554         * eword-encode.el (eword-encode-field): Use `capitalize' instead
1555         of `downcase' for `field-name'.
1556
1557         * eword-encode.el (eword-encode-structured-field-body): New
1558         function.
1559         (eword-encode-field): Use `eword-encode-structured-field-body' for
1560         "MIME-Version" and "User-Agent" field.
1561
1562 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1563
1564         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
1565
1566 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1567
1568         * eword-encode.el (eword-encode-address-list): New function.
1569         (eword-encode-field): Use `eword-encode-address-list' instead of
1570         `tm-eword::encode-address-list'; abolish
1571         `tm-eword::encode-address-list'.
1572
1573         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
1574         instead of `tm-eword::encode-string'; abolish
1575         `tm-eword::encode-string'.
1576
1577         * eword-encode.el: Rename `tm-eword::make-rword' ->
1578         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
1579
1580 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1581
1582         * mel-b.el (base64-insert-encoded-file): Conditionally use
1583         internal converter. (cf. [tm-ja:3320])
1584         (base64-write-decoded-region): Ditto.
1585
1586 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1587
1588         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
1589
1590 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * Delete mime-lib.el.
1593
1594 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
1597         to `write-region-as-raw-text-CRLF'.
1598
1599 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1600
1601         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
1602         of `write-region-as-binary'.
1603
1604 \f
1605 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1606
1607         * FLIM: Version 1.9.0 (Terada) was released.
1608
1609 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1610
1611         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
1612         parsing is failed.
1613
1614 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1615
1616         * mmbuffer.el (entity-children): Don't use
1617         `mime-entity-children-internal'.
1618
1619         * mime-parse.el (mime-parse-multipart): Modify for
1620         `mime-parse-message'; return children.
1621         (mime-parse-encapsulated): Likewise.
1622         (mime-parse-message): Change interface; delete DOC-string; don't
1623         parse children instantly.
1624         (mime-parse-buffer): Modify for `mime-parse-message'.
1625
1626         * mime-parse.el (mime-parse-message): Delete autoload cookie.
1627
1628         * mime.el: Delete autoload setting for `mime-parse-message'.
1629
1630         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
1631         of `mime-parse-message'; modify description of `mime-parse-buffer'
1632         to add `representation-type'.
1633
1634 \f
1635 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
1638
1639 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1640
1641         * mmcooked.el: Abolish method `open'.
1642
1643         * mmbuffer.el (initialize-instance): New method; abolish `open'.
1644         (entity-children): New method.
1645
1646         * mime.el (mime-open-entity): Send `initialize-instance' to
1647         created message.
1648         (mime-entity-children): New implementation.
1649         (mime-entity-parent): New implementation.
1650         (mime-root-entity-p): New implementation.
1651
1652         * mime-parse.el (mime-parse-multipart): Specify current entity as
1653         parent.
1654         (mime-parse-encapsulated): Likewise.
1655         (mime-parse-message): Change interface to specify parent; modify
1656         for `make-mime-entity-internal'.
1657         (mime-parse-buffer): Modify for `mime-parse-message'.
1658
1659         * mime-def.el (make-mime-entity-internal): Change interface; add
1660         format of `mime-entity' to add `parent'.
1661
1662 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1663
1664         * mmbuffer.el (mime-visible-field-p): Renamed from
1665         `eword-visible-field-p'.
1666
1667 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1668
1669         * mime.el (mm-arglist-to-arguments): New function.
1670         (mm-define-generic): New macro.
1671         (mime-entity-cooked-p): Use `mm-define-generic'.
1672         (mime-entity-point-min): Use `mm-define-generic'.
1673         (mime-insert-decoded-header): Use `mm-define-generic'.
1674         (mime-entity-content): Use `mm-define-generic'.
1675         (mime-write-entity-content): Use `mm-define-generic'.
1676         (mime-write-entity): Use `mm-define-generic'.
1677         (mime-write-entity-body): Use `mm-define-generic'.
1678
1679 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1680
1681         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
1682
1683         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
1684         (mime-write-entity-body): Change message to `write-body'.
1685
1686 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1687
1688         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
1689
1690         * mime.el (mime-open-entity): Change message to `open'.
1691
1692         * mime-def.el (mm-define-backend): Must `copy-alist'.
1693
1694 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1695
1696         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
1697         `mm-define-method'.
1698
1699         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
1700         (mime-find-function): New implementation.
1701         (mime-entity-cooked-p): Use `mime-entity-send'.
1702
1703         * mime-def.el (mime-entity-implementation-alist): Moved from
1704         mime.el.
1705         (mm-define-backend): New macro.
1706         (mm-define-method): New macro.
1707
1708 \f
1709 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1710
1711         * FLIM: Version 1.8.1 (Kutsukawa) was released.
1712
1713 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
1716         about `default-encoding' of `mime-entity-encoding'.
1717
1718         * mime-en.texi, mime-en.sgml: New files.
1719
1720         * mime-ja.sgml (media-type): Fix typo.
1721
1722         * mime-ja.sgml (Glossary): Fix order.
1723
1724         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
1725
1726         * mime-ja.sgml (Entity Attributes): Fix typo.
1727
1728 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1729
1730         * mime.el (mime-entity-encoding): Add new optional argument
1731         `default-encoding'; set default encoding if
1732         Content-Transfer-Encoding field is not found.
1733
1734 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1735
1736         * mmbuffer.el (mmbuffer-write-entity): Use
1737         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
1738         `mmbuffer-entity-point-max'.
1739         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
1740         `mime-entity-body-start-internal' and
1741         `mime-entity-body-end-internal'.
1742         (mmbuffer-insert-decoded-header): Use
1743         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
1744         and `mime-entity-header-end-internal'.
1745
1746 \f
1747 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1748
1749         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
1750
1751         * README.en: Delete `How to use'.
1752
1753 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1754
1755         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
1756         in description of `mime-open-entity'.
1757
1758         * mime-ja.sgml (mm-backend): New section.
1759
1760 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1761
1762         * mime-ja.sgml (Entity-header): Modify description about
1763         `mime-insert-decoded-header'.
1764
1765         * mmcooked.el (mmcooked-insert-decoded-header): New function.
1766
1767         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
1768
1769         * mime.el (mime-insert-decoded-header): Use implementation of
1770         mm-backend; abolish optional argument `code-conversion'.
1771
1772 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1773
1774         * eword-decode.el (eword-decode-encoded-text): Use
1775         `decode-mime-charset-string'.
1776
1777 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1778
1779         * mmcooked.el (mmcooked-write-entity-body): New function.
1780
1781         * mmbuffer.el (mmbuffer-write-entity-body): New function.
1782
1783         * mime.el (mime-write-entity-body): Use implementation of
1784         mm-backend.
1785
1786 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1787
1788         * mmcooked.el (mmcooked-write-entity): New function.
1789
1790         * mmbuffer.el (mmbuffer-write-entity): New function.
1791
1792         * mime.el (mime-write-entity): Use implementation of mm-backend.
1793
1794 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1795
1796         * mmcooked.el (mmcooked-entity-content): New alias for
1797         `mmbuffer-entity-content'.
1798         (mmcooked-write-entity-content): New function.
1799
1800         * mmbuffer.el (mmbuffer-entity-content): New function.
1801         (mmbuffer-write-entity-content): New function.
1802
1803         * mime.el (mime-entity-send): New function.
1804         (mime-entity-buffer): Use `mime-entity-send'.
1805         (mime-entity-point-min): Likewise.
1806         (mime-entity-point-max): Likewise.
1807         (mime-entity-header-start): Likewise.
1808         (mime-entity-header-end): Likewise.
1809         (mime-entity-body-start): Likewise.
1810         (mime-entity-body-end): Likewise.
1811         (mime-fetch-field): Likewise.
1812         (mime-entity-content): Use implementation of mm-backend.
1813         (mime-write-entity-content): Likewise.
1814
1815 \f
1816 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1817
1818         * FLIM: Version 1.7.0 (Iseda) was released.
1819
1820         * mime-ja.sgml (Entity creation): Add description of
1821         `mime-open-entity'.
1822         (Entity Attributes): Add description of `mime-entity-cooked-p'.
1823         (Entity-content): Add description of `mime-write-entity-content',
1824         `mime-write-entity' and `mime-write-entity-body'.
1825
1826 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1827
1828         * mime.el (mime-write-entity-content): New function.
1829
1830 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1831
1832         * mime.el (mime-write-entity-body): New function.
1833
1834         * mime.el (mime-write-entity): New function.
1835
1836 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1837
1838         * mime-parse.el (mime-parse-multipart): Change media-type of
1839         entity to application/octet-stream if the first delimiter is not
1840         found.
1841
1842 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1843
1844         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
1845
1846         * mmcooked.el: New file.
1847
1848         * mmbuffer.el: New file.
1849
1850         * mime.el (mime-entity-implementation-alist): New variable.
1851         (mime-find-function): New function.
1852         (mime-open-entity): New function.
1853         (mime-entity-function): New function.
1854         (mime-entity-cooked-p): New function.
1855         (mime-entity-buffer): Use backend-module.
1856         (mime-entity-point-min): Likewise.
1857         (mime-entity-point-max): Likewise.
1858         (mime-entity-header-start): Likewise.
1859         (mime-entity-header-end): Likewise.
1860         (mime-entity-body-start): Likewise.
1861         (mime-entity-body-end): Likewise.
1862         (mime-fetch-field): Likewise.
1863
1864         * mime-parse.el (mime-parse-message): New optional argument
1865         `representation-type'.
1866         (mime-parse-buffer): Likewise.
1867
1868         * mime-def.el: Change format of mime-entity-internal to add
1869         `representation-type' and `location'.
1870
1871 \f
1872 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1873
1874         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
1875
1876 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1877
1878         * mime-ja.sgml: Modify for FLIM 1.7.
1879
1880         * mime.el (mime-entity-number): Add DOC.
1881
1882 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1883
1884         * mime.el (mime-entity-encoding): New implementation.
1885
1886         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
1887
1888         * mime-def.el (make-mime-entity-internal): Abolish argument
1889         `encoding'.
1890         (mime-entity-set-encoding-internal): New function.
1891
1892 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1893
1894         * mime.el (mime-entity-content-disposition): New implementation.
1895
1896         * mime-parse.el (mime-parse-message): Don't parse
1897         Content-Disposition.
1898
1899         * mime-def.el (make-mime-entity-internal): Delete argument
1900         `content-disposition'.
1901         (mime-entity-set-content-disposition-internal): New function.
1902
1903 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1904
1905         * eword-decode.el: Move function `eword-visible-field-p' and
1906         `mime-insert-decoded-header' to mime.el.
1907
1908         * mime-parse.el: Use internal functions of mime-entity.
1909
1910         * mime.el (mime-entity-children): Moved from mime-def.el; use
1911         `mime-entity-children-internal'.
1912         (mime-entity-node-id): Moved from mime-def.el; use
1913         `mime-entity-node-id-internal'.
1914         (mime-entity-number): Moved from mime-def.el; use
1915         `mime-entity-node-id-internal'.
1916         (mime-entity-buffer): Moved from mime-def.el; use
1917         `mime-entity-buffer-internal'.
1918         (mime-entity-point-min): Moved from mime-def.el; use
1919         `mime-entity-header-start-internal'.
1920         (mime-entity-point-max): Moved from mime-def.el; use
1921         `mime-entity-body-end-internal'.
1922         (mime-entity-header-start): Moved from mime-def.el; use
1923         `mime-entity-header-start-internal'.
1924         (mime-entity-header-end): Moved from mime-def.el; use
1925         `mime-entity-header-end-internal'.
1926         (mime-entity-content-type): Moved from mime-def.el; use
1927         `mime-entity-content-type-internal'.
1928         (mime-entity-content-disposition): Moved from mime-def.el; use
1929         `mime-entity-content-disposition-internal'.
1930         (mime-entity-encoding): Moved from mime-def.el; use
1931         `mime-entity-encoding-internal'.
1932         (mime-fetch-field): Use `mime-entity-original-header-internal' and
1933         `mime-entity-set-original-header-internal'.
1934         (mime-read-field): Use `mime-entity-parsed-header-internal' and
1935         `mime-entity-set-parsed-header-internal'.
1936         (eword-visible-field-p): Moved from eword-decode.el.
1937         (mime-insert-decoded-header): Moved from eword-decode.el.
1938         (mime-entity-body-start): Moved from mime-def.el; use
1939         `mime-entity-body-start-internal'.
1940         (mime-entity-body-end): Moved from mime-def.el; use
1941         `mime-entity-body-end-internal'.
1942         (mime-entity-media-type): Moved from mime-def.el.
1943         (mime-entity-media-subtype): Moved from mime-def.el.
1944         (mime-entity-parameters): Moved from mime-def.el.
1945         (mime-entity-type/subtype): Moved from mime-def.el.
1946
1947         * mime-def.el (make-mime-entity-internal): Renamed from
1948         `make-mime-entity'.
1949         (mime-entity-buffer-internal): New function.
1950         (mime-entity-header-start-internal): New function.
1951         (mime-entity-header-end-internal): New function.
1952         (mime-entity-body-start-internal): New function.
1953         (mime-entity-body-end-internal): New function.
1954         (mime-entity-node-id-internal): New function.
1955         (mime-entity-content-type-internal): New function.
1956         (mime-entity-content-disposition-internal): New function.
1957         (mime-entity-encoding-internal): New function.
1958         (mime-entity-original-header-internal): New function.
1959         (mime-entity-children-internal): New function.
1960         (mime-entity-parsed-header-internal): New function.
1961         (mime-entity-set-original-header-internal): Renamed from
1962         `mime-entity-set-original-header'.
1963         (mime-entity-set-children-internal): Renamed from
1964         `mime-entity-set-children'.
1965         (mime-entity-set-parsed-header-internal): Renamed from
1966         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
1967         functions to mime.el.
1968
1969 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1970
1971         * mime-ja.sgml (CVS): Fix typo.
1972
1973 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1974
1975         * mime-parse.el (mime-parse-encapsulated): New function.
1976         (mime-parse-message): Use `mime-parse-encapsulated'.
1977
1978 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1979
1980         * mime-def.el (mime-entity-set-children): New function.
1981
1982         * mime-parse.el (mime-parse-multipart): Change interface.
1983         (mime-parse-message): Use `mime-entity-set-children'.
1984
1985 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1986
1987         * mime.el (mime-read-field): Fix typo.
1988
1989 \f
1990 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1991
1992         * FLIM: Version 1.6.0 (Ogura) was released.
1993
1994         * mime-ja.sgml (Entity Attributes): New section.
1995
1996         * mime-ja.sgml (Entity as node in message): Add description of
1997         `mime-find-entity-from-number' and
1998         `mime-find-entity-from-node-id'.
1999
2000         * mime.el (mime-find-entity-from-number): New function.
2001         (mime-find-entity-from-node-id): New function.
2002         (mime-entity-parent): New function (moved from SEMI MIME-View).
2003         (mime-entity-uu-filename): New function (moved from SEMI
2004         MIME-View).
2005         (mime-entity-filename): New function (moved from SEMI MIME-View).
2006
2007         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2008
2009 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2010
2011         * mime-ja.sgml: Modify for FLIM 1.6.
2012
2013         * mime.el (mime-fetch-field): New function; abolish
2014         `mime-entity-fetch-field'.
2015         (mime-read-field): New function; abolish `mime-entity-read-field'.
2016
2017 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2018
2019         * mime-ja.sgml, mime-ja.texi: New files.
2020
2021 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2022
2023         * mime-parse.el (mime-parse-message): Would error if empty body.
2024
2025 \f
2026 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2027
2028         * FLIM: Version 1.5.0 (Mukaijima) was released.
2029
2030 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2031
2032         * README.en (What's FLIM): Modify for mime.el.
2033
2034         * FLIM-ELS (flim-modules): Add `mime'.
2035
2036         * mime-lib.el: Move every definitions to mime.el.
2037
2038         * mime.el: New module (renamed from mime-lib.el).
2039
2040 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2041
2042         * mime-lib.el: Add autoload setting for eword-encode.el.
2043
2044         * mime-lib.el (mime-entity-content): New function.
2045
2046 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2047
2048         * mel.el: Abolish constant `mel-version'.
2049
2050         * mel.el (mime-string-decoding-method-alist): New variable.
2051         (mime-decode-string): New function.
2052
2053 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2054
2055         * mel-b.el (base64-external-decode-string): New function.
2056         (base64-decode-string): New function.
2057
2058 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2059
2060         * mel-q.el (quoted-printable-decode-string): New implementation.
2061
2062 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2063
2064         * mel-q.el (quoted-printable-internal-decode-region): New
2065         implementation.
2066
2067 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2068
2069         * mel-q.el (q-encoding-decode-string): Use
2070         `quoted-printable-hex-char-to-num'.
2071
2072         * mel-q.el (quoted-printable-hex-char-to-num): New function.
2073         (quoted-printable-decode-string): Use
2074         `quoted-printable-hex-char-to-num'.
2075
2076 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2077
2078         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
2079         mime-parse.el to mime-def.el.
2080
2081 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2082
2083         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
2084         mime-parse.el to mime-lib.el.
2085
2086         * mime-lib.el: Add autoload setting for mime-parse.el.
2087
2088 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2089
2090         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
2091         `mime-entity-point-max', `mime-entity-media-type',
2092         `mime-entity-media-subtype', `mime-entity-parameters' and
2093         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
2094
2095         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
2096         reference functions from mime-parse.el to mime-def.el.
2097
2098         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
2099         from mime-parse.el to mime-def.el.
2100
2101 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2102
2103         * mel-b.el (base64-internal-decode-string): Renamed from
2104         `base64-decode-string'.
2105         (base64-decode-string): New alias for
2106         `base64-internal-decode-string'.
2107
2108 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2109
2110         * mel-b.el (base64-decode-unit): New function; abolish
2111         `base64-decode-1'.
2112         (base64-decode-string): New implementation.
2113         (base64-internal-decode-region): New implementation.
2114
2115 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2116
2117         * mime-parse.el (mime-message-structure): New variable.
2118         (mime-parse-buffer): New function.
2119
2120 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2121
2122         * mime-def.el: Require 'cl when it is compiled.
2123
2124         * mime-lib.el (mime-entity-read-field): Fix typo.
2125         Use `eword-decode-ignored-field-list'.
2126
2127         * mime-parse.el (mime-parse-multipart): Fix typo.
2128         (mime-parse-message): Parse message/external-body.
2129
2130 \f
2131 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2132
2133         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
2134
2135 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2136
2137         * eword-decode.el (mime-insert-decoded-header): Fix typo.
2138
2139 \f
2140 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2141
2142         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
2143
2144 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2145
2146         * README.en (What's FLIM): Add description about mime-lib.el and
2147         mime-parse.el.
2148
2149 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2150
2151         * mime-parse.el: Require 'cl when it is compiled.
2152
2153         * eword-decode.el (eword-visible-field-p): New function.
2154         (mime-insert-decoded-header): Use `eword-visible-field-p'.
2155
2156 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2157
2158         * mime-def.el (mime-library-version-string): Renamed from
2159         `mime-spadework-module-version-string'.
2160
2161         * mime-parse.el: New file; moved from SEMI layer.
2162
2163         * FLIM-ELS (flim-modules): Add `mime-parse'.
2164
2165 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2166
2167         * FLIM-ELS (flim-modules): Add `mime-lib'.
2168
2169         * mime-lib.el: New module.
2170
2171         * mime-def.el (mime-entity): Add new slots for original-header and
2172         parsed-header.
2173         (mime-entity-set-original-header): New function.
2174         (mime-entity-set-parsed-header): New function.
2175
2176 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2177
2178         * mime-def.el (mime-entity-number): New function (moved from SEMI
2179         layer).
2180
2181 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2182
2183         * mime-def.el: Move definition of structure `mime-entity' from
2184         SEMI layer.
2185
2186 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2187
2188         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
2189         default value.
2190         (eword-decode-structured-field-list): Capitalize default value.
2191         (eword-decode-header): Regularize field name by `capitalize'.
2192         (mime-insert-decoded-header): New function.
2193
2194 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2195
2196         * mailcap.el (mailcap-file): Use `defcustom'.
2197
2198 \f
2199 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2200
2201         * FLIM: Version 1.3.0 (Fushimi) was released.
2202
2203 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2204
2205         * std11.el (std11-fetch-field): New function.
2206         (std11-field-body): Use 'std11-fetch-field.
2207
2208 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2209
2210         * mime-def.el (regexp-*): New function (moved from mime-parse.el
2211         of SEMI (REMI)).
2212         (regexp-or): New function (moved from mime-parse.el of
2213         SEMI (REMI)).
2214
2215         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
2216         of SEMI (REMI)).
2217         (std11-non-qtext-char-list): New constant (copied from std11.el).
2218         (std11-qtext-regexp): New constant (moved from mime-parse.el of
2219         SEMI (REMI)).
2220         (std11-quoted-string-regexp): New constant (moved from
2221         mime-parse.el of SEMI (REMI)).
2222
2223 \f
2224 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2225
2226         * FLIM: Version 1.2.2 (Takeda) was released.
2227
2228         * FLIM-VERSION: New file.
2229
2230 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2231
2232         * mel-q.el (quoted-printable-internal-encode-region): Use
2233         'looking-at-as-unibyte instead of local binding for
2234         enable-multibyte-characters.
2235
2236 \f
2237 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2238
2239         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
2240
2241 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * mel-q.el (quoted-printable-internal-decode-region): Use
2244         'string-as-multibyte to avoid problem in Emacs 20.3.
2245
2246 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2247
2248         * mel-u.el: Use mime-temp-directory instead of TMP.
2249
2250 \f
2251 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2252
2253         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
2254
2255         * README.en (What's FLIM): Delete description about
2256         std11-parse.el; add description about mailcap.el.
2257
2258 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2259
2260         * eword-decode.el (eword-decode-encoded-word-error-handler): New
2261         variable.
2262         (eword-decode-encoded-word-default-error-handler): New function.
2263         (eword-decode-encoded-word): Use
2264         'eword-decode-encoded-word-error-handler.
2265
2266 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2267
2268         * mailcap.el: Require 'mime-def.
2269
2270         * mime-def.el (mime-type/subtype-string): New function (moved from
2271         semi/mime-parse.el).
2272
2273 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2274
2275         * std11-parse.el: Abolish std11-parse.el.
2276
2277         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
2278
2279         * eword-decode.el: Require 'std11 instead of 'std11-parse.
2280
2281         * std11.el: Merge std11-parse.el.
2282
2283 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2284
2285         * mime-def.el (mime-temp-directory): Use 'defcustom.
2286
2287         * mel-u.el: Require 'mime-def instead of 'mel.
2288
2289         * mime-def.el (mime-temp-directory): New variable (moved from
2290         mel.el).
2291
2292         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
2293
2294 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2295
2296         * mailcap.el (mailcap-format-command): New function.
2297
2298         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
2299         again.
2300
2301 \f
2302 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2303
2304         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
2305
2306 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2307
2308         * mime-def.el (quoted-printable-hex-chars): New constant.
2309         (quoted-printable-octet-regexp): New constant.
2310
2311         * mel-q.el, eword-decode.el: Move definition of constant
2312         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
2313         mime-def.el.
2314
2315 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2316
2317         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
2318
2319 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2320
2321         * mailcap.el (mailcap-look-at-mtext): Fix typo.
2322
2323 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2324
2325         * FLIM-ELS (flim-modules): Add mailcap.
2326
2327         * mailcap.el: New file (copied from SEMI).
2328
2329 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2330
2331         * eword-decode.el (eword-decode-ignored-field-list): Add
2332         `received'.
2333
2334         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
2335         environment variables.
2336
2337 \f
2338 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2339
2340         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
2341
2342         * mime-def.el (mime-spadework-module-version-string): New
2343         constant.
2344
2345         * eword-encode.el: Abolish constant 'eword-encode-version.
2346
2347         * eword-decode.el: Abolish constant 'eword-decode-version.
2348
2349 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2350
2351         * eword-encode.el (eword-encode-divide-into-charset-words): Use
2352         'char-length or 'char-next-index instead of 'char-bytes.
2353         (tm-eword::encode-string-1): Use 'char-next-index instead of
2354         'char-bytes.
2355
2356 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2357
2358         * mel.el (base64-dl-module): Must check base64.so actually exists.
2359
2360 \f
2361 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2362
2363         * FLIM: Version 1.0.0 was released.
2364
2365         * README.en: Modify for FLIM.
2366
2367         * ChangeLog: New file.
2368
2369 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2370
2371         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
2372
2373         * Makefile: Modify for FLIM.
2374
2375 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2376
2377         * Makefile: New file.
2378
2379         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
2380         eword-encode.el: Copied from MEL, SEMI (mime-def.el
2381         eword-decode.el eword-encode.el) and APEL (std11-parse.el
2382         std11.el).