]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Removed the ./help/? hack; replaced with actual "show directory" code
[citadel.git] / citadel / ChangeLog
index 11ac511172ae8fbea7ee00f7260e8a148ca58304..1cdf1eae3ea3319dfe12abe8981ec780d934b7d3 100644 (file)
@@ -1,4 +1,29 @@
 $Log$
+Revision 654.6  2005/08/09 21:58:57  ajc
+* Removed the ./help/? hack; replaced with actual "show directory" code
+  in the server.
+
+Revision 654.5  2005/08/09 16:28:32  ajc
+* setup.c: added "exim4" to the list of non-Citadel MTA's which can be
+  disabled during setup.
+
+Revision 654.4  2005/08/09 14:13:36  ajc
+* newinstall.sh: hunt for both 'make' and 'gmake', but this time make sure
+  that the make in question is actually GNU Make, regardless of its name
+
+Revision 654.3  2005/08/08 14:57:19  ajc
+* Added a new "with header summary" mode to the MSGS command.
+
+Revision 654.2  2005/08/08 14:28:41  ajc
+* CtdlForEachMessage() -- avoid scanning v_seen sequence set for each message
+  during a MSGS_ALL fetch, because the results don't matter.
+
+Revision 654.1  2005/08/05 21:31:01  ajc
+* Any "delete message" operation which is synchronous to a client is now
+  deferred.  This is accomplished by copying the message pointer to
+  the __CitadelDeletedMessages__ room, which keeps the reference count at
+  least 1.  THE DREADED AUTO-PURGER can sweep it up later.
+
 Revision 654.0  2005/08/05 16:22:38  ajc
 * THIS IS 6.54