Consolidate translation updates.

This commit is contained in:
Andrew Chen 2011-11-09 05:43:17 -08:00
parent 65420ca15c
commit 54ec1413cc
1 changed files with 2 additions and 11 deletions

View File

@ -2,32 +2,23 @@ Release Notes 4.000 - *DRAFT*
* get rid of android.permission.GET_ACCOUNTS and android.permission.READ_OWNER_DATA / don't make suggestions for display name
* don't open connection to pop3 server if a message is marked as read (since that's a local operation)
* german translation: changed "Mehrfachauswahl" to "Gruppenoperationen" (batch operations)
* updated japanese translation
* Fixed counting of new unread messages
* Updated catalan translation (dvbotet)
* Updated german translation
* Added option to readd the quoted text editbox after it has been removed
* Added account setting to configure whether or not to quote the original message by default
* Reset visible limit when "clear messages" is used
* Updated korean translation
* Respect "move/copy destination folders" setting in ChooseFolder
* Explicitly use Locale.US when dealing with dates in message headers
* Treat 5xx SMTP return codes as permanent failures
* Added field UNREAD to Message ContentProvider (João Pedro Taveira)
* Added field UNREAD to Message ContentProvider (Jo<EFBFBD>o Pedro Taveira)
* MessageList: Properly keep selection in case of a configuration change (orientation, keyboard, etc.) during user interaction (e.g. a dialog)
* Update French (+ French Canadian specific parts) translation
* MessageList: Switch subject to marquee ellipsis for landscape layout
* Updated dutch translation (Jan-Bart)
* Fixed bug with generation of HTML replies where no text was quoted
* Add 2MB, 5MB and "All" message download options
* Added a Hungarian translation (Sándor Péter Nagy)
* Rewrite broken MIME types to standard values (e.g. image/pjpeg to image/jpeg)
* Changed code to show/hide the correct views for CC/BCC (Issue 3509)
* Disable "download by date range" for webdav and pop3. The previous behavior caused catastrophic network abuse, downloading messages outside the date range over and over.
* Should not HTMLify the message when it is sent without quoted message (Issue 3530)
* Implemented work-around to handle malformed UIDL responses (POP3) (Issue 3546)
* Updated russian translation (Alexei Emanov)
* Fixes some crashes with WebDAV
* Fixed parsing of messages with a very large header
* WebDAV: Fixed bug where uid in response was truncated [Adam]
@ -47,4 +38,4 @@ Release Notes 4.000 - *DRAFT*
* Don't crash when trying to connect to an non-SSL service using SSL (Issue 3798)
* Added settings import/export
* Improved support for picky/buggy apps when viewing attachments
* Added turkish translation (Recep PAYVERDI)
* Updated translations: Catalan (dvbotet), Dutch (Jan-Bart), French, French Canadian, German, Hungarian, Japanese, Korean, Russian (S<>ndor P<>ter Nagy, Alexei Emanov), Turkish (Recep PAYVERDI)