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