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