diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2002-06-10 23:24:08 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2002-06-10 23:24:08 +0000 |
commit | 4d747a2804ef5f0f3493af382cd55ab690692bec (patch) | |
tree | 44bc481a2ddb674e51478dd222fa460d20bd2c3c /news/t-gnus/files | |
parent | o Update to 0.8.3 (diff) |
Update the version to 6_15_7-01-quimby (based on Oort Gnus v0.07)
Add a port of t-gnus for Emacs 21 by repository-copy from t-gnus-emacs20
Diffstat (limited to 'news/t-gnus/files')
-rw-r--r-- | news/t-gnus/files/patch-info | 20 | ||||
-rw-r--r-- | news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl | 2 |
2 files changed, 13 insertions, 9 deletions
diff --git a/news/t-gnus/files/patch-info b/news/t-gnus/files/patch-info index a792d88166c9..8caf1b9e286d 100644 --- a/news/t-gnus/files/patch-info +++ b/news/t-gnus/files/patch-info @@ -1,9 +1,11 @@ ---- lisp/dgnushack.el.orig Thu Mar 1 15:35:02 2001 -+++ lisp/dgnushack.el Sat Apr 14 09:21:25 2001 -@@ -445,5 +445,5 @@ - (set-buffer-modified-p nil) - (message "texinfo formatting %s..." file) -- (texinfo-format-buffer nil) -+ (texinfo-format-buffer t) - (if (buffer-modified-p) - (progn (message "Saving modified %s" (buffer-file-name)) +--- texi/infohack.el.~1~ Tue Jan 8 14:20:24 2002 ++++ texi/infohack.el Mon Jun 3 13:14:54 2002 +@@ -137,7 +137,7 @@ + (texinfo-every-node-update) + (set-buffer-modified-p nil) + (message "texinfo formatting %s..." file) +- (texinfo-format-buffer nil) ++ (texinfo-format-buffer t) + (if (buffer-modified-p) + (progn (message "Saving modified %s" (buffer-file-name)) + (save-buffer)))) diff --git a/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl b/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl new file mode 100644 index 000000000000..0559ea7c2fbb --- /dev/null +++ b/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl @@ -0,0 +1,2 @@ +(load "mime-setup") +(provide 't-gnus-startup) |