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