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