# HG changeset patch # User bears # Date 958232358 -3600 # Node ID 1f6e2a55fc751845969db26b0cfb6a1635a51102 # Parent 22b3e3dfc8c2d31373285ef54ea0988d00f8151e [svn] Updates diff -r 22b3e3dfc8c2 -r 1f6e2a55fc75 ChangeLog --- a/ChangeLog Sat May 13 16:38:39 2000 +0100 +++ b/ChangeLog Sat May 13 16:39:18 2000 +0100 @@ -2,6 +2,20 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Sat May 13 15:09:01 BST 2000 Jim Hague + + * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). + * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting + in Log_init and new_Over to remove compiler warnings. + * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) + macro to indicate deliberately unused function parameters and + remove warnings. + * src/content.c: Preserve gen info in Cont_write() provided it is + followed by an article with the next number. Stops gen info article + vanishing instantly on reading when auto-subscribe is on, which + was sort-of confusing for users (why can't I read that again?) + and caused xrn to complain the NNTP server was broken. + Sat May 13 2000 Markus Enzenberger * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.