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