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