Incoproated template config file. Templates can now include their own javascript...
[squirrelmail.git] / ChangeLog
index 00d13c96afb35c9a0f647e83f94d30d790dd8e33..09903a8986eb015c706d9c542007b361b8e48ca2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,12 @@
 *** SquirrelMail Devel Series 1.5 ***
 *************************************
 
-Version 1.5.2 CVS
-  -
+Version 1.5.2 - CVS
+-------------------
+  - Fix warning about array required in array_keys for display options when no
+    fontset is defined.
+  - Added "bad plugin" blacklist in configtest.php.
+  - Fix MagicHTML fix with respect to parsing of u\rl in IE.
        
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
@@ -548,6 +552,19 @@ Version 1.5.1 (branched on 2006-02-12)
   - Fixed mailbox cache issues caused by using prev/next links in
     read_body.php.
   - Added View as HTML support to the SquirrelMail core.
+  - Fixed bug #550557.
+  - Applied status cache patch created by Michael Long.
+  - Updated newmail plugin to make use of status cache (Michael Long)
+  - Added RECENT check to left_main.php to bold the unseen message string if
+    there are recent messages.
+  - Fixed search query in filters.php, now we respect the imap continuation
+    request (Michael Long).
+  - Fixed bug in digest message view where the from name disappeared after
+    opening a digest message.
+  - Fixed checkall link in case javascript was disabled.
+  - Rewrite of thread parsing code in order to improve performance.
+  - Adapted message squisher function to gain performance.
+  - Fixed bug #1093360, skip untagged NO responses in APPEND query.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------