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