Spell fix
[squirrelmail.git] / ChangeLog
index c590f83d360e749b14f3fa1237e44a3fc2e93c81..39089bcd9017564fdf0723345f344b1d9903fc70 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
@@ -442,6 +442,10 @@ Version 1.5.1 -- CVS
     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
 -------------------------------
@@ -503,7 +507,7 @@ Version 1.5.0 - 2 February 2004
     was wrong (appearing to the user that the wrong messages were attached).
     Closes #772371.
   - Fix that when user has no theme preference set, Alien Glow would be selected under
-    display preferences in stead of Default.
+    display preferences instead of Default.
   - Updated 'action' to be 'smaction' so that plugins can modify the submit/action of
     forms.  This was suggested for the gpg plugin, but might be useful elsewhere.
   - Add support for Mail-Followup-To header.
@@ -517,7 +521,7 @@ Version 1.5.0 - 2 February 2004
   - new function sqimap_msgs_list_move() to replace sqimap_msgs_list_copy()
   - sqimap_msgs_list_copy() no longer deletes messages copied.
   - Workaround for Mozilla bug #200412 in order to show multipart/related html mail.
-  - Fix for disapearing '0' from decoded strings (bug #784193)
+  - Fix for disappearing '0' from decoded strings (bug #784193).
   - Replace all session_start() calls with sqsession_is_active() to be compatible
     with upcoming PHP 4.3.3.
   - Encoding of Russian translation changed to utf-8. Lithuanian translation changed
@@ -735,7 +739,6 @@ Version 1.3.0
   - Moved the generic_header hook back to page_header.php. bug #554278
   - Make default theme work. Bug #557313, thanks Tyler Bannister.
 
-
 Version 1.2.7 -- June 21 2002
 -----------------------------
   - fix for 'compose as new' link. bug #554886