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