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