]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* msgbase.c: when a summary mode message list is requested, and the room
[citadel.git] / citadel / ChangeLog
index fde3c13be3a8fe66eacd877d9d19edc875af11d6..e71800221a3cb2b86bda43179da6de5ba49072c5 100644 (file)
@@ -1,3 +1,19 @@
+$Id$
+
+Tue Oct 25 17:29:12 EDT 2005 ajc
+* msgbase.c: when a summary mode message list is requested, and the room
+  contains a pointer to a message which does not exist (this normally should
+  not happen), return an empty message summary line instead of crashing.
+* removed the remaining vestiges of the libtool stuff in .c and .y files
+
+Mon Oct 24 22:52:33 EDT 2005 ajc
+* Every user gets a Trash folder.  Clients can also use _TRASH_
+
+Mon Oct 24 11:19:47 EDT 2005 ajc
+* serv_listsub.c: web subscription/confirmation address no longer has http://
+  prepended to it.  This means that clients now must supply that.  This was
+  done because we can no longer assume http -- it was breaking on https.
+
 Sun Oct 23 23:28:23 EDT 2005 ajc
 * "day start" and "day end" preferences for calendar day view.