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