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