]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* axdefs.h: add "Notes" view
[citadel.git] / citadel / ChangeLog
index 716b0569edd1d8548818598aba9fa3089b1a1fdf..552bb63f6395c01da544587cf8daae4a45b582f6 100644 (file)
@@ -1,4 +1,100 @@
  $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
+
+ Revision 600.1  2002/09/07 03:24:23  ajc
+ * When displaying messages using MSG4, enumerate the attachments on the
+   client side, because the server won't add their descriptions to the
+   message text.
+
+ Revision 600.0  2002/09/04 03:06:58  ajc
+ * Committing the current code base as version 6.00
+
+ Revision 591.109  2002/09/03 14:09:04  ajc
+ * setup.c: automatically stop/start services
+
+ Revision 591.108  2002/09/03 04:42:15  ajc
+ * Added MSG4 support to client-side IPC
+ * Moved HTML-to-text conversion to the client side
+
+ Revision 591.107  2002/09/02 20:40:34  ajc
+ * Automation work for setup
+
+ Revision 591.106  2002/08/31 04:36:26  ajc
+ * IMAP APPEND no longer forces messages to appear as from the logged-in user
+   when appending to a mailbox room.  (Allows migration to Citadel from some
+   other type of server without losing all the sender names.)
+
+ Revision 591.105  2002/08/31 04:12:39  ajc
+ * Set version number to 6.00 in documentation and header files.
+ * Convert RFC822 newlines (CRLF) to Unix/Citadel newlines (LF) when
+   performing an IMAP APPEND command.
+
+ Revision 591.104  2002/08/28 03:18:06  ajc
+ * Make reply_to and reply_subject global (otherwise they don't work!)
+
+ Revision 591.103  2002/08/27 04:01:03  ajc
+ * Added the ability to run an external command from the client when new mail
+   arrives.  (Ok, I admit it: I just discovered http://www.dailywav.com and I
+   just *had* to have Bear in the Big Blue House tell me I've got mail)
+
+ Revision 591.102  2002/08/26 02:55:09  ajc
+ * Small bugfix for memory bounds checking in the MIME parser
+
+ Revision 591.101  2002/08/25 21:23:49  ajc
+ * Hide the SMTP queue and the sysconfig rooms.
+
+ Revision 591.100  2002/08/24 05:58:53  ajc
+ * Bugfixes and cosmetic changes to listsub system
+
+ Revision 591.99  2002/08/23 03:36:52  ajc
+ * Finished all of the subscribe/unsubscribe/confirm stuff!
+
+ Revision 591.98  2002/08/23 02:30:02  ajc
+ * Delete unconfirmed pending subscribe/unsubscribe requests after three days
+ * Don't allow multiple subscriptions of the same address to a list
+
+ Revision 591.97  2002/08/22 03:55:11  ajc
+ * Fixed bug in above
+
+ Revision 591.96  2002/08/22 03:40:00  ajc
+ * Add "unsubscribe" command (but not yet "confirm unsubscribe")
+
  Revision 591.95  2002/08/21 21:58:00  ajc
  * Completed self-service list subscription via web.
    (Still need to implement unsubscribe.)
@@ -3916,4 +4012,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-