phpDoc fix
[squirrelmail.git] / ChangeLog
index bdf142146dc315a5ef55dfb844895eaec877a47d..fa27d3384367ff676255cf9fb8f2d249e2f4def5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -427,6 +427,12 @@ Version 1.5.1 -- CVS
     function caused E_NOTICE warnings in php 4.4.0. Reported by Cor Bosman.
   - Test to ensure folder exists before attempting to delete it, otherwise
     IMAP server will return an error.
+  - Added $save_html argument to charset_decode() function in order to be
+    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).
 
 Version 1.5.0 - 2 February 2004
 -------------------------------