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