X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=a235422fc5f2341ad9791f249cd3c3f061eab063;hb=acddc5761717d2f004a8380bef154e7a5f954938;hp=d34ed338293f688e7291cfaa4c7abbcfe41a0d42;hpb=d6be8789cf70fea7b80d333f28ce63e370f1fd07;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index d34ed3382..a235422fc 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,6 +1,13 @@ +Thu May 20 20:01:30 EDT 1999 Art Cancro + * database.c: print log messages for file defragmentations + * citserver.c: implemented CtdlAllocUserData() and CtdlGetUserData() + for arbitrary per-session data storage (by modules etc.) without + having to add fields to struct CitContext + * msgbase.c: removed "desired_section" from struct CitContext and + implemented it using CtdlGetUserData() as a test. + Wed May 19 19:30:28 EDT 1999 Art Cancro * commands.c, commands.h, routines.c: began color scheme changes - * database.c: print log messages for file defragmentations 1999-05-15 Nathan Bryant * configure.in: Added untested support for BSDI 4.x.