# HG changeset patch # User bears # Date 958320984 -3600 # Node ID cea3ea783f5d9cd2f21874121293b8ae7c2b6d55 # Parent 1eb0cdd17c7620a2b8b97b99b6a39e4cc0fb626b [svn] Jim's latest diff -r 1eb0cdd17c76 -r cea3ea783f5d ChangeLog --- a/ChangeLog Sun May 14 17:15:08 2000 +0100 +++ b/ChangeLog Sun May 14 17:16:24 2000 +0100 @@ -2,6 +2,19 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Sun May 14 16:51:24 BST 2000 Jim Hague + + * docs/NOTES: Added notes on trn, xrn and knews. + * src/configfile.h, src.configfile.c, src/server.c, docs/noffle.conf.5: + Increment the article number of the gen info article in groups that + are not auto-subscribed each time the gen info article is read. The gen + info article thus remains unread at the start of every newsreading + session. This behaviour can be disabled by setting new config + setting 'info-always-unread' to 'no'. Default is 'yes'. This (I hope) + restores Markus's preferred behaviour. + * INTERNALS: Added file with some rough jottings on the internals of Noffle. + A work in (probably sporadic) progress. + Sun May 14 2000 Markus Enzenberger * src/fetch.c: Did some refactoring. @@ -9,6 +22,9 @@ Sat May 13 15:09:01 BST 2000 Jim Hague * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). + Redid itemlist code slightly to remove need to keep separators + string, at the cost of making it impossible to use '\1' as a + separator. I don't think this will be a problem. * 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)