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