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