* Set up framework for "notes" view, and added a skeleton function for
[citadel.git] / webcit / ChangeLog
index 217cdfc525fe94f37aa08463e2ddeb8b44452a4b..ac896a386374e2b09ea7a69507775aa133f38457 100644 (file)
@@ -1,4 +1,64 @@
 $Log$
+Revision 524.2  2004/10/01 16:23:23  ajc
+* Set up framework for "notes" view, and added a skeleton function for
+  the actual display.
+
+Revision 524.1  2004/09/30 03:44:01  ajc
+* fix line width break problem in chat
+
+Revision 524.0  2004/09/28 16:12:44  ajc
+* THIS IS 5.24
+
+Revision 523.12  2004/09/28 16:12:30  ajc
+* Prepare for 5.24 release
+
+Revision 523.11  2004/09/27 02:17:47  ajc
+* messages.c: fix build problem on non-calendar-enabled installations
+* floors.c: fix a warning message
+
+Revision 523.10  2004/09/25 03:34:21  ajc
+* summary.c: Fixed a calling syntax problem
+
+Revision 523.9  2004/09/25 03:18:43  ajc
+* small stylesheet fix
+
+Revision 523.8  2004/09/24 04:21:41  ajc
+* Fixed display bug for room list mode when we dropped down multiple
+  sublevels at once (such as, from 3 to 1 instead of from 2 to 1)
+
+Revision 523.7  2004/09/24 04:08:25  ajc
+* Put our <SPAN> tags back in to denote floors, rooms with new msgs, and
+  rooms without new msgs
+
+Revision 523.6  2004/09/24 04:04:34  ajc
+* "folders view" of room list now uses Dave Lindquist's "menuExpandable3"
+  tree view.
+
+Revision 523.5  2004/09/23 03:21:10  ajc
+* roomops.c: "folders" view of rooms is an actual Unnumbered List now.
+
+Revision 523.4  2004/09/16 02:42:37  ajc
+* Set default view of new rooms during CRE8 command instead of afterwards
+
+Revision 523.3  2004/09/15 03:08:50  ajc
+* Support config of seaperate MSA port in Citadel 6.26
+
+Revision 523.2  2004/09/10 03:49:17  ajc
+* Added 'dialog' mode to setup
+
+Revision 523.1  2004/08/31 20:31:01  ajc
+* When saving VTODO (tasks), insert a UID if none is already present.  Also
+  increment the sequence, or insert one if none is already present.
+
+Revision 523.0  2004/08/31 03:02:37  ajc
+* THIS IS 5.23
+
+Revision 522.30  2004/08/31 03:02:28  ajc
+* Changed internal version number to 5.23
+
+Revision 522.29  2004/08/27 02:40:06  ajc
+* Ditched the graphical buttons because CSS can do the same thing faster.
+
 Revision 522.28  2004/08/18 03:16:12  ajc
 * 'move' and 'delete' buttons only show when allowed to do those things