X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=5d9dddbfae63cf27ae8b6d38a08ecc07daa8cb4c;hp=ab657b73d6aabfa5f445ec32f8fafe16600831e7;hb=66289791f46da9f6c7e0ab95bdfff31b73898e3c;hpb=e2ef6f4b0b17f0b89960aa0c52e12b7208aac265;ds=sidebyside diff --git a/ChangeLog b/ChangeLog index ab657b73..5d9dddbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ -Version 0.5 -- DEVELOPMENT --------------------------- +Version 1.0pre1 -- DEVELOPMENT +------------------------------ +- Fixed default charset that is sent with outbound messages (now user's preferred charset) +- Sort method saving now transparent to user, and saves between sessions +- Now replacing all \n with \r\n before sending the message. +- Added sorting option for NO sorting.. 10000 times faster! +- Using
 tags for viewing message body instead of  and  
+- Added redirection from subdirectories to login page
+- Attachments are shown in message index (shown as a "+")
+- Updated attachment plugin support and passing values to hooks (see plugins.txt)
+- Added file and message size in many locations
+- Made message index order customizable (from, subject, date) can be (date, from, subject)
+- Fixed some security problems with uploading attachments
+- When reading, attachments look better and have a better plugin interface
+- Some functions now pass values by reference to save on memory
+- Added Catalan translation from Josep Sanz 
+- Added Serbian translation from Boris Manojlovic 
+- Added Polish translation of Help from Krystian Kanabrodzki 
+
+
+Version 0.5 -- September 25, 2000 
+---------------------------------
+- Fixed some problems with downloading attachments in IE
+- If no date is set in header, we take internal date of the imap server
+- Fixed some lingering bugs in mime parsing 
+- Searching specifies CHARSET option
 - Security fixes
 - Fixed hyperlink rendering problems