minor documentation changes
[citadel.git] / citadel / ChangeLog
index 7d4d276b12abd31d59e368ca72365b07a477c3e6..33f7be86a1960545ca252d6a8ad56e19ede9bc7c 100644 (file)
@@ -1,3 +1,31 @@
+Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * minor documentation changes
+
+Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * messages.c: fixed an oversight that was allowing attachments even
+         when disabled in citadel.rc
+
+1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * routines2.c: warning fix
+
+Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Client: added message expiration policy questions to room edit
+       * Client: added <.A>ide <S>ystem configuration command
+
+1998-10-24 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: Auto dependency generation (may require GNU make, but
+         does at least function without this feature on OSF/1 make);
+         Makefile is regenerated when Makefile.in changes (ditto);
+         `realclean' is now known as `distclean';
+         portability fixes for older Unix make utilities
+       * citadel.c, citadel.h, commands.c: make client suspendable
+
+Fri Oct 23 19:34:38 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * setup.c: default node name is now obtained from uname()
+       * config.c: added put_config()
+       * policy.c: added, moved GetExpirePolicy() from room_ops.c
+       * policy.c: implemented cmd_gpex() and cmd_spex()
+
 Wed Oct 21 22:24:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Mail rooms now hide their owner-prefix from the client.
        * proxy.c: added configurability and primitive message expiry