]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added a "random number" parameter to the wholist ajax refresh request,
[citadel.git] / webcit / ChangeLog
index fc67c10d324edd59f80b2a28bc0aa8ba226733b5..7355a4ffa72bf62c334b2bafa02b6b18a631317a 100644 (file)
@@ -1,13 +1,31 @@
 $Log$
+Revision 625.12  2005/09/18 14:30:05  ajc
+* Added a "random number" parameter to the wholist ajax refresh request,
+  because b0rken MSIE still insists on fetching from its cache even though
+  it's been explicitly told not to.
+
+Revision 625.11  2005/09/18 04:04:32  ajc
+* Switched the wholist updater to Prototype's AJAX updater, instead of
+  using Rico's wrapper around it.  It's actually simpler and doesn't seem
+  to require strict XML, which are both wins.
+* Removed Rico from the build.
+
+Revision 625.10  2005/09/18 03:15:15  ajc
+* Remove spurious "No new messages" message when viewing an
+  empty address book.
+
+Revision 625.9  2005/09/18 00:53:15  ajc
+* "Reply All" button
+
 Revision 625.8  2005/09/17 16:44:30  ajc
 * The JavaScript code to activate the ajax-powered recipient autocompleters
   has been moved to a function in wclib.js (it's still activated from an
   inline script in messages.c)
 
 Revision 625.7  2005/09/17 13:18:05  ajc
-* fmt_date.c: changes to "brief" mode.  It now displays time only if the
+* fmt_date.c: changes to "brief" mode.  It now displays time-only if the
   date is today, month/day/time if the date is within the last six months,
-  and date only for anything older.
+  and date-only for anything older.
 
 Revision 625.6  2005/09/17 03:00:06  ajc
 * Fixed the autocompletion for CC: and BCC: