2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Thu, 3 Jan 2002 12:29:36 +0000 (12:29 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Thu, 3 Jan 2002 12:29:36 +0000 (12:29 +0000)
* gnus.el (gnus-summary-line-format): Added :link.
* gnus-topic.el (gnus-topic-line-format): Ditto.
* gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
* gnus-srvr.el (gnus-server-line-format): Ditto.
* gnus-group.el (gnus-group-line-format): Ditto.

lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-srvr.el
lisp/gnus-sum.el
lisp/gnus-topic.el
lisp/gnus.el

index 850b46f..3e7be17 100644 (file)
@@ -1,5 +1,11 @@
 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
 
+       * gnus.el (gnus-summary-line-format): Added :link.
+       * gnus-topic.el (gnus-topic-line-format): Ditto.
+       * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
+       * gnus-srvr.el (gnus-server-line-format): Ditto.
+       * gnus-group.el (gnus-group-line-format): Ditto.
+
        * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
        :keys, it works on both Emacsen.
 
index cfa69e9..79642b7 100644 (file)
@@ -190,8 +190,9 @@ Also note that if you change the format specification to include any
 of these specs, you must probably re-start Gnus to see them go into
 effect.
 
-General format specifiers can also be used.  See
-(gnus)Formatting Variables."
+General format specifiers can also be used.  
+See (gnus)Formatting Variables."
+  :link '(custom-manual "(gnus)Formatting Variables")
   :group 'gnus-group-visual
   :type 'string)
 
index 32881ba..b37f72b 100644 (file)
@@ -57,8 +57,9 @@ The following specs are understood:
 %s status
 %a agent covered
 
-General format specifiers can also be used.  See
-(gnus)Formatting Variables."
+General format specifiers can also be used.  
+See (gnus)Formatting Variables."
+  :link '(custom-manual "(gnus)Formatting Variables")
   :group 'gnus-server-visual
   :type 'string)
 
index e104635..b65bc00 100644 (file)
@@ -573,8 +573,9 @@ with some simple extensions.
 
 %S  The subject
 
-General format specifiers can also be used.  See
-(gnus)Formatting Variables."
+General format specifiers can also be used.  
+See (gnus)Formatting Variables."
+  :link '(custom-manual "(gnus)Formatting Variables")
   :group 'gnus-threading
   :type 'string)
 
index 215ca75..85cbd24 100644 (file)
@@ -61,8 +61,9 @@ with some simple extensions.
 %a  Number of unread articles in the groups in the topic.
 %A  Number of unread articles in the groups in the topic and its subtopics.
 
-General format specifiers can also be used.  See
-(gnus)Formatting Variables."
+General format specifiers can also be used.  
+See (gnus)Formatting Variables."
+  :link '(custom-manual "(gnus)Formatting Variables")
   :type 'string
   :group 'gnus-topic)
 
index f28018b..4056e2c 100644 (file)
@@ -1,5 +1,5 @@
 ;;; gnus.el --- a newsreader for GNU Emacs
-;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 
+;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 2002, 
 ;;        1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
@@ -2190,8 +2190,9 @@ possible.
 
 This restriction may disappear in later versions of Gnus.
 
-General format specifiers can also be used.  See
-(gnus)Formatting Variables."
+General format specifiers can also be used.  
+See (gnus)Formatting Variables."
+  :link '(custom-manual "(gnus)Formatting Variables")
   :type 'string
   :group 'gnus-summary-format)