]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* crypto.c: allow use of chained certificates
[citadel.git] / webcit / ChangeLog
index 5db06e7abc57b942852e1de8d31a4cd19be94748..95efa2abb5d8bd33470d69bc5afe36792030e1f2 100644 (file)
@@ -1,4 +1,31 @@
 $Log$
+Revision 603.7  2005/03/05 22:26:26  ajc
+* crypto.c: allow use of chained certificates
+
+Revision 603.6  2005/03/05 05:04:34  ajc
+* minor html changes
+
+Revision 603.5  2005/03/04 04:21:05  ajc
+* When a room is set to the "mailbox" view, "Read new / read all" is
+  replaced by "View message list."
+
+Revision 603.4  2005/02/28 04:01:55  ajc
+* Updated to the latest version of Kevin Roth's richtext editor.  Had to
+  modify it a bit (removal of 'px' suffix, and addition of 'cols=80') to
+  allow it to gracefully degrade in Konqueror even when we specify our
+  happy 100% width.
+* Modified the message entry screen a bit.  Full height just isn't practical
+  with all those wacky browsers out there, unfortunately.  Removed most of
+  the div's.
+
+Revision 603.3  2005/02/23 05:08:20  ajc
+* Better control of HTTP headers which control browser caches.  Static
+  objects are getting properly cached now.
+
+Revision 603.2  2005/02/22 05:15:28  ajc
+* When the "begin_burst() / end_burst()" semantics are in use, perform
+  gzip compression when the client indicates support for it.
+
 Revision 603.1  2005/02/21 23:00:04  ajc
 * begin_burst() / end_burst() semantics now apply to all pages which are
   output using the "include_html_head" option of output_headers() (which