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