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