1ee40dee93405d07ae4b6b1989ab72cb62ecbdb7
[elisp/tm.git] / mh-e / ChangeLog
1 Fri Aug 23 07:33:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tm/mh-e: Version 7.67 was released.
4
5 Thu Aug 22 14:44:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * TMH-ELS: Variable `tm-mh-e-el-files' and `tm-mh-e-elc-files'
8         were abolished.
9
10         * mk-tmh: Constant `el-file-mode' was abolished.
11         Function `install-el', `install-el-files', `install-elc' and
12         `install-elc-files' were abolished.
13         (install-tm-mh-e): Use function `install-elisp-modules'.
14
15         * mk-tmh: tmh-els was renamed to TMH-ELS.
16
17 Sun Aug 18 20:22:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * tmh-els (tm-mh-e-modules): changed to list of symbols.
20
21         * mk-tmh: Use install.el to compile.
22
23 Wed Aug 14 02:35:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
24
25         * tm-mh-e.el: Don't use cl.el.
26
27 Tue Aug 13 23:45:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * tm-mh-e.el: Use cl.el.
30
31 \f
32 Thu Aug  1 07:43:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
33
34         * tm/mh-e: Version 7.65.1 was released.
35
36 Wed Jul 31 03:07:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * tmh-comp.el: Implementation for
39         `mime-editor/split-message-sender-alist' was moved from
40         tm-edit.el.
41
42 Sun Jul 28 04:23:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * tmh-comp.el (tm-mh-e/yank-cur-msg-with-no-filter): New function.
45
46         * tmh-comp.el: Function `tm-mh-e/yank-cur-msg' was renamed to
47         `tm-mh-e/yank-current-message'.
48
49         * tmh-comp.el (tm-mh-e/message-yank-function): New variable.
50         (tm-mh-e/yank-cur-msg): Use variable
51         `tm-mh-e/message-yank-function'.
52
53 \f
54 Wed Jul 24 10:07:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
55
56         * tm/mh-e: Version 7.65 was released.
57
58 Mon Jul 22 18:24:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
59
60         * tm-mh-e3.el (mh-send-prog): New variable.
61
62 Thu Jul 18 12:29:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
63
64         * tm-mh-e.el (tm-mh-e/decode-charset-buffer): New alias; renamed
65         from `tm-mh-e/charset-decode-region'; Use function
66         `mime-charset/decode-buffer' instead of
67         `mime-charset-decode-region'.
68
69         (mime-viewer/code-converter-alist): set
70         `tm-mh-e/decode-charset-buffer' instead of
71         `tm-mh-e/charset-decode-region'.
72
73         (tm-mh-e/content-header-filter): Use function
74         `tm-mh-e/decode-charset-buffer' instead of
75         `tm-mh-e/charset-decode-region'.
76
77 \f
78 Wed Jul 17 05:38:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * tm/mh-e: Version 7.64 was released.
81
82 Sun Jul 14 15:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
83
84         * tm-mh-e.el (tm-mh-e/content-header-filter): Use variable
85         `default-mime-charset' instead of mime/default-coding-system.
86
87 \f
88 Thu Jun 27 15:39:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * tm/mh-e: Version 7.63.1 was released.
91
92         * tmh-els: Version check code was fixed.
93
94 Wed Jun  5 02:34:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
95
96         * tmh-comp.el: version check code was fixed for Emacs
97         19.31. (cf. [tm-ja:1907])
98
99 \f
100 Mon Jun  3 14:40:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * tm/mh-e: Version 7.63 was released.
103
104 Thu May 30 00:18:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * tm-mh-e.el: mh-e bundled in Emacs 19.31 does not have variable
107         `mh-e-version', so version check code was changed.
108
109         Does not back up original `mh-display-msg'.
110
111 \f
112 Mon May 20 15:24:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * tm/mh-e: Version 7.62 was released.
115
116         * tm-mh-e.el: Setting for variable
117         `mime-viewer/show-summary-method' was added.
118
119 \f
120 Wed May 15 15:39:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * tm/mh-e: Version 7.61.1 was released.
123
124         * tmh-comp.el (tm-mh-e/forward): use function
125         `mime-eword/decode-string' for `orig-from' and `orig-subject'.
126
127         * tmh-comp.el (tm-mh-e/forward): remove `(require 'tm-edit)'.
128
129         * tmh-comp.el (tm-mh-e/forward): remove `(require 'mh-comp)'.
130
131 \f
132 Sat May 11 16:24:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
133
134         * tm/mh-e: Version 7.61 was released.
135
136 Thu May  9 19:01:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * tm-mh-e.el (tm-mh-e/charset-decode-region): renamed from
139         `tm-mh-e/code-convert-region-to-emacs'.
140
141 Thu May  9 18:57:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * tm-mh-e.el (tm-mh-e/code-convert-region-to-emacs): Function
144         `mime/code-convert-region-to-emacs' was renamed to
145         `mime-charset-decode-region'.
146
147 \f
148 Fri Apr 26 04:47:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
149
150         * tm/mh-e: Version 7.59 was released.
151
152 Thu Apr 25 22:19:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * tm-mh-e.el (tm-mh-e/following-method): new implementation for
155         tm-view 7.53.
156
157 Thu Apr 25 15:38:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * tmh-comp.el (tm-mh-e/yank-cur-msg): don't call `error'.
160
161 \f
162 Mon Apr 22 12:52:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
163
164         * tm/mh-e: Version 7.58 was released.
165
166 Sun Apr 21 17:11:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
167
168         * tm-mh-e.el (tm-mh-e/following-method): New function.
169
170 \f
171 Mon Mar 25 11:57:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * tm/mh-e: Version 7.57 was released.
174
175         * tm-mh-e.el (mh-temp-buffer): declare for mh-e 4.1 or earlier.
176         (cf. [tm-ja:1672])
177         
178         * tmh-comp.el (tm-mh-e::insert-letter): New function; for version
179         independent (cf. [tm-ja:1672])
180
181 \f
182 Wed Mar  6 02:03:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
183
184         * tm/mh-e: Version 7.56 was released.
185
186         * tm-mh-e.el: Function `tm-mh-e/set-window-configuration' was
187         commented out. (cf. [tm-en:359])
188
189 \f
190 Mon Mar  4 09:22:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
191
192         * tm/mh-e: Version 7.55 was released.
193
194         * mk-tmh: use tmh-els file.
195
196 Mon Mar  4 09:21:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
197
198         * tmh-els: New file.
199
200 Thu Feb 29 15:23:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
201
202         * tm-mh-e.el (tm-mh-e/scroll-up-msg): New function.
203         (tm-mh-e/scroll-down-msg): New function.
204         (tm-mh-e/burst-multipart/digest): New function.
205
206         * tmh-comp.el: comments was modified.
207
208         * tmh-comp.el: Initial revision
209
210         * tm-mh-e.el: Functions about composing were separated to tmh-comp.el.
211
212 Thu Feb 29 13:58:26 1996  OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>
213
214         * tm-mh-e.el (tm-mh-e/extract-rejected-mail): New function
215         (cf. [tm-ja:1643])
216
217 \f
218 Wed Feb 28 13:27:54 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
219
220         * tm/mh-e: Version 7.52 was released.
221
222 Tue Feb 27 16:25:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
223
224         * tm-mh-e.el (tm-mh-e/edit-again): New implementation.
225
226 Tue Feb 27 09:49:15 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
227
228         * tm-mh-e.el (tm-mh-e/edit-again): autoload "mh-comp" instead of
229         require.
230         autoload "tm-edit". (cf. [tm-ja:1611])
231
232 \f
233 Mon Feb 26 08:41:56 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
234
235         * tm/mh-e: Version 7.50 was released.
236
237         * tm-mh-e.el (tm-mh-e/edit-again): New function.
238
239 \f
240 Fri Feb 22 17:58:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
241
242         * tm/mh-e: Version 7.49 was released.
243
244 Thu Feb 22 04:58:10 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
245
246         * tm-mh-e.el (mh-display-msg): fixed problem about BBDB
247         (cf. [tm-ja:1593])
248
249 \f
250 Tue Feb 13 07:19:09 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
251
252         * tm/mh-e: Version 7.48 was released.
253         
254         * tm-mh-e.el (tm-mh-e/content-header-filter): Code for hilit19 was
255         deleted. Please set to `mime-viewer/content-header-filter-hook'.
256
257 \f
258 Thu Jan 25 15:14:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
259
260         * tm/mh-e: Version 7.47 was released.
261
262         * tm-mh-e.el: Michael Sperber [Mr. Preprocessor]
263         <sperber@informatik.uni-tuebingen.de>'s patch was applied.
264         (cf. [bug-tm-en:288])
265
266 Thu Jan 25 15:00:14 1996  Michael Sperber <sperber@informatik.uni-tuebingen.de>
267
268         * tm-mh-e.el: I remember making this change for 6.80.1, but it
269         seems to work with 7.41.1.  It's relevant if you're using tm in
270         conjunction with mh-e and BBDB.  Without it, BBDB gets confused
271         about the window configuration when making an update.
272         (cf. [bug-tm-en:288])
273
274 \f
275 Tue Jan 23 04:51:18 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
276
277         * tm/mh-e: Version 7.46 was released.
278
279         * tm-mh-e.el: (require 'tm-bbdb) if bbdb is provided.
280
281 \f
282 Mon Jan 22 00:42:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
283
284         * tm/mh-e: Version 7.45 was released.
285
286         * tm-mh-e.el (tm-mh-e/forward):
287         `msg-or-seq' must be number or symbol, not string
288         (cf. [tm-ja:1482])
289
290 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
291
292         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
293
294 \f
295 Wed Dec 13 05:48:43 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
296
297         * tm/mh-e: Version 7.44 was released.
298
299         * tm-mh-e.el (tm-mh-e/content-header-filter):
300         use `mime-preview/cut-header'
301
302 \f
303 Wed Dec  6 12:31:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
304
305         * tm/mh-e: Version 7.43 was released.
306
307         * tm-mh-e.el: Variable `tm-mh-e/automatic-mime-preview' and
308         `tm-mh-e/decode-encoded-word' were changed to user variable.
309
310 Wed Dec  6 07:34:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
311
312         * tm-mh-e.el:
313         New function `tm-mh-e/set-window-configuration': it is set to
314         `mh-show-hook'.
315
316 \f
317 Tue Dec  5 17:14:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
318
319         * tm/mh-e: Version 7.41 was released.
320
321 Mon Dec  4 03:45:44 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
322
323         * tm-mh-e.el: (defalias 'mh-get-header-field 'mh-get-field) if
324         function `mh-get-header-field' is not exist. (function
325         `mh-get-header-field' is mh-e 5.* function)
326
327         * tm-mh-e3.el:
328         (1) New variable `mh-forward-subject-format'
329         (2) New function `mh-forwarded-letter-subject'
330
331 \f
332 Mon Dec  4 09:29:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
333
334         * tm/mh-e: Version 7.40 was released.
335
336         * tm-mh-e.el:
337         Function `tm-mh-e/forward' was modified to work with Emacs 18, but
338         it still does not...
339
340         * tm-mh-e.el:
341         Function `tm-mh-e/forward' was modified to fix position to insert
342         `(require 'tm-edit)'.
343
344 Fri Dec  1 19:14:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
345
346         * tm-mh-e3.el: New function `mh-read-address'.
347
348 Fri Dec  1 09:33:37 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
349
350         * tm-mh-e3.el: New function `mh-read-address'.
351
352         * tm-mh-e.el:
353         fixed problem in setting up function `tm-mh-e/yank-cur-msg'.
354
355 Thu Nov 30 07:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
356
357         * tm-mh-e.el:
358         OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch was applied.
359         (cf. [tm-ja:1184])
360
361 Wed Nov 29 16:41:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
362
363         * tm-mh-e.el:
364         OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch was applied:
365         (cf. [tm-ja:1178])
366         (0) New function `tm-mh-e/yank-cur-msg': for called from Gnus.
367         (1) function `tm-mh-e/prompt-for-message' was modified.
368         (2) function `tm-mh-e/insert-mail' was modified to use
369             `insert-file-contents' instead of `insert-file'.
370         (3) New function `tm-mh-e/insert-letter'.
371
372 Wed Nov 29 16:32:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
373
374         * tm-mh-e.el:
375         fixed some problems by OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>.
376         (cf. [tm-ja:1172])
377
378         * tm-mh-e.el:
379         OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch was merged.
380         (cf. [tm-ja:1168])
381
382         * tm-mh-e.el:
383         According to Eric Ding <ericding@San-Jose.ate.slb.com>,
384         fixed mistake about tm-view change in tm 7.24.
385
386 Sat Nov 25 02:16:08 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
387
388         * tm-mh-e.el: Function `tm-mh-e/forward' was fixed to use function
389         `mime-editor/insert-tag' and `mime-editor/enclose-region'.
390
391 \f
392 Sat Nov 25 08:11:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
393
394         * tm/mh-e: Version 7.30 was released.
395
396 Fri Nov 24 22:57:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
397
398         * tm-mh-e.el:
399         (1) Function `tm-mh-e/insert-mail' was modified to apply its
400             argument to function `tm-mh-e/query-message'.
401         (2) Function `tm-mh-e/query-message' was modified to changed
402             its argument to `tm-mh-e::message' type.
403
404         * tm-mh-e.el:
405         Function `tm-mh-e/insert-message' was modified to use function 
406         `tm-mh-e/insert-mail' when mh mail is inserted. (Because of
407         Mule code conversion)
408
409 Fri Nov 24 21:49:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
410
411         * tm-mh-e.el:
412         (1) Function `tm-mh-e/insert-message' was modified for Gnus.
413         (2) function `tm-mh-e/query-message' was fixed.
414         (3) function `tm-mh-e/prompt-for-message' was fixed.
415
416         * tm-mh-e.el:
417         OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch was applied.
418         (cf. [tm-ja:1156])
419
420 \f
421 Thu Nov 23 19:28:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
422
423         * tm/mh-e: Version 7.26 was released.
424
425 Tue Nov 21 08:55:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
426
427         * tm-mh-e.el:
428         Variable `tm-mh-e/use-forwcomps' was abolished.
429         (cf. [tm-ja:1133])
430
431 \f
432 Mon Nov 20 11:59:40 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
433
434         * tm/mh-e: Version 7.25 was released.
435
436 Sun Nov 19 06:44:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
437
438         * tm-mh-e.el: fixed fatal problem in Emacs 18.