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