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