Make listcommands work with php 4.0.4 and 4.0.5. Thanks Oyku Gencay.
[squirrelmail.git] / ChangeLog
index ec6647454ca1363e2adf613da3ee4ae14f6b7019..e4d87f85632d802e35b007a07c1e99a0001c7a51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,30 @@
 
 Version 1.4.0 CVS
 -------------------
+  - Fixed Mailfetch plugin. Now folder edition defaults to actual value.
+  - Added Vietnamese translation.
   - Fixed the newmail plugin.
   - Added RECENT response to sqimap_get_status.
   - Fixed attachment filename resolving.
   - Added check for X-Confirm-Reading-To to make MDN work messages send by Pine.
+  - sqextractGlobalVar removed (use sqgetGlobalVar instead).
+  - Subfolders of Sent and Drafts show To field instead of From
+  - Updates in conf.pl to infamous delete_folder setting, including
+    addition of appropriate default value for courier and UW.
+  - Fix for date/time display in certain timezones
+  - Fix some features of login.php that are used by some plugins and was broken
+    by register_globals = off.
+  - Added Greek locale. Thanks to George P. Kremmydas 
+    <george at kefalonia-ithaki.gr> and Alexandros Vellis <avel at noc.uoa.gr>
+  - Added notes about PHP 4.3.x to documentation, and a gaudy warning message
+    in src/login.php.  Warning can be disabled.
+  - Fixed \Noselect mailbox detection.
+  - Fixed charset decode of base64 encoded strings.
+  - Fixed encoding of email addresses in our composed messages.
+  - Fixed folder creation for Courier using Autoconfig options.
+  - Fixed encoded string handling inside MDN notifications
+  - Fixed unfold header routine in imap_messages (for mailbox_display).
+  - Make listcommands work with PHP versions 4.0.4 & 4.0.5.
   
 Version 1.4.0 RC 2a
 -------------------