Mercurial > noffle
changeset 76:1f6e2a55fc75 noffle
[svn] Updates
author | bears |
---|---|
date | Sat, 13 May 2000 16:39:18 +0100 |
parents | 22b3e3dfc8c2 |
children | 400ff41971ef |
files | ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jim.hague@acm.org> + + * 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 <markus.enzenberger@t-online.de> * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.