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