* latest config.guess and config.sub from www.gnu.org
[citadel.git] / webcit / ChangeLog
index d3a6a15386e1020dc7ecf028da2930988b9e5571..f45ee4009ce1d254264887ed94b16d71c9a886b8 100644 (file)
@@ -1,9 +1,38 @@
 $Log$
+Revision 400.90  2003/02/19 03:49:17  ajc
+* latest config.guess and config.sub from www.gnu.org
+
+Revision 400.89  2003/02/07 04:44:17  ajc
+* Replaced sleep() with a function that sleeps using select() in order to
+  avoid potential issues with SIGALRM.  Possible fix for weird behavior
+  when running on a Macintosh.
+
+Revision 400.88  2003/01/29 22:32:07  ajc
+* Shuffled some code and comments around; minor cleanup
+
+Revision 400.87  2003/01/28 15:37:12  ajc
+* All functions which read binary data from the server now make use of the
+  read_server_binary() function in tools.c
+* Binary reads from server now have safety code to prevent infinite loops
+* All output of MIME objects is now done with http_transmit_thing()
+
+Revision 400.86  2003/01/19 06:28:04  ajc
+* Minimum required Citadel version 6.05
+
+Revision 400.85  2003/01/16 04:41:26  ajc
+* When displaying edit controls for time of day in the calendar, only show
+  minutes that are multiples of 5 ... unless the existing value is not a
+  multiple of 5, in which case we show that too.
+
+Revision 400.84  2003/01/15 17:34:04  ajc
+* event.c: fixed a misspelling
+* config.guess, config.sub: updated using latest from ftp.gnu.org
+
 Revision 400.83  2003/01/14 04:21:27  ajc
 * Only offer views which make sense for the default view of a room
 
 Revision 400.82  2003/01/13 03:34:33  ajc
-* Get ready for the 6.10 release
+* Get ready for the 4.10 release
 
 Revision 400.81  2003/01/12 23:22:53  ajc
 * configure.in: check for libical v0.24 or newer