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