(eword-decode-string, eword-decode-region): Mention language info in doc string.
[elisp/flim.git] / ChangeLog
1 2008-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * eword-decode.el (eword-decode-string, eword-decode-region):
4         Mention language info in doc string.
5
6 2008-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * eword-decode.el (eword-decode-string, eword-decode-region)
9         (eword-analyze-encoded-word): Express the language portion of an
10         encoded word as a symbol.
11
12         * tests/test-rfc2231.el (test-rfc2231-encoded-word-1)
13         (test-rfc2231-encoded-word-2, test-rfc2231-encoded-word-3): Use
14         eword-decode-string instead of eword-decode-encoded-word.
15
16 2008-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * mel-q-ccl.el (mel-ccl-256-to-16-table): Accept (illegal) lower
19         case representation for decoding.
20
21 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * eword-encode.el (make-ew-rword, ew-rword-text, ew-rword-charset)
24         (ew-rword-encoding, ew-rword-type)
25         * hmac-def.el (define-hmac-function)
26         * md4.el (md4-make-step)
27         * sha1-el.el (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1)
28         (sha1-S5, sha1-S30, sha1-OP, sha1-add-to-H)
29         * hex-util.el (hex-char-to-num, num-to-hex-char): Revert last changes.
30
31 2007-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * eword-encode.el (make-ew-rword, ew-rword-text, ew-rword-charset)
34         (ew-rword-encoding, ew-rword-type): Use new-style backquotes.
35
36         * hmac-def.el (define-hmac-function): Use new-style backquotes.
37
38         * md4.el (md4-make-step): Use new-style backquotes.
39
40 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * sha1-el.el: Fix up comment style.
43         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
44         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
45
46         * hex-util.el: Fix up comment style.
47         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
48
49 2007-06-18  Wencheng Fang  <wencheng.fang@spherenet.co.jp>
50
51         * mel.el (mime-write-decoded-region): Define method function that
52         uses built-in base64-decode-region.  [cf. <emacs-mime-ja:02169>]
53
54 2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
55
56         * README.ja, README.en (Installation): Update required version of
57         APEL to 10.7 or later.
58
59         * FLIM-CFG (PACKAGEDIR): Use
60         `install-get-default-package-directory'.
61
62 2006-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs.
65
66 2006-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * FLIM-MK (compile-flim-package): Use
69         batch-update-directory-autoloads if it is available instead of
70         batch-update-directory.
71
72 2006-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * FLIM-CFG (PACKAGEDIR): Check for
75         (early|late|last)-package-hierarchies and configure-package-path
76         as well as (early|late|last)-packages.
77
78 2006-06-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * smtp.el (smtp-submit-package): Ignore error in
81         `smtp-primitive-quit' where SMTP mail transaction is completed.
82
83 2006-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
86         `insert-file-contents-as-binary' instead of `insert-file-contents'.
87
88         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
89         Likewise.
90
91 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * smtp.el (smtp-debug): New user option.
94         (smtp-read-response): Treat a line break code loosely.  If
95         smtp-debug is non-nil, show an invalid response.
96
97 2005-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * eword-decode.el: Change the way to decode successive
100         encoded-words: decode B- or Q-encoding in each encoded-word,
101         concatenate them, and decode it as charset.  See the following
102         threads for more information:
103         http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541
104         http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176
105         (eword-decode-allow-incomplete-encoded-text): New variable.
106         (eword-decode-encoded-words): New function.
107         (eword-decode-string): Use it.
108         (eword-decode-region): Use it.
109         (eword-analyze-encoded-word): Use it.
110         (eword-decode-encoded-word): Abolish.
111         (eword-decode-encoded-text): Abolish.
112         (eword-decode-encoded-word-error-handler): Abolish.
113         (eword-warning-face): Abolish.
114         (eword-decode-encoded-word-default-error-handler): Abolish.
115
116 \f
117 2005-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
118
119         * FLIM: Version 1.14.8 (Shij\e-Dò) released.\e-A
120
121 2005-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
122
123         * mime-def.el (mime-library-product): Update to 1.14.8.
124
125 2005-11-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * std11.el (std11-addr-to-string): Reconstruct domain literal.
128         From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>]
129
130 2005-07-25  Daiki Ueno  <ueno@unixuser.org>
131
132         * smtp.el (smtp-read-response): Signal an error if connection is
133         closed while reading response.  From Hiroya Murata
134         <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>]
135
136 2004-11-20  Daiki Ueno  <ueno@unixuser.org>
137
138         * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character.
139         (ntlm-smb-hash): Ditto.
140
141 \f
142 2004-10-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
143
144         * FLIM: Version 1.14.7 (Sanj\e-Dò\e-A) released.
145
146 2004-10-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
147
148         * mime-def.el (mime-library-product): Update to 1.14.7.
149
150 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * mime-en.sgml, mime-ja.sgml (CVS based development): Remove the
153         description about developers' pserver access.
154
155 2004-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * sha1-dl.el: Don't provide the sha1-dl feature twice.
158         (sha1-region): Allow the optional argument `binary'.
159         (sha1): Ditto.
160
161 2004-08-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * std11.el (std11-wrap-as-quoted-string): Fix function name for
164         encoding.
165
166 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * smtp.el (smtp-parse-progress-message-format): Fix regexp usage.
169
170 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * smtp.el (smtp-progress-message-format): New user option.
173         (smtp-primitive-data): Show progress message.
174         (smtp-parse-progress-message-format): New function.
175         (smtp-show-progress-message): New function.
176         (smtp-deduce-address-list): Use insert instead of insert-string.
177
178 2004-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
179
180         * mel-g.el (gzip64-external-encoder): Change default value to
181         cause more recognizable error.
182         (gzip64-external-decoder): Ditto.
183
184 2004-06-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * std11.el (std11-parse-word-or-comment-or-period): Renamed from
187         `std11-parse-word-or-comment' and allow period.
188         (std11-parse-phrase): Allow parsing obs-phrase in rfc2822.
189
190 2004-05-24  Len Trigg  <lenbok@myrealbox.com>
191
192         * mime-conf.el (mime-format-mailcap-command): Quote a file name
193         which may contain spaces using `shell-quote-argument' in order to
194         pass it to the shell safely.
195
196 2004-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * eword-encode.el (mime-encode-header-in-buffer): Don't ignore a
199         space char at the beginning of a field body in order to honor the
200         76-column rule which is described in RFC 2047 section 2.
201
202 2004-04-15  MORIOKA Tomohiko  <tomo@m17n.org>
203
204         * eword-decode.el (eword-decode-encoded-text): Fix bug when
205         `must-unfold' is specified; eliminate CR too when `must-unfold' is
206         specified.
207
208 2004-04-13  Kenichi Okada  <okada@opaopa.org>
209
210         * mel-u.el (mime-write-decoded-region): Use make-temp-file.
211         (uuencode-external-decode-region): Ditto.
212
213 2004-04-12  Kenichi Okada  <okada@opaopa.org>
214
215         * mel-u.el (mime-write-decoded-region): Use temporary filename.
216
217 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
218
219         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
220
221 2004-02-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
222
223         * lunit.el (lunit-make-test-suite-from-class): Fix regexp.
224         Use "^test" instead of "^test-".
225
226 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * lunit.el (lunit-assert): Avoid double-eval `condtion-expr'.
229         Use ,(not (not condition)) instead of ,condition.
230
231 2004-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
232
233         * lunit.el (lunit-make-test-suite-from-class): Restrict test
234         method name to test-*.
235
236 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
237
238         * smtp.el (smtp-starttls-program): New user option.
239         (smtp-starttls-extra-args): New user option.
240         (smtp-send-buffer): Bind starttls-program and starttls-extra-args.
241
242 2004-01-27  Yuuichi Teranishi  <teranisi@gohome.org>
243
244         * mel-q.el (quoted-printable-external-decoder-option-to-specify-file): 
245         Accept nil.
246         (mime-write-decoded-region): If the value of the variable
247         `quoted-printable-external-decoder-option-to-specify-file' is nil,
248         write stdout to the output file.
249
250         * mel-b-el.el (base64-external-decoder-option-to-specify-file): 
251         Accept nil.
252         (base64-write-decoded-region): If the value of the variable
253         `base64-external-decoder-option-to-specify-file' is nil, write
254         stdout to the output file.
255
256 2004-01-12  Daiki Ueno  <ueno@unixuser.org>
257
258         * sasl.texi: Texinfo markup fixes.  From Jesper Harder
259         <harder@ifa.au.dk>.
260
261 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
264
265 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * sha1-el.el (sha1-string-external): Make it can return a string
268         in binary form.
269         (sha1-region-external): Ditto.
270         (sha1-string-internal): Ditto.
271         (sha1-region-internal): Ditto.
272         (sha1-region): Ditto.
273         (sha1-string): Ditto.
274         (sha1): Ditto.
275
276 2003-12-16  Simon Josefsson  <jas@extundo.com>
277
278         * sha1-el.el (autoload): Don't use ignore-errors.
279         (sha1-use-external): Use condition-case.  Suggested by Katsumi
280         Yamaoka <yamaoka@jpl.org>.
281
282 2003-12-15  Simon Josefsson  <jas@extundo.com>
283
284         * sha1-el.el (autoload): Ignore errors for
285         executable-find. (XEmacs ecrypto does not require sh-script where
286         executable.el is located.)
287         (sha1-use-external): Likewise.
288
289         * sha1-el.el (sha1): Add defgroup.
290         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
291         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
292         (sha1): Autoload.
293
294 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
295
296         * sha1-el.el (sha1-use-external): New variable.
297         (sha1-region): Use it.
298         (sha1-string): Ditto.
299
300 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * ntlm.el (ntlm-string-as-unibyte): New macro.
303         (ntlm-build-auth-response): Use it.
304
305 2004-01-05  Simon Josefsson  <jas@extundo.com>
306
307         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
308         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
309         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
310         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
311         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
312         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
313         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
314         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
315         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
316         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
317         ntlm-string-permute, string-lshift into ntlm-string-lshift,
318         string-xor into ntlm-string-xor.  Suggested by
319         Jesper Harder <harder@myrealbox.com>.
320
321         * ntlm.el: Don't include poem.
322
323         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
324         Jesper Harder <harder@myrealbox.com>.
325
326 \f
327 2003-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
328
329         * FLIM: Version 1.14.6 (Marutamachi) released.
330
331 2003-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
332
333         * mime-def.el (mime-header-accept-quoted-encoded-words): Change
334         default value to nil.
335
336 2003-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
337
338         * eword-decode.el (eword-analyze-quoted-string): Decode
339         quoted-encoded-words when
340         `mime-header-accept-quoted-encoded-words' is not nil.
341
342         * mime.el (mime-entity-filename): Decode quoted-encoded-words when
343         `mime-header-accept-quoted-encoded-words' is not nil.
344
345         * mime-def.el (mime-header-accept-quoted-encoded-words): New user
346         option.
347
348 2003-12-14  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
349
350         * eword-encode.el (mime-header-charset-encoding-alist): Add
351         entry for iso-8859-1[45].
352
353 2003-11-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * FLIM-ELS (flim-modules): Install mel-b-el also for
356         mel-b-builtin case. (from Tatsuya Kinoshita)
357
358 2003-09-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
359
360         * FLIM-ELS (flim-modules): Don't install smtpmail.
361
362 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * std11.el (std11-field-end): Return end of field correctly
365         even in case of existence of invisible header.
366
367 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
368
369         * eword-encode.el (mime-encode-header-in-buffer):
370         Do not eliminate white spaces.
371
372 2002-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
373
374         * eword-encode.el (tm-eword::words-to-ruled-words): New
375         implementation for UTF-2000 implementations.
376
377 \f
378 2002-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
379
380         * FLIM: Version 1.14.5 (Demachiyanagi) released.
381
382 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * smtp.el (smtp-send-buffer): Error if `smtp-server' is nil.
385
386 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
387
388         * FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el.
389         * FLIM-MK (install-flim): Avoid creating empty directory.
390
391 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
392
393         * mime-parse.el (mime-parse-buffer): Require mmbuffer.
394
395 2002-09-26  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
396
397         * luna.el (luna-define-method): Clear method cache of child
398         classes.
399
400 2002-09-24  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
401
402         * mime-ja.texi (CVS): Escape @.
403
404         * luna.el (luna-define-method): Fix the bug that method cache is
405         not cleard.
406
407 2002-09-14  KOSEKI Yoshinori  <kose@meadowy.org>
408
409         * mime-en.texi (CVS): Fix Typo. (@ to @@).
410         mime-ja.texi (CVS): Ditto.
411
412 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
413
414         * std11.el: Update Copyright header.
415
416 2002-07-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
417
418         * std11.el (std11-non-atom-regexp): New constant.
419         (std11-analyze-atom): New implementation to avoid error in current
420         XEmacs UTF-2000 [may be caused by a bug about regexp].
421
422 2002-07-26  Katsumi Yamaoka   <yamaoka@jpl.org>
423
424         * smtp.el (smtp-open-connection-function): Add doc.
425         (smtp-end-of-line): Doc fix.
426
427 2002-07-24  Katsumi Yamaoka   <yamaoka@jpl.org>
428
429         * smtp.el (smtp-end-of-line): New variable.
430         (smtp-read-response): Use it.
431         (smtp-send-command): Use it.
432         (smtp-send-data): Use it.
433
434 2002-01-16  Hiroya Murata     <lapis-lazuli@pop06.odn.ne.jp>
435
436         * luna.el (luna-class-find-member): Don't search parents'
437         method-spaces.
438
439 2002-02-01  Kenichi OKADA     <okada@opaopa.org>
440
441         * eword-encode.el (mime-header-encode-method-alist): New variable.
442         (mime-encode-field-body): Use `mime-header-encode-method-alist'.
443         (mime-encode-header-in-buffer): Error if cannot encode.
444
445 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
446
447         * smtp.el (smtp-find-server): Fix.
448
449 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
450
451         * smtp.el (smtp-send-by-myself): Fix.
452
453 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
454
455         * smtp.el (smtp-send-by-myself): New variable.
456         (smtp-use-starttls-ignore-error): New variable.
457         (smtp-find-mx): New function.
458         (smtp-dig): New function.
459         (smtp-find-server): New function.
460         (smtp-send-buffer-by-myself): New funcion.
461         (smtp-send-buffer): Change for `smtp-send-buffer-by-myself'.
462
463 2001-11-03  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
464
465         * hmac-md5.el: Removed kludge for Emacs 21 prerelease versions.
466
467 2001-09-21  Kenichi OKADA  <okada@opaopa.org>
468
469         * smtp.el(smtp-submit-package): Check extensions for starttls.
470
471 2001-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
472
473         * smtpmail.el (smtpmail-send-it): Work even if the first line of
474         the subject field has no content (synch with Emacs 20.3).
475
476 2001-07-30  AMAKAWA Shuhei    <sa264@cam.ac.uk>
477
478         * smtp.el (smtp-submit-package): Send EHLO after starttls.
479
480 2001-06-01  Katsumi Yamaoka   <yamaoka@jpl.org>
481
482         * mel-b-el.el: Require `pces' for the macro `as-binary-process'
483         when compiling.
484
485         * mel-q.el: Add a comment that the feature `poem' is also required
486         for the macro `as-binary-process'.
487
488 2001-05-31  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
489
490         Merged MIME Parameter Value decoder.
491
492         * mime-parse.el (mime-decode-parameters): Renamed from
493         `mime-decode-parameter-plist'.
494         (mime-decode-parameter-alist): Removed.
495         (mime-decode-alist-to-plist): Ditto.
496
497         * FLIM-API.en (mime-entity-encoding): Abolish optional argument
498         `default-encoding'.
499         (mime-parse-Content-Tranfer-Encoding): Ditto.
500
501 2001-05-21  SHIMADA Mitsunobu <simm@pure.fan.gr.jp>
502
503         * LIMIT: CVS commit
504         (apply unlimited patch to flim-1_14 branch)
505
506 2001-05-02  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
507
508         * eword-decode.el (eword-decode-encoded-word): Don't use `let'.
509
510         * mime-parse.el (mime-decode-parameter-plist): Modified
511         description of return value.
512 X       (mime-parse-Content-Type): Ditto.
513         (mime-read-Content-Type): Ditto.
514 X       (mime-parse-Content-Disposition): Ditto.
515         (mime-read-Content-Disposition): Ditto.
516 X       (mime-parse-Content-Transfer-Encoding): Ditto.
517         (mime-read-Content-Transfer-Encoding): Ditto.
518
519 2001-05-01  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
520
521 X       * mime-parse.el (mime-parse-parameters): Don't use `equal' for
522 X       strings.
523 X       (mime-parse-Content-Type): Ditto.
524
525 2001-04-30  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
526
527         * mime-parse.el (mime-decode-parameter-value): Use one temporary
528         buffer.
529         (mime-decode-parameter-plist): Changed internal data structure.
530
531 2001-04-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
532
533         * eword-decode.el (eword-encoded-word-regexp): Match for language.
534         (eword-decode-region): Refer the 7th parens, not 6th.
535         (eword-decode-encoded-word): Extract language information.
536         (eword-decode-encoded-text): New optional argument `language'.
537
538         * mime-def.el (mime-charset-regexp): Updated for RFC2231.
539
540         * mime-parse.el (mime-decode-parameter-plist): Fix regexp.
541         Use symbol for language information.
542
543         * tests/test-rfc2231.el: Renamed all testcases.
544
545 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
546
547         * mime-parse.el (mime-decode-parameter-value): Don't use
548         `int-char'.
549
550 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
551
552         * mime.el (mime-entity-read-field): Would capitalize twice.
553
554         * mmbuffer.el (mime-entity-fetch-field): Ditto.
555
556         * mmexternal.el (mime-entity-fetch-field): Ditto.
557
558         * mmgeneric.el (mime-entity-fetch-field): Ditto.
559
560 2001-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
561
562         * mime-parse.el (mime-decode-parameter-plist): Modified
563         description of return value.
564 X       (mime-parse-Content-Type): Ditto.
565         (mime-read-Content-Type): Ditto.
566 X       (mime-parse-Content-Disposition): Ditto.
567         (mime-read-Content-Disposition): Ditto.
568         (mime-read-Content-Transfer-Encoding): Ditto.
569
570 2001-04-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
571
572         * mime-parse.el (mime-lexical-analyze): Removed comments.
573
574 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
575
576         * LIMIT: Version 1.14.7 (Fujiidera) released.
577         (apply unlimited patch to FLIM Version 1.14.2)
578
579 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
580
581         * mime-parse.el (mime-decode-parameter-value): New
582         implementation; use temporary buffer for conversion.
583         (mime-decode-parameter-encode-segment): Ditto.
584         (mime-decode-parameter-plist): Would put empty language info.
585
586         * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11,
587         test-rfc2231-12): New testcases for language info.
588
589 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
590
591         * mime-parse.el: Fixed comments.
592
593         * test/test-rfc2231.el (test-rfc2231-9): New testcase.
594
595 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
596
597         * test/test-rfc2231.el (test-rfc2231-7, test-rfc2231-8):
598         New testcases.
599
600 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
601
602         * mime-def.el (mime-content-type-parameter): Expand
603         `mime-content-type-parameters'.
604
605 X       * mime-parse.el (mime-parse-Content-Disposition): Add
606 X       description of return value to the docstring.
607 X       (mime-parse-Content-Transfer-Encoding): Ditto.
608
609         * test/test-rfc2231.el: Made independent of internal
610         representation of Content-Type.
611
612 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
613
614         * FLIM-MK (check-flim): Limit filename of test files.
615
616         * test/test-rfc2231.el: New file.
617
618 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
619
620         * mime-parse.el (mime-decode-parameter-plist): Shortcut for
621         parameters without extensions.
622
623 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
624
625         * mime-def.el (make-mime-content-type): Don't reverse parameters.
626         (make-mime-content-disposition): New function.
627
628         * mime-parse.el (mime-decode-parameter-value): Removed comments.
629         (mime-decode-parameter-encode-segment): New function.
630         (mime-decode-parameter-plist): New implementation.
631         Switched from decode-then-concat to concat-then-decode model.
632 X       (mime-parse-parameters): Strip quoted-pair in quoted-string.
633 X       (mime-parse-Content-Type): Use `make-mime-content-type'.
634 X       (mime-parse-Content-Disposition): Use
635 X       `make-mime-content-disposition'.
636
637 2001-04-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
638
639         * eword-decode.el (eword-lexical-analyze-internal):
640         Fix typo. [cf. <emacs-mime-ja:00425>]
641
642 2001-04-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
643
644         * mime-parse.el (mime-decode-parameter-value): Allow lowercase.
645         (mime-decode-parameter-plist): Ditto.
646
647 2001-04-10  Akihiro Arisawa  <ari@mbf.sphere.ne.jp>
648
649         * std11.el (std11-lexical-analyze): Fix typo.
650
651 2001-04-01   Daiki Ueno  <ueno@unixuser.org>
652
653         * lunit.el (lunit-test-listener-*): Abolish generic interface.
654         (lunit-test-result-notify): New function.
655         (lunit-test-result-run): Use it.
656         (lunit-test-result-error): Use it.
657         (lunit-test-result-failure): Use it.
658         (lunit-create-index-function): New function.
659         (lunit-generate-template): New command.
660
661 2001-03-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
662
663         * hmac-md5.el, hmac-sha1.el: Revert to load-time check.
664         Don't require 'poe.
665
666 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
667
668         * mel-b-dl.el: Don't do `dynamic-call' at compile-time.
669         (base64-dl-handle): Don't eval at compile-time.
670
671 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
672
673         * hmac-md5.el, sha1.el: Update Copyright header.
674
675 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
676
677         Support for built-in `md5' of Emacs 21.
678
679         * md5.el (md5-dl-module): Moved from md5-dl.el.
680         Use it for test whether to require 'md5-dl.
681
682         * md5-dl.el: Removed hack for compiler.
683         (md5-dl-handle): Do `dynamic-link' unconditionally.
684         (md5-region): Not interactive.
685         (md5): Removed autoload cookie.
686
687         * sha1.el: Removed hack for compiler.
688         Use `sha1-dl-module' for test whether to require 'sha1-dl.
689         (sha1-encode, sha1-encode-binary): Removed compatibility code
690         for another sha1.el since it was broken.
691
692         * sha1-dl.el: Removed hack for compiler.
693         (sha1-dl-handle): Do `dynamic-link' unconditionally.
694
695 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
696
697         * hmac-md5.el: Require 'poe.
698         Provide 'md5 if built-in `md5' is found.
699         (md5-binary): Define with `defun-maybe-cond'.
700         (md5-binary) [v21]: Removed extra arguments.
701         (hmac-md5-96): New function.
702
703         * hmac-sha1.el: Require 'poe.
704         (sha1-binary): Define with `defun-maybe'.
705         (hmac-sha1-96): New function.
706
707 2001-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
708
709         * mel-g.el: Update Copyright header.
710
711 2001-03-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
712
713         * mime.el (mime-find-root-entity): Find root recursively.
714
715 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
716
717         * hmac-md5.el, hmac-sha1.el: Modify comments.
718
719 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
720
721         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
722         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
723         Update Copyright header.
724
725 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
726
727         * mime-parse.el (mime-decode-parameter-plist,
728         mime-decode-parameter-alist, mime-decode-parameters):
729         Add doc string.
730
731 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
732
733         * mime-parse.el (mime-decode-parameter-value): Decode MIME charset
734         in multibyte buffer. [cf. <emacs-mime-ja:00817>]
735         (mime-decode-parameter-plist): Downcase attributes.
736         [cf. <emacs-mime-ja:00816>]
737         (mime-decode-parameters): Alias for `mime-decode-parameter-plist'
738         instead of `mime-decode-parameter-alist'.
739         Add autoload cookie.
740         (mime-parse-parameters-from-list): Make obsolete.
741         (mime-parse-parameters): Return results as a plist.
742 X       (mime-parse-Content-Type, mime-read-Content-Type): Moved type check
743         to the caller side.
744 X       (mime-parse-Content-Disposition, mime-read-Content-Disposition):
745         Ditto.
746 X       (mime-parse-Content-Transfer-Encoding,
747         mime-read-Content-Transfer-Encoding): Ditto.
748
749 2001-02-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
750
751         MIME Parameter Value decoder support.
752
753         * mime-def.el (std11-quoted-pair-regexp, std11-non-qtext-char-list,
754         std11-qtext-regexp, std11-quoted-string-regexp): Removed.
755         (mime-media-type/subtype-regexp): Ditto.
756         (mime-attribute-char-regexp, mime-language-regexp,
757         mime-encoding-regexp): New constants.
758
759         * mime-parse.el (mime-lexical-analyze): New function.
760         (mime/content-parameter-value-regexp, mime::parameter-regexp):
761         Removed.
762 X       (mime-parse-parameter): Ditto.
763         (mime-decode-parameter-value, mime-decode-parameter-plist,
764         mime-parse-alist-to-plist, mime-decode-parameter-alist):
765         New functions.
766         (mime-parse-parameters-from-list): New alias for
767         `mime-decode-parameter-plist'.
768         (mime-decode-parameters): New alias for
769         `mime-decode-parameter-alist'.
770         (mime-parse-parameters): New function.
771         (mime-disposition-type-regexp): Removed.
772 X       (mime-parse-Content-Type, mime-parse-Content-Disposition,
773 X       mime-parse-Content-Transfer-Encoding): New implementation.
774         (mime-read-Content-Type, mime-read-Content-Disposition,
775         mime-read-Content-Transfer-Encoding): Ditto.
776
777 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
778
779         * hmac-md5.el, hmac-sha1.el: Modify comments.
780
781 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
782
783         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
784         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
785         Update Copyright header.
786
787 2001-02-20  Kenichi OKADA <okada@opaopa.org>
788
789         * tests/test-sasl.el(test-sasl-ntlm-imap): Fix
790         `sasl-read-passphrase'
791
792 2001-02-20  Kenichi OKADA <okada@opaopa.org>
793
794         * tests/test-sasl.el(test-sasl-ntlm-imap): Change name.
795         Delete wrong lines.
796
797 2001-02-20  Taro Kawagishi <taro.kawagishi@nokia.com>
798
799         * tests/test-sasl.el(test-sasl-digest-ntlm-imap): New test.
800
801 2001-02-17  Kenichi OKADA <okada@opaopa.org>
802
803         * sasl-ntlm.el(sasl-ntlm-response): self-Hash.
804
805 2001-02-17  Kenichi OKADA <okada@opaopa.org>
806
807         * ntlm.el(smb-passwd-hash): Fix `upcase' for XEmacs.
808
809 2001-02-17  Kenichi OKADA <okada@opaopa.org>
810
811         * ntlm.el(TopLevel): Require `poem'
812         (ntlm-build-auth-request): Omit `request-bufIndex'
813         (ntlm-build-auth-response): Omit `response', `ident' and `msgType'
814         Use `string-as-unibyte' of `poem'.
815
816 2001-02-17  Kenichi OKADA <okada@opaopa.org>
817
818         * sasl-scram.el(sasl-scram-md5-parse-server-msg-1): Error
819         if server's response cannot be parsed.
820
821 2001-02-17  Kenichi OKADA <okada@opaopa.org>
822
823         * sasl-scram.el(sasl-scram-md5-server-salt): New function.
824         (sasl-scram-md5-response-2): Use `sasl-scram-md5-server-salt'
825
826 2001-02-17  Kenichi OKADA <okada@opaopa.org>
827
828         * sasl-scram.el(sasl-scram-md5-make-unique-nonce): Rewrite.
829
830 2001-02-17  Kenichi OKADA <okada@opaopa.org>
831
832         * sasl-scram.el: Add comment.
833         (sasl-scram-md5-steps): New variable.
834         (sasl-scram-md5-make-client-msg-1): Add optional nonce.
835         (sasl-scram-md5-make-client-msg-2): New function.
836         (sasl-scram-md5-make-server-msg-2): Rewrite.
837         (sasl-scram-md5-response-1): New function.
838         (sasl-scram-md5-response-2): New function.
839         (sasl-scram-md5-authenticate-server): New function.
840         * test/test-sasl.el(test-sasl-scram-md5-imap): New function.
841
842 2001-02-16  Kenichi OKADA <okada@opaopa.org>
843
844         * sasl-scram.el: rename from scram-md5.el
845         (TopLevel): Provide `sasl-scram'.
846         Fix prefix.
847         Fix comments.
848         require `sasl'.
849         (sasl-scram-make-unique-nonce): use `sasl-unique-id'.
850         (sasl-scram-md5-unique-id-function): New variable.
851         * sasl.el(sasl-mechanisms): Add SCRAM-MD5.
852         (sasl-mechanism-alist): Ditto.
853
854 2001-02-16  Kenichi OKADA <okada@opaopa.org>
855
856         * md4.el(md4-pack-int16): Taken form ntlm.el
857         (md4-pack-int32): Ditto.
858         (md4-unpack-int16): Ditto.
859         (md4-unpack-int32): Ditto.
860         * ntlm.el (pack-int16): Delete.
861         (pack-int32): Delete.
862         (unpack-int16): Delete.
863         (unpack-int32): Delete.
864
865 2001-02-16  Kenichi OKADA <okada@opaopa.org>
866
867         * sasl.el(sasl-mechanisms): Add NTLM.
868         (sasl-mechanism-alist): Add NTLM.
869
870 2001-02-16  Kenichi OKADA <okada@opaopa.org>
871
872         * test/test-sasl.el: New file.
873
874 2001-02-16  Taro Kawagishi <taro.kawagishi@nokia.com>
875
876         * md4.el: New file.
877         * ntlm.el: New file.
878         * sasl-ntlm.el: New file.
879
880 2000-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
881
882         * mime-conf.el (mime-mailcap-file): Turn to non user option.
883
884 \f
885 2000-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
886
887         * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released.
888
889 2000-12-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
890
891         * smtpmail.el (smtpmail-send-it): Use
892         `binary-write-decoded-region' instead of `binary-write-region'.
893
894         * mmexternal.el (mmexternal-require-buffer): Use
895         `binary-insert-encoded-file' instead of
896         `binary-insert-file-contents'.
897         (mime-write-entity-body): Use `binary-write-decoded-region'
898         instead of `binary-write-region'.
899
900         * mmbuffer.el (mime-write-entity-body): Use
901         `binary-write-decoded-region' instead of `binary-write-region'.
902
903         * mel.el: - Don't require `raw-io'.
904         (8bit-insert-encoded-file): New function.
905         (8bit-write-decoded-region): New function.
906         (7bit-insert-encoded-file): New alias.
907         (7bit-write-decoded-region): New alias.
908         (binary-insert-encoded-file): New alias.
909         (binary-find-file-noselect): New function.
910         (binary-funcall): New function.
911         (binary-to-text-funcall): New function.
912         (mime-insert-encoded-file of "base64"): Use
913         `binary-insert-encoded-file' instead of
914         `binary-insert-file-contents'.
915
916         * FLIM-API.en (base64-decode-string): New function.
917         (base64-encode-string): New function.
918         (ENCODING-write-decoded-region): New function.
919         (ENCODING-insert-encoded-file): New function.
920
921         * raw-io.el: Deleted.
922
923         * FLIM-ELS (flim-modules): Delete `raw-io'.
924
925 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
926
927         * smtp.el (smtp-open-connection-function): Revert initial value to
928         `open-network-stream'.
929         (qmtp-open-connection): Use `binary-funcall'.
930
931         * qmtp.el (qmtp-open-connection-function): Revert initial value to
932         `open-network-stream'.
933         (qmtp-send-buffer): Use `binary-funcall'.
934
935 2000-12-23  OKAZAKI Tetsurou  <okazaki@be.to>
936
937         * FLIM-ELS (flim-modules): Delete `mmdbuffer'.
938
939 \f
940 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
941
942         * FLIM: Version 1.14.1 (Yagi) released.
943
944 2000-12-22  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
945
946         * mel-q.el: Require `poem' for `string-to-char-list' when
947         compiling.
948
949 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
950
951         * eword-decode.el (eword-decode-header): Revert to obsolete alias.
952
953 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
954
955         * mmgeneric.el: Add comment for eword-decode.
956
957 2000-12-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
958
959         * mailcap.el: Require `poe' for `define-obsolete-function-alias'.
960
961 2000-12-21   Daiki Ueno  <ueno@unixuser.org>
962
963         * smtp.el (smtp-send-buffer): Add DOC.
964         (smtp-via-smtp): Add DOC.
965
966         * FLIM-API.en (QMTP): Remove section.
967         (smtp-send-buffer): Add description.
968         (smtp-via-smtp): Likewise.
969
970 \f
971 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
972
973         * FLIM: Version 1.14.0 (Ninokuchi) released.
974
975         * mime.el (mime-entity-media-type): Add DOC.
976         (mime-entity-media-subtype): Add DOC.
977         (mime-entity-parameters): Add DOC.
978         (mime-entity-type/subtype): Add DOC.
979
980         * FLIM-API.en: Add some usages.
981         (mime-entity-media-type): New description.
982         (mime-entity-media-subtype): Likewise.
983         (mime-entity-type/subtype): Likewise.
984         (mime-entity-parameters): Likewise.
985
986 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
987
988         * eword-encode.el (eword-encode-text): Specify `mode' of
989         `encoded-text-encode-string'.
990
991         * mel.el (encoded-text-encode-string): Add optional argument
992         `mode'; use `base64-encode-string' directly for "B"-encoding.
993
994 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
995
996         * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add
997         some sections.
998
999         * mime.el (mime-entity-set-content-type): Add DOC.
1000         (mime-entity-set-encoding): Add DOC.
1001
1002         * mime-def.el (mime-content-type-subtype): Fix DOC.
1003         (mime-content-type-parameters): Fix DOC.
1004
1005 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1006
1007         * FLIM-1.14-API.en: New file.
1008
1009         * smtp.el (smtp-open-connection-function): Add autoload cookie.
1010
1011         * qmtp.el (qmtp-open-connection-function): Add autoload cookie.
1012
1013         * mime.el (mime-entity-children): Add DOC.
1014         (mime-entity-node-id): Add DOC.
1015         (mime-entity-content-type): Add DOC.
1016         (mime-entity-content-disposition): Add DOC.
1017         (mime-entity-encoding): Add DOC.
1018
1019 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1020
1021         * mime.el (mime-encode-field-body): Add autoload setting.
1022
1023         * eword-encode.el (mime-encode-field-body): Renamed from
1024         `eword-encode-field-body'; declare `eword-encode-field-body' as
1025         obsolete alias.
1026         (mime-encode-header-in-buffer): Use `mime-encode-field-body'
1027         instead of `eword-encode-field-body'.
1028
1029 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1030
1031         * mime.el (mime-encode-header-in-buffer): Renamed from
1032         `eword-encode-header'.
1033
1034         * mmdbuffer.el: Deleted.
1035
1036         * mime-def.el (mime-header): New group.
1037         (mime-field-decoding-max-size): New user option [moved from
1038         eword-decode.el].
1039         (mime-field-encoding-method-alist): New user option [moved from
1040         eword-encode.el].
1041
1042         * eword-encode.el (eword-field-encoding-method-alist): Moved to
1043         mime-def.el and renamed to `mime-field-encoding-method-alist'.
1044         (mime-header-charset-encoding-alist): Renamed from
1045         `eword-charset-encoding-alist'.
1046         (mime-header-default-charset-encoding): New variable.
1047         (ew-find-charset-rule): Use
1048         `mime-header-default-charset-encoding'.
1049         (eword-in-subject-p): Declare as obsolete function.
1050         (mime-encode-header-in-buffer): Renamed from
1051         `eword-encode-header'; declare `eword-encode-header' as obsolete
1052         alias.
1053
1054         * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
1055         and renamed to `mime-field-decoding-max-size'.
1056         (mime-header-lexical-analyzer): Renamed from
1057         `eword-lexical-analyzer'; switch to variable.
1058
1059         * FLIM-ELS (flim-modules): Add `raw-io'.
1060
1061 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1062
1063         * eword-encode.el (eword-encode-default-start-column): Switch to
1064         variable.
1065
1066 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1067
1068         * raw-io.el (start-process): New function.
1069         (binary-start-process-shell-command): New function.
1070
1071 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1072
1073         * mel-g.el (gzip64-external-encode-region): Don't use
1074         `as-binary-process'; comment out code to regularize line break
1075         code for OS/2 [if it is needed, it is better to implement by
1076         coding-system].
1077         (gzip64-external-decode-region): Don't use `as-binary-process'.
1078         (mime-write-decoded-region): Likewise.
1079
1080         * mime-parse.el: Require `luna'.
1081
1082 2000-12-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1083
1084         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1085         `aref' instead of `sref'.
1086         (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
1087         (eword-encode-phrase-to-rword-list): Use `find-charset-string'
1088         instead of `find-non-ascii-charset-string'.
1089         (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
1090         (eword-encode-header): Use `find-charset-region' instead of
1091         `find-non-ascii-charset-string'.
1092
1093         * mel.el: Require `raw-io'.
1094
1095         * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
1096         (binary-write-region): Likewise.
1097
1098         * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
1099         instead of `write-region-as-raw-text-CRLF'.
1100
1101         * raw-io.el: New file.
1102
1103         * smtpmail.el: - Require `raw-io'.
1104         - Delete definition of obsolete variable aliases for XEmacs.
1105         (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
1106         instead of `find-file-noselect-as-binary'.
1107
1108         * smtp.el (smtp-open-connection-function): Use
1109         `binary-open-network-stream' instead of `open-network-stream' as
1110         initial value.
1111         (smtp-open-connection): Don't guard as `binary'.
1112
1113         * qmtp.el (qmtp-open-connection-function): Use
1114         `binary-open-network-stream' instead of `open-network-stream' as
1115         initial value.
1116         (qmtp-send-buffer): Don't guard as `binary'.
1117
1118 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1119
1120         * mime/eword-decode.el: Don't use
1121         `define-obsolete-function-alias'; so `eword-decode-header' is
1122         deleted.
1123
1124         * mime/mmexternal.el: Don't require `pces'.
1125
1126 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1127
1128         * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
1129
1130 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1131
1132         * mime-def.el (char-int): New alias.
1133
1134         * eword-encode.el (eword-encode-divide-into-charset-words): Don't
1135         use `char-length' and `char-next-index'.
1136
1137 2000-12-15  Katsumi Yamaoka   <yamaoka@jpl.org>
1138
1139         * eword-decode.el: Fix typo in doc-string of
1140         `mime-set-field-decoder'.
1141
1142 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1143
1144         * mel.el: Don't require `path-util'.
1145
1146 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1147
1148         * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
1149
1150         * mel.el: Don't require `poem'.
1151
1152 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1153
1154         * mmexternal.el (mime-write-entity): Don't use
1155         `write-region-as-raw-text-CRLF'.
1156         (mmexternal-require-buffer): Use `binary-insert-file-contents'
1157         instead of `insert-file-contents-as-binary'.
1158         (mime-write-entity-body): Use `binary-write-region' instead of
1159         `write-region-as-binary'.
1160
1161         * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
1162         instead of `write-region-as-binary'.
1163
1164         * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
1165
1166         * mel.el (mime-insert-encoded-file of "base64"): Use
1167         `binary-insert-file-contents' instead of
1168         `insert-file-contents-as-binary'.
1169         (mime-insert-encoded-file of "7bit"): Use
1170         `binary-insert-file-contents' instead of
1171         `insert-file-contents-as-binary'.
1172         (mime-write-decoded-region of "7bit"): Use `binary-write-region'
1173         instead of `write-region-as-binary'.
1174
1175         * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
1176         instead of `write-region-as-binary'.
1177         (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
1178
1179         * mime-def.el: Don't require `poem'.
1180         (binary-insert-file-contents): New function.
1181         (binary-write-region): New function.
1182
1183         * mel-u.el (uuencode-external-encode-region): Don't use
1184         `as-binary-process'.
1185         (uuencode-external-decode-region): Don't use `as-binary-process'
1186         and `as-binary-input-file'.
1187         (mime-write-decoded-region): Don't use `as-binary-process'.
1188
1189         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
1190         use `insert-file-contents-as-coding-system'.
1191         (quoted-printable-ccl-write-decoded-region): Don't use
1192         `write-region-as-coding-system'.
1193
1194         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
1195         `insert-file-contents-as-coding-system'.
1196         (base64-ccl-write-decoded-region): Don't use
1197         `write-region-as-coding-system'.
1198
1199         * std11.el: Don't require `poem'.
1200         (std11-parse-ascii-token): Don't use
1201         `find-non-ascii-charset-string'.
1202
1203         * qmtp.el: Don't require `poem'.
1204         (qmtp-send-buffer): Don't use `as-binary-process'.
1205
1206 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1207
1208         * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
1209         `custom' instead of `pcustom'.
1210
1211 2000-12-12   Daiki Ueno  <ueno@unixuser.org>
1212
1213         * sasl.el: Rewrite with luna.
1214
1215 2000-12-06   Daiki Ueno  <ueno@unixuser.org>
1216
1217         * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
1218         sha1-el.el if the running emacs has builtin message digest
1219         functions.
1220
1221         * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
1222         `dynamic-call'.
1223
1224         * md5.el (md5-dl-module): Moved from md5-dl.el.
1225         * sha1.el: Don't bind `sha1-string'.
1226
1227 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1228
1229         * README.ja, README.en (load-path): Remove section.
1230         (What's FLIM): Specify prerequisite version of Emacsen.
1231
1232 2000-11-21   Daiki Ueno  <ueno@unixuser.org>
1233
1234         * sasl.el (sasl-client-set-encoder): New function.
1235         (sasl-client-set-decoder): New function.
1236         (sasl-client-encoder): New function.
1237         (sasl-client-decoder): New function.
1238
1239         * sasl-digest.el: Require 'cl' when compiling.
1240         (sasl-digest-md5-signing-encode-magic): New constant.
1241         (sasl-digest-md5-signing-decode-magic): New constant.
1242         (sasl-digest-md5-htonl-string): New function.
1243         (sasl-digest-md5-make-integrity-encoder): New function.
1244         (sasl-digest-md5-make-integrity-decoder): New function.
1245         (sasl-digest-md5-ha1): New function.
1246         (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
1247         (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
1248         - Set integrity encoder and decoder of the client.
1249
1250         * smtp.el: Require `luna'.
1251         (smtp-read-response): Accept `smtp-connection' object rather than
1252         process-object.
1253         (smtp-send-command): Likewise.
1254         (smtp-send-data): Likewise.
1255
1256 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1257
1258         * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
1259         (test-sasl-digest-md5-acap): New testcase.
1260
1261 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1262
1263         * lunit.el (lunit-make-test-suite-from-class): New function.
1264         (lunit-class): Abolish.
1265         (lunit-test-results-buffer): Abolish.
1266
1267         * FLIM-ELS (check-flim): New function.
1268
1269         * Makefile (check): New target.
1270
1271         * tests: New directory.
1272
1273 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
1274
1275         * lunit.el (lunit-test-method-regexp): New variable.
1276         (lunit-class): New function.
1277
1278 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
1279
1280         * lunit.el: New file.
1281
1282 2000-12-13  Kenichi Handa     <handa@etl.go.jp>
1283
1284         * luna.el: Fix and add DOCs and comments; fix coding style.
1285
1286 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
1287
1288         * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
1289         argument `representation-type'.
1290         (mmbuffer-parse-encapsulated): Likewise.
1291
1292 2000-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1293
1294         * mmexternal.el: Must require `mmgeneric'.
1295
1296         * sha1.el: Don't use `defun-maybe'.
1297
1298 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1299
1300         * luna.el (luna-class-find-functions): Don't quote colon keywords.
1301         (luna-send): Ditto.
1302         (luna-call-next-method): Ditto.
1303
1304 2000-11-28   Daiki Ueno  <ueno@unixuser.org>
1305
1306         * luna.el: Don't require `static'.
1307         (luna-define-class-function): Don't bind colon keywords.
1308         (luna-class-find-functions): Quote colon keywords.
1309         (luna-send): Likewise.
1310         (luna-call-next-method): Likewise.
1311
1312 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
1313
1314         * luna.el (luna-define-method): Clear method cache.
1315         (luna-apply-generic): New function.
1316         (luna-define-generic): Use `luna-apply-generic' instead of
1317         `luna-send'.
1318
1319 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1320
1321         * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
1322         `smtp-via-smtp'.
1323         (smtpmail-send-queued-mail): Ditto.
1324
1325 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1326
1327         * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
1328         (install-flim): Install `flim-version-specific-modules' to
1329         `FLIM_VERSION_SPECIFIC_DIR'.
1330         (compile-flim-package): Compile `flim-version-specific-modules'.
1331         (install-flim-package): Install `flim-version-specific-modules'.
1332
1333         * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
1334         (flim-version-specific-modules): New variable; specify `mailcap'.
1335
1336         * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
1337
1338         * mailcap.el: Completely rewrote to use mime-conf.el.
1339
1340         * mime-conf.el: New file.
1341
1342 2000-11-16  Kenichi OKADA <okada@opaopa.org>
1343
1344         * sasl-digest.el (sasl-digest-md5-response): Fix typo.
1345
1346 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
1347
1348         * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
1349         `forward-char'.
1350         (smtp-read-response): Don't bind `case-fold-search'.
1351         (smtp-send-data): Don't save excursion.
1352
1353 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1354
1355         * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
1356         (sasl-digest-md5-syntax-table): Rename from
1357         `sasl-digest-md5-parse-digest-challenge-syntax-table'.
1358         (sasl-digest-md5-parse-string): Rename from
1359         `sasl-digest-md5-parse-digest-challenge'; only return a property
1360         list.
1361         (sasl-digest-md5-challenge): Abolish.
1362         (sasl-digest-md5-build-response-value-1): Abolish.
1363         (sasl-digest-md5-response-value): Define as function.
1364         (sasl-digest-md5-response): Rewrite.
1365
1366 2000-11-07   Kenichi OKADA  <okada@opaopa.org>
1367
1368         * sasl.el (sasl-login-response-1): Fix.
1369         (sasl-login-response-2): Fix.
1370
1371 2000-11-07   Daiki Ueno  <ueno@unixuser.org>
1372
1373         * smtp.el (smtp-sasl-properties): New user option.
1374         (smtp-sasl-user-realm): Abolish.
1375
1376 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
1377
1378         * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
1379         (qmtp-via-smtp): Mark as obsolete.
1380         (qmtp-send-buffer): New function.
1381
1382         * sasl.texi: New file.
1383
1384 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
1385
1386         * sasl.el (sasl-step-data): New function.
1387         (sasl-step-set-data): New function.
1388
1389 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
1390
1391         * sasl.el: Don't require 'poe'
1392         - Rename `sasl-*instantiator*' to `sasl-*client*'.
1393         - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
1394         - Rename `sasl-*continuations*' to `sasl-*steps*'.
1395         (sasl-make-client): Accept 1st argument `mechanism'.
1396         (sasl-next-step): Rename from `sasl-evaluate-challenge'.
1397
1398 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
1399
1400         * sasl.el (sasl-make-instantiator): Define as function.
1401         (sasl-instantiator-name): Ditto.
1402         (sasl-instantiator-service): Ditto.
1403         (sasl-instantiator-server): Ditto.
1404         (sasl-instantiator-set-properties): Ditto.
1405         (sasl-instantiator-set-property): Ditto.
1406         (sasl-instantiator-property): Ditto.
1407         (sasl-instantiator-properties): Ditto.
1408         (sasl-authenticator-mechanism): Ditto.
1409         (sasl-authenticator-continuations): Ditto.
1410
1411 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1412
1413         * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
1414         (sasl-make-instantiator): Abolish optional 4th argument.
1415         (sasl-instantiator-set-properties): New function.
1416         (sasl-instantiator-put-property): New function.
1417         (sasl-instantiator-property): New function.
1418         (sasl-instantiator-properties): New function.
1419
1420         * smtp.el (smtp-sasl-user-name): Rename from
1421         `smtp-sasl-principal-user'.
1422         (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
1423
1424 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1425
1426         * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
1427         (sasl-mechanism-alist): Likewise.
1428         (sasl-error): Define.
1429         (sasl-login-continuations): New variable.
1430         (sasl-login-response-1): New function.
1431         (sasl-login-response-2): New function.
1432         (sasl-anonymous-continuations): New variable.
1433         (sasl-anonymous-response): New function.
1434
1435         * smtp.el (smtp-error): Define.
1436         (smtp-via-smtp): Use it.
1437
1438 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1439
1440         * smtp.el (smtp-via-smtp): Mark as obsolete.
1441         (smtp-send-buffer): Rename from `smtp-via-smtp'.
1442
1443 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1444
1445         * sasl.el (sasl-make-authenticator): Allocate a freshly generated
1446         symbol for each continuation.
1447
1448 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1449
1450         * sasl-digest.el (sasl-digest-md5-response-1): Rename from
1451         `sasl-digest-md5-digest-response'.
1452         (sasl-digest-md5-response-2): New alias.
1453         (sasl-digest-md5-parse-digest-challenge): Save excursion.
1454
1455         * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
1456         (sasl-mechanisms): New variable.
1457         (sasl-find-authenticator): Check `sasl-mechanisms' rather than
1458         `sasl-mechanism-alist'.
1459
1460         * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
1461         (smtp-primitive-auth): Check authenticator.
1462
1463 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1464
1465         * FLIM-ELS (hmac-modules): New variable.
1466         (flim-modules): Move HMAC modules to `hmac-modules'
1467         - Add `sasl-digest'.
1468
1469         * smtp.el (smtp-sasl-principal-realm): New user option.
1470
1471         * sasl.el (sasl-plain-response): New function.
1472         (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
1473         (sasl-unique-id-function): New variable.
1474         (sasl-plain-continuations): New variable.
1475         (sasl-unique-id): New function.
1476         (sasl-unique-id-char): New variable.
1477
1478         * sasl-digest.el: New file.
1479
1480 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1481
1482         * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
1483         `sasl-make-principal', `sasl-find-authenticator',
1484         `sasl-authenticator-mechanism-internal' and
1485         `sasl-evaluate-challenge'.
1486         (smtp-use-sasl): New user option.
1487         (smtp-sasl-principal-name): New user option.
1488         (smtp-sasl-mechanisms): New user option.
1489         (smtp-submit-package): Call `smtp-primitive-starttls' and
1490         `smtp-primitive-auth'.
1491         (smtp-primitive-ehlo): Don't modify the rest of a extension line.
1492         (smtp-primitive-auth): New function.
1493         (smtp-primitive-starttls): Check the response code.
1494
1495         * sasl.el: New implementation.
1496
1497         * sasl-cram.el: New file.
1498
1499         * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
1500         `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
1501
1502 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1503
1504         * smtp.el: Add autoload settings for `starttls-open-stream' and
1505         `starttls-negotiate'.
1506         (smtp-connection-set-extensions-internal): New macro.
1507         (smtp-connection-extensions-internal): New macro.
1508         (smtp-make-connection): Set the `extension' slot to nil.
1509         (smtp-primitive-ehlo): New function.
1510         (smtp-submit-package): Rename from `smtp-commit'.
1511         (smtp-submit-package-function): Rename from `smtp-commit-function'.
1512         (smtp-primitive-starttls): New function.
1513         (smtp-extensions): New group.
1514         (smtp-use-8bitmime): New variable.
1515         (smtp-use-size): New variable.
1516         (smtp-use-starttls): New variable.
1517         (smtp-via-smtp): Bind `smtp-open-connection-function'.
1518
1519 2000-10-31   Daiki Ueno  <ueno@unixuser.org>
1520
1521         * smtp.el: New implementation.
1522
1523 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
1524
1525         * FLIM-ELS (flim-modules): Add `qmtp'.
1526
1527         * qmtp.el: New file.
1528
1529 2000-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * eword-encode.el (eword-encode-mailboxes-to-rword-list):
1532         New inline function.
1533         (eword-encode-address-to-rword-list): Ditto.
1534         (eword-encode-addresses-to-rword-list):
1535         Use `eword-encode-address-to-rword-list' instead of
1536         `eword-encode-mailbox-to-rword-list'.
1537
1538         * std11.el (std11-address-string): Fix for group list.
1539
1540 2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
1541
1542         * mmgeneric.el: Enclose definition of class `mime-entity' and its
1543         internal accessors by `eval-and-compile'.
1544
1545         * luna.el: Define `luna-class-name' before it is used in macros.
1546
1547 \f
1548 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1549
1550         * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
1551
1552 2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1553
1554         * mmexternal.el (initialize-instance): Deleted.
1555         (mmexternal-require-file-name): New function.
1556         (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
1557
1558 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1559
1560         * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
1561         string.
1562
1563 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1564
1565         * mmexternal.el (initialize-instance): New method.
1566         (mime-entity-name): Fixed.
1567         (mmexternal-require-buffer): New function.
1568         (mime-insert-entity): New implementation.
1569         (mime-write-entity): Likewise.
1570         (mime-entity-body): New method.
1571         (mime-insert-entity-body): New method.
1572         (mime-write-entity-body): New implementation.
1573         (mime-entity-content): Likewise.
1574         (mime-insert-entity-content): Likewise.
1575         (mime-write-entity-content): Likewise.
1576         (mime-entity-fetch-field): Likewise.
1577         (mime-insert-header): Likewise.
1578
1579         * mmbuffer.el (initialize-instance): Store buffer instead of name
1580         of buffer to `buffer' slot.
1581
1582 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1583
1584         * mmgeneric.el (mime-entity-children): Deleted.
1585
1586         * mmbuffer.el (mime-insert-entity-body): New method.
1587         (mmbuffer-parse-multipart): New function.
1588         (mmbuffer-parse-encapsulated): New function.
1589         (mime-entity-children): New function.
1590
1591 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1592
1593         * mime.el (mime-find-root-entity): New function.
1594         (mime-entity-header-buffer): Comment out.
1595         (mime-goto-header-start-point): Likewise.
1596         (mime-entity-header-start-point): Likewise.
1597         (mime-entity-header-end-point): Likewise.
1598         (mime-entity-body-buffer): Likewise.
1599         (mime-goto-body-start-point): Likewise.
1600         (mime-goto-body-end-point): Likewise.
1601         (mime-entity-body-start-point): Likewise.
1602         (mime-entity-body-end-point): Likewise.
1603         (mime-entity-body-start): Likewise.
1604         (mime-entity-body-end): Likewise.
1605         (mime-entity-buffer): Likewise.
1606         (mime-entity-point-min): Likewise.
1607         (mime-entity-point-max): Likewise.
1608         (mime-insert-entity-body): New generic function.
1609         (mime-entity-uu-filename): Use `mime-insert-entity-body'.
1610         (mime-entity-set-content-type): New function.
1611         (mime-entity-set-encoding): New function.
1612
1613         * mime-parse.el (mime-parse-multipart): Comment out.
1614         (mime-parse-encapsulated): Likewise.
1615         (mime-parse-external): Likewise.
1616
1617         * mmbuffer.el (mime-entity-header-buffer): Comment out.
1618         (mime-goto-header-start-point): Likewise.
1619         (mime-entity-header-start-point): Likewise.
1620         (mime-entity-header-end-point): Likewise.
1621         (mime-entity-body-buffer): Likewise.
1622         (mime-goto-body-start-point): Likewise.
1623         (mime-goto-body-end-point): Likewise.
1624         (mime-entity-body-start-point): Likewise.
1625         (mime-entity-body-end-point): Likewise.
1626         (mime-entity-buffer): Likewise.
1627         (mime-entity-point-min): Likewise.
1628         (mime-entity-point-max): Likewise.
1629
1630 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1631
1632         * eword-encode.el (eword-charset-encoding-alist): Add
1633         `iso-2022-jp-3'.
1634
1635 2000-05-25  Tanaka Akira      <akr@m17n.org>
1636
1637         * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
1638
1639 2000-05-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1640
1641         * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
1642         in the working buffer.
1643
1644 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
1645
1646         * mime.el (mime-entity-body): New function.
1647         * mmbuffer.el (mime-entity-body): Implement it.
1648
1649 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
1650
1651         * mime.el (mime-entity-node-id): Change to function.
1652
1653 2000-03-03  MORIOKA Tomohiko  <tomo@m17n.org>
1654
1655         * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
1656         `mime-message-structure'.
1657
1658         * mime-parse.el (mime-parse-buffer): Don't setup
1659         `mime-message-structure'.
1660
1661 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1662
1663         * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
1664         (mime-insert-header-from-buffer): Moved from mmbuffer.el.
1665
1666         * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
1667         Moved to mmgeneric.el.
1668         (mime-insert-header-from-buffer): Moved to mmgeneric.el.
1669
1670 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1671
1672         * FLIM-ELS (flim-modules): Add `mmgeneric'.
1673
1674         * mmgeneric.el: New file.
1675
1676         * mmbuffer.el: Require `mmgeneric'.
1677
1678         * mime.el: Require `mmgeneric' when compiling.
1679
1680         * mime-def.el: Move mime-entity related definitions to
1681         mmgeneric.el.
1682
1683 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1684
1685         * mime.el (mime-find-entity-from-number): Now second argument
1686         `message' is not an optional argument.
1687         (mime-find-entity-from-node-id): Likewise.
1688         (mime-find-entity-from-content-id): Likewise.
1689         (mime-fetch-field): Delete obsolete function.
1690         (mime-read-field): Likewise.
1691
1692 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1693
1694         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
1695         (mime-goto-header-start-point): Likewise.
1696         (mime-entity-header-start-point): Likewise.
1697         (mime-entity-header-end-point): Likewise.
1698         (mime-entity-body-start): Use `defalias'; don't recommend to use
1699         `mime-entity-body-start-point' instead.
1700         (mime-entity-body-end): Use `defalias'; don't recommend to use
1701         `mime-entity-body-end-point' instead.
1702         (mime-entity-body-buffer): Mark it as obsolete.
1703         (mime-goto-body-start-point): Likewise.
1704         (mime-goto-body-end-point): Likewise.
1705         (mime-entity-body-start-point): Likewise.
1706         (mime-entity-body-end-point): Likewise.
1707         (mime-entity-buffer): Don't recommend to use
1708         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
1709         (mime-entity-point-min): Don't recommend to use
1710         `mime-entity-header-start-point' instead.
1711         (mime-entity-point-max): Don't recommend to use
1712         `mime-entity-body-end-point' instead.
1713
1714         * mime-def.el (mime-library-version): update to 1.14.1.
1715         - Add autoload setting for `mime-parse-external'.
1716
1717 \f
1718 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1719
1720         * Chao: Version 1.14.0 (Momoyama) released.
1721
1722 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1723
1724         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
1725         server.
1726
1727 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1728
1729         * mel-b-el.el (base64-encode-region): Allow the optional second arg
1730         `no-line-break'.
1731         (base64-external-encode-region): Likewise.
1732         (base64-internal-encode-region): Likewise.
1733         (base64-encode-string): Likewise.
1734
1735 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
1736
1737         * FLIM-ELS (flim-modules): Add `mmexternal'.
1738
1739         * mime-parse.el (mime-parse-external): New function.
1740
1741         * mime-def.el (mime-entity-children [mime-entity]): Use
1742         `mime-parse-external' for message/external-body.
1743
1744         * mmexternal.el: New module.
1745
1746 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1747
1748         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
1749         recent ML address and ftp site.
1750
1751 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1752
1753         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
1754         and custom-load.el
1755
1756 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1757
1758         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
1759         eof.  [cf. <tm-ja:5177>]
1760
1761 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1762
1763         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
1764
1765 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1766
1767         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
1768
1769 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1770
1771         * smtpmail.el (smtpmail-send-it): Make directory
1772         `smtpmail-queue-dir' if it does not exist; convert filename of
1773         queued mail using `convert-standard-filename'.
1774         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
1775         name using `file-name-as-directory'.
1776         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
1777         strings.
1778
1779 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1780
1781         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
1782         `time-stamp-hh:mm:ss' instead of `current-time'.
1783
1784 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1785
1786         * FLIM-ELS: Use `if' instead of `unless'.
1787
1788 \f
1789 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
1790
1791         * FLIM: Version 1.13.2 (Kasanui) released.
1792
1793 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
1794
1795         * smtp.el (smtp-notify-success): New option.
1796         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
1797         SMTP server if `smtp-notify-success' is non-nil.
1798         [cf. <tm-ja:4872,4877>]
1799
1800 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
1801
1802         * mime.el (mime-entity-header-start-point): New generic function.
1803         (mime-entity-header-end-point): New generic function.
1804
1805         * mmbuffer.el (mime-entity-header-start-point): New method.
1806         (mime-entity-header-end-point): New method.
1807
1808 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
1809
1810         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
1811
1812 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1813
1814         * mmdbuffer.el: New module.
1815
1816 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
1817
1818         * mime-parse.el: Add autoload setting for
1819         `mime-entity-body-buffer', `mime-entity-body-start-point' and
1820         `mime-entity-body-end-point'.
1821
1822         * mime.el (mime-entity-point-min): Define as an obsolete function.
1823         (mime-entity-point-max): Likewise.
1824
1825 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1826
1827         * mmbuffer.el (entity-point-min): Deleted because it is
1828         duplicated.
1829         (entity-point-max): Deleted because it is duplicated.
1830
1831 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1832
1833         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
1834         mime-def.el].
1835
1836         * mime-def.el: Add autoload settings for `mime-entity-content' [to
1837         avoid warning].
1838         (mime-insert-text-content): New method of `mime-entity' [moved
1839         from mmbuffer.el].
1840
1841 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1842
1843         * mmbuffer.el (mime-entity-children): Deleted [moved to
1844         mime-def.el].
1845
1846         * mime-def.el: Add autoload settings for
1847         `mime-entity-content-type', `mime-parse-multipart' and
1848         `mime-parse-encapsulated' [to avoid warning].
1849         (mime-entity-children): New method of `mime-entity' [moved from
1850         mmbuffer.el].
1851
1852 \f
1853 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
1854
1855         * FLIM: Version 1.13.1 (Tawaramoto) released.
1856
1857 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
1858
1859         * mime-parse.el (mime-parse-buffer): Fixed.
1860
1861 \f
1862 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
1863
1864         * FLIM: Version 1.13.0 (Iwami) released.
1865
1866 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
1867
1868         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
1869         time-stamp-strftime.
1870         (smtpmail-send-it): Use write-region-as-binary instead of
1871         write-file.
1872         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
1873         instead of find-file-noselect.
1874
1875 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
1876
1877         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
1878
1879 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1880
1881         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
1882         end of the field for fetching the recipients from Resent-To.
1883
1884 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1885
1886         * luna.el (luna-define-class-function): Check for the improbable
1887         name of variable beginning with colon whether we should bind the
1888         sort of symbol or not.
1889         (TopLevel): Likewise.
1890
1891 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
1892
1893         * luna.el (luna-define-class-function): Bind member variables
1894         statically for old Emacsen.
1895         (TopLevel): Require `static'; bind `:before', `:after' and
1896         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
1897
1898 \f
1899 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
1900
1901         * Chao: Version 1.13.0 (JR Fujinomori) released.
1902
1903 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
1904
1905         * mmbuffer.el (mime-entity-fetch-field): New implementation.
1906
1907         * mime-def.el (mime-entity-fetch-field): New method of luna-class
1908         `mime-entity'.
1909
1910         * luna.el (luna-define-method): Allow `:around' qualifier.
1911         (luna-class-find-functions): Likewise.
1912         (luna-send): Likewise.
1913         (luna-call-next-method): New function.
1914
1915 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1916
1917         * mime-def.el (eval-module-depended-macro): Abolished.
1918         Use `def-edebug-spec' directly.
1919
1920         * luna.el (luna-define-method): Allow `:before' qualifier.
1921         (luna-class-find-functions): Likewise.
1922
1923         * mime-def.el (mime-message-structure): Define as obsolete
1924         variable.
1925
1926 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1927
1928         * mime-parse.el (mime-parse-encapsulated): Use
1929         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
1930
1931         * mime.el (mime-parse-buffer): Revert to auto-load from
1932         "mime-parse".
1933
1934         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
1935         again.
1936         (mime-parse-encapsulated): Likewise.
1937         (mime-parse-message): Likewise.
1938         (mime-parse-buffer): Likewise.
1939
1940         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
1941         (mime-parse-encapsulated): Likewise.
1942         (mime-parse-message): Likewise.
1943         (mime-parse-buffer): Likewise.
1944
1945         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
1946         entity.
1947
1948 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1949
1950         * mmbuffer.el (initialize-instance): Don't initialize slots if
1951         they are initialized.
1952         (mime-parse-multipart): Run in body-buffer of an entity.
1953         (mime-entity-body-start-point): New method.
1954
1955 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
1956
1957         * mmbuffer.el (mime-entity-body-end-point): New method.
1958         (mime-goto-header-start-point): New method.
1959         (mime-goto-body-start-point): New method.
1960         (mime-goto-body-end-point): New method.
1961
1962         * mime.el (mime-goto-body-end-point): New generic function.
1963
1964         * mel.el (Q-encoded-text-length): Fixed.
1965
1966 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1967
1968         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
1969         header-end.
1970
1971         * mmcooked.el (mime-insert-header): Fix typo.
1972
1973 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
1974
1975         * mmcooked.el (mime-insert-header): Use
1976         `luna-class-find-functions'.
1977
1978         * mime.el (mime-entity-buffer): Define as obsolete function.
1979         (mime-entity-body-end-point): New generic function; define
1980         `mime-entity-body-end' as obsolete function.
1981         (mime-goto-body-start-point): New generic function.
1982         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
1983         `mime-entity-body-end-point'.
1984
1985         * mmbuffer.el (initialize-instance): Define as after method;
1986         return initialized instance.
1987
1988         * luna.el (luna-define-class): Add `standard-object' as a parent.
1989         (luna-define-method): Allow `:after' qualifier.
1990         (luna-class-find-parents-functions): New function.
1991         (luna-class-find-functions): New function [abolish
1992         `luna-class-find-function'].
1993         (luna-find-functions): New function [abolish
1994         `luna-find-function'].
1995         (luna-send): Modify for new method dispatch mechanism.
1996         (luna-make-entity): New implementation.
1997         (standard-object): New class.
1998         (initialize-instance): New method.
1999
2000 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
2001
2002         * Delete mmgeneric.el.
2003
2004         * mmcooked.el: Modify for mmbuffer.el.
2005
2006         * mmbuffer.el:
2007         - Don't require `mmgeneric' and `mime-parse'.
2008         - Require mime.
2009         - Use `luna'.
2010         (mime-buffer-entity-buffer-internal): Renamed from
2011         `mime-entity-set-buffer-internal'.
2012         (mime-buffer-entity-set-buffer-internal): Likewise.
2013         (mime-buffer-entity-header-start-internal): Likewise.
2014         (mime-buffer-entity-set-header-start-internal): Likewise.
2015         (mime-buffer-entity-header-end-internal): Likewise.
2016         (mime-buffer-entity-set-header-end-internal): Likewise.
2017         (mime-buffer-entity-body-start-internal): Likewise.
2018         (mime-buffer-entity-set-body-start-internal): Likewise.
2019         (mime-buffer-entity-body-end-internal): Likewise.
2020         (mime-buffer-entity-set-body-end-internal): Likewise.
2021         (mime-entity-name): New method.
2022         (mime-parse-multipart): New function [moved from mime-parse.el].
2023         (mime-parse-encapsulated): Likewise.
2024         (mime-parse-message): Likewise.
2025         (mime-entity-children): New method.
2026         (mime-goto-header-start-point): New method.
2027         (mime-visible-field-p): New function [moved from mmgeneric.el].
2028         (mime-insert-header-from-buffer): Likewise.
2029         (mime-insert-header): New method.
2030         (mime-entity-content): Use `luna-define-method'.
2031         (mime-insert-text-content): New method.
2032         ((mime-entity-fetch-field): Use `luna-define-method'.
2033         (mime-entity-header-buffer): New method.
2034         (mime-entity-body-buffer): Likewise.
2035         (mime-entity-buffer): Likewise.
2036         (mime-entity-point-min): Use `luna-define-method'.
2037         (mime-entity-point-max): Use `luna-define-method'.
2038         (mime-parse-buffer): New function [moved from mmgeneric.el].
2039
2040         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
2041         (mime-parse-encapsulated): Likewise.
2042         (mime-parse-message): Likewise.
2043         (mime-parse-buffer): Likewise.
2044
2045         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
2046         (mime-find-function): Abolished.
2047         (mime-entity-function): Abolished.
2048         (mime-entity-send): Use `luna-send'.
2049         (mime-open-entity): Use `luna-make-entity' and
2050         `mm-expand-class-name'.
2051         (mime-entity-cooked-p): Use `luna-define-generic'.
2052         (mime-entity-children): Use `luna-send'.
2053         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
2054         (mime-entity-buffer): Change to generic function.
2055         (mime-entity-header-buffer): New generic function.
2056         (mime-entity-body-buffer): Likewise.
2057         (mime-entity-point-min): Use `luna-define-generic'.
2058         (mime-entity-point-max): Likewise.
2059         (mime-entity-header-start): Abolished.
2060         (mime-entity-header-end): Abolished.
2061         (mime-entity-body-start): Abolished.
2062         (mime-entity-body-end): Abolished.
2063         (mime-goto-header-start-point): New generic function.
2064         (mime-entity-fetch-field): New generic function.
2065         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
2066         obsolete function.
2067         (mime-entity-content-type): Use `mime-entity-fetch-field'.
2068         (mime-entity-content-disposition): Likewise.
2069         (mime-entity-encoding): Likewise.
2070         (mime-entity-read-field): New function.
2071         (mime-read-field): Use `mime-entity-read-field'; declare as
2072         obsolete function.
2073         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
2074         alias `mime-insert-decoded-header'.
2075         (mime-entity-name): New generic function.
2076         (mime-entity-content): Use `luna-define-generic'.
2077         (mime-insert-entity-content): Likewise.
2078         (mime-write-entity-content): Likewise.
2079         (mime-insert-text-content): Likewise.
2080         (mime-insert-entity): Likewise.
2081         (mime-write-entity): Likewise.
2082         (mime-write-entity-body): Likewise.
2083
2084         * mime-def.el:
2085         - Use `luna'.
2086         (make-mime-entity-internal): Abolished.
2087         (mime-entity-representation-type-internal): Change to alias for
2088         `luna-class-name'.
2089         (mime-entity-set-representation-type-internal): Change to alias
2090         for `luna-set-class-name'.
2091         (mime-entity-location-internal): Defined by
2092         `luna-define-internal-accessors'.
2093         (mime-entity-set-location-internal): Likewise.
2094         (mime-entity-content-type-internal): Likewise.
2095         (mime-entity-set-content-type-internal): Likewise.
2096         (mime-entity-content-disposition-internal): Likewise.
2097         (mime-entity-set-content-disposition-internal): Likewise.
2098         (mime-entity-encoding-internal): Likewise.
2099         (mime-entity-set-encoding-internal): Likewise.
2100         (mime-entity-children-internal): Likewise.
2101         (mime-entity-set-children-internal): Likewise.
2102         (mime-entity-parent-internal): Likewise.
2103         (mime-entity-set-parent-internal): Likewise.
2104         (mime-entity-node-id-internal): Likewise.
2105         (mime-entity-decoded-subject-internal): Abolished.
2106         (mime-entity-set-decoded-subject-internal): Abolished.
2107         (mime-entity-decoded-from-internal): Abolished.
2108         (mime-entity-set-decoded-from-internal): Abolished.
2109         (mime-entity-date-internal): Abolished.
2110         (mime-entity-set-date-internal): Abolished.
2111         (mime-entity-message-id-internal): Abolished.
2112         (mime-entity-set-message-id-internal): Abolished.
2113         (mime-entity-references-internal): Abolished.
2114         (mime-entity-set-references-internal): Abolished.
2115         (mime-entity-chars-internal): Abolished.
2116         (mime-entity-set-chars-internal): Abolished.
2117         (mime-entity-lines-internal): Abolished.
2118         (mime-entity-set-lines-internal): Abolished.
2119         (mime-entity-xref-internal): Abolished.
2120         (mime-entity-set-xref-internal): Abolished.
2121         (mime-entity-original-header-internal): Defined by
2122         `luna-define-internal-accessors'.
2123         (mime-entity-set-original-header-internal): Likewise.
2124         (mime-entity-parsed-header-internal): Likewise.
2125         (mime-entity-set-parsed-header-internal): Likewise.
2126         (mime-entity-buffer-internal): Abolished.
2127         (mime-entity-set-buffer-internal): Abolished.
2128         (mime-entity-header-start-internal): Abolished.
2129         (mime-entity-set-header-start-internal): Abolished.
2130         (mime-entity-header-end-internal): Abolished.
2131         (mime-entity-set-header-end-internal): Abolished.
2132         (mime-entity-body-start-internal): Abolished.
2133         (mime-entity-set-body-start-internal): Abolished.
2134         (mime-entity-body-end-internal): Abolished.
2135         (mime-entity-set-body-end-internal): Abolished.
2136         (mm-expand-class-name): New macro.
2137         (mm-define-backend): Use `luna-define-class' and
2138         `mm-expand-class-name'.
2139         (mm-define-method): Use `luna-define-method' and
2140         `mm-expand-class-name'.
2141         (mm-arglist-to-arguments): Abolished.
2142         (mel-define-service): Use `luna-arglist-to-arguments' instead of
2143         `mm-arglist-to-arguments'.
2144
2145         * mel.el: Require `alist'.
2146
2147         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
2148
2149         * luna.el:
2150         - Rename property `luna-member-index' to `luna-slot-index'.
2151         - Rearrangement to avoid byte-compiling problem.
2152         (luna-define-class-function): New function.
2153         (luna-define-class): Use `luna-define-class-function'.
2154         (luna-define-generic): Fixed.
2155         (luna-define-internal-accessors): New function.
2156
2157 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
2158
2159         * luna.el (luna-make-entity-function): Send `initialize-instance'.
2160
2161 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
2162
2163         * luna.el: New module.
2164
2165 \f
2166 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
2167
2168         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
2169
2170 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
2171
2172         * mime-en.sgml (Network representation of header): Translate.
2173
2174 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2175
2176         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
2177         (base64-encode-1): Avoid concat.
2178         (base64-encode-string): Fixed last change; extra padding.
2179
2180 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
2181
2182         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
2183         variable alias for XEmacs.
2184         (smtpmail-smtp-server): Likewise.
2185         (smtpmail-smtp-service): Likewise.
2186         (smtpmail-local-domain): Likewise.
2187         (smtpmail-debug-info): Likewise.
2188         (smtpmail-send-it): Check function `expand-mail-aliases' is
2189         defined.
2190
2191 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
2192
2193         * smtp.el (smtp-debug-info): Now a user option.
2194
2195 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
2196
2197         * README.ja: Modify URL and required version of APEL.
2198
2199 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
2200
2201         * mel-b-ccl.el (base64-encode-string): New alias.
2202         (base64-encode-region): Ditto.
2203         (base64-decode-string): Ditto.
2204         (base64-decode-region): Ditto.
2205
2206 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
2207
2208         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
2209
2210 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
2211
2212         * eword-encode.el (ew-space-process): Renamed from
2213         `tm-eword::space-process'.
2214
2215 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
2216
2217         * eword-encode.el (tm-eword::space-process): Don't concatenate
2218         `special's.
2219         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
2220         new optional argument `must-output'; return nil if it can't encode
2221         literally.
2222         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
2223         if `ew-encode-rword-1' can't encode literally and it is possible
2224         to encode the rest literally with the folding.
2225         (eword-encode-phrase-to-rword-list): Add `special' flag to
2226         brackets of comments.
2227
2228 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2229
2230         * smtpmail.el: Require 'poe and 'pcustom.
2231
2232 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2233
2234         * mel.el: Update header.
2235         Require 'path-util and don't require 'poem.
2236         (mel-use-module): Eliminate local variable `encoding'.
2237         (mime-insert-encoded-file for mel-b-builtin):
2238         Use built-in `interactive' spec.
2239         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2240         (mime-encode-region): Capitalize prompt string.
2241         (mime-decode-region): Ditto.
2242         (mime-insert-encoded-file): Ditto.
2243         (mime-write-decoded-region): Ditto.
2244
2245         * mel-b-ccl.el: Update header.
2246         (base64-ccl-encode-region): Use read-only `interactive' spec.
2247         (base64-ccl-decode-region): Ditto.
2248         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
2249         (base64-ccl-write-decoded-region): Ditto.
2250         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2251
2252         * mel-b-dl.el: Update header.
2253         Don't require 'poe; it is required implicitly via 'mime-def.
2254         (base64-dl-handle): Chech whether `base64-dl-module' is string.
2255         Defalias `base64-encode-string' and `base64-decode-string' just
2256         after `dynamic-call'ing "emacs_base64_init".
2257         (base64-encode-region): Use read-only `interactive' spec.
2258         Use `base64-encode-string'.
2259         Changed order of evaluation to "encode, delete, then insert".
2260         (base64-decode-region): Renamed from `decode-base64-region'.
2261         Use read-only `interactive' spec.
2262         Use `base64-decode-string'.
2263         Changed order of evaluation to "decode, delete, then insert".
2264         (mime-encode-string): Use `base64-encode-string'.
2265         (mime-decode-string): Use `base64-decode-string'.
2266         (mime-decode-region): Use `base64-decode-region'.
2267         (encoded-text-encode-string): Use `base64-encode-string'.
2268         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2269         (mime-insert-encoded-file): Use built-in `interactive' spec.
2270         (mime-write-decoded-region in comment): Ditto.
2271
2272         * mel-b-el.el: Update header.
2273         Don't require 'poe; it is required implicitly via 'mime-def.
2274         (pack-sequence): Moved to top of the function definitions.
2275         (base64-encode-string): Calculate padding first.
2276         (base64-internal-encode-region): Changed order of evaluation to
2277         "encode, delete, then insert".
2278         (base64-internal-decode-string): Changed order of evaluation to
2279         "decode, delete, then insert".
2280         (base64-encode-region): Use read-only `interactive' spec.
2281         (base64-decode-region): Ditto.
2282         (base64-decode-string): Not interactive.
2283         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2284         (base64-insert-encoded-file): Use built-in `interactive' spec.
2285         (base64-write-decoded-region): Ditto.
2286
2287         * mel-g.el: Update header.
2288         Require 'mime-def instead of 'poem and 'mel.
2289         (mime-insert-encoded-file): Use built-in `interactive' spec.
2290         (mime-write-decoded-region): Ditto.
2291
2292         * mel-q-ccl.el: Update header.
2293         (quoted-printable-ccl-encode-region):
2294         Use read-only `interactive' spec.
2295         (quoted-printable-ccl-decode-region): Ditto.
2296         (quoted-printable-ccl-insert-encoded-file):
2297         Use built-in `interactive' spec.
2298         (quoted-printable-ccl-write-decoded-region): Ditto.
2299         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2300
2301         * mel-q.el: Update header.
2302         Require 'path-util instead of 'emu.
2303         (quoted-printable-internal-encode-region): Rewrite without regexp.
2304         (quoted-printable-internal-decode-region): Ditto.
2305         (quoted-printable-encode-region): Use read-only `interactive' spec.
2306         (quoted-printable-decode-region): Ditto.
2307         (mime-insert-encoded-file): Use built-in `interactive' spec.
2308         (mime-write-decoded-region): Ditto.
2309         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2310
2311         * mel-u.el: Update header.
2312         Require 'path-util instead of 'emu.
2313         (mime-insert-encoded-file): Use built-in `interactive' spec.
2314         (mime-write-decoded-region): Ditto.
2315
2316 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2317
2318         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
2319         (mime): Declare `default-mime-charset' as an initial member.
2320
2321         * mime-parse.el: Don't require 'cl at compile-time.
2322
2323         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
2324
2325         * std11.el: Require 'poe, 'poem, and 'pcustom.
2326
2327         * smtp.el: Update header.
2328         Require 'poe, 'poem, and 'pcustom.
2329         Require 'cl at compile-time.
2330
2331 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
2332
2333         * README.en (Installation): Modify URL and required version of
2334         APEL.
2335
2336         * eword-encode.el (ew-find-charset-rule): Renamed from
2337         `tm-eword::find-charset-rule'; use
2338         `find-mime-charset-by-charsets'.
2339
2340 \f
2341 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
2342
2343         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
2344
2345 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2346
2347         * mel-b-ccl.el (TopLevel): Suppress warning.
2348         mel-q-ccl.el (TopLevel): Ditto.
2349         mime.el (TopLevel): Ditto.
2350
2351 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2352
2353         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
2354         for "encoding".
2355
2356         * mime-def.el (std11-qtext-regexp): Don't use `string'.
2357         (mime-tspecial-char-list): Eval at compile time.
2358
2359 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2360
2361         * mime.el: Delete autoload setting for `eword-encode-field'.
2362
2363 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
2364
2365         * eword-encode.el: Require `poem' instead of `emu'.
2366         Don't use `cl' for `caar'.
2367
2368 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2369
2370         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
2371         function.
2372         (smtp-server): Make it can also be a function called from
2373         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
2374
2375 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2376
2377         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
2378
2379 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2380
2381         * mime.el (mime-read-field): Correct argument of
2382         `mime-decode-field-body'; 'native -> 'plain.
2383
2384 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2385
2386         * eword-encode.el (TopLevel): Require 'cl when compiling.
2387         (eword-encode-rword-list): Suppress insertion of extra spaces.
2388         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
2389         brackets atomically.
2390         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
2391
2392 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2393
2394         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
2395
2396 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2397
2398         * mel.el (mime-decode-string): Return STRING if return value of
2399         `(mel-find-function 'mime-decode-string encoding)' is nil.
2400
2401 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2402
2403         * mime-def.el (mel-define-service): Change size of obarray to 7.
2404
2405 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
2406
2407         * mime-ja.sgml: Tranlate all untranslated parts.
2408
2409 \f
2410 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2411
2412         * FLIM: Version 1.12.5 (Hirahata) released.
2413
2414         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
2415
2416 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2417
2418         * NEWS (New optional argument of `std11-field-end'): New
2419         subsection.
2420
2421         * std11.el (std11-field-end): Add new optional argument `bound'.
2422
2423 \f
2424 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2425
2426         * FLIM: Version 1.12.4 (Tsutsui) released.
2427
2428 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2429
2430         * README.en: Sync with latest FLIM.
2431
2432         * README.ja: fixed.
2433
2434 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2435
2436         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
2437
2438         * mime.el (mime-insert-entity-content): New generic function.
2439
2440 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2441
2442         * NEWS (New function `mime-find-entity-from-content-id'): New
2443         subsection.
2444         (New function `mime-parse-msg-id'): New subsection.
2445         (New function `mime-uri-parse-cid'): New subsection.
2446
2447 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2448
2449         * mime.el (mime-find-entity-from-content-id): New function.
2450         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
2451         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
2452         and `Content-Id' field.
2453
2454         * mime-parse.el (mime-parse-msg-id): New function.
2455         (mime-uri-parse-cid): New function.
2456
2457 \f
2458 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2459
2460         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
2461
2462 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2463
2464         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
2465         (New function `std11-parse-msg-id-string'): Likewise.
2466         (New function `std11-parse-msg-ids-string'): Likewise.
2467         (New generic function `mime-insert-entity'): Likewise.
2468
2469 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2470
2471         * mime.el (mime-field-parser-alist): Change to set parser for
2472         tokens instead of parser for string.
2473         (mime-read-field): Use `eword-lexical-analyze' before parsing.
2474
2475         * eword-encode.el (eword-encode-in-reply-to): Use
2476         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
2477         and `std11-lexical-analyze'.
2478
2479         * std11.el (std11-parse-msg-ids): Renamed from
2480         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
2481         obsolete alias.
2482         (std11-parse-msg-id-string): New function.
2483         (std11-parse-msg-ids-string): New function.
2484
2485 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2486
2487         * mime.el (mime-field-parser-alist): New variable.
2488         (mime-read-field): Refer `mime-field-parser-alist'.
2489
2490 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2491
2492         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
2493
2494         * mime.el (mime-insert-entity): New generic function.
2495
2496 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2497
2498         * std11.el (TopLevel): Require `custom'.
2499
2500 \f
2501 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2502
2503         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
2504
2505 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2506
2507         * mime-parse.el (mime-lexical-analyzer): New user option.
2508         (mime-analyze-tspecial): New function.
2509         (mime-analyze-token): New function.
2510         (mime-parse-Content-Transfer-Encoding): Use
2511         `std11-lexical-analyze' with `mime-lexical-analyzer'.
2512
2513         * mime-def.el (mime-tspecial-char-list): Renamed from
2514         `mime-tspecials'; changed from string to list.
2515         (mime-token-regexp): Use `eval-when-compile'.
2516
2517 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2518
2519         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
2520         about interface change.
2521         (eword-analyze-comment): Renamed from `eword-parse-comment';
2522         change second argument `from' to required argument; abolish alias
2523         `eword-analyze-comment' of `eword-parse-comment'.
2524
2525 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2526
2527         * NEWS (User option `eword-lexical-analyzers' ->
2528         `eword-lexical-analyzer'): New subsection.
2529
2530         * eword-decode.el (eword-lexical-analyzer): Renamed from user
2531         option `eword-lexical-analyzers'.
2532
2533 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2534
2535         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
2536
2537         * std11.el (std11-lexical-analyzer): Renamed from user option
2538         `std11-lexical-analyzers'.
2539
2540 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2541
2542         * std11.el (std11-lexical-analyze): Change interface to add new
2543         optional argument `analyzers'.
2544
2545 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2546
2547         * std11.el (std11-lexical-analyzers): New user option.
2548         (std11-lexical-analyze): New implementation; refer
2549         `std11-lexical-analyzers'.
2550
2551 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2552
2553         * NEWS (Change interface of lexical-analyzers): New subsection.
2554
2555 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2556
2557         * eword-decode.el (eword-encoded-word-regexp): Must define when
2558         this module is compiled.
2559         (eword-decode-structured-field-body): Add new optional argument
2560         `start'.
2561         (eword-decode-and-unfold-structured-field-body): Likewise.
2562         (eword-decode-and-fold-structured-field-body): Likewise.
2563         (eword-analyze-quoted-string): Add new argument `start'; return
2564         `(<parsed result> . <end position>)' instead of `(<parsed result>
2565         . <rest string>)'.
2566         (std11-analyze-domain-literal): Likewise.
2567         (eword-analyze-domain-literal): Likewise.
2568         (eword-analyze-comment): Changed to alias of
2569         `eword-parse-comment'.
2570         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
2571         result> . <end position>)' instead of `(<parsed result> . <rest
2572         string>)'.
2573         (std11-analyze-domain-literal): Likewise.
2574         (eword-analyze-special): Likewise.
2575         (eword-analyze-encoded-word): Likewise.
2576         (eword-analyze-atom): Likewise.
2577         (eword-lexical-analyze-internal): Add new argument `start'.
2578         (eword-lexical-analyze): Change interface to add new optional
2579         argument `start'.
2580         (eword-extract-address-components): Add new optional argument
2581         `start'.
2582
2583         * std11.el (std11-atom-regexp): Modify to match non-top atom.
2584         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
2585         result> . <end position>)' instead of `(<parsed result> . <rest
2586         string>)'.
2587         (std11-analyze-special): Likewise.
2588         (std11-analyze-atom): Likewise.
2589         (std11-analyze-quoted-string): Likewise.
2590         (std11-analyze-domain-literal): Likewise.
2591         (std11-analyze-comment): Likewise.
2592         (std11-lexical-analyze): Add new optional argument `start'.
2593
2594 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2595
2596         * std11.el (std11-fetch-field): Add autoload cookie.
2597         (std11-narrow-to-header): Likewise.
2598         (std11-field-body): Likewise.
2599         (std11-unfold-string): Likewise.
2600         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
2601
2602         * std11.el (std11-space-char-list): Renamed from
2603         `std11-space-chars'; changed from string to list.
2604
2605 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2606
2607         * std11.el (std11-fetch-field): Don't define as inline function.
2608         (std11-field-body): Enclose `std11-narrow-to-header' and
2609         `std11-fetch-field' by `inline'.
2610
2611 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2612
2613         * std11.el (std11-special-char-list): Evaluate when it is
2614         compiled.
2615         (std11-atom-regexp): Use `eval-when-compile'.
2616
2617 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2618
2619         * std11.el (std11-space-chars): Must evaluate when it is compiled.
2620         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
2621         constant `std11-spaces-regexp'.
2622
2623         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
2624         it is compiled.
2625
2626         * mime-parse.el: Don't require emu.
2627
2628         * mime-parse.el (mime-parse-Content-Disposition): Use
2629         `eval-when-compile'.
2630
2631         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
2632         implementation.
2633
2634 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2635
2636         * README.en (Installation): Modify for APEL 9.12.
2637         * README.ja (Installation): Likewise.
2638
2639 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2640
2641         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
2642         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
2643         1st arg.
2644         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2645         Likewise.
2646
2647         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
2648         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
2649         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2650         Likewise.
2651
2652 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2653
2654         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2655         `insert-file-contents-as-coding-system' (renamed from
2656         `insert-file-contents-as-specified-coding-system').
2657         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2658         Likewise.
2659
2660         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2661         `write-region-as-coding-system' (renamed from
2662         `write-region-as-specified-coding-system').
2663         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2664         Likewise.
2665
2666 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
2667
2668         * smtp.el (smtp-coding-system): Abolished.
2669         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
2670         `open-network-stream'.
2671
2672 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
2673
2674         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2675         `insert-file-contents-as-specified-coding-system' instead of
2676         `insert-file-contents'.
2677         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2678         Likewise.
2679
2680         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2681         `write-region-as-specified-coding-system' instead of
2682         `write-region'.
2683         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2684         Likewise.
2685
2686 \f
2687 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2688
2689         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
2690
2691 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2692
2693         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
2694         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
2695         change of `smtp-via-smtp'.
2696         (smtpmail-do-bcc): New function (moved and renamed from
2697         `smtp-do-bcc' of smtp.el).
2698
2699 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701         * lisp/smtp.el: Do not insert empty line at the end of message.
2702
2703 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2704
2705         * lisp/smtp.el (smtp-use-8bitmime): New variable.
2706         (smtp-debug-info): Internal variable, now.
2707         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
2708         (smtp-via-smtp): New implementation.
2709         (smtp-send-command): Treat "PASS" as usual.
2710         (smtp-do-bcc): Removed.
2711
2712 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2713
2714         * smtpmail.el: New module (copied from Semi-gnus 6.8).
2715
2716         * smtp.el: New module (copied from Semi-gnus 6.8).
2717
2718         * FLIM-ELS: Add smtp.el and smtpmail.el.
2719
2720 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2721
2722         * mime-def.el: Abolish function `eliminate-top-spaces' because it
2723         is not used in FLIM.
2724
2725 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2726
2727         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
2728         problem in `eword-encode-addresses-to-rword-list'.
2729
2730 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2731
2732         * std11.el (std11-full-name-string): fixed.
2733
2734         * std11.el (std11-comment-value-to-string): fixed.
2735
2736 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2737
2738         * NEWS (Changes in FLIM 1.12): New section.
2739
2740 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2741
2742         * std11.el (std11-comment-value-to-string): New function.
2743         (std11-full-name-string): Use `std11-comment-value-to-string'.
2744
2745         * eword-decode.el (eword-parse-comment): New function.
2746         (eword-analyze-comment): New implementation; use
2747         `eword-parse-comment'; change representation.
2748         (eword-decode-token): Modify for representation change of comment.
2749
2750 \f
2751 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2752
2753         * FLIM: Version 1.12.0 (Amagatsuji) was released.
2754
2755 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
2756
2757         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
2758
2759 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2760
2761         * eword-decode.el (eword-decode-structured-field-body): Abolish
2762         non-used local variable.
2763
2764 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2765
2766         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
2767         select implementation.
2768
2769 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2770
2771         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
2772         for mule-2.3@19.34.
2773
2774 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2775
2776         * mel.el (mel-b-builtin): New variable.
2777
2778 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
2779
2780         * FLIM-ELS: require 'pccl.
2781         (flim-modules): Check CCL availability by broken facility.
2782
2783 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2784
2785         * eword-decode.el (eword-decode-structured-field-body): New
2786         implementation; abolish optional argument `must-unfold'; delete
2787         DOC-string.
2788         (eword-decode-and-unfold-structured-field-body): Renamed from
2789         `eword-decode-and-unfold-structured-field'; delete DOC-string.
2790         (eword-decode-and-fold-structured-field-body): Renamed from
2791         `eword-decode-and-fold-structured-field'; abolish optional
2792         argument `must-unfold'; delete DOC-string.
2793         (eword-decode-unstructured-field-body): Abolish optional argument
2794         `must-unfold'; delete DOC-string.
2795         (eword-decode-and-unfold-unstructured-field-body): Renamed from
2796         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
2797         (eword-decode-unfolded-unstructured-field-body): New function.
2798
2799 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2800
2801         * mmgeneric.el (mime-insert-header-from-buffer): Use
2802         `mime-find-field-presentation-method' and
2803         `mime-find-field-decoder-internal'.
2804
2805         * eword-decode.el (mime-find-field-presentation-method): New
2806         macro.
2807         (mime-find-field-decoder-internal): New function.
2808         (mime-find-field-decoder): New implementation (use
2809         mime-find-field-decoder-internal).
2810         (mime-decode-header-in-region): Use
2811         `mime-find-field-presentation-method' and
2812         `mime-find-field-decoder-internal'.
2813
2814 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2815
2816         * mmgeneric.el (mime-insert-header-from-buffer): Rename
2817         field-presentation-mode `folding' to `wide'.
2818
2819         * eword-decode.el: Rename field-presentation-modes from `native',
2820         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
2821         `summary', `nov'.
2822
2823 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
2824
2825         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
2826         (mime-find-field-decoder): Ditto.
2827
2828 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2829
2830         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
2831         Don't delete the front spaces.
2832         (eword-encode-addresses-to-rword-list): Don't supplement space;
2833         use `nconc' instead of `append'.
2834         (eword-encode-msg-id-to-rword-list): Supplement the front space;
2835         use `nconc' instead of `append'.
2836
2837 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
2838
2839         * eword-decode.el (mime-field-decoder-cache): New variable.
2840         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
2841         (mime-update-field-decoder-cache): New variable.
2842         (mime-update-field-decoder-cache): New function.
2843         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
2844
2845         * mmgeneric.el (mime-insert-header-from-buffer): Use
2846         `mime-field-decoder-cache'.
2847
2848 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2849
2850         * eword-decode.el (mime-decode-header-in-region): New function.
2851         (mime-decode-header-in-buffer): Use function
2852         `mime-decode-header-in-region'.
2853
2854 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2855
2856         * mmgeneric.el (mime-insert-header-from-buffer): Refer
2857         `mime-field-decoder-alist' instead of hard-coding.
2858
2859         * mime.el (mime-read-field): Use `mime-decode-field-body'.
2860
2861         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
2862         optional dummy argument `start-column' and `max-column'.
2863         (eword-decode-structured-field-body): Change interface.
2864         (eword-decode-unstructured-field-body): Change interface to add
2865         optional dummy argument `start-column' and `max-column'.
2866         (eword-decode-and-unfold-unstructured-field): Add optional dummy
2867         argument `start-column' and `max-column'.
2868         (mime-field-decoder-alist): New variable; abolish user option
2869         `eword-decode-ignored-field-list' and
2870         `eword-decode-structured-field-list'.
2871         (mime-set-field-decoder): New function.
2872         (mime-find-field-decoder): New function.
2873         (mime-decode-field-body): New function; abolish function
2874         `eword-decode-field-body'.
2875         (mime-decode-header-in-buffer): Renamed from
2876         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
2877         hard-coding; add obsolete alias `eword-decode-header'.
2878
2879 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2880
2881         * mime-def.el: Avoid compile error when edebug is missing.
2882
2883 \f
2884 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2885
2886         * FLIM: Version 1.11.3 (Saidaiji) was released.
2887
2888 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2889
2890         * VERSION: New file (Renamed from FLIM-VERSION).
2891
2892 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2893
2894         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
2895
2896 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
2897
2898         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
2899
2900 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2901
2902         * README.ja: Update.
2903
2904 \f
2905 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2906
2907         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
2908
2909         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
2910
2911         * README.en (Installation): Modify for APEL 9.6.
2912
2913 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2914
2915         * eword-encode.el (eword-encode-field-body): Don't eliminate
2916         top-spaces.
2917
2918 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2919
2920         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
2921
2922 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2923
2924         * eword-decode.el (eword-decode-field-body): Refine implementation.
2925
2926 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
2927
2928         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
2929         into mel-b-ccl.el and mel-q-ccl.el.
2930
2931 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
2932
2933         * mel.el (base64-encoded-length): New implementation.
2934
2935 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2936
2937         * eword-decode.el (eword-decode-field-body): New function.
2938
2939 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2940
2941         * eword-encode.el (eword-encode-field-body): Change interface.
2942         (eword-encode-header): Use `eword-encode-field-body'; abolish
2943         function `eword-encode-field'.
2944
2945 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
2946
2947         * eword-encode.el (eword-encode-field-body): New function.
2948         (eword-encode-field): Use `eword-encode-field-body'.
2949
2950 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2951
2952         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
2953
2954 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2955
2956         * mel-u.el (uuencode-external-decode-region): Use
2957         `temporary-file-directory' instead of `mime-temp-directory'.
2958         (mime-write-decoded-region): Likewise.
2959
2960         * mime-def.el: Abolish variable `mime-temp-directory'.
2961
2962 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2963
2964         * mmgeneric.el (mime-insert-header-from-buffer): New function.
2965         (insert-header): Use `mime-insert-header-from-buffer'.
2966
2967 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2968
2969         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
2970         builtin base64 encoder/decoder.
2971
2972         * mel.el: Set up builtin base64 encoder/decoder if they are
2973         available.
2974
2975         * mime-def.el (base64-dl-module): Set nil as initial value if the
2976         running emacs has builtin base64 encoder/decoder.
2977
2978         * mel-b.el: Require `poe' instead of `emu'.
2979         (base64-encode-string): Use `defun-maybe'.
2980         (base64-encode-region): Likewise.
2981         (base64-decode-region): Likewise.
2982         (base64-decode-string): Likewise.
2983
2984         * mel-b-dl.el: Require `poe' instead of `emu'.
2985
2986 \f
2987 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2988
2989         * FLIM: Version 1.11.1 (Takanohara) was released.
2990
2991 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2992
2993         * README.ja: New file.
2994
2995 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2996
2997         * mime-def.el: Require mcharset.
2998
2999 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
3000
3001         * mel-u.el (mime-write-decoded-region): Fix typo.
3002
3003         * mime-def.el: Enclose defining procedure for the constants
3004         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
3005         `std11-qtext-regexp' with `eval-and-compile'.
3006
3007 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3008
3009         * NEWS (Behavior change of `mime-insert-header'): New subsection.
3010
3011         * mmgeneric.el (insert-header): Include `:' in field-name.
3012
3013 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3014
3015         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
3016         use `char-list-to-string'.
3017         (std11-quoted-string-regexp): Use `eval-when-compile'.
3018         - Use `def-edebug-spec' to define edebug-form-spec of
3019           mm-define-method; fix definition of edebug-form-spec of
3020           mm-define-method.
3021
3022 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3023
3024         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
3025         description about `eword-field-encoding-method-alist'.
3026
3027         * mime-en.sgml (Header encoder/decoder): Modify description about
3028         `eword-encode-header'.
3029
3030         * mime-ja.sgml (Header encoder/decoder): Translate.
3031
3032 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3033
3034         * mime-en.sgml (entity formatting): Fix typo in description of
3035         `default-mime-charset'.
3036
3037         * mime-en.sgml (Header encoder/decoder): Modify description of
3038         `eword-decode-header'.
3039
3040         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
3041
3042         * mime-en.sgml (encoder/decoder): Translate description of
3043         `mime-decode-string'.
3044
3045 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3046
3047         * mime-en.sgml (Content-Disposition parser): Modify description.
3048
3049         * mime-en.sgml (Content-Type parser): Modify description.
3050
3051 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3052
3053         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
3054
3055 \f
3056 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3057
3058         * FLIM: Version 1.11.0 (Yamadagawa) was released.
3059
3060 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3061
3062         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
3063         about `mime-insert-text-content'.
3064
3065 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3066
3067         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
3068         `mime-insert-header' from `Entity-header'; move
3069         `default-mime-charset' from `custom'.
3070
3071 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3072
3073         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
3074         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
3075
3076 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3077
3078         * NEWS: New file.
3079
3080 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3081
3082         * mime.el (mime-insert-header): Renamed from
3083         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
3084         as an obsolete alias.
3085
3086         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
3087         `insert-decoded-header'.
3088
3089         * README.en (Installation): Add required version of APEL.
3090
3091 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3092
3093         * mel-g.el: Require mel.
3094
3095         * mel-g.el: Require poem instead of emu.
3096
3097 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3098
3099         * mime.el (mime-insert-text-content): New generic function.
3100
3101         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
3102
3103 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3104
3105         * std11.el (std11-unfold-string): New implementation.
3106
3107 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3108
3109         * mmgeneric.el: New module.
3110
3111         * mmbuffer.el: Use `generic' as mother backend.
3112
3113         * FLIM-ELS (flim-modules): Add mmgeneric.
3114
3115 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3116
3117         * mime-parse.el (mime-parse-message): Modify for
3118         `make-mime-entity-internal'.
3119
3120         * mime-def.el (make-mime-entity-internal): Change interface to be
3121         able to specify original-header and parsed-header.
3122
3123 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3124
3125         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
3126         New function.
3127
3128 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3129
3130         * mime.el (mime-entity-content-type): New implementation.
3131         (mime-entity-content-disposition): New implementation.
3132         (mime-entity-encoding): New implementation.
3133
3134         * mime.el (mime-fetch-field): Refer internal slots for Date,
3135         Message-Id and References fields.
3136
3137         * mime-parse.el (mime-parse-message): Modify for
3138         `make-mime-entity-internal'.
3139
3140         * mime-def.el: Change `mime-entity-*-internal' and
3141         `mime-entity-set-*-internal' to macro.
3142         (make-mime-entity-internal): Change interface and data format for
3143         NOV data; changed to macro.
3144         (mime-entity-set-location-internal): New macro.
3145         (mime-entity-decoded-subject-internal): New macro.
3146         (mime-entity-set-decoded-subject-internal): New macro.
3147         (mime-entity-decoded-from-internal): New macro.
3148         (mime-entity-set-decoded-from-internal): New macro.
3149         (mime-entity-date-internal): New macro.
3150         (mime-entity-set-date-internal): New macro.
3151         (mime-entity-message-id-internal): New macro.
3152         (mime-entity-set-message-id-internal): New macro.
3153         (mime-entity-references-internal): New macro.
3154         (mime-entity-set-references-internal): New macro.
3155         (mime-entity-chars-internal): New macro.
3156         (mime-entity-set-chars-internal): New macro.
3157         (mime-entity-lines-internal): New macro.
3158         (mime-entity-set-lines-internal): New macro.
3159         (mime-entity-xref-internal): New macro.
3160         (mime-entity-set-xref-internal): New macro.
3161         (mime-entity-original-header-internal): Modify for new structure;
3162         changed to macro.
3163         (mime-entity-set-original-header-internal): Likewise.
3164         (mime-entity-parsed-header-internal): Likewise.
3165         (mime-entity-set-parsed-header-internal): Likewise.
3166         (mime-entity-buffer-internal): Likewise.
3167         (mime-entity-set-buffer-internal): Likewise.
3168         (mime-entity-header-start-internal): Likewise.
3169         (mime-entity-set-header-start-internal): Likewise.
3170         (mime-entity-header-end-internal): Likewise.
3171         (mime-entity-set-header-end-internal): Likewise.
3172         (mime-entity-body-start-internal): Likewise.
3173         (mime-entity-set-body-start-internal): Likewise.
3174         (mime-entity-body-end-internal): Likewise.
3175         (mime-entity-set-body-end-internal): Likewise.
3176
3177 \f
3178 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3179
3180         * FLIM: Version 1.10.5 (Kizugawadai) was released.
3181
3182         * mel.el: Must require poem.
3183
3184 \f
3185 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3186
3187         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
3188
3189 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
3190
3191         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
3192
3193         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
3194         (elc): Likewise.
3195
3196         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
3197
3198         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
3199
3200 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3201
3202         * mel.el (mel-ccl-module): Require path-util when the running
3203         emacs has MULE.
3204
3205         * mel.el: Don't require emu.
3206
3207 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3208
3209         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
3210         with MULE.
3211
3212 \f
3213 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3214
3215         * FLIM: Version 1.10.3 (Komada) was released.
3216
3217         * mel-ccl.el (base64-ccl-write-decoded-region): bind
3218         `jka-compr-compression-info-list' with nil.
3219
3220         * mel-b.el (base64-internal-decoding-limit): Switch default value
3221         between XEmacs-mule and other emacsen.
3222         Abolish function `base64-decode-string!'.
3223         (base64-internal-decode-region): New implementation.
3224         (base64-insert-encoded-file): New function.
3225         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
3226         (base64-write-decoded-region): New function.
3227         (mime-write-decoded-region): Use `base64-write-decoded-region'.
3228
3229         * mel-b-dl.el (decode-base64-region): Renamed from
3230         `base64-decode-region'.
3231         (mime-insert-encoded-file): Change temporary-buffer to unibyte
3232         representation.  Abolish method `mime-write-decoded-region'
3233         because it is slower than CCL based implementation.
3234
3235 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
3236
3237         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
3238         facility instead of `ccl-execute-eof-block-on-encoding-some'.
3239
3240 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3241
3242         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
3243
3244         * eword-decode.el (eword-encoded-text-regexp): Enclose with
3245         `eval-and-compile'.
3246         (eword-encoded-word-regexp): Use `eval-when-compile'.
3247
3248 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3249
3250         * eword-decode.el (eword-max-size-to-decode): New user option.
3251         (eword-decode-and-fold-structured-field): Do nothing if size of
3252         input is bigger than `eword-max-size-to-decode'.
3253
3254 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3255
3256         * mel-b.el (base64-numbers): Use `eval-when-compile'.
3257
3258 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
3259
3260         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
3261         "custom" to load-path.
3262
3263 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
3264
3265         * mime-def.el (mime-library-product): Enclose with
3266         `eval-and-compile'.
3267
3268         * FLIM-CFG: Add "custom" to load-path.
3269
3270 \f
3271 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3272
3273         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
3274
3275         * mime-def.el, mel.el, mel-b-dl.el: Move variable
3276         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
3277
3278 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3279
3280         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
3281         is available.
3282
3283         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
3284         2.3.
3285
3286 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3287
3288         * mel-u.el: Use `mel-define-backend' to define "x-uue".
3289         Define "x-uuencode" as a clone of "x-uue".
3290
3291         * Move variable `mel-encoding-module-alist' from mel.el to
3292         mime-def.el.
3293
3294         * mel.el (mel-find-function): Use function
3295         `mel-find-function-from-obarray'.
3296         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
3297         don't define methods of "8bit" and "binary"; inherit methods from
3298         "7bit".
3299
3300         * mime-def.el (mel-service-list): New variable.
3301         (mel-define-service): New implementation.
3302         (mel-find-function-from-obarray): New inline function.
3303         (mel-copy-method): New inline function.
3304         (mel-copy-backend): New inline function.
3305         (mel-define-backend): New macro.
3306
3307 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3308
3309         * mel-u.el: Define method functions of mel.
3310         (mime-encode-region): Use `mel-define-method-function'; abolish
3311         `uuencode-encode-region'.
3312         (mime-decode-region): Use `mel-define-method-function'; abolish
3313         `uuencode-decode-region'.
3314         (mime-encode-string): New method.
3315         (mime-decode-string): New method.
3316         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3317         `uuencode-insert-encoded-file'.
3318         (mime-write-decoded-region): Use `mel-define-method'; abolish
3319         `uuencode-write-decoded-region'.
3320
3321 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3322
3323         * mime-def.el (mel-define-service): Add DOC.
3324         (mel-define-method): Add DOC.
3325         (mel-define-method-function): Add DOC.
3326
3327         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
3328
3329 \f
3330 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3331
3332         * FLIM: Version 1.10.1 (Miyamaki) was released.
3333
3334 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3335
3336         * mel-g.el: Define method functions of mel.
3337         (mime-encode-region): Use `mel-define-method-function'; abolish
3338         `gzip64-encode-region'.
3339         (mime-decode-region): Use `mel-define-method-function'; abolish
3340         `gzip64-decode-region'.
3341         (mime-encode-string): New method.
3342         (mime-decode-string): New method.
3343         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3344         `gzip64-insert-encoded-file'.
3345         (mime-write-decoded-region): Use `mel-define-method'; abolish
3346         `gzip64-write-decoded-region'.
3347
3348         * mime-def.el (mime-library-product): New variable; abolish
3349         `mime-library-version'.
3350         (mime-product-name): New macro.
3351         (mime-product-version): New macro.
3352         (mime-product-code-name): New macro.
3353         (mime-library-version): Renamed from
3354         `mime-library-version-string'; use `mime-library-product',
3355         `mime-product-name', `mime-product-version' and
3356         `mime-product-code-name'.
3357
3358         * mime-def.el (mm-define-backend): Add DOC.
3359         (mm-define-method): Add DOC.
3360
3361         * mel.el (mime-encoding-list): Modify DOC to add description about
3362         optional argument SERVICE.
3363
3364 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3365
3366         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
3367         description of `mm-define-backend' and `mm-define-method'.
3368
3369 \f
3370 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3371
3372         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
3373
3374         * README.en (What's FLIM): Add mel-ccl.el.
3375
3376 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
3377
3378         * mel-ccl.el:
3379           - Require 'pccl instead of 'emu.
3380           - Use `unless-broken' to check facility.
3381
3382 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3383
3384         * mel.el (mime-encoding-list): New user option (renamed from
3385         `mime-content-transfer-encoding-list').
3386         (mime-encoding-list): New function.
3387         (mime-encoding-alist): New function.
3388         (mime-encode-region): Use `mime-encoding-alist' for completion.
3389         (mime-decode-region): Likewise.
3390         (mime-insert-encoded-file): Likewise.
3391         (mime-write-decoded-region): Likewise.
3392
3393 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3394
3395         * eword-decode.el (eword-decode-structured-field-list): Add
3396         Mail-Followup-To field.
3397
3398 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3399
3400         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
3401
3402 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3403
3404         * mel.el (mime-content-transfer-encoding-list): New user option.
3405         (mime-encode-region): Use `mime-content-transfer-encoding-list'
3406         for completion.
3407         (mime-decode-region): Likewise.
3408         (mime-insert-encoded-file): Likewise.
3409         (mime-write-decoded-region): Likewise.
3410
3411         * mel.el (mime-write-decoded-region): fix typo.
3412
3413 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3414
3415         * mime-def.el (mel-define-method-function): Don't override.
3416
3417 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3418
3419         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
3420
3421 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3422
3423         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
3424
3425         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
3426                   - Move `mel-define-service' to mime-def.el.
3427
3428         * mime-def.el (mel-define-service): New macro (moved from mel.el);
3429         fixed problem in Emacs.
3430         (mel-define-method): Use `mel-define-service'.
3431         (mel-define-method-function): Use `mel-define-service'.
3432
3433 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3434
3435         * mel.el (mime-encode-region): Don't regard nil encoding as
3436         "7bit".
3437
3438 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3439
3440         * eword-encode.el (eword-encode-text): Use
3441         `encoded-text-encode-string'.
3442         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
3443         renamed to `Q-encoded-text-length'.
3444
3445         * eword-decode.el: Move `base64-token-regexp',
3446         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
3447         `eword-Q-encoded-text-regexp' to mime-def.el.
3448         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
3449
3450         * mel-q.el: Define method functions of mel.
3451         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3452         `quoted-printable-insert-encoded-file'.
3453         (mime-write-decoded-region): Use `mel-define-method'; abolish
3454         `quoted-printable-write-decoded-region'.
3455         - Move `q-encoding-printable-char-p' and
3456         `q-encoding-encoded-length' to mel.el.
3457
3458         * mel-b.el: Define method functions of mel.
3459         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3460         `base64-insert-encoded-file'.
3461         (mime-write-decoded-region): Use `mel-define-method'; abolish
3462         `base64-write-decoded-region'.
3463         - Move `base64-encoded-length' to mel.el.
3464
3465         * mel-dl.el (base64-encode-region): Define directly (abolish
3466         `base64-dl-encode-region').
3467         (base64-decode-region): Define directly (abolish
3468         `base64-dl-decode-region').  Define method functions of mel.
3469         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3470         `base64-insert-encoded-file'; don't use external encoder.
3471         (mime-write-decoded-region): Use `mel-define-method'; abolish
3472         `base64-write-decoded-region'; don't use external decoder.
3473         - Move `base64-encoded-length' to mel.el.
3474
3475         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
3476
3477         * mime-def.el (base64-token-regexp): New constant (moved from
3478         eword-decode.el).
3479         (base64-token-padding-regexp): Likewise.
3480         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
3481         and renamed from `eword-B-encoded-text-regexp').
3482         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
3483         and renamed from `eword-Q-encoded-text-regexp'.
3484         (mm-arglist-to-arguments): New function (moved from mime.el).
3485         (mel-define-method): New macro.
3486         (mel-define-method-function): New macro.
3487         (mel-define-function): New macro.
3488
3489         * mel.el (mel-encoding-module-alist): New variable.
3490         (mel-use-module): New function.
3491         (mel-find-function): New function.
3492         (mel-define-service): New macro.
3493         (mime-encode-region): Use `mel-find-function'; abolish variable
3494         `mime-encoding-method-alist'.
3495         (mime-decode-region): Use `mel-find-function'; abolish variable
3496         `mime-decoding-method-alist'.
3497         (mime-decode-string): Use `mel-find-function'; abolish variable
3498         `mime-string-decoding-method-alist'.
3499         (encoded-text-encode-string): New function.
3500         (encoded-text-decode-string): New function.
3501         (base64-encoded-length): New function (moved from mel-b.el and
3502         mel-dl.el).
3503         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
3504         and renamed from `q-encoding-printable-char-p').
3505         (Q-encoded-text-length): New function (moved from mel-q.el, and
3506         renamed from `q-encoding-encoded-length').
3507         (mime-insert-encoded-file): Use `mel-find-function'; abolish
3508         variable `mime-file-encoding-method-alist'.
3509         (mime-write-decoded-region): Use `mel-find-function'; abolish
3510         variable `mime-file-decoding-method-alist'.
3511
3512 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3513
3514         * mel-b.el (base64-internal-encoding-limit): modify :type.
3515         (base64-internal-decoding-limit): Change initial value to 70000;
3516         modify :type.
3517
3518         * mel-b.el (base64-decode-string!): Renamed from
3519         `base64-internal-decode-string!'.
3520
3521 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3522
3523         * mel-b.el (base64-characters): New constant.
3524         (base64-num-to-char): Use `base64-characters'.
3525         (base64-numbers): Use `base64-characters'.
3526         (base64-internal-decode): Modify calculation third byte.
3527
3528         * mel-dl.el (base64-dl-encode-string): New alias.
3529         (base64-dl-decode-string): New alias.
3530         (base64-dl-encode-region): Renamed from `base64-encode-region';
3531         don't save-excursion and save-restriction.
3532         (base64-dl-decode-region): Renamed from `base64-decode-region';
3533         don't save-excursion and save-restriction; convert all at once.
3534         (base64-encode-region): New alias.
3535         (base64-decode-region): New alias.
3536
3537         * mel-b.el (base64-internal-decode): New function.
3538         (base64-internal-decode-string): Use `base64-internal-decode'.
3539         (base64-internal-decode-string!): New function.
3540         (base64-internal-decode-region): Use
3541         `base64-internal-decode-string!' instead of
3542         `base64-internal-decode-string'.
3543
3544 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
3545
3546         * mel-b.el (base64-numbers): Fix a position of 63.
3547
3548 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3549
3550         * mel-b.el (base64-numbers): New constant.
3551         (base64-char-to-num): New macro.
3552         (base64-internal-decode-string): Don't use memq.
3553
3554 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3555
3556         * mel-b.el (base64): New group.
3557         (base64-external-encoder): Now a user option.
3558         (base64-external-decoder): Now a user option.
3559         (base64-external-decoder-option-to-specify-file): Now a user
3560         option.
3561         (base64-internal-encoding-limit): Now a user option.
3562         (base64-internal-decoding-limit): Now a user option.
3563
3564         * mel-b.el (base64-internal-decode-string): New implementation;
3565         abolish function `base64-decode-unit'.
3566
3567 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3568
3569         * README.en (Installation): Fix typo.
3570
3571 \f
3572 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3573
3574         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
3575
3576         * README.en (Installation): Add `install as a XEmacs package'.
3577
3578 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3579
3580         * mime-en.sgml (Encoding Method): Translate.
3581
3582 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3583
3584         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
3585         function.
3586         (eword-encode-in-reply-to-to-rword-list): New function.
3587         (eword-encode-in-reply-to): New function.
3588         (eword-encode-field): Use `eword-encode-in-reply-to' for
3589         `In-Reply-To' field.
3590
3591         * std11.el (std11-parse-in-reply-to): New function.
3592
3593 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3594
3595         * eword-decode.el (eword-decode-structured-field-list): Add
3596         `User-Agent'.
3597
3598 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3599
3600         * Makefile (package): Don't update auto-autoloads.el and
3601         custom-load.el.
3602
3603         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
3604         custom-load.el.
3605
3606 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3607
3608         * mime-def.el: Abolish function `butlast' and `nbutlast'.
3609
3610         * mime-def.el (mime-library-version): New constant.
3611         (mime-library-version-string): Refer `mime-library-version'.
3612
3613 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3614
3615         * Makefile (XEMACS): New variable.
3616         (PACKAGEDIR): New variable.
3617         (package): New target.
3618         (install-package): New target.
3619
3620         * FLIM-CFG (PACKAGEDIR): New variable.
3621
3622         * FLIM-MK (config-flim-package): New function.
3623         (compile-flim-package): New function.
3624         (install-flim-package): New function.
3625
3626 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3627
3628         * mime-en.sgml (Content-Type field): Translate.
3629         (mime-content-type): Translate.
3630         (Content-Type parser): Translate.
3631         (Content-Disposition): Translate.
3632         (mime-content-disposition): Translate.
3633         (Content-Disposition parser): Translate.
3634
3635 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3636
3637         * Makefile (GOMI): Add Texinfo related garbages.
3638         (clean): Delete historical setting.
3639
3640 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3641
3642         * mime-en.sgml (mm-backend): Translate.
3643         (Request for entity): Likewise.
3644         (mm-backend module): Likewise.
3645
3646         * mime.el (mime-entity-send): Add DOC-string.
3647
3648 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3649
3650         * mime-en.sgml (Entity hierarchy): Translate.
3651
3652 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3653
3654         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
3655
3656 \f
3657 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3658
3659         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
3660
3661         * mime-en.sgml (mm-backend): Translate a little.
3662
3663 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3664
3665         * eword-encode.el (eword-encode-default-start-column): New user
3666         option.
3667         (eword-encode-string): Use `eword-encode-default-start-column'.
3668         (eword-encode-address-list): Likewise.
3669         (eword-encode-structured-field-body): Likewise.
3670         (eword-encode-unstructured-field-body): Likewise.
3671
3672 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3673
3674         * eword-encode.el (eword-encode): New group.
3675         (eword-field-encoding-method-alist): Now a user option (was:
3676         variable).
3677
3678 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3679
3680         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
3681         `eword-encode-mailbox-to-rword-list'.
3682
3683         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
3684         `eword-encode-phrase-to-rword-list'.
3685
3686         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
3687         `eword-encode-addr-spec-to-rword-list'.
3688
3689         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
3690         `eword-encode-phrase-route-addr-to-rword-list'.
3691
3692         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
3693         `eword-encode-addr-seq-to-rword-list'.
3694
3695         * eword-encode.el: Rename `tm-eword::split-string' ->
3696         `eword-encode-split-string'.
3697
3698         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
3699         `eword-encode-addresses-to-rword-list'.
3700
3701         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
3702         `eword-encode-rword-list'.
3703
3704         * eword-encode.el (eword-encode-unstructured-field-body): New
3705         function.
3706         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
3707
3708 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3709
3710         * eword-encode.el (eword-encode-string): Add DOC-string.
3711         (eword-encode-address-list): Likewise.
3712         (eword-encode-structured-field-body): Likewise.
3713
3714         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
3715         structured field.
3716
3717 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3718
3719         * eword-encode.el (eword-encode-field): Use `capitalize' instead
3720         of `downcase' for `field-name'.
3721
3722         * eword-encode.el (eword-encode-structured-field-body): New
3723         function.
3724         (eword-encode-field): Use `eword-encode-structured-field-body' for
3725         "MIME-Version" and "User-Agent" field.
3726
3727 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3728
3729         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
3730
3731 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3732
3733         * eword-encode.el (eword-encode-address-list): New function.
3734         (eword-encode-field): Use `eword-encode-address-list' instead of
3735         `tm-eword::encode-address-list'; abolish
3736         `tm-eword::encode-address-list'.
3737
3738         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
3739         instead of `tm-eword::encode-string'; abolish
3740         `tm-eword::encode-string'.
3741
3742         * eword-encode.el: Rename `tm-eword::make-rword' ->
3743         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
3744
3745 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3746
3747         * mel-b.el (base64-insert-encoded-file): Conditionally use
3748         internal converter. (cf. [tm-ja:3320])
3749         (base64-write-decoded-region): Ditto.
3750
3751 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3752
3753         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
3754
3755 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3756
3757         * Delete mime-lib.el.
3758
3759 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3760
3761         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
3762         to `write-region-as-raw-text-CRLF'.
3763
3764 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
3765
3766         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
3767         of `write-region-as-binary'.
3768
3769 \f
3770 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3771
3772         * FLIM: Version 1.9.0 (Terada) was released.
3773
3774 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3775
3776         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
3777         parsing is failed.
3778
3779 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3780
3781         * mmbuffer.el (entity-children): Don't use
3782         `mime-entity-children-internal'.
3783
3784         * mime-parse.el (mime-parse-multipart): Modify for
3785         `mime-parse-message'; return children.
3786         (mime-parse-encapsulated): Likewise.
3787         (mime-parse-message): Change interface; delete DOC-string; don't
3788         parse children instantly.
3789         (mime-parse-buffer): Modify for `mime-parse-message'.
3790
3791         * mime-parse.el (mime-parse-message): Delete autoload cookie.
3792
3793         * mime.el: Delete autoload setting for `mime-parse-message'.
3794
3795         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
3796         of `mime-parse-message'; modify description of `mime-parse-buffer'
3797         to add `representation-type'.
3798
3799 \f
3800 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3801
3802         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
3803
3804 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3805
3806         * mmcooked.el: Abolish method `open'.
3807
3808         * mmbuffer.el (initialize-instance): New method; abolish `open'.
3809         (entity-children): New method.
3810
3811         * mime.el (mime-open-entity): Send `initialize-instance' to
3812         created message.
3813         (mime-entity-children): New implementation.
3814         (mime-entity-parent): New implementation.
3815         (mime-root-entity-p): New implementation.
3816
3817         * mime-parse.el (mime-parse-multipart): Specify current entity as
3818         parent.
3819         (mime-parse-encapsulated): Likewise.
3820         (mime-parse-message): Change interface to specify parent; modify
3821         for `make-mime-entity-internal'.
3822         (mime-parse-buffer): Modify for `mime-parse-message'.
3823
3824         * mime-def.el (make-mime-entity-internal): Change interface; add
3825         format of `mime-entity' to add `parent'.
3826
3827 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3828
3829         * mmbuffer.el (mime-visible-field-p): Renamed from
3830         `eword-visible-field-p'.
3831
3832 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3833
3834         * mime.el (mm-arglist-to-arguments): New function.
3835         (mm-define-generic): New macro.
3836         (mime-entity-cooked-p): Use `mm-define-generic'.
3837         (mime-entity-point-min): Use `mm-define-generic'.
3838         (mime-insert-decoded-header): Use `mm-define-generic'.
3839         (mime-entity-content): Use `mm-define-generic'.
3840         (mime-write-entity-content): Use `mm-define-generic'.
3841         (mime-write-entity): Use `mm-define-generic'.
3842         (mime-write-entity-body): Use `mm-define-generic'.
3843
3844 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3845
3846         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
3847
3848         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
3849         (mime-write-entity-body): Change message to `write-body'.
3850
3851 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3852
3853         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
3854
3855         * mime.el (mime-open-entity): Change message to `open'.
3856
3857         * mime-def.el (mm-define-backend): Must `copy-alist'.
3858
3859 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3860
3861         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
3862         `mm-define-method'.
3863
3864         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
3865         (mime-find-function): New implementation.
3866         (mime-entity-cooked-p): Use `mime-entity-send'.
3867
3868         * mime-def.el (mime-entity-implementation-alist): Moved from
3869         mime.el.
3870         (mm-define-backend): New macro.
3871         (mm-define-method): New macro.
3872
3873 \f
3874 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3875
3876         * FLIM: Version 1.8.1 (Kutsukawa) was released.
3877
3878 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3879
3880         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
3881         about `default-encoding' of `mime-entity-encoding'.
3882
3883         * mime-en.texi, mime-en.sgml: New files.
3884
3885         * mime-ja.sgml (media-type): Fix typo.
3886
3887         * mime-ja.sgml (Glossary): Fix order.
3888
3889         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
3890
3891         * mime-ja.sgml (Entity Attributes): Fix typo.
3892
3893 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3894
3895         * mime.el (mime-entity-encoding): Add new optional argument
3896         `default-encoding'; set default encoding if
3897         Content-Transfer-Encoding field is not found.
3898
3899 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3900
3901         * mmbuffer.el (mmbuffer-write-entity): Use
3902         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
3903         `mmbuffer-entity-point-max'.
3904         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
3905         `mime-entity-body-start-internal' and
3906         `mime-entity-body-end-internal'.
3907         (mmbuffer-insert-decoded-header): Use
3908         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
3909         and `mime-entity-header-end-internal'.
3910
3911 \f
3912 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3913
3914         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
3915
3916         * README.en: Delete `How to use'.
3917
3918 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3919
3920         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
3921         in description of `mime-open-entity'.
3922
3923         * mime-ja.sgml (mm-backend): New section.
3924
3925 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3926
3927         * mime-ja.sgml (Entity-header): Modify description about
3928         `mime-insert-decoded-header'.
3929
3930         * mmcooked.el (mmcooked-insert-decoded-header): New function.
3931
3932         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
3933
3934         * mime.el (mime-insert-decoded-header): Use implementation of
3935         mm-backend; abolish optional argument `code-conversion'.
3936
3937 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3938
3939         * eword-decode.el (eword-decode-encoded-text): Use
3940         `decode-mime-charset-string'.
3941
3942 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3943
3944         * mmcooked.el (mmcooked-write-entity-body): New function.
3945
3946         * mmbuffer.el (mmbuffer-write-entity-body): New function.
3947
3948         * mime.el (mime-write-entity-body): Use implementation of
3949         mm-backend.
3950
3951 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3952
3953         * mmcooked.el (mmcooked-write-entity): New function.
3954
3955         * mmbuffer.el (mmbuffer-write-entity): New function.
3956
3957         * mime.el (mime-write-entity): Use implementation of mm-backend.
3958
3959 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3960
3961         * mmcooked.el (mmcooked-entity-content): New alias for
3962         `mmbuffer-entity-content'.
3963         (mmcooked-write-entity-content): New function.
3964
3965         * mmbuffer.el (mmbuffer-entity-content): New function.
3966         (mmbuffer-write-entity-content): New function.
3967
3968         * mime.el (mime-entity-send): New function.
3969         (mime-entity-buffer): Use `mime-entity-send'.
3970         (mime-entity-point-min): Likewise.
3971         (mime-entity-point-max): Likewise.
3972         (mime-entity-header-start): Likewise.
3973         (mime-entity-header-end): Likewise.
3974         (mime-entity-body-start): Likewise.
3975         (mime-entity-body-end): Likewise.
3976         (mime-fetch-field): Likewise.
3977         (mime-entity-content): Use implementation of mm-backend.
3978         (mime-write-entity-content): Likewise.
3979
3980 \f
3981 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3982
3983         * FLIM: Version 1.7.0 (Iseda) was released.
3984
3985         * mime-ja.sgml (Entity creation): Add description of
3986         `mime-open-entity'.
3987         (Entity Attributes): Add description of `mime-entity-cooked-p'.
3988         (Entity-content): Add description of `mime-write-entity-content',
3989         `mime-write-entity' and `mime-write-entity-body'.
3990
3991 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3992
3993         * mime.el (mime-write-entity-content): New function.
3994
3995 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3996
3997         * mime.el (mime-write-entity-body): New function.
3998
3999         * mime.el (mime-write-entity): New function.
4000
4001 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4002
4003         * mime-parse.el (mime-parse-multipart): Change media-type of
4004         entity to application/octet-stream if the first delimiter is not
4005         found.
4006
4007 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4008
4009         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
4010
4011         * mmcooked.el: New file.
4012
4013         * mmbuffer.el: New file.
4014
4015         * mime.el (mime-entity-implementation-alist): New variable.
4016         (mime-find-function): New function.
4017         (mime-open-entity): New function.
4018         (mime-entity-function): New function.
4019         (mime-entity-cooked-p): New function.
4020         (mime-entity-buffer): Use backend-module.
4021         (mime-entity-point-min): Likewise.
4022         (mime-entity-point-max): Likewise.
4023         (mime-entity-header-start): Likewise.
4024         (mime-entity-header-end): Likewise.
4025         (mime-entity-body-start): Likewise.
4026         (mime-entity-body-end): Likewise.
4027         (mime-fetch-field): Likewise.
4028
4029         * mime-parse.el (mime-parse-message): New optional argument
4030         `representation-type'.
4031         (mime-parse-buffer): Likewise.
4032
4033         * mime-def.el: Change format of mime-entity-internal to add
4034         `representation-type' and `location'.
4035
4036 \f
4037 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4038
4039         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
4040
4041 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4042
4043         * mime-ja.sgml: Modify for FLIM 1.7.
4044
4045         * mime.el (mime-entity-number): Add DOC.
4046
4047 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4048
4049         * mime.el (mime-entity-encoding): New implementation.
4050
4051         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
4052
4053         * mime-def.el (make-mime-entity-internal): Abolish argument
4054         `encoding'.
4055         (mime-entity-set-encoding-internal): New function.
4056
4057 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4058
4059         * mime.el (mime-entity-content-disposition): New implementation.
4060
4061         * mime-parse.el (mime-parse-message): Don't parse
4062         Content-Disposition.
4063
4064         * mime-def.el (make-mime-entity-internal): Delete argument
4065         `content-disposition'.
4066         (mime-entity-set-content-disposition-internal): New function.
4067
4068 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4069
4070         * eword-decode.el: Move function `eword-visible-field-p' and
4071         `mime-insert-decoded-header' to mime.el.
4072
4073         * mime-parse.el: Use internal functions of mime-entity.
4074
4075         * mime.el (mime-entity-children): Moved from mime-def.el; use
4076         `mime-entity-children-internal'.
4077         (mime-entity-node-id): Moved from mime-def.el; use
4078         `mime-entity-node-id-internal'.
4079         (mime-entity-number): Moved from mime-def.el; use
4080         `mime-entity-node-id-internal'.
4081         (mime-entity-buffer): Moved from mime-def.el; use
4082         `mime-entity-buffer-internal'.
4083         (mime-entity-point-min): Moved from mime-def.el; use
4084         `mime-entity-header-start-internal'.
4085         (mime-entity-point-max): Moved from mime-def.el; use
4086         `mime-entity-body-end-internal'.
4087         (mime-entity-header-start): Moved from mime-def.el; use
4088         `mime-entity-header-start-internal'.
4089         (mime-entity-header-end): Moved from mime-def.el; use
4090         `mime-entity-header-end-internal'.
4091         (mime-entity-content-type): Moved from mime-def.el; use
4092         `mime-entity-content-type-internal'.
4093         (mime-entity-content-disposition): Moved from mime-def.el; use
4094         `mime-entity-content-disposition-internal'.
4095         (mime-entity-encoding): Moved from mime-def.el; use
4096         `mime-entity-encoding-internal'.
4097         (mime-fetch-field): Use `mime-entity-original-header-internal' and
4098         `mime-entity-set-original-header-internal'.
4099         (mime-read-field): Use `mime-entity-parsed-header-internal' and
4100         `mime-entity-set-parsed-header-internal'.
4101         (eword-visible-field-p): Moved from eword-decode.el.
4102         (mime-insert-decoded-header): Moved from eword-decode.el.
4103         (mime-entity-body-start): Moved from mime-def.el; use
4104         `mime-entity-body-start-internal'.
4105         (mime-entity-body-end): Moved from mime-def.el; use
4106         `mime-entity-body-end-internal'.
4107         (mime-entity-media-type): Moved from mime-def.el.
4108         (mime-entity-media-subtype): Moved from mime-def.el.
4109         (mime-entity-parameters): Moved from mime-def.el.
4110         (mime-entity-type/subtype): Moved from mime-def.el.
4111
4112         * mime-def.el (make-mime-entity-internal): Renamed from
4113         `make-mime-entity'.
4114         (mime-entity-buffer-internal): New function.
4115         (mime-entity-header-start-internal): New function.
4116         (mime-entity-header-end-internal): New function.
4117         (mime-entity-body-start-internal): New function.
4118         (mime-entity-body-end-internal): New function.
4119         (mime-entity-node-id-internal): New function.
4120         (mime-entity-content-type-internal): New function.
4121         (mime-entity-content-disposition-internal): New function.
4122         (mime-entity-encoding-internal): New function.
4123         (mime-entity-original-header-internal): New function.
4124         (mime-entity-children-internal): New function.
4125         (mime-entity-parsed-header-internal): New function.
4126         (mime-entity-set-original-header-internal): Renamed from
4127         `mime-entity-set-original-header'.
4128         (mime-entity-set-children-internal): Renamed from
4129         `mime-entity-set-children'.
4130         (mime-entity-set-parsed-header-internal): Renamed from
4131         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
4132         functions to mime.el.
4133
4134 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4135
4136         * mime-ja.sgml (CVS): Fix typo.
4137
4138 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4139
4140         * mime-parse.el (mime-parse-encapsulated): New function.
4141         (mime-parse-message): Use `mime-parse-encapsulated'.
4142
4143 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4144
4145         * mime-def.el (mime-entity-set-children): New function.
4146
4147         * mime-parse.el (mime-parse-multipart): Change interface.
4148         (mime-parse-message): Use `mime-entity-set-children'.
4149
4150 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4151
4152         * mime.el (mime-read-field): Fix typo.
4153
4154 \f
4155 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4156
4157         * FLIM: Version 1.6.0 (Ogura) was released.
4158
4159         * mime-ja.sgml (Entity Attributes): New section.
4160
4161         * mime-ja.sgml (Entity as node in message): Add description of
4162         `mime-find-entity-from-number' and
4163         `mime-find-entity-from-node-id'.
4164
4165         * mime.el (mime-find-entity-from-number): New function.
4166         (mime-find-entity-from-node-id): New function.
4167         (mime-entity-parent): New function (moved from SEMI MIME-View).
4168         (mime-entity-uu-filename): New function (moved from SEMI
4169         MIME-View).
4170         (mime-entity-filename): New function (moved from SEMI MIME-View).
4171
4172         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
4173
4174 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4175
4176         * mime-ja.sgml: Modify for FLIM 1.6.
4177
4178         * mime.el (mime-fetch-field): New function; abolish
4179         `mime-entity-fetch-field'.
4180         (mime-read-field): New function; abolish `mime-entity-read-field'.
4181
4182 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4183
4184         * mime-ja.sgml, mime-ja.texi: New files.
4185
4186 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4187
4188         * mime-parse.el (mime-parse-message): Would error if empty body.
4189
4190 \f
4191 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4192
4193         * FLIM: Version 1.5.0 (Mukaijima) was released.
4194
4195 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4196
4197         * README.en (What's FLIM): Modify for mime.el.
4198
4199         * FLIM-ELS (flim-modules): Add `mime'.
4200
4201         * mime-lib.el: Move every definitions to mime.el.
4202
4203         * mime.el: New module (renamed from mime-lib.el).
4204
4205 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4206
4207         * mime-lib.el: Add autoload setting for eword-encode.el.
4208
4209         * mime-lib.el (mime-entity-content): New function.
4210
4211 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4212
4213         * mel.el: Abolish constant `mel-version'.
4214
4215         * mel.el (mime-string-decoding-method-alist): New variable.
4216         (mime-decode-string): New function.
4217
4218 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4219
4220         * mel-b.el (base64-external-decode-string): New function.
4221         (base64-decode-string): New function.
4222
4223 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4224
4225         * mel-q.el (quoted-printable-decode-string): New implementation.
4226
4227 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4228
4229         * mel-q.el (quoted-printable-internal-decode-region): New
4230         implementation.
4231
4232 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4233
4234         * mel-q.el (q-encoding-decode-string): Use
4235         `quoted-printable-hex-char-to-num'.
4236
4237         * mel-q.el (quoted-printable-hex-char-to-num): New function.
4238         (quoted-printable-decode-string): Use
4239         `quoted-printable-hex-char-to-num'.
4240
4241 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4242
4243         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
4244         mime-parse.el to mime-def.el.
4245
4246 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4247
4248         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
4249         mime-parse.el to mime-lib.el.
4250
4251         * mime-lib.el: Add autoload setting for mime-parse.el.
4252
4253 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4254
4255         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
4256         `mime-entity-point-max', `mime-entity-media-type',
4257         `mime-entity-media-subtype', `mime-entity-parameters' and
4258         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
4259
4260         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
4261         reference functions from mime-parse.el to mime-def.el.
4262
4263         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
4264         from mime-parse.el to mime-def.el.
4265
4266 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4267
4268         * mel-b.el (base64-internal-decode-string): Renamed from
4269         `base64-decode-string'.
4270         (base64-decode-string): New alias for
4271         `base64-internal-decode-string'.
4272
4273 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4274
4275         * mel-b.el (base64-decode-unit): New function; abolish
4276         `base64-decode-1'.
4277         (base64-decode-string): New implementation.
4278         (base64-internal-decode-region): New implementation.
4279
4280 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4281
4282         * mime-parse.el (mime-message-structure): New variable.
4283         (mime-parse-buffer): New function.
4284
4285 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4286
4287         * mime-def.el: Require 'cl when it is compiled.
4288
4289         * mime-lib.el (mime-entity-read-field): Fix typo.
4290         Use `eword-decode-ignored-field-list'.
4291
4292         * mime-parse.el (mime-parse-multipart): Fix typo.
4293         (mime-parse-message): Parse message/external-body.
4294
4295 \f
4296 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4297
4298         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
4299
4300 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4301
4302         * eword-decode.el (mime-insert-decoded-header): Fix typo.
4303
4304 \f
4305 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4306
4307         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
4308
4309 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4310
4311         * README.en (What's FLIM): Add description about mime-lib.el and
4312         mime-parse.el.
4313
4314 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4315
4316         * mime-parse.el: Require 'cl when it is compiled.
4317
4318         * eword-decode.el (eword-visible-field-p): New function.
4319         (mime-insert-decoded-header): Use `eword-visible-field-p'.
4320
4321 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4322
4323         * mime-def.el (mime-library-version-string): Renamed from
4324         `mime-spadework-module-version-string'.
4325
4326         * mime-parse.el: New file; moved from SEMI layer.
4327
4328         * FLIM-ELS (flim-modules): Add `mime-parse'.
4329
4330 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4331
4332         * FLIM-ELS (flim-modules): Add `mime-lib'.
4333
4334         * mime-lib.el: New module.
4335
4336         * mime-def.el (mime-entity): Add new slots for original-header and
4337         parsed-header.
4338         (mime-entity-set-original-header): New function.
4339         (mime-entity-set-parsed-header): New function.
4340
4341 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4342
4343         * mime-def.el (mime-entity-number): New function (moved from SEMI
4344         layer).
4345
4346 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4347
4348         * mime-def.el: Move definition of structure `mime-entity' from
4349         SEMI layer.
4350
4351 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4352
4353         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
4354         default value.
4355         (eword-decode-structured-field-list): Capitalize default value.
4356         (eword-decode-header): Regularize field name by `capitalize'.
4357         (mime-insert-decoded-header): New function.
4358
4359 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4360
4361         * mailcap.el (mailcap-file): Use `defcustom'.
4362
4363 \f
4364 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4365
4366         * FLIM: Version 1.3.0 (Fushimi) was released.
4367
4368 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4369
4370         * std11.el (std11-fetch-field): New function.
4371         (std11-field-body): Use 'std11-fetch-field.
4372
4373 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4374
4375         * mime-def.el (regexp-*): New function (moved from mime-parse.el
4376         of SEMI (REMI)).
4377         (regexp-or): New function (moved from mime-parse.el of
4378         SEMI (REMI)).
4379
4380         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
4381         of SEMI (REMI)).
4382         (std11-non-qtext-char-list): New constant (copied from std11.el).
4383         (std11-qtext-regexp): New constant (moved from mime-parse.el of
4384         SEMI (REMI)).
4385         (std11-quoted-string-regexp): New constant (moved from
4386         mime-parse.el of SEMI (REMI)).
4387
4388 \f
4389 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4390
4391         * FLIM: Version 1.2.2 (Takeda) was released.
4392
4393         * FLIM-VERSION: New file.
4394
4395 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4396
4397         * mel-q.el (quoted-printable-internal-encode-region): Use
4398         'looking-at-as-unibyte instead of local binding for
4399         enable-multibyte-characters.
4400
4401 \f
4402 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4403
4404         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
4405
4406 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4407
4408         * mel-q.el (quoted-printable-internal-decode-region): Use
4409         'string-as-multibyte to avoid problem in Emacs 20.3.
4410
4411 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
4412
4413         * mel-u.el: Use mime-temp-directory instead of TMP.
4414
4415 \f
4416 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4417
4418         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
4419
4420         * README.en (What's FLIM): Delete description about
4421         std11-parse.el; add description about mailcap.el.
4422
4423 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4424
4425         * eword-decode.el (eword-decode-encoded-word-error-handler): New
4426         variable.
4427         (eword-decode-encoded-word-default-error-handler): New function.
4428         (eword-decode-encoded-word): Use
4429         'eword-decode-encoded-word-error-handler.
4430
4431 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4432
4433         * mailcap.el: Require 'mime-def.
4434
4435         * mime-def.el (mime-type/subtype-string): New function (moved from
4436         semi/mime-parse.el).
4437
4438 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4439
4440         * std11-parse.el: Abolish std11-parse.el.
4441
4442         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
4443
4444         * eword-decode.el: Require 'std11 instead of 'std11-parse.
4445
4446         * std11.el: Merge std11-parse.el.
4447
4448 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4449
4450         * mime-def.el (mime-temp-directory): Use 'defcustom.
4451
4452         * mel-u.el: Require 'mime-def instead of 'mel.
4453
4454         * mime-def.el (mime-temp-directory): New variable (moved from
4455         mel.el).
4456
4457         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
4458
4459 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4460
4461         * mailcap.el (mailcap-format-command): New function.
4462
4463         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
4464         again.
4465
4466 \f
4467 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4468
4469         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
4470
4471 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4472
4473         * mime-def.el (quoted-printable-hex-chars): New constant.
4474         (quoted-printable-octet-regexp): New constant.
4475
4476         * mel-q.el, eword-decode.el: Move definition of constant
4477         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
4478         mime-def.el.
4479
4480 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4481
4482         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
4483
4484 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4485
4486         * mailcap.el (mailcap-look-at-mtext): Fix typo.
4487
4488 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4489
4490         * FLIM-ELS (flim-modules): Add mailcap.
4491
4492         * mailcap.el: New file (copied from SEMI).
4493
4494 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4495
4496         * eword-decode.el (eword-decode-ignored-field-list): Add
4497         `received'.
4498
4499         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
4500         environment variables.
4501
4502 \f
4503 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4504
4505         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
4506
4507         * mime-def.el (mime-spadework-module-version-string): New
4508         constant.
4509
4510         * eword-encode.el: Abolish constant 'eword-encode-version.
4511
4512         * eword-decode.el: Abolish constant 'eword-decode-version.
4513
4514 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4515
4516         * eword-encode.el (eword-encode-divide-into-charset-words): Use
4517         'char-length or 'char-next-index instead of 'char-bytes.
4518         (tm-eword::encode-string-1): Use 'char-next-index instead of
4519         'char-bytes.
4520
4521 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4522
4523         * mel.el (base64-dl-module): Must check base64.so actually exists.
4524
4525 \f
4526 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4527
4528         * FLIM: Version 1.0.0 was released.
4529
4530         * README.en: Modify for FLIM.
4531
4532         * ChangeLog: New file.
4533
4534 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4535
4536         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
4537
4538         * Makefile: Modify for FLIM.
4539
4540 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4541
4542         * Makefile: New file.
4543
4544         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
4545         eword-encode.el: Copied from MEL, SEMI (mime-def.el
4546         eword-decode.el eword-encode.el) and APEL (std11-parse.el
4547         std11.el).