Added new scheme to allow multiple plugins to share the onsubmit handler for the...
[squirrelmail.git] / ChangeLog
index c45eed715db4ded70dc88bb41cc49e3e115ae172..2f50445d25d27b3faee4d639735f036ef0c86b3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -468,6 +468,22 @@ Version 1.5.1 -- CVS
   - Added site configuration options to bug_report plugin. Plugin is available
     only to interface administrators by default. See more information in 
     plugins/bug_report/README file.
+  - 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.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------