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