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