]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-strike-through): New face.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2011 00:03:19 +0000 (00:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 30 Apr 2011 00:03:19 +0000 (00:03 +0000)
 (shr-tag-s): Use it to provide <s> support.
 (shr-tag-s): Remove duplicate definition.

lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 99a08de633b816d27e009998236e68039985fd4f..a4327337f87a388bc733872d3a9990e7a2821719 100644 (file)
@@ -1,3 +1,9 @@
+2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-strike-through): New face.
+       (shr-tag-s): Use it to provide <s> support.
+       (shr-tag-s): Remove duplicate definition.
+
 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
index 1f6cb528c5db423ae926412ef8c419146cb9b226..20865bda5ac76e81e85accbce545d8000d0e4498 100644 (file)
@@ -87,6 +87,10 @@ used."
 This is used for cid: URLs, and the function is called with the
 cid: URL as the argument.")
 
+(defface shr-strike-through '((t (:strike-through t)))
+  "Font for <s> elements."
+  :group 'shr)
+
 ;;; Internal variables.
 
 (defvar shr-folding-mode nil)
@@ -760,6 +764,9 @@ ones, in case fg and bg are nil."
   (shr-generic cont)
   (shr-ensure-newline))
 
+(defun shr-tag-s (cont)
+  (shr-fontize-cont cont 'shr-strike-through))
+
 (defun shr-tag-b (cont)
   (shr-fontize-cont cont 'bold))
 
@@ -775,9 +782,6 @@ ones, in case fg and bg are nil."
 (defun shr-tag-u (cont)
   (shr-fontize-cont cont 'underline))
 
-(defun shr-tag-s (cont)
-  (shr-fontize-cont cont 'strike-through))
-
 (defun shr-parse-style (style)
   (when style
     (save-match-data