]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* New AJAX-based wholist refresh
[citadel.git] / webcit / ChangeLog
index 86b69bcedd9b8e6f79afb5bc84098ebd44311133..a3d7c5114d2fdf76a36929259d7ada6415e3752d 100644 (file)
@@ -1,4 +1,20 @@
 $Log$
+Revision 619.32  2005/07/23 04:18:40  ajc
+* New AJAX-based wholist refresh
+
+Revision 619.31  2005/07/22 15:07:29  ajc
+* 'whobbs' is now 'who'
+* Refactored the wholist code to have its inner div output by a separate
+  function, in anticipation of possible ajax functionality being added
+
+Revision 619.30  2005/07/22 04:03:30  ajc
+* HTML messages in foreign character sets are now converted to UTF-8 for
+  display.
+
+Revision 619.29  2005/07/22 03:40:22  ajc
+* Handle display of RFC2047-encoded subjects and senders by converting
+  them to UTF-8 (all WebCit pages are output as UTF-8).  Resolves bug #136.
+
 Revision 619.28  2005/07/20 04:26:24  ajc
 * Detect libiconv on the host system and link it in if present.
 * If libiconv is present, convert foreign charsets to UTF-8 on the fly