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