X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=451211c8d104d77de6e2f44c561f51a30b618d42;hp=e0c68ed8e757ac6208da37dcdd782124a2e6f4de;hb=6d3689f5c3b9d8b1b2ed7605e07084971569238e;hpb=c0c04fef6a0caf718e4038469316b32bc8519f60 diff --git a/ChangeLog b/ChangeLog index e0c68ed8..451211c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,8 +54,6 @@ Version 1.5.1 -- CVS written by Bryan Loniewski. - Use Special Folder Color config option works again (#931956). - In POP3-class, be more liberal regarding RFC-incompliant POP3-servers. - - Disabled Korean extra functions, because they don't provide all required - options and message composition is broken. - Added Basque translation support. - Remove flag buttons / links from display if mailbox doesn't allow it. - Make used of cached ordered uid list in case of server_side_sorting. @@ -83,8 +81,22 @@ Version 1.5.1 -- CVS - Make SquirrelSpell work with safe_mode enabled, if using PHP >=4.3.0. Patch by Ray Ferguson. - Make IP-address in Message-ID RFC822 compliant. - - Uneditable address book entries no longer have checkboxes on addresses page - - Alignment of title text above folder list fixed + - Uneditable address book entries no longer have checkboxes on addresses page. + - Alignment of title text above folder list fixed. + - Changed structure of xtra_code functions that are used by some translations. + - Added Uighur language support. + - Added status bar to compose window when "Compose In New Window" is used. + - Reenabled the move_messages_button_action hook and changed its name to + mailbox_display_button_action to promote the new location + - Making delete button, when viewing a message, consider which page was viewed + before. + - $agresive_decoding configuration option changed to $aggressive_decoding. + Fixed spelling. + - Added $lossy_encoding option (provides fix for #806698) + - Reenabled use of $default_charset option. Option works only with en_US + translation in order to prevent language/charset misconfiguration. + - Fixes for nonpopulation of folder lists and errors when emptying the trash + (provides fixes for #1019185 and #1017941) Version 1.5.0 -------------------- @@ -196,7 +208,7 @@ Version 1.5.0 can enable it by setting variable in plugins/spamcop/setup.php - Fix again for Internet Explorer's stupidity of decoding characters, then executing it blindly. See http://www.securityfocus.com/archive/1/340118. - - Replaced obsolate 2mbit.com RBL with ahbl.org RBL. Bug.No.829887 + - Replaced obsolete 2mbit.com RBL with ahbl.org RBL. Bug.No.829887 - Added a sitewide override for authenticated SMTP - see authentication.txt. - Fixed sorting of sent_subfolders. Sent_subfolder plugin is hooked to special_mailbox hook.