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