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