From 36d2a0a273c7f429fc7fd898d5b45b9056cc5ef0 Mon Sep 17 00:00:00 2001 From: psg <> Date: Tue, 30 May 2006 23:42:48 +0000 Subject: debian-el: - debian-bug.el: "Change the face of Tags: for experimental", thanks to Luca Capello for the bug and patch (Closes: #357265). --- debian-bug.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-bug.el b/debian-bug.el index accfb2e..b5752be 100644 --- a/debian-bug.el +++ b/debian-bug.el @@ -273,6 +273,8 @@ ;; Thanks to Luca Capello (Closes: #337659) ;; V1.59 14Nov2005 Peter S Galbraith ;; - Search for "^cc:" instead of simply "cc:" in Bug #208570 change. +;; V1.60 30May2006 Luca Capello +;; - Change the face of Tags: for experimental, (Closes: #357265) ;; ---------------------------------------------------------------------------- ;;; Todo (Peter's list): @@ -796,7 +798,7 @@ Optional argument ACTION can be provided in programs." ("^ *\\(Version:\\) *\\([^ \n]+\n\\)?" (1 font-lock-keyword-face) (2 font-lock-type-face nil t)) - ("^ *\\(Tags:\\).*\\(patch\\)" + ("^ *\\(Tags:\\).*\\(\\(patch\\|experimental\\)\\)" (1 font-lock-keyword-face) (2 font-lock-type-face nil t)) ("^ *\\(Tags:\\).*\\(security\\)" -- cgit v1.2.3