Mercurial > noffle
changeset 83:cea3ea783f5d noffle
[svn] Jim's latest
author | bears |
---|---|
date | Sun, 14 May 2000 17:16:24 +0100 |
parents | 1eb0cdd17c76 |
children | 8c6dbce3b178 |
files | ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jim.hague@acm.org> + + * 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 <markus.enzenberger@t-online.de> * src/fetch.c: Did some refactoring. @@ -9,6 +22,9 @@ Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> * 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)