* event.c: fixed a misspelling
[citadel.git] / webcit / ChangeLog
index 70f6194d572ce8c680240cd6ab21fb0734c5e4db..59e179ec060ebe55c55fb58da9dcee3bfdfb41cc 100644 (file)
@@ -1,4 +1,75 @@
 $Log$
+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
+
+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.
+
+Revision 400.74  2003/01/05 04:27:28  ajc
+* Add "Tasks" to the summary page
+
+Revision 400.73  2002/12/28 05:44:09  ajc
+* ical_dezonify.c: brought over new version from the Citadel source (again)
+
+Revision 400.72  2002/12/28 05:12:45  ajc
+* ical_dezonify.c: brought over new version from the Citadel source.
+
+Revision 400.71  2002/12/26 04:04:48  ajc
+* Perform CHEK command when automatically establishing sessions, not just
+  when one is explicitly created.  Some stuff is missing otherwise.
+
+Revision 400.70  2002/12/25 23:18:06  ajc
+* Be more strategic about when to call ical_dezonify()
+  (This may be the last set of fixes.  I hope so.)
+
+Revision 400.69  2002/12/25 21:39:38  ajc
+* ical_dezonify.c: added.
+* calendar.c: convert incoming ical messages to UTC
+  (the usual routines will then convert them to local time for display)
+
+Revision 400.68  2002/12/25 07:06:00  ajc
+* Tweaked the code to work with libical 0.24
+
+Revision 400.67  2002/12/20 04:50:00  ajc
+* When saving a calendar event, increment the SEQUENCE property.
+
+Revision 400.66  2002/12/18 05:03:39  ajc
+* In the calendar code, changed all "struct tm *" to "struct tm" and changed
+  all "tm = localtime(foo)" to "memcpy(&tm, localtime(foo), sizeof(struct tm))"
+  Because the libc-allocated buffer was getting clobbered.
+* This fixes the problem fleeb reported with Feb 1 events making it go nuts.
+
+Revision 400.65  2002/12/17 05:01:39  ajc
+* Prettied up the calendar day view layout
+* Hour/minute editing fields now use am/pm hours and 2-digit minutes
+
 Revision 400.64  2002/12/16 04:43:30  ajc
 * Correctly handle local time zone when figuring out which day and time to
   display events on calendar month/day views.  This also seems to have