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