# HG changeset patch # User bears # Date 1013707022 0 # Node ID 2b7ddb90d9b22a2ae396f8b4e81d5c7a9d93c9f6 # Parent dbafa3954bbe1990b80954b9d24d0da07b8635b7 [svn] * src/over.c: Fix warning. * src/fetchlist.h,src/fetchlist.c,src/noffle.c: Provide fetchmode for groups on fetchlist. * src/server.c: When fetching overviews online from groups on the fetchlist, fetch them in the appropriate fetch mode for the group. E.g. if group mode is FULL, fetch overviews and put all articles on articles required list to be fetched on the next noffle --fetch. * packages/redhat/noffle.spec: Incorporate changes from Carles Arjona. diff -r dbafa3954bbe -r 2b7ddb90d9b2 ChangeLog --- a/ChangeLog Thu Feb 14 17:16:27 2002 +0000 +++ b/ChangeLog Thu Feb 14 17:17:02 2002 +0000 @@ -1,3 +1,14 @@ +Thu Feb 14 2002 Jim Hague + +* src/over.c: Fix warning. +* src/fetchlist.h,src/fetchlist.c,src/noffle.c: Provide fetchmode for + groups on fetchlist. +* src/server.c: When fetching overviews online from groups on the fetchlist, + fetch them in the appropriate fetch mode for the group. E.g. if group + mode is FULL, fetch overviews and put all articles on articles required + list to be fetched on the next noffle --fetch. +* packages/redhat/noffle.spec: Incorporate changes from Carles Arjona. + Fri Feb 8 2002 Jim Hague * docs/noffle.conf.5: Correct typo in From: filter description.