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-cite.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cite.el [lexbind]
Date: Thu, 04 Nov 2004 08:33:34 -0500

Index: emacs/lisp/gnus/gnus-cite.el
diff -c emacs/lisp/gnus/gnus-cite.el:1.9.2.4 
emacs/lisp/gnus/gnus-cite.el:1.9.2.5
*** emacs/lisp/gnus/gnus-cite.el:1.9.2.4        Wed Oct  6 05:21:53 2004
--- emacs/lisp/gnus/gnus-cite.el        Thu Nov  4 13:12:21 2004
***************
*** 124,129 ****
--- 124,130 ----
  (defcustom gnus-cite-unsightly-citation-regexp
    "^-----Original Message-----\nFrom: \\(.+\n\\)+\n"
    "Regexp matching Microsoft-type rest-of-message citations."
+   :version "21.4"
    :group 'gnus-cite
    :type 'regexp)
  
***************
*** 131,136 ****
--- 132,138 ----
    "Non-nil means don't regard lines beginning with \">From \" as cited text.
  Those lines may have been quoted by MTAs in order not to mix up with
  the envelope From line."
+   :version "21.4"
    :group 'gnus-cite
    :type 'boolean)
  
***************
*** 141,146 ****
--- 143,149 ----
  (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
    "Face used for attribution lines.
  It is merged with the face for the cited text belonging to the attribution."
+   :version "21.4"
    :group 'gnus-cite
    :type 'face)
  
***************
*** 278,284 ****
  
  (defcustom gnus-cite-blank-line-after-header t
    "If non-nil, put a blank line between the citation header and the button."
-   :version "21.4"
    :group 'gnus-cite
    :type 'boolean)
  
--- 281,286 ----
***************
*** 290,296 ****
  If an article has more pages below the one you are looking at, but
  nothing on those pages is a word of at least three letters that is not
  in a boring face, then the pages will be skipped."
-   :version "21.4"
    :type '(repeat face)
    :group 'gnus-article-hiding)
  
--- 292,297 ----




reply via email to

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