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