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