diff ChangeLog @ 194:a4e9a20e50e5 noffle

[svn] * docs/noffle.conf.5,src/configfile.c,src/filter.h,src/filter.c: Contrary to the documentation, the action of a filter if not specified was 'full'. Add a new 'default' action which makes the action that of the group's subscription mode. Make this the default action, and allow 'default' to be specified explicitly as the action in the filter definition. Adapted from patch submitted by Mirko Liss. Thanks, Mirko. * docs/noffle.conf.5: Correct small typo.
author bears
date Tue, 30 Oct 2001 12:42:13 +0000
parents 021d145e34e9
children 76460d98b2fb
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 22 14:41:43 2001 +0100
+++ b/ChangeLog	Tue Oct 30 12:42:13 2001 +0000
@@ -1,3 +1,13 @@
+Tur Oct 30 2001 Jim Hague <jim.hague@acm.org>
+
+* docs/noffle.conf.5,src/configfile.c,src/filter.h,src/filter.c:
+  Contrary to the documentation, the action of a filter if not specified
+  was 'full'. Add a new 'default' action which makes the action that of the
+  group's subscription mode. Make this the default action, and allow
+  'default' to be specified explicitly as the action in the filter
+  definition. Adapted from patch submitted by Mirko Liss. Thanks, Mirko.
+* docs/noffle.conf.5: Correct small typo.
+	
 Mon Oct 22 2001 Jim Hague <jim.hague@acm.org>
 
 * src/fetch.c: Only leave articles in the requested list if the error
@@ -38,7 +48,7 @@
 Wed Sep 12 2001 Jim Hague <jim.hague@acm.org>
 
 * src/client.c,src/client.h,src/fetch.c,src/noffle.c,src/server.c:
-  robustness - instead of retruning simple Passed/Failed statuses from
+  robustness - instead of returning simple Passed/Failed statuses from
   connection functions, return an integer status instead. This allows
   Noffle to distinguish between a connection failure, an unrecoverable
   protocol error and a recoverable problem. As a concrete instance, Noffle