- Fix error message in addressbook.php lookup (#1351825).
[squirrelmail.git] / ChangeLog
index f557056391b082af118ee166f91e8443de45bed7..16f024603ee852dca31055fa5d44a9199738b090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -471,7 +471,24 @@ Version 1.5.1 -- CVS
   - E_NOTICE and unlink error message if user hits delete multiple times
     before compose page has reloaded.
   - Undefined variable in rare case in view_header.php
-
+  - Variable by reference fix in printer_friendly_bottom.php.
+  - Undefined index in addressbook backends.
+  - sqimap_utf7_decode_mbx_tree returns variables by reference, rather than a 
+    return value (#1351822)
+  - Make test for IE6 in SendDownloadHeaders also match versions higher
+    than 6 (#1339211).
+  - Allow double quote to be used in MOTD (#1276959).
+  - Prevent right_frame to be set to '//www.example.com'.
+  - Tweak printer friendly attachment view.
+  - Added new compose_send_after hook.
+  - Added new scheme to allow multiple plugins to share the onsubmit handler 
+    for the compose form from the compose_form hook.  See plugin.txt for more
+    information.
+  - Support for LIST-SUBSCRIBED extension. This speeds up the retrieval of
+    the subscribed mailbox-list.
+  - Properly clean up temporary attachment files when saving as Draft
+    (#1358407) and fix attachment cleaning code on logout.
+  - Fix error message in addressbook.php lookup (#1351825).
 
 Version 1.5.0 - 2 February 2004
 -------------------------------