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