documenting some mailbox functions
[squirrelmail.git] / ChangeLog
index a39f952a2d7efb0f3e86ea4248542371be650547..bfff64da1a96d0d387d0806c6d15359a15ab946f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -298,8 +298,21 @@ Version 1.5.1 -- CVS
   - Add robots noindex/nofollow meta tag to SquirrelMail generated pages.
   - Fix incorrect folder hierarchy display (#1009654), thanks
     Awais Ahmad for the patch (#1082558).
+  - src/delete_message.php script is disabled. It provided functions that
+    could be implemented without playing with multiple redirects.
+  - Remove lots of obsoleted code from left_main.php.
+  - Partial support of IMAP REFERRAL: do not fail on IMAP REFERRAL response
+    (RFC 2221) but log the user out with a hint. Patch by Ariel Arjona
+    (#1006242).
+  - Fixed SquirrelMail language cookie detection in php register_globals=off.
+  - If default SquirrelMail language is set to empty string, interface will 
+    try to follow browser's HTTP_ACCEPT_LANGUAGE header or fallback to en_US
+    (#764709).
+  - If From: field is unset in an email, header object for from field is not
+    correctly set, and generates an error on reply (#1179754).
+  - Add Cancel button to addressbook (#1180565).
   
-Version 1.5.0 - 2 Februari 2004
+Version 1.5.0 - 2 February 2004
 -------------------------------
   - Added new preference that determines cursor focus when replying
   - Added support in conf.pl for MS cls command.