Add sq_change_text_domain for plugins to use when switching text domains
[squirrelmail.git] / ChangeLog
index ca1007209e68c595b0a8e80b1a32e6e175cda110..e3ab12072bc498fcc5c8b3135f5a794a3f16b120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -180,6 +180,17 @@ Version 1.5.2 - SVN
   - Default provider URI link fixed (was broken when on plugin options pages, etc)
   - Fix URL to send read receipts from read_body (#1637572).
   - Add option to ask users for personal information on first login.
+  - Drop redundant call to session_register, which could trigger a segfault
+    in PHP 4.4.5 (#1664155).
+  - If a date-header cannot be parsed, display the unparsed version as a
+    better-than-nothing alternative.
+  - Fix Priority and Receipt compose options being reset after return from
+    HTML addressbook, and allow returning from an empty address book (#1673056).
+  - Do not special case the 'None' folder.
+  - Fixes for filters issues (#1634735).
+  - session_id reporting session id when no active session (#1685031).
+  - Added sq_change_text_domain() for plugins to use when switching text
+    domains.  If plugins use this function, it fixes #1434043.
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------