Mercurial > noffle
comparison ChangeLog @ 76:1f6e2a55fc75 noffle
[svn] Updates
author | bears |
---|---|
date | Sat, 13 May 2000 16:39:18 +0100 |
parents | 38c86048fe2e |
children | 8f99308edea0 |
comparison
equal
deleted
inserted
replaced
75:22b3e3dfc8c2 | 76:1f6e2a55fc75 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | |
5 Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). | |
8 * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting | |
9 in Log_init and new_Over to remove compiler warnings. | |
10 * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) | |
11 macro to indicate deliberately unused function parameters and | |
12 remove warnings. | |
13 * src/content.c: Preserve gen info in Cont_write() provided it is | |
14 followed by an article with the next number. Stops gen info article | |
15 vanishing instantly on reading when auto-subscribe is on, which | |
16 was sort-of confusing for users (why can't I read that again?) | |
17 and caused xrn to complain the NNTP server was broken. | |
4 | 18 |
5 Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 19 Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
6 | 20 |
7 * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output. | 21 * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output. |
8 * src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and | 22 * src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and |