NEWS 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. Changes of the Sylpheed-Claws GTK2 branch
  2. * 2.2.3
  3. -------
  4. * Bugfix release
  5. * Fix crash on a very common code path, introduced by a merge error in
  6. 2.2.1
  7. * 2.2.2
  8. -------
  9. * Bugfix release
  10. * Fix URI check, which failed to identify fake, phishing URIs if they
  11. began with a space.
  12. * Reply-To and Sender addresses in the message view are now fully
  13. clickable.
  14. * Remove extraneous tab at start of addresses.
  15. * 2.2.1
  16. -------
  17. * Bugfix release
  18. * Always obey the "confirm before marking all mails read" option
  19. * Fixed MBOX import/export's behaviour on failure
  20. * Fixed automatic rule creation with List-Post
  21. * Fixed some GTK+ warnings and errors at runtime
  22. * Fixed some compiler warnings
  23. * Fixed double init of the g_thread subsystem
  24. * Fixed saving of parts with names that can't be converted to UTF-8
  25. * Fixed a possible infinite loop when filtering moved and copied some
  26. mails
  27. * Fixed a buffer overflow in Russian locale
  28. * Fixed a memory leak in expired SSL certificate check
  29. * Fixed bolding of folder names in the folder selector window with
  30. GLib 2.10
  31. * Added an hidden preference, 'ssl_skip_cert_check', to avoid
  32. duplicates of bug #959 - if libetpan is linked against gnutls, there
  33. can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4
  34. release.
  35. * The SSL "expired certificate" warning is now presented only once per
  36. session
  37. * Fixed races when reusing the SMTP sessions
  38. * Added the missing timeout on SMTP sessions
  39. * Fixed a few leaks
  40. * Fixed a crash in PGP plugins, which could happen when signing fails
  41. for unknown reasons
  42. * Fixed SpamAssassin plugin, which stayed disabled as long as the
  43. transport wasn't reselected
  44. * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
  45. * Fixed bug #955 (copying messages between imap folders is extremely
  46. slow)
  47. * Fixed bug #961 (return receipt dialog complains incorrectly about
  48. return-path email adress being different)
  49. * Fixed bug #962 (Manual and/or UI should warn about incompatible
  50. locking causing dataloss)
  51. * 2.2.0
  52. -------
  53. * S/MIME signature verification has been removed from the PGP/MIME
  54. plugin as it is now provided by the S/MIME plugin.
  55. * IMAP users will see significant speed improvements.
  56. * ANONYMOUS auth has been added for IMAP
  57. * In the Compose window all spell-checker options are now available
  58. from the /Spelling/Options menu.
  59. * Syntax errors in the extended Quick Search are now indicated by
  60. a pink/red background.
  61. * An encrypt-to-self option has been added to the Account Privacy
  62. options.
  63. * Sysadmins can now provide their users with pre-filled values in
  64. the Setup Wizard. See the manual, '6.6. Deploying Sylpheed-Claws',
  65. for details.
  66. * Various GUI improvements have been added.
  67. * A new command line option has been added: --select 'folder[/msg]'
  68. This can be used at startup and causes the specified folder/message
  69. to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
  70. * Optional background colouring of quotes has been added. It can be
  71. configured from the Colour Preferences dialogue.
  72. GTK+-2.8.x or newer is required for this feature.
  73. * In the Compose window, multiple quote levels are now coloured in
  74. the same way as the Message View.
  75. * A warning is now displayed on expired SSL certificates and the
  76. expiration date is shown.
  77. * A hidden option has been added, 'compose_no_markup', this prohibits
  78. the use of bold and italic text in Compose dialogue's account
  79. selector.
  80. * LDAPS support has been added.
  81. * The user manual has been updated, and French and Polish
  82. translations are now also included.
  83. * 2.1.1
  84. -------
  85. * bug fix release
  86. * The Preferences config file, ~/.sylpheed-claws/sylpheedrc, is now
  87. stored with UTF-8 encoding
  88. * 2.1.0
  89. -------
  90. * libetpan version 0.45 or newer is now required for IMAP support,
  91. this allows checking for IMAP/SSL certificates.
  92. * Support for the Face header has been added,
  93. see http://quimby.gnus.org/circus/face/
  94. * In the Templates dialog TAB address completion has been added for
  95. Cc and Bcc fields, in addition to To.
  96. * An account's signature file, (Account Preferences, Compose tab),
  97. can now been edited in place using the configured text editor.
  98. * An advanced search is now possible in the '/Edit/Search folder'
  99. dialog.
  100. * '/Edit/Find' has been added to the Compose window for text
  101. searching.
  102. * A progress bar is now shown in the status bar whilst doing a Quick
  103. Search.
  104. * A long search can now be cancelled.
  105. * In a Sent mail folder the From column in the message list is now
  106. automatically changed to the To column.
  107. * '/Message/Colour Label' has been added to the main menu, enabling
  108. (unmodifiable) shortcut keys, Ctrl+[0-7].
  109. * The colour labels are now customisable from the 'Display/Colours'
  110. page of the Preferences. It is now possible to choose any colours
  111. and to give them each a label.
  112. * A Spell Checking option to 'Recheck message when changing
  113. dictionary' has been added.
  114. * An option to 'Render HTML-only mail with plugin if possible' has
  115. been added to the 'Message View/Text Options' preferences page.
  116. * Headers in the message view and the Custom headers dialog are now
  117. translated if the option 'Translate header names' is activated.
  118. * It is now possible to sort the columns in the Addressbook.
  119. * More drag-n-drop capabilities have been added, from the message
  120. list to other apps, from the mimeview to other apps, from other
  121. apps to message list, from other apps to folder list, from the
  122. mimeview to the message and folder lists and the Compose window's
  123. attachments pane.
  124. * "Ignore thread" has beed added as a filtering action.
  125. * The Compose window is now hidden when sending mails via filtering.
  126. * An alphabetical resort is done immediately when a folder's name
  127. is changed.
  128. * Unsubscribing a newsgroup now removes the related folder and
  129. articles from newscache/
  130. * A "Get more..." link has been added to the Plugins window. This
  131. loads http://claws.sylpheed.org/plugins.php in your browser.
  132. * The SpamAssassin plugin is now equipped with a spam learning
  133. interface, usable by right-clicking a message and choosing
  134. 'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
  135. possible to disable SpamAssasin filtering when receiving mail, so
  136. that the plugin can be used for learning only.
  137. * Remote learning in the SpamAssassin plugin has been added. This
  138. requires SpamAssassin 3.1.x.
  139. * A new script has been added that integrates a Thunderbird folder
  140. tree into Sylpheed-Claws, tools/tbird2syl.py
  141. * 2.0.0
  142. -------
  143. * libetpan >= 0.41 is now required for IMAP support
  144. * A new and completely rewritten manual has been added.
  145. * An icon legend window has been added to the Help menu
  146. * Attached images can now be printed along with the message when using
  147. the optional libgnomeprintui support.
  148. * '--exit' command-line option has been added.
  149. * '--subscribe' command-line option has been added.
  150. Calling sylpheed-claws --subscribe '%s' will ask the loaded plugins
  151. if they can handle the type of URL passed as a parameter. Thus, if
  152. using the RSSyl or vCalendar plugins, for example, the user will be
  153. able to subscribe RSS feeds or Webcals from the browser.
  154. * sylpheed-claws email@domain.com is now equivalent to --compose
  155. * sylpheed-claws proto://blah.com is equivalent to --subscribe
  156. * HIG compliant button order has been implemented.
  157. * Several dialogues throughout have been improved.
  158. * Text can now also been displayed next to the icons in the main
  159. window Toolbar.
  160. * Quick mail retrieval from any account is now possible due to the
  161. account submenu which has been added to the 'Get All' button.
  162. * The spellchecker context menu in the compose window has been added
  163. to the standard GtkTextView menu instead of replacing it.
  164. * The Subject in the compose window title now updates instantaneously.
  165. * The mimetypes list in the compose window attachment pane is now
  166. alphabetically ordered.
  167. * The message view email and URI parsers have been enhanced.
  168. * In Quick Search Extended mode, a '...' button has been added, this
  169. provides the user with a dialogue enabling the quick formation of
  170. search criteria.
  171. * When Quick Search is activated, the entry box is given a yellow
  172. background for greater visibility.
  173. * The LDAP search in the address book now supports wildcard searching
  174. using '*'.
  175. * The configuration option 'Go to inbox after receiving new mail' has
  176. been moved from 'Display/Summaries' to 'Mail handling/Receive'.
  177. * The 'Wrap at send' configuration option has been removed.
  178. * Colour preferences have been moved from '/Message View/Colors' to
  179. '/Display/Colors'.
  180. * The previously hidden option, color_new, has been added to the GUI
  181. as '/Display/Colors/Folder' containing new messages.
  182. * The spamassassin and spamassassin_gtk plugins have been merged into
  183. one single plugin, and this plugin is now built by default if the
  184. requirements are matched.
  185. * The clamav and clamav_gtk plugins have been merged into one single
  186. plugin.
  187. * GnuPG support: Add support for PKA info if available
  188. * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
  189. * A check to verify that plugins are licenced under a GPL-compatible
  190. licence has been added.
  191. * The unmaintained mathml_viewer plugin has been removed.
  192. * Added tools/filter_conv_new.pl.
  193. Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
  194. to Claws filtering rules.
  195. * 1.9.100
  196. ---------
  197. * etpan >= 0.40 is now required for IMAP support
  198. 0.40 fixes the SSL connection errors that some users experienced.
  199. * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
  200. functions were fixed.
  201. * GnuPG support:
  202. Signature checking is now non-blocking
  203. * The URLs in the About window are now clickable
  204. * the man page has been updated and renamed 'sylpheed-claws'
  205. * 1.9.99
  206. --------
  207. * The binary is now 'sylpheed-claws' and not 'sylpheed'
  208. * The default config dir is now '~/.sylpheed-claws'. The user will
  209. be prompted to perform an automatic migration of configuration
  210. options to this new directory.
  211. * A new default internal icon theme has been added, based on the
  212. Gnomaws theme.
  213. * Messages are now sorted by Date by default
  214. * GnuPG support:
  215. The noticeview is now shown on the message/rfc822 part in addition
  216. to the text/plain part.
  217. The privacy icon in the noticeview is now clickable and also uses
  218. key C to perform the signature check.
  219. The Trust field has been moved into Full info display.
  220. When trust is less than full, don't display a warning icon.
  221. Visual feedback is provided in the statusbar when checking
  222. signature.
  223. The PGP/MIME signature file is now named 'signature.asc'.
  224. The dialog for entering a passphrase has been improved.
  225. * Local deletion of news posts has been added.
  226. * A file selector has been added for selecting an account's Signature
  227. file
  228. * Many window sizes are now remembered.
  229. * The presense of marked msgs in unexpanded subfolders is now indicated
  230. by the icon of the parent folder.
  231. * QuickSearch:
  232. The message list is reset when the dialog is hidden.
  233. The 'Sticky' option, for keeping the search activated across folders.
  234. * The Subject is now set when forwarding multiple mails.
  235. * When a default Cc or Bcc is used, a check is performed to make sure
  236. the To header has also been set.
  237. * In the filtering dialog a warning dialog is shown if the rule was
  238. not saved.
  239. * The file and directory Browse buttons, ("...") have been improved.
  240. * When double-clicking an attachment the "Open with" dialog is
  241. presented if no command was found for the file type.
  242. * The X-Face has been added to the message view and can be toggled by
  243. '/Configuration/Preferences/Message View/Text options/Display
  244. X-Face in messageview'.
  245. * The message list context menu has been reworked.
  246. * When replying to a mail sent by yourself, Reply excludes your own
  247. address from the list of recipients. 'Reply All' and 'Reply to
  248. sender' still work like before.
  249. * When the Folder Preference 'Default To for replies' the entry in
  250. the Compose window is presented in bold text.
  251. * The About window has been reworked.
  252. * 1.9.15
  253. --------
  254. * etpan >= 0.39 is now required for IMAP support
  255. * LDAP and JPilot support is now built by default if the dependencies
  256. are available.
  257. * ~/.mailcap or /etc/mailcap is now used to open attachments
  258. * middle-click pasting that respects the 'Wrap pasted text' option
  259. has been added
  260. * during composition the user is alerted if the message can't be
  261. drafted
  262. * the description windows are now non-modal
  263. * a 'Clear Log' button has been added to the log window popup menu
  264. * Sender, List-Post and To have been added to the headers that are
  265. checked during automatic Filtering and Processing rules creation
  266. * the current locale's charset is used for display of broken mails
  267. and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
  268. been added allowing the user to use UTF-8 for broken mails
  269. * GNU/aspell support: if black is chosen as the misspelled word
  270. colour, misspelled words will be underlined.
  271. * the Message View and Compose windows now display the message
  272. subject as the window title.
  273. * libgnomeprint support: currently selected text attachments can be
  274. printed
  275. * drag'n'drop of messages from the Message List to a Compose window's
  276. Attachment pane is now possible
  277. * PGP/MIME plugin: it is now possible to verify S/MIME signatures
  278. * PGP/Core plugin: A "Don't encrypt" button has been added to the key
  279. selection dialog, and the buttons have been reordered.
  280. * the user is warned if the requested Privacy system is not available
  281. when composing a message
  282. * 1.9.14
  283. --------
  284. * The 'Open first unread message when entering a folder' option has
  285. been replaced with 'When entering a folder select...'.
  286. Whether or not the selected message is opened is now exclusively
  287. controlled by the 'Always open message when selected' option.
  288. * Filtering and Processing rules can now be named.
  289. * A new icon for the Trash button has been added.
  290. * The 'Bold font' option has been removed. A displayed bold font is
  291. now derived from the normal font.
  292. * The option 'Display recipient in 'From' column if sender is yourself'
  293. has been removed from the GUI. It still exists as a hidden option.
  294. * Many improvements to the Address book.
  295. * A '/Special paste/' menu item has been added with sub-items 'as
  296. quotation', 'wrapped', and 'unwrapped'.
  297. * Colourisation of quotes, signatures, and URIs has been added to the
  298. Compose window.
  299. * A 'To' column has been added to the message list pane.
  300. * The displayed columns in the folder list are now configurable.
  301. * A hidden option has been added, 'toolbar_detachable', that enables
  302. the removal of the toolbar handles.
  303. * A hidden option has been added, 'statusbar_update_step', that
  304. enables changing the sensitivity of the progress bar stepping.
  305. * Changes to the Fonts options are now applied immediately.
  306. * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
  307. parents.
  308. * An 'Open image' menu item has been added to image popup menu in the
  309. message view.
  310. * Several optimisations and speed-ups have been added throughout.
  311. * The localedir, manualdir, and faqdir are now user-configurable.
  312. * tools/asus_mailled.sh
  313. A new script to blink an ASUS laptop's mail LED when there is
  314. unread mail.
  315. * tools/kdeservicemenu/*
  316. Use Sylpheed-Claws icon and the text 'Sylpheed-Claws' in the menu,
  317. use kdialog during installation
  318. * 1.9.13
  319. --------
  320. * add GPGME 1.x support.
  321. * A new PGP/Core plugin has been added
  322. * IMAP now uses libEtPan!
  323. * Printing support using libgnomeprint2 and libgnomeprintui2
  324. * The cache/mark files are now platform-independent.
  325. * A plugin dependency system has been added.
  326. * The PGP/Inline plugin has been added to the main package.
  327. * Folders which contain Marked messages are now indicated by a
  328. Folder icon overlaid with a tick
  329. * '/Edit/Quick search' menu item has been added to the main window
  330. * An option to 'Confirm before sending queued messages' has been
  331. added
  332. * The "Copy ..." menu items now copy to both the X and the gtk
  333. clipboards in the Compose window
  334. * The Template and Plugin lists are now sorted alphabetically
  335. * Plugins preferences are now grouped under their own 'Plugins'
  336. heading
  337. * A 'Go to Prev' button has been added to the toolbar
  338. * Keyboard accelerators have been added to many buttons
  339. * The folder selection dialogue now displays folder names with
  340. new/unread counts
  341. * The 'Display cursor in message view' option is now a hidden option,
  342. 'textview_cursor_visible'
  343. * Reordering of accounts by drag 'n' drop has been enabled in the
  344. 'Edit accounts' dialogue
  345. * New Sylpheed-Claws icons have been added, and the default
  346. application icon is now set.
  347. * The SpamAssassin and Clam AntiVirus plugins have been optimised.
  348. * 1.9.12
  349. --------
  350. * improved IMAP support
  351. * Performance increases
  352. * /Message/Delete and /Message/Move to trash
  353. '/Message/Delete' has been renamed '/Message/Move to trash'
  354. and '/Message/Delete' has been added. '/Message/Delete' will
  355. now directly destroy the message, after asking for a
  356. confirmation, instead of moving it to the Trash folder.
  357. * new style configuration options interface.
  358. * PGP MIME plugin
  359. The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
  360. * LDAP bind password is no longer visible onscreen.
  361. * An option to encrypt replies to encrypted messages by default
  362. * Filtering rules can be reordered by drag n drop
  363. * '/Options/Character encoding/...' has been added to the Compose
  364. window
  365. * Hebrew encodings have been added
  366. * The 'Show all headers' option is now sticky.
  367. * Return Receipts can now be sent from any account.
  368. * A clip/signed icon has been added.
  369. * 1.9.11
  370. --------
  371. * bug-fix release which fixes the ASpell Spell Checker
  372. support
  373. * 1.9.9
  374. -------
  375. * Inline image display
  376. * An option to render HTML as text has been added to
  377. /Configuration/Preferences/Common/Message
  378. * An option for a default Queue folder has been added to the
  379. 'Advanced' tab of Account Preferences
  380. * Filtering Preferences window size is saved
  381. * Batch sending of mails (per account)
  382. * Support for GBK encoding
  383. * New logo in About window
  384. * tools/acroread2sylpheed.pl
  385. script to send pdfs as attachments from Adobe Reader 7
  386. see tools/README for details
  387. * 1.9.6
  388. -------
  389. Initial GTK2 release
  390. * default config dir is ~/.sylpheed-gtk2