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