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