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