* Minor code cleanup of last night's changes
[citadel.git] / webcit / ChangeLog
index 081e22902038948b01d0428a21e989f51474e522..c71e97cb2282474ae55db4014b83b100ad63846b 100644 (file)
@@ -1,4 +1,57 @@
 $Log$
+Revision 323.51  2002/07/24 04:14:23  ajc
+* Minor code cleanup of last night's changes
+
+Revision 323.50  2002/07/23 15:40:54  ajc
+* Minor cleanup of previous changes
+
+Revision 323.49  2002/07/23 04:43:58  ajc
+* Updated message reading to use the new MSG4 command, so we can do output
+  of various types of richtext (mainly HTML).
+
+Revision 323.48  2002/07/16 03:37:24  ajc
+* Small change to above
+
+Revision 323.47  2002/07/16 03:23:37  ajc
+* Display HTML messages as HTML.  (Wow!)
+
+Revision 323.46  2002/07/13 04:39:59  ajc
+* Handle multipart/alternative in a nicer way, giving us the opportunity to
+  output HTML instead of converting to text/plain and back.  (Not finished.)
+
+Revision 323.45  2002/07/11 03:17:03  ajc
+* hacks to text_to_server() to transmit messages as HTML
+
+Revision 323.44  2002/07/09 04:21:12  ajc
+* 'idle' icon
+
+Revision 323.43  2002/07/06 03:10:26  ajc
+* Enable a "make this my start page" link that works in lots of places.
+  Configures a user's preference of where to go after login.
+
+Revision 323.42  2002/06/19 22:01:31  ajc
+* When editing another user's vCard, do a "transient goto" to their config
+  room so you don't automatically gain access to their config room.
+* When creating a user, go back to the "select user to edit" screen with the
+  new user's account name pre-selected.
+
+Revision 323.41  2002/06/17 03:48:44  ajc
+* Finished the thing to edit other users' vCards.
+
+Revision 323.40  2002/06/16 21:49:02  ajc
+* Administratively edit other users' vCards.  Still needs a couple of lines
+  of glue code to make it work.
+
+Revision 323.39  2002/06/15 20:34:39  ajc
+* Use safestrncpy() instead of strncpy() where appropriate
+* Fixed a memory allocation bug in the vCard parser
+
+Revision 323.38  2002/05/23 03:40:05  ajc
+* Brought over a utility function I'll need later
+
+Revision 323.37  2002/05/22 02:34:56  ajc
+* Finished room/folder view selector.  Pretty cool.
+
 Revision 323.36  2002/05/22 01:53:23  ajc
 * Room list or folder list?  Give the user a choice.  (Has bugs.)