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