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