tm 7.67.
[elisp/tm.git] / gnus / ChangeLog
1 Mon Jun 10 01:56:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tm/gnus: Version 7.69 was released.
4
5 Sun Jun  9 06:57:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * tm-sgnus.el: Set implementation for `message-mode' to
8         `mime-editor/split-message-sender-alist'.
9
10 Sun Jun  9 06:53:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * tm-gnus4.el: Set `gnus-inews-news' to `news-reply-mode' of
13         alist `mime-editor/split-message-sender-alist'.
14
15 Sun Jun  9 06:51:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * tm-gnus3.el: Set `gnus-inews-news' to `news-reply-mode' of
18         alist `mime-editor/split-message-sender-alist'.
19
20 \f
21 Sun Jun  9 04:12:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * tm/gnus: Version 7.68 was released.
24
25 Fri Jun  7 13:48:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * tm-sgnus.el: Use `(call-after-loaded 'nnmail ...)' to redefine
28         function `nnmail-find-file', so you must use Gnus 5.2.10 or later
29         if you use Mule.
30
31 Thu Jun  6 16:44:17 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
32
33         * tm-gnus3.el (tm-gnus/insert-article): Moved from tm-gnus.el
34
35         * tm-gnus4.el (tm-gnus/insert-article),
36         (mime-editor/attach-to-news-reply-menu): Moved from tm-gnus.el
37
38         * tm-gnus.el: `tm-gnus/insert-article' and
39         `mime-editor/attach-to-news-reply-menu' were moved to
40         version-dependent modules.
41
42         * tm-sgnus.el (tm-gnus/insert-article): New function;
43         message/rfc822 inserter for message-mode.
44         (mime-editor/attach-to-news-reply-menu): Moved from tm-gnus.el
45
46 Wed Jun  5 23:02:22 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
47
48         * tm-sgnus.el (nnmail-find-file): Leave
49         `jam-code-guess-after-insert-file-function' in
50         `after-insert-file-functions'.
51
52 Wed Jun  5 02:49:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * tm-sgnus.el: Compatibility code for September Gnus 0.80 .. 0.94
55         was deleted.
56
57 \f
58 Mon May 27 03:48:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
59
60         * tm/gnus: Version 7.63 was released.
61
62         * tm-sgnus.el (nnmail-find-file): New function.
63
64 Sun May 26 04:36:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
65
66         * tm-sgnus.el (nnheader-insert-file-contents-literally):
67         New function for Mule.
68         (nnheader-insert-raw-file-contents): New alias.
69
70 \f
71 Mon May 20 15:29:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
72
73         * tm/gnus: Version 7.61 was released.
74
75         * tm-sgnus.el: Unnecessary `(call-after-loaded 'tm-view ...)' 
76         about setting to variable `mime-viewer/quitting-method-alist' and
77         `mime-viewer/show-summary-method' was deleted.
78
79 \f
80 Thu May  9 18:52:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * tm/gnus: Version 7.60 was released.
83
84         * tm-sgnus.el: Function `tm-gnus/code-convert-region-to-emacs' was
85         abolished.
86         (tm-gnus/content-header-filter): Use function
87         `mime-charset-decode-region' instead of
88         `tm-gnus/code-convert-region-to-emacs'.
89
90 Thu May  9 13:55:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * tm-sgnus.el (tm-gnus/decode-summary-from-and-subjects): Use
93         function `character-decode-string' instead of
94         `decode-coding-string'.
95
96         * tm-sgnus.el (tm-gnus/article-decode-encoded-word): Use function
97         `character-decode-region' instead of `decode-coding-region'.
98
99 \f
100 Wed May  8 15:27:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * tm/gnus: Version 7.57 was released.
103
104         * tm-sgnus.el: fixed problem in XEmacs 20.0 with Mule.
105
106         * tm-sgnus.el: check `(boundp '*koi8*)'. (cf. [tm-ja:1832])
107
108 \f
109 Wed May  8 12:47:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
110
111         * tm/gnus: Version 7.55 was released.
112
113 Tue May  7 18:19:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
114
115         * tm-sgnus.el: Mule support part was divided between Mule and
116         XEmacs 20.0 with Mule.
117
118         * mk-tgnus (install-tm-gnus): version condition was modified.
119
120 \f
121 Mon Apr 29 01:55:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
122
123         * tm/gnus: Version 7.54 was released.
124
125         * tm-sgnus.el (tm-gnus/article-decode-encoded-word): Use function
126         `decode-coding-region' instead of `code-convert-region'.
127         (tm-gnus/decode-summary-from-and-subjects): Use function
128         `decode-coding-string' instead of `code-convert-string'.
129
130 \f
131 Thu Apr 25 12:07:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * tm/gnus: Version 7.53 was released.
134
135         * tm-sgnus.el: don't use `nnheader-raw-write-region'.
136
137 Wed Apr 24 15:21:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * tm-sgnus.el: Use and redefine function
140         `nnheader-find-file-noselect', `nnheader-insert-raw-file-contents'
141         and `nnheader-raw-write-region'.
142         Use `nnmail-prepare-save-mail-hook'.
143
144 \f
145 Tue Apr 23 00:17:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * tm/gnus: Version 7.51 was released.
148
149         * tm-sgnus.el (gnus-newsgroup-default-coding-system-alist):
150         New variable.
151         (gnus-set-newsgroup-default-coding-system): New function.
152         Define default coding-system for alt.chinese.text,
153         alt.chinese.text.big5, han and relcom.
154
155 \f
156 Mon Apr 15 09:08:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * tm/gnus: Version 7.49.2 was released.
159
160 Thu Apr 11 16:10:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
161
162         * tm-sgnus.el: Function `tm-gnus/forward-insert-buffer' was
163         deleted.
164
165 Mon Apr  8 12:26:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * tm-gnus3.el (tm-gnus/article-set-mode-line): Function
168         `rightful-boundary-short-string' was obsoleted; use function
169         `truncate-string'. (cf. [tm-ja:1693])
170
171 \f
172 Thu Mar 28 08:44:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * tm/gnus: Version 7.49.1 was released.
175
176 Wed Mar 27 19:27:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * tm-gd3.el (tm-gnus/article-set-mode-line):
179         Function `rightful-boundary-short-string' was obsoleted;
180         use function `truncate-string'.
181
182 Mon Mar  4 09:29:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * Makefile: makefile variables `FILES' was modified.
185
186 \f
187 Mon Mar  4 08:20:48 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
188
189         * tm/gnus: Version 7.49 was released.
190
191         * tm-gnus3.el: fixed problem about BBDB.
192
193 Mon Mar  4 08:18:09 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
194
195         * tm-gnus.el: BBDB setting codes were deleted.
196
197         * tm-sgnus.el, tm-gnus4.el, tm-gnus3.el:
198         BBDB setting codes moved from tm-gnus.el.
199
200 Mon Mar  4 07:38:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
201
202         * tm-gnus.el: fixed problem in Emacs 18.
203
204 \f
205 Wed Feb 28 13:32:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
206
207         * tm/gnus: Version 7.48 was released.
208
209 Tue Feb 27 19:06:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
210
211         * tm-gnus3.el, tm-gnus4.el: BBDB setting codes were deleted.
212
213 Tue Feb 27 19:05:14 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
214
215         * tm-sgnus.el: BBDB setting codes were moved to tm-gnus.el.
216
217 Tue Feb 27 19:04:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
218
219         * tm-gnus.el: BBDB setting codes were moved from tm-sgnus.el.
220
221 Tue Feb 27 18:59:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
222
223         * tm-sgnus.el:
224         `(add-hook 'gnus-article-display-hook 'tm-bbdb/update-record)'
225         instead of
226         `(add-hook 'tm-gnus/article-prepare-hook
227                    'bbdb/gnus-update-record)'.
228
229 Tue Feb 27 18:25:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
230
231         * tm-sgnus.el (tm-gnus/decode-summary-from-and-subjects):
232         New implementation.
233
234 \f
235 Wed Feb 14 13:01:34 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
236
237         * tm/gnus: Version 7.45 was released.
238
239 Fri Feb  9 10:30:48 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
240
241         * tm-sgnus.el: Function `tm-gnus/prepare-save-mail-function' is
242         inserted to `nnbabyl-prepare-save-mail-hook',
243         `nnml-prepare-save-mail-hook' and `nnmh-prepare-save-mail-hook' if
244         Mule is running.
245
246 Fri Feb  9 10:20:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
247
248         * tm-sgnus.el (tm-gnus/nnmail-get-new-mail): new function.
249         `nnmail-get-new-mail' is redefine if Mule is running.
250
251 \f
252 Fri Feb  9 08:47:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
253
254         * tm/gnus: Version 7.43 was released.
255
256 Fri Feb  9 07:48:32 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
257
258         * tm-sgnus.el (tm-gnus/decode-summary-from-and-subjects):
259         convert character code of ``from'' (cf. [tm-ja:1568])
260
261 Fri Feb  9 06:19:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
262
263         * tm-sgnus.el: Function `tm-gnus/prepare-save-mail-function' is
264         inserted to `nnmbox-prepare-save-mail-hook' if Mule is running.
265
266 \f
267 Thu Feb  8 06:17:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
268
269         * tm/gnus: Version 7.41 was released.
270
271         * tm-sgnus.el (tm-gnus/nnheader-find-file-noselect): new function.
272         `nnheader-find-file-noselect' is redefine if Mule is running.
273
274 Thu Feb  8 03:35:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
275
276         * tm-sgnus.el (tm-gnus/prepare-save-mail-function): new function;
277         It is inserted into `nnfolder-prepare-save-mail-hook' if Mule is
278         running.
279
280 Thu Feb  8 01:30:10 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
281
282         * mk-tgnus, tm-sgnus.el, tm-gnus.el: tm-gd5.el was deleted.
283         Self code conversion feature for Gnus 5.[01] was deleted.
284
285 Tue Feb  6 08:53:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
286
287         * tm-sgnus.el: use `substitute-key-definition' to define
288         `tm-gnus/summary-toggle-header' key.
289
290 \f
291 Thu Jan 25 03:21:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
292
293         * tm/gnus: Version 7.37 was released.
294
295 Thu Jan 25 02:41:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
296
297         * Self code conversion for MULE was supported for Gnus 5.[01] and
298         September Gnus.
299
300         * tm-gnus.el (tm-gnus/maybe-code-convert): new function to convert
301         character code for Gnus 5.[01]
302
303         * tm-sgnus.el: Code conversion parts were moved from tm-gd5.el.
304
305         * tm-gd5.el: Code conversion parts were moved from tm-sgnus.el.
306
307         * tm-gd5.el: (tm-gnus/decode-summary-from-and-subjects): convert
308         code in Subject field
309
310 Wed Jan 24 14:22:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
311
312         * tm-sgnus.el: self code conversion for MULE
313
314 Tue Jan 23 14:08:38 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
315
316         * tm-gnus.el: redefine function `gnus-article-delete-headers' for
317         GNUS 3.15 .. 4.1.*
318
319 \f
320 Tue Jan 23 04:57:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
321
322         * tm/gnus: Version 7.34 was released.
323
324         * tm-sgnus.el, tm-gnus4.el, tm-gnus3.el:
325         (require 'tm-bbdb) if bbdb is provided.
326
327 \f
328 Sat Jan 20 02:23:40 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
329
330         * tm/gnus: Version 7.33.1 was released.
331
332         * tm-gnus.el: redefine function `gnus-news-reply' for GNUS 3.15 .. 
333         4.1.* to fix problem about following. (cf. [tm-ja:1456],
334         [tm-ja:1473])
335
336 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
337
338         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
339
340 \f
341 Tue Jan  9 12:06:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
342         
343         * tm/gnus: version 7.33 was released.
344
345         * tm-sgnus.el: `gnus-forward-insert-buffer' redefining was changed 
346         because `eval-after-load' is not exist in XEmacs.
347         (cf. [tm-en:249])
348
349 Tue Dec 26 07:03:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
350
351         * tm-sgnus.el: setting for message/rfc822 style forward if
352         mime-setup is used.
353
354 Tue Dec 26 00:11:39 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
355
356         * tm-sgnus.el (tm-gnus/summary-toggle-header):
357         `mime-viewer/ignored-field-regexp' was not set.
358
359         * tm-sgnus.el (tm-gnus/preview-article): does not cut fields in
360         `mime/viewer-mode'.
361
362 \f
363 Mon Dec 25 08:15:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
364
365         * tm/gnus: Version 7.30 was released.
366
367         * tm-sgnus.el (tm-gnus/summary-toggle-header):
368         use `mime-viewer/redisplay'
369
370         * mk-tgnus: (install-tm-gnus):
371         `(setq command-line-args-left (cdr command-line-args-left))'
372         was added.
373
374 Sat Dec 23 12:57:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
375
376         * tm-sgnus.el (tm-gnus/summary-toggle-header): New implement
377
378         * tm-sgnus.el: uses original `gnus-article-hide-headers-if-wanted'
379
380 \f
381 Fri Dec 22 08:57:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
382
383         * tm/gnus: Version 7.28 was released.
384
385 Fri Dec 22 07:08:15 1995  MURATA Masahiro <murata@sol.cs.ritsumei.ac.jp>
386
387         * tm-sgnus.el:
388         `(eval-when-compile (require 'cl))' was inserted.
389         (cf. [tm-ja:1414])
390
391         * tm-sgnus.el (tm-gnus/preview-cut-header): 'gnus-type and
392         'headers are added to text property. (cf. [tm-ja:1414])
393
394 \f
395 Wed Dec 20 12:00:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
396
397         * tm/gnus: Version 7.26 was released.
398
399         * tm-gnus4.el: (tm-gnus/preview-article-if-you-need):
400         `(setq buffer-read-only nil)' for GNUS.
401
402 Wed Dec 20 07:04:55 1995  MURATA Masahiro <murata@sol.cs.ritsumei.ac.jp>
403
404         * tm-sgnus.el: use text property to hide fields.
405         (cf. [tm-ja:1384])
406
407 Mon Dec 18 11:08:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
408
409         * tm-gnus4.el, tm-sgnus.el:
410         setting for `mime-viewer/show-summary-method'
411
412 \f
413 Mon Dec 18 12:06:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
414
415         * tm/gnus: Version 7.25 was released.
416
417 Sat Dec 16 14:54:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
418
419         * tm-gnus4.el:
420         (tm-gnus/view-message, tm-gnus/preview-article-if-you-need):
421         enclose `(run-hooks 'tm-gnus/article-prepare-hook)' by
422         `(let (buffer-read-only) ...)'. (cf. [tm-ja:1350])
423
424 \f
425 Sat Dec 15 15:03:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
426
427         * tm/gnus: Version 7.24 was released.
428
429 Fri Dec 15 13:47:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
430
431         * tm-sgnus.el (tm-gnus/summary-toggle-header):
432         new implementation
433
434 \f
435 Wed Dec 13 19:12:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
436
437         * tm/gnus: Version 7.22 was released.
438
439 Mon Dec 11 12:50:58 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
440
441         * tm-sgnus.el (tm-gnus/summary-toggle-header):
442         use `tm-gnus/automatic-mime-preview' to judge automatic MIME
443         preview or not.
444
445 \f
446 Mon Dec 11 18:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
447
448         * tm/gnus: Version 7.21.2 was released.
449
450 Fri Dec  8 22:35:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
451
452         * tm-gnus.el: modified about XEmacs menu setting in Emacs and
453         Mule.
454
455 \f
456 Thu Dec  7 10:21:22 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
457
458         * tm/gnus: Version 7.21.1 was released.
459
460         * tm-gnus.el: news-reply-mode pop up menu setting for XEmacs.
461
462 Thu Dec  7 08:44:12 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
463
464         * tm-gnus4.el:
465         Function `tm-gnus/article-reset-variable' was modified to reset
466         `gnus-original-article-buffer' to nil instead of
467         `gnus-article-buffer'.
468
469 \f
470 Wed Dec  6 07:39:37 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
471
472         * tm/gnus: Version 7.21 was released.
473
474         * tm-sgnus.el: New function `tm-gnus/partial-preview-function'.
475
476         * Makefile: install-* were modified.
477
478 \f
479 Tue Dec  5 07:51:04 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
480
481         * tm/gnus: Version 7.20.1 was released.
482
483         * Makefile: fixed typo of `install-18'.
484
485 Tue Dec  5 07:36:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
486
487         * tm-gnus4.el: Function `tm-gnus/preview-article-if-you-need' was
488         fixed to set variable `tm-gnus/automatic-mime-preview' and
489         variable `gnus-original-article-buffer'.
490
491 Mon Dec  4 23:55:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
492
493         * tm-gnus.el:
494         call-after-loaded definitions for tm-edit are merged.
495
496 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
497
498         * tm-gnus.el:
499         mime-editor/message-inserter-alist setting for mail-mode
500         (cf. [tm-ja:1195])
501
502 Tue Dec  4 14:30:44 1995  Dave Goldberg <dsg@linus.mitre.org>
503
504         * Makefile:
505         There's a problem with tm/gnus/Makefile.  In particular, the order
506         of the -l arguments is wrong because of the
507         (require 'tl-misc) in the g*-path files.  Since load-path gets set
508         to find ../../tl in mk-tgnus.el, that has to be loaded first.
509
510 Mon Dec  4 06:32:43 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
511
512         * tm-gnus4.el:
513         OKABE, Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch was applied to fix
514         problem of function `tm-gnus/view-message' in automatic MIME preview
515         mode. (cf. [tm-ja:1191])
516
517 \f
518 Mon Dec  4 00:25:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
519
520         * tm/gnus: Version 7.20 was released.
521
522         * tm-sgnus.el: quitting method was fixed.
523
524         * tm-gnus4.el: fixed problem of quitting method.
525
526         * tm-gnus4.el:
527         Function `tm-gnus/view-message' was fixed for automatic MIME preview
528         mode.
529
530 Fri Dec  1 23:12:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
531
532         * tm-gnus4.el: (1) New variable `gnus-original-article-buffer'.
533         (2) New function `tm-gnus/article-reset-variable'.
534         (3) `(setq buffer-read-only nil)' was deleted in function
535             `tm-gnus/preview-article-if-you-need'.
536
537 Fri Dec  1 19:23:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
538
539         * tm-gnus4.el:
540         applied OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>'s patch to fix
541         problem of quitting method.
542
543 \f
544 Thu Nov 23 19:31:40 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
545
546         * tm/gnus: Version 7.19 was released.
547
548 Tue Nov 21 03:02:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
549
550         * tm-gnus.el: Version judgement was changed.
551
552 \f
553 Mon Nov 20 12:01:58 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
554
555         * tm/gnus: Version 7.18 was released.
556
557 Sun Nov 19 08:30:08 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
558
559         * tm-gnus.el: module composition was changed.
560                 (ding) Gnus support was stopped.
561
562         * tm-sgnus.el: insert (require 'tm-gd5).
563
564         * tm-gd5.el: Initial revision
565         tm-gnus library module for Gnus 5.*.
566
567         * tm-gnus4.el: tm-gnus5.el was merged into tm-gnus4.el.
568                        (tm-gnus5.el was abolished.)
569
570         * tm-gnus3.el:
571         (1) `tm-ognus.el' was renamed to `tm-gd3.el'.
572         (2) setting for BBDB.
573
574         * tm-gd3.el: some codes for tm-gnus3.el was moved to
575                      tm-gnus3.el.
576
577         * tm-sgnus.el: setting for variable
578         `gnus-decode-encoded-word-method'. (It will be proposed as a
579         variable of September Gnus)