emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el
Date: Wed, 09 Feb 2005 10:51:25 -0500

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.61 emacs/lisp/gnus/gnus-art.el:1.62
*** emacs/lisp/gnus/gnus-art.el:1.61    Sun Feb  6 11:56:41 2005
--- emacs/lisp/gnus/gnus-art.el Wed Feb  9 15:50:39 2005
***************
*** 213,219 ****
  signatures, but will never scroll down to show you a page consisting
  only of boring text.  Boring text is controlled by
  `gnus-article-boring-faces'."
!   :version "21.4"
    :type 'boolean
    :group 'gnus-article-hiding)
  
--- 213,219 ----
  signatures, but will never scroll down to show you a page consisting
  only of boring text.  Boring text is controlled by
  `gnus-article-boring-faces'."
!   :version "22.1"
    :type 'boolean
    :group 'gnus-article-hiding)
  
***************
*** 318,324 ****
                   (symbol :tag "Item in `gnus-article-banner-alist'" none)
                   regexp
                   (const :tag "None" nil))))
!   :version "21.4"
    :group 'gnus-article-washing)
  
  (defmacro gnus-emphasis-custom-with-format (&rest body)
--- 318,324 ----
                   (symbol :tag "Item in `gnus-article-banner-alist'" none)
                   regexp
                   (const :tag "None" nil))))
!   :version "22.1"
    :group 'gnus-article-washing)
  
  (defmacro gnus-emphasis-custom-with-format (&rest body)
***************
*** 806,812 ****
  To see e.g. security buttons you could set this to
  `(\"multipart/signed\")'.
  This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
!   :version "21.4"
    :group 'gnus-article-mime
    :type '(repeat regexp))
  
--- 806,812 ----
  To see e.g. security buttons you could set this to
  `(\"multipart/signed\")'.
  This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
!   :version "22.1"
    :group 'gnus-article-mime
    :type '(repeat regexp))
  
***************
*** 815,828 ****
  When nil (the default value), then some MIME parts do not get buttons,
  as described by the variables `gnus-buttonized-mime-types' and
  `gnus-unbuttonized-mime-types'."
!   :version "21.4"
    :type 'boolean)
  
  (defcustom gnus-body-boundary-delimiter "_"
    "String used to delimit header and body.
  This variable is used by `gnus-article-treat-body-boundary' which can
  be controlled by `gnus-treat-body-boundary'."
!   :version "21.4"
    :group 'gnus-article-various
    :type '(choice (item :tag "None" :value nil)
                 string))
--- 815,828 ----
  When nil (the default value), then some MIME parts do not get buttons,
  as described by the variables `gnus-buttonized-mime-types' and
  `gnus-unbuttonized-mime-types'."
!   :version "22.1"
    :type 'boolean)
  
  (defcustom gnus-body-boundary-delimiter "_"
    "String used to delimit header and body.
  This variable is used by `gnus-article-treat-body-boundary' which can
  be controlled by `gnus-treat-body-boundary'."
!   :version "22.1"
    :group 'gnus-article-various
    :type '(choice (item :tag "None" :value nil)
                 string))
***************
*** 831,837 ****
    "Defines the location of the faces database.
  For information on obtaining this database of pretty pictures, please
  see http://www.cs.indiana.edu/picons/ftp/index.html";
!   :version "21.4"
    :type '(repeat directory)
    :link '(url-link :tag "download"
                   "http://www.cs.indiana.edu/picons/ftp/index.html";)
--- 831,837 ----
    "Defines the location of the faces database.
  For information on obtaining this database of pretty pictures, please
  see http://www.cs.indiana.edu/picons/ftp/index.html";
!   :version "22.1"
    :type '(repeat directory)
    :link '(url-link :tag "download"
                   "http://www.cs.indiana.edu/picons/ftp/index.html";)
***************
*** 972,978 ****
    "Remove carriage returns.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 972,978 ----
    "Remove carriage returns.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 981,987 ****
    "Remove newlines from within URLs.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 981,987 ----
    "Remove newlines from within URLs.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 990,996 ****
    "Remove leading whitespace in headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 990,996 ----
    "Remove leading whitespace in headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1110,1116 ****
    "Display the Date in a format that can be read aloud in English.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-head-custom)
--- 1110,1116 ----
    "Display the Date in a format that can be read aloud in English.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-head-custom)
***************
*** 1186,1192 ****
    "Unfold folded header lines.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 1186,1192 ----
    "Unfold folded header lines.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1195,1201 ****
    "Fold headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 1195,1201 ----
    "Fold headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1204,1210 ****
    "Fold the Newsgroups and Followup-To headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 1204,1210 ----
    "Fold the Newsgroups and Followup-To headers.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1270,1276 ****
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)X-Face' for details."
    :group 'gnus-article-treat
!   :version "21.4"
    :link '(custom-manual "(gnus)Customizing Articles")
    :link '(custom-manual "(gnus)X-Face")
    :type gnus-article-treat-head-custom)
--- 1270,1276 ----
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)X-Face' for details."
    :group 'gnus-article-treat
!   :version "22.1"
    :link '(custom-manual "(gnus)Customizing Articles")
    :link '(custom-manual "(gnus)X-Face")
    :type gnus-article-treat-head-custom)
***************
*** 1301,1307 ****
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
--- 1301,1307 ----
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1317,1323 ****
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
--- 1317,1323 ----
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1333,1339 ****
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
--- 1333,1339 ----
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' and Info node
  `(gnus)Picons' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :group 'gnus-picon
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1349,1355 ****
    "Draw a boundary at the end of the headers.
  Valid values are nil and `head'.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-head-custom)
--- 1349,1355 ----
    "Draw a boundary at the end of the headers.
  Valid values are nil and `head'.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-head-custom)
***************
*** 1367,1373 ****
    "Format as HTML.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
--- 1367,1373 ----
    "Format as HTML.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :link '(custom-manual "(gnus)Customizing Articles")
    :type gnus-article-treat-custom)
***************
*** 1403,1409 ****
  To automatically treat X-PGP-Sig, set it to head.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "21.4"
    :group 'gnus-article-treat
    :group 'mime-security
    :link '(custom-manual "(gnus)Customizing Articles")
--- 1403,1409 ----
  To automatically treat X-PGP-Sig, set it to head.
  Valid values are nil, t, `head', `last', an integer or a predicate.
  See Info node `(gnus)Customizing Articles' for details."
!   :version "22.1"
    :group 'gnus-article-treat
    :group 'mime-security
    :link '(custom-manual "(gnus)Customizing Articles")
***************
*** 1417,1423 ****
  (defcustom gnus-article-encrypt-protocol "PGP"
    "The protocol used for encrypt articles.
  It is a string, such as \"PGP\". If nil, ask user."
!   :version "21.4"
    :type 'string
    :group 'mime-security)
  
--- 1417,1423 ----
  (defcustom gnus-article-encrypt-protocol "PGP"
    "The protocol used for encrypt articles.
  It is a string, such as \"PGP\". If nil, ask user."
!   :version "22.1"
    :type 'string
    :group 'mime-security)
  
***************
*** 1429,1441 ****
                              (executable-find idna-program))
    "Whether IDNA decoding of headers is used when viewing messages.
  This requires GNU Libidn, and by default only enabled if it is found."
!   :version "21.4"
    :group 'gnus-article-headers
    :type 'boolean)
  
  (defcustom gnus-article-over-scroll nil
    "If non-nil, allow scrolling the article buffer even when there no more 
text."
!   :version "21.4"
    :group 'gnus-article
    :type 'boolean)
  
--- 1429,1441 ----
                              (executable-find idna-program))
    "Whether IDNA decoding of headers is used when viewing messages.
  This requires GNU Libidn, and by default only enabled if it is found."
!   :version "22.1"
    :group 'gnus-article-headers
    :type 'boolean)
  
  (defcustom gnus-article-over-scroll nil
    "If non-nil, allow scrolling the article buffer even when there no more 
text."
!   :version "22.1"
    :group 'gnus-article
    :type 'boolean)
  
***************
*** 4703,4709 ****
  
  (defcustom gnus-mime-display-multipart-alternative-as-mixed nil
    "Display \"multipart/alternative\" parts as  \"multipart/mixed\"."
!   :version "21.4"
    :group 'gnus-article-mime
    :type 'boolean)
  
--- 4703,4709 ----
  
  (defcustom gnus-mime-display-multipart-alternative-as-mixed nil
    "Display \"multipart/alternative\" parts as  \"multipart/mixed\"."
!   :version "22.1"
    :group 'gnus-article-mime
    :type 'boolean)
  
***************
*** 4713,4719 ****
  If displaying \"text/html\" is discouraged \(see
  `mm-discouraged-alternatives'\) images or other material inside a
  \"multipart/related\" part might be overlooked when this variable is nil."
!   :version "21.4"
    :group 'gnus-article-mime
    :type 'boolean)
  
--- 4713,4719 ----
  If displaying \"text/html\" is discouraged \(see
  `mm-discouraged-alternatives'\) images or other material inside a
  \"multipart/related\" part might be overlooked when this variable is nil."
!   :version "22.1"
    :group 'gnus-article-mime
    :type 'boolean)
  
***************
*** 5821,5827 ****
  (defcustom gnus-button-valid-fqdn-regexp
    message-valid-fqdn-regexp
    "Regular expression that matches a valid FQDN."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type 'regexp)
  
--- 5821,5827 ----
  (defcustom gnus-button-valid-fqdn-regexp
    message-valid-fqdn-regexp
    "Regular expression that matches a valid FQDN."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type 'regexp)
  
***************
*** 5829,5835 ****
    "Function to use for displaying man pages.
  The function must take at least one argument with a string naming the
  man page."
!   :version "21.4"
    :type '(choice (function-item :tag "Man" manual-entry)
                 (function-item :tag "Woman" woman)
                 (function :tag "Other"))
--- 5829,5835 ----
    "Function to use for displaying man pages.
  The function must take at least one argument with a string naming the
  man page."
!   :version "22.1"
    :type '(choice (function-item :tag "Man" manual-entry)
                 (function-item :tag "Woman" woman)
                 (function :tag "Other"))
***************
*** 5840,5846 ****
  If the default site is too slow, try to find a CTAN mirror, see
  <URL:http://tug.ctan.org/tex-archive/CTAN.sites?action=/index.html>.  See also
  the variable `gnus-button-handle-ctan'."
!   :version "21.4"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type '(choice (const "http://www.tex.ac.uk/tex-archive/";)
--- 5840,5846 ----
  If the default site is too slow, try to find a CTAN mirror, see
  <URL:http://tug.ctan.org/tex-archive/CTAN.sites?action=/index.html>.  See also
  the variable `gnus-button-handle-ctan'."
!   :version "22.1"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type '(choice (const "http://www.tex.ac.uk/tex-archive/";)
***************
*** 5851,5864 ****
  (defcustom gnus-button-ctan-handler 'browse-url
    "Function to use for displaying CTAN links.
  The function must take one argument, the string naming the URL."
!   :version "21.4"
    :type '(choice (function-item :tag "Browse Url" browse-url)
                 (function :tag "Other"))
    :group 'gnus-article-buttons)
  
  (defcustom gnus-button-handle-ctan-bogus-regexp "^/?tex-archive/\\|^/"
    "Bogus strings removed from CTAN URLs."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type '(choice (const "^/?tex-archive/\\|/")
                 (regexp :tag "Other")))
--- 5851,5864 ----
  (defcustom gnus-button-ctan-handler 'browse-url
    "Function to use for displaying CTAN links.
  The function must take one argument, the string naming the URL."
!   :version "22.1"
    :type '(choice (function-item :tag "Browse Url" browse-url)
                 (function :tag "Other"))
    :group 'gnus-article-buttons)
  
  (defcustom gnus-button-handle-ctan-bogus-regexp "^/?tex-archive/\\|^/"
    "Bogus strings removed from CTAN URLs."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type '(choice (const "^/?tex-archive/\\|/")
                 (regexp :tag "Other")))
***************
*** 5872,5878 ****
     "\\)")
    "Regular expression for ctan directories.
  It should match all directories in the top level of `gnus-ctan-url'."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type 'regexp)
  
--- 5872,5878 ----
     "\\)")
    "Regular expression for ctan directories.
  It should match all directories in the top level of `gnus-ctan-url'."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type 'regexp)
  
***************
*** 5882,5888 ****
          gnus-button-valid-fqdn-regexp
          ">?\\)\\b")
    "Regular expression that matches a message ID or a mail address."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type 'regexp)
  
--- 5882,5888 ----
          gnus-button-valid-fqdn-regexp
          ">?\\)\\b")
    "Regular expression that matches a message ID or a mail address."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type 'regexp)
  
***************
*** 5894,5900 ****
  symbol `ask', always query the user what do do.  If it is a function, this
  function will be called with the string as it's only argument.  The function
  must return `mid', `mail', `invalid' or `ask'."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type '(choice (function-item :tag "Heuristic function"
                                gnus-button-mid-or-mail-heuristic)
--- 5894,5900 ----
  symbol `ask', always query the user what do do.  If it is a function, this
  function will be called with the string as it's only argument.  The function
  must return `mid', `mail', `invalid' or `ask'."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type '(choice (function-item :tag "Heuristic function"
                                gnus-button-mid-or-mail-heuristic)
***************
*** 5958,5964 ****
  
  A negative RATE indicates a message IDs, whereas a positive indicates a mail
  address.  The REGEXP is processed with `case-fold-search' set to nil."
!   :version "21.4"
    :group 'gnus-article-buttons
    :type '(repeat (cons (number :tag "Rate")
                       (regexp :tag "Regexp"))))
--- 5958,5964 ----
  
  A negative RATE indicates a message IDs, whereas a positive indicates a mail
  address.  The REGEXP is processed with `case-fold-search' set to nil."
!   :version "22.1"
    :group 'gnus-article-buttons
    :type '(repeat (cons (number :tag "Rate")
                       (regexp :tag "Regexp"))))
***************
*** 6143,6149 ****
  specific groups.  Setting it higher in TeX groups is probably a good idea.
  See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
  how to set variables in specific groups."
!   :version "21.4"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
--- 6143,6149 ----
  specific groups.  Setting it higher in TeX groups is probably a good idea.
  See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
  how to set variables in specific groups."
!   :version "22.1"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
***************
*** 6155,6161 ****
  specific groups.  Setting it higher in Unix groups is probably a good idea.
  See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
  how to set variables in specific groups."
!   :version "21.4"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
--- 6155,6161 ----
  specific groups.  Setting it higher in Unix groups is probably a good idea.
  See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
  how to set variables in specific groups."
!   :version "22.1"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
***************
*** 6167,6173 ****
  specific groups.  Setting it higher in Emacs or Gnus related groups is
  probably a good idea.  See Info node `(gnus)Group Parameters' and the variable
  `gnus-parameters' on how to set variables in specific groups."
!   :version "21.4"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
--- 6167,6173 ----
  specific groups.  Setting it higher in Emacs or Gnus related groups is
  probably a good idea.  See Info node `(gnus)Group Parameters' and the variable
  `gnus-parameters' on how to set variables in specific groups."
!   :version "22.1"
    :group 'gnus-article-buttons
    :link '(custom-manual "(gnus)Group Parameters")
    :type 'integer)
***************
*** 6177,6183 ****
  The higher the number, the more buttons will appear and the more false
  positives are possible."
    ;; mail addresses, MIDs, URLs for news, ...
!   :version "21.4"
    :group 'gnus-article-buttons
    :type 'integer)
  
--- 6177,6183 ----
  The higher the number, the more buttons will appear and the more false
  positives are possible."
    ;; mail addresses, MIDs, URLs for news, ...
!   :version "22.1"
    :group 'gnus-article-buttons
    :type 'integer)
  
***************
*** 6186,6192 ****
  The higher the number, the more buttons will appear and the more false
  positives are possible."
    ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
!   :version "21.4"
    :group 'gnus-article-buttons
    :type 'integer)
  
--- 6186,6192 ----
  The higher the number, the more buttons will appear and the more false
  positives are possible."
    ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
!   :version "22.1"
    :group 'gnus-article-buttons
    :type 'integer)
  
***************
*** 6716,6725 ****
    (if (string-match "\\([^#]+\\)#?\\(.*\\)" url)
        (gnus-info-find-node
         (concat "("
!              (gnus-url-unhex-string 
                 (match-string 1 url))
               ")"
!              (or (gnus-url-unhex-string 
                    (match-string 2 url))
                   "Top")))
      (error "Can't parse %s" url)))
--- 6716,6725 ----
    (if (string-match "\\([^#]+\\)#?\\(.*\\)" url)
        (gnus-info-find-node
         (concat "("
!              (gnus-url-unhex-string
                 (match-string 1 url))
               ")"
!              (or (gnus-url-unhex-string
                    (match-string 2 url))
                   "Top")))
      (error "Can't parse %s" url)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]