]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* cleanup
[citadel.git] / ctdlphp / ChangeLog
index 03e0c9552ebbe89057676b1f86724fa36aab0517..4f638b7d2a6203c35e245aac1beefd9b41b7b354 100644 (file)
@@ -1,4 +1,25 @@
  $Log$
+ Revision 1.15  2003/11/09 17:53:47  ajc
+ * Moved all of the session-management code from ctdlheader.php to
+   ctdlsession.php, leaving only a single function call.  This will
+   hopefully make ctdlheader.php more palatable to non-programmers.
+
+ Revision 1.14  2003/11/07 15:56:13  ajc
+ * ctdlprotocol.php: known room list fetch now sets subscript "hasnewmsgs"
+ * listrooms.php: render rooms with unseen messages in boldface
+
+ Revision 1.13  2003/11/05 03:29:12  ajc
+ * Added a room list function to the library
+ * Threw together temporary room list and goto pages to demonstrate
+
+ Revision 1.12  2003/11/04 19:17:16  ajc
+ * Added an initial version of the goto command
+
+ Revision 1.11  2003/11/03 05:32:57  ajc
+ * Minor code cleanups
+ * ctdl_mesg() now returns ready-to-output HTML to the caller, instead of
+   outputting it itself.
+
  Revision 1.10  2003/11/02 05:35:11  ajc
  * who.php: added
  * ctdlprotocol.php: worked out a tentative data API using this function.
@@ -45,3 +66,4 @@
 
  Revision 1.1  2003/10/31 03:47:13  ajc
  * Initial CVS import
+