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