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