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