]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* axdefs.h: add "Notes" view
[citadel.git] / citadel / ChangeLog
index 491b5519b3db81e46edad6b062169ac59e8aac03..552bb63f6395c01da544587cf8daae4a45b582f6 100644 (file)
@@ -1,4 +1,39 @@
  $Log$
+ Revision 601.8  2002/09/22 02:48:04  ajc
+ * axdefs.h: add "Notes" view
+
+ Revision 601.7  2002/09/17 03:18:15  ajc
+ * Create the Calendar> and Tasks> rooms at login time, and set their default
+   views to calendar and tasklist views.  Renamed "My Calendar>" to "Calendar>"
+   to be in sync with the KDE groupware project.
+
+ Revision 601.6  2002/09/15 03:24:28  ajc
+ * Renamed decode_base64() to CtdlDecodeBase64()
+ * Renamed decode_quoted_printable() to CtdlDecodeQuotedPrintable()
+ * These changes are to avoid namespace conflict with libical
+
+ Revision 601.5  2002/09/13 15:41:39  ajc
+ * serv_calendar.c: #include "serv_calendar.h", not "serv_ical.h"
+
+ Revision 601.4  2002/09/11 03:17:18  ajc
+ * [EXPERIMENTAL] Link in the "libical" calendar library if present
+ * Rename serv_ical to serv_calendar (because the resulting module would be
+   named "libical" which conflicts with the external library by that name)
+
+ Revision 601.3  2002/09/10 08:07:38  error
+ * update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00
+
+ Revision 601.2  2002/09/09 03:03:18  ajc
+ * When a user logs in, create the Mail> room if it doesn't exist.  (Should
+   never happen, but one site had a situation where this patch came in handy.)
+
+ Revision 601.1  2002/09/08 04:15:28  ajc
+ * Also fixed a bug in <.T>erminate <S>tay which caused the terminal to
+   become wacky on second and subsequent sessions.
+
+ Revision 601.0  2002/09/08 03:51:30  ajc
+ * Let's call this 6.01, shall we?
+
  Revision 600.2  2002/09/08 03:48:48  ajc
  * Fixed a crashy crashy bug in the AGUP protocol function in the client