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