*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 16 Nov 1999 19:11:40 +0000 (19:11 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 16 Nov 1999 19:11:40 +0000 (19:11 +0000)
lisp/ChangeLog
lisp/gnus-art.el
lisp/mm-encode.el

index 89a68b5..ee10a90 100644 (file)
@@ -1,7 +1,10 @@
 1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * mm-encode.el: Another CVS test.
+
        * gnus-art.el (gnus-treat-emphasize): Change default.
        (gnus-treat-buttonize): Ditto.
+       (gnus-treat-buttonize): This is a test.
 
        * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
        (gnus-build-sparse-threads): Ditto.
index ff8dea4..6e12f57 100644 (file)
@@ -666,7 +666,7 @@ See the manual for details."
   :type gnus-article-treat-custom)
 (put 'gnus-treat-highlight-signature 'highlight t)
 
-(defcustom gnus-treat-buttonize 100000
+(defcustom gnus-treat-buttonize 100000 
   "Add buttons.
 Valid values are nil, t, `head', `last', an integer or a predicate.
 See the manual for details."
index cb30876..251ed57 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-encode.el --- Functions for encoding MIME things
+;;; mm-encode.el --- Functions for encoding MIME things 
 ;; Copyright (C) 1998,99 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>