Focus fix
[squirrelmail.git] / ChangeLog
index bdf142146dc315a5ef55dfb844895eaec877a47d..c590f83d360e749b14f3fa1237e44a3fc2e93c81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -427,6 +427,21 @@ 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).
+  - Forwarding broken when not using compose in new window (#1222436).
+  - Drop data/ dir from distributed tarball.
+  - Readded options_identity_process and options_identity_renumber hooks
+    broken by CAN-2005-2095 fixes.
+  - Removed duplicate generic_header hook call in src/right_main.php (#1269189).
+  - Removed other special folders from rename/delete/unsubscribe folder forms.
+    Suggested by Florian Daumling.
+  - Focus on compose screen no longer shifts automatically if user has manually
+    focused somewhere herself.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------