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