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