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