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