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