comparison ChangeLog @ 255:52f467c7213b noffle

[svn] * docs/noffle.1,src/Makefile.am,src/Makefile.in,src/content.c, src/content.h,src/database.c,src/database.h,src/expire.c, src/expire.h,src/noffle.c: Split out expire code from database.c, change to remove articles in place (rather than rebuild article database) and add separate command to rebuild article database from articles listed in overviews. This may help if the article database gets corrupted.
author bears
date Wed, 26 Jun 2002 14:15:44 +0100
parents 93d5d8b098da
children b660fadc1814
comparison
equal deleted inserted replaced
254:4c0f54d51591 255:52f467c7213b
1 Wed Jun 26 2002 Jim Hague <jim.hague@acm.org>
2
3 * aclocal.m4: New aclocal version.
4 * Makefile.in,docs/Makefile.in: Update to reflect last changes to
5 Makefile.am(s). Oops.
6 * configure,configure.in: Add -DDEBUG to build lines when configured
7 with enable-debug.
8 * docs/noffle.1,src/Makefile.am,src/Makefile.in,src/content.c,
9 src/content.h,src/database.c,src/database.h,src/expire.c,
10 src/expire.h,src/noffle.c: Split out expire code from database.c,
11 change to remove articles in place (rather than rebuild article
12 database) and add separate command to rebuild article database
13 from articles listed in overviews. This may help if the article
14 database gets corrupted.
15 * src/protocol.c: Change strcpy to Utl_strcpy and replace ascii check
16 with isascii().
17
1 Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de> 18 Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de>
2 19
3 * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname 20 * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname
4 to Grp_isValidName; create Grp_isForbiddenName(); delete 21 to Grp_isValidName; create Grp_isForbiddenName(); delete
5 client.c:isForbiddenGroupName(). I should be have done it 22 client.c:isForbiddenGroupName(). I should be have done it