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