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