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