* latest config.guess and config.sub from www.gnu.org
[citadel.git] / webcit / ChangeLog
index 23cb8acf703c492573ea77c590e1aa1348bddb8b..f45ee4009ce1d254264887ed94b16d71c9a886b8 100644 (file)
@@ -1,4 +1,59 @@
 $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 4.10 release
+
+Revision 400.81  2003/01/12 23:22:53  ajc
+* configure.in: check for libical v0.24 or newer
+
+Revision 400.80  2003/01/07 04:56:17  ajc
+* Complete the free/busy transparency handling in the form
+* Default times for new events are now in the correct timezone
+
+Revision 400.79  2003/01/06 18:01:35  ajc
+* Begin handling of TRANSP property to show event times as free or
+  busy (not finished).
+
+Revision 400.78  2003/01/05 21:02:14  ajc
+* Summary page: three columns are now all the same width
+
+Revision 400.77  2003/01/05 20:56:05  ajc
+* minor fix for previous checkin
+
+Revision 400.76  2003/01/05 20:51:01  ajc
+* Display PARTSTAT for attendees
+
 Revision 400.75  2003/01/05 05:01:00  ajc
 * Add "today's calendar events" to the summary page.