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