From: yamaoka Date: Sun, 8 Sep 2002 05:04:38 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_8-02-quimby~2 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fae8983f5ed7e2f6c189037b27d871f24075e4d;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4cae14..ef1e92b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-09-07 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-dumbquotes-map): Add \230. + 2002-09-06 Lars Magne Ingebrigtsen * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d". diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 95b737e..b45ee9e 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -724,6 +724,7 @@ displayed by the first non-nil matching CONTENT face." ("\225" "*") ("\226" "-") ("\227" "--") + ("\230" "-") ; This might not be correct. ("\231" "(TM)") ("\233" ">") ("\234" "oe")