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