update.
[elisp/semi.git] / ChangeLog
1 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae)\e-A was released.
4
5         * eword-decode.el (eword-decode-version): Use `semi-version';
6         abolish `eword-decode-RCS-ID'.
7
8         * mime-view.el (mime-view-version-string): Use `semi-version';
9         abolish `mime-view-version' and `mime-view-RCS-ID'.
10
11         * mime-edit.el (mime-edit-version-string): Use `semi-version';
12         abolish `mime-edit-version' and `mime-edit-RCS-ID'.
13
14         * mime-def.el (semi-version): New constant; abolish constant
15         `semi-version-name'.
16
17         * mime-view.el: Rename `mime-view-version-name' ->
18         `mime-view-version-string'.
19
20         * mime-edit.el: Rename `mime-edit-version-name' ->
21         `mime-edit-version-string'.
22
23         * eword-decode.el (eword-lexical-analyzers): New variable.
24         (eword-analyze-quoted-string): Add second argument.
25         (eword-analyze-domain-literal): New function.
26         (eword-analyze-spaces): New function.
27         (eword-analyze-special): New function.
28         (eword-analyze-atom): Add second argument.
29         (eword-lexical-analyze-internal): Use `eword-lexical-analyzers'.
30
31 \f
32 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
33
34         * SEMI: Version 0.118.2 (Otomaru) was released.
35
36         * eword-decode.el (eword-decode-and-unfold-structured-field): New
37         function.
38
39         * eword-decode.el (eword-decode-and-fold-structured-field): New
40         function.
41         (eword-decode-structured-field-body): Use it.
42         (eword-decode-header): Likewise.
43
44         * eword-decode.el (eword-decode-structured-field-body): If
45         `START-COLUMN' is nil, it uses `mapconcat'.
46
47         * eword-decode.el (eword-decode-token): New function.
48         (eword-decode-structured-field-body): Add new optional arguments
49         `START-COLUMN' and `MAX-COLUMN'; fill results; use function
50         `eword-decode-token'.
51         (eword-decode-header): Specify START-COLUMN for
52         `eword-decode-structured-field-body'.
53
54 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
55
56         * eword-decode.el (eword-decode-header): Unfold fields including
57         encoded-words.
58
59         * eword-decode.el (eword-decode-ignored-field-list): New variable.
60         (eword-decode-structured-field-list): New variable.
61         (eword-decode-header): Refer them.
62
63         * eword-decode.el (eword-decode-header): Don't use
64         `eword-decode-unstructured-field-body'.
65
66 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
67
68         * eword-decode.el (eword-decode-header): New implementation; add
69         new argument `CODE-CONVERSION' as first argument.  Change
70         `SEPARATOR' as second argument.
71
72 \f
73 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * SEMI: Version 0.118.1 (Shijima) was released.
76
77         * README.en (Bug reports): Modified for SEMI.
78
79 1998-02-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * mime-edit.el (mime-edit-normalize-body): Must not ignore case to
82         search "From " in beginning of line.
83
84 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
85
86         * mime-image.el: Comment out setting for inline Postscript
87         feature.
88
89 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
90
91         * eword-decode.el (eword-analyze-atom): New function.
92         (eword-lexical-analyze-internal): Use `eword-analyze-atom' instead
93         of `std11-analyze-atom'.
94
95 1997-11-26  Thierry Emery     <Thierry.Emery@aar.alcatel-alsthom.fr>
96
97         * mime-edit.el (mime-edit-insert-text): Fix to avoid unexpected
98         entering enriched-mode. (cf. [tm-ja:2697])
99
100 \f
101 1997-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
102
103         * SEMI: Version 0.118 (Sodani) was released.
104
105 1997-11-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
106
107         * mime-view.el (mime-maybe-hide-echo-buffer): bury MIME echo
108         buffer.
109
110 1997-11-23  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
111
112         * mime-view.el (mime-maybe-hide-echo-buffer): New inline function;
113         abolish `mime-hide-echo-buffer'.
114         (mime-view-mode): Use `mime-maybe-hide-echo-buffer'.
115
116 1997-11-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
117
118         * mime-pgp.el: Rename `mime-article/add-pgp-keys' ->
119         `mime-pgp-add-keys'.
120
121         * mime-pgp.el: Rename `mime-article/decrypt-pgp' ->
122         `mime-pgp-decrypt-application/pgp-encrypted'.
123
124         * mime-pgp.el: Rename `mime-article/check-pgp-signature' ->
125         `mime-pgp-check-application/pgp-signature'.
126
127         * mime-pgp.el: Rename `mime::article/call-pgp-to-check-signature'
128         -> `mime-pgp-check-signature'.
129
130         * mime-pgp.el: Rename `mime-article/view-application/pgp' ->
131         `mime-process-application/pgp'.
132
133 \f
134 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
135
136         * SEMI: Version 0.116 (D\e-Dòhòji)\e-A was released.
137
138 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
139
140         * mime-view.el, mime-pgp.el, mime-partial.el: Rename
141         `mime::article/content-info' -> `mime-raw-content-info'.
142
143 1997-11-11  François Pinard   <pinard@iro.umontreal.ca>
144
145         * mime-edit.el: Modify space in prompt and removespurious trailing
146         spaces in the files. (cf. [tm-en:1507])
147
148 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
149
150         * mime-edit.el: Rename `mime-edit-enclose-region' ->
151         `mime-edit-enclose-region-internal'.
152
153         * mime-edit.el (mime-edit-enclose-quote-region,
154         mime-edit-enclose-mixed-region, mime-edit-enclose-parallel-region,
155         mime-edit-enclose-digest-region,
156         mime-edit-enclose-alternative-region,
157         mime-edit-enclose-signed-region,
158         mime-edit-enclose-encrypted-region): Change subtype to symbol.
159
160 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
161
162         * mime-bbdb.el, semi-setup.el: Use path-util.el instead of
163         file-detect.el.
164
165 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * mime-def.el: Add group `mime' to `default-mime-charset'.
168
169 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
170
171         * eword-encode.el (eword-encode-field): Must regard MIME-Version
172         field as structured field.
173
174 \f
175 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
176
177         * SEMI: Version 0.115.2 (Inokuchi) was released.
178
179 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * mime-edit.el (mime-edit-split-message): Use `defcustom'.
182         (mime-edit-message-default-max-lines): Use `defcustom'.
183         (mime-edit-message-max-lines-alist): Use `defcustom'.
184
185 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * Makefile: Abolish `execs' and `install-execs'.
188
189 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
190
191         * mime-edit.el (mime-edit): New customize group.
192         (mime-ignore-preceding-spaces): Use `defcustom'.
193         (mime-ignore-trailing-spaces): Use `defcustom'.
194         (mime-ignore-same-text-tag): Use `defcustom'.
195         (mime-auto-hide-body): Use `defcustom'.
196         (mime-edit-voice-recorder): Use `defcustom'.
197         (mime-edit-mode-hook): Use `defcustom'.
198         (mime-edit-translate-hook): Use `defcustom'.
199         (mime-edit-exit-hook): Use `defcustom'.
200
201         * mime-def.el (mime): New customize group.
202         (mime-button-face): Use `defcustom'.
203         (mime-button-mouse-face): Use `defcustom'.
204
205 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * mime-edit.el (mime-edit-x-emacs-value): Don't add mule-version
208         if enable-multibyte-characters is nil.
209
210 1997-10-31  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
211
212         * mime-play.el (mime-article::write-region): fixed
213         (cf. [tm-ja:2641]).
214
215 1997-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
216
217         * semi-setup.el (mime-setup-set-signature-key): Check local keymap
218         is exist or not to fix problem about
219         `gnus-summary-resend-message'.
220
221 \f
222 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * SEMI: Version 0.115.1 (Oyanagi) was released.
225
226 1997-10-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
227
228         * mime-play.el (mime-display-message/partial): Use `write-region'.
229
230         * mime-pgp.el (mime-article/check-pgp-signature): Use
231         `write-region'.
232
233         * mime-file.el (mime-article/extract-file): Use `write-region'.
234
235 1997-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * mime-def.el: Don't use `third' (don't use cl function).
238
239         * SEMI-CFG: Add current directory to load-path.
240
241         * mime-def.el, mime-edit.el (mime-edit-insert-text): Rename
242         `second' -> `cadr' (Don't use cl function).
243
244 \f
245 1997-09-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
246
247         * SEMI: Version 0.115 (Hinomiko) was released.
248
249         * README.en: Modify for Emacs 20.2.
250
251 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * mime-def.el (butlast, nbutlast): Don't use `defun-maybe' for cl
254         functions.
255
256 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
257
258         * mime-def.el (butlast): New function; imported from cl.el.
259         (nbutlast): New function; imported from cl.el.
260
261 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
262
263         * mime-view.el (mime-view-cut-header): Don't use `member-if'.
264
265         * mime-def.el: Don't require cl.
266
267         * eword-encode.el: Abolish variable `eword-generate-X-Nsubject'.
268         (eword-encode-header): Abolish X-Nsubject field generator.
269
270         * eword-encode.el (eword-find-field-encoding-method): New inline
271         function.
272         (eword-encode-header): Use it.
273
274 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * mime-image.el: Use `exec-installed-p' to search
277         `uncompface-program'.
278
279 1997-09-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
280
281         * signature.el: Add doc-string to `signature-file-alist'.
282
283         * mime-bbdb.el: Remove Artur Pioro from the authors list; Recent
284         versions don't contain his code.
285
286 1997-09-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
287
288         * mime-view.el: Don't use cl.
289         (mime-article/rcnum-to-cinfo): New implementation (use function
290         `mime-article/cnum-to-cinfo'); use `defsubst'.
291
292 1997-09-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
293
294         * mime-edit.el (mime-edit-x-emacs-value): Use `(featurep
295         'xemacs)'; add DOC-string.
296
297 1997-09-17  Hisashi Miyashita <himi@bird.scphys.kyoto-u.ac.jp>
298
299         * mime-edit.el (mime-edit-x-emacs-value): Add `(Meadow-version)'
300         when running Meadow. (cf. [tm-ja:2567], [mule-win32:4339])
301
302 1997-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
303
304         * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
305         New constant.
306         (mime-edit-insert-partial-header): Use it.
307
308 \f
309 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * SEMI: Version 0.112 (Tsurugi) was released.
312
313 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
314
315         * mime-view.el (mime-view-insert-entity-button): Change interface
316         to use `media-type' and `media-subtype' instead of `ctype'.
317         (mime-view-entity-button-function): ditto.
318
319 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
320
321         * mime-view.el (mime-view-body-visible-p): Change interface to use
322         `media-type' and `media-subtype' instead of `ctype'.
323         (mime-view-entity-separator-function): ditto.
324
325 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * mime-view.el (mime-view-display-entity): Use `media-type' and
328         `media-subtype' instead of `ctype' to compare with
329         message/partial.
330
331         * mime-view.el (mime-view-follow-current-entity,
332         mime-view-display-entity, mime-view-entity-button-function): Use
333         `mime-entity-info-media-type' and `mime-entity-info-media-subtype'
334         instead of `mime-entity-info-type/subtype'.
335
336 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * mime-parse.el: Abolish macro `define-structure'.
339         
340         (make-mime-entity-info, mime-entity-info-rnum,
341         mime-entity-info-point-min, mime-entity-info-point-max,
342         mime-entity-info-parameters, mime-entity-info-encoding,
343         mime-entity-info-children): New implementation.
344         
345         (mime-entity-info-media-type, mime-entity-info-media-subtype): New
346         inline function.
347
348         * mime-view.el (mime-view-display-entity,
349         mime-article/point-content-number, mime-article/cnum-to-cinfo,
350         mime/flatten-content-info): Use `mime-entity-info-children'
351         instead of `mime::content-info/children'.
352
353         * mime-parse.el (mime-entity-info-children): New inline function.
354
355 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * mime-view.el (mime-view-body-visible-p,
358         mime-view-display-entity): Use `mime-entity-info-encoding' instead
359         of `mime::content-info/encoding'.
360
361         * mime-play.el (mime-display-content): Use
362         `mime-entity-info-encoding' instead of
363         `mime::content-info/encoding'.
364
365         * mime-parse.el (mime-entity-info-encoding): New inline function.
366
367 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
368
369         * mime-view.el (mime-view-display-entity), mime-partial.el
370         (mime-combine-message/partials-automatically), mime-play.el
371         (mime-display-content): Use `mime-entity-info-parameters' instead
372         of `mime::content-info/parameters'.
373
374         * mime-parse.el (mime-entity-info-parameters): New inline
375         function.
376
377 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
378
379         * mime-view.el (mime-view-header-visible-p,
380         mime-view-body-visible-p, mime-view-entity-button-function,
381         mime-view-display-entity, mime-view-follow-current-entity),
382         mime-play.el (mime-display-content): Use
383         `mime-entity-info-type/subtype' instead of
384         `mime::content-info/type'.
385
386         * mime-parse.el (mime-entity-info-type/subtype): New inline
387         function.
388
389 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * mime-view.el (mime-view-display-entity,
392         mime-article/rcnum-to-cinfo, mime-view-follow-current-entity,
393         mime-view-move-to-upper): Use `mime::content-info/rcnum' instead
394         of `mime-entity-info-rnum'.
395
396         * mime-parse.el (mime-entity-info-rnum): New inline function.
397
398 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
399
400         * mime-view.el (mime-view-display-entity,
401         mime-article/point-content-number,
402         mime-view-follow-current-entity), mime-play.el
403         (mime-display-content), mime-pgp.el
404         (mime-article/check-pgp-signature, mime-article/decrypt-pgp): Use
405         `mime-entity-info-point-{min|max}' instead of
406         `mime::content-info/point-{min|max}'.
407
408         * mime-parse.el (mime-entity-info-point-min): New inline function.
409         (mime-entity-info-point-max): New inline function.
410         (mime-parse-multipart): Use `mime-entity-info-point-max' instead
411         of `mime::content-info/point-max'.
412
413 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
414
415         * mailcap.el (mailcap-skip-comment): Check `chr' is nil.
416
417         * mime-edit.el (mime-edit-decode-buffer): Modify for new return
418         format of `mime-parse-Content-Type'.
419
420         * mime-parse.el (mime-parse-Content-Type): Change return format.
421         (mime-read-Content-Type): Modify DOC-string.
422         (make-mime-entity-info): New inline function.
423         (mime-parse-multipart): Change interface.
424         (mime-parse-message): Rename names of arguments.
425
426         * mime-def.el (mime-tspecials): Remove `.' and control-characters.
427         (mime-token-regexp): Add specification for control-characters.
428
429 1997-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
430
431         * mime-view.el (mime-view-cut-header): Use `defun' instead of
432         `defsubst'.
433
434         * mime-view.el: Rename `mime-preview/display-body' ->
435         `mime-view-display-body'.
436
437         * mime-view.el: Rename `mime-preview/display-header' ->
438         `mime-view-display-header'.
439
440 1997-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
441
442         * mime-parse.el, mime-edit.el: Rename `mime/Content-Type' ->
443         `mime-read-Content-Type'.
444
445         * mime-parse.el (symbol-concat): New implementation.
446
447 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
448
449         * mime-def.el: Abolish alias `last*'.
450
451         * eword-decode.el (eword-lexical-analyze): `last' of Emacs 20.0.97
452         allows two arguments.
453
454 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * eword-decode.el (eword-lexical-analyze): Use `last*' instead of
457         `last' (for Emacs 20.0.96).
458
459         * mime-def.el (last*): New alias for old emacsen.
460
461 1997-07-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
462
463         * mime-parse.el, mime-def.el: Constant
464         `mime-disposition-type-regexp' was moved from mime-def.el to
465         mime-parse.el.
466
467 \f
468 1997-07-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
469
470         * SEMI: Version 0.97 (Naka-Tsurugi) was released.
471
472 1997-07-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * mime-edit.el: Delete unnecessary "[mime-edit.el]" from
475         DOC-strings.
476
477 1997-07-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * eword-decode.el (eword-analyze-encoded-word): cdr of return
480         value must not nil (cf.[tm-ja:2496])
481
482 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
483
484         * mime-view.el, mime-play.el: `mime-article/view-message/rfc822'
485         -> `mime-display-message/rfc822'.
486
487 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
488
489         * eword-encode.el (eword-phrase-route-addr-to-rwl): Use function
490         `eword-addr-seq-to-rwl'.
491
492         * eword-encode.el: `tm-eword::phrase-route-addr-to-rwl' ->
493         `eword-phrase-route-addr-to-rwl'.
494
495         * eword-encode.el (eword-addr-seq-to-rwl): New function.
496         (eword-addr-spec-to-rwl): Use function `eword-addr-seq-to-rwl'.
497
498         * eword-encode.el (eword-addr-spec-to-rwl): New implementation.
499
500         * eword-encode.el: `tm-eword::addr-spec-to-rwl' ->
501         `eword-addr-spec-to-rwl'.
502
503 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
504
505         * mime-parse.el: Constant `mime::ctype-regexp' was abolished.
506
507         * mime-parse.el: Constant `mime::dtype-regexp' was abolished.
508
509         * mime-parse.el, mime-def.el: `mime/disposition-type-regexp' ->
510         `mime-disposition-type-regexp'.
511
512 \f
513 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
514
515         * SEMI: Version 0.96 (Kaga-Ichinomiya) was released.
516
517 1997-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
518
519         * mime-edit.el: (mime-edit-normalize-body):
520         - Protect "From " in beginning of line (insert `ESC ( B' before it
521           if possible, otherwise encode by quoted-printable)
522         - canonicalize line break code for base64
523
524 1997-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
525
526         * signature.el (signature-separator): New variable.
527         (insert-signature): Insert `signature-separator' when signature is
528         inserted at end of file.
529
530 1997-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
531
532         * mime-edit.el (mime-edit-version-name): Add `semi-version-name'.
533
534         * mime-view.el (mime-view-version-name): New constant.
535
536         * mime-def.el (semi-version-name): New constant.
537
538 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
539
540         * README.en (Required environment): Updated.
541
542 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
543
544         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
545         -> `mime-media-type/subtype-regexp'.
546
547 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
550         `mime-token-regexp'.
551
552         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
553
554 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
555
556         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
557         -> `mime-temp-buffer-name'.
558
559 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
560
561         * mime-text.el (mime-decode-text-body): Canonicalize line break
562         code.
563
564 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
565
566         * mailcap.el: New file.
567
568 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
569
570         * eword-encode.el (eword-field-encoding-method-alist): Add
571         "Message-ID" as ignored.
572
573 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
574
575         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
576         caused by long non-encoded-word element. (cf. [tm-en:1356])
577
578 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
579
580         * mime-view.el: `mime-preview/display-message/partial' ->
581         `mime-view-insert-message/partial-button'.
582
583         * mime-view.el (mime-preview/display-message/partial): Use
584         `mime-add-button' again.
585
586 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * eword-encode.el: `tm-eword::lc-words-to-words' ->
589         `eword-encode-charset-words-to-words'.
590
591         * eword-encode.el (tm-eword::lc-words-to-words): New
592         implementation; function `tm-eword::parse-word' was abolished.
593
594 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * eword-encode.el: `tm-eword::split-to-lc-words' ->
597         `eword-encode-divide-into-charset-words'.
598
599         * eword-encode.el: Function `tm-eword::parse-lc-word' was
600         abolished.
601         (tm-eword::split-to-lc-words): New implementation.
602
603 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * eword-encode.el: `tm-eword::char-type' ->
606         `eword-encode-char-type'.
607
608         * eword-encode.el: `tm-eword::encode-encoded-text' ->
609         `eword-encode-text'
610
611         * mime-view.el (mime-view-insert-entity-button,
612         mime-preview/display-message/partial): Use `mime-insert-button'.
613         
614         (mime-view-setup-buffers): Enclose codes to display preview-buffer
615         by `(let ((inhibit-read-only t)) ...)'.
616
617         * mime-def.el (mime-insert-button): New inline function.
618
619         * mime-def.el (mime-add-button): Argument `func' was renamed to
620         `function'; Use overlay for `mime-button-mouse-face'.
621
622 \f
623 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * SEMI: Version 0.92 was released.
626
627         * mime-view.el, mime-play.el, mime-partial.el:
628         `mime-article/decode-' -> `mime-display-'.
629
630         * mime-play.el (mime-display-caesar): fixed.
631
632 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
633
634         * eword-decode.el (eword-decode-structured-field-body): fixed.
635
636 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
637
638         * eword-decode.el (eword-lexical-analyze-cache): New variable.
639         (eword-lexical-analyze-cache-max): New variable.
640         (eword-analyze-quoted-string): New function.
641         (eword-analyze-comment): New function.
642         (eword-analyze-encoded-word): New function.
643         (eword-lexical-analyze-internal): New function.
644         (eword-lexical-analyze): New function.
645         (eword-decode-structured-field-body): New function.
646         (eword-decode-unstructured-field-body): New function.
647         (eword-extract-address-components): New function.
648
649 1997-06-11  Steven L Baur     <steve@xemacs.org>
650
651         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
652         tm-eword::encode-rwl): Clean up Ebola
653         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
654
655 \f
656 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
657
658         * SEMI: Version 0.91 was released.
659
660 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * mime-view.el (mime-view-define-keymap): fixed problem about
663         [tab], [delete] and [backspace] keys.
664
665 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
666
667         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
668         by `as-binary-process'.
669
670 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
671
672         * mime-view.el (mime-acting-condition): Add image/png
673         mime type. (cf.[tm-en:1334])
674
675         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
676
677         * mime-edit.el (mime-file-types): Add png handling.
678         (mime-content-types): Ditto. (cf.[tm-en:1334])
679
680 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
681
682         * mime-view.el (mime-view-define-keymap): Doesn't bind
683         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
684
685 \f
686 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * SEMI: Version 0.88 was released.
689
690 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
691
692         * Makefile (tar): New implementation.
693
694 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
695
696         * SEMI-MK (config-semi): fixed.
697
698         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
699
700 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
701
702         * README.en: Add `LISPDIR'.
703
704         * Makefile (LISPDIR): New variable.
705
706         * SEMI-CFG: Setting for load-path is modified.
707
708 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
709
710         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
711         mime-view.el: `mime/content-decoding-condition' ->
712         `mime-acting-condition'.
713
714 \f
715 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
716
717         * SEMI: Version 0.87 was released.
718
719 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
722         `mime-view-uuencode-encoding-name-list'.
723
724 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
725
726         * mime-edit.el: Use "text/x-rot13-47-48" instead of
727         "text/x-rot13-47".
728
729         * mime-view.el (mime/content-decoding-condition): Add
730         "text/x-rot13-47-48".
731
732 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
733
734         * mime-edit.el (mime-edit-normalize-body): Use
735         `mule-caesar-region' instead of `caesar-region'.
736
737         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
738         instead of `caesar-region'.
739
740         * mime-def.el: Add autoload for mule-caesar.el.
741
742         * mime-def.el: Function caesar-region was abolished.
743
744 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
745
746         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
747         `caesar-region'.
748
749 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
750
751         * mime-view.el (mime-view-define-keymap): Use
752         `set-keymap-default-binding' for XEmacs.
753
754 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
755
756         * mime-play.el (mime-display-caesar): Don't use
757         `buffer-substring'.
758
759         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
760         `view-mode-enter'.
761
762 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
763
764         * mime-play.el: Don't require `view'.
765         
766         Constant `mime-view-text/plain-mode-map' was abolished.
767
768         Function `mime-view-text/plain-mode' and
769         `mime-view-text/plain-exit' were abolished.
770
771         (mime-display-caesar): Use `view-mode-enter mother' instead of
772         `mime-view-text/plain-mode'.
773
774 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * mime-play.el, mime-view.el (mime/content-decoding-condition):
777         `mime-article/decode-caesar' -> `mime-display-caesar'.
778
779 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
780
781         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
782
783 \f
784 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
785
786         * SEMI: Version 0.83 was released.
787
788 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
789
790         * mime-def.el: Overlay is required by emu.
791
792 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
793
794         * mime-image.el, mime-view.el, mime-text.el:
795         `mime-preview/filter-' -> `mime-view-filter-'.
796
797         * mime-view.el: `mime-preview/get-original-major-mode' ->
798         `mime-view-get-original-major-mode'.
799
800 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
801
802         * mime-view.el (mime-view-mode): Hide mime-echo window.
803
804         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
805         mime-play.el.
806
807         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
808         mime-view.el.
809
810         * mime-play.el (mime-hide-echo-buffer): New inline function.
811
812         * mime-play.el (mime-echo-window-height): New variable.
813
814 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
815
816         * mime-edit.el (mime-edit-content-end): Abolish unused local
817         variable `beg'.
818
819 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * mime-view.el (mime-view-follow-current-entity): Abolish unused
822         local variable `rc'.
823
824 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
825
826         * eword-encode.el (eword-encode-field): Intern down-cased
827         field-name and use `memq' instead of `member' to detect a field is
828         address-list or not.
829
830 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
831
832         * mime-pgp.el (mime-article/check-pgp-signature): Use
833         `insert-buffer-substring'.
834
835 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
836
837         * mime-pgp.el (mime-article/check-pgp-signature):
838         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
839
840         * mime-play.el: `mime-article/show-output-buffer' ->
841         `mime-show-echo-buffer'.
842
843         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
844         `mime-echo-window-is-shared-with-bbdb'.
845
846 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
847
848         * mime-play.el: Variable
849         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
850         mime-def.el.
851
852         * mime-def.el: Variable
853         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
854         mime-play.el.
855
856 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
857
858         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
859         `mime-echo-buffer-name'.
860
861         * mime-play.el: `mime/output-buffer-name' ->
862         `mime-echo-buffer-name'.
863
864         * mime-pgp.el (mime-article/check-pgp-signature):
865         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
866
867         * mime-def.el (mime-echo-buffer-name): Renamed from
868         `mime/output-buffer-name'.
869
870 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
871
872         * mime-edit.el (mime-edit-content-end): Abolish unused local
873         variable `top'.
874
875         * mime-view.el: Function `mime-view-make-preview-buffer' was
876         abolished.
877
878         * mime-view.el: `mime-view-setup-buffer' ->
879         `mime-view-setup-buffers'.
880
881 \f
882 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
883
884         * MU: Version 0.40.2 was released.
885         * SEMI: Version 0.75 was released.
886
887 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
888
889         * mime-edit.el (mime-edit-translate-single-part-tag): Add
890         DOC-string.
891
892 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
893
894         * mime-view.el: `mime::preview/original-major-mode' ->
895         `mime-view-original-major-mode'.
896
897 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
898
899         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
900         `mime-mother-buffer'.
901
902 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
903
904         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
905         `mime::preview/article-buffer' -> `mime-raw-buffer'.
906
907 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
908
909         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
910         mime-view.el: `mime::article/preview-buffer' ->
911         `mime-view-buffer'.
912
913 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
914
915         * mime-view.el: Structure `mime::preview-content-info' was
916         abolished.
917
918         (mime-view-setup-buffer): Return only
919         `mime::article/preview-buffer'.
920
921         (mime-view-make-preview-buffer): Don't generate
922         preview-content-list; Return only `mime::article/preview-buffer'.
923
924         (mime-view-display-entity): Don't create
925         `mime::preview-content-info'.
926
927         (mime-view-mode): Don't set for `mime::preview/content-list'.
928
929 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
930
931         * mime-partial.el (mime-combine-message/partials-automatically):
932         Don't use preview-content-list.
933
934 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
935
936         * semi-setup.el: Don't require mime-partial; It is autoloaded.
937
938         * mime-partial.el: `mime-article/grab-message/partials' ->
939         `mime-combine-message/partials-automatically'.
940
941         * mime-partial.el: `mime-partial/preview-article' ->
942         `mime-view-partial-message'.
943
944         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
945         `mime-view-partial-message-method-alist'.
946
947         * mime-play.el
948         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
949         preview-content-list.
950
951         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
952         -> `mime-show-message-mode'.
953
954         * mime-pgp.el (mime-article/view-application/pgp):
955         `mime/show-message-mode' -> `mime-show-message-mode'.
956
957         * mime-view.el (mime-view-follow-current-entity): New
958         implementation.
959
960 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
961
962         * mime-view.el: `mime-view-follow-content' ->
963         `mime-view-follow-current-entity'.
964
965         * mime-view.el (mime-view-mode): Don't use preview-content-list to
966         move to initial point.
967
968         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
969         abolished.
970
971         * mime-view.el: Function `mime-preview/point-pcinfo' was
972         abolished.
973
974         * mime-view.el: Function `mime-preview/point-content-number' was
975         abolished.
976
977         * mime-play.el (mime-view-play-current-entity): New
978         implementation.
979
980 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
981
982         * mime-view.el (mime-view-quit): Use variable
983         `mime::preview/original-major-mode'.
984
985         * mime-view.el (mime-view-show-summary): Use variable
986         `mime::preview/original-major-mode'.
987
988         * mime-view.el (mime-view-scroll-down-entity): New implementation.
989
990         * mime-view.el (mime-view-scroll-up-entity): New implementation.
991
992 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
993
994         * mime-view.el: `mime-view-scroll-down-content' ->
995         `mime-view-scroll-down-entity'.
996
997         * mime-view.el: `mime-view-scroll-up-content' ->
998         `mime-view-scroll-up-entity'.
999
1000         * mime-view.el (mime-view-move-to-next): New implementation.
1001
1002 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * mime-view.el: `mime-view-next-content' ->
1005         `mime-view-move-to-next'.
1006
1007         * mime-view.el (mime-view-move-to-previous): New implementation.
1008
1009         * mime-view.el: `mime-view-previous-content' ->
1010         `mime-view-move-to-previous'.
1011
1012         * mime-view.el: `mime-view-up-content' ->
1013         `mime-view-move-to-upper'.
1014
1015 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1016
1017         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
1018         `mime-show-message-mode'.
1019
1020         * mime-view.el (mime-view-up-content): New implementation.
1021
1022         * mime-view.el: `mime-preview/display-content' ->
1023         `mime-view-display-entity'.
1024
1025         * mime-view.el (mime-preview/display-content): Put
1026         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
1027
1028         * mime-view.el: Variable `mime-view-visible-field-regexp' was
1029         abolished.
1030
1031         * mime-view.el: `mime-preview/cut-header' ->
1032         `mime-view-cut-header'.
1033
1034         * mime-view.el (mime-view-entity-separator-function): New
1035         implementation.
1036
1037         * mime-view.el: `mime-preview/default-content-separator' ->
1038         `mime-view-entity-separator-function'.
1039
1040 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1041
1042         * mime-view.el (mime-view-header-visible-p): Abolish optional
1043         argument `ctype'.
1044
1045         * mime-view.el (mime-view-entity-button-function): New
1046         implementation.
1047
1048         * mime-view.el: Variable
1049         `mime-view-content-button-ignored-ctype-list' was abolished.
1050
1051         * mime-view.el: `mime-preview/default-content-button-function' ->
1052         `mime-view-entity-button-function'.
1053
1054         * mime-view.el: Variable `mime-preview/content-button-function'
1055         was abolished.
1056
1057         * mime-def.el (mime-add-button): New implementation.
1058
1059         * mime-view.el (mime-view-insert-entity-button): modified.
1060
1061         * mime-view.el: `mime-preview/insert-content-button' ->
1062         `mime-view-insert-entity-button'.
1063
1064         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
1065         is optional argument `ctype' is not nil.
1066
1067 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1068
1069         * mime-view.el: `mime-print-entity' ->
1070         `mime-view-print-current-entity'.
1071
1072         * mime-view.el: `mime-extract-entity' ->
1073         `mime-view-extract-current-entity'.
1074
1075         * mime-play.el, mime-view.el: `mime-play-entity' ->
1076         `mime-view-play-current-entity'.
1077
1078         * mime-view.el (mime-play-entity, mime-extract-entity,
1079         mime-print-entity): Add DOC-string.
1080
1081         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
1082
1083         * mime-view.el: `mime-view-extract-content' ->
1084         `mime-extract-entity'.
1085
1086         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
1087
1088         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
1089         mime-view.el.
1090
1091         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
1092         mime-play.el.
1093
1094 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1095
1096         * mime-view.el: Use `mime-play-entity' instead of
1097         `mime-view-play-content'.
1098
1099 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
1102         `mime-play-entity'.
1103
1104         * mime-view.el (mime-view-play-content, mime-view-extract-content,
1105         mime-view-print-content): Modify to use optional argument `mode'.
1106
1107 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1108
1109         * mime-play.el (mime-preview/decode-content,
1110         mime-article/decode-content): Add new optional argument `mode'.
1111
1112 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1113
1114         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
1115         `mime-text-decode-buffer-maybe'.
1116
1117         * mime-text.el: `mime-preview/decode-text-buffer' ->
1118         `mime-decode-text-body'.
1119
1120         * mime-view.el (mime-view-visible-media-type-list): Add
1121         "text/rfc822-headers".
1122
1123 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1124
1125         * mime-image.el, mime-view.el:
1126         `mime-view-default-showing-Content-Type-list' ->
1127         `mime-view-visible-media-type-list'.
1128
1129 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1130
1131         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
1132
1133         * mime-pgp.el (mime-article/view-application/pgp):
1134         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
1135
1136         * mime-text.el: `mime-charset/decode-buffer' ->
1137         `mime-text-decode-buffer'.
1138
1139 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1140
1141         * mime-pgp.el (mime-article/view-application/pgp):
1142         `mime-raw::text-decoder' -> `mime-text-decoder'.
1143
1144         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
1145
1146 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1147
1148         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
1149         mime-view.el.
1150
1151         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
1152         mime-text.el.
1153
1154 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1155
1156         * mime-pgp.el (mime-article/view-application/pgp): Use
1157         `insert-buffer-substring'.
1158
1159 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1160
1161         * mime-pgp.el (mime-article/view-application/pgp):
1162         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1163
1164         * mime-play.el (mime-article/view-message/rfc822):
1165         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1166
1167         * mime-text.el (mime-preview/decode-text-buffer):
1168         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1169
1170         * mime-view.el: `mime::article/code-converter' ->
1171         `mime-raw::text-decoder'.
1172
1173 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1174
1175         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
1176         variables `charset' and `mime::article/preview-buffer'.
1177
1178         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
1179         variable `mode'.
1180
1181 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1182
1183         * mime-image.el (mime-preview/filter-for-image): Abolish unused
1184         local variable `charset'.
1185
1186         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
1187         local variable `status'.
1188
1189         * mime-pgp.el: (mime-article/view-application/pgp,
1190         mime-article/add-pgp-keys): Abolish unused local variable
1191         `cur-buf'.
1192
1193         * mime-image.el (mime-preview/filter-for-image,
1194         mime-preview/filter-for-application/postscript): Abolish unused
1195         local variable `mode'.
1196
1197 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1198
1199         * mime-text.el
1200         (mime-preview/filter-for-text/richtext,
1201         mime-preview/filter-for-text/enriched): Abolish unused local
1202         variable `mode'.
1203
1204         * mime-text.el (mime-preview/decode-text-buffer): New
1205         implementation.
1206
1207         * mime-view.el (mime-view-follow-content): Abolish unused
1208         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
1209         and `hb'.
1210
1211         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
1212         `multipart'.
1213
1214         * mime-file.el (mime-article/extract-file): Abolish unused local
1215         variable `the-buf'.
1216
1217         * mime-tar.el: Quote *autoconv*.
1218
1219 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1220
1221         * mime-partial.el (mime-article/grab-message/partials): Unused
1222         local variable `mother' was abolished.
1223
1224         * mime-play.el (mime-article/decode-caesar): Unused local variable
1225         `cur-buf' was abolished.
1226
1227         * mime-play.el (mime-article/decode-message/external-ftp): Unused
1228         local variable `access-type' was abolished; Comment out `mode'.
1229
1230         * mime-play.el (mime-article/view-message/rfc822): Unused local
1231         variable `cur-buf' was abolished.
1232
1233         * mime-text.el (mime-preview/filter-for-text/richtext,
1234         mime-preview/filter-for-text/enriched): Unused local variable `m'
1235         was abolished.
1236
1237         * mime-parse.el (mime-parse-multipart):
1238         Unused local variable `ct' was abolished.
1239
1240         * eword-encode.el: Require eword-decode.
1241
1242         * mime-image.el (mime-preview/filter-for-application/postscript):
1243         Unused local variable `m' was abolished.
1244
1245 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1246
1247         * mime-pgp.el: (mime-article/view-application/pgp):
1248         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
1249
1250         * mime-pgp.el (mime-pgp-command): New variable.
1251
1252         (mime::article/call-pgp-to-check-signature): Use variable
1253         `mime-pgp-command'. (cf. [tm-en:1259])
1254
1255 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1256
1257         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
1258         (cf. [tm-en:1259])
1259
1260 \f
1261 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1262
1263         * emu: Version 7.40.1 was released.
1264         * APEL: Version 3.2 was released.
1265         * bitmap-mule: Version 7.17 was released.
1266         * MU: Version 0.40.1 was released.
1267         * MEL: Version 6.3 was released.
1268         * SEMI: Version 0.72 was released.
1269
1270 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1271
1272         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
1273
1274 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1275
1276         * mail-mime-setup.el: New module.
1277
1278         * mime-setup.el: Only loads MUA specific setup files.
1279
1280         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
1281         moved from mime-setup.el.
1282
1283         * semi-setup.el: Setting for gnus-mime was moved to
1284         gnus-mime/gnus-mime-setup.el.
1285
1286         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
1287
1288         * Makefile: modified for SEMI package.
1289
1290 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1291
1292         * SEMI-MK: Don't compile and install other packages.
1293
1294 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1295
1296         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
1297         `add-minor-mode'.
1298
1299         * mime-image.el (mime-preview/filter-for-image): Don't use
1300         `assoc-value'.
1301
1302 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1303
1304         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
1305         were abolished; Use `mime-edit-mode-map' directly.
1306
1307         Use "C-c C-m" for enclosure commands.
1308
1309         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
1310         for `mime-edit-set-encrypt'.
1311
1312 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1313
1314         * semi-setup.el: Require file-detect.
1315
1316 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1317
1318         * SEMI-CFG: Delete variables about other packages.
1319
1320 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1321
1322         * mime-def.el: Variable `mime-temp-directory' was moved to
1323         mel/mel.el.
1324
1325 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1326
1327         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
1328
1329         * mime-view.el (mime/content-decoding-condition): Set up for
1330         `mime-article/decode-message/external-ftp'.
1331
1332         * semi-setup.el: tm-latex.el was abolished.
1333
1334         * semi-setup.el: tm-ftp is merged to mime-play.el.
1335
1336         * mime-play.el (mime-article/dired-function): New variable; copied
1337         from tm-ftp.el.
1338
1339         (mime-article/dired-function-for-one-frame,
1340         mime-article/decode-message/external-ftp): New function; copied
1341         from tm-ftp.el.
1342
1343 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1344
1345         * mime-partial.el (mime-article/grab-message/partials): Don't use
1346         `assoc-value'.
1347
1348 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1349
1350         * mime-play.el: Require filename.
1351
1352 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1353
1354         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
1355
1356         * mime-setup.el: Use `turn-on-mime-edit' instead of
1357         `mime-edit-mode'.
1358
1359         * mime-edit.el (mime-edit-decode-buffer): Renamed from
1360         `mime-editor::edit-again'; optional argument `code-conversion' was
1361         changed to `not-decode-text' (behavior was reversed).
1362         (mime-edit-again): modified for `mime-edit-decode-buffer'.
1363
1364         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
1365         variable.
1366
1367         * mime-edit.el (mime-edit-again): optional argument
1368         `code-conversion' was changed to `not-decode-text' (behavior was
1369         reversed); optional argument `no-mode' was renamed to
1370         `not-turn-on'; `mail-header-separator' was replaced to null line
1371         before converting.
1372
1373 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
1376         `mime-edit-toggle-mode' -> `mime-edit-mode'.
1377         
1378         Alias `mime-mode' was abolished.
1379
1380 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1381
1382         * eword-encode.el (eword-encode-header): fixed.
1383
1384         * mime-edit.el: Comments was modified.
1385         (mime-edit-mode): DOC-string was modified.
1386
1387         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
1388         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
1389         was abolished.
1390
1391         * mime-edit.el: `mime-edit-minor-mime-map' ->
1392         `mime-edit-mode-map'.
1393
1394         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
1395
1396         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
1397
1398 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1399
1400         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
1401
1402 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1403
1404         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
1405
1406 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1407
1408         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
1409
1410 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1411
1412         * mime-def.el (mime-temp-directory): Refer environment variable
1413         "MIME_TMP_DIR" as default value.
1414
1415 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1416
1417         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
1418         were abolished.
1419
1420         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
1421         (mime-article/check-pgp-signature), mime-partial.el
1422         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
1423         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
1424         was renamed to `mime-temp-directory'.
1425
1426         * mime-edit.el: `mime/edit-again' was renamed to
1427         `mime-edit-again'.
1428
1429 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1430
1431         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
1432         renamed to `mime-temp-message-mode'.
1433
1434         * mime-edit.el: Draft preview feature was abolished.
1435
1436         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
1437
1438         Buffer local variable `mime/editing-buffer' was renamed to
1439         `mime-edit-buffer'.
1440
1441         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
1442         (mime-edit-x-emacs-value): New variable.
1443         (mime-edit-translate-body): Insert X-Emacs field if variable
1444         `mime-edit-insert-x-emacs-field' is not nil.
1445
1446 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1447
1448         * mime-view.el (mime-preview/insert-content-button): Don't use
1449         function `assoc-value'.
1450
1451 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1452
1453         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
1454
1455 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * SEMI-MK: compile and install emu and apel.
1458
1459 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
1462
1463         * mime-bbdb.el: Renamed from tm-bbdb.el.
1464
1465         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
1466         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
1467         (load-path): Add "../apel" instead of "../tl".
1468
1469         * SEMI-ELS: alist.el was moved to ../apel/.
1470
1471 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1472
1473         * mime-parse.el: Require emu; Function `char-list-to-string' was
1474         abolished.
1475
1476         * mime-edit.el: Require emu; definitions about visible/invisible
1477         were abolished.
1478
1479 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1480
1481         * eword-encode.el: Require emu; function
1482         `find-non-ascii-charset-string' and
1483         `find-non-ascii-charset-region' were abolished.
1484
1485         * mime-def.el: Require atype; functions about atype were
1486         abolished.
1487
1488 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1489
1490         * mime-def.el: Require emu; Variable `running-xemacs' was
1491         abolished; Macro `defun-maybe' was abolished; Function `functionp'
1492         was abolished; Variable `charsets-mime-charset-alist',
1493         `default-mime-charset' and `mime-charset-coding-system-alist' were
1494         abolished; Function `mime-charset-to-coding-system',
1495         `charsets-to-mime-charset', `detect-mime-charset-region',
1496         `encode-mime-charset-region', `decode-mime-charset-region',
1497         `encode-mime-charset-string' and `decode-mime-charset-string' were
1498         abolished.
1499
1500 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1501
1502         * mime-def.el (charsets-to-mime-charset): New function; copied
1503         from emu.el.
1504
1505         * eword-encode.el: Use `char-bytes' instead of `char-length'.
1506
1507         * mime-def.el (eliminate-top-spaces): New inline-function; copied
1508         from tl-str.el.
1509
1510         * mime-edit.el: Fixed about definition of visible/invisible
1511         functions for XEmacs.
1512
1513 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1514
1515         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
1516         copied from emu-19.el.
1517         (invisible-region, invisible-p, next-visible-point): New function;
1518         copied from emu-19.el and emu-xemacs.el.
1519         (visible-region): New function; copied from emu-19.el.
1520                 
1521         * mime-edit.el (mime-edit-make-boundary): New function.
1522         (mime-edit-translate-body, mime-edit-translate-region): Use
1523         `mime-edit-make-boundary'.
1524         
1525         * mime-edit.el (replace-space-with-underline): New inline
1526         function; copied from tl-str.el.
1527         
1528 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1529
1530         * eword-encode.el (find-non-ascii-charset-region): New
1531         inline-function; copied from emu-e20.el.
1532
1533 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1534
1535         * mime-def.el: Require cl.
1536
1537         * mime-view.el (mouse-button-2): New variable; copied from
1538         emu-19.el and emu-xemacs.el.
1539
1540         * mime-def.el (defun-maybe): New macro; copied from emu.el.
1541         (functionp): New function; copied from emu.el.
1542
1543 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1544
1545         * mime-play.el: Supports only Emacs/mule API.
1546
1547         * mime-def.el (field-unify): Fixed.
1548
1549         * semi-setup.el: Don't require mime-play.
1550
1551         * mime-def.el: Function `put-fields' were abolished.
1552
1553         * mime-def.el: atype functions were moved from mime-play.el.
1554
1555         * mime-play.el: atype functions were moved to mime-def.el.
1556
1557 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1558
1559         * mime-def.el (call-after-loaded): New function; moved from
1560         semi-setup.el.
1561
1562         * semi-setup.el: Function `call-after-loaded' was moved to
1563         mime-def.el; require mime-def.
1564
1565 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1566
1567         * semi-setup.el: require mime-play instead of mime-view when
1568         compiling.
1569
1570 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1571
1572         * SEMI-MK: BINS were abolished.
1573
1574         * SEMI-CFG: require cl.
1575
1576         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
1577
1578 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1579
1580         * SEMI-MK: Renamed from TM-MK.
1581
1582         * SEMI-CFG: Don't require tl-misc.
1583
1584         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
1585
1586 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1587
1588         * mime-play.el (field-unify): Fixed.
1589
1590 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1591
1592         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
1593         Require alist.
1594
1595         * alist.el: New module; separated from tl-list.el.
1596
1597         * mime-play.el: Function `put-alist' and `del-alist' were moved to
1598         alist.el.
1599
1600         * mime-play.el (mime-article/coding-system-alist): Use
1601         `no-conversion' instead of *noconv*.
1602
1603 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1604
1605         * mime-parse.el (char-list-to-string): New inline-function; copied
1606         from emu-19.el.
1607
1608 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1609
1610         * mime-parse.el (symbol-concat): New inline-function; copied from
1611         tl-str.el.
1612
1613         * semi-setup.el: require 'mime-view when compiling.
1614
1615         * mime-parse.el (regexp-*): New inline-function; copied from
1616         tl-str.el.
1617
1618 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1619
1620         * semi-setup.el (running-xemacs): New variable.
1621
1622 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1623
1624         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
1625
1626         * mime-def.el: fixed DOC string.
1627
1628 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1629
1630         * eword-decode.el: Don't require emu.
1631
1632         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
1633         mime-charset-coding-system-alist): New variable; copied from
1634         emu-e20.el.
1635         (mime-charset-to-coding-system, detect-mime-charset-region,
1636         encode-mime-charset-region, decode-mime-charset-region,
1637         encode-mime-charset-string, decode-mime-charset-string): New
1638         function; copied from emu-e20.el.
1639
1640         * eword-encode.el (find-non-ascii-charset-string): New
1641         inline-function; copied from emu-e20.el.
1642
1643 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1644
1645         * mime-tar.el: Don't require emu.
1646
1647 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1648
1649         * mime-play.el (put-alist, del-alist): New function; copied from
1650         tl-list.el.
1651         (put-fields, field-unifier-for-default, field-unifier-for-mode,
1652         field-unify, assoc-unify, get-unified-alist, delete-atype,
1653         remove-atype, replace-atype, set-atype): New function; copied from
1654         tl-atype.el.  Don't require tl-atype.
1655
1656 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1657
1658         * semi-setup.el (call-after-loaded): New function; imported from
1659         tl-misc.el; Don't require tl-misc.
1660
1661 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1662
1663         * mime-pgp.el: Renamed from tm-pgp.el.
1664
1665 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1666
1667         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
1668         mime-mc.el.
1669
1670         * mime-mc.el: Renamed from tm-edit-mc.el.
1671
1672 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1673
1674         * mime-text.el: `tm:mother-button-dispatcher' ->
1675         `mime-button-mother-dispatcher'.
1676         
1677         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
1678         mime-view.el, mime-tar.el (mime-tar-set-properties):
1679         `tm:add-button' -> `mime-add-button'.
1680         
1681         * mime-file.el: Renamed from tm-file.el.
1682
1683 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1684
1685         * eword-decode.el: Must require emu.
1686
1687         * eword-decode.el (eword-decode-region): Unused local variable
1688         `charset', `encoding' and `text'.
1689
1690 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1691
1692         * eword-decode.el (eword-decode-encoded-word): Use
1693         `add-text-properties' directly.
1694
1695 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1696
1697         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
1698
1699         * mime-def.el (running-xemacs): New variable; if it is not nil,
1700         require overlay.
1701
1702         * mime-def.el (regexp-or): New function.
1703
1704 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1705
1706         * mime-tar.el: Renamed from tm-tar.el.
1707
1708         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
1709         -> `mime-button-dispatcher'.
1710
1711         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
1712
1713         * mime-def.el: `tm:mother-button-dispatcher' ->
1714         `mime-button-mother-dispatcher'.
1715
1716         * mime-def.el: `semi-data' -> `mime-button-data'.
1717
1718         * mime-def.el: `semi-callback' -> `mime-button-callback'.
1719
1720         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
1721
1722         * mime-def.el: `tm:button-face' -> `mime-button-face'.
1723
1724         * mime-def.el (tm:add-button, tm:button-dispatcher):
1725         `mime-callback' was renamed to `semi-callback'; `mime-data' was
1726         renamed to `semi-data'.
1727
1728 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1729
1730         * mime-def.el (tm:add-button): Use `make-overlay' directly.
1731
1732         * mime-def.el (tm:add-button): Use `overlay-put' directly.
1733
1734 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1735
1736         * mime-text.el: `tm:browse-url' was renamed to
1737         `mime-text-browse-url'.
1738
1739         * mime-text.el: Require browse-url.
1740
1741         * mime-text.el: `tm:URL-regexp' was renamed to
1742         `mime-text-url-regexp'.
1743
1744         * mime-text.el: Variable `tm:URL-regexp',
1745         `browse-url-browser-function' and function `tm:browse-url' were
1746         moved from mime-def.el.
1747
1748         * mime-def.el: Variable `tm:URL-regexp',
1749         `browse-url-browser-function' and function `tm:browse-url' were
1750         moved to mime-text.el.
1751
1752         * eword-decode.el: Variable `tm:warning-face' was renamed to
1753         `eword-warning-face'.
1754
1755         * eword-decode.el: Variable `tm:warning-face' was moved from
1756         mime-def.el.
1757
1758         * mime-def.el: Variable `tm:warning-face' was moved to
1759         eword-decode.el.
1760
1761         * mime-def.el: Function `tm:set-face-region' was abolished.
1762
1763         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
1764         `mime-make-charset-default-encoding-alist'.
1765
1766         * mime-edit.el: `mime-edit-transfer-level' ->
1767         `mime-transfer-level'.
1768
1769         * mime-edit.el: Function `mime/encoding-name' was renamed to
1770         `mime-encoding-name'.
1771
1772         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
1773         was abolished.
1774
1775         * mime-edit.el: Function `mime/encoding-name' was moved from
1776         mime-def.el.
1777
1778         * mime-def.el: Function `mime/encoding-name' was moved to
1779         mime-edit.el.
1780
1781 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1782
1783         * mime-edit.el: Variable `mime-charset-type-list' was moved from
1784         mime-def.el.
1785
1786         * mime-def.el: Variable `mime-charset-type-list' was moved to
1787         mime-edit.el.
1788
1789 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1790
1791         * eword-encode.el (eword-encode-header): fixed typo.
1792
1793 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1794
1795         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
1796         mime-editor::edit-again): Don't use `assoc-value'; Don't require
1797         tl-list.
1798
1799 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1800
1801         * mime-play.el: require tl-atype.
1802
1803         * mime-view.el: Don't require tl-atype.
1804
1805 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1806
1807         * mime-view.el: Don't require tl-misc.
1808
1809 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1810
1811         * eword-encode.el (eword-encode-header): Use function `assoc-if'
1812         instead of `ASSOC'; require cl instead of tl-list.
1813
1814         * mime-parse.el (define-structure): New macro; Don't require
1815         tl-misc.el.
1816
1817         * mime-view.el (mime-preview/insert-content-button): Don't use
1818         function `assoc-value'.
1819
1820         * mime-view.el: Require cl instead of tl-list.
1821
1822         * mime-view.el: Don't require tl-str.el.
1823
1824 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1825
1826         * mime-parse.el (define-structure): New macro; Don't require
1827         tl-misc.el.
1828
1829         * mime-view.el (mime-preview/insert-content-button): Don't use
1830         function `assoc-value'.
1831
1832         * mime-view.el: Require cl instead of tl-list.
1833
1834         * mime-view.el: Don't require tl-str.el.
1835
1836 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1837
1838         * eword-decode.el: Constant
1839         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
1840
1841         * eword-decode.el (quoted-printable-hex-chars,
1842         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1843         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
1844         from mime-def.el.
1845         
1846         * mime-def.el (quoted-printable-hex-chars,
1847         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1848         eword-Q-encoding-and-encoded-text-regexp): Moved to
1849         eword-decode.el.
1850         
1851         * eword-decode.el (base64-token-regexp,
1852         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
1853         constant; moved from mime-def.el.
1854         
1855         * mime-def.el: Constant `base64-token-regexp',
1856         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
1857         were moved to eword-decode.el.
1858         
1859         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
1860         was abolished.
1861
1862 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1863
1864         * eword-decode.el: Don't require emu.
1865
1866         * eword-decode.el: Don't require tl-str.el.
1867
1868         * mime-def.el (get-version-string): New inline-function; imported
1869         from tl-str.el.
1870
1871 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1872
1873         * mime-setup.el: Function `mime/encode-message-header' was renamed
1874         to `eword-encode-header'.
1875
1876         * mime-edit.el, eword-encode.el: Function
1877         `eword-encode-message-header' was renamed to
1878         `eword-encode-header'.
1879
1880 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1881
1882         * eword-decode.el (eword-decode-header): New optional argument
1883         `SEPARATOR'; Use function `std11-narrow-to-header'.
1884
1885         * mime-view.el, mime-setup.el, eword-decode.el: Function
1886         `eword-decode-message-header' was renamed to
1887         `eword-decode-header'.
1888
1889 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1890
1891         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
1892         Function `mime/encode-message-header' was renamed to
1893         `eword-encode-message-header'.
1894
1895 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1896
1897         * mime-view.el: Function `mime-eword/decode-string' was renamed to
1898         `eword-decode-string'.
1899
1900         * mime-def.el: `mime/Q-' -> `eword-Q-'.
1901
1902         * mime-def.el: `mime/B-' -> `eword-B-'.
1903
1904 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1905
1906         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
1907         `mime-charset-regexp'.
1908
1909         * mime-def.el: Constant `mime/charset-regexp' was renamed to
1910         `mime-charset-regexp'.
1911
1912 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1913
1914         * mime-view.el: Function `mime/decode-message-header' was renamed to
1915         `eword-decode-message-header'.
1916
1917         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
1918
1919 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1920
1921         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
1922         Function `mime/decode-message-header' was renamed to
1923         `eword-decode-message-header'.
1924
1925 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * SEMI-CFG: Renamed from TM-CFG.
1928
1929         * SEMI-ELS: Renamed from TM-ELS.
1930
1931         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1932         `eword-in-subject-p'.
1933
1934         * eword-encode.el: `mime/' -> `eword-'.
1935
1936         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1937         variable `mime/use-X-Nsubject'.
1938
1939         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1940         `mime/generate-X-Nsubject'.
1941
1942         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1943         variable `mime/no-encoding-header-fields'.
1944
1945         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1946         from `mime/field-encoding-method-alist'.
1947
1948         * eword-encode.el: Renamed from tm-ew-e.el.
1949         
1950         * eword-decode.el: Renamed from tm-ew-d.el.
1951
1952         * mime-view.el: Don't require tm-def.
1953
1954         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1955
1956         * mime-def.el: Renamed from tm-def.el.
1957
1958 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * SEMI-ELS: Renamed from TM-ELS.
1961
1962 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1963
1964         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1965         `eword-in-subject-p'.
1966
1967         * eword-encode.el: `mime/' -> `eword-'.
1968
1969         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1970         variable `mime/use-X-Nsubject'.
1971
1972         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1973         `mime/generate-X-Nsubject'.
1974
1975         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1976         variable `mime/no-encoding-header-fields'.
1977
1978         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1979         from `mime/field-encoding-method-alist'.
1980
1981         * eword-encode.el: Renamed from tm-ew-e.el.
1982         
1983         * eword-decode.el: Renamed from tm-ew-d.el.
1984
1985         * mime-view.el: Don't require tm-def.
1986
1987         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1988
1989 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1990
1991         * mime-def.el: Renamed from tm-def.el.
1992
1993 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1994
1995         * mime-view.el: Don't `suppress-keymap'.
1996
1997 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1998
1999         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
2000
2001         * mime-parse.el: Renamed from tm-parse.el.
2002
2003         * mime-view.el: Key-binding for function
2004         `mime-view-display-x-face' was abolished.
2005
2006 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2007
2008         * mime-setup.el: modified for mime-edit.el.
2009
2010 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2011
2012         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
2013
2014 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2015
2016         * mime-edit.el: based on tm-edit 7.105.
2017
2018         * semi-setup.el: tm-image.el was renamed to mime-image.el.
2019
2020         * mime-image.el: Renamed from tm-image.el.
2021
2022 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2023
2024         * semi-setup.el: Renamed from tm-setup.el.
2025
2026         * mime-setup.el: Setting for GNUS was abolished.
2027
2028         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
2029
2030         * mime-view.el: tm-play.el was renamed to mime-play.el.
2031
2032         * mime-partial.el: Renamed from tm-partial.el.
2033
2034         * mime-play.el: Renamed from tm-play.el.
2035
2036         * mime-view.el: `tm-text' is renamed to `mime-text'.
2037
2038         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
2039         was renamed to `default-keymap-or-function'; optional argument
2040         `default-function' was abolished.
2041
2042         * mime-text.el: `mime-view-code-converter-alist' ->
2043         `mime-text-decoder-alist'.
2044
2045         * mime-text.el: Renamed from tm-text.el.
2046
2047 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2048
2049         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
2050
2051         * mime-view.el: Renamed from tm-view.el.
2052
2053 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2054
2055         * mime-edit.el (mime-file-types): add for patch.
2056
2057         * mime-edit.el: rearrangement.
2058
2059 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2060
2061         * mime-edit.el (mime-editor/normalize-body): Use function
2062         `encode-mime-charset-region' instead of
2063         `mime-charset-encode-region'.
2064
2065 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2066
2067         * mime-edit.el (mime-editor/normalize-body): fixed.
2068
2069         * mime-edit.el (mime-editor/define-charset):
2070         Argument `charset' was changed to
2071         symbol.
2072         (mime-editor/choose-charset): Changed to return symbol.
2073         (mime-editor/normalize-body): charset was changed to symbol.
2074
2075 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2076
2077         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
2078         New function.
2079         (mime-editor/charset-default-encoding-alist): Use function
2080         `mime-editor/make-charset-default-encoding-alist'.
2081         (mime-editor/toggle-transfer-level): Use function
2082         `mime-editor/make-charset-default-encoding-alist'.
2083
2084         * mime-edit.el (mime-editor/choose-charset): Use function
2085         `detect-mime-charset-region' instead of
2086         `mime/find-charset-region'.
2087
2088 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2089
2090         * mime-edit.el (mime/editor-mode): Don't toggle.
2091
2092         (mime-editor/toggle-mode): New function.
2093
2094 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
2095
2096         * mime-edit.el: I think the following is the best way to handle
2097         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
2098         sure if "add-minor-mode" works the same way in earlier versions).
2099         By clicking on the mode line you can turn mime/editor-mode on or
2100         off.
2101
2102 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2103
2104         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
2105         `as-binary-process'.
2106
2107         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
2108         `as-binary-process'.
2109
2110 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2111
2112         * mime-edit.el (mime-editor/split-message-sender-alist): setting
2113         for `mail-mode' was moved to tm-rmail.el.
2114
2115 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2116
2117         * mime-edit.el: Variable
2118         `mime-editor/message-default-sender-alist' was abolished.
2119
2120 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2121
2122         * mime-edit.el: Variable `mime-editor/window-config-alist' was
2123         abolished.
2124
2125 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2126
2127         * mime-edit.el (mime-editor/split-and-send): New implementation.
2128
2129 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2130
2131         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
2132
2133 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2134
2135         * mime-edit.el (mime-editor/define-charset,
2136         mime-editor/set-parameter): Function `mime-set-parameter' was
2137         renamed to `mime-editor/set-parameter'.
2138
2139         * mime-edit.el (mime-set-parameter): New implementation
2140
2141         (mime-editor/translate-single-part-tag): New function.
2142         (mime-editor/translate-region): Use function
2143         `mime-editor/translate-single-part-tag'.
2144
2145 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2146
2147         * mime-edit.el (mime-editor::edit-again): fixed.
2148
2149         * mime-edit.el (mime/edit-again): fixed.
2150
2151         * mime-edit.el (mime-editor::edit-again): modified for new tag
2152         rule.
2153
2154         * mime-edit.el (mime-editor/insert-signature): Use variable
2155         `signature-file-name' instead of `signature'.
2156
2157         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
2158         require begging new-line.
2159
2160         (defconst mime-editor/multipart-end-regexp): Don't require begging
2161         new-line.
2162
2163         (mime-editor/find-inmost): modified for new enclosure tag rule.
2164
2165         (mime-editor/translate-region): modified for new enclosure tag rule.
2166
2167         (mime-editor/enclose-region): modified for new enclosure tag rule.
2168
2169 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2170
2171         * mime-edit.el: Add `(provide 'tm-edit)'.
2172
2173         Do `(run-hooks 'tm-edit-load-hook)' if variable
2174         `mime-edit-load-hook' is not bound.
2175
2176 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2177
2178         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
2179         (mime-editor/normalize-body): fixed.
2180
2181 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2182
2183         * mime-edit.el (mime-editor/normalize-body): fixed.
2184
2185         (mime-editor/content-end): Used function `invisible-p' and
2186         `next-visible-point'.
2187
2188 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2189
2190         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
2191         `invisible-region' instead of `mime-flag-region'.
2192         (mime-editor/normalize-body): Use function `visible-region'
2193         instead of `mime-flag-region'.
2194         (mime-editor/content-end): New implementation.
2195
2196 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2197
2198         * mime-edit.el (mime-editor/enquote-region): New command; bound to
2199         `C-c C-x q'.
2200         
2201         (mime-editor/menu-list): New item for function
2202         `mime-editor/enquote-region'.
2203
2204 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2205
2206         * mime-edit.el (mime-editor/process-multipart-1): Use function
2207         `string-equal' instead of `string='.
2208
2209 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2210
2211         * mime-edit.el (mime-editor/process-multipart-1): fixed about
2212         condition of next tag inserting.
2213
2214 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2215
2216         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
2217
2218 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2219
2220         * mime-edit.el (mime-editor/insert-partial-header): Comment of
2221         Mime-Version field was modified.
2222
2223         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
2224         line break.
2225
2226         * mime-edit.el (mime-editor/version-name): New constant.
2227
2228         (mime-editor/mime-version-value): Use constant
2229         `mime-editor/version-name'.
2230
2231         (mime-editor/insert-partial-header): Use constant
2232         `mime-editor/version-name'.
2233
2234 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2235
2236         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
2237         line break.
2238         (mime-editor/normalize-body): fixed for a tag without line break.
2239
2240         * mime-edit.el (mime-editor/translate-region): fixed for a part
2241         starting without line break.
2242
2243         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
2244         column.
2245         (mime-editor/quoted-single-part-tag-regexp): New constant.
2246         (mime-editor/enquote-region): New function.
2247         (mime-editor/dequote-region): New function.
2248         (mime-editor/process-multipart-1): Processing for ``quote''
2249         enclosure was added.
2250         (mime-editor/translate-body): Use function
2251         `mime-editor/dequote-region'.
2252
2253         (mime-editor/mime-version-value): Comment was renamed.
2254
2255         * mime-edit.el: Renamed from tm-edit.el