changeset 82961:e5e07e24d380

* mailcap.el (mailcap-mime-data): Mark as risky. * gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix custom-manual entries.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 16 Aug 2004 10:13:58 +0000
parents 4ab2523af708
children 65d788910f67
files lisp/gnus/ChangeLog lisp/gnus/gnus.el lisp/gnus/mailcap.el
diffstat 3 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Mon Aug 16 10:04:58 2004 +0000
+++ b/lisp/gnus/ChangeLog	Mon Aug 16 10:13:58 2004 +0000
@@ -1,5 +1,10 @@
 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
+	* mailcap.el (mailcap-mime-data): Mark as risky.
+
+	* gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix
+	custom-manual entries.
+
 	* time-date.el: Removed.  Merged into ../calendar/time-date.el.
 
 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
@@ -11247,7 +11252,7 @@
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 2002 Free Software Foundation, Inc.
+    Copyright (C) 2002 2004 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
 
--- a/lisp/gnus/gnus.el	Mon Aug 16 10:04:58 2004 +0000
+++ b/lisp/gnus/gnus.el	Mon Aug 16 10:13:58 2004 +0000
@@ -70,7 +70,7 @@
 ;; These belong to gnus-group.el.
 (defgroup gnus-group nil
   "Group buffers."
-  :link '(custom-manual "(gnus)The Group Buffer")
+  :link '(custom-manual "(gnus)Group Buffer")
   :group 'gnus)
 
 (defgroup gnus-group-foreign nil
@@ -111,7 +111,7 @@
 ;; These belong to gnus-sum.el.
 (defgroup gnus-summary nil
   "Summary buffers."
-  :link '(custom-manual "(gnus)The Summary Buffer")
+  :link '(custom-manual "(gnus)Summary Buffer")
   :group 'gnus)
 
 (defgroup gnus-summary-exit nil
@@ -155,7 +155,7 @@
 
 (defgroup gnus-summary-sort nil
   "Sorting the summary buffer."
-  :link '(custom-manual "(gnus)Sorting")
+  :link '(custom-manual "(gnus)Sorting the Summary Buffer")
   :group 'gnus-summary)
 
 (defgroup gnus-summary-visual nil
--- a/lisp/gnus/mailcap.el	Mon Aug 16 10:04:58 2004 +0000
+++ b/lisp/gnus/mailcap.el	Mon Aug 16 10:13:58 2004 +0000
@@ -305,6 +305,7 @@
 whose car is a symbol, it is `eval'led to yield the validity.  If it
 is a string or list of strings, it represents a shell command to run
 to return a true or false shell value for the validity.")
+(put 'mailcap-mime-data 'risky-local-variable t)
 
 (defcustom mailcap-download-directory nil
   "*Directory to which `mailcap-save-binary-file' downloads files by default.