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