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