From: Per Abrahamsen Date: Thu, 3 Jan 2002 12:29:36 +0000 (+0000) Subject: 2002-01-03 Per Abrahamsen X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;ds=sidebyside;h=f34aa4cca7eb80ea0383b0c6958f0593ff249c29;p=gnus 2002-01-03 Per Abrahamsen * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 850b46fe2..3e7be177d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2002-01-03 Per Abrahamsen + * 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. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index cfa69e931..79642b7c3 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -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) diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el index 32881bae5..b37f72b25 100644 --- a/lisp/gnus-srvr.el +++ b/lisp/gnus-srvr.el @@ -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) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e104635dc..b65bc004a 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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) diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index 215ca755f..85cbd2440 100644 --- a/lisp/gnus-topic.el +++ b/lisp/gnus-topic.el @@ -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) diff --git a/lisp/gnus.el b/lisp/gnus.el index f28018b8e..4056e2cba 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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 @@ -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)