1e8f243cc63d51e7b2c68976ec8c34fe05aef585
[claws.git] / NEWS
1 Changes of Sylpheed
2
3 * 1.0.0rc
4
5     * The IMAP4 parser has been fixed for 64-bit platforms.
6     * Users are now asked to switch to online mode when sending in offline.
7     * The line-joining problem of auto-wrapping has been fixed.
8     * Special characters are now properly escaped when executing action
9       commands.
10     * Some compiler warnings have been removed.
11
12 * 1.0.0beta4
13
14     * The Japanese manual has been updated.
15     * Some icons have been modified, and unused icons have been removed.
16     * The menu strings have been fixed.
17     * The workaround for invalid CR characters on POP3 has been made.
18
19 * 1.0.0beta3
20
21     * The Japanese JPilot address book has been supported.
22     * Back scrolling on Shift/Alt and Space key press has been enabled.
23     * Attached text files are now canonicalized before encoded to BASE64
24       to conform with RFC 2045.
25     * The optimal Content-Transfer-Encoding will be used when attaching
26       text files.
27     * The icons of the receive dialog have been modified.
28     * Mozilla Firefox has become a default web browser.
29     * The auto-expanding status bar has been fixed.
30
31 * 1.0.0beta2
32
33     * don't move or delete immediately at local filtering when immediate
34       execution option is off.
35     * 'Empty trash' has been added to the folder context menu.
36     * 'Remove mailbox' has been removed from the folder context menu.
37     * 'File' menu in the main menu has been reorganized.
38     * AND/OR matching option has been added to the summary search dialog.
39     * APOP setting became a separate option for POP3.
40
41 * 1.0.0beta1
42
43     * Icons are added to the alert dialog and filter edit dialog.
44     * Cc is added for the parameter of templates.
45     * The menu of composition window has been reorganized.
46     * Gettext has been upgraded to 0.14.1.
47     * Some minor bugs of filtering have been fixed.
48
49 * 0.9.99
50
51     * The new filtering system, which has many new features, has been
52       implemented.
53     * The handling of 'New' flags for messages has been modified.
54     * The spool path setting can now take both file and directory.
55     * Invalid URIs used by DnD has been fixed.
56     * Other bugfixes have been made.
57
58 * 0.9.12
59
60     * A session timeout for POP3/SMTP has been implemented.
61     * The 'Print' menu on the context menu has been restored.
62     * the value of CACHE_VERSION has been increased to prevent a cache
63       incompatibility problem on some platforms such as FreeBSD.
64
65 * 0.9.11
66
67     * The spring-loaded folder has been implemented for the folder view.
68     * A function to filter selected messages has been added.
69     * Always move messages by default when using DnD (copy if Ctrl key is
70       pressed).
71     * On filtering, the matching algorithm of 'not contain' flag has
72       been fixed.
73     * NNTP servers that require authentication at the beginning of the
74       session has been supported.
75     * The method of updating the progress dialog has been modified.
76     * The context menu on the summary view has been cleaned up.
77     * The image viewer has been fixed.
78     * The cache handling has been fixed for AMD64 and other 64-bit platforms.
79     * The SMTP routine has been fixed to fully comply with RFC 2821.
80
81 * 0.9.10
82
83     * A new folder can be created on the folder selection dialog now.
84     * The folder view is now updated progressively when receiving.
85     * Statasbar has been added to the message view window.
86     * The built-in image viewer has been improved, and its memory leaks
87       have been fixed.
88     * Ukrainian translation has been added.
89     * Other bugfixes have been made.
90
91 * 0.9.9
92
93     * Word wrapping on multibyte locales has been improved.
94     * The receive menu has been improved.
95     * The combo button for toolbar has been implemented.
96     * The download feature for IMAP / News folders has been implemented.
97     * URL is now shown on the toolbar when links are clicked, and put
98       warning in case of fake URL.
99     * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
100       when sending.
101     * Crashes on 64-bit environments has been fixed.
102     * Other bugfixes have been made.
103
104 * 0.9.8a
105
106     * The bug that caused the failure of cache data read has been fixed.
107
108 * 0.9.8
109
110     * The offline mode has been implemented.
111     * The performance of the scanning of MH folders has been improved on
112       the platforms which support d_type in 'struct dirent'.
113     * The error checking on moving/deleting messages has become strict.
114     * When getting IMAP4 message list, it now fallbacks to FETCH command
115       if server doesn't fully support SEARCH command.
116     * Outbox for accounts are now correctly chosen when sending from queue.
117     * Gettext has been upgraded to 0.12.1.
118     * IPv6 support is now enabled by default.
119     * Other bugfixes have been made.
120
121 * 0.9.7
122
123     * The vulnerability in SMTP response handling, which is exploitable by
124       a malicious SMTP server, has been fixed.
125     * The structure of folder system has been sorted out.
126     * The checking of the existence of IMAP root directory has been modified.
127
128 * 0.9.6
129
130     * A crash bug when deleting currently opened folder has been fixed.
131     * The performance issue of the address book has been fixed.
132     * The behavior of manual signature insertion has been reverted.
133     * A crash bug on startup when a font can't be loaded has been fixed.
134     * The format of MIME boundary has been modified again.
135     * Other minor bugfixes have been made.
136
137 * 0.9.5
138
139     * The size, the position, and the visibility of separated views are now
140       remembered.
141     * The per-folder settings are now preserved even if a folder tree is
142       rebuilt.
143     * The receive dialog's option to display the dialog only on manual
144       receiving has been added.
145     * 'Top' and 'Bottom' button has been added on the filter setting dialog.
146     * The UIDPLUS extension of IMAP4rev1 has been supported.
147     * The folder system has been cleaned up a bit.
148     * The sylpheed.spec file bundled in the source package has been improved.
149     * The format of MIME boundary has been modified.
150     * A memory leak and a buffer overrun have been fixed.
151
152 * 0.9.4
153
154     * The performance of the operation of IMAP4 folders, such as move,
155       copy, delete and mark, has been greatly improved.
156     * The contents of IMAP4 folders are now always synchronized with the
157       server.
158     * Message flags are now properly taken over when copying messages into
159       IMAP4 folders from others.
160     * The CRAM-MD5 authentication mechanism has been supported for IMAP4rev1.
161     * Message move, copy and delete are now possible while receiving mails.
162     * The non-blocking SSL can be turned off as a workaround for the
163       connection problem.
164     * The bug that ran into infinite loop if connection was closed by remote
165       host has been fixed.
166     * The configuration files will not be overwritten on startup anymore.
167
168 * 0.9.3
169
170     * The network I/O system has been rewritten to use non-blocking I/O,
171       and the performance of POP3 and SMTP has been improved much.
172     * '--status-full' option has been added. '--status' option now takes
173       arguments for folders.
174     * Minor bugfixes have been made.
175
176 * 0.9.2
177
178     * The bug that removed messages from server if "Don't receive" action is
179       specified by the filter rule has been fixed.
180     * The bug that caused abort when a button is double-clicked on some
181       dialogs has been fixed.
182     * A warning that was displayed when address book was empty has been fixed.
183
184 * 0.9.1
185
186     * The bug in handling folder names which include '+' in IMAP4 modified
187       UTF-7 conversion has been fixed.
188     * The parsing of message/rfc822 parts in multipart messages has been
189       fixed.
190     * Several bugs of auto signature replacement has been fixed.
191     * A bug that didn't hide user string in the Action dialog has been fixed.
192     * Socket I/O timeout interval is now configurable.
193
194 * 0.9.0
195
196     * The multi-process network I/O has been implemented for POP3 and SMTP.
197     * The Action feature has been improved.
198     * The automatic signature replacement on account change has been
199       implemented.
200     * Hyperlinks of HTML messages are now correctly handled.
201     * The separated message view now has a menubar.
202     * Original messages' headers are now included as the preset keywords
203       on automatic filter creation.
204     * The verbose error messages are now displayed on POP3 and SMTP.
205     * The lines of the log window is now restricted to reduce the memory
206       usage.
207     * The Shift_JIS locale has been supported.
208     * The internal MIME structure has been cleaned up.
209     * Address names which have special characters are now correctly quoted.
210     * Slovak message catalog has been added.
211     * The header corruption bug on reediting has been fixed.
212     * The bug of UTF-7 encoding conversion has been fixed.
213     * A workaround for unknown timezones has been made.
214     * A workaround for wrapping problem on UTF-8 locale has been made.
215     * More workaround for crashes by illegal characters has been made.
216     * The crash bug in IMAP4 parser has been fixed.
217     * The crash bug of the composition window has been fixed.
218     * The colormap / visual problem on Solaris has been fixed.
219     * Other bugfixes have been made.
220
221 * 0.8.11
222
223     * The folder option to remove parentheses and brackets at the beginning
224       of subject has been added.
225     * The option to use command output for signature has been added.
226     * The summary search now also looks for collapsed nodes.
227     * The size of the source window is now remembered.
228     * Euro locales (ISO-8859-15) have been supported.
229     * Many locales and encodings which were not supported before have been
230       added.
231     * Galician translation has been added.
232     * Support for Latin locales (ISO-8859) has been fixed.
233     * UTF-8 locale support has been fixed.
234     * The folding problem of headers has been fixed.
235     * The more workaround for abort problem in Japanese locale has been made.
236     * Other bugfixes have been made.
237
238 * 0.8.10
239
240     * The validity check of EUC-JP code became more strict.
241     * The handling of strings which failed to be converted has been modified.
242     * Minor bugfixes and a speed improvement have been made.
243
244 * 0.8.9
245
246     * Transition from libjconv to direct use of iconv() API has been made.
247     * Quoted-Printable encoding for outgoing messages has been enabled.
248     * Content-Transfer-Encoding for outgoing messages became user definable.
249     * The abbreviation method of newsgroup name has been improved.
250     * Russian locales support has been improved.
251     * Fixes for message canonicalization have been made.
252     * Bugs of header MIME encoding have been fixed.
253
254 * 0.8.8
255
256     * The option to sort by recipient has been added.
257     * The performance of initial sorting when opening folders has been
258       improved.
259     * The bug which would run into infinite loop and eventual crash when
260       encountering invalid characters in header MIME encoding has been fixed.
261
262 * 0.8.7
263
264     * The extended regular expression has been supported on filtering.
265     * The option to resize images to fit the size of view has been added.
266     * The previous account is now restored on reediting draft messages.
267     * The routine of MIME header encoding has been rewritten completely,
268       and Q-encoding for single-byte locales has been also implemented.
269     * Strings beginning with "www." are now treated as URI.
270     * The default WWW browser has been changed to Mozilla.
271     * The common preferences dialog has been reorganized a bit.
272     * The remote command operation can be executed without X now.
273     * Code cleanups for the implementation of SMTP has been made.
274     * Autotools and libtool have been updated.
275     * A fix for font loading problem has been made.
276     * Other minor bugfixes have been made.
277
278 * 0.8.6
279
280     * Per-folder account setting has been implemented.
281     * Per-folder default To / Cc / Bcc / Reply-To setting on composition
282       has been implemented.
283     * The status of signature is now indicated using different colors.
284     * Reply-To header now has priority over List-Post header on list-reply.
285     * Multiple deletion of IMAP4 messages has been optimized.
286     * A workaround for the problem that couldn't display 8-bit characters in
287       C or POSIX locale has been made.
288     * The B-encoding of headers on locales other than Japanese (when not
289       using libjconv) has been enabled.
290     * 'Rescan folder tree' has been renamed to 'Rebuild folder tree'.
291     * The redundant error messages of code conversion failure has been
292       prohibited.
293     * The cancellation of POP3 session has been fixed.
294     * The error detection of POP3 has been improved.
295     * The LDAP library detection of configure script has been fixed once more.
296     * Other minor bugfixes and code cleanups have been made.
297
298 * 0.8.5
299
300     * Many fatal errors which will lead to crash in message catalogs have
301       been fixed.
302     * Cc header is now correctly recognized on reply and forwarding.
303     * A problem of refresh of summary on IMAP4 and News folder has been fixed.
304     * A bug of changing accounts on composition window has been fixed.
305     * The LDAP library detection of configure script has been fixed again.
306     * Queueing of news messages has been enabled.
307
308 * 0.8.4
309
310     * The 'Select thread' function is added.
311     * The 'Reply to mailing list' function is added.
312     * The 'Reply' button invokes 'Reply to list' by default (configurable).
313     * More fix for GnuPG signing and verification has been made.
314     * The bug that deleted messages that are not received by filter has
315       been fixed.
316     * The bug that couldn't exit normally after opening composition window
317       has been fixed.
318     * The LDAP library detection of configure script has been fixed.
319
320 * 0.8.3
321
322     * The state of compose window is now changed automatically when the
323       account is selected.
324     * The option to only mark message as read when opened in new window has
325       been added.
326     * The receive progress dialog now shows detailed information in the
327       status list.
328     * The receive progress dialog can be kept open.
329     * The line-joining problem of auto-wrapping has been fixed.
330     * IMAP and News cache files/directores are now correctly purged if
331       they become unnecessary.
332     * The wrong news article number calculation has been fixed.
333     * The summary refresh problem has been fixed.
334
335 * 0.8.2
336
337     * GnuPG improvements and fix
338       o The line endings are canonicalized correctly before signing.
339
340         WARNING: don't sign messages with Sylpheed prior to this version
341                  since they didn't fully conform RFC3156 and may cause
342                  incompatibility between other MUAs.
343
344       o The feature to store passphrase in memory temporarily has been
345         implemented.
346       o The ascii-armored encryption and clear text signing has been
347         implemented.
348     * Line-wrapping improvements and fix
349       o The cursor movement on auto-wrapping has been fixed.
350       o Flickers on auto-wrapping has been repressed.
351     * Socket I/O timeout has been implemented.
352     * The '--attach' command line option has been implemented.
353     * Automatic cache expiration for News has been implemented.
354     * Time stamp has been added to the log messages.
355     * Temporary files are created under ~/.sylpheed/tmp/.
356     * The problem of folder and summary view refresh on incorporation has
357       been fixed.
358     * The correct FQDN will be returned to server.
359     * Some major memory leaks have been fixed.
360     * Some other bugs have been fixed.
361
362 * 0.8.1
363
364     * The regression of Japanese code conversion have been fixed.
365     * The problem in MIME header encoding has been fixed.
366     * Several memory leaks in the address book has been fixed.
367
368 * 0.8.0
369
370     * The "Paste as quotation" feature has been implemented.
371     * The "Action" feature (function to pass contents of messages to external
372       programs) has been added.
373     * Automatic line-wrapping on input has been enabled.
374     * The Japanese encoding conversion routine has been rewritten and libkcc
375       has been removed.
376     * The MIME encode/decode routines based on fetchmail have been rewritten.
377     * The IMAP response parser has been improved.
378     * The authentication method on SMTP AUTH can be forced.
379     * The receive error dialog can be disabled.
380     * The option to change the displayed message automatically with cursor
381       key on the summary view has been added.
382     * The copy and paste problem in MIME mode has been mostly fixed.
383     * Some other minor bugfixes and improvements have been made.
384
385 * 0.7.8
386
387     * The feature to leave messages on POP3 server for specified days has
388       been implemented.
389     * The SSL preferences which was broken at the previous version has been
390       fixed.
391
392 * 0.7.7
393
394     * The 'Redirect' (aka Bounce) feature has been implemented.
395     * IMAP4 / POP3 STARTTLS command has been enabled.
396     * NNTP over SSL has been enabled.
397     * The sorting order of the summary view became persistent.
398     * The 'Expand / Collapse all threads' feature have been added.
399     * The sorting order of the folder tree became case insensitive.
400     * The common / account preferences button has been removed from the
401       toolbar.
402     * Some fixes and improvements for MIME view have been made.
403     * The behavior of the toggle menu of 'Folder tree' and 'Message view'
404       have been fixed.
405     * The behavior of address completion has been fixed.
406     * A bug in the header MIME encoding routine on Japanese locale has been
407       fixed.
408     * Some other bugfixes have been made.
409
410 * 0.7.6
411
412     * The manual and FAQ have been updated, and German and Italian FAQ have
413       been added.
414     * IMAP shared folder has been supported.
415     * 'Create filter rule' has been added to the context menu.
416     * Only newsgroup names longer than specified length are abbreviated.
417     * 'Get all' doesn't check for new messages on IMAP or News account by
418       default.
419     * Minor improvements to the folder property dialog have been made.
420     * Special characters like parentheses can be used in password for IMAP
421       accounts now.
422     * Some crash bugs and other minor bugs have been fixed.
423
424 * 0.7.5
425
426     * The license has been modified so that it will be compatible with
427       OpenSSL.
428     * Sent / Drafts / Queue folder on IMAP4 has been enabled.
429     * The internationalization of IMAP4 folder name has been implemented.
430     * IMAP4 folder renaming has been implemented.
431     * Some critical bugs in IMAP4 response parser have been fixed.
432     * Non-default mailboxes are now specifiable for inbox, sent, draft,
433       trash folder and the destination of filtering, using folder identifier.
434     * Folder property dialog has been implemented.
435     * Special folders can be specified from the folder property dialog.
436     * 'Outbox' has been changed to 'Sent'.
437     * Queued messages are now saved to Sent folder after they are actually
438       sent.
439     * The auto line-wrapping has been improved.
440     * 'Reply to sender' now works for newsgroups.
441     * The SMTP server response is now referred on SMTP AUTH.
442     * Templates can be inserted into the current cursor position now.
443     * Confirmation dialog is displayed on sending if subject is empty.
444     * Displayed newsgroup names are now abbreviated.
445     * The timeout of DNS lookup has been implemented.
446     * 'Ctrl-Enter' shortcut now works even if Num Lock is on.
447     * The new application icon has been added.
448     * New message checking on IMAP or news server will be aborted immediately
449       if some errors occurred.
450     * Some menu items have been modified.
451     * Some other bugfixes have been made.
452
453 * 0.7.4
454
455     * The bug that lost UIDL information if any error occured before issuing
456       UIDL command was fixed.
457     * Message retrieving is now cancelable from the menu even if the dialog
458       is hidden.
459     * Some warnings on compiling with gcc-3.0 have been removed.
460     * The English manual has been updated.
461     * The FAQs in English, Spanish and French have been added.
462
463 * 0.7.3
464
465     * Attached files will be inherited on forwarding or reediting.
466     * Filter rules will be also updated when renaming or deleting folders.
467     * 'Get all' and 'Check for new messages' now works for IMAP4 and News
468       accounts.
469     * Limit of Receive size for POP3 has been implemented.
470     * The new notebook tab interface for multipart messages has been
471       implemented, and text parts are displayed on the text view all together.
472     * Separate user ID and password can be used for SMTP AUTH.
473     * ISO-8859-15 support has been added.
474     * Cancellation of POP3 session is now handled correctly.
475     * Some bugfixes have been made.
476
477 * 0.7.2
478
479     * Message moving between different type of folders has been enabled.
480     * PGP decryption failure bug has been fixed.
481     * IMAP4 APPEND command failure has been fixed.
482     * Selection reply bug has been fixed.
483     * The bug that the external editor fails to launch when quotation
484       characters are used in the command line, has been fixed.
485     * 'Show all header' and 'Thread view' became toggle switch.
486     * Some code cleanups have been made.
487
488 * 0.7.1
489
490     * Message copy between different type of folders has been enabled.
491     * Multiple message forwarding has been enabled.
492     * Most of key bindings became customizable.
493     * The default menu shortcuts have been modified so that Ctrl is used
494       as the modifier key.
495     * Quick menu shortcut changer has been implemented.
496     * Quick filter rule creation has been implemented.
497     * "Show all header" now displays the headers in the current message
498       view.
499     * File save dialog has been improved.
500     * '--send' option has been added.
501     * Quoted part of message text on reply or forward is specifiable by
502       selecting it.
503     * From address is now added to Cc entry when 'Reply to all' is used
504       on the messages which have Reply-To header.
505     * Mac OS X (Darwin) has been supported.
506     * Ctrl-Enter now works on the composition window.
507     * It now compiles with C compilers other than gcc.
508     * Crash in mark processing on 64bit architecture has been fixed.
509     * Crash on font load failure has been fixed.
510     * Some address completion bugs have been fixed.
511     * Some many other bugs have been fixed.
512
513 * 0.7.0
514
515     * Undo / redo function has been implemented.
516     * Regular expression has been supported in filtering.
517     * LDIF file import has been improved.
518     * The cursor on composition window blinks now.
519     * The feature to keep editing after saving to draft has been added.
520     * The position of Subject entry on composition window has been moved
521       to the last.
522     * The menu items have been reorganized.
523     * WMCLASS is set for some windows.
524     * A bug that causes infinite loop at line-wrapping has been fixed.
525     * Some bugfixes for template, addressbook and IMAP4 have been made.
526
527 * 0.6.6
528
529     * The newsgroup subscription dialog has been enhanced.
530     * Template function has been improved.
531     * New wrapping function for composition window has been implemented.
532     * Mailto URL has been supported for the --compose option.
533     * The --status option to display current message count has been added.
534     * Workaround for RFC-incompliant Date header has been made.
535     * Check connection between IMAP or NNTP server only if access time
536       limit is expired.
537     * Thai encodings have been supported.
538     * Hungarian message catalog has been added.
539     * Copy and paste problems have been fixed.
540     * Some IMAP4 bugs have been fixed.
541     * Some other bugs have been fixed.
542
543 * 0.6.5
544
545     * The template function has been implemented.
546     * The quotation format parser has been enhanced.
547     * The forwarding format has become customizable.
548     * The "Open with..." dialog on the MIME view now retains command history.
549     * An arrow mark is put on the column of the sorting target.
550     * The Delete key now deletes messages.
551     * The password for SMTP AUTH is asked now when not specified.
552     * The mime.types file is searched from several directories now.
553     * The preferences dialogs have been sorted out a bit.
554     * A freeze bug on using SSL has been fixed.
555     * Some bugs have been fixed.
556
557 * 0.6.4
558
559     * The performance of summary display on large number of messages
560       has been improved.
561     * Columns of the summary view became reorderable.
562     * The default order of the summary view columns has been changed.
563     * Reedit has been enabled in the outbox.
564     * LDIF file import has been implemented.
565     * The crash bug of LDAP has been fixed.
566     * Some other bugs have been fixed.
567
568 * 0.6.3
569
570     * Message body text search has been implemented.
571     * The text part of nested multipart message, or HTML only message
572       is now correctly quoted on replying.
573     * The status of threading is now preserved for each folders.
574     * Selective removal from trash folder has been enabled.
575     * User name and password of IMAP4 account which include spaces are now
576       handled correctly.
577     * Workaround for 8bit characters conversion failure on C locale when
578       using libjconv has been made.
579     * Some bugs that caused crashes have been fixed.
580
581 * 0.6.2
582
583     * The new addressbook has been implemented (Match Grun).
584     * LDAP, vCard, and JPilot have been supported.
585     * The option to launch the external editor automatically has been added.
586     * Sorting by mark, unread, attachment, and color label has been enabled.
587     * Moving to the next or previous flagged messages has been enabled.
588     * The "Mark all read" function has been added.
589     * The function to reformat the current paragraph has been implemented.
590     * Some icons have been replaced.
591     * The layout of some menu items has been modified.
592     * Some other bugfixes have been made.
593
594 * 0.6.1
595
596     * A crash bug caused by the typo of ja.po was fixed.
597     * Some bugs of configure were fixed.
598     * The bug that ignored Bcc: when using external command for sending was
599       fixed.
600     * A bug of auto-checking was fixed.
601     * Readability of the selected color-labelled line has been improved.
602     * Croatian message catalog has been added.
603
604 * 0.6.0
605
606     * Some operations are enabled while receiving.
607     * A progress bar has been added to the status bar.
608     * SSL has been supported (POP3, SMTP, IMAP4).
609     * Color label is implemented.
610     * Sending with local sendmail command is enabled.
611     * Queued messages are now re-editable.
612     * Old messages will be removed after re-editing.
613     * Account information is now used when sending from queue.
614     * New account dialog will be displayed on the first run.
615     * Suppressed the output to status bar on IMAP4 and NNTP.
616     * The memory usage of the integrated XML parser has been reduced.
617     * The configure script has been improved.
618     * The bug that tried to fetch a nonexistent message on POP3 has been
619       fixed.
620     * The crash bugs of the summary view and the attachment property dialog
621       of the composition window has been fixed.
622
623 * 0.5.3
624
625     * The performance of the summary view has been improved a bit.
626     * The option to expand / collapse message threads has been added.
627     * Unread messages are now displayed with bold font.
628     * The option to update all local folders after getting messages has
629       been added.
630     * "Add sender to address book" has been implemented.
631     * The position of displayed message is now kept after updating the
632       summary view.
633     * A security problem of POP3 has been fixed.
634     * Bold and small fonts are now configurable with ~/.sylpheed/sylpheedrc.
635     * Some other bugs have been fixed.
636
637 * 0.5.2
638
639     * The English manual has been added.
640     * Polish message catalog has been added.
641     * Accounts are automatically selected on reply.
642     * Unnecessary return codes in user-defined header are removed.
643     * UI of date format setting has been improved.
644     * The bug that couldn't handle escaped characters on IMAP4 has been fixed.
645     * The bug that suspended the process after opening attached files has
646       been fixed.
647     * Workaround for raw-JIS code in header fields has been done again.
648     * The bug that couldn't handle some responses on NNTP has been fixed.
649     * Some other minor fixes have been done.
650
651 * 0.5.1
652
653     * Expand/collapse state of folders is now preserved.
654     * Newsgroups can be selected from the list dialog.
655     * Workaround for raw-JIS code in header fields.
656     * The current read size in some dialogs are displayed with human-readable
657       format.
658     * Cc can be used in the reply format.
659     * Base64 data with unusual line length became decodable.
660
661 * 0.5.0
662
663     * A fix for the bug that prevented the removal of selected IMAP4 folder.
664
665 * 0.5.0pre4
666
667     * Gettext has been updated to 0.10.38.
668     * Some more outgoing character sets became specifiable without libjconv.
669     * --enable-threads option has been removed temporarily.
670     * IMAP4 mailbox status is now updated while scanning tree.
671     * IMAP4 and NNTP port number is now specifiable.
672     * The Japanese manual has been updated.
673     * Some UI and other fixes have been done.
674
675 * 0.5.0pre3
676
677     * Autoscan of IMAP4 directory has been implemented.
678     * IMAP4 server directory prefix became specifiable.
679     * Some other bugfixes have been done.
680
681 * 0.5.0pre2
682
683     * Bugfixes for IMAP4. Logs are now also output to file.
684
685 * 0.5.0pre1
686
687     * Many bugfixes for IMAP4, and some modifications for user interface.
688
689 * 0.4.99
690
691     * Attached files can be opened with arbitrary programs.
692     * The progress dialog is shown when sending a message.
693     * User-defined headers can be added.
694     * On the folder tree, unread mark is added to closed folders which have
695       some unread subfolders.
696     * Command line options such as --help and --version can now be executed
697       without X.
698     * NNTP authentication has been supported.
699     * Summary view shows a dialog to process the unexecuted marks when
700       changing the current folder.
701     * `Reply to sender' has been added.
702     * In IMAP4rev1, move, copy, delete and namespace have been implemented.
703       INBOX and trash folder are automatically added when creating a new
704       IMAP4 account.
705     * Many other bugfixes have been done.
706
707 * 0.4.66
708
709     * The bug that didn't calculate MD5 correctly on big endian machines
710       (like PowerPC) has been fixed.
711     * The incorporation dialog has been improved.
712     * Auto mail checking has been implemented.
713     * Headers displayed on the message view are now customizable.
714     * Some other bugfixes have been done.
715
716 * 0.4.65
717
718     * The items of preferences dialog have been reorganized.
719     * The header pane can be toggled on and off now.
720     * Page scroll step is now selectable between one page and half page.
721     * Messages can be exported as mbox format.
722     * GnuPG support code has been updated.
723     * The format of date in summary view became freely definable.
724     * The MD5 routine by RSA has been replaced by an FSF implementation.
725     * The progress dialog of POP3 has been considerably improved.
726     * IMAP4 folder creation/deletion is enabled.
727     * A bug in IMAP4 that caused infinite loop and buffer overrun has been
728       fixed.
729     * A socket is now handled with abstraction layer.
730     * Some other bugs have been fixed.
731
732 * 0.4.64
733
734     * The built-in XML parser has been modified so that it escapes certain
735       characters, and supports multiple-lined tag.
736     * The bug that caused infinite loop when illegal XML file was given was
737       fixed.
738     * The problem when not moving to inbox after getting new mail was fixed.
739     * The bug that made Sylpheed crash when clicking Cancel button while
740       getting new mail was fixed.
741
742 * 0.4.63
743
744     * Some menu items are sorted out.
745     * `Attract by subject' is speeded up.
746     * Smooth scrolling of message text is enabled.
747     * Generic mark and Deleted mark became permanent.
748     * Replied and Forwarded mark are enabled.
749     * The design of New and Unread mark is changed.
750     * Generic mark and Unread mark can be toggled with clicking summary view.
751     * Long References header is truncated now.
752     * Updated the GnuPG support code.
753     * Messages can be moved across file systems.
754     * Message date is converted into local time when displaying.
755     * The colors of quoted part and URI of messages can be specified, and
756       they are specifiable according to quotation level.
757     * It is enabled to keep the current folder after receiving new messages.
758     * The speed of cache reading is improved.
759     * Message copy is implemented.
760     * Many other bugfixes have been done.
761
762 * 0.4.62
763
764     * Prohibition of multiple execution and operation by command line
765       options are enabled.
766     * Workaround was done for duplicated From_ line in mbox file.
767     * HTML - > text converter is implemented.
768     * SMTP AUTH is supported.
769     * FIFO is allowed for signature file.
770     * Security probrems related to tmpfile() and chmod() are fixed.
771     * A bug was fixed that couldn't open attached files which include space.
772     * Address completion is enhanced.
773     * Move and remove are enabled in IMAP4.
774     * Message source can be displayed.
775     * Some other bugfixes.
776
777 * 0.4.61
778
779     * Bugs in address completion, sending, and folder view have been fixed.
780
781 * 0.4.60
782
783     * The horizontal scroll bar is added on the summary view.
784     * Drag and drop from the summary view to the folder view is enabled.
785     * Preliminary support of GnuPG is added (needs GPGME).
786     * `Update folder tree' is performed correctly now.
787     * Receiving dialog is improved.
788     * `Select all matched' is enabled in the summary search.
789     * Some new toolbar icons are added.
790     * Attached files can be opened with metamail command.
791     * Address completion with tab key is enabled in the address entry on
792       the composition window.
793     * Some many other bugfixes.
794
795 * 0.4.52
796
797     * News posting feature is implemented.
798     * Number of unread messages is now displayed at the side of folder name.
799     * Accounts are now selectable on the composition window.
800     * Some other bugfixes.
801
802 * 0.4.51
803
804     * A bug was fixed that didn't incorporate spool file correctly.
805     * From_ line is now recognized as separator of messages even if the
806       previous line isn't empty.
807     * A bug was fixed that printed warning when sending message from queue.
808
809 * 0.4.50
810
811     * The architecture were overhauled, and folders are now managed by
812       object-oriented approach.
813     * The location of mailbox became specifiable, and multiple mailboxes
814       are now manageable simultaneously.
815     * Summary scrolls only on the edge when messages are selected.
816     * News servers are now added using account creation.
817     * In IMAP4, the reading of existing folders is enabled.
818     * Interfaces are modified a bit.
819
820 * 0.4.9
821
822     * Fixed some bugs and updated message catalogs.
823
824 * 0.4.8
825
826     * Fixed a bug that locked the process if the status bar was hidden.
827     * Fixed a bug that put a garbage to charset if the outgoing character
828       set was specified and non-ascii characters were used in subject.
829     * Added Portuguese message catalog.
830
831 * 0.4.7
832
833     * Changed the ruler to the more graphical one.
834     * Made the state of status bar get preserved.
835     * Made it configurable for each accounts whether to receive messages
836       when getting from all accounts.
837     * Updated README.
838
839 * 0.4.6
840
841     * Added a ruler to the composition window.
842     * Added the list of the compiled-in features and clickable URI to the
843       official web site to the about dialog.
844     * Added `Show all header' to the right-click menu at the summary.
845     * Fixed a bug on quotation.
846     * Fixed memory leak bugs.
847     * Some other fixes.
848
849 * 0.4.5
850
851     * Implemented line-wrapping functions.
852     * Added supports for some codesets.
853     * Added Chinese message catalog.
854     * Extended quotation format.
855     * Made the settings of the menu shortcuts preservable.
856     * Fixed a probrem that caused to show garbage characters if the codeset
857       wasn't set.
858     * Some other bug fixes.
859
860 * 0.4.4
861
862     * Enhanced the support for 8bit code (ex. ISO-8859-1). Other bug fixes.
863
864 * 0.4.3
865
866     * Implemented the draft message function.
867     * Made the summary get the proper display on the queue folder.
868     * Changed the color of unread mark from green to blue.
869     * Some other bug fixes.
870
871 * 0.4.2
872
873     * Added preliminary IMAP4 codes.
874     * Enhanced the MIME message parsing routines.
875     * Changed the display method of HeaderView.
876     * Modified the codeset conversion routines.
877     * Added Spanish message catalog.
878     * Removed `Reply with quote', and added `Reply to all'.
879     * Implemented `Forward as an attachment'.
880     * Some other bug fixes.
881
882 * 0.4.1
883
884     * Fixed the probrem of codeconv.c that prevented compiling.
885     * Modified sylpheed.spec.
886
887 * 0.4.0
888
889     * Modified the layout of the preferences dialog widgets.
890     * Fixed the probrem of Japanese processing on FreeBSD.
891     * Workaround for the malformed References: header generated by OE5 :(
892
893 * 0.3.99
894
895     * Applied Kondara patch and enabled to support many locales, including
896       UTF-8 (Unicode), when using libjconv.
897     * Integrated the manual written by BONAIM.
898     * Added the option that specifies whether to display short headers on
899       message view or not.
900     * Disabled IPv6 support by default.
901     * Added copyright notice to the source files.
902     * Some bug fixes.
903
904 * 0.3.29
905
906     * Supported external editor.
907     * Supported Content-Transfer-Encoding: x-uuencode.
908     * Replaced system() with execvp().
909     * Modified the reversed order of `Yes' and `No' at some alert dialogs.
910     * Enabled to open a message with new window.
911     * Made it display the simplified headers if the part of multipart
912       message is text/plain.
913     * Enabled to use font selection dialog on the setting of message font.
914     * Modified so that it processes address correctly if the part of it is
915       quoted.
916     * Added `None (local)' to the menu of protocol on the account setting.
917     * Some other fixes.
918
919 * 0.3.28
920
921     * Supported ISO-8859-1.
922     * Fixed the size of the dialogs.
923     * Made it saves the size of widgets and the width of columns.
924     * Added the French message catalog.
925     * Changed the variable name of filtering (check the auto-filtering
926       option again if you've turned it on before).
927     * Fixed some bugs.
928