Spell fix
[squirrelmail.git] / ChangeLog
index e8ddf48e5757f3c0bd9611d31cfb90b440680566..ac73fd9b3abdb65367a82878711834430664a776 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -399,7 +399,7 @@ Version 1.5.1 -- CVS
     Adds time zone name localization options and fixes problems on systems
     that don't support GNU C time zone mappings (#1177067).
   - Use default color theme in logout_error function when possible.
-  - Fixes for increased error checking in PHP 5.1 array_shift() (#1237160).
+  - Fixes for increased error checking in PHP 5.0.5+ array_shift() (#1237160).
   - Added extra checks in delivery class for In-Reply-To header. Fixes
     E_NOTICE level warnings in php 5.0.4 and later (#1206474). [php5]
   - Added extra checks in SquirrelMail charset_encode() function in case
@@ -431,6 +431,21 @@ Version 1.5.1 -- CVS
     able to convert html formated mails to different character set. Initial
     patch by Peter Draganov (#1195232). Fixed display of html formated emails
     in formatBody() function (#1258925).
+  - login_form hook changed from do_hook to concat_hook_function in order to
+    place form elements before login button (#1245070).
+  - Forwarding broken when not using compose in new window (#1222436).
+  - Drop data/ dir from distributed tarball.
+  - Readded options_identity_process and options_identity_renumber hooks
+    broken by CAN-2005-2095 fixes.
+  - Removed duplicate generic_header hook call in src/right_main.php (#1269189).
+  - Removed other special folders from rename/delete/unsubscribe folder forms.
+    Suggested by Florian Daumling.
+  - Focus on compose screen no longer shifts automatically if user has manually
+    focused somewhere herself.
+  - Running SquirrelMail with PHP register_globals = on will cause fatal error 
+    in src/configtest.php.
+  - Added field size controls to database preference backend (#1233721).
+  - Added bincimap preset (#1285099).
 
 Version 1.5.0 - 2 February 2004
 -------------------------------