* luna.el: Don't require `static'.
[elisp/flim.git] / ChangeLog
1 2000-11-28   Daiki Ueno  <ueno@unixuser.org>
2
3         * luna.el: Don't require `static'.
4         (luna-define-class-function): Don't bind colon keywords.
5
6 2000-11-21   Daiki Ueno  <ueno@unixuser.org>
7
8         * sasl.el (sasl-client-set-encoder): New function.
9         (sasl-client-set-decoder): New function.
10         (sasl-client-encoder): New function.
11         (sasl-client-decoder): New function.
12
13         * sasl-digest.el: Require 'cl' when compiling.
14         (sasl-digest-md5-signing-encode-magic): New constant.
15         (sasl-digest-md5-signing-decode-magic): New constant.
16         (sasl-digest-md5-htonl-string): New function.
17         (sasl-digest-md5-make-integrity-encoder): New function.
18         (sasl-digest-md5-make-integrity-decoder): New function.
19         (sasl-digest-md5-ha1): New function.
20         (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
21         (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
22         - Set integrity encoder and decoder of the client.
23
24         * smtp.el: Require `luna'.
25         (smtp-read-response): Accept `smtp-connection' object rather than
26         process-object.
27         (smtp-send-command): Likewise.
28         (smtp-send-data): Likewise.
29
30 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
31
32         * luna.el (luna-define-method): Clear method cache.
33         (luna-apply-generic): New function.
34         (luna-define-generic): Use `luna-apply-generic' instead of `luna-send'.
35
36 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
37
38         * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
39         `forward-char'.
40         (smtp-read-response): Don't bind `case-fold-search'.
41         (smtp-send-data): Don't save excursion.
42
43 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
44
45         * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
46         (sasl-digest-md5-syntax-table): Rename from
47         `sasl-digest-md5-parse-digest-challenge-syntax-table'.
48         (sasl-digest-md5-parse-string): Rename from
49         `sasl-digest-md5-parse-digest-challenge'; only return a property list.
50         (sasl-digest-md5-challenge): Abolish.
51         (sasl-digest-md5-build-response-value-1): Abolish.
52         (sasl-digest-md5-response-value): Define as function.
53         (sasl-digest-md5-response): Rewrite.
54
55         * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
56         (test-sasl-digest-md5-acap): New testcase.
57
58 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
59
60         * lunit.el (lunit-make-test-suite-from-class): New function.
61         (lunit-class): Abolish.
62         (lunit-test-results-buffer): Abolish.
63
64         * FLIM-ELS (check-flim): New function.
65
66         * Makefile (check): New target.
67
68         * tests: New directory.
69
70 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
71
72         * lunit.el (lunit-test-method-regexp): New variable.
73         (lunit-class): New function.
74
75 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
76
77         * lunit.el: New file.
78
79 2000-11-07   Kenichi OKADA  <okada@opaopa.org>
80
81         * sasl.el (sasl-login-response-1): Fix.
82         (sasl-login-response-2): Fix.
83
84 2000-11-07   Daiki Ueno  <ueno@unixuser.org>
85
86         * smtp.el (smtp-sasl-properties): New user option.
87         (smtp-sasl-user-realm): Abolish.
88
89 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
90
91         * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
92         (qmtp-via-smtp): Mark as obsolete.
93         (qmtp-send-buffer): New function.
94
95         * sasl.texi: New file.
96
97 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
98
99         * sasl.el (sasl-step-data): New function.
100         (sasl-step-set-data): New function.
101
102 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
103
104         * sasl.el: Don't require 'poe'
105         - Rename `sasl-*instantiator*' to `sasl-*client*'.
106         - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
107         - Rename `sasl-*continuations*' to `sasl-*steps*'.
108         (sasl-make-client): Accept 1st argument `mechanism'.
109         (sasl-next-step): Rename from `sasl-evaluate-challenge'.
110
111 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
112
113         * sasl.el (sasl-make-instantiator): Define as function.
114         (sasl-instantiator-name): Ditto.
115         (sasl-instantiator-service): Ditto.
116         (sasl-instantiator-server): Ditto.
117         (sasl-instantiator-set-properties): Ditto.
118         (sasl-instantiator-set-property): Ditto.
119         (sasl-instantiator-property): Ditto.
120         (sasl-instantiator-properties): Ditto.
121         (sasl-authenticator-mechanism): Ditto.
122         (sasl-authenticator-continuations): Ditto.
123
124 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
125
126         * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
127         (sasl-make-instantiator): Abolish optional 4th argument.
128         (sasl-instantiator-set-properties): New function.
129         (sasl-instantiator-put-property): New function.
130         (sasl-instantiator-property): New function.
131         (sasl-instantiator-properties): New function.
132
133         * smtp.el (smtp-sasl-user-name): Rename from
134         `smtp-sasl-principal-user'.
135         (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
136
137 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
138
139         * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
140         (sasl-mechanism-alist): Likewise.
141         (sasl-error): Define.
142         (sasl-login-continuations): New variable.
143         (sasl-login-response-1): New function.
144         (sasl-login-response-2): New function.
145         (sasl-anonymous-continuations): New variable.
146         (sasl-anonymous-response): New function.
147
148         * smtp.el (smtp-error): Define.
149         (smtp-via-smtp): Use it.
150
151 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
152
153         * smtp.el (smtp-via-smtp): Mark as obsolete.
154         (smtp-send-buffer): Rename from `smtp-via-smtp'.
155
156 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
157
158         * sasl.el (sasl-make-authenticator): Allocate a freshly generated
159         symbol for each continuation.
160
161 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
162
163         * sasl-digest.el (sasl-digest-md5-response-1): Rename from
164         `sasl-digest-md5-digest-response'.
165         (sasl-digest-md5-response-2): New alias.
166         (sasl-digest-md5-parse-digest-challenge): Save excursion.
167
168         * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
169         (sasl-mechanisms): New variable.
170         (sasl-find-authenticator): Check `sasl-mechanisms' rather than
171         `sasl-mechanism-alist'.
172
173         * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
174         (smtp-primitive-auth): Check authenticator.
175
176 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
177
178         * FLIM-ELS (hmac-modules): New variable.
179         (flim-modules): Move HMAC modules to `hmac-modules'
180         - Add `sasl-digest'.
181
182         * smtp.el (smtp-sasl-principal-realm): New user option.
183
184         * sasl.el (sasl-plain-response): New function.
185         (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
186         (sasl-unique-id-function): New variable.
187         (sasl-plain-continuations): New variable.
188         (sasl-unique-id): New function.
189         (sasl-unique-id-char): New variable.
190
191         * sasl-digest.el: New file.
192
193 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
194
195         * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
196         `sasl-make-principal', `sasl-find-authenticator',
197         `sasl-authenticator-mechanism-internal' and
198         `sasl-evaluate-challenge'.
199         (smtp-use-sasl): New user option.
200         (smtp-sasl-principal-name): New user option.
201         (smtp-sasl-mechanisms): New user option.
202         (smtp-submit-package): Call `smtp-primitive-starttls' and
203         `smtp-primitive-auth'.
204         (smtp-primitive-ehlo): Don't modify the rest of a extension line.
205         (smtp-primitive-auth): New function.
206         (smtp-primitive-starttls): Check the response code.
207
208         * sasl.el: New implementation.
209
210         * sasl-cram.el: New file.
211
212         * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
213         `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
214
215 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
216
217         * smtp.el: Add autoload settings for `starttls-open-stream' and
218         `starttls-negotiate'.
219         (smtp-connection-set-extensions-internal): New macro.
220         (smtp-connection-extensions-internal): New macro.
221         (smtp-make-connection): Set the `extension' slot to nil.
222         (smtp-primitive-ehlo): New function.
223         (smtp-submit-package): Rename from `smtp-commit'.
224         (smtp-submit-package-function): Rename from `smtp-commit-function'.
225         (smtp-primitive-starttls): New function.
226         (smtp-extensions): New group.
227         (smtp-use-8bitmime): New variable.
228         (smtp-use-size): New variable.
229         (smtp-use-starttls): New variable.
230         (smtp-via-smtp): Bind `smtp-open-connection-function'.
231
232 2000-10-31   Daiki Ueno  <ueno@unixuser.org>
233
234         * smtp.el: New implementation; don't use `tram.el' and `luna.el'.
235
236 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
237
238         * FLIM-ELS (flim-modules): Add `closure' and `tram'.
239
240         * smtp.el (smtp-default-transaction-compose-function): Use
241         `tram-compose-transaction'.
242         (smtp-via-smtp): Don't compile transaction-function.
243         (smtp-check-response): Abolish.
244
245         * tram.el: Rename from net-trans.el; require `closure'.
246         (tram-define-transaction): New function.
247         (tram-compose-&&): Expand macro `closure-call'.
248         (tram-compose-||): Ditto.
249
250 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
251
252         * smtp.el (smtp-default-commands): Abolish.
253         (smtp-commands): Abolish.
254         (smtp-transaction): Delete slots about package information.
255         (smtp-transaction-function): Abolish.
256         (smtp-greeting,smtp-ehlo,smtp-helo,smtp-mailfrom,
257         smtp-rcptto,smtp-data): Define as function.
258         (smtp-default-transaction-compose-function): New function.
259         (smtp-closure-partial-apply): New function.
260         (smtp-transaction-compose-function): New variable.
261         (smtp-mailfrom): Don't send message size.
262
263         * qmtp.el (qmtp-timeout): New user option.
264         (qmtp-read-point): New variable.
265         (qmtp-send-package): New function.
266
267 2000-08-15   Daiki Ueno  <ueno@unixuser.org>
268
269         * FLIM-ELS (flim-modules): Add `qmtp'.
270
271         * qmtp.el: New file.
272
273         * smtp.el (smtp-check-response): Rewrite.
274
275         * net-trans.el (net-transaction-fold-left): Rename.
276
277 2000-08-14   Daiki Ueno  <ueno@unixuser.org>
278
279         * smtp.el: Require `net-trans'.
280         (smtp-transaction): New class.
281         (smtp-open-connection-function): New variable.
282         (smtp-default-commands): New variable.
283         (smtp-commands): New variable.
284         (smtp-transaction-function): New variable.
285         (smtp-greeting): New generic function.
286         (smtp-ehlo): New generic function.
287         (smtp-helo): New generic function.
288         (smtp-mailfrom): New generic function.
289         (smtp-rcptto): New generic function.
290         (smtp-data): New generic function.
291         (smtp-via-smtp): Simplify.
292         (smtp-check-response): New function.
293         (smtp-read-response): Simplify.
294         (smtp-debug-info): Abolish.
295         (smtp-send-data-1): Don't refer smtp-debug-info.
296         (smtp-ehlo): Parse response.
297
298         * net-trans.el: New file.
299
300         * FLIM-ELS (flim-modules): Add `net-trans'.
301
302 2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
303
304         * mmgeneric.el: Enclose definition of class `mime-entity' and its
305         internal accessors by `eval-and-compile'.
306
307         * luna.el: Define `luna-class-name' before it is used in macros.
308
309 \f
310 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
311
312         * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
313
314 2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
315
316         * mmexternal.el (initialize-instance): Deleted.
317         (mmexternal-require-file-name): New function.
318         (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
319
320 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
321
322         * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
323         string.
324
325 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
326
327         * mmexternal.el (initialize-instance): New method.
328         (mime-entity-name): Fixed.
329         (mmexternal-require-buffer): New function.
330         (mime-insert-entity): New implementation.
331         (mime-write-entity): Likewise.
332         (mime-entity-body): New method.
333         (mime-insert-entity-body): New method.
334         (mime-write-entity-body): New implementation.
335         (mime-entity-content): Likewise.
336         (mime-insert-entity-content): Likewise.
337         (mime-write-entity-content): Likewise.
338         (mime-entity-fetch-field): Likewise.
339         (mime-insert-header): Likewise.
340
341         * mmbuffer.el (initialize-instance): Store buffer instead of name
342         of buffer to `buffer' slot.
343
344 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
345
346         * mmgeneric.el (mime-entity-children): Deleted.
347
348         * mmbuffer.el (mime-insert-entity-body): New method.
349         (mmbuffer-parse-multipart): New function.
350         (mmbuffer-parse-encapsulated): New function.
351         (mime-entity-children): New function.
352
353 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
354
355         * mime.el (mime-find-root-entity): New function.
356         (mime-entity-header-buffer): Comment out.
357         (mime-goto-header-start-point): Likewise.
358         (mime-entity-header-start-point): Likewise.
359         (mime-entity-header-end-point): Likewise.
360         (mime-entity-body-buffer): Likewise.
361         (mime-goto-body-start-point): Likewise.
362         (mime-goto-body-end-point): Likewise.
363         (mime-entity-body-start-point): Likewise.
364         (mime-entity-body-end-point): Likewise.
365         (mime-entity-body-start): Likewise.
366         (mime-entity-body-end): Likewise.
367         (mime-entity-buffer): Likewise.
368         (mime-entity-point-min): Likewise.
369         (mime-entity-point-max): Likewise.
370         (mime-insert-entity-body): New generic function.
371         (mime-entity-uu-filename): Use `mime-insert-entity-body'.
372         (mime-entity-set-content-type): New function.
373         (mime-entity-set-encoding): New function.
374
375         * mime-parse.el (mime-parse-multipart): Comment out.
376         (mime-parse-encapsulated): Likewise.
377         (mime-parse-external): Likewise.
378
379         * mmbuffer.el (mime-entity-header-buffer): Comment out.
380         (mime-goto-header-start-point): Likewise.
381         (mime-entity-header-start-point): Likewise.
382         (mime-entity-header-end-point): Likewise.
383         (mime-entity-body-buffer): Likewise.
384         (mime-goto-body-start-point): Likewise.
385         (mime-goto-body-end-point): Likewise.
386         (mime-entity-body-start-point): Likewise.
387         (mime-entity-body-end-point): Likewise.
388         (mime-entity-buffer): Likewise.
389         (mime-entity-point-min): Likewise.
390         (mime-entity-point-max): Likewise.
391
392 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
393
394         * eword-encode.el (eword-charset-encoding-alist): Add
395         `iso-2022-jp-3'.
396
397 2000-05-25  Tanaka Akira      <akr@m17n.org>
398
399         * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
400         
401 2000-05-09  Katsumi Yamaoka   <yamaoka@jpl.org>
402
403         * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
404         in the working buffer.
405
406 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
407
408         * mime.el (mime-entity-body): New function.
409         * mmbuffer.el (mime-entity-body): Implement it.
410
411 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
412
413         * mime.el (mime-entity-node-id): Change to function.
414
415 2000-03-03  MORIOKA Tomohiko  <tomo@m17n.org>
416
417         * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
418         `mime-message-structure'.
419
420         * mime-parse.el (mime-parse-buffer): Don't setup
421         `mime-message-structure'.
422
423 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
424
425         * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
426         (mime-insert-header-from-buffer): Moved from mmbuffer.el.
427
428         * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
429         Moved to mmgeneric.el.
430         (mime-insert-header-from-buffer): Moved to mmgeneric.el.
431
432 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
433
434         * FLIM-ELS (flim-modules): Add `mmgeneric'.
435
436         * mmgeneric.el: New file.
437
438         * mmbuffer.el: Require `mmgeneric'.
439
440         * mime.el: Require `mmgeneric' when compiling.
441
442         * mime-def.el: Move mime-entity related definitions to
443         mmgeneric.el.
444
445 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
446
447         * mime.el (mime-find-entity-from-number): Now second argument
448         `message' is not an optional argument.
449         (mime-find-entity-from-node-id): Likewise.
450         (mime-find-entity-from-content-id): Likewise.
451         (mime-fetch-field): Delete obsolete function.
452         (mime-read-field): Likewise.
453
454 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
455
456         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
457         (mime-goto-header-start-point): Likewise.
458         (mime-entity-header-start-point): Likewise.
459         (mime-entity-header-end-point): Likewise.
460         (mime-entity-body-start): Use `defalias'; don't recommend to use
461         `mime-entity-body-start-point' instead.
462         (mime-entity-body-end): Use `defalias'; don't recommend to use
463         `mime-entity-body-end-point' instead.
464         (mime-entity-body-buffer): Mark it as obsolete.
465         (mime-goto-body-start-point): Likewise.
466         (mime-goto-body-end-point): Likewise.
467         (mime-entity-body-start-point): Likewise.
468         (mime-entity-body-end-point): Likewise.
469         (mime-entity-buffer): Don't recommend to use
470         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
471         (mime-entity-point-min): Don't recommend to use
472         `mime-entity-header-start-point' instead.
473         (mime-entity-point-max): Don't recommend to use
474         `mime-entity-body-end-point' instead.
475
476         * mime-def.el (mime-library-version): update to 1.14.1.
477         - Add autoload setting for `mime-parse-external'.
478
479 \f
480 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
481
482         * Chao: Version 1.14.0 (Momoyama) released.
483
484 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
485
486         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
487         server.
488
489 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
490
491         * mel-b-el.el (base64-encode-region): Allow the optional second arg
492         `no-line-break'.
493         (base64-external-encode-region): Likewise.
494         (base64-internal-encode-region): Likewise.
495         (base64-encode-string): Likewise.
496
497 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
498
499         * FLIM-ELS (flim-modules): Add `mmexternal'.
500
501         * mime-parse.el (mime-parse-external): New function.
502
503         * mime-def.el (mime-entity-children [mime-entity]): Use
504         `mime-parse-external' for message/external-body.
505
506         * mmexternal.el: New module.
507
508 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
509
510         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
511         recent ML address and ftp site.
512
513 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
514
515         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
516         and custom-load.el
517
518 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
519
520         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
521         eof.  [cf. <tm-ja:5177>]
522
523 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
524
525         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
526
527 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
528
529         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
530
531 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
532
533         * smtpmail.el (smtpmail-send-it): Make directory
534         `smtpmail-queue-dir' if it does not exist; convert filename of
535         queued mail using `convert-standard-filename'.
536         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
537         name using `file-name-as-directory'.
538         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
539         strings.
540
541 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
542
543         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
544         `time-stamp-hh:mm:ss' instead of `current-time'.
545
546 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
547
548         * FLIM-ELS: Use `if' instead of `unless'.
549
550 \f
551 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
552
553         * FLIM: Version 1.13.2 (Kasanui) released.
554
555 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
556
557         * smtp.el (smtp-notify-success): New option.
558         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
559         SMTP server if `smtp-notify-success' is non-nil.
560         [cf. <tm-ja:4872,4877>]
561
562 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
563
564         * mime.el (mime-entity-header-start-point): New generic function.
565         (mime-entity-header-end-point): New generic function.
566
567         * mmbuffer.el (mime-entity-header-start-point): New method.
568         (mime-entity-header-end-point): New method.
569
570 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
571
572         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
573
574 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
575
576         * mmdbuffer.el: New module.
577
578 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
579
580         * mime-parse.el: Add autoload setting for
581         `mime-entity-body-buffer', `mime-entity-body-start-point' and
582         `mime-entity-body-end-point'.
583
584         * mime.el (mime-entity-point-min): Define as an obsolete function.
585         (mime-entity-point-max): Likewise.
586
587 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
588
589         * mmbuffer.el (entity-point-min): Deleted because it is
590         duplicated.
591         (entity-point-max): Deleted because it is duplicated.
592
593 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
594
595         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
596         mime-def.el].
597
598         * mime-def.el: Add autoload settings for `mime-entity-content' [to
599         avoid warning].
600         (mime-insert-text-content): New method of `mime-entity' [moved
601         from mmbuffer.el].
602
603 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
604
605         * mmbuffer.el (mime-entity-children): Deleted [moved to
606         mime-def.el].
607
608         * mime-def.el: Add autoload settings for
609         `mime-entity-content-type', `mime-parse-multipart' and
610         `mime-parse-encapsulated' [to avoid warning].
611         (mime-entity-children): New method of `mime-entity' [moved from
612         mmbuffer.el].
613
614 \f
615 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
616
617         * FLIM: Version 1.13.1 (Tawaramoto) released.
618
619 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
620
621         * mime-parse.el (mime-parse-buffer): Fixed.
622
623 \f
624 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
625
626         * FLIM: Version 1.13.0 (Iwami) released.
627
628 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
629
630         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
631         time-stamp-strftime.
632         (smtpmail-send-it): Use write-region-as-binary instead of
633         write-file.
634         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
635         instead of find-file-noselect.
636
637 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
638
639         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
640
641 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
642
643         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
644         end of the field for fetching the recipients from Resent-To.
645
646 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
647
648         * luna.el (luna-define-class-function): Check for the improbable
649         name of variable beginning with colon whether we should bind the
650         sort of symbol or not.
651         (TopLevel): Likewise.
652
653 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
654
655         * luna.el (luna-define-class-function): Bind member variables
656         statically for old Emacsen.
657         (TopLevel): Require `static'; bind `:before', `:after' and
658         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
659
660 \f
661 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
662
663         * Chao: Version 1.13.0 (JR Fujinomori) released.
664
665 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
666
667         * mmbuffer.el (mime-entity-fetch-field): New implementation.
668
669         * mime-def.el (mime-entity-fetch-field): New method of luna-class
670         `mime-entity'.
671
672         * luna.el (luna-define-method): Allow `:around' qualifier.
673         (luna-class-find-functions): Likewise.
674         (luna-send): Likewise.
675         (luna-call-next-method): New function.
676
677 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
678
679         * mime-def.el (eval-module-depended-macro): Abolished.
680         Use `def-edebug-spec' directly.
681
682         * luna.el (luna-define-method): Allow `:before' qualifier.
683         (luna-class-find-functions): Likewise.
684
685         * mime-def.el (mime-message-structure): Define as obsolete
686         variable.
687
688 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
689
690         * mime-parse.el (mime-parse-encapsulated): Use
691         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
692
693         * mime.el (mime-parse-buffer): Revert to auto-load from
694         "mime-parse".
695
696         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
697         again.
698         (mime-parse-encapsulated): Likewise.
699         (mime-parse-message): Likewise.
700         (mime-parse-buffer): Likewise.
701
702         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
703         (mime-parse-encapsulated): Likewise.
704         (mime-parse-message): Likewise.
705         (mime-parse-buffer): Likewise.
706
707         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
708         entity.
709
710 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
711
712         * mmbuffer.el (initialize-instance): Don't initialize slots if
713         they are initialized.
714         (mime-parse-multipart): Run in body-buffer of an entity.
715         (mime-entity-body-start-point): New method.
716
717 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
718
719         * mmbuffer.el (mime-entity-body-end-point): New method.
720         (mime-goto-header-start-point): New method.
721         (mime-goto-body-start-point): New method.
722         (mime-goto-body-end-point): New method.
723
724         * mime.el (mime-goto-body-end-point): New generic function.
725
726         * mel.el (Q-encoded-text-length): Fixed.
727
728 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
729
730         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
731         header-end.
732
733         * mmcooked.el (mime-insert-header): Fix typo.
734
735 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
736
737         * mmcooked.el (mime-insert-header): Use
738         `luna-class-find-functions'.
739
740         * mime.el (mime-entity-buffer): Define as obsolete function.
741         (mime-entity-body-end-point): New generic function; define
742         `mime-entity-body-end' as obsolete function.
743         (mime-goto-body-start-point): New generic function.
744         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
745         `mime-entity-body-end-point'.
746
747         * mmbuffer.el (initialize-instance): Define as after method;
748         return initialized instance.
749
750         * luna.el (luna-define-class): Add `standard-object' as a parent.
751         (luna-define-method): Allow `:after' qualifier.
752         (luna-class-find-parents-functions): New function.
753         (luna-class-find-functions): New function [abolish
754         `luna-class-find-function'].
755         (luna-find-functions): New function [abolish
756         `luna-find-function'].
757         (luna-send): Modify for new method dispatch mechanism.
758         (luna-make-entity): New implementation.
759         (standard-object): New class.
760         (initialize-instance): New method.
761
762 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
763
764         * Delete mmgeneric.el.
765
766         * mmcooked.el: Modify for mmbuffer.el.
767
768         * mmbuffer.el:
769         - Don't require `mmgeneric' and `mime-parse'.
770         - Require mime.
771         - Use `luna'.
772         (mime-buffer-entity-buffer-internal): Renamed from
773         `mime-entity-set-buffer-internal'.
774         (mime-buffer-entity-set-buffer-internal): Likewise.
775         (mime-buffer-entity-header-start-internal): Likewise.
776         (mime-buffer-entity-set-header-start-internal): Likewise.
777         (mime-buffer-entity-header-end-internal): Likewise.
778         (mime-buffer-entity-set-header-end-internal): Likewise.
779         (mime-buffer-entity-body-start-internal): Likewise.
780         (mime-buffer-entity-set-body-start-internal): Likewise.
781         (mime-buffer-entity-body-end-internal): Likewise.
782         (mime-buffer-entity-set-body-end-internal): Likewise.
783         (mime-entity-name): New method.
784         (mime-parse-multipart): New function [moved from mime-parse.el].
785         (mime-parse-encapsulated): Likewise.
786         (mime-parse-message): Likewise.
787         (mime-entity-children): New method.
788         (mime-goto-header-start-point): New method.
789         (mime-visible-field-p): New function [moved from mmgeneric.el].
790         (mime-insert-header-from-buffer): Likewise.
791         (mime-insert-header): New method.
792         (mime-entity-content): Use `luna-define-method'.
793         (mime-insert-text-content): New method.
794         ((mime-entity-fetch-field): Use `luna-define-method'.
795         (mime-entity-header-buffer): New method.
796         (mime-entity-body-buffer): Likewise.
797         (mime-entity-buffer): Likewise.
798         (mime-entity-point-min): Use `luna-define-method'.
799         (mime-entity-point-max): Use `luna-define-method'.
800         (mime-parse-buffer): New function [moved from mmgeneric.el].
801
802         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
803         (mime-parse-encapsulated): Likewise.
804         (mime-parse-message): Likewise.
805         (mime-parse-buffer): Likewise.
806
807         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
808         (mime-find-function): Abolished.
809         (mime-entity-function): Abolished.
810         (mime-entity-send): Use `luna-send'.
811         (mime-open-entity): Use `luna-make-entity' and
812         `mm-expand-class-name'.
813         (mime-entity-cooked-p): Use `luna-define-generic'.
814         (mime-entity-children): Use `luna-send'.
815         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
816         (mime-entity-buffer): Change to generic function.
817         (mime-entity-header-buffer): New generic function.
818         (mime-entity-body-buffer): Likewise.
819         (mime-entity-point-min): Use `luna-define-generic'.
820         (mime-entity-point-max): Likewise.
821         (mime-entity-header-start): Abolished.
822         (mime-entity-header-end): Abolished.
823         (mime-entity-body-start): Abolished.
824         (mime-entity-body-end): Abolished.
825         (mime-goto-header-start-point): New generic function.
826         (mime-entity-fetch-field): New generic function.
827         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
828         obsolete function.
829         (mime-entity-content-type): Use `mime-entity-fetch-field'.
830         (mime-entity-content-disposition): Likewise.
831         (mime-entity-encoding): Likewise.
832         (mime-entity-read-field): New function.
833         (mime-read-field): Use `mime-entity-read-field'; declare as
834         obsolete function.
835         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
836         alias `mime-insert-decoded-header'.
837         (mime-entity-name): New generic function.
838         (mime-entity-content): Use `luna-define-generic'.
839         (mime-insert-entity-content): Likewise.
840         (mime-write-entity-content): Likewise.
841         (mime-insert-text-content): Likewise.
842         (mime-insert-entity): Likewise.
843         (mime-write-entity): Likewise.
844         (mime-write-entity-body): Likewise.
845
846         * mime-def.el:
847         - Use `luna'.
848         (make-mime-entity-internal): Abolished.
849         (mime-entity-representation-type-internal): Change to alias for
850         `luna-class-name'.
851         (mime-entity-set-representation-type-internal): Change to alias
852         for `luna-set-class-name'.
853         (mime-entity-location-internal): Defined by
854         `luna-define-internal-accessors'.
855         (mime-entity-set-location-internal): Likewise.
856         (mime-entity-content-type-internal): Likewise.
857         (mime-entity-set-content-type-internal): Likewise.
858         (mime-entity-content-disposition-internal): Likewise.
859         (mime-entity-set-content-disposition-internal): Likewise.
860         (mime-entity-encoding-internal): Likewise.
861         (mime-entity-set-encoding-internal): Likewise.
862         (mime-entity-children-internal): Likewise.
863         (mime-entity-set-children-internal): Likewise.
864         (mime-entity-parent-internal): Likewise.
865         (mime-entity-set-parent-internal): Likewise.
866         (mime-entity-node-id-internal): Likewise.
867         (mime-entity-decoded-subject-internal): Abolished.
868         (mime-entity-set-decoded-subject-internal): Abolished.
869         (mime-entity-decoded-from-internal): Abolished.
870         (mime-entity-set-decoded-from-internal): Abolished.
871         (mime-entity-date-internal): Abolished.
872         (mime-entity-set-date-internal): Abolished.
873         (mime-entity-message-id-internal): Abolished.
874         (mime-entity-set-message-id-internal): Abolished.
875         (mime-entity-references-internal): Abolished.
876         (mime-entity-set-references-internal): Abolished.
877         (mime-entity-chars-internal): Abolished.
878         (mime-entity-set-chars-internal): Abolished.
879         (mime-entity-lines-internal): Abolished.
880         (mime-entity-set-lines-internal): Abolished.
881         (mime-entity-xref-internal): Abolished.
882         (mime-entity-set-xref-internal): Abolished.
883         (mime-entity-original-header-internal): Defined by
884         `luna-define-internal-accessors'.
885         (mime-entity-set-original-header-internal): Likewise.
886         (mime-entity-parsed-header-internal): Likewise.
887         (mime-entity-set-parsed-header-internal): Likewise.
888         (mime-entity-buffer-internal): Abolished.
889         (mime-entity-set-buffer-internal): Abolished.
890         (mime-entity-header-start-internal): Abolished.
891         (mime-entity-set-header-start-internal): Abolished.
892         (mime-entity-header-end-internal): Abolished.
893         (mime-entity-set-header-end-internal): Abolished.
894         (mime-entity-body-start-internal): Abolished.
895         (mime-entity-set-body-start-internal): Abolished.
896         (mime-entity-body-end-internal): Abolished.
897         (mime-entity-set-body-end-internal): Abolished.
898         (mm-expand-class-name): New macro.
899         (mm-define-backend): Use `luna-define-class' and
900         `mm-expand-class-name'.
901         (mm-define-method): Use `luna-define-method' and
902         `mm-expand-class-name'.
903         (mm-arglist-to-arguments): Abolished.
904         (mel-define-service): Use `luna-arglist-to-arguments' instead of
905         `mm-arglist-to-arguments'.
906
907         * mel.el: Require `alist'.
908
909         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
910
911         * luna.el:
912         - Rename property `luna-member-index' to `luna-slot-index'.
913         - Rearrangement to avoid byte-compiling problem.
914         (luna-define-class-function): New function.
915         (luna-define-class): Use `luna-define-class-function'.
916         (luna-define-generic): Fixed.
917         (luna-define-internal-accessors): New function.
918
919 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
920
921         * luna.el (luna-make-entity-function): Send `initialize-instance'.
922
923 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
924
925         * luna.el: New module.
926
927 \f
928 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
929
930         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
931
932 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
933
934         * mime-en.sgml (Network representation of header): Translate.
935
936 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
937
938         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
939         (base64-encode-1): Avoid concat.
940         (base64-encode-string): Fixed last change; extra padding.
941
942 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
943
944         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
945         variable alias for XEmacs.
946         (smtpmail-smtp-server): Likewise.
947         (smtpmail-smtp-service): Likewise.
948         (smtpmail-local-domain): Likewise.
949         (smtpmail-debug-info): Likewise.
950         (smtpmail-send-it): Check function `expand-mail-aliases' is
951         defined.
952
953 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
954
955         * smtp.el (smtp-debug-info): Now a user option.
956
957 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
958
959         * README.ja: Modify URL and required version of APEL.
960
961 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
962
963         * mel-b-ccl.el (base64-encode-string): New alias.
964         (base64-encode-region): Ditto.
965         (base64-decode-string): Ditto.
966         (base64-decode-region): Ditto.
967
968 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
969
970         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
971
972 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
973
974         * eword-encode.el (ew-space-process): Renamed from
975         `tm-eword::space-process'.
976
977 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
978
979         * eword-encode.el (tm-eword::space-process): Don't concatenate
980         `special's.
981         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
982         new optional argument `must-output'; return nil if it can't encode
983         literally.
984         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
985         if `ew-encode-rword-1' can't encode literally and it is possible
986         to encode the rest literally with the folding.
987         (eword-encode-phrase-to-rword-list): Add `special' flag to
988         brackets of comments.
989
990 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
991
992         * smtpmail.el: Require 'poe and 'pcustom.
993
994 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
995
996         * mel.el: Update header.
997         Require 'path-util and don't require 'poem.
998         (mel-use-module): Eliminate local variable `encoding'.
999         (mime-insert-encoded-file for mel-b-builtin):
1000         Use built-in `interactive' spec.
1001         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1002         (mime-encode-region): Capitalize prompt string.
1003         (mime-decode-region): Ditto.
1004         (mime-insert-encoded-file): Ditto.
1005         (mime-write-decoded-region): Ditto.
1006
1007         * mel-b-ccl.el: Update header.
1008         (base64-ccl-encode-region): Use read-only `interactive' spec.
1009         (base64-ccl-decode-region): Ditto.
1010         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1011         (base64-ccl-write-decoded-region): Ditto.
1012         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1013
1014         * mel-b-dl.el: Update header.
1015         Don't require 'poe; it is required implicitly via 'mime-def.
1016         (base64-dl-handle): Chech whether `base64-dl-module' is string.
1017         Defalias `base64-encode-string' and `base64-decode-string' just
1018         after `dynamic-call'ing "emacs_base64_init".
1019         (base64-encode-region): Use read-only `interactive' spec.
1020         Use `base64-encode-string'.
1021         Changed order of evaluation to "encode, delete, then insert".
1022         (base64-decode-region): Renamed from `decode-base64-region'.
1023         Use read-only `interactive' spec.
1024         Use `base64-decode-string'.
1025         Changed order of evaluation to "decode, delete, then insert".
1026         (mime-encode-string): Use `base64-encode-string'.
1027         (mime-decode-string): Use `base64-decode-string'.
1028         (mime-decode-region): Use `base64-decode-region'.
1029         (encoded-text-encode-string): Use `base64-encode-string'.
1030         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1031         (mime-insert-encoded-file): Use built-in `interactive' spec.
1032         (mime-write-decoded-region in comment): Ditto.
1033
1034         * mel-b-el.el: Update header.
1035         Don't require 'poe; it is required implicitly via 'mime-def.
1036         (pack-sequence): Moved to top of the function definitions.
1037         (base64-encode-string): Calculate padding first.
1038         (base64-internal-encode-region): Changed order of evaluation to
1039         "encode, delete, then insert".
1040         (base64-internal-decode-string): Changed order of evaluation to
1041         "decode, delete, then insert".
1042         (base64-encode-region): Use read-only `interactive' spec.
1043         (base64-decode-region): Ditto.
1044         (base64-decode-string): Not interactive.
1045         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1046         (base64-insert-encoded-file): Use built-in `interactive' spec.
1047         (base64-write-decoded-region): Ditto.
1048
1049         * mel-g.el: Update header.
1050         Require 'mime-def instead of 'poem and 'mel.
1051         (mime-insert-encoded-file): Use built-in `interactive' spec.
1052         (mime-write-decoded-region): Ditto.
1053
1054         * mel-q-ccl.el: Update header.
1055         (quoted-printable-ccl-encode-region):
1056         Use read-only `interactive' spec.
1057         (quoted-printable-ccl-decode-region): Ditto.
1058         (quoted-printable-ccl-insert-encoded-file):
1059         Use built-in `interactive' spec.
1060         (quoted-printable-ccl-write-decoded-region): Ditto.
1061         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1062
1063         * mel-q.el: Update header.
1064         Require 'path-util instead of 'emu.
1065         (quoted-printable-internal-encode-region): Rewrite without regexp.
1066         (quoted-printable-internal-decode-region): Ditto.
1067         (quoted-printable-encode-region): Use read-only `interactive' spec.
1068         (quoted-printable-decode-region): Ditto.
1069         (mime-insert-encoded-file): Use built-in `interactive' spec.
1070         (mime-write-decoded-region): Ditto.
1071         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1072
1073         * mel-u.el: Update header.
1074         Require 'path-util instead of 'emu.
1075         (mime-insert-encoded-file): Use built-in `interactive' spec.
1076         (mime-write-decoded-region): Ditto.
1077
1078 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1079
1080         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1081         (mime): Declare `default-mime-charset' as an initial member.
1082
1083         * mime-parse.el: Don't require 'cl at compile-time.
1084
1085         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1086
1087         * std11.el: Require 'poe, 'poem, and 'pcustom.
1088
1089         * smtp.el: Update header.
1090         Require 'poe, 'poem, and 'pcustom.
1091         Require 'cl at compile-time.
1092
1093 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
1094
1095         * README.en (Installation): Modify URL and required version of
1096         APEL.
1097
1098         * eword-encode.el (ew-find-charset-rule): Renamed from
1099         `tm-eword::find-charset-rule'; use
1100         `find-mime-charset-by-charsets'.
1101
1102 \f
1103 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
1104
1105         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
1106
1107 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1108
1109         * mel-b-ccl.el (TopLevel): Suppress warning.
1110         mel-q-ccl.el (TopLevel): Ditto.
1111         mime.el (TopLevel): Ditto.
1112
1113 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1114
1115         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1116         for "encoding".
1117
1118         * mime-def.el (std11-qtext-regexp): Don't use `string'.
1119         (mime-tspecial-char-list): Eval at compile time.
1120
1121 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1122
1123         * mime.el: Delete autoload setting for `eword-encode-field'.
1124
1125 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
1126
1127         * eword-encode.el: Require `poem' instead of `emu'.
1128         Don't use `cl' for `caar'.
1129
1130 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1131
1132         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1133         function.
1134         (smtp-server): Make it can also be a function called from
1135         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1136
1137 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1138
1139         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1140
1141 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1142
1143         * mime.el (mime-read-field): Correct argument of
1144         `mime-decode-field-body'; 'native -> 'plain.
1145
1146 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1147
1148         * eword-encode.el (TopLevel): Require 'cl when compiling.
1149         (eword-encode-rword-list): Suppress insertion of extra spaces.
1150         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1151         brackets atomically.
1152         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1153
1154 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1155
1156         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1157
1158 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * mel.el (mime-decode-string): Return STRING if return value of
1161         `(mel-find-function 'mime-decode-string encoding)' is nil.
1162
1163 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * mime-def.el (mel-define-service): Change size of obarray to 7.
1166
1167 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1168
1169         * mime-ja.sgml: Tranlate all untranslated parts.
1170
1171 \f
1172 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1173
1174         * FLIM: Version 1.12.5 (Hirahata) released.
1175
1176         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1177
1178 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1179
1180         * NEWS (New optional argument of `std11-field-end'): New
1181         subsection.
1182
1183         * std11.el (std11-field-end): Add new optional argument `bound'.
1184
1185 \f
1186 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1187
1188         * FLIM: Version 1.12.4 (Tsutsui) released.
1189
1190 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1191
1192         * README.en: Sync with latest FLIM.
1193
1194         * README.ja: fixed.
1195
1196 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1197
1198         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1199
1200         * mime.el (mime-insert-entity-content): New generic function.
1201
1202 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1203
1204         * NEWS (New function `mime-find-entity-from-content-id'): New
1205         subsection.
1206         (New function `mime-parse-msg-id'): New subsection.
1207         (New function `mime-uri-parse-cid'): New subsection.
1208
1209 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1210
1211         * mime.el (mime-find-entity-from-content-id): New function.
1212         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1213         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1214         and `Content-Id' field.
1215
1216         * mime-parse.el (mime-parse-msg-id): New function.
1217         (mime-uri-parse-cid): New function.
1218
1219 \f
1220 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1221
1222         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
1223
1224 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1225
1226         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1227         (New function `std11-parse-msg-id-string'): Likewise.
1228         (New function `std11-parse-msg-ids-string'): Likewise.
1229         (New generic function `mime-insert-entity'): Likewise.
1230
1231 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1232
1233         * mime.el (mime-field-parser-alist): Change to set parser for
1234         tokens instead of parser for string.
1235         (mime-read-field): Use `eword-lexical-analyze' before parsing.
1236
1237         * eword-encode.el (eword-encode-in-reply-to): Use
1238         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
1239         and `std11-lexical-analyze'.
1240
1241         * std11.el (std11-parse-msg-ids): Renamed from
1242         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
1243         obsolete alias.
1244         (std11-parse-msg-id-string): New function.
1245         (std11-parse-msg-ids-string): New function.
1246
1247 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1248
1249         * mime.el (mime-field-parser-alist): New variable.
1250         (mime-read-field): Refer `mime-field-parser-alist'.
1251
1252 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1253
1254         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
1255
1256         * mime.el (mime-insert-entity): New generic function.
1257
1258 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1259
1260         * std11.el (TopLevel): Require `custom'.
1261
1262 \f
1263 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1264
1265         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
1266
1267 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1268
1269         * mime-parse.el (mime-lexical-analyzer): New user option.
1270         (mime-analyze-tspecial): New function.
1271         (mime-analyze-token): New function.
1272         (mime-parse-Content-Transfer-Encoding): Use
1273         `std11-lexical-analyze' with `mime-lexical-analyzer'.
1274
1275         * mime-def.el (mime-tspecial-char-list): Renamed from
1276         `mime-tspecials'; changed from string to list.
1277         (mime-token-regexp): Use `eval-when-compile'.
1278
1279 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1280
1281         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
1282         about interface change.
1283         (eword-analyze-comment): Renamed from `eword-parse-comment';
1284         change second argument `from' to required argument; abolish alias
1285         `eword-analyze-comment' of `eword-parse-comment'.
1286
1287 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1288
1289         * NEWS (User option `eword-lexical-analyzers' ->
1290         `eword-lexical-analyzer'): New subsection.
1291
1292         * eword-decode.el (eword-lexical-analyzer): Renamed from user
1293         option `eword-lexical-analyzers'.
1294
1295 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1296
1297         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
1298
1299         * std11.el (std11-lexical-analyzer): Renamed from user option
1300         `std11-lexical-analyzers'.
1301
1302 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1303
1304         * std11.el (std11-lexical-analyze): Change interface to add new
1305         optional argument `analyzers'.
1306
1307 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * std11.el (std11-lexical-analyzers): New user option.
1310         (std11-lexical-analyze): New implementation; refer
1311         `std11-lexical-analyzers'.
1312
1313 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1314
1315         * NEWS (Change interface of lexical-analyzers): New subsection.
1316
1317 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1318
1319         * eword-decode.el (eword-encoded-word-regexp): Must define when
1320         this module is compiled.
1321         (eword-decode-structured-field-body): Add new optional argument
1322         `start'.
1323         (eword-decode-and-unfold-structured-field-body): Likewise.
1324         (eword-decode-and-fold-structured-field-body): Likewise.
1325         (eword-analyze-quoted-string): Add new argument `start'; return
1326         `(<parsed result> . <end position>)' instead of `(<parsed result>
1327         . <rest string>)'.
1328         (std11-analyze-domain-literal): Likewise.
1329         (eword-analyze-domain-literal): Likewise.
1330         (eword-analyze-comment): Changed to alias of
1331         `eword-parse-comment'.
1332         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
1333         result> . <end position>)' instead of `(<parsed result> . <rest
1334         string>)'.
1335         (std11-analyze-domain-literal): Likewise.
1336         (eword-analyze-special): Likewise.
1337         (eword-analyze-encoded-word): Likewise.
1338         (eword-analyze-atom): Likewise.
1339         (eword-lexical-analyze-internal): Add new argument `start'.
1340         (eword-lexical-analyze): Change interface to add new optional
1341         argument `start'.
1342         (eword-extract-address-components): Add new optional argument
1343         `start'.
1344
1345         * std11.el (std11-atom-regexp): Modify to match non-top atom.
1346         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
1347         result> . <end position>)' instead of `(<parsed result> . <rest
1348         string>)'.
1349         (std11-analyze-special): Likewise.
1350         (std11-analyze-atom): Likewise.
1351         (std11-analyze-quoted-string): Likewise.
1352         (std11-analyze-domain-literal): Likewise.
1353         (std11-analyze-comment): Likewise.
1354         (std11-lexical-analyze): Add new optional argument `start'.
1355
1356 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1357
1358         * std11.el (std11-fetch-field): Add autoload cookie.
1359         (std11-narrow-to-header): Likewise.
1360         (std11-field-body): Likewise.
1361         (std11-unfold-string): Likewise.
1362         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
1363
1364         * std11.el (std11-space-char-list): Renamed from
1365         `std11-space-chars'; changed from string to list.
1366
1367 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1368
1369         * std11.el (std11-fetch-field): Don't define as inline function.
1370         (std11-field-body): Enclose `std11-narrow-to-header' and
1371         `std11-fetch-field' by `inline'.
1372
1373 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * std11.el (std11-special-char-list): Evaluate when it is
1376         compiled.
1377         (std11-atom-regexp): Use `eval-when-compile'.
1378
1379 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1380
1381         * std11.el (std11-space-chars): Must evaluate when it is compiled.
1382         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
1383         constant `std11-spaces-regexp'.
1384
1385         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
1386         it is compiled.
1387
1388         * mime-parse.el: Don't require emu.
1389
1390         * mime-parse.el (mime-parse-Content-Disposition): Use
1391         `eval-when-compile'.
1392
1393         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
1394         implementation.
1395
1396 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1397
1398         * README.en (Installation): Modify for APEL 9.12.
1399         * README.ja (Installation): Likewise.
1400
1401 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1402
1403         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
1404         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1405         1st arg.
1406         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1407         Likewise.
1408
1409         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
1410         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
1411         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1412         Likewise.
1413
1414 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1415
1416         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1417         `insert-file-contents-as-coding-system' (renamed from
1418         `insert-file-contents-as-specified-coding-system').
1419         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1420         Likewise.
1421
1422         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1423         `write-region-as-coding-system' (renamed from
1424         `write-region-as-specified-coding-system').
1425         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1426         Likewise.
1427
1428 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
1429
1430         * smtp.el (smtp-coding-system): Abolished.
1431         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
1432         `open-network-stream'.
1433
1434 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
1435
1436         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1437         `insert-file-contents-as-specified-coding-system' instead of
1438         `insert-file-contents'.
1439         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1440         Likewise.
1441
1442         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1443         `write-region-as-specified-coding-system' instead of
1444         `write-region'.
1445         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1446         Likewise.
1447
1448 \f
1449 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1450
1451         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
1452
1453 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1454
1455         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1456         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1457         change of `smtp-via-smtp'.
1458         (smtpmail-do-bcc): New function (moved and renamed from
1459         `smtp-do-bcc' of smtp.el).
1460
1461 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
1462
1463         * lisp/smtp.el: Do not insert empty line at the end of message.
1464
1465 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1466
1467         * lisp/smtp.el (smtp-use-8bitmime): New variable.
1468         (smtp-debug-info): Internal variable, now.
1469         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1470         (smtp-via-smtp): New implementation.
1471         (smtp-send-command): Treat "PASS" as usual.
1472         (smtp-do-bcc): Removed.
1473
1474 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1475
1476         * smtpmail.el: New module (copied from Semi-gnus 6.8).
1477
1478         * smtp.el: New module (copied from Semi-gnus 6.8).
1479
1480         * FLIM-ELS: Add smtp.el and smtpmail.el.
1481
1482 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1483
1484         * mime-def.el: Abolish function `eliminate-top-spaces' because it
1485         is not used in FLIM.
1486
1487 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1490         problem in `eword-encode-addresses-to-rword-list'.
1491
1492 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1493
1494         * std11.el (std11-full-name-string): fixed.
1495
1496         * std11.el (std11-comment-value-to-string): fixed.
1497
1498 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1499
1500         * NEWS (Changes in FLIM 1.12): New section.
1501
1502 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1503
1504         * std11.el (std11-comment-value-to-string): New function.
1505         (std11-full-name-string): Use `std11-comment-value-to-string'.
1506
1507         * eword-decode.el (eword-parse-comment): New function.
1508         (eword-analyze-comment): New implementation; use
1509         `eword-parse-comment'; change representation.
1510         (eword-decode-token): Modify for representation change of comment.
1511
1512 \f
1513 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1514
1515         * FLIM: Version 1.12.0 (Amagatsuji) was released.
1516
1517 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
1518
1519         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1520
1521 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1522
1523         * eword-decode.el (eword-decode-structured-field-body): Abolish
1524         non-used local variable.
1525
1526 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1527
1528         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1529         select implementation.
1530
1531 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1532
1533         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
1534         for mule-2.3@19.34.
1535
1536 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1537
1538         * mel.el (mel-b-builtin): New variable.
1539
1540 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
1541
1542         * FLIM-ELS: require 'pccl.
1543         (flim-modules): Check CCL availability by broken facility.
1544
1545 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1546
1547         * eword-decode.el (eword-decode-structured-field-body): New
1548         implementation; abolish optional argument `must-unfold'; delete
1549         DOC-string.
1550         (eword-decode-and-unfold-structured-field-body): Renamed from
1551         `eword-decode-and-unfold-structured-field'; delete DOC-string.
1552         (eword-decode-and-fold-structured-field-body): Renamed from
1553         `eword-decode-and-fold-structured-field'; abolish optional
1554         argument `must-unfold'; delete DOC-string.
1555         (eword-decode-unstructured-field-body): Abolish optional argument
1556         `must-unfold'; delete DOC-string.
1557         (eword-decode-and-unfold-unstructured-field-body): Renamed from
1558         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1559         (eword-decode-unfolded-unstructured-field-body): New function.
1560
1561 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1562
1563         * mmgeneric.el (mime-insert-header-from-buffer): Use
1564         `mime-find-field-presentation-method' and
1565         `mime-find-field-decoder-internal'.
1566
1567         * eword-decode.el (mime-find-field-presentation-method): New
1568         macro.
1569         (mime-find-field-decoder-internal): New function.
1570         (mime-find-field-decoder): New implementation (use
1571         mime-find-field-decoder-internal).
1572         (mime-decode-header-in-region): Use
1573         `mime-find-field-presentation-method' and
1574         `mime-find-field-decoder-internal'.
1575
1576 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1577
1578         * mmgeneric.el (mime-insert-header-from-buffer): Rename
1579         field-presentation-mode `folding' to `wide'.
1580
1581         * eword-decode.el: Rename field-presentation-modes from `native',
1582         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1583         `summary', `nov'.
1584
1585 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
1586
1587         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1588         (mime-find-field-decoder): Ditto.
1589
1590 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1593         Don't delete the front spaces.
1594         (eword-encode-addresses-to-rword-list): Don't supplement space;
1595         use `nconc' instead of `append'.
1596         (eword-encode-msg-id-to-rword-list): Supplement the front space;
1597         use `nconc' instead of `append'.
1598
1599 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
1600
1601         * eword-decode.el (mime-field-decoder-cache): New variable.
1602         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1603         (mime-update-field-decoder-cache): New variable.
1604         (mime-update-field-decoder-cache): New function.
1605         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1606
1607         * mmgeneric.el (mime-insert-header-from-buffer): Use
1608         `mime-field-decoder-cache'.
1609
1610 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1611
1612         * eword-decode.el (mime-decode-header-in-region): New function.
1613         (mime-decode-header-in-buffer): Use function
1614         `mime-decode-header-in-region'.
1615
1616 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1617
1618         * mmgeneric.el (mime-insert-header-from-buffer): Refer
1619         `mime-field-decoder-alist' instead of hard-coding.
1620
1621         * mime.el (mime-read-field): Use `mime-decode-field-body'.
1622
1623         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1624         optional dummy argument `start-column' and `max-column'.
1625         (eword-decode-structured-field-body): Change interface.
1626         (eword-decode-unstructured-field-body): Change interface to add
1627         optional dummy argument `start-column' and `max-column'.
1628         (eword-decode-and-unfold-unstructured-field): Add optional dummy
1629         argument `start-column' and `max-column'.
1630         (mime-field-decoder-alist): New variable; abolish user option
1631         `eword-decode-ignored-field-list' and
1632         `eword-decode-structured-field-list'.
1633         (mime-set-field-decoder): New function.
1634         (mime-find-field-decoder): New function.
1635         (mime-decode-field-body): New function; abolish function
1636         `eword-decode-field-body'.
1637         (mime-decode-header-in-buffer): Renamed from
1638         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1639         hard-coding; add obsolete alias `eword-decode-header'.
1640
1641 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1642
1643         * mime-def.el: Avoid compile error when edebug is missing.
1644
1645 \f
1646 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1647
1648         * FLIM: Version 1.11.3 (Saidaiji) was released.
1649
1650 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1651
1652         * VERSION: New file (Renamed from FLIM-VERSION).
1653
1654 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1655
1656         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
1657
1658 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
1659
1660         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
1661
1662 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1663
1664         * README.ja: Update.
1665
1666 \f
1667 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1668
1669         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
1670
1671         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1672
1673         * README.en (Installation): Modify for APEL 9.6.
1674
1675 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1676
1677         * eword-encode.el (eword-encode-field-body): Don't eliminate
1678         top-spaces.
1679
1680 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1681
1682         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1683
1684 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1685
1686         * eword-decode.el (eword-decode-field-body): Refine implementation.
1687
1688 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
1689
1690         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1691         into mel-b-ccl.el and mel-q-ccl.el.
1692
1693 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
1694
1695         * mel.el (base64-encoded-length): New implementation.
1696
1697 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1698
1699         * eword-decode.el (eword-decode-field-body): New function.
1700
1701 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1702
1703         * eword-encode.el (eword-encode-field-body): Change interface.
1704         (eword-encode-header): Use `eword-encode-field-body'; abolish
1705         function `eword-encode-field'.
1706
1707 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
1708
1709         * eword-encode.el (eword-encode-field-body): New function.
1710         (eword-encode-field): Use `eword-encode-field-body'.
1711
1712 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1713
1714         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1715
1716 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1717
1718         * mel-u.el (uuencode-external-decode-region): Use
1719         `temporary-file-directory' instead of `mime-temp-directory'.
1720         (mime-write-decoded-region): Likewise.
1721
1722         * mime-def.el: Abolish variable `mime-temp-directory'.
1723
1724 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1725
1726         * mmgeneric.el (mime-insert-header-from-buffer): New function.
1727         (insert-header): Use `mime-insert-header-from-buffer'.
1728
1729 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1730
1731         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1732         builtin base64 encoder/decoder.
1733
1734         * mel.el: Set up builtin base64 encoder/decoder if they are
1735         available.
1736
1737         * mime-def.el (base64-dl-module): Set nil as initial value if the
1738         running emacs has builtin base64 encoder/decoder.
1739
1740         * mel-b.el: Require `poe' instead of `emu'.
1741         (base64-encode-string): Use `defun-maybe'.
1742         (base64-encode-region): Likewise.
1743         (base64-decode-region): Likewise.
1744         (base64-decode-string): Likewise.
1745
1746         * mel-b-dl.el: Require `poe' instead of `emu'.
1747
1748 \f
1749 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1750
1751         * FLIM: Version 1.11.1 (Takanohara) was released.
1752
1753 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1754
1755         * README.ja: New file.
1756
1757 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1758
1759         * mime-def.el: Require mcharset.
1760
1761 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1762
1763         * mel-u.el (mime-write-decoded-region): Fix typo.
1764
1765         * mime-def.el: Enclose defining procedure for the constants
1766         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1767         `std11-qtext-regexp' with `eval-and-compile'.
1768
1769 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1770
1771         * NEWS (Behavior change of `mime-insert-header'): New subsection.
1772
1773         * mmgeneric.el (insert-header): Include `:' in field-name.
1774
1775 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1776
1777         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1778         use `char-list-to-string'.
1779         (std11-quoted-string-regexp): Use `eval-when-compile'.
1780         - Use `def-edebug-spec' to define edebug-form-spec of
1781           mm-define-method; fix definition of edebug-form-spec of
1782           mm-define-method.
1783
1784 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1785
1786         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
1787         description about `eword-field-encoding-method-alist'.
1788
1789         * mime-en.sgml (Header encoder/decoder): Modify description about
1790         `eword-encode-header'.
1791
1792         * mime-ja.sgml (Header encoder/decoder): Translate.
1793
1794 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1795
1796         * mime-en.sgml (entity formatting): Fix typo in description of
1797         `default-mime-charset'.
1798
1799         * mime-en.sgml (Header encoder/decoder): Modify description of
1800         `eword-decode-header'.
1801
1802         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
1803
1804         * mime-en.sgml (encoder/decoder): Translate description of
1805         `mime-decode-string'.
1806
1807 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1808
1809         * mime-en.sgml (Content-Disposition parser): Modify description.
1810
1811         * mime-en.sgml (Content-Type parser): Modify description.
1812
1813 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1814
1815         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
1816
1817 \f
1818 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1819
1820         * FLIM: Version 1.11.0 (Yamadagawa) was released.
1821
1822 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1823
1824         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
1825         about `mime-insert-text-content'.
1826
1827 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1828
1829         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
1830         `mime-insert-header' from `Entity-header'; move
1831         `default-mime-charset' from `custom'.
1832
1833 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1834
1835         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
1836         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
1837
1838 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1839
1840         * NEWS: New file.
1841
1842 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1843
1844         * mime.el (mime-insert-header): Renamed from
1845         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
1846         as an obsolete alias.
1847
1848         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
1849         `insert-decoded-header'.
1850
1851         * README.en (Installation): Add required version of APEL.
1852
1853 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1854
1855         * mel-g.el: Require mel.
1856
1857         * mel-g.el: Require poem instead of emu.
1858
1859 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1860
1861         * mime.el (mime-insert-text-content): New generic function.
1862
1863         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1864
1865 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1866
1867         * std11.el (std11-unfold-string): New implementation.
1868
1869 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1870
1871         * mmgeneric.el: New module.
1872
1873         * mmbuffer.el: Use `generic' as mother backend.
1874
1875         * FLIM-ELS (flim-modules): Add mmgeneric.
1876
1877 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1878
1879         * mime-parse.el (mime-parse-message): Modify for
1880         `make-mime-entity-internal'.
1881
1882         * mime-def.el (make-mime-entity-internal): Change interface to be
1883         able to specify original-header and parsed-header.
1884
1885 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1886
1887         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
1888         New function.
1889
1890 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1891
1892         * mime.el (mime-entity-content-type): New implementation.
1893         (mime-entity-content-disposition): New implementation.
1894         (mime-entity-encoding): New implementation.
1895
1896         * mime.el (mime-fetch-field): Refer internal slots for Date,
1897         Message-Id and References fields.
1898
1899         * mime-parse.el (mime-parse-message): Modify for
1900         `make-mime-entity-internal'.
1901
1902         * mime-def.el: Change `mime-entity-*-internal' and
1903         `mime-entity-set-*-internal' to macro.
1904         (make-mime-entity-internal): Change interface and data format for
1905         NOV data; changed to macro.
1906         (mime-entity-set-location-internal): New macro.
1907         (mime-entity-decoded-subject-internal): New macro.
1908         (mime-entity-set-decoded-subject-internal): New macro.
1909         (mime-entity-decoded-from-internal): New macro.
1910         (mime-entity-set-decoded-from-internal): New macro.
1911         (mime-entity-date-internal): New macro.
1912         (mime-entity-set-date-internal): New macro.
1913         (mime-entity-message-id-internal): New macro.
1914         (mime-entity-set-message-id-internal): New macro.
1915         (mime-entity-references-internal): New macro.
1916         (mime-entity-set-references-internal): New macro.
1917         (mime-entity-chars-internal): New macro.
1918         (mime-entity-set-chars-internal): New macro.
1919         (mime-entity-lines-internal): New macro.
1920         (mime-entity-set-lines-internal): New macro.
1921         (mime-entity-xref-internal): New macro.
1922         (mime-entity-set-xref-internal): New macro.
1923         (mime-entity-original-header-internal): Modify for new structure;
1924         changed to macro.
1925         (mime-entity-set-original-header-internal): Likewise.
1926         (mime-entity-parsed-header-internal): Likewise.
1927         (mime-entity-set-parsed-header-internal): Likewise.
1928         (mime-entity-buffer-internal): Likewise.
1929         (mime-entity-set-buffer-internal): Likewise.
1930         (mime-entity-header-start-internal): Likewise.
1931         (mime-entity-set-header-start-internal): Likewise.
1932         (mime-entity-header-end-internal): Likewise.
1933         (mime-entity-set-header-end-internal): Likewise.
1934         (mime-entity-body-start-internal): Likewise.
1935         (mime-entity-set-body-start-internal): Likewise.
1936         (mime-entity-body-end-internal): Likewise.
1937         (mime-entity-set-body-end-internal): Likewise.
1938
1939 \f
1940 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1941
1942         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1943
1944         * mel.el: Must require poem.
1945
1946 \f
1947 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1948
1949         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1950
1951 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1952
1953         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1954
1955         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1956         (elc): Likewise.
1957
1958         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1959
1960         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1961
1962 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1963
1964         * mel.el (mel-ccl-module): Require path-util when the running
1965         emacs has MULE.
1966
1967         * mel.el: Don't require emu.
1968
1969 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1970
1971         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1972         with MULE.
1973
1974 \f
1975 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1976
1977         * FLIM: Version 1.10.3 (Komada) was released.
1978
1979         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1980         `jka-compr-compression-info-list' with nil.
1981
1982         * mel-b.el (base64-internal-decoding-limit): Switch default value
1983         between XEmacs-mule and other emacsen.
1984         Abolish function `base64-decode-string!'.
1985         (base64-internal-decode-region): New implementation.
1986         (base64-insert-encoded-file): New function.
1987         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1988         (base64-write-decoded-region): New function.
1989         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1990
1991         * mel-b-dl.el (decode-base64-region): Renamed from
1992         `base64-decode-region'.
1993         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1994         representation.  Abolish method `mime-write-decoded-region'
1995         because it is slower than CCL based implementation.
1996
1997 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1998
1999         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2000         facility instead of `ccl-execute-eof-block-on-encoding-some'.
2001
2002 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2003
2004         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2005
2006         * eword-decode.el (eword-encoded-text-regexp): Enclose with
2007         `eval-and-compile'.
2008         (eword-encoded-word-regexp): Use `eval-when-compile'.
2009
2010 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2011
2012         * eword-decode.el (eword-max-size-to-decode): New user option.
2013         (eword-decode-and-fold-structured-field): Do nothing if size of
2014         input is bigger than `eword-max-size-to-decode'.
2015
2016 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2017
2018         * mel-b.el (base64-numbers): Use `eval-when-compile'.
2019
2020 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2021
2022         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2023         "custom" to load-path.
2024
2025 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2026
2027         * mime-def.el (mime-library-product): Enclose with
2028         `eval-and-compile'.
2029
2030         * FLIM-CFG: Add "custom" to load-path.
2031
2032 \f
2033 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2034
2035         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2036
2037         * mime-def.el, mel.el, mel-b-dl.el: Move variable
2038         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2039
2040 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2041
2042         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2043         is available.
2044
2045         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2046         2.3.
2047
2048 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2049
2050         * mel-u.el: Use `mel-define-backend' to define "x-uue".
2051         Define "x-uuencode" as a clone of "x-uue".
2052
2053         * Move variable `mel-encoding-module-alist' from mel.el to
2054         mime-def.el.
2055
2056         * mel.el (mel-find-function): Use function
2057         `mel-find-function-from-obarray'.
2058         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2059         don't define methods of "8bit" and "binary"; inherit methods from
2060         "7bit".
2061
2062         * mime-def.el (mel-service-list): New variable.
2063         (mel-define-service): New implementation.
2064         (mel-find-function-from-obarray): New inline function.
2065         (mel-copy-method): New inline function.
2066         (mel-copy-backend): New inline function.
2067         (mel-define-backend): New macro.
2068
2069 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * mel-u.el: Define method functions of mel.
2072         (mime-encode-region): Use `mel-define-method-function'; abolish
2073         `uuencode-encode-region'.
2074         (mime-decode-region): Use `mel-define-method-function'; abolish
2075         `uuencode-decode-region'.
2076         (mime-encode-string): New method.
2077         (mime-decode-string): New method.
2078         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2079         `uuencode-insert-encoded-file'.
2080         (mime-write-decoded-region): Use `mel-define-method'; abolish
2081         `uuencode-write-decoded-region'.
2082
2083 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2084
2085         * mime-def.el (mel-define-service): Add DOC.
2086         (mel-define-method): Add DOC.
2087         (mel-define-method-function): Add DOC.
2088
2089         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2090
2091 \f
2092 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2093
2094         * FLIM: Version 1.10.1 (Miyamaki) was released.
2095
2096 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2097
2098         * mel-g.el: Define method functions of mel.
2099         (mime-encode-region): Use `mel-define-method-function'; abolish
2100         `gzip64-encode-region'.
2101         (mime-decode-region): Use `mel-define-method-function'; abolish
2102         `gzip64-decode-region'.
2103         (mime-encode-string): New method.
2104         (mime-decode-string): New method.
2105         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2106         `gzip64-insert-encoded-file'.
2107         (mime-write-decoded-region): Use `mel-define-method'; abolish
2108         `gzip64-write-decoded-region'.
2109
2110         * mime-def.el (mime-library-product): New variable; abolish
2111         `mime-library-version'.
2112         (mime-product-name): New macro.
2113         (mime-product-version): New macro.
2114         (mime-product-code-name): New macro.
2115         (mime-library-version): Renamed from
2116         `mime-library-version-string'; use `mime-library-product',
2117         `mime-product-name', `mime-product-version' and
2118         `mime-product-code-name'.
2119
2120         * mime-def.el (mm-define-backend): Add DOC.
2121         (mm-define-method): Add DOC.
2122
2123         * mel.el (mime-encoding-list): Modify DOC to add description about
2124         optional argument SERVICE.
2125
2126 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2127
2128         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2129         description of `mm-define-backend' and `mm-define-method'.
2130
2131 \f
2132 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2133
2134         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
2135
2136         * README.en (What's FLIM): Add mel-ccl.el.
2137
2138 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
2139
2140         * mel-ccl.el:
2141           - Require 'pccl instead of 'emu.
2142           - Use `unless-broken' to check facility.
2143
2144 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2145
2146         * mel.el (mime-encoding-list): New user option (renamed from
2147         `mime-content-transfer-encoding-list').
2148         (mime-encoding-list): New function.
2149         (mime-encoding-alist): New function.
2150         (mime-encode-region): Use `mime-encoding-alist' for completion.
2151         (mime-decode-region): Likewise.
2152         (mime-insert-encoded-file): Likewise.
2153         (mime-write-decoded-region): Likewise.
2154
2155 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2156
2157         * eword-decode.el (eword-decode-structured-field-list): Add
2158         Mail-Followup-To field.
2159
2160 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2161
2162         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2163
2164 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2165
2166         * mel.el (mime-content-transfer-encoding-list): New user option.
2167         (mime-encode-region): Use `mime-content-transfer-encoding-list'
2168         for completion.
2169         (mime-decode-region): Likewise.
2170         (mime-insert-encoded-file): Likewise.
2171         (mime-write-decoded-region): Likewise.
2172
2173         * mel.el (mime-write-decoded-region): fix typo.
2174
2175 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2176
2177         * mime-def.el (mel-define-method-function): Don't override.
2178
2179 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2180
2181         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2182
2183 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2184
2185         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2186
2187         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2188                   - Move `mel-define-service' to mime-def.el.
2189
2190         * mime-def.el (mel-define-service): New macro (moved from mel.el);
2191         fixed problem in Emacs.
2192         (mel-define-method): Use `mel-define-service'.
2193         (mel-define-method-function): Use `mel-define-service'.
2194
2195 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2196
2197         * mel.el (mime-encode-region): Don't regard nil encoding as
2198         "7bit".
2199
2200 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2201
2202         * eword-encode.el (eword-encode-text): Use
2203         `encoded-text-encode-string'.
2204         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2205         renamed to `Q-encoded-text-length'.
2206
2207         * eword-decode.el: Move `base64-token-regexp',
2208         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2209         `eword-Q-encoded-text-regexp' to mime-def.el.
2210         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2211
2212         * mel-q.el: Define method functions of mel.
2213         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2214         `quoted-printable-insert-encoded-file'.
2215         (mime-write-decoded-region): Use `mel-define-method'; abolish
2216         `quoted-printable-write-decoded-region'.
2217         - Move `q-encoding-printable-char-p' and
2218         `q-encoding-encoded-length' to mel.el.
2219
2220         * mel-b.el: Define method functions of mel.
2221         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2222         `base64-insert-encoded-file'.
2223         (mime-write-decoded-region): Use `mel-define-method'; abolish
2224         `base64-write-decoded-region'.
2225         - Move `base64-encoded-length' to mel.el.
2226
2227         * mel-dl.el (base64-encode-region): Define directly (abolish
2228         `base64-dl-encode-region').
2229         (base64-decode-region): Define directly (abolish
2230         `base64-dl-decode-region').  Define method functions of mel.
2231         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2232         `base64-insert-encoded-file'; don't use external encoder.
2233         (mime-write-decoded-region): Use `mel-define-method'; abolish
2234         `base64-write-decoded-region'; don't use external decoder.
2235         - Move `base64-encoded-length' to mel.el.
2236
2237         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2238
2239         * mime-def.el (base64-token-regexp): New constant (moved from
2240         eword-decode.el).
2241         (base64-token-padding-regexp): Likewise.
2242         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2243         and renamed from `eword-B-encoded-text-regexp').
2244         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2245         and renamed from `eword-Q-encoded-text-regexp'.
2246         (mm-arglist-to-arguments): New function (moved from mime.el).
2247         (mel-define-method): New macro.
2248         (mel-define-method-function): New macro.
2249         (mel-define-function): New macro.
2250
2251         * mel.el (mel-encoding-module-alist): New variable.
2252         (mel-use-module): New function.
2253         (mel-find-function): New function.
2254         (mel-define-service): New macro.
2255         (mime-encode-region): Use `mel-find-function'; abolish variable
2256         `mime-encoding-method-alist'.
2257         (mime-decode-region): Use `mel-find-function'; abolish variable
2258         `mime-decoding-method-alist'.
2259         (mime-decode-string): Use `mel-find-function'; abolish variable
2260         `mime-string-decoding-method-alist'.
2261         (encoded-text-encode-string): New function.
2262         (encoded-text-decode-string): New function.
2263         (base64-encoded-length): New function (moved from mel-b.el and
2264         mel-dl.el).
2265         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2266         and renamed from `q-encoding-printable-char-p').
2267         (Q-encoded-text-length): New function (moved from mel-q.el, and
2268         renamed from `q-encoding-encoded-length').
2269         (mime-insert-encoded-file): Use `mel-find-function'; abolish
2270         variable `mime-file-encoding-method-alist'.
2271         (mime-write-decoded-region): Use `mel-find-function'; abolish
2272         variable `mime-file-decoding-method-alist'.
2273
2274 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2275
2276         * mel-b.el (base64-internal-encoding-limit): modify :type.
2277         (base64-internal-decoding-limit): Change initial value to 70000;
2278         modify :type.
2279
2280         * mel-b.el (base64-decode-string!): Renamed from
2281         `base64-internal-decode-string!'.
2282
2283 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2284
2285         * mel-b.el (base64-characters): New constant.
2286         (base64-num-to-char): Use `base64-characters'.
2287         (base64-numbers): Use `base64-characters'.
2288         (base64-internal-decode): Modify calculation third byte.
2289
2290         * mel-dl.el (base64-dl-encode-string): New alias.
2291         (base64-dl-decode-string): New alias.
2292         (base64-dl-encode-region): Renamed from `base64-encode-region';
2293         don't save-excursion and save-restriction.
2294         (base64-dl-decode-region): Renamed from `base64-decode-region';
2295         don't save-excursion and save-restriction; convert all at once.
2296         (base64-encode-region): New alias.
2297         (base64-decode-region): New alias.
2298
2299         * mel-b.el (base64-internal-decode): New function.
2300         (base64-internal-decode-string): Use `base64-internal-decode'.
2301         (base64-internal-decode-string!): New function.
2302         (base64-internal-decode-region): Use
2303         `base64-internal-decode-string!' instead of
2304         `base64-internal-decode-string'.
2305
2306 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
2307
2308         * mel-b.el (base64-numbers): Fix a position of 63.
2309
2310 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2311
2312         * mel-b.el (base64-numbers): New constant.
2313         (base64-char-to-num): New macro.
2314         (base64-internal-decode-string): Don't use memq.
2315
2316 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2317
2318         * mel-b.el (base64): New group.
2319         (base64-external-encoder): Now a user option.
2320         (base64-external-decoder): Now a user option.
2321         (base64-external-decoder-option-to-specify-file): Now a user
2322         option.
2323         (base64-internal-encoding-limit): Now a user option.
2324         (base64-internal-decoding-limit): Now a user option.
2325
2326         * mel-b.el (base64-internal-decode-string): New implementation;
2327         abolish function `base64-decode-unit'.
2328
2329 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2330
2331         * README.en (Installation): Fix typo.
2332
2333 \f
2334 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2335
2336         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
2337
2338         * README.en (Installation): Add `install as a XEmacs package'.
2339
2340 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2341
2342         * mime-en.sgml (Encoding Method): Translate.
2343
2344 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2345
2346         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
2347         function.
2348         (eword-encode-in-reply-to-to-rword-list): New function.
2349         (eword-encode-in-reply-to): New function.
2350         (eword-encode-field): Use `eword-encode-in-reply-to' for
2351         `In-Reply-To' field.
2352
2353         * std11.el (std11-parse-in-reply-to): New function.
2354
2355 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2356
2357         * eword-decode.el (eword-decode-structured-field-list): Add
2358         `User-Agent'.
2359
2360 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2361
2362         * Makefile (package): Don't update auto-autoloads.el and
2363         custom-load.el.
2364
2365         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
2366         custom-load.el.
2367
2368 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2369
2370         * mime-def.el: Abolish function `butlast' and `nbutlast'.
2371
2372         * mime-def.el (mime-library-version): New constant.
2373         (mime-library-version-string): Refer `mime-library-version'.
2374
2375 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2376
2377         * Makefile (XEMACS): New variable.
2378         (PACKAGEDIR): New variable.
2379         (package): New target.
2380         (install-package): New target.
2381
2382         * FLIM-CFG (PACKAGEDIR): New variable.
2383
2384         * FLIM-MK (config-flim-package): New function.
2385         (compile-flim-package): New function.
2386         (install-flim-package): New function.
2387
2388 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2389
2390         * mime-en.sgml (Content-Type field): Translate.
2391         (mime-content-type): Translate.
2392         (Content-Type parser): Translate.
2393         (Content-Disposition): Translate.
2394         (mime-content-disposition): Translate.
2395         (Content-Disposition parser): Translate.
2396
2397 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2398
2399         * Makefile (GOMI): Add Texinfo related garbages.
2400         (clean): Delete historical setting.
2401
2402 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2403
2404         * mime-en.sgml (mm-backend): Translate.
2405         (Request for entity): Likewise.
2406         (mm-backend module): Likewise.
2407
2408         * mime.el (mime-entity-send): Add DOC-string.
2409
2410 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2411
2412         * mime-en.sgml (Entity hierarchy): Translate.
2413
2414 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2415
2416         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
2417
2418 \f
2419 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2420
2421         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
2422
2423         * mime-en.sgml (mm-backend): Translate a little.
2424
2425 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2426
2427         * eword-encode.el (eword-encode-default-start-column): New user
2428         option.
2429         (eword-encode-string): Use `eword-encode-default-start-column'.
2430         (eword-encode-address-list): Likewise.
2431         (eword-encode-structured-field-body): Likewise.
2432         (eword-encode-unstructured-field-body): Likewise.
2433
2434 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2435
2436         * eword-encode.el (eword-encode): New group.
2437         (eword-field-encoding-method-alist): Now a user option (was:
2438         variable).
2439
2440 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2441
2442         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2443         `eword-encode-mailbox-to-rword-list'.
2444
2445         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2446         `eword-encode-phrase-to-rword-list'.
2447
2448         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2449         `eword-encode-addr-spec-to-rword-list'.
2450
2451         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2452         `eword-encode-phrase-route-addr-to-rword-list'.
2453
2454         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2455         `eword-encode-addr-seq-to-rword-list'.
2456
2457         * eword-encode.el: Rename `tm-eword::split-string' ->
2458         `eword-encode-split-string'.
2459
2460         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2461         `eword-encode-addresses-to-rword-list'.
2462
2463         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2464         `eword-encode-rword-list'.
2465
2466         * eword-encode.el (eword-encode-unstructured-field-body): New
2467         function.
2468         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2469
2470 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2471
2472         * eword-encode.el (eword-encode-string): Add DOC-string.
2473         (eword-encode-address-list): Likewise.
2474         (eword-encode-structured-field-body): Likewise.
2475
2476         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2477         structured field.
2478
2479 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2480
2481         * eword-encode.el (eword-encode-field): Use `capitalize' instead
2482         of `downcase' for `field-name'.
2483
2484         * eword-encode.el (eword-encode-structured-field-body): New
2485         function.
2486         (eword-encode-field): Use `eword-encode-structured-field-body' for
2487         "MIME-Version" and "User-Agent" field.
2488
2489 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2490
2491         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2492
2493 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2494
2495         * eword-encode.el (eword-encode-address-list): New function.
2496         (eword-encode-field): Use `eword-encode-address-list' instead of
2497         `tm-eword::encode-address-list'; abolish
2498         `tm-eword::encode-address-list'.
2499
2500         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2501         instead of `tm-eword::encode-string'; abolish
2502         `tm-eword::encode-string'.
2503
2504         * eword-encode.el: Rename `tm-eword::make-rword' ->
2505         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2506
2507 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2508
2509         * mel-b.el (base64-insert-encoded-file): Conditionally use
2510         internal converter. (cf. [tm-ja:3320])
2511         (base64-write-decoded-region): Ditto.
2512
2513 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2514
2515         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2516
2517 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2518
2519         * Delete mime-lib.el.
2520
2521 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2522
2523         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2524         to `write-region-as-raw-text-CRLF'.
2525
2526 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
2527
2528         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2529         of `write-region-as-binary'.
2530
2531 \f
2532 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2533
2534         * FLIM: Version 1.9.0 (Terada) was released.
2535
2536 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2537
2538         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2539         parsing is failed.
2540
2541 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2542
2543         * mmbuffer.el (entity-children): Don't use
2544         `mime-entity-children-internal'.
2545
2546         * mime-parse.el (mime-parse-multipart): Modify for
2547         `mime-parse-message'; return children.
2548         (mime-parse-encapsulated): Likewise.
2549         (mime-parse-message): Change interface; delete DOC-string; don't
2550         parse children instantly.
2551         (mime-parse-buffer): Modify for `mime-parse-message'.
2552
2553         * mime-parse.el (mime-parse-message): Delete autoload cookie.
2554
2555         * mime.el: Delete autoload setting for `mime-parse-message'.
2556
2557         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2558         of `mime-parse-message'; modify description of `mime-parse-buffer'
2559         to add `representation-type'.
2560
2561 \f
2562 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2563
2564         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
2565
2566 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2567
2568         * mmcooked.el: Abolish method `open'.
2569
2570         * mmbuffer.el (initialize-instance): New method; abolish `open'.
2571         (entity-children): New method.
2572
2573         * mime.el (mime-open-entity): Send `initialize-instance' to
2574         created message.
2575         (mime-entity-children): New implementation.
2576         (mime-entity-parent): New implementation.
2577         (mime-root-entity-p): New implementation.
2578
2579         * mime-parse.el (mime-parse-multipart): Specify current entity as
2580         parent.
2581         (mime-parse-encapsulated): Likewise.
2582         (mime-parse-message): Change interface to specify parent; modify
2583         for `make-mime-entity-internal'.
2584         (mime-parse-buffer): Modify for `mime-parse-message'.
2585
2586         * mime-def.el (make-mime-entity-internal): Change interface; add
2587         format of `mime-entity' to add `parent'.
2588
2589 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2590
2591         * mmbuffer.el (mime-visible-field-p): Renamed from
2592         `eword-visible-field-p'.
2593
2594 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2595
2596         * mime.el (mm-arglist-to-arguments): New function.
2597         (mm-define-generic): New macro.
2598         (mime-entity-cooked-p): Use `mm-define-generic'.
2599         (mime-entity-point-min): Use `mm-define-generic'.
2600         (mime-insert-decoded-header): Use `mm-define-generic'.
2601         (mime-entity-content): Use `mm-define-generic'.
2602         (mime-write-entity-content): Use `mm-define-generic'.
2603         (mime-write-entity): Use `mm-define-generic'.
2604         (mime-write-entity-body): Use `mm-define-generic'.
2605
2606 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2607
2608         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2609
2610         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2611         (mime-write-entity-body): Change message to `write-body'.
2612
2613 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2614
2615         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2616
2617         * mime.el (mime-open-entity): Change message to `open'.
2618
2619         * mime-def.el (mm-define-backend): Must `copy-alist'.
2620
2621 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2622
2623         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2624         `mm-define-method'.
2625
2626         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2627         (mime-find-function): New implementation.
2628         (mime-entity-cooked-p): Use `mime-entity-send'.
2629
2630         * mime-def.el (mime-entity-implementation-alist): Moved from
2631         mime.el.
2632         (mm-define-backend): New macro.
2633         (mm-define-method): New macro.
2634
2635 \f
2636 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2637
2638         * FLIM: Version 1.8.1 (Kutsukawa) was released.
2639
2640 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2641
2642         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
2643         about `default-encoding' of `mime-entity-encoding'.
2644
2645         * mime-en.texi, mime-en.sgml: New files.
2646
2647         * mime-ja.sgml (media-type): Fix typo.
2648
2649         * mime-ja.sgml (Glossary): Fix order.
2650
2651         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
2652
2653         * mime-ja.sgml (Entity Attributes): Fix typo.
2654
2655 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2656
2657         * mime.el (mime-entity-encoding): Add new optional argument
2658         `default-encoding'; set default encoding if
2659         Content-Transfer-Encoding field is not found.
2660
2661 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2662
2663         * mmbuffer.el (mmbuffer-write-entity): Use
2664         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2665         `mmbuffer-entity-point-max'.
2666         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2667         `mime-entity-body-start-internal' and
2668         `mime-entity-body-end-internal'.
2669         (mmbuffer-insert-decoded-header): Use
2670         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2671         and `mime-entity-header-end-internal'.
2672
2673 \f
2674 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2675
2676         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
2677
2678         * README.en: Delete `How to use'.
2679
2680 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2681
2682         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2683         in description of `mime-open-entity'.
2684
2685         * mime-ja.sgml (mm-backend): New section.
2686
2687 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2688
2689         * mime-ja.sgml (Entity-header): Modify description about
2690         `mime-insert-decoded-header'.
2691
2692         * mmcooked.el (mmcooked-insert-decoded-header): New function.
2693
2694         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2695
2696         * mime.el (mime-insert-decoded-header): Use implementation of
2697         mm-backend; abolish optional argument `code-conversion'.
2698
2699 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2700
2701         * eword-decode.el (eword-decode-encoded-text): Use
2702         `decode-mime-charset-string'.
2703
2704 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2705
2706         * mmcooked.el (mmcooked-write-entity-body): New function.
2707
2708         * mmbuffer.el (mmbuffer-write-entity-body): New function.
2709
2710         * mime.el (mime-write-entity-body): Use implementation of
2711         mm-backend.
2712
2713 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2714
2715         * mmcooked.el (mmcooked-write-entity): New function.
2716
2717         * mmbuffer.el (mmbuffer-write-entity): New function.
2718
2719         * mime.el (mime-write-entity): Use implementation of mm-backend.
2720
2721 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2722
2723         * mmcooked.el (mmcooked-entity-content): New alias for
2724         `mmbuffer-entity-content'.
2725         (mmcooked-write-entity-content): New function.
2726
2727         * mmbuffer.el (mmbuffer-entity-content): New function.
2728         (mmbuffer-write-entity-content): New function.
2729
2730         * mime.el (mime-entity-send): New function.
2731         (mime-entity-buffer): Use `mime-entity-send'.
2732         (mime-entity-point-min): Likewise.
2733         (mime-entity-point-max): Likewise.
2734         (mime-entity-header-start): Likewise.
2735         (mime-entity-header-end): Likewise.
2736         (mime-entity-body-start): Likewise.
2737         (mime-entity-body-end): Likewise.
2738         (mime-fetch-field): Likewise.
2739         (mime-entity-content): Use implementation of mm-backend.
2740         (mime-write-entity-content): Likewise.
2741
2742 \f
2743 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2744
2745         * FLIM: Version 1.7.0 (Iseda) was released.
2746
2747         * mime-ja.sgml (Entity creation): Add description of
2748         `mime-open-entity'.
2749         (Entity Attributes): Add description of `mime-entity-cooked-p'.
2750         (Entity-content): Add description of `mime-write-entity-content',
2751         `mime-write-entity' and `mime-write-entity-body'.
2752
2753 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2754
2755         * mime.el (mime-write-entity-content): New function.
2756
2757 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2758
2759         * mime.el (mime-write-entity-body): New function.
2760
2761         * mime.el (mime-write-entity): New function.
2762
2763 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2764
2765         * mime-parse.el (mime-parse-multipart): Change media-type of
2766         entity to application/octet-stream if the first delimiter is not
2767         found.
2768
2769 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2770
2771         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2772
2773         * mmcooked.el: New file.
2774
2775         * mmbuffer.el: New file.
2776
2777         * mime.el (mime-entity-implementation-alist): New variable.
2778         (mime-find-function): New function.
2779         (mime-open-entity): New function.
2780         (mime-entity-function): New function.
2781         (mime-entity-cooked-p): New function.
2782         (mime-entity-buffer): Use backend-module.
2783         (mime-entity-point-min): Likewise.
2784         (mime-entity-point-max): Likewise.
2785         (mime-entity-header-start): Likewise.
2786         (mime-entity-header-end): Likewise.
2787         (mime-entity-body-start): Likewise.
2788         (mime-entity-body-end): Likewise.
2789         (mime-fetch-field): Likewise.
2790
2791         * mime-parse.el (mime-parse-message): New optional argument
2792         `representation-type'.
2793         (mime-parse-buffer): Likewise.
2794
2795         * mime-def.el: Change format of mime-entity-internal to add
2796         `representation-type' and `location'.
2797
2798 \f
2799 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2800
2801         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
2802
2803 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2804
2805         * mime-ja.sgml: Modify for FLIM 1.7.
2806
2807         * mime.el (mime-entity-number): Add DOC.
2808
2809 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2810
2811         * mime.el (mime-entity-encoding): New implementation.
2812
2813         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
2814
2815         * mime-def.el (make-mime-entity-internal): Abolish argument
2816         `encoding'.
2817         (mime-entity-set-encoding-internal): New function.
2818
2819 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2820
2821         * mime.el (mime-entity-content-disposition): New implementation.
2822
2823         * mime-parse.el (mime-parse-message): Don't parse
2824         Content-Disposition.
2825
2826         * mime-def.el (make-mime-entity-internal): Delete argument
2827         `content-disposition'.
2828         (mime-entity-set-content-disposition-internal): New function.
2829
2830 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2831
2832         * eword-decode.el: Move function `eword-visible-field-p' and
2833         `mime-insert-decoded-header' to mime.el.
2834
2835         * mime-parse.el: Use internal functions of mime-entity.
2836
2837         * mime.el (mime-entity-children): Moved from mime-def.el; use
2838         `mime-entity-children-internal'.
2839         (mime-entity-node-id): Moved from mime-def.el; use
2840         `mime-entity-node-id-internal'.
2841         (mime-entity-number): Moved from mime-def.el; use
2842         `mime-entity-node-id-internal'.
2843         (mime-entity-buffer): Moved from mime-def.el; use
2844         `mime-entity-buffer-internal'.
2845         (mime-entity-point-min): Moved from mime-def.el; use
2846         `mime-entity-header-start-internal'.
2847         (mime-entity-point-max): Moved from mime-def.el; use
2848         `mime-entity-body-end-internal'.
2849         (mime-entity-header-start): Moved from mime-def.el; use
2850         `mime-entity-header-start-internal'.
2851         (mime-entity-header-end): Moved from mime-def.el; use
2852         `mime-entity-header-end-internal'.
2853         (mime-entity-content-type): Moved from mime-def.el; use
2854         `mime-entity-content-type-internal'.
2855         (mime-entity-content-disposition): Moved from mime-def.el; use
2856         `mime-entity-content-disposition-internal'.
2857         (mime-entity-encoding): Moved from mime-def.el; use
2858         `mime-entity-encoding-internal'.
2859         (mime-fetch-field): Use `mime-entity-original-header-internal' and
2860         `mime-entity-set-original-header-internal'.
2861         (mime-read-field): Use `mime-entity-parsed-header-internal' and
2862         `mime-entity-set-parsed-header-internal'.
2863         (eword-visible-field-p): Moved from eword-decode.el.
2864         (mime-insert-decoded-header): Moved from eword-decode.el.
2865         (mime-entity-body-start): Moved from mime-def.el; use
2866         `mime-entity-body-start-internal'.
2867         (mime-entity-body-end): Moved from mime-def.el; use
2868         `mime-entity-body-end-internal'.
2869         (mime-entity-media-type): Moved from mime-def.el.
2870         (mime-entity-media-subtype): Moved from mime-def.el.
2871         (mime-entity-parameters): Moved from mime-def.el.
2872         (mime-entity-type/subtype): Moved from mime-def.el.
2873
2874         * mime-def.el (make-mime-entity-internal): Renamed from
2875         `make-mime-entity'.
2876         (mime-entity-buffer-internal): New function.
2877         (mime-entity-header-start-internal): New function.
2878         (mime-entity-header-end-internal): New function.
2879         (mime-entity-body-start-internal): New function.
2880         (mime-entity-body-end-internal): New function.
2881         (mime-entity-node-id-internal): New function.
2882         (mime-entity-content-type-internal): New function.
2883         (mime-entity-content-disposition-internal): New function.
2884         (mime-entity-encoding-internal): New function.
2885         (mime-entity-original-header-internal): New function.
2886         (mime-entity-children-internal): New function.
2887         (mime-entity-parsed-header-internal): New function.
2888         (mime-entity-set-original-header-internal): Renamed from
2889         `mime-entity-set-original-header'.
2890         (mime-entity-set-children-internal): Renamed from
2891         `mime-entity-set-children'.
2892         (mime-entity-set-parsed-header-internal): Renamed from
2893         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
2894         functions to mime.el.
2895
2896 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2897
2898         * mime-ja.sgml (CVS): Fix typo.
2899
2900 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2901
2902         * mime-parse.el (mime-parse-encapsulated): New function.
2903         (mime-parse-message): Use `mime-parse-encapsulated'.
2904
2905 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2906
2907         * mime-def.el (mime-entity-set-children): New function.
2908
2909         * mime-parse.el (mime-parse-multipart): Change interface.
2910         (mime-parse-message): Use `mime-entity-set-children'.
2911
2912 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2913
2914         * mime.el (mime-read-field): Fix typo.
2915
2916 \f
2917 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2918
2919         * FLIM: Version 1.6.0 (Ogura) was released.
2920
2921         * mime-ja.sgml (Entity Attributes): New section.
2922
2923         * mime-ja.sgml (Entity as node in message): Add description of
2924         `mime-find-entity-from-number' and
2925         `mime-find-entity-from-node-id'.
2926
2927         * mime.el (mime-find-entity-from-number): New function.
2928         (mime-find-entity-from-node-id): New function.
2929         (mime-entity-parent): New function (moved from SEMI MIME-View).
2930         (mime-entity-uu-filename): New function (moved from SEMI
2931         MIME-View).
2932         (mime-entity-filename): New function (moved from SEMI MIME-View).
2933
2934         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2935
2936 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2937
2938         * mime-ja.sgml: Modify for FLIM 1.6.
2939
2940         * mime.el (mime-fetch-field): New function; abolish
2941         `mime-entity-fetch-field'.
2942         (mime-read-field): New function; abolish `mime-entity-read-field'.
2943
2944 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2945
2946         * mime-ja.sgml, mime-ja.texi: New files.
2947
2948 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2949
2950         * mime-parse.el (mime-parse-message): Would error if empty body.
2951
2952 \f
2953 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2954
2955         * FLIM: Version 1.5.0 (Mukaijima) was released.
2956
2957 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2958
2959         * README.en (What's FLIM): Modify for mime.el.
2960
2961         * FLIM-ELS (flim-modules): Add `mime'.
2962
2963         * mime-lib.el: Move every definitions to mime.el.
2964
2965         * mime.el: New module (renamed from mime-lib.el).
2966
2967 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2968
2969         * mime-lib.el: Add autoload setting for eword-encode.el.
2970
2971         * mime-lib.el (mime-entity-content): New function.
2972
2973 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2974
2975         * mel.el: Abolish constant `mel-version'.
2976
2977         * mel.el (mime-string-decoding-method-alist): New variable.
2978         (mime-decode-string): New function.
2979
2980 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2981
2982         * mel-b.el (base64-external-decode-string): New function.
2983         (base64-decode-string): New function.
2984
2985 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2986
2987         * mel-q.el (quoted-printable-decode-string): New implementation.
2988
2989 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2990
2991         * mel-q.el (quoted-printable-internal-decode-region): New
2992         implementation.
2993
2994 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2995
2996         * mel-q.el (q-encoding-decode-string): Use
2997         `quoted-printable-hex-char-to-num'.
2998
2999         * mel-q.el (quoted-printable-hex-char-to-num): New function.
3000         (quoted-printable-decode-string): Use
3001         `quoted-printable-hex-char-to-num'.
3002
3003 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3004
3005         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3006         mime-parse.el to mime-def.el.
3007
3008 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3009
3010         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3011         mime-parse.el to mime-lib.el.
3012
3013         * mime-lib.el: Add autoload setting for mime-parse.el.
3014
3015 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3016
3017         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3018         `mime-entity-point-max', `mime-entity-media-type',
3019         `mime-entity-media-subtype', `mime-entity-parameters' and
3020         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3021
3022         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3023         reference functions from mime-parse.el to mime-def.el.
3024
3025         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3026         from mime-parse.el to mime-def.el.
3027
3028 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3029
3030         * mel-b.el (base64-internal-decode-string): Renamed from
3031         `base64-decode-string'.
3032         (base64-decode-string): New alias for
3033         `base64-internal-decode-string'.
3034
3035 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3036
3037         * mel-b.el (base64-decode-unit): New function; abolish
3038         `base64-decode-1'.
3039         (base64-decode-string): New implementation.
3040         (base64-internal-decode-region): New implementation.
3041
3042 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3043
3044         * mime-parse.el (mime-message-structure): New variable.
3045         (mime-parse-buffer): New function.
3046
3047 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3048
3049         * mime-def.el: Require 'cl when it is compiled.
3050
3051         * mime-lib.el (mime-entity-read-field): Fix typo.
3052         Use `eword-decode-ignored-field-list'.
3053
3054         * mime-parse.el (mime-parse-multipart): Fix typo.
3055         (mime-parse-message): Parse message/external-body.
3056
3057 \f
3058 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3059
3060         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
3061
3062 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3063
3064         * eword-decode.el (mime-insert-decoded-header): Fix typo.
3065
3066 \f
3067 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3068
3069         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3070
3071 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3072
3073         * README.en (What's FLIM): Add description about mime-lib.el and
3074         mime-parse.el.
3075
3076 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3077
3078         * mime-parse.el: Require 'cl when it is compiled.
3079
3080         * eword-decode.el (eword-visible-field-p): New function.
3081         (mime-insert-decoded-header): Use `eword-visible-field-p'.
3082
3083 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3084
3085         * mime-def.el (mime-library-version-string): Renamed from
3086         `mime-spadework-module-version-string'.
3087
3088         * mime-parse.el: New file; moved from SEMI layer.
3089
3090         * FLIM-ELS (flim-modules): Add `mime-parse'.
3091
3092 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3093
3094         * FLIM-ELS (flim-modules): Add `mime-lib'.
3095
3096         * mime-lib.el: New module.
3097
3098         * mime-def.el (mime-entity): Add new slots for original-header and
3099         parsed-header.
3100         (mime-entity-set-original-header): New function.
3101         (mime-entity-set-parsed-header): New function.
3102
3103 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3104
3105         * mime-def.el (mime-entity-number): New function (moved from SEMI
3106         layer).
3107
3108 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3109
3110         * mime-def.el: Move definition of structure `mime-entity' from
3111         SEMI layer.
3112
3113 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3114
3115         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3116         default value.
3117         (eword-decode-structured-field-list): Capitalize default value.
3118         (eword-decode-header): Regularize field name by `capitalize'.
3119         (mime-insert-decoded-header): New function.
3120
3121 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3122
3123         * mailcap.el (mailcap-file): Use `defcustom'.
3124
3125 \f
3126 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3127
3128         * FLIM: Version 1.3.0 (Fushimi) was released.
3129
3130 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3131
3132         * std11.el (std11-fetch-field): New function.
3133         (std11-field-body): Use 'std11-fetch-field.
3134
3135 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3136
3137         * mime-def.el (regexp-*): New function (moved from mime-parse.el
3138         of SEMI (REMI)).
3139         (regexp-or): New function (moved from mime-parse.el of
3140         SEMI (REMI)).
3141
3142         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3143         of SEMI (REMI)).
3144         (std11-non-qtext-char-list): New constant (copied from std11.el).
3145         (std11-qtext-regexp): New constant (moved from mime-parse.el of
3146         SEMI (REMI)).
3147         (std11-quoted-string-regexp): New constant (moved from
3148         mime-parse.el of SEMI (REMI)).
3149
3150 \f
3151 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3152
3153         * FLIM: Version 1.2.2 (Takeda) was released.
3154
3155         * FLIM-VERSION: New file.
3156
3157 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3158
3159         * mel-q.el (quoted-printable-internal-encode-region): Use
3160         'looking-at-as-unibyte instead of local binding for
3161         enable-multibyte-characters.
3162
3163 \f
3164 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3165
3166         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3167
3168 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3169
3170         * mel-q.el (quoted-printable-internal-decode-region): Use
3171         'string-as-multibyte to avoid problem in Emacs 20.3.
3172
3173 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
3174
3175         * mel-u.el: Use mime-temp-directory instead of TMP.
3176
3177 \f
3178 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3179
3180         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
3181
3182         * README.en (What's FLIM): Delete description about
3183         std11-parse.el; add description about mailcap.el.
3184
3185 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3186
3187         * eword-decode.el (eword-decode-encoded-word-error-handler): New
3188         variable.
3189         (eword-decode-encoded-word-default-error-handler): New function.
3190         (eword-decode-encoded-word): Use
3191         'eword-decode-encoded-word-error-handler.
3192
3193 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3194
3195         * mailcap.el: Require 'mime-def.
3196
3197         * mime-def.el (mime-type/subtype-string): New function (moved from
3198         semi/mime-parse.el).
3199
3200 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3201
3202         * std11-parse.el: Abolish std11-parse.el.
3203
3204         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3205
3206         * eword-decode.el: Require 'std11 instead of 'std11-parse.
3207
3208         * std11.el: Merge std11-parse.el.
3209
3210 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3211
3212         * mime-def.el (mime-temp-directory): Use 'defcustom.
3213
3214         * mel-u.el: Require 'mime-def instead of 'mel.
3215
3216         * mime-def.el (mime-temp-directory): New variable (moved from
3217         mel.el).
3218
3219         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3220
3221 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3222
3223         * mailcap.el (mailcap-format-command): New function.
3224
3225         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3226         again.
3227
3228 \f
3229 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3230
3231         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
3232
3233 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3234
3235         * mime-def.el (quoted-printable-hex-chars): New constant.
3236         (quoted-printable-octet-regexp): New constant.
3237
3238         * mel-q.el, eword-decode.el: Move definition of constant
3239         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3240         mime-def.el.
3241
3242 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3243
3244         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3245
3246 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3247
3248         * mailcap.el (mailcap-look-at-mtext): Fix typo.
3249
3250 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3251
3252         * FLIM-ELS (flim-modules): Add mailcap.
3253
3254         * mailcap.el: New file (copied from SEMI).
3255
3256 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3257
3258         * eword-decode.el (eword-decode-ignored-field-list): Add
3259         `received'.
3260
3261         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3262         environment variables.
3263
3264 \f
3265 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3266
3267         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
3268
3269         * mime-def.el (mime-spadework-module-version-string): New
3270         constant.
3271
3272         * eword-encode.el: Abolish constant 'eword-encode-version.
3273
3274         * eword-decode.el: Abolish constant 'eword-decode-version.
3275
3276 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3277
3278         * eword-encode.el (eword-encode-divide-into-charset-words): Use
3279         'char-length or 'char-next-index instead of 'char-bytes.
3280         (tm-eword::encode-string-1): Use 'char-next-index instead of
3281         'char-bytes.
3282
3283 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3284
3285         * mel.el (base64-dl-module): Must check base64.so actually exists.
3286
3287 \f
3288 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3289
3290         * FLIM: Version 1.0.0 was released.
3291
3292         * README.en: Modify for FLIM.
3293
3294         * ChangeLog: New file.
3295
3296 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3297
3298         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3299
3300         * Makefile: Modify for FLIM.
3301
3302 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3303
3304         * Makefile: New file.
3305
3306         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3307         eword-encode.el: Copied from MEL, SEMI (mime-def.el
3308         eword-decode.el eword-encode.el) and APEL (std11-parse.el
3309         std11.el).