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