RELEASE_NOTES.claws 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. 27th June 2005 Sylpheed-Claws 1.9.12
  2. SYLPHEED-CLAWS RELEASE NOTES
  3. http://claws.sylpheed.org
  4. the "Welcome back IMAP" release
  5. Sylpheed-Claws is an extended version of Sylpheed, a GTK+ based,
  6. lightweight, and fast e-mail client
  7. This is the GTK 2 version of Sylpheed-Claws.
  8. Notes for this release:
  9. ~~~~~~~~~~~~~~~~~~~~~~~
  10. * IMAP support
  11. Perhaps the most significant changes in this release have
  12. happened in the IMAP code. Over the months we have received
  13. several bug reports and complaints from IMAP users. The
  14. changes to the IMAP implementation in this release are mostly
  15. concerned with speedups in imap operation, and using non-
  16. blocking I/O as much as possible. There have been far too
  17. many changes to list them here in these release notes, so
  18. interested users are pointed at ChangeLog-gtk2.claws. There
  19. are more significant changes to the IMAP implemenation
  20. planned, but IMAP users should already find this release is a
  21. lot more comfortable for them.
  22. * Performance increases
  23. Users will discover substantial performance increases when
  24. re-sorting folders, when using 'Select all', and when using
  25. 'Mark all read'
  26. * /Message/Delete and /Message/Move to trash
  27. '/Message/Delete' has been renamed '/Message/Move to trash'
  28. and '/Message/Delete' has been added. '/Message/Delete' will
  29. now directly destroy the message, after asking for a
  30. confirmation, instead of moving it to the Trash folder.
  31. * Common Preferences
  32. All '/Configuration/Preferences/Common/...' options have been
  33. integrated into the new style options interface.
  34. * PGP MIME plugin
  35. The 'PGP/MIME' plugin has been renamed 'PGP MIME', users will
  36. need to reselect 'PGP MIME' as their default privacy system
  37. in their account's Privacy preferences.
  38. * LDAP
  39. The bind password is no longer visible onscreen.
  40. New in this release:
  41. ~~~~~~~~~~~~~~~~~~~~
  42. * An option to encrypt replies to encrypted messages by default
  43. '/[Account Prefs]/Account/Privacy/Encrypt message by default when
  44. replying to an encrypted message'
  45. * Filtering rules can be reordered by drag n drop
  46. * '/Options/Character encoding/...' has been added to the Compose
  47. window to enable temporarily changing the outgoing encoding
  48. * Hebrew encodings have been added
  49. * The 'Show all headers' option is now sticky.
  50. * Return Receipts can now be sent from any account.
  51. * A clip/signed icon has been added. This is displayed in the Status
  52. column of the message list to indicate a signed message that has
  53. one or more attachments.
  54. * updated translations: Brazilian Portuguese, British English,
  55. Catalan, Finnish, French, German, Italian, Korean, Simplified
  56. Chinese, Slovak, and Spanish
  57. * Bug fixes, including the following:
  58. o bug 108, ' Uncollapse/collapse on double-click'
  59. o bug 156, 'possible race condition?'
  60. o bug 191, ' remove list of messages with one command'
  61. o bug 245, 'Renaming Account with RemoteFolder breaks
  62. Filtering Rules'
  63. o bug 421, 'incomplete implementation of undo'
  64. o bug 477, 'sylpheed.spec.in is outdated'
  65. o bug 481, 'extraneous imap commands slow down imap
  66. filtering'
  67. o bug 506, 'No warning if action/template not saved'
  68. o bug 522, 'Sylpheed downloads all messages when opening
  69. mailbox (IMAP)'
  70. o bug 541, 'gtk warning when selecting "Themes" from Other
  71. preferences'
  72. o bug 550, 'Not possible to "reply with quote" to gnupg
  73. encrypted messages'
  74. o bug 557, '"Grab input while entering a passphrase" not
  75. working'
  76. o bug 589, 'SC segfaults with wrong locale setting'
  77. o bug 611, 'nntp authentication broken'
  78. o bug 645, 'Problems with mails with multiple recipients and
  79. drafting'
  80. o bug 646, 'newline-chars in email addresses'
  81. o bug 651, 'Attract by Subject confused by minor differences
  82. in Subject'
  83. o bug 670, 'multi user to: will corrupt message headers
  84. display'
  85. o bug 677, 'IMAP fetch is soooooooooooooo slow'
  86. o bug 679, '"open first unread message when entering a
  87. folder" is always on'
  88. o bug 683, 'Crash in libspam at message_cleanup'
  89. o bug 688, 'Issues with Summary View'
  90. o bug 699, 'Setting folder color works/Unsetting doesn't
  91. (almost)'
  92. o bug 707, 'Dash splits rows'
  93. o bug 728, 'imap ssl segfault'
  94. o bug 729, 'IMAP immediate expunge of deleted messages'
  95. o bug 746, 'Reply function treats quoted commas as
  96. separators'
  97. o bug 749, 'problem with show all headers'
  98. o compilation errors with gcc 2.9x
  99. o Use correct encoding when sending mails with attachments
  100. that have accented characters in their name
  101. o Forbid locked messages to be moved or deleted
  102. o Eat GDK_Return so that the combo popup doesn't appear when
  103. we press Enter to validate the combo input dialog (as
  104. seen in the Open with... dialog)
  105. o Fix automatic STARTTLS if login should be done and the
  106. server only allows it after starting TLS
  107. o Add gtk_widget_realize to be sure toolbar pixmaps can get
  108. created
  109. o src/compose.c: compose_entries_set(): don't interpret
  110. Bcc header field (conform to RFC 2368)
  111. o src/compose.c: Fix headers encoding
  112. o src/procmime.c: liberalise the mime parser
  113. o src/summaryview.c: don't let always_show_msg override
  114. open_unread_on_enter when opening a new directory
  115. o src/textview.c: textview_write_link(): also skip non-ascii
  116. space at head of link strings (phishing check fix)
  117. o src/common/template.c: fix Bcc
  118. For further details of the numbered bugs listed above consult
  119. www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
  120. * and other code reorganisation, cleanups, and more.
  121. ---------------------------------------------------------------------
  122. See ChangeLog-gtk2.claws and README.claws for full information
  123. regarding changes in this release.