updated.
[elisp/semi.git] / ChangeLog
1 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
4         -> `mime-media-type/subtype-regexp'.
5
6 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
7
8         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
9         `mime-token-regexp'.
10
11         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
12
13 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
16         -> `mime-temp-buffer-name'.
17
18 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
19
20         * mime-text.el (mime-decode-text-body): Canonicalize line break
21         code.
22
23 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
24
25         * mailcap.el: New file.
26
27 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * eword-encode.el (eword-field-encoding-method-alist): Add
30         "Message-ID" as ignored.
31
32 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
33
34         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
35         caused by long non-encoded-word element. (cf. [tm-en:1356])
36
37 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
38
39         * mime-view.el: `mime-preview/display-message/partial' ->
40         `mime-view-insert-message/partial-button'.
41
42         * mime-view.el (mime-preview/display-message/partial): Use
43         `mime-add-button' again.
44
45 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
46
47         * eword-encode.el: `tm-eword::lc-words-to-words' ->
48         `eword-encode-charset-words-to-words'.
49
50         * eword-encode.el (tm-eword::lc-words-to-words): New
51         implementation; function `tm-eword::parse-word' was abolished.
52
53 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
54
55         * eword-encode.el: `tm-eword::split-to-lc-words' ->
56         `eword-encode-divide-into-charset-words'.
57
58         * eword-encode.el: Function `tm-eword::parse-lc-word' was
59         abolished.
60         (tm-eword::split-to-lc-words): New implementation.
61
62 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
63
64         * eword-encode.el: `tm-eword::char-type' ->
65         `eword-encode-char-type'.
66
67         * eword-encode.el: `tm-eword::encode-encoded-text' ->
68         `eword-encode-text'
69
70         * mime-view.el (mime-view-insert-entity-button,
71         mime-preview/display-message/partial): Use `mime-insert-button'.
72         
73         (mime-view-setup-buffers): Enclose codes to display preview-buffer
74         by `(let ((inhibit-read-only t)) ...)'.
75
76         * mime-def.el (mime-insert-button): New inline function.
77
78         * mime-def.el (mime-add-button): Argument `func' was renamed to
79         `function'; Use overlay for `mime-button-mouse-face'.
80
81 \f
82 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
83
84         * SEMI: Version 0.92 was released.
85
86         * mime-view.el, mime-play.el, mime-partial.el:
87         `mime-article/decode-' -> `mime-display-'.
88
89         * mime-play.el (mime-display-caesar): fixed.
90
91 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * eword-decode.el (eword-decode-structured-field-body): fixed.
94
95 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * eword-decode.el (eword-lexical-analyze-cache): New variable.
98         (eword-lexical-analyze-cache-max): New variable.
99         (eword-analyze-quoted-string): New function.
100         (eword-analyze-comment): New function.
101         (eword-analyze-encoded-word): New function.
102         (eword-lexical-analyze-internal): New function.
103         (eword-lexical-analyze): New function.
104         (eword-decode-structured-field-body): New function.
105         (eword-decode-unstructured-field-body): New function.
106         (eword-extract-address-components): New function.
107
108 1997-06-11  Steven L Baur     <steve@xemacs.org>
109
110         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
111         tm-eword::encode-rwl): Clean up Ebola
112         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
113
114 \f
115 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * SEMI: Version 0.91 was released.
118
119 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * mime-view.el (mime-view-define-keymap): fixed problem about
122         [tab], [delete] and [backspace] keys.
123
124 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
127         by `as-binary-process'.
128
129 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
130
131         * mime-view.el (mime-acting-condition): Add image/png
132         mime type. (cf.[tm-en:1334])
133
134         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
135
136         * mime-edit.el (mime-file-types): Add png handling.
137         (mime-content-types): Ditto. (cf.[tm-en:1334])
138
139 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * mime-view.el (mime-view-define-keymap): Doesn't bind
142         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
143
144 \f
145 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * SEMI: Version 0.88 was released.
148
149 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * Makefile (tar): New implementation.
152
153 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
154
155         * SEMI-MK (config-semi): fixed.
156
157         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
158
159 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * README.en: Add `LISPDIR'.
162
163         * Makefile (LISPDIR): New variable.
164
165         * SEMI-CFG: Setting for load-path is modified.
166
167 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
168
169         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
170         mime-view.el: `mime/content-decoding-condition' ->
171         `mime-acting-condition'.
172
173 \f
174 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * SEMI: Version 0.87 was released.
177
178 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
181         `mime-view-uuencode-encoding-name-list'.
182
183 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
184
185         * mime-edit.el: Use "text/x-rot13-47-48" instead of
186         "text/x-rot13-47".
187
188         * mime-view.el (mime/content-decoding-condition): Add
189         "text/x-rot13-47-48".
190
191 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
192
193         * mime-edit.el (mime-edit-normalize-body): Use
194         `mule-caesar-region' instead of `caesar-region'.
195
196         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
197         instead of `caesar-region'.
198
199         * mime-def.el: Add autoload for mule-caesar.el.
200
201         * mime-def.el: Function caesar-region was abolished.
202
203 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
204
205         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
206         `caesar-region'.
207
208 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
209
210         * mime-view.el (mime-view-define-keymap): Use
211         `set-keymap-default-binding' for XEmacs.
212
213 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * mime-play.el (mime-display-caesar): Don't use
216         `buffer-substring'.
217
218         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
219         `view-mode-enter'.
220
221 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
222
223         * mime-play.el: Don't require `view'.
224         
225         Constant `mime-view-text/plain-mode-map' was abolished.
226
227         Function `mime-view-text/plain-mode' and
228         `mime-view-text/plain-exit' were abolished.
229
230         (mime-display-caesar): Use `view-mode-enter mother' instead of
231         `mime-view-text/plain-mode'.
232
233 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
234
235         * mime-play.el, mime-view.el (mime/content-decoding-condition):
236         `mime-article/decode-caesar' -> `mime-display-caesar'.
237
238 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
239
240         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
241
242 \f
243 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
244
245         * SEMI: Version 0.83 was released.
246
247 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
248
249         * mime-def.el: Overlay is required by emu.
250
251 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * mime-image.el, mime-view.el, mime-text.el:
254         `mime-preview/filter-' -> `mime-view-filter-'.
255
256         * mime-view.el: `mime-preview/get-original-major-mode' ->
257         `mime-view-get-original-major-mode'.
258
259 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
260
261         * mime-view.el (mime-view-mode): Hide mime-echo window.
262
263         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
264         mime-play.el.
265
266         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
267         mime-view.el.
268
269         * mime-play.el (mime-hide-echo-buffer): New inline function.
270
271         * mime-play.el (mime-echo-window-height): New variable.
272
273 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
274
275         * mime-edit.el (mime-edit-content-end): Abolish unused local
276         variable `beg'.
277
278 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * mime-view.el (mime-view-follow-current-entity): Abolish unused
281         local variable `rc'.
282
283 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
284
285         * eword-encode.el (eword-encode-field): Intern down-cased
286         field-name and use `memq' instead of `member' to detect a field is
287         address-list or not.
288
289 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
290
291         * mime-pgp.el (mime-article/check-pgp-signature): Use
292         `insert-buffer-substring'.
293
294 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
295
296         * mime-pgp.el (mime-article/check-pgp-signature):
297         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
298
299         * mime-play.el: `mime-article/show-output-buffer' ->
300         `mime-show-echo-buffer'.
301
302         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
303         `mime-echo-window-is-shared-with-bbdb'.
304
305 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
306
307         * mime-play.el: Variable
308         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
309         mime-def.el.
310
311         * mime-def.el: Variable
312         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
313         mime-play.el.
314
315 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
318         `mime-echo-buffer-name'.
319
320         * mime-play.el: `mime/output-buffer-name' ->
321         `mime-echo-buffer-name'.
322
323         * mime-pgp.el (mime-article/check-pgp-signature):
324         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
325
326         * mime-def.el (mime-echo-buffer-name): Renamed from
327         `mime/output-buffer-name'.
328
329 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * mime-edit.el (mime-edit-content-end): Abolish unused local
332         variable `top'.
333
334         * mime-view.el: Function `mime-view-make-preview-buffer' was
335         abolished.
336
337         * mime-view.el: `mime-view-setup-buffer' ->
338         `mime-view-setup-buffers'.
339
340 \f
341 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
342
343         * MU: Version 0.40.2 was released.
344         * SEMI: Version 0.75 was released.
345
346 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
347
348         * mime-edit.el (mime-edit-translate-single-part-tag): Add
349         DOC-string.
350
351 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
352
353         * mime-view.el: `mime::preview/original-major-mode' ->
354         `mime-view-original-major-mode'.
355
356 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
359         `mime-mother-buffer'.
360
361 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
362
363         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
364         `mime::preview/article-buffer' -> `mime-raw-buffer'.
365
366 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
367
368         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
369         mime-view.el: `mime::article/preview-buffer' ->
370         `mime-view-buffer'.
371
372 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * mime-view.el: Structure `mime::preview-content-info' was
375         abolished.
376
377         (mime-view-setup-buffer): Return only
378         `mime::article/preview-buffer'.
379
380         (mime-view-make-preview-buffer): Don't generate
381         preview-content-list; Return only `mime::article/preview-buffer'.
382
383         (mime-view-display-entity): Don't create
384         `mime::preview-content-info'.
385
386         (mime-view-mode): Don't set for `mime::preview/content-list'.
387
388 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
389
390         * mime-partial.el (mime-combine-message/partials-automatically):
391         Don't use preview-content-list.
392
393 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
394
395         * semi-setup.el: Don't require mime-partial; It is autoloaded.
396
397         * mime-partial.el: `mime-article/grab-message/partials' ->
398         `mime-combine-message/partials-automatically'.
399
400         * mime-partial.el: `mime-partial/preview-article' ->
401         `mime-view-partial-message'.
402
403         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
404         `mime-view-partial-message-method-alist'.
405
406         * mime-play.el
407         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
408         preview-content-list.
409
410         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
411         -> `mime-show-message-mode'.
412
413         * mime-pgp.el (mime-article/view-application/pgp):
414         `mime/show-message-mode' -> `mime-show-message-mode'.
415
416         * mime-view.el (mime-view-follow-current-entity): New
417         implementation.
418
419 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
420
421         * mime-view.el: `mime-view-follow-content' ->
422         `mime-view-follow-current-entity'.
423
424         * mime-view.el (mime-view-mode): Don't use preview-content-list to
425         move to initial point.
426
427         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
428         abolished.
429
430         * mime-view.el: Function `mime-preview/point-pcinfo' was
431         abolished.
432
433         * mime-view.el: Function `mime-preview/point-content-number' was
434         abolished.
435
436         * mime-play.el (mime-view-play-current-entity): New
437         implementation.
438
439 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
440
441         * mime-view.el (mime-view-quit): Use variable
442         `mime::preview/original-major-mode'.
443
444         * mime-view.el (mime-view-show-summary): Use variable
445         `mime::preview/original-major-mode'.
446
447         * mime-view.el (mime-view-scroll-down-entity): New implementation.
448
449         * mime-view.el (mime-view-scroll-up-entity): New implementation.
450
451 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
452
453         * mime-view.el: `mime-view-scroll-down-content' ->
454         `mime-view-scroll-down-entity'.
455
456         * mime-view.el: `mime-view-scroll-up-content' ->
457         `mime-view-scroll-up-entity'.
458
459         * mime-view.el (mime-view-move-to-next): New implementation.
460
461 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
462
463         * mime-view.el: `mime-view-next-content' ->
464         `mime-view-move-to-next'.
465
466         * mime-view.el (mime-view-move-to-previous): New implementation.
467
468         * mime-view.el: `mime-view-previous-content' ->
469         `mime-view-move-to-previous'.
470
471         * mime-view.el: `mime-view-up-content' ->
472         `mime-view-move-to-upper'.
473
474 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
475
476         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
477         `mime-show-message-mode'.
478
479         * mime-view.el (mime-view-up-content): New implementation.
480
481         * mime-view.el: `mime-preview/display-content' ->
482         `mime-view-display-entity'.
483
484         * mime-view.el (mime-preview/display-content): Put
485         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
486
487         * mime-view.el: Variable `mime-view-visible-field-regexp' was
488         abolished.
489
490         * mime-view.el: `mime-preview/cut-header' ->
491         `mime-view-cut-header'.
492
493         * mime-view.el (mime-view-entity-separator-function): New
494         implementation.
495
496         * mime-view.el: `mime-preview/default-content-separator' ->
497         `mime-view-entity-separator-function'.
498
499 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
500
501         * mime-view.el (mime-view-header-visible-p): Abolish optional
502         argument `ctype'.
503
504         * mime-view.el (mime-view-entity-button-function): New
505         implementation.
506
507         * mime-view.el: Variable
508         `mime-view-content-button-ignored-ctype-list' was abolished.
509
510         * mime-view.el: `mime-preview/default-content-button-function' ->
511         `mime-view-entity-button-function'.
512
513         * mime-view.el: Variable `mime-preview/content-button-function'
514         was abolished.
515
516         * mime-def.el (mime-add-button): New implementation.
517
518         * mime-view.el (mime-view-insert-entity-button): modified.
519
520         * mime-view.el: `mime-preview/insert-content-button' ->
521         `mime-view-insert-entity-button'.
522
523         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
524         is optional argument `ctype' is not nil.
525
526 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * mime-view.el: `mime-print-entity' ->
529         `mime-view-print-current-entity'.
530
531         * mime-view.el: `mime-extract-entity' ->
532         `mime-view-extract-current-entity'.
533
534         * mime-play.el, mime-view.el: `mime-play-entity' ->
535         `mime-view-play-current-entity'.
536
537         * mime-view.el (mime-play-entity, mime-extract-entity,
538         mime-print-entity): Add DOC-string.
539
540         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
541
542         * mime-view.el: `mime-view-extract-content' ->
543         `mime-extract-entity'.
544
545         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
546
547         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
548         mime-view.el.
549
550         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
551         mime-play.el.
552
553 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
554
555         * mime-view.el: Use `mime-play-entity' instead of
556         `mime-view-play-content'.
557
558 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
559
560         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
561         `mime-play-entity'.
562
563         * mime-view.el (mime-view-play-content, mime-view-extract-content,
564         mime-view-print-content): Modify to use optional argument `mode'.
565
566 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
567
568         * mime-play.el (mime-preview/decode-content,
569         mime-article/decode-content): Add new optional argument `mode'.
570
571 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
574         `mime-text-decode-buffer-maybe'.
575
576         * mime-text.el: `mime-preview/decode-text-buffer' ->
577         `mime-decode-text-body'.
578
579         * mime-view.el (mime-view-visible-media-type-list): Add
580         "text/rfc822-headers".
581
582 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
583
584         * mime-image.el, mime-view.el:
585         `mime-view-default-showing-Content-Type-list' ->
586         `mime-view-visible-media-type-list'.
587
588 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
589
590         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
591
592         * mime-pgp.el (mime-article/view-application/pgp):
593         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
594
595         * mime-text.el: `mime-charset/decode-buffer' ->
596         `mime-text-decode-buffer'.
597
598 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
599
600         * mime-pgp.el (mime-article/view-application/pgp):
601         `mime-raw::text-decoder' -> `mime-text-decoder'.
602
603         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
604
605 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
606
607         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
608         mime-view.el.
609
610         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
611         mime-text.el.
612
613 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
614
615         * mime-pgp.el (mime-article/view-application/pgp): Use
616         `insert-buffer-substring'.
617
618 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
619
620         * mime-pgp.el (mime-article/view-application/pgp):
621         `mime::article/code-converter' -> `mime-raw::text-decoder'.
622
623         * mime-play.el (mime-article/view-message/rfc822):
624         `mime::article/code-converter' -> `mime-raw::text-decoder'.
625
626         * mime-text.el (mime-preview/decode-text-buffer):
627         `mime::article/code-converter' -> `mime-raw::text-decoder'.
628
629         * mime-view.el: `mime::article/code-converter' ->
630         `mime-raw::text-decoder'.
631
632 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
633
634         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
635         variables `charset' and `mime::article/preview-buffer'.
636
637         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
638         variable `mode'.
639
640 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
641
642         * mime-image.el (mime-preview/filter-for-image): Abolish unused
643         local variable `charset'.
644
645         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
646         local variable `status'.
647
648         * mime-pgp.el: (mime-article/view-application/pgp,
649         mime-article/add-pgp-keys): Abolish unused local variable
650         `cur-buf'.
651
652         * mime-image.el (mime-preview/filter-for-image,
653         mime-preview/filter-for-application/postscript): Abolish unused
654         local variable `mode'.
655
656 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
657
658         * mime-text.el
659         (mime-preview/filter-for-text/richtext,
660         mime-preview/filter-for-text/enriched): Abolish unused local
661         variable `mode'.
662
663         * mime-text.el (mime-preview/decode-text-buffer): New
664         implementation.
665
666         * mime-view.el (mime-view-follow-content): Abolish unused
667         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
668         and `hb'.
669
670         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
671         `multipart'.
672
673         * mime-file.el (mime-article/extract-file): Abolish unused local
674         variable `the-buf'.
675
676         * mime-tar.el: Quote *autoconv*.
677
678 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
679
680         * mime-partial.el (mime-article/grab-message/partials): Unused
681         local variable `mother' was abolished.
682
683         * mime-play.el (mime-article/decode-caesar): Unused local variable
684         `cur-buf' was abolished.
685
686         * mime-play.el (mime-article/decode-message/external-ftp): Unused
687         local variable `access-type' was abolished; Comment out `mode'.
688
689         * mime-play.el (mime-article/view-message/rfc822): Unused local
690         variable `cur-buf' was abolished.
691
692         * mime-text.el (mime-preview/filter-for-text/richtext,
693         mime-preview/filter-for-text/enriched): Unused local variable `m'
694         was abolished.
695
696         * mime-parse.el (mime-parse-multipart):
697         Unused local variable `ct' was abolished.
698
699         * eword-encode.el: Require eword-decode.
700
701         * mime-image.el (mime-preview/filter-for-application/postscript):
702         Unused local variable `m' was abolished.
703
704 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
705
706         * mime-pgp.el: (mime-article/view-application/pgp):
707         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
708
709         * mime-pgp.el (mime-pgp-command): New variable.
710
711         (mime::article/call-pgp-to-check-signature): Use variable
712         `mime-pgp-command'. (cf. [tm-en:1259])
713
714 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
715
716         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
717         (cf. [tm-en:1259])
718
719 \f
720 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
721
722         * emu: Version 7.40.1 was released.
723         * APEL: Version 3.2 was released.
724         * bitmap-mule: Version 7.17 was released.
725         * MU: Version 0.40.1 was released.
726         * MEL: Version 6.3 was released.
727         * SEMI: Version 0.72 was released.
728
729 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
732
733 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
734
735         * mail-mime-setup.el: New module.
736
737         * mime-setup.el: Only loads MUA specific setup files.
738
739         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
740         moved from mime-setup.el.
741
742         * semi-setup.el: Setting for gnus-mime was moved to
743         gnus-mime/gnus-mime-setup.el.
744
745         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
746
747         * Makefile: modified for SEMI package.
748
749 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
750
751         * SEMI-MK: Don't compile and install other packages.
752
753 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
754
755         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
756         `add-minor-mode'.
757
758         * mime-image.el (mime-preview/filter-for-image): Don't use
759         `assoc-value'.
760
761 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
764         were abolished; Use `mime-edit-mode-map' directly.
765
766         Use "C-c C-m" for enclosure commands.
767
768         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
769         for `mime-edit-set-encrypt'.
770
771 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
772
773         * semi-setup.el: Require file-detect.
774
775 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * SEMI-CFG: Delete variables about other packages.
778
779 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
780
781         * mime-def.el: Variable `mime-temp-directory' was moved to
782         mel/mel.el.
783
784 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
785
786         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
787
788         * mime-view.el (mime/content-decoding-condition): Set up for
789         `mime-article/decode-message/external-ftp'.
790
791         * semi-setup.el: tm-latex.el was abolished.
792
793         * semi-setup.el: tm-ftp is merged to mime-play.el.
794
795         * mime-play.el (mime-article/dired-function): New variable; copied
796         from tm-ftp.el.
797
798         (mime-article/dired-function-for-one-frame,
799         mime-article/decode-message/external-ftp): New function; copied
800         from tm-ftp.el.
801
802 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
803
804         * mime-partial.el (mime-article/grab-message/partials): Don't use
805         `assoc-value'.
806
807 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
808
809         * mime-play.el: Require filename.
810
811 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
814
815         * mime-setup.el: Use `turn-on-mime-edit' instead of
816         `mime-edit-mode'.
817
818         * mime-edit.el (mime-edit-decode-buffer): Renamed from
819         `mime-editor::edit-again'; optional argument `code-conversion' was
820         changed to `not-decode-text' (behavior was reversed).
821         (mime-edit-again): modified for `mime-edit-decode-buffer'.
822
823         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
824         variable.
825
826         * mime-edit.el (mime-edit-again): optional argument
827         `code-conversion' was changed to `not-decode-text' (behavior was
828         reversed); optional argument `no-mode' was renamed to
829         `not-turn-on'; `mail-header-separator' was replaced to null line
830         before converting.
831
832 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
833
834         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
835         `mime-edit-toggle-mode' -> `mime-edit-mode'.
836         
837         Alias `mime-mode' was abolished.
838
839 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
840
841         * eword-encode.el (eword-encode-header): fixed.
842
843         * mime-edit.el: Comments was modified.
844         (mime-edit-mode): DOC-string was modified.
845
846         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
847         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
848         was abolished.
849
850         * mime-edit.el: `mime-edit-minor-mime-map' ->
851         `mime-edit-mode-map'.
852
853         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
854
855         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
856
857 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
858
859         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
860
861 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
862
863         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
864
865 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
866
867         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
868
869 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mime-def.el (mime-temp-directory): Refer environment variable
872         "MIME_TMP_DIR" as default value.
873
874 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
875
876         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
877         were abolished.
878
879         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
880         (mime-article/check-pgp-signature), mime-partial.el
881         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
882         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
883         was renamed to `mime-temp-directory'.
884
885         * mime-edit.el: `mime/edit-again' was renamed to
886         `mime-edit-again'.
887
888 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
889
890         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
891         renamed to `mime-temp-message-mode'.
892
893         * mime-edit.el: Draft preview feature was abolished.
894
895         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
896
897         Buffer local variable `mime/editing-buffer' was renamed to
898         `mime-edit-buffer'.
899
900         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
901         (mime-edit-x-emacs-value): New variable.
902         (mime-edit-translate-body): Insert X-Emacs field if variable
903         `mime-edit-insert-x-emacs-field' is not nil.
904
905 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
906
907         * mime-view.el (mime-preview/insert-content-button): Don't use
908         function `assoc-value'.
909
910 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
913
914 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
915
916         * SEMI-MK: compile and install emu and apel.
917
918 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
919
920         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
921
922         * mime-bbdb.el: Renamed from tm-bbdb.el.
923
924         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
925         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
926         (load-path): Add "../apel" instead of "../tl".
927
928         * SEMI-ELS: alist.el was moved to ../apel/.
929
930 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
931
932         * mime-parse.el: Require emu; Function `char-list-to-string' was
933         abolished.
934
935         * mime-edit.el: Require emu; definitions about visible/invisible
936         were abolished.
937
938 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
939
940         * eword-encode.el: Require emu; function
941         `find-non-ascii-charset-string' and
942         `find-non-ascii-charset-region' were abolished.
943
944         * mime-def.el: Require atype; functions about atype were
945         abolished.
946
947 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
948
949         * mime-def.el: Require emu; Variable `running-xemacs' was
950         abolished; Macro `defun-maybe' was abolished; Function `functionp'
951         was abolished; Variable `charsets-mime-charset-alist',
952         `default-mime-charset' and `mime-charset-coding-system-alist' were
953         abolished; Function `mime-charset-to-coding-system',
954         `charsets-to-mime-charset', `detect-mime-charset-region',
955         `encode-mime-charset-region', `decode-mime-charset-region',
956         `encode-mime-charset-string' and `decode-mime-charset-string' were
957         abolished.
958
959 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
960
961         * mime-def.el (charsets-to-mime-charset): New function; copied
962         from emu.el.
963
964         * eword-encode.el: Use `char-bytes' instead of `char-length'.
965
966         * mime-def.el (eliminate-top-spaces): New inline-function; copied
967         from tl-str.el.
968
969         * mime-edit.el: Fixed about definition of visible/invisible
970         functions for XEmacs.
971
972 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
973
974         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
975         copied from emu-19.el.
976         (invisible-region, invisible-p, next-visible-point): New function;
977         copied from emu-19.el and emu-xemacs.el.
978         (visible-region): New function; copied from emu-19.el.
979                 
980         * mime-edit.el (mime-edit-make-boundary): New function.
981         (mime-edit-translate-body, mime-edit-translate-region): Use
982         `mime-edit-make-boundary'.
983         
984         * mime-edit.el (replace-space-with-underline): New inline
985         function; copied from tl-str.el.
986         
987 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
988
989         * eword-encode.el (find-non-ascii-charset-region): New
990         inline-function; copied from emu-e20.el.
991
992 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
993
994         * mime-def.el: Require cl.
995
996         * mime-view.el (mouse-button-2): New variable; copied from
997         emu-19.el and emu-xemacs.el.
998
999         * mime-def.el (defun-maybe): New macro; copied from emu.el.
1000         (functionp): New function; copied from emu.el.
1001
1002 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1003
1004         * mime-play.el: Supports only Emacs/mule API.
1005
1006         * mime-def.el (field-unify): Fixed.
1007
1008         * semi-setup.el: Don't require mime-play.
1009
1010         * mime-def.el: Function `put-fields' were abolished.
1011
1012         * mime-def.el: atype functions were moved from mime-play.el.
1013
1014         * mime-play.el: atype functions were moved to mime-def.el.
1015
1016 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1017
1018         * mime-def.el (call-after-loaded): New function; moved from
1019         semi-setup.el.
1020
1021         * semi-setup.el: Function `call-after-loaded' was moved to
1022         mime-def.el; require mime-def.
1023
1024 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1025
1026         * semi-setup.el: require mime-play instead of mime-view when
1027         compiling.
1028
1029 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1030
1031         * SEMI-MK: BINS were abolished.
1032
1033         * SEMI-CFG: require cl.
1034
1035         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
1036
1037 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1038
1039         * SEMI-MK: Renamed from TM-MK.
1040
1041         * SEMI-CFG: Don't require tl-misc.
1042
1043         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
1044
1045 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1046
1047         * mime-play.el (field-unify): Fixed.
1048
1049 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1050
1051         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
1052         Require alist.
1053
1054         * alist.el: New module; separated from tl-list.el.
1055
1056         * mime-play.el: Function `put-alist' and `del-alist' were moved to
1057         alist.el.
1058
1059         * mime-play.el (mime-article/coding-system-alist): Use
1060         `no-conversion' instead of *noconv*.
1061
1062 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1063
1064         * mime-parse.el (char-list-to-string): New inline-function; copied
1065         from emu-19.el.
1066
1067 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1068
1069         * mime-parse.el (symbol-concat): New inline-function; copied from
1070         tl-str.el.
1071
1072         * semi-setup.el: require 'mime-view when compiling.
1073
1074         * mime-parse.el (regexp-*): New inline-function; copied from
1075         tl-str.el.
1076
1077 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1078
1079         * semi-setup.el (running-xemacs): New variable.
1080
1081 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1082
1083         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
1084
1085         * mime-def.el: fixed DOC string.
1086
1087 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1088
1089         * eword-decode.el: Don't require emu.
1090
1091         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
1092         mime-charset-coding-system-alist): New variable; copied from
1093         emu-e20.el.
1094         (mime-charset-to-coding-system, detect-mime-charset-region,
1095         encode-mime-charset-region, decode-mime-charset-region,
1096         encode-mime-charset-string, decode-mime-charset-string): New
1097         function; copied from emu-e20.el.
1098
1099         * eword-encode.el (find-non-ascii-charset-string): New
1100         inline-function; copied from emu-e20.el.
1101
1102 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1103
1104         * mime-tar.el: Don't require emu.
1105
1106 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1107
1108         * mime-play.el (put-alist, del-alist): New function; copied from
1109         tl-list.el.
1110         (put-fields, field-unifier-for-default, field-unifier-for-mode,
1111         field-unify, assoc-unify, get-unified-alist, delete-atype,
1112         remove-atype, replace-atype, set-atype): New function; copied from
1113         tl-atype.el.  Don't require tl-atype.
1114
1115 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1116
1117         * semi-setup.el (call-after-loaded): New function; imported from
1118         tl-misc.el; Don't require tl-misc.
1119
1120 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1121
1122         * mime-pgp.el: Renamed from tm-pgp.el.
1123
1124 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1125
1126         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
1127         mime-mc.el.
1128
1129         * mime-mc.el: Renamed from tm-edit-mc.el.
1130
1131 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1132
1133         * mime-text.el: `tm:mother-button-dispatcher' ->
1134         `mime-button-mother-dispatcher'.
1135         
1136         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
1137         mime-view.el, mime-tar.el (mime-tar-set-properties):
1138         `tm:add-button' -> `mime-add-button'.
1139         
1140         * mime-file.el: Renamed from tm-file.el.
1141
1142 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1143
1144         * eword-decode.el: Must require emu.
1145
1146         * eword-decode.el (eword-decode-region): Unused local variable
1147         `charset', `encoding' and `text'.
1148
1149 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1150
1151         * eword-decode.el (eword-decode-encoded-word): Use
1152         `add-text-properties' directly.
1153
1154 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1155
1156         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
1157
1158         * mime-def.el (running-xemacs): New variable; if it is not nil,
1159         require overlay.
1160
1161         * mime-def.el (regexp-or): New function.
1162
1163 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1164
1165         * mime-tar.el: Renamed from tm-tar.el.
1166
1167         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
1168         -> `mime-button-dispatcher'.
1169
1170         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
1171
1172         * mime-def.el: `tm:mother-button-dispatcher' ->
1173         `mime-button-mother-dispatcher'.
1174
1175         * mime-def.el: `semi-data' -> `mime-button-data'.
1176
1177         * mime-def.el: `semi-callback' -> `mime-button-callback'.
1178
1179         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
1180
1181         * mime-def.el: `tm:button-face' -> `mime-button-face'.
1182
1183         * mime-def.el (tm:add-button, tm:button-dispatcher):
1184         `mime-callback' was renamed to `semi-callback'; `mime-data' was
1185         renamed to `semi-data'.
1186
1187 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1188
1189         * mime-def.el (tm:add-button): Use `make-overlay' directly.
1190
1191         * mime-def.el (tm:add-button): Use `overlay-put' directly.
1192
1193 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1194
1195         * mime-text.el: `tm:browse-url' was renamed to
1196         `mime-text-browse-url'.
1197
1198         * mime-text.el: Require browse-url.
1199
1200         * mime-text.el: `tm:URL-regexp' was renamed to
1201         `mime-text-url-regexp'.
1202
1203         * mime-text.el: Variable `tm:URL-regexp',
1204         `browse-url-browser-function' and function `tm:browse-url' were
1205         moved from mime-def.el.
1206
1207         * mime-def.el: Variable `tm:URL-regexp',
1208         `browse-url-browser-function' and function `tm:browse-url' were
1209         moved to mime-text.el.
1210
1211         * eword-decode.el: Variable `tm:warning-face' was renamed to
1212         `eword-warning-face'.
1213
1214         * eword-decode.el: Variable `tm:warning-face' was moved from
1215         mime-def.el.
1216
1217         * mime-def.el: Variable `tm:warning-face' was moved to
1218         eword-decode.el.
1219
1220         * mime-def.el: Function `tm:set-face-region' was abolished.
1221
1222         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
1223         `mime-make-charset-default-encoding-alist'.
1224
1225         * mime-edit.el: `mime-edit-transfer-level' ->
1226         `mime-transfer-level'.
1227
1228         * mime-edit.el: Function `mime/encoding-name' was renamed to
1229         `mime-encoding-name'.
1230
1231         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
1232         was abolished.
1233
1234         * mime-edit.el: Function `mime/encoding-name' was moved from
1235         mime-def.el.
1236
1237         * mime-def.el: Function `mime/encoding-name' was moved to
1238         mime-edit.el.
1239
1240 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1241
1242         * mime-edit.el: Variable `mime-charset-type-list' was moved from
1243         mime-def.el.
1244
1245         * mime-def.el: Variable `mime-charset-type-list' was moved to
1246         mime-edit.el.
1247
1248 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1249
1250         * eword-encode.el (eword-encode-header): fixed typo.
1251
1252 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1253
1254         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
1255         mime-editor::edit-again): Don't use `assoc-value'; Don't require
1256         tl-list.
1257
1258 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1259
1260         * mime-play.el: require tl-atype.
1261
1262         * mime-view.el: Don't require tl-atype.
1263
1264 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1265
1266         * mime-view.el: Don't require tl-misc.
1267
1268 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1269
1270         * eword-encode.el (eword-encode-header): Use function `assoc-if'
1271         instead of `ASSOC'; require cl instead of tl-list.
1272
1273         * mime-parse.el (define-structure): New macro; Don't require
1274         tl-misc.el.
1275
1276         * mime-view.el (mime-preview/insert-content-button): Don't use
1277         function `assoc-value'.
1278
1279         * mime-view.el: Require cl instead of tl-list.
1280
1281         * mime-view.el: Don't require tl-str.el.
1282
1283 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1284
1285         * mime-parse.el (define-structure): New macro; Don't require
1286         tl-misc.el.
1287
1288         * mime-view.el (mime-preview/insert-content-button): Don't use
1289         function `assoc-value'.
1290
1291         * mime-view.el: Require cl instead of tl-list.
1292
1293         * mime-view.el: Don't require tl-str.el.
1294
1295 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1296
1297         * eword-decode.el: Constant
1298         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
1299
1300         * eword-decode.el (quoted-printable-hex-chars,
1301         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1302         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
1303         from mime-def.el.
1304         
1305         * mime-def.el (quoted-printable-hex-chars,
1306         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1307         eword-Q-encoding-and-encoded-text-regexp): Moved to
1308         eword-decode.el.
1309         
1310         * eword-decode.el (base64-token-regexp,
1311         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
1312         constant; moved from mime-def.el.
1313         
1314         * mime-def.el: Constant `base64-token-regexp',
1315         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
1316         were moved to eword-decode.el.
1317         
1318         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
1319         was abolished.
1320
1321 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1322
1323         * eword-decode.el: Don't require emu.
1324
1325         * eword-decode.el: Don't require tl-str.el.
1326
1327         * mime-def.el (get-version-string): New inline-function; imported
1328         from tl-str.el.
1329
1330 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1331
1332         * mime-setup.el: Function `mime/encode-message-header' was renamed
1333         to `eword-encode-header'.
1334
1335         * mime-edit.el, eword-encode.el: Function
1336         `eword-encode-message-header' was renamed to
1337         `eword-encode-header'.
1338
1339 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1340
1341         * eword-decode.el (eword-decode-header): New optional argument
1342         `SEPARATOR'; Use function `std11-narrow-to-header'.
1343
1344         * mime-view.el, mime-setup.el, eword-decode.el: Function
1345         `eword-decode-message-header' was renamed to
1346         `eword-decode-header'.
1347
1348 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1349
1350         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
1351         Function `mime/encode-message-header' was renamed to
1352         `eword-encode-message-header'.
1353
1354 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1355
1356         * mime-view.el: Function `mime-eword/decode-string' was renamed to
1357         `eword-decode-string'.
1358
1359         * mime-def.el: `mime/Q-' -> `eword-Q-'.
1360
1361         * mime-def.el: `mime/B-' -> `eword-B-'.
1362
1363 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1364
1365         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
1366         `mime-charset-regexp'.
1367
1368         * mime-def.el: Constant `mime/charset-regexp' was renamed to
1369         `mime-charset-regexp'.
1370
1371 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1372
1373         * mime-view.el: Function `mime/decode-message-header' was renamed to
1374         `eword-decode-message-header'.
1375
1376         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
1377
1378 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1379
1380         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
1381         Function `mime/decode-message-header' was renamed to
1382         `eword-decode-message-header'.
1383
1384 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1385
1386         * SEMI-CFG: Renamed from TM-CFG.
1387
1388         * SEMI-ELS: Renamed from TM-ELS.
1389
1390         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1391         `eword-in-subject-p'.
1392
1393         * eword-encode.el: `mime/' -> `eword-'.
1394
1395         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1396         variable `mime/use-X-Nsubject'.
1397
1398         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1399         `mime/generate-X-Nsubject'.
1400
1401         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1402         variable `mime/no-encoding-header-fields'.
1403
1404         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1405         from `mime/field-encoding-method-alist'.
1406
1407         * eword-encode.el: Renamed from tm-ew-e.el.
1408         
1409         * eword-decode.el: Renamed from tm-ew-d.el.
1410
1411         * mime-view.el: Don't require tm-def.
1412
1413         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1414
1415         * mime-def.el: Renamed from tm-def.el.
1416
1417 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1418
1419         * SEMI-ELS: Renamed from TM-ELS.
1420
1421 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1424         `eword-in-subject-p'.
1425
1426         * eword-encode.el: `mime/' -> `eword-'.
1427
1428         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1429         variable `mime/use-X-Nsubject'.
1430
1431         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1432         `mime/generate-X-Nsubject'.
1433
1434         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1435         variable `mime/no-encoding-header-fields'.
1436
1437         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1438         from `mime/field-encoding-method-alist'.
1439
1440         * eword-encode.el: Renamed from tm-ew-e.el.
1441         
1442         * eword-decode.el: Renamed from tm-ew-d.el.
1443
1444         * mime-view.el: Don't require tm-def.
1445
1446         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1447
1448 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1449
1450         * mime-def.el: Renamed from tm-def.el.
1451
1452 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1453
1454         * mime-view.el: Don't `suppress-keymap'.
1455
1456 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1457
1458         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
1459
1460         * mime-parse.el: Renamed from tm-parse.el.
1461
1462         * mime-view.el: Key-binding for function
1463         `mime-view-display-x-face' was abolished.
1464
1465 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1466
1467         * mime-setup.el: modified for mime-edit.el.
1468
1469 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1470
1471         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
1472
1473 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1474
1475         * mime-edit.el: based on tm-edit 7.105.
1476
1477         * semi-setup.el: tm-image.el was renamed to mime-image.el.
1478
1479         * mime-image.el: Renamed from tm-image.el.
1480
1481 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1482
1483         * semi-setup.el: Renamed from tm-setup.el.
1484
1485         * mime-setup.el: Setting for GNUS was abolished.
1486
1487         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
1488
1489         * mime-view.el: tm-play.el was renamed to mime-play.el.
1490
1491         * mime-partial.el: Renamed from tm-partial.el.
1492
1493         * mime-play.el: Renamed from tm-play.el.
1494
1495         * mime-view.el: `tm-text' is renamed to `mime-text'.
1496
1497         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
1498         was renamed to `default-keymap-or-function'; optional argument
1499         `default-function' was abolished.
1500
1501         * mime-text.el: `mime-view-code-converter-alist' ->
1502         `mime-text-decoder-alist'.
1503
1504         * mime-text.el: Renamed from tm-text.el.
1505
1506 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1507
1508         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
1509
1510         * mime-view.el: Renamed from tm-view.el.
1511
1512 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1513
1514         * mime-edit.el (mime-file-types): add for patch.
1515
1516         * mime-edit.el: rearrangement.
1517
1518 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1519
1520         * mime-edit.el (mime-editor/normalize-body): Use function
1521         `encode-mime-charset-region' instead of
1522         `mime-charset-encode-region'.
1523
1524 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1525
1526         * mime-edit.el (mime-editor/normalize-body): fixed.
1527
1528         * mime-edit.el (mime-editor/define-charset):
1529         Argument `charset' was changed to
1530         symbol.
1531         (mime-editor/choose-charset): Changed to return symbol.
1532         (mime-editor/normalize-body): charset was changed to symbol.
1533
1534 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1535
1536         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
1537         New function.
1538         (mime-editor/charset-default-encoding-alist): Use function
1539         `mime-editor/make-charset-default-encoding-alist'.
1540         (mime-editor/toggle-transfer-level): Use function
1541         `mime-editor/make-charset-default-encoding-alist'.
1542
1543         * mime-edit.el (mime-editor/choose-charset): Use function
1544         `detect-mime-charset-region' instead of
1545         `mime/find-charset-region'.
1546
1547 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1548
1549         * mime-edit.el (mime/editor-mode): Don't toggle.
1550
1551         (mime-editor/toggle-mode): New function.
1552
1553 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
1554
1555         * mime-edit.el: I think the following is the best way to handle
1556         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
1557         sure if "add-minor-mode" works the same way in earlier versions).
1558         By clicking on the mode line you can turn mime/editor-mode on or
1559         off.
1560
1561 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1562
1563         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
1564         `as-binary-process'.
1565
1566         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
1567         `as-binary-process'.
1568
1569 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1570
1571         * mime-edit.el (mime-editor/split-message-sender-alist): setting
1572         for `mail-mode' was moved to tm-rmail.el.
1573
1574 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1575
1576         * mime-edit.el: Variable
1577         `mime-editor/message-default-sender-alist' was abolished.
1578
1579 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1580
1581         * mime-edit.el: Variable `mime-editor/window-config-alist' was
1582         abolished.
1583
1584 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1585
1586         * mime-edit.el (mime-editor/split-and-send): New implementation.
1587
1588 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1589
1590         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
1591
1592 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1593
1594         * mime-edit.el (mime-editor/define-charset,
1595         mime-editor/set-parameter): Function `mime-set-parameter' was
1596         renamed to `mime-editor/set-parameter'.
1597
1598         * mime-edit.el (mime-set-parameter): New implementation
1599
1600         (mime-editor/translate-single-part-tag): New function.
1601         (mime-editor/translate-region): Use function
1602         `mime-editor/translate-single-part-tag'.
1603
1604 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1605
1606         * mime-edit.el (mime-editor::edit-again): fixed.
1607
1608         * mime-edit.el (mime/edit-again): fixed.
1609
1610         * mime-edit.el (mime-editor::edit-again): modified for new tag
1611         rule.
1612
1613         * mime-edit.el (mime-editor/insert-signature): Use variable
1614         `signature-file-name' instead of `signature'.
1615
1616         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
1617         require begging new-line.
1618
1619         (defconst mime-editor/multipart-end-regexp): Don't require begging
1620         new-line.
1621
1622         (mime-editor/find-inmost): modified for new enclosure tag rule.
1623
1624         (mime-editor/translate-region): modified for new enclosure tag rule.
1625
1626         (mime-editor/enclose-region): modified for new enclosure tag rule.
1627
1628 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1629
1630         * mime-edit.el: Add `(provide 'tm-edit)'.
1631
1632         Do `(run-hooks 'tm-edit-load-hook)' if variable
1633         `mime-edit-load-hook' is not bound.
1634
1635 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
1638         (mime-editor/normalize-body): fixed.
1639
1640 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1641
1642         * mime-edit.el (mime-editor/normalize-body): fixed.
1643
1644         (mime-editor/content-end): Used function `invisible-p' and
1645         `next-visible-point'.
1646
1647 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1648
1649         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
1650         `invisible-region' instead of `mime-flag-region'.
1651         (mime-editor/normalize-body): Use function `visible-region'
1652         instead of `mime-flag-region'.
1653         (mime-editor/content-end): New implementation.
1654
1655 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1656
1657         * mime-edit.el (mime-editor/enquote-region): New command; bound to
1658         `C-c C-x q'.
1659         
1660         (mime-editor/menu-list): New item for function
1661         `mime-editor/enquote-region'.
1662
1663 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1664
1665         * mime-edit.el (mime-editor/process-multipart-1): Use function
1666         `string-equal' instead of `string='.
1667
1668 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1669
1670         * mime-edit.el (mime-editor/process-multipart-1): fixed about
1671         condition of next tag inserting.
1672
1673 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1674
1675         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
1676
1677 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1678
1679         * mime-edit.el (mime-editor/insert-partial-header): Comment of
1680         Mime-Version field was modified.
1681
1682         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
1683         line break.
1684
1685         * mime-edit.el (mime-editor/version-name): New constant.
1686
1687         (mime-editor/mime-version-value): Use constant
1688         `mime-editor/version-name'.
1689
1690         (mime-editor/insert-partial-header): Use constant
1691         `mime-editor/version-name'.
1692
1693 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1694
1695         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
1696         line break.
1697         (mime-editor/normalize-body): fixed for a tag without line break.
1698
1699         * mime-edit.el (mime-editor/translate-region): fixed for a part
1700         starting without line break.
1701
1702         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
1703         column.
1704         (mime-editor/quoted-single-part-tag-regexp): New constant.
1705         (mime-editor/enquote-region): New function.
1706         (mime-editor/dequote-region): New function.
1707         (mime-editor/process-multipart-1): Processing for ``quote''
1708         enclosure was added.
1709         (mime-editor/translate-body): Use function
1710         `mime-editor/dequote-region'.
1711
1712         (mime-editor/mime-version-value): Comment was renamed.
1713
1714         * mime-edit.el: Renamed from tm-edit.el