From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 27 Mar 2011 13:49:16 +0000 (+0000)
Subject: Add 90) Implement NO-TAG: patterns
X-Git-Tag: v_3_0_18~298
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/static/faq/@default-cgi@show-url-info?a=commitdiff_plain;h=544914b970931fe0e0440335fdd3b74a024afd29;p=privoxy.git

Add 90) Implement NO-TAG: patterns
---

diff --git a/TODO b/TODO
index 0db8372a..0ef965d2 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.33 2011/02/10 22:16:55 fabiankeil Exp $
+$Id: TODO,v 1.34 2011/02/10 22:18:30 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -252,3 +252,7 @@ have been added, not by priority.
 89) When multiple block actions apply, consider showing all the block
     reasons on the blocked page that haven't been overruled, not just
     the last one.
+
+90) Implement NO-TAG: patterns that enable a section if the
+    provided pattern doesn't match any TAG. This would make
+    some things cleaner.