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