# HG changeset patch # User Reiner Steib # Date 1092651238 0 # Node ID e5e07e24d38041a972815b17891c6ffc1ebc536a # Parent 4ab2523af70884e63db7cb292a8e804b4ce5eb38 * mailcap.el (mailcap-mime-data): Mark as risky. * gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix custom-manual entries. diff -r 4ab2523af708 -r e5e07e24d380 lisp/gnus/ChangeLog --- 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 + * 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 @@ -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. diff -r 4ab2523af708 -r e5e07e24d380 lisp/gnus/gnus.el --- 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 diff -r 4ab2523af708 -r e5e07e24d380 lisp/gnus/mailcap.el --- 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.