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