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