Just polishing the chrome a little...
authorDavid Schmidt <david__schmidt@users.sourceforge.net>
Tue, 29 Aug 2006 00:39:54 +0000 (00:39 +0000)
committerDavid Schmidt <david__schmidt@users.sourceforge.net>
Tue, 29 Aug 2006 00:39:54 +0000 (00:39 +0000)
ChangeLog
default.action.master
user.action

index 89ca880..9703bb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
 ChangeLog for Privoxy
 --------------------------------------------------------------------
 *** Since 3.0.3 ***
-- Windows version can be installed/started as a service
-- W32 icon stays blue when Privoxy is idle.
+- Windows version can be installed/started as a service.
+- Windows icon stays blue when Privoxy is idle, green when busy.
 - Integrated Fabian Keil's extensive patch.  See:
   http://www.fabiankeil.de/sourcecode/privoxy/. Includes the 
   following new actions (among many other improvements):
@@ -24,8 +24,8 @@ ChangeLog for Privoxy
      treat-forbidden-connects-like-blocks
      filter-headers
 
-- Error messages are no longer be cached
-- Improved DNS error handling
+- Error messages are no longer be cached.
+- Improved DNS error handling.
 - Multiple filter files can now be specified in config.
 - Added jpeg filtering to defend against MS jpeg vulnerability MS04-028
 - Removed the "arbitrary" 1000 filter limit - addresses tracker #911950
index 00d6576..8a5447f 100644 (file)
@@ -2,7 +2,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.12 2006/08/03 02:46:41 david__schmidt Exp $
+#  $Id: default.action.master,v 1.13 2006/08/19 03:13:00 david__schmidt Exp $
 #
 #  Purpose     :  Default actions file, see
 #                 http://www.privoxy.org/user-manual/actions-file.html
@@ -413,8 +413,6 @@ myfilters   = +filter{html-annoyances} +filter{js-annoyances} +filter{all-popups
 # Allow ads for selected useful free sites:
 #
 allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
-#... etc.  Customize to your heart's content.
-
 
 #############################################################################
 # Defaults
@@ -456,7 +454,7 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 -inspect-jpegs \
 -kill-popups \
 -limit-connect \
-+prevent-compression \
+-prevent-compression \
 -send-vanilla-wafer \
 -send-wafer \
 +session-cookies-only \
index 37e9cf5..0ca935f 100644 (file)
@@ -2,7 +2,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/user.action,v $
 # 
-#  $Id: user.action,v 1.1.2.3 2004/01/30 16:48:26 oes Exp $
+#  $Id: user.action,v 1.4 2006/07/18 14:48:47 david__schmidt Exp $
 #
 #  Purpose     :  User-maintained actions file, see
 #                 http://www.privoxy.org/user-manual/actions-file.html
@@ -57,6 +57,7 @@ myfilters   = +filter{html-annoyances} +filter{js-annoyances} +filter{popups}\
 # Allow ads for selected useful free sites:
 #
 allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
+#... etc.  Customize to your heart's content.
 
 ## end aliases ########################################################
 #######################################################################