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