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