Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 22 Dec 2000 07:12:10 +0000 (07:12 +0000)
committeryamaoka <yamaoka>
Fri, 22 Dec 2000 07:12:10 +0000 (07:12 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 405ab6c..4e142ee 100644 (file)
@@ -1,3 +1,12 @@
+2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-treat-dumbquotes): Quote \.
+
+2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
+       Emacs runs on a terminal.
+
 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-msg.el (gnus-bug): Revert to save-excursion.
index 72a494a..98bb934 100644 (file)
@@ -792,7 +792,11 @@ See the manual for details."
   :type gnus-article-treat-head-custom)
 (put 'gnus-treat-buttonize-head 'highlight t)
 
-(defcustom gnus-treat-emphasize nil
+(defcustom gnus-treat-emphasize
+  (and (or window-system
+          (featurep 'xemacs)
+          (>= (string-to-number emacs-version) 21))
+       50000)
   "Emphasize text.
 Valid values are nil, t, `head', `last', an integer or a predicate.
 See the manual for details."