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