Add 90) Implement NO-TAG: patterns
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:49:16 +0000 (13:49 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:49:16 +0000 (13:49 +0000)
TODO

diff --git a/TODO b/TODO
index 0db8372..0ef965d 100644 (file)
--- 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.
 
 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.
 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.