]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Found and removed more absolute URL's.
[citadel.git] / webcit / ChangeLog
index fa527c947c3e3be0d78b29801af19809d25739f0..b6e7726dee197de02221426b78dff4bb1fd75c93 100644 (file)
@@ -1,5 +1,22 @@
 $Id$
 
+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.
+
+Thu Nov  3 23:44:55 EST 2005 ajc
+* Removed all of the absolute URL's.
+
 Thu Nov  3 11:11:37 EST 2005 ajc
 * Removed the 'mark message as seen' C code (in the mailbox view) because it
   was no longer getting called.  Implemented this in JavaScript using an ajax