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