X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=NEWS;h=6860141e1ff1189e35d714c23ee3e148334d194f;hp=49299827eaa07dc2d65e41006269455fb167f478;hb=refs%2Fheads%2Fgtk1;hpb=0687789ee66e6167a322452d1bed4144ede3d44d diff --git a/NEWS b/NEWS index 49299827e..6860141e1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,253 @@ Changes of Sylpheed +* 1.0.0 + + * The first official release. + * The escaping of special characters in action commands has been + modified. + * The crash on deleting a remote account has been fixed. + +* 1.0.0rc + + * The IMAP4 parser has been fixed for 64-bit platforms. + * Users are now asked to switch to online mode when sending in offline. + * The line-joining problem of auto-wrapping has been fixed. + * Special characters are now properly escaped when executing action + commands. + * Some compiler warnings have been removed. + +* 1.0.0beta4 + + * The Japanese manual has been updated. + * Some icons have been modified, and unused icons have been removed. + * The menu strings have been fixed. + * The workaround for invalid CR characters on POP3 has been made. + +* 1.0.0beta3 + + * The Japanese JPilot address book has been supported. + * Back scrolling on Shift/Alt and Space key press has been enabled. + * Attached text files are now canonicalized before encoded to BASE64 + to conform with RFC 2045. + * The optimal Content-Transfer-Encoding will be used when attaching + text files. + * The icons of the receive dialog have been modified. + * Mozilla Firefox has become a default web browser. + * The auto-expanding status bar has been fixed. + +* 1.0.0beta2 + + * don't move or delete immediately at local filtering when immediate + execution option is off. + * 'Empty trash' has been added to the folder context menu. + * 'Remove mailbox' has been removed from the folder context menu. + * 'File' menu in the main menu has been reorganized. + * AND/OR matching option has been added to the summary search dialog. + * APOP setting became a separate option for POP3. + +* 1.0.0beta1 + + * Icons are added to the alert dialog and filter edit dialog. + * Cc is added for the parameter of templates. + * The menu of composition window has been reorganized. + * Gettext has been upgraded to 0.14.1. + * Some minor bugs of filtering have been fixed. + +* 0.9.99 + + * The new filtering system, which has many new features, has been + implemented. + * The handling of 'New' flags for messages has been modified. + * The spool path setting can now take both file and directory. + * Invalid URIs used by DnD has been fixed. + * Other bugfixes have been made. + +* 0.9.12 + + * A session timeout for POP3/SMTP has been implemented. + * The 'Print' menu on the context menu has been restored. + * the value of CACHE_VERSION has been increased to prevent a cache + incompatibility problem on some platforms such as FreeBSD. + +* 0.9.11 + + * The spring-loaded folder has been implemented for the folder view. + * A function to filter selected messages has been added. + * Always move messages by default when using DnD (copy if Ctrl key is + pressed). + * On filtering, the matching algorithm of 'not contain' flag has + been fixed. + * NNTP servers that require authentication at the beginning of the + session has been supported. + * The method of updating the progress dialog has been modified. + * The context menu on the summary view has been cleaned up. + * The image viewer has been fixed. + * The cache handling has been fixed for AMD64 and other 64-bit platforms. + * The SMTP routine has been fixed to fully comply with RFC 2821. + +* 0.9.10 + + * A new folder can be created on the folder selection dialog now. + * The folder view is now updated progressively when receiving. + * Statasbar has been added to the message view window. + * The built-in image viewer has been improved, and its memory leaks + have been fixed. + * Ukrainian translation has been added. + * Other bugfixes have been made. + +* 0.9.9 + + * Word wrapping on multibyte locales has been improved. + * The receive menu has been improved. + * The combo button for toolbar has been implemented. + * The download feature for IMAP / News folders has been implemented. + * URL is now shown on the toolbar when links are clicked, and put + warning in case of fake URL. + * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208 + when sending. + * Crashes on 64-bit environments has been fixed. + * Other bugfixes have been made. + +* 0.9.8a + + * The bug that caused the failure of cache data read has been fixed. + +* 0.9.8 + + * The offline mode has been implemented. + * The performance of the scanning of MH folders has been improved on + the platforms which support d_type in 'struct dirent'. + * The error checking on moving/deleting messages has become strict. + * When getting IMAP4 message list, it now fallbacks to FETCH command + if server doesn't fully support SEARCH command. + * Outbox for accounts are now correctly chosen when sending from queue. + * Gettext has been upgraded to 0.12.1. + * IPv6 support is now enabled by default. + * Other bugfixes have been made. + +* 0.9.7 + + * The vulnerability in SMTP response handling, which is exploitable by + a malicious SMTP server, has been fixed. + * The structure of folder system has been sorted out. + * The checking of the existence of IMAP root directory has been modified. + +* 0.9.6 + + * A crash bug when deleting currently opened folder has been fixed. + * The performance issue of the address book has been fixed. + * The behavior of manual signature insertion has been reverted. + * A crash bug on startup when a font can't be loaded has been fixed. + * The format of MIME boundary has been modified again. + * Other minor bugfixes have been made. + +* 0.9.5 + + * The size, the position, and the visibility of separated views are now + remembered. + * The per-folder settings are now preserved even if a folder tree is + rebuilt. + * The receive dialog's option to display the dialog only on manual + receiving has been added. + * 'Top' and 'Bottom' button has been added on the filter setting dialog. + * The UIDPLUS extension of IMAP4rev1 has been supported. + * The folder system has been cleaned up a bit. + * The sylpheed.spec file bundled in the source package has been improved. + * The format of MIME boundary has been modified. + * A memory leak and a buffer overrun have been fixed. + +* 0.9.4 + + * The performance of the operation of IMAP4 folders, such as move, + copy, delete and mark, has been greatly improved. + * The contents of IMAP4 folders are now always synchronized with the + server. + * Message flags are now properly taken over when copying messages into + IMAP4 folders from others. + * The CRAM-MD5 authentication mechanism has been supported for IMAP4rev1. + * Message move, copy and delete are now possible while receiving mails. + * The non-blocking SSL can be turned off as a workaround for the + connection problem. + * The bug that ran into infinite loop if connection was closed by remote + host has been fixed. + * The configuration files will not be overwritten on startup anymore. + +* 0.9.3 + + * The network I/O system has been rewritten to use non-blocking I/O, + and the performance of POP3 and SMTP has been improved much. + * '--status-full' option has been added. '--status' option now takes + arguments for folders. + * Minor bugfixes have been made. + +* 0.9.2 + + * The bug that removed messages from server if "Don't receive" action is + specified by the filter rule has been fixed. + * The bug that caused abort when a button is double-clicked on some + dialogs has been fixed. + * A warning that was displayed when address book was empty has been fixed. + +* 0.9.1 + + * The bug in handling folder names which include '+' in IMAP4 modified + UTF-7 conversion has been fixed. + * The parsing of message/rfc822 parts in multipart messages has been + fixed. + * Several bugs of auto signature replacement has been fixed. + * A bug that didn't hide user string in the Action dialog has been fixed. + * Socket I/O timeout interval is now configurable. + +* 0.9.0 + + * The multi-process network I/O has been implemented for POP3 and SMTP. + * The Action feature has been improved. + * The automatic signature replacement on account change has been + implemented. + * Hyperlinks of HTML messages are now correctly handled. + * The separated message view now has a menubar. + * Original messages' headers are now included as the preset keywords + on automatic filter creation. + * The verbose error messages are now displayed on POP3 and SMTP. + * The lines of the log window is now restricted to reduce the memory + usage. + * The Shift_JIS locale has been supported. + * The internal MIME structure has been cleaned up. + * Address names which have special characters are now correctly quoted. + * Slovak message catalog has been added. + * The header corruption bug on reediting has been fixed. + * The bug of UTF-7 encoding conversion has been fixed. + * A workaround for unknown timezones has been made. + * A workaround for wrapping problem on UTF-8 locale has been made. + * More workaround for crashes by illegal characters has been made. + * The crash bug in IMAP4 parser has been fixed. + * The crash bug of the composition window has been fixed. + * The colormap / visual problem on Solaris has been fixed. + * Other bugfixes have been made. + +* 0.8.11 + + * The folder option to remove parentheses and brackets at the beginning + of subject has been added. + * The option to use command output for signature has been added. + * The summary search now also looks for collapsed nodes. + * The size of the source window is now remembered. + * Euro locales (ISO-8859-15) have been supported. + * Many locales and encodings which were not supported before have been + added. + * Galician translation has been added. + * Support for Latin locales (ISO-8859) has been fixed. + * UTF-8 locale support has been fixed. + * The folding problem of headers has been fixed. + * The more workaround for abort problem in Japanese locale has been made. + * Other bugfixes have been made. + +* 0.8.10 + + * The validity check of EUC-JP code became more strict. + * The handling of strings which failed to be converted has been modified. + * Minor bugfixes and a speed improvement have been made. + * 0.8.9 * Transition from libjconv to direct use of iconv() API has been made.