comparison ChangeLog @ 102:38b0a1532a37 noffle

[svn] Only track remote message no when subscribed
author bears
date Mon, 05 Jun 2000 09:57:05 +0100
parents ce8191c38f44
children 8eb2975c8c1a
comparison
equal deleted inserted replaced
101:ce8191c38f44 102:38b0a1532a37
1 ------------------------------------------------------------------------------- 1 -------------------------------------------------------------------------------
2 NOFFLE ChangeLog 2 NOFFLE ChangeLog
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Mon Jun 5 09:46:30 BST 2000 Jim Hague <jim.hague@acm.org>
6
7 * src/client.c, src/fetch.c, src/group.c, src/group.h, src/noffle.c:
8 Don't track remote message number read unless subscribed to a group.
9 This stops 'Missing articles' pseudos being generated when you join
10 a group some time after doing the 'noffle --query groups' that first
11 found the group, or if you resubscribe a while after unsubscribing.
12 They will still be generated if articles are missed when a group is
13 subscribed, in which case the pseudo message is entirely applicable.
14
5 Mon May 29 18:28:25 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> 15 Mon May 29 18:28:25 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de>
6 16
7 * configure, configure.in: Changed the --enable-debug option of configure. 17 * configure, configure.in: Changed the --enable-debug option of configure.
8 It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler- 18 It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler-
9 warnings, minimum compiler-warnings and maximum compiler-warnings. 19 warnings, minimum compiler-warnings and maximum compiler-warnings.