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