comparison ChangeLog @ 131:3598fc9581c1 noffle

[svn] Added filtering
author bears
date Wed, 09 Aug 2000 22:30:58 +0100
parents 3c71e28c8eef
children a740dac296bc
comparison
equal deleted inserted replaced
130:d6c006a27ffe 131:3598fc9581c1
1 ------------------------------------------------------------------------------- 1 -------------------------------------------------------------------------------
2 NOFFLE ChangeLog 2 NOFFLE ChangeLog
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Wed Aug 9 22:02:21 BST 2000 Jim Hague <jim.hague@acm.org>
6
7 * src/client.c: Use plain LIST instead of LIST ACTIVE if possible
8 for compatability with old servers.
9 * src/client.c,src/fetch.c: Fix fetching bugs that could potentially
10 have left the lock in the wrong state.
11 * docs/noffle.conf.5,src/Makefile.in,src/client.c,src/configfile.c,
12 noffle.conf.example: Add first-cut article filtering. Note you will
13 need to run 'configure' again to re-generate src/Makefile.
14
5 Mon 24 Jul 20:30:05 BST 2000 Jim Hague <jim.hague@acm.org> 15 Mon 24 Jul 20:30:05 BST 2000 Jim Hague <jim.hague@acm.org>
6 16
7 * src/database.h,src/database.c,src/server.c: Redo XHDR and 17 * src/database.h,src/database.c,src/server.c: Redo XHDR and
8 XPAT to handle 'XHDR <msgid>' and 'XPAT <msgid>'. Common up 18 XPAT to handle 'XHDR <msgid>' and 'XPAT <msgid>'. Common up
9 code shared by XHDR and XPAT. 19 code shared by XHDR and XPAT.