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