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