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