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