diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /NEWS-2.0 | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'NEWS-2.0')
| -rw-r--r-- | NEWS-2.0 | 283 |
1 files changed, 283 insertions, 0 deletions
diff --git a/NEWS-2.0 b/NEWS-2.0 new file mode 100644 index 0000000..ba9ff8d --- /dev/null +++ b/NEWS-2.0 | |||
| @@ -0,0 +1,283 @@ | |||
| 1 | Changes of Sylpheed | ||
| 2 | |||
| 3 | * 2.0.0 | ||
| 4 | |||
| 5 | * This is the first release of GTK2-based stable version. | ||
| 6 | |||
| 7 | * 2.0.0rc | ||
| 8 | |||
| 9 | * The IMAP4rev1 code conversion was fixed so that it can handle folder | ||
| 10 | names that include '+' correctly. | ||
| 11 | * The correct row is selected after moving or deleting a message now when | ||
| 12 | sorting is enabled. | ||
| 13 | * The line-wrap of composition was modified so that it doesn't break line | ||
| 14 | after '/' (slash) to protect file path etc. | ||
| 15 | * The duplicated insertion when a text file is dragged onto the | ||
| 16 | composition window was fixed. | ||
| 17 | * The cache discrepancy problem of the draft folder was fixed. | ||
| 18 | * Temporary files are now cleaned up also on startup. | ||
| 19 | |||
| 20 | * 2.0.0beta6 | ||
| 21 | |||
| 22 | * A new application icon was added, and it is now used as a default window | ||
| 23 | icon. | ||
| 24 | * A margin was added for the summary view when scrolling. | ||
| 25 | * The folder selection dialog now displays new/unread information for each | ||
| 26 | folders. | ||
| 27 | * The displayed file size of attachments became more accurate. | ||
| 28 | * The filter rules are now modified after folders are moved. | ||
| 29 | * Several alert dialogs were modified. | ||
| 30 | * The line-wrap of composition was modified so that it doesn't break line | ||
| 31 | after '-' (hyphen) to protect e-mail address etc. | ||
| 32 | * UTF-8 text file is now properly inserted in composition window. | ||
| 33 | * The Content-Type's charset is used as a fallback encoding of broken | ||
| 34 | header strings on reply. | ||
| 35 | * The problem was fixed that signature was not switched properly by the | ||
| 36 | account selection in re-edit mode or after editing with external editor. | ||
| 37 | * Attached files without text/* as the Content-Type is not uncanonicalized | ||
| 38 | anymore. | ||
| 39 | * The URI parser of the text view was modified. | ||
| 40 | * The cache discrepancy problem of the queue folder was fixed. | ||
| 41 | |||
| 42 | * 2.0.0beta5 | ||
| 43 | |||
| 44 | * The order of the buttons of dialogs now complies with GNOME Human | ||
| 45 | Interface Guidelines (configurable with 'Common preferences/Interface/ | ||
| 46 | Make the order of buttons comply with GNOME HIG'). | ||
| 47 | * Existing window is put in front when trying to re-edit draft/queue | ||
| 48 | messages which are already open. | ||
| 49 | * The toolbar and special folder icons are replaced with new png images | ||
| 50 | which are based on GNOME icon theme. | ||
| 51 | * The Sylpheed logo of the about dialog was replaced with new one. | ||
| 52 | * The crash when cancelling the file selection dialog of vCard/JPilot | ||
| 53 | by Escape key was fixed. | ||
| 54 | |||
| 55 | * 2.0.0beta4 | ||
| 56 | |||
| 57 | * The feature to move folders within the same mailbox was implemented. | ||
| 58 | * The flag changes by manual filtering on IMAP4 folders are now reflected | ||
| 59 | to IMAP4 server. | ||
| 60 | * A warning is displayed on the first run if the locale encoding is not | ||
| 61 | UTF-8 but the environmental variable G_FILENAME_ENCODING is not set. | ||
| 62 | * A warning is displayed when sending message if it exceeds the hard line | ||
| 63 | length limit (998 bytes). | ||
| 64 | * Other minor bugs were fixed. | ||
| 65 | |||
| 66 | * 2.0.0beta3 | ||
| 67 | |||
| 68 | * The strict checking of the integrity of summary caches was disabled by | ||
| 69 | default, and the performance of displaying summary was improved. | ||
| 70 | * The columns of the summary view became reorderable by drag and drop. | ||
| 71 | * An option to execute command when new messages arrive was added. | ||
| 72 | * 'Compose new message', 'Add to address book' and 'Open with Web browser' | ||
| 73 | was added to the context menu of the text view. | ||
| 74 | * Encryption is enabled by default when replying to encrypted messages. | ||
| 75 | * GPGME and OpenSSL support are now enabled by default. | ||
| 76 | * The bug that caused failure of parsing IMAP4 response if embedded null | ||
| 77 | characters appeared in message headers. | ||
| 78 | * Selected text is used on reply even if the Attachment tab is selected. | ||
| 79 | * The quote color setting dialog works properly now. | ||
| 80 | |||
| 81 | * 2.0.0beta2 | ||
| 82 | |||
| 83 | * The junk mail filter setting was integrated into the common preferences, | ||
| 84 | and 'Tools/Filter junk mails' menus were added. | ||
| 85 | * The behavior of the flag search was modified. | ||
| 86 | * The bug that the change of color labels was not saved was fixed. | ||
| 87 | * The 'Insert signature' on the composition window now replaces the | ||
| 88 | current signature, or add a new one to the buttom. | ||
| 89 | * The bug that MIME headers were not properly parsed on some locales | ||
| 90 | (such as Turkish) was fixed. | ||
| 91 | * A possible crash when moving/deleting messages while the summary is | ||
| 92 | sorted was fixed. | ||
| 93 | * Wrong display of unread message number on some condition was fixed. | ||
| 94 | * The scroll position of the summary when opening folders was fixed. | ||
| 95 | * Sending messages by external command now checks for its exit status. | ||
| 96 | |||
| 97 | * 2.0.0beta1 | ||
| 98 | |||
| 99 | * A feature to assist junk mail control was added. | ||
| 100 | * An option to apply filter rules to sent messages was added. | ||
| 101 | * The progress dialog was reimplemented using GtkTreeView. | ||
| 102 | * The selection handling of the summary view was optimized a bit. | ||
| 103 | * The drag and drop from the summary view was improved. | ||
| 104 | * The Japanese auto-detection is always enabled if the locale string | ||
| 105 | begins with "ja". | ||
| 106 | * Hebrew encodings support was added. | ||
| 107 | * Lithuanian translation was added. | ||
| 108 | * The scanning of folders right after an IMAP4 account is created was | ||
| 109 | disabled for performance issue. | ||
| 110 | * Currently selected messages are skipped now when searching unread | ||
| 111 | messages. | ||
| 112 | * The typeahead search of the summary view was disabled. | ||
| 113 | * The sylpheed.spec file was updated. | ||
| 114 | * Several bugs were fixed. | ||
| 115 | |||
| 116 | * 1.9.12 (development) | ||
| 117 | |||
| 118 | * The MIME view and the attachment list of the compose window were | ||
| 119 | reimplemented using GtkTreeView. | ||
| 120 | * An option to toggle cursor in the message view was added. | ||
| 121 | * The backward search button was added to the summary and message search | ||
| 122 | dialog. | ||
| 123 | * The PGP Sign and Encrypt check button were added to the compose window. | ||
| 124 | * The drag and drop of messages in the summary view to external | ||
| 125 | applications was enabled. | ||
| 126 | * The writing of summary cache and mark was optimized so that it will be | ||
| 127 | written only if it is required. | ||
| 128 | * The ~/.sylpheed-2.0/tmp/ directory is cleaned up on exit now. | ||
| 129 | * Errors are detected now when messages are sent with sendmail command. | ||
| 130 | * The phishing URL checking was modified so that it works even if | ||
| 131 | non-ascii space is put at the head of link strings. | ||
| 132 | * Several bugs of the summary view were fixed. | ||
| 133 | * The column width of the folder view is now remembered. | ||
| 134 | * The drag and drop of attached files with non-ascii filename was fixed. | ||
| 135 | * The attaching of files with locale-encoded filename by drag and drop | ||
| 136 | was fixed. | ||
| 137 | * A bug that caused crash when timeout happened while scanning IMAP4 | ||
| 138 | folder tree was fixed. | ||
| 139 | * On IMAP4, a bug that only the first response of the SEARCH command was | ||
| 140 | recognized was fixed. | ||
| 141 | * Bcc header fields in mailto URL are no longer interpreted to conform to | ||
| 142 | RFC 2368. | ||
| 143 | |||
| 144 | * 1.9.11 (development) | ||
| 145 | |||
| 146 | * The bug that Return, Space and Delete key were ignored when multiple | ||
| 147 | messages were selected was fixed. | ||
| 148 | * A compile error was fixed. | ||
| 149 | * The selection problem after the change of the contents of the summary | ||
| 150 | was fixed. | ||
| 151 | * The bug that prohibited the resizing of the summary columns was fixed. | ||
| 152 | * The bug that the summary view couldn't be scrolled after expanding a | ||
| 153 | thread at the bottom of the view was fixed. | ||
| 154 | |||
| 155 | * 1.9.10 (development) | ||
| 156 | |||
| 157 | * The summary view was reimplemented using GtkTreeView. | ||
| 158 | * The performance of the update of the statusbar was improved. | ||
| 159 | * The CRAM-MD5 is preferred now on IMAP4 automatic authentication. | ||
| 160 | * Messages selected with 'View/Go to' will not open now if the message | ||
| 161 | view is hidden. | ||
| 162 | * The default message font was changed to Monospace 12. | ||
| 163 | * A redraw problem of the text view on smooth scroll was fixed. | ||
| 164 | * Several bugs of the folder view were fixed. | ||
| 165 | |||
| 166 | * 1.9.9 (development) | ||
| 167 | |||
| 168 | * The memory usage when sending messages was reduced. | ||
| 169 | * The crash when ~/.gnupg not exist was fixed. | ||
| 170 | * A compile error with GTK+ 2.4 was fixed. | ||
| 171 | * Some bugs of the folder view were fixed. | ||
| 172 | * A problem that the Emacs gtk-key-theme didn't work on composition was | ||
| 173 | fixed. | ||
| 174 | |||
| 175 | * 1.9.8 (development) | ||
| 176 | |||
| 177 | * The filter preferences dialog, the edit account dialog, and the folder | ||
| 178 | view were reimplemented using GtkTreeView. | ||
| 179 | * Auto-scroll on DnD was implemented. | ||
| 180 | * GBK encoding is supported. | ||
| 181 | * The broken PLAIN authentication for SMTP AUTH was fixed. | ||
| 182 | * A workaround for some SMTP servers, which terminate connection right | ||
| 183 | after QUIT command was sent, was made. | ||
| 184 | * Clear-signed messages are not MIME-encoded anymore. | ||
| 185 | * The line-wrapping of composition window was modified not to screw up | ||
| 186 | itemized lines. | ||
| 187 | |||
| 188 | * 1.9.7 (development) | ||
| 189 | |||
| 190 | * The outgoing encoding can be changed on composition temporarily now. | ||
| 191 | * The folder selection dialog was reimplemented using GtkTreeView. | ||
| 192 | * An option that specifies whether to render HTML as text or not was added. | ||
| 193 | * The state of the expander of the file save dialog is now remembered. | ||
| 194 | * Every message-ids in References: header is now used for message | ||
| 195 | threading. | ||
| 196 | * The internal code conversion API has been changed. | ||
| 197 | * A possible crash on re-editing draft, queue and sent messages was fixed. | ||
| 198 | * The error checking of Japanese code conversion also became strict. | ||
| 199 | * An empty Reply-To: header is now ignored. | ||
| 200 | |||
| 201 | * 1.9.6 (development) | ||
| 202 | |||
| 203 | * Multiple files can be attached to the composition window all at once now. | ||
| 204 | * In the file selection dialog, last opened directories are now remembered | ||
| 205 | for each operations. | ||
| 206 | * Inline images are now resized to fit window. | ||
| 207 | * 'Save this image as...' was added to the context menu of inline images. | ||
| 208 | * PLAIN authentication method was implemented for SMTP AUTH. | ||
| 209 | * The switching between text and MIME view became smoother. | ||
| 210 | * A workaround for huge slow down when displaying extremely long lines | ||
| 211 | was made. | ||
| 212 | * The replacement of signatures when switching accounts in the composition | ||
| 213 | dialog became stabilied. | ||
| 214 | * Error checking of code conversion on sending became strict. | ||
| 215 | * Bugfixes have been made for MIME view, message view, auto-wrapping | ||
| 216 | and GPG passphrase dialog. | ||
| 217 | |||
| 218 | * 1.9.5 (development) | ||
| 219 | |||
| 220 | * A buffer overflow which occurred when replying to a message with | ||
| 221 | certain headers which contain non-ascii characters was fixed. | ||
| 222 | * A workaround for not MIME-encoded headers was made. | ||
| 223 | |||
| 224 | * 1.9.4 (development) | ||
| 225 | |||
| 226 | * The bug in SSL connection which brought on sporadic crashes and errors | ||
| 227 | were fixed. | ||
| 228 | * The user-interface of MIME view was improved, and its several bugs were | ||
| 229 | fixed. | ||
| 230 | * Miscellaneous dialogs were modified. | ||
| 231 | - The design of alert dialog was modified to fit other Gtk2 | ||
| 232 | applications (not yet HIG compliant, though). | ||
| 233 | - The file selection dialog was replaced with GtkFileChooserDialog. | ||
| 234 | * The line number limit of the log window was re-enabled. | ||
| 235 | * Text for printing is now output with locale encoding. | ||
| 236 | * The incompatibility of PGP signature between gnupg-1.2 and 1.4 when | ||
| 237 | attached text has trailing spaces was fixed. | ||
| 238 | * Locale encoding is now assumed for unencoded header strings on display. | ||
| 239 | * The version of GLib and GTK is now checked on configure. | ||
| 240 | * Code cleanups were made. | ||
| 241 | * Some minor bugs have been fixed. | ||
| 242 | |||
| 243 | * 1.9.3 (development) | ||
| 244 | |||
| 245 | * The line-wrapping function has been reimplemented. | ||
| 246 | - The i18n is now fully supported. | ||
| 247 | - Proper line-breaking is enabled. | ||
| 248 | - It actually complies with the 'Wrap quotation' option now. | ||
| 249 | * 'Copy this link' has been added to the context menu of text view. | ||
| 250 | * The incompatibility of PGP signature between gnupg-1.2 and 1.4 occurred | ||
| 251 | when trailing spaces appeared has been fixed. | ||
| 252 | * A bug that attached files with non-ascii filename couldn't be opened | ||
| 253 | has been fixed. | ||
| 254 | * Some minor bugs have been fixed. | ||
| 255 | |||
| 256 | * 1.9.2 (development) | ||
| 257 | |||
| 258 | * The inline image display has been implemented. | ||
| 259 | * The processing of hypertext has been improved. | ||
| 260 | * The message text search has been reimplemented. | ||
| 261 | * The popup of windows has been improved. | ||
| 262 | * Non-UTF8 filename handling of the file selection dialog has been fixed. | ||
| 263 | |||
| 264 | * 1.9.1 (development) | ||
| 265 | |||
| 266 | * The bug that quoted texts were corrupted on replying or forwarding | ||
| 267 | while auto-wrapping was enabled has been fixed. | ||
| 268 | * The help message is now converted to locale encding. | ||
| 269 | * The sylpheed.spec file has been fixed. | ||
| 270 | * The documents have been updated. | ||
| 271 | |||
| 272 | * 1.9.0 (development) | ||
| 273 | |||
| 274 | * This is the first release of GTK2 development version. | ||
| 275 | * From GTK2 feature: | ||
| 276 | - Multilingualization (m17n) has been supported. | ||
| 277 | - Anti-aliased font has been supported. | ||
| 278 | - Many glitches related to font management have been solved. | ||
| 279 | - The user-interface has been improved in many respects. | ||
| 280 | * Gpgme-1.0 has been supported. | ||
| 281 | - A warning is displayed if a key for encryption is untrusted. | ||
| 282 | - The status of signature validity became more descriptive. | ||
| 283 | - Signatures inside nested multipart are now recognized. | ||
