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