From: jervfors Date: Sun, 11 Sep 2005 23:07:04 +0000 (+0000) Subject: Spell fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=34cd27bb06cd70f9c078b6870b77d57342789a8d;p=squirrelmail.git Spell fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10103 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index ac73fd9b..39089bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -507,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. @@ -521,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 @@ -739,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