From 8fae8983f5ed7e2f6c189037b27d871f24075e4d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 8 Sep 2002 05:04:38 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/gnus-art.el | 1 + 2 files changed, 5 insertions(+) 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") -- 1.7.10.4