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