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