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