(emh-version): Update to 1.14.0.
[elisp/emh.git] / ChangeLog
1 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * emh-def.el: New file.
4
5         * emh.el (mh-display-msg): Use `raw-text-insert-file-contents'
6         instead of `insert-file-contents-as-raw-text'; use
7         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
8         (emh-request-partial-message): Use `raw-text-insert-file-contents'
9         instead of `insert-file-contents-as-raw-text'.
10
11         * emh-face.el: Require `emh-def' and `std11'.
12
13         * emh-comp.el: Require `emh-def'.
14         (emh-edit-again): Use `binary-insert-file-contents'; don't use
15         `as-binary-input-file'.
16
17 2000-12-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
18
19         * emh-setup.el (emh-setup-mh-draft-setting): Use
20         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
21
22 2000-05-25  Tanaka Akira      <akr@m17n.org>
23
24         * README.en: Update for CVS via SSH.
25
26 2000-01-10  MORIOKA Tomohiko  <tomo@m17n.org>
27
28         * emh-comp.el (emh-insert-message): Comment out GNUS and Gnus
29         related codes.
30         (emh-yank-cur-msg-with-no-filter): Comment out.
31
32         * emh.el (emh-raw-buffer): New inline function.
33         (mh-display-msg): Use `emh-raw-buffer'.
34         (emh-toggle-decoding-mode): Likewise.
35
36 2000-01-10  MORIOKA Tomohiko  <tomo@m17n.org>
37
38         * emh.el (emh-toggle-decoding-mode): Don't refer
39         `mime-raw-buffer'.
40
41 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
42
43         * Makefile, README.en: Update for the new CVS server.
44
45 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
46
47         * README.en: Update for the recent ML address and ftp site.
48
49 \f
50 1999-11-11  MORIOKA Tomohiko  <tomo@m17n.org>
51
52         * EMH: Version 1.10.1 was released.
53
54 1999-09-13  MORIOKA Tomohiko  <tomo@m17n.org>
55
56         * emh-comp.el (gnus-article-buffer): Deleted.
57         (gnus-article-copy): Deleted.
58         (gnus-original-article-buffer): Deleted.
59         (gnus-copy-article-buffer): Deleted.
60         (emh-message-yank-function): Deleted.
61         (emh-yank-current-message): Deleted.
62
63 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
64
65         * emh-comp.el: Don't require `gnus'.  Bind some variables and
66         function of gnus instead.
67
68 \f
69 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * EMH: Version 1.10.0 was released.
72
73 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * emh-comp.el: Require `gnus' when compiling.
76
77         * README.en (What's EMH?): Modify for SEMI 1.10.0.
78
79         * emh.el: Don't require `mime-text' when compiling.
80         (emh-header-presentation-method): Use `mime-insert-header' instead
81         of `mime-insert-decoded-header'.
82
83 \f
84 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
85
86         * EMH: Version 1.9.0 was released.
87
88 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * README.en (What's EMH?): Modify for APEL 9.3, FLIM 1.10.5 and
91         SEMI 1.9.1.
92
93 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
94
95         * emh-setup.el (emh-setup-mh-draft-setting): Set up buffer local
96         value of `mime-edit-user-agent-value' to add information of EMH.
97
98 \f
99 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * EMH: Version 1.8.2 was released.
102
103         * emh-setup.el (emh-setup-mh-draft-setting): Set up buffer local
104         value of `mail-header-separator' before using
105         `eword-decode-header'.
106
107 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
108
109         * emh-setup.el (emh-setup-mh-draft-setting): Call
110         `eword-decode-header' before `turn-on-mime-edit'.
111
112 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
113
114         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
115
116         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
117         (elc): Likewise.
118
119         * EMH-MK (config-emh): Refer to `VERSION_SPECIFIC_LISPDIR'.
120
121         * EMH-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
122
123 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
124
125         * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding
126         "custom" to load-path.
127
128 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
129
130         * EMH-CFG: Add "custom" to load-path. Use `if' and `progn' instead
131         of `when'.
132
133 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
134
135         * Makefile (XEMACS): New variable.
136         (PACKAGEDIR): New variable.
137         (package): New target.
138         (install-package): New target.
139
140         * EMH-MK (config-emh-package): New function.
141         (compile-emh-package): New function.
142         (install-emh-package): New function.
143
144         * EMH-CFG (PACKAGEDIR): New variable.
145         (EMH_PREFIX): Change to "emh" if it is installed as a XEmacs
146         package.
147
148 \f
149 1998-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * EMH: Version 1.8.1 was released.
152
153         * emh.el (mh-display-msg): Use `mime-display-message' and
154         `mime-open-entity'.
155         - Delete setting for `mime-raw-representation-type-alist'.
156         (mime-insert-decoded-header): Modify for
157         `mime-insert-decoded-header'.
158
159 \f
160 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
161
162         * EMH: Version 1.8.0 was released.
163
164 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * README.en (What's EMH?): Modify for SEMI 1.8.
167
168         * emh.el: Modify for interface change in SEMI 1.8 about automatic
169         message/partial combining.
170
171 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * emh.el (mh-display-msg): Set up `mime-raw-buffer' as unibyte.
174
175 \f
176 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * EMH: Version 1.6.0 was released.
179
180         * README.en (What's EMH?): Modify for SEMI 1.7.
181
182 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * emh.el (emh-header-display): Guard
185         `mime-view-visible-field-list' too.
186
187         * emh.el (emh-header-display): Use `mime-view-ignored-field-list'
188         instead of `mime-view-ignored-field-regexp'.
189
190 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
191
192         * emh.el (mh-display-msg): Use `mime-view-buffer'.
193
194 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
195
196         * emh-comp.el (emh-yank-cur-msg-with-no-filter): Rename
197         `mime-preview-text/plain-hook' to `mime-display-text/plain-hook'.
198
199 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * emh.el: Modify for SEMI 1.7.
202         (emh-display-header-hook): Renamed from
203         `emh-content-header-filter-hook'.
204         (emh-header-presentation-method): New function; setup for
205         `mime-header-presentation-method-alist'; abolish
206         `emh-content-header-filter'.
207
208 \f
209 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
210
211         * EMH: Version 1.5.1 was released.
212
213 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * emh.el (mh-display-msg): Use `insert-file-contents-as-raw-text'.
216
217 \f
218 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * EMH: Version 1.5.0 was released.
221
222         * README.en (What's EMH?): Modify for SEMI 1.5.
223
224         * emh.el: Modify for SEMI 1.5.
225
226 \f
227 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * EMH: Version 1.4.0 was released.
230
231         * README.en (CVS based development): New section.
232
233         * README.en (What's EMH?): Modify for SEMI 1.4.
234         (Documentation): Add RFC 1524; change location of RFC.
235
236 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * emh.el: Use 'mime-add-condition to set up acting-condition.
239
240 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
241
242         * emh.el: Must require 'alist.
243
244 \f
245 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
246
247         * EMH: Version 1.3.0 was released.
248
249 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
250
251         * README.en (What's EMH?): Modify for SEMI 1.3.
252
253         * emh.el (emh-version): Update.
254
255         * emh.el: Use 'ctree-set-calist-strictly instead of 'set-atype to
256         set up for 'mime-acting-condition.
257
258 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * emh-comp.el (emh-edit-again): Use 'set-buffer-multibyte.
261
262 \f
263 1998-04-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
264
265         * EMH: Version 1.2.1 was released.
266
267 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
268
269         * EMH-CFG: Modify for FLIM.
270
271 \f
272 1998-04-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
273
274         * EMH: Version 1.2.0 was released.
275
276         * README.en (What's EMH?): Modify for SEMI 1.2.
277
278 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * emh-comp.el (emh-yank-cur-msg-with-no-filter): Rename
281         'mime-view-plain-text-preview-hook ->
282         'mime-preview-text/plain-hook.
283
284 \f
285 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
286
287         * EMH: Version 1.1.3 was released.
288
289 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
290
291         * emh.el: Require 'mime-text when compiling.
292
293 \f
294 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
295
296         * EMH: Version 1.1.2 was released.
297
298 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * emh.el (mime-text-decoder-alist): Use `mime-text-decode-buffer'
301         directly; abolish `emh-text-decode-buffer'.
302
303 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * emh.el: Fixed setting for `mime-acting-condition'.
306
307 \f
308 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * EMH: Version 1.1.1 was released.
311
312         * README.en (What's EMH?): Add description about SEMI 1.1.0.
313
314 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
315
316         * emh.el: Abolish `emh-RCS-ID'.
317
318 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
319
320         * emh.el: Add setting for `mime-raw-buffer-coding-system-alist'.
321
322 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
323
324         * emh.el: Rename `mime-view-quitting-method-alist' ->
325         `mime-preview-quitting-method-alist'.
326
327         * emh.el: Rename `mime-view-buffer' -> `mime-preview-buffer'.
328
329         * emh.el: Rename `mime-combine-message/partials-automatically' ->
330         `mime-method-to-combine-message/partial-pieces'.
331
332         * emh.el: Add code to check latest SEMI.
333
334         * emh.el (mime-acting-condition): Separate type and subtype.
335
336 \f
337 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
338
339         * EMH: Version 1.1 was released.
340
341         * README.en (Bug reports): Modify for EMH.
342
343 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * emh.el (emh-content-header-filter): Use code-conversion feature
346         of `eword-decode-header' instead of `emh-text-decode-buffer'.
347
348 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
349
350         * emh.el (emh-quitting-method): Use `mime-maybe-hide-echo-buffer'
351         instead of `mime-hide-echo-buffer'. (cf. [tm-ja:2710])
352
353 \f
354 1997-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
355
356         * EMH: Version 0.23 was released.
357
358         * emh.el (mh-display-msg): Use `raw-text' coding-system do
359         canonicalize line break code.
360
361 \f
362 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * EMH: Version 0.22 was released.
365
366 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
367
368         * emh.el (emh): New group.
369         (emh-automatic-mime-preview): Use `defcustom'.
370         (emh-decode-encoded-word): Use `defcustom'.
371
372 1997-11-15  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
373
374         * EMH-CFG:
375         - Regard LISPDIR if it is specified.
376         - Add mel's path.
377
378 1997-11-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
379
380         * emh-comp.el (emh-forward): Use `mime-edit-enclose-digest-region'
381         instead of `mime-edit-enclose-region'.
382
383 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * emh-comp.el (emh-edit-again): Modify for
386         `enable-multibyte-characters'.
387
388         * emh-face.el (emh-highlight-header): Don't use `assoc-if' and
389         `second'.
390
391 \f
392 1997-08-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
393
394         * EMH: Version 0.21 was released.
395
396         * EMH-CFG: Add `(add-path ".")'.
397
398 1997-08-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
399
400         * emh-setup.el: Use `eval-after-load' instead of
401         `call-after-loaded'; Abolish function `emh-setup'.
402
403         Move setting for emh-comp.el from emh.el.
404
405         * emh.el: Use `eval-after-load' instead of `call-after-loaded'.
406
407         Move setting for emh-comp.el to emh-setup.el.
408
409 \f
410 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
411
412         * EMH: Version 0.20.1 was released.
413
414 Thu May 22 03:24:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
415
416         * emh-face.el (emh-make-face-bold, emh-make-face-italic): New
417         implementation.
418
419 \f
420 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
421
422         * EMH: Version 0.20 was released.
423
424 Thu May 15 06:50:46 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * README.en (Installation): Add LISPDIR.
427
428 Thu May 15 06:48:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
429
430         * Makefile (LISPDIR): New variable.
431
432         * EMH-MK (config-emh): set LISPDIR.
433
434         * EMH-CFG: Setting for load-path is modified.
435
436 Mon May 12 12:32:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
437
438         * emh.el: `mime/content-decoding-condition' ->
439         `mime-acting-condition'.
440
441 \f
442 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
443
444         * EMH: Version 0.19 was released.
445
446 Thu Mar 27 22:12:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
447
448         * emh.el (emh-quitting-method): Use `mime-hide-echo-buffer'.
449
450         * emh.el (emh-quitting-method): `mime/output-buffer-name' ->
451         `emh-quitting-method'.
452
453 \f
454 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * EMH: Version 0.17 was released.
457
458 Tue Mar 18 16:34:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
459
460         * EMH-MK: New file.
461
462 Tue Mar 18 14:57:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
463
464         * emh-comp.el, emh.el: `mime::preview/article-buffer' ->
465         `mime-raw-buffer'.
466
467 Tue Mar 18 14:41:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
468
469         * emh.el (emh-summary-before-quit): `mime::article/preview-buffer'
470         -> `mime-view-buffer'.
471
472 Tue Mar 18 13:47:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * emh.el: Fixed problem about setting for mime-partial.
475
476 Tue Mar 18 13:04:55 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
477
478         * emh.el: Add autoload for
479         `mime-combine-message/partials-automatically'.
480
481         * emh.el: `mime-article/grab-message/partials' ->
482         `mime-combine-message/partials-automatically'.
483
484 Tue Mar 18 12:47:58 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
485
486         * emh.el: `mime-partial/preview-article-method-alist' ->
487         `mime-view-partial-message-method-alist'.
488
489 Mon Mar 17 14:36:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
490
491         * emh.el (mh-display-msg): Add DOC-string.
492
493 Mon Mar 17 14:30:46 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * emh.el: `mime-preview/cut-header' -> `mime-view-cut-header'.
496
497 Sun Mar 16 00:06:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498
499         * emh.el: `emh-decode-charset-buffer' -> `emh-text-decode-buffer'.
500
501         * emh.el: `mime-charset/decode-buffer' ->
502         `mime-text-decode-buffer'.
503
504 \f
505 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
506
507         * EMH: Version 0.7 was released.
508
509 Fri Mar 14 09:30:55 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
510
511         * Makefile: New file.
512
513 Fri Mar 14 09:12:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
514
515         * README.en: New file.
516
517         * EMH-ELS: Add emh-setup.el.
518
519         * emh-setup.el: New module.
520
521         * emh-face.el (emh-make-face-bold, emh-make-face-italic): New
522         function.
523
524 Fri Mar 14 05:30:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
525
526         * emh-face.el (emh-set-face-foreground): New inline function.
527
528 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
529
530         * emh-comp.el (emh-edit-again): modified for new behavior of
531         `mime-edit-again'; Use as-binary-input-file'.
532
533 1997-03-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * emh-face.el: Design was modified.
536
537         * emh-comp.el: `mime/edit-again' -> `mime-edit-again'.
538
539 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
540
541         * EMH-ELS: Add emh-face.el.
542
543         * EMH-ELS: Renamed from TMH-ELS.
544
545         * emh.el (emh-content-header-filter-hook): Use
546         `emh-highlight-header' for window-system.
547
548         * emh-face.el: New module.
549
550 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
551
552         * emh.el (emh-content-header-filter): Run
553         `emh-content-header-filter-hook'.
554
555 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
556
557         * emh.el: tm-bbdb.el was renamed to mime-bbdb.el.
558
559 Sat Mar  1 01:55:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
560
561         * emh-comp.el: Renamed from tmh-comp.el.
562
563 Fri Feb 28 05:00:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
564
565         * emh.el: There are already no need to require mime-play when
566         compiling.
567
568 Fri Feb 28 02:39:57 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
569
570         * emh.el: Require mime-play when compiling.
571
572         * emh.el: Don't require tl-str and tl-misc.
573         Require alist.
574
575 Mon Feb 24 02:28:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
576
577         * emh.el: function `eword-decode-message-header' was renamed to
578         `eword-decode-header'.
579
580 Mon Feb 24 02:04:06 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
581
582         * emh.el: renamed from tm-mh-e.el.