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