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