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