From: yamaoka Date: Fri, 22 Dec 2000 07:12:10 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_0-01-quimby~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c9642fc8faeea1d3e5f425212ef09f80ec761a0c;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 405ab6c..4e142ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-12-21 Katsumi Yamaoka + + * gnus-art.el (article-treat-dumbquotes): Quote \. + +2000-12-21 22:00:00 ShengHuo ZHU + + * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if + Emacs runs on a terminal. + 2000-12-21 14:00:00 ShengHuo ZHU * gnus-msg.el (gnus-bug): Revert to save-excursion. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 72a494a..98bb934 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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."