Mercurial > noffle
comparison ChangeLog @ 83:cea3ea783f5d noffle
[svn] Jim's latest
author | bears |
---|---|
date | Sun, 14 May 2000 17:16:24 +0100 |
parents | 8f99308edea0 |
children | 8c6dbce3b178 |
comparison
equal
deleted
inserted
replaced
82:1eb0cdd17c76 | 83:cea3ea783f5d |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 Sun May 14 16:51:24 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * docs/NOTES: Added notes on trn, xrn and knews. | |
8 * src/configfile.h, src.configfile.c, src/server.c, docs/noffle.conf.5: | |
9 Increment the article number of the gen info article in groups that | |
10 are not auto-subscribed each time the gen info article is read. The gen | |
11 info article thus remains unread at the start of every newsreading | |
12 session. This behaviour can be disabled by setting new config | |
13 setting 'info-always-unread' to 'no'. Default is 'yes'. This (I hope) | |
14 restores Markus's preferred behaviour. | |
15 * INTERNALS: Added file with some rough jottings on the internals of Noffle. | |
16 A work in (probably sporadic) progress. | |
17 | |
5 Sun May 14 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 18 Sun May 14 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
6 | 19 |
7 * src/fetch.c: Did some refactoring. | 20 * src/fetch.c: Did some refactoring. |
8 | 21 |
9 Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> | 22 Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> |
10 | 23 |
11 * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). | 24 * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). |
25 Redid itemlist code slightly to remove need to keep separators | |
26 string, at the cost of making it impossible to use '\1' as a | |
27 separator. I don't think this will be a problem. | |
12 * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting | 28 * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting |
13 in Log_init and new_Over to remove compiler warnings. | 29 in Log_init and new_Over to remove compiler warnings. |
14 * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) | 30 * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) |
15 macro to indicate deliberately unused function parameters and | 31 macro to indicate deliberately unused function parameters and |
16 remove warnings. | 32 remove warnings. |