]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* ical_dezonify.c: added (function to strip localized timestamps out of
[citadel.git] / citadel / ChangeLog
index d91ed4c7a38ef0f8cf9605fc2169bd9cb878bd93..b3a52ec057d6ea515363be0d2af2f8891881365e 100644 (file)
@@ -1,4 +1,24 @@
  $Log$
+ Revision 601.93  2002/12/25 06:41:44  ajc
+ * ical_dezonify.c: added (function to strip localized timestamps out of
+   a component and replace them with UTC timestamps)
+
+ Revision 601.92  2002/12/19 04:51:49  ajc
+ * database_cleanup.sh: added
+
+ Revision 601.91  2002/12/18 04:08:16  ajc
+ * Don't attempt to send out invitations when there are no attendees.
+
+ Revision 601.90  2002/12/15 10:53:51  error
+ * Final touches on the new message formatter.
+
+ Revision 601.89  2002/12/15 09:42:37  error
+ * Converted more routines to new IPC code.
+
+ Revision 601.88  2002/12/14 23:21:29  ajc
+ * When saving a calendar event, set the message Subject to the event
+   summary string, and the message Date/time to the event start time.
+
  Revision 601.87  2002/12/10 23:36:20  ajc
  * Fixed a bug in the allocation of per-session dynamic data for calendar module