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