]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* First cut of message list resize. It works but it resizes on mouseup.
[citadel.git] / webcit / ChangeLog
index 3af6843e323efbb3e20eaa09c15b0c0a4b968495..82fc2efdaae59c1f2b79df42b79ee075da135838 100644 (file)
@@ -1,7 +1,38 @@
 $Id$
 
+Tue Nov  8 00:36:46 EST 2005 ajc
+* First cut of message list resize.  It works but it resizes on mouseup.
+
+Mon Nov  7 10:45:18 EST 2005 ajc
+* Disable the I-bar cursor when hovering over message summary lines in the
+  mailbox view; go with the default pointer instead. 
+
+Sun Nov  6 23:27:21 EST 2005 ajc
+* Mailbox summary view -- headers are now ever-present; they do not scroll
+  with the table.
+
+Sun Nov  6 22:30:54 EST 2005 ajc
+* Changed keypress handling so that it works not only in web browsers, but in
+  Internet Explorer as well.
+
+Sun Nov  6 12:26:43 EST 2005 ajc
+* Message delete: table row delete is now handled by a script.aculo.us effect
+  instead of by just clearing out the innerHTML of the table row div, because
+  IE barfs on the latter.
+
+Sat Nov  5 22:53:29 EST 2005 ajc
+* Found and removed more absolute URL's.
+
+Sat Nov  5 00:50:25 EST 2005 ajc
+* The checkboxes are gone!  Implemented ajax delete of selected messages,
+  via either the Delete button or the Delete key.
+
+Fri Nov  4 23:47:23 EST 2005 ajc
+* Multi select using ctrl now handles the condition of a message already being
+  selected and the user doing ctrl-click to deselect it.
+
 Fri Nov  4 17:04:49 EST 2005 ajc
- * Multi select (using the ctrl key) is now working.
+* Multi select (using the ctrl key) is now working.
 
 Thu Nov  3 23:44:55 EST 2005 ajc
 * Removed all of the absolute URL's.