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