* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / ChangeLog
index 372c02b8559e79a35a233579cb136303d7c206c2..ad86d980c5b55e6059c38a78ec496542c93b5bd6 100644 (file)
@@ -1,5 +1,43 @@
 $Id$
 
+Wed Jan 18 16:39:12 EST 2006 ajc
+* fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
+* Corrected bad html generated when there's only one message in a summary view.
+* Retain both login name and display name (fullname) in session structure.
+  This fixes chat window authentication when connecting to a Citadel server
+  using host based authentication.
+
+Mon Jan 16 11:52:53 EST 2006 ajc
+* Experimental unix domain socket listener
+
+Sat Jan 14 23:40:28 EST 2006 ajc
+* setup.c: remove "--backtitle" from calls to "dialog" because its
+  availability cannot be depended upon.
+
+Fri Jan 13 15:25:18 EST 2006 ajc
+* THIS IS 6.70
+
+Sat Jan 14 18:25:58 EST 2006 ajc
+* Config: Correct forged From: lines during authenticated SMTP
+
+Fri Jan 13 00:01:58 EST 2006 ajc
+* Removed the split bbview because it's b0rken in IE
+
+Thu Jan 12 00:40:28 EST 2006 ajc
+* Changes to instant messenger to work around IE bugs
+
+Wed Jan 11 23:20:48 EST 2006 ajc
+* More updates to instant messenger:
+  - Better delineation of input box.  Added an icon and a slightly darker
+    background color so you can see where the input box actually is.
+  - Auto refresh every 5 seconds instead of 30
+  - WebCit now fires off a JavaScript test after 30 seconds of inactivity
+    to see if the instant messenger window needs to be opened
+
+Wed Jan 11 16:59:54 EST 2006 ajc
+* More updates to instant messenger.  When new messages arrive, the window
+  automatically scrolls to the bottom and the input box is refocused.
+
 Wed Jan 11 15:21:18 EST 2006 ajc
 * Corrected a small javascript syntax error