* Minor code cleanup of last night's changes
[citadel.git] / webcit / ChangeLog
index 3748e9aea81d816c0cf60274deafcb14bf96c4e8..c71e97cb2282474ae55db4014b83b100ad63846b 100644 (file)
@@ -1,4 +1,88 @@
 $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.)
+
+Revision 323.35  2002/05/12 15:21:43  error
+* do_template() now parses a .wml file for WAP clients, and a .html file
+  for everybody else
+
+Revision 323.34  2002/05/11 22:46:19  error
+* Track whether user-agent is a WAP gateway
+
+Revision 323.33  2002/05/11 15:35:07  error
+* webcit.c: add MIME types for WAP/WML
+
+Revision 323.32  2002/05/10 15:29:58  ajc
+* Hacked the address book view a little bit
+
+Revision 323.31  2002/05/09 03:53:56  ajc
+* Began working on address book view
+
+Revision 323.30  2002/05/08 03:38:58  ajc
+* Preferences framework
+
+Revision 323.29  2002/05/07 03:57:29  ajc
+* In message summary, replace 'Del' links with checkboxes
+
+Revision 323.28  2002/05/05 03:28:15  ajc
+* Shuffled around the room banner a bit
+
+Revision 323.27  2002/05/03 19:32:39  ajc
+* Finished "folder list" mode (still need to move it to a permanent location)
+
 Revision 323.26  2002/05/03 03:55:17  ajc
 * more folder display stuff