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