]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* inetconf.c: fixed memory management problem that was causing all
[citadel.git] / webcit / ChangeLog
index aea5096fb3aa7bba9027157440b24e91389dcaaf..95b15ab6fd2052acd031a70889a92a8887b894fa 100644 (file)
@@ -1,4 +1,28 @@
 $Log$
+Revision 602.1  2005/02/16 05:22:22  ajc
+* inetconf.c: fixed memory management problem that was causing all
+  the inetconf to get discarded during edit on IBM POWER5
+
+Revision 602.0  2005/02/15 05:23:10  ajc
+* THIS IS 6.02
+
+Revision 601.3  2005/02/15 05:20:44  ajc
+* Fixed an HTTP output error for static data which was causing images
+  to display improperly in Konqueror
+* Changed most of the beginbox_nt boxes to centered tables with 99%
+  width, to avoid the mysterious horizontal scrollbar
+
+Revision 601.2  2005/02/14 04:57:23  ajc
+* Started changing some of the top-level tables from 100% width to 99%
+  width in order to keep the b0rken CSS box-model from displaying a
+  horizontal scroll bar when it shouldn't.  Lose, lose, lose.
+
+Revision 601.1  2005/02/13 04:22:31  ajc
+* Network configuration screen: add IMAPS, POP3S, and SMTPS ports
+
+Revision 601.0  2005/02/12 04:23:43  ajc
+* THIS IS 6.01
+
 Revision 528.48  2005/02/11 03:35:57  ajc
 * useredit.c: added an "Delete user" button, because it was unintuitive
   to tell people "Delete a user by setting their access level to 0"