Mercurial > noffle
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 26 14:14:56 2002 +0100 +++ b/ChangeLog Wed Jun 26 14:15:44 2002 +0100 @@ -1,3 +1,20 @@ +Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> + +* aclocal.m4: New aclocal version. +* Makefile.in,docs/Makefile.in: Update to reflect last changes to + Makefile.am(s). Oops. +* configure,configure.in: Add -DDEBUG to build lines when configured + with enable-debug. +* 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. +* src/protocol.c: Change strcpy to Utl_strcpy and replace ascii check + with isascii(). + Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de> * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname