remove translations that have been unmaintained for 3 releases
[claws.git] / NEWS
1 Changes of the  Claws Mail GTK2 branch
2
3 * 3.11.1
4 --------
5
6 * Use 'gnutls_priority' hidden account preference for POP3 and
7   STARTTLS connections, in addition to SMTP.
8
9 * RSSyl plugin: Enable use of .netrc to store network credentials.
10
11 * Remove dependency on intltool.
12
13 * Remove appdata.
14
15 * Updated translations: Norwegian BokmÃ¥l.
16
17 * Bug fixes:
18         o bug 3306, 'HTML tag </b> is not always rendered in error
19                      dialog'
20         o bug 3308, 'build ignores --localedir'
21
22
23 * 3.11.0
24 --------
25
26 * SSLv3 server connections are now disabled by default, in response
27   to the POODLE vulnerability, see
28   https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566.
29
30 * Several PGP/Core plugin improvements
31   Indicate when a key has been revoked or has expired when displaying
32   signature status. For example,
33         "Good signature from %s, but the key has expired."
34         "Good signature from %s, but the key has been revoked."
35   When displaying the full information, show the Validity, and the
36   Owner Trust level. Also indicate expired and revoked keys, and
37   revoked UIDs.
38
39   The "Content-Disposition: attachment" flag in PGP/MIME signed
40   messages has been removed. It was confusing for cetain MUAs.
41
42 * A new version of the RSSyl plugin, completely redesigned and
43   rewritten. Migration from the previous version is automatic,
44   it has a new storage format in ~/.claws-mail/RSSyl/ (hierarchical
45   directories instead of flat file format). It uses the expat
46   library instead of libxml2 for parsing feed data.
47
48 * The results of TAB address completion in the Compose window have
49   improved ordering.
50         Order of results:
51         1. Match beginning of name
52         2. Match beginning of additional names
53         3. Match complete email address before @
54         4. Match beginning of email address
55         5. Compare relative position of match
56         6. Compare name alphabetically
57         7. Compare address alphabetically.
58         
59 * Due to popular demand, use of the Up key in the message body in the
60   Compose window stops at the top of the message body and does not
61   continue up to the header fields. This reverts the behaviour
62   introduced in version 3.10.0.
63
64 * In the Compose window, when navigating with the arrow keys,
65   selecting, and thus modifying, the Account selector is now
66   prevented.
67
68 * In the Compose window, a mnemonic (s) has been added to the Subject
69   line.
70
71 * The Queue folder is highlighted if there are messages in its sub-
72   folders and the tree is collapsed.
73
74 * When sorting messages by 'thread date', clicking the 'Date' column
75   header will now toggle between ascending/descending and will not
76   switch to 'date' sorting.
77
78 * A new QuickSearch filter has been added that searches a header's
79   content only.
80   H S : messages which contain S in the value of any header.
81
82 * A Reply-To field has been added to the main Template configuration.
83
84 * The menubar can now be hidden, default hotkey: F12.
85
86 * Fancy plugin: A user-controlled stylesheet can now be used.
87
88 * Python plugin: Add flag attributes to MessageInfo object.
89
90 * Python plugin: Make 'account' property of ComposeWindow read/write.
91
92 * Libravatar plugin: a network timeout option has been added.
93
94 * appdata has been added for package managers, it must be
95   specifically enabled, using ./configure --enable-appdata
96   See http://people.freedesktop.org/~hughsient/appdata/ for further
97   information.
98
99 * The tbird2claws.py script, for converting a Thunderbird mailbox to
100   a Claws Mail mailbox, now handles sub-directory recursion.
101
102 * Updated translations: Brazilian Portuguese, Bulgarian, Dutch,
103   Esperanto, Finnish, German, Hebrew, Lithuanian, Slovak, Spanish,
104   and Swedish
105
106 * Bug fixes:
107         o bug 3173, 'quick search ignores trailing blank'
108         o bug 3211, 'Fails to build in Debian hurd-i386 architecture'
109         o bug 3212, 'When msgnum matches a sub-folder name, fetch
110                      fails'
111         o bug 3221, 'IMAP: Claws Mail has issues with Yahoo IMAP
112                      server/folders'
113         o bug 3235, 'Extraneous double quotes inside base64-encoded
114                      From header confuse 'Reply' action'
115         o bug 3236, 'sc_html_parse_tag() does not recognize '<br/>'
116                      as line break'
117         o bug 3246, 'attachment open: "remember this" ignored if
118                      ~/.mailcap does not exist'
119         o bug 3265, 'procmime.c: unbalanced flockfile() /
120                      funlockfile()'
121         o bug 3300, 'Cannot send/receive mail when SSL 3.0 is not
122                      supported on the server'
123         o Debian bug 755022, '[claws-mail-spam-report] likely useless
124                      to report to Debian because of the use of http
125                      instead of https'
126         o Disable SSL3.0 entirely as a Poodle fix.
127         o fix msg display when utf8_instead_of_locale_for_broken_mail
128           is turned off and you use a UTF-8 locale
129         o fix building without gnuTLS support
130         o Don't differentiate the protocols used when using direct
131           SSL/TLS versus STARTTLS
132         o disallow editing any account (even current account) when at
133           least one compose window is open
134         o Actually display "(No From)" in messageview's From column
135           when appropriate.
136         o When changing focus in folderview, make sure the newly
137           focused folder is visible first.
138         o various fixes to flaws reported by Coverity scan
139         o PGP/Core plugin: Don't automatically re-check signatures
140         o PGP/Core plugin: fix erroneous 'untrusted' msg based on
141           validity not trust
142         o Make INBOX case-insensitive (as RFC states)
143         o Python plugin: Fix ComposeWindow.get_account_selection
144
145         
146 * 3.10.1
147 --------
148
149 * Add an account preference to allow automatically accepting
150   unknown and changed SSL certificates, if they're valid (that is,
151   if the root CA is trusted by the distro).
152
153 * RFE 3196, 'When changing quicksearch Search Type, set focus to
154              search input box'
155
156 * PGP/Core plugin: Generate 2048 bit RSA keys.
157
158 * Major code cleanup.
159
160 * Extended claws-mail.desktop with Compose and Receive actions.
161
162 * Updated Bulgarian, Brazilian Portuguese, Czech, Dutch, Esperanto,
163   Finnish, French, German,Hebrew, Hungarian, Indonesian, Lithuanian,
164   Slovak, Spanish, and Swedish translations.
165
166 * Bug fixes:
167         o bug 2728, 'erroneous switching from one to three column
168                      view'
169         o bug 2981, 'claws-mail-3.9.3 compilation warnings'
170         o bug 3170, 'QuickSearch fights with View/Hide read threads
171                      menu option'
172         o bug 3179, 'Win32: Please add 'gtk-auto-mnemonics = 1' to
173                      GTK+ setting'
174         o bug 3201, 'Fix memory corruption in sc_html_read_line()'
175         o Debian bug 730050, 'vcalendar plugin crash'
176         o Fix GCond use with newer Glib
177         o Fix the race fix, now preventing the compose window to be
178           closed.
179         o Fix "File (null) doesn't exist" error dialog, when
180           attaching a non-existing file via --attach
181         o Fix spacing in Folderview if the font is far from the
182           system font
183         o RSSyl: When parsing RSS 2.0, ignore <link> tags with a
184           namespace prefix.
185         o RSSyl: Check for existence of xmlNode namespace, to prevent
186           NULL pointer crashes.
187
188
189 * 3.10.0
190 --------
191
192 * Complete SSL certificate chains are now saved, and if built with
193   Libetpan 1.4.1, the IMAP SSL connection's certificate chain is made
194   available. Both of these allow correct certificate verification
195   instead of a bogus 'No certificate issuer found' status.
196
197 * Auto-configuration of account email servers, based on SRV records,
198   is now possible. (GLib >= 2.22 is required.)
199
200 * Added a preference to avoid automatically drafting emails that are
201   to be sent encrypted, (Configuration/Preferences/Compose/Writing).
202
203 * Messages saved as Drafts are now saved as New, highlighting the
204   Drafts folder, in order to draw the attention to unfinished mails
205   there.
206
207 * It is now possible to add a 'Replace signature' button to the
208   Compose window toolbar.
209
210 * Quotation wrapping and undo/redo in the Compose window has been
211   improved.
212
213 * 'Reply to all' now excludes your own address.
214
215 * The 'Generate X-Mailer header' option has been renamed 'Add user
216   agent header' and applies to both X-Mailer and X-Newsreader
217   headers.
218
219 * Added hidden preferences, 'address_search_wildcard' and 
220   'folder_search_wildcard', to choose between matching from start of
221   the folder name/address or any part of the name. (Activating these
222   options restores the previous behaviour.)
223
224 * Added hidden preference 'enable_avatars' to control the internal
225   capture/render process, and which allows disabling it by external
226   plugins for example.
227
228 * 'Check for new folders' now only updates the folder list, not
229   updating the contents of folders. If needed, it can be followed by
230   'Check for new messages'
231   
232 * When using Redirect, the redirecting account's address is used in
233   the SMTP MAIL FROM instead of the original sender's address.
234
235 * NEW: Libravatar plugin, which displays avatars from
236   https://www.libravatar.org/
237
238 * Added support for an arbitrary number and sources of 'avatars' and
239   images for email senders, and migrated Face and X-Face headers.
240
241 * Avatars are now included when printing mails.
242
243 * The GPG keyring can now be used as the source for address auto-
244   completion.
245
246 * The vCalendar and RSSyl plugins now have an option to disable SSL
247   certificate verification (and check them by default).
248
249 * The ClamAV plugin now pops up an error message only once instead of
250   repeatedly
251
252 * Updated the man page and the manual.
253
254 * Updated Brazilian Portuguese, British English, Czech, Dutch,
255   Finnish, French, Hebrew, Hungarian, Indonesian, Lithuanian, Slovak,
256   Spanish, and Swedish translations.
257
258 * Added Esperanto translation.
259
260
261 * Bug fixes:
262         o bug 1644, 'race condition between message move and mark as
263                      read after timeout'
264         o bug 2119, 'Check for new folders on remote mailboxes is
265                      very slow'
266         o bug 2145, 'Claws becomes unresponsive and gets Killed while
267                      moving messages between imap folders'
268         o bug 2179, 'Improve quotation wrapping support'
269         0 bug 2238, 'Incorrect undo/redo operations after paste with
270                      replace from context menu'
271         o bug 2389, 'GnuPG: invalid/revoked user IDs accepted'
272         o bug 2398, 'Race when closing compose during drafting'
273         o bug 2447, 'Compose window crashes if moving a folder that
274                      is being replied to'
275         o bug 2643, 'claws crash when accessing imap folder'
276         o bug 2875, 'SMTP session disconnects before recieving'
277         o bug 2991, 'POP3 sessions duplicated" on race conditions'
278         o bug 3020, 'Use theme doesn't change some icons until
279                      restart'
280         o bug 3055, 'Claws segfaults when cancelling a sticky search
281                      after changing folder'
282         o bug 3038, 'Select a folder incorrectly matches on number in
283                      parentheses'
284         o bug 3039, 'displaying one specific html email lead in 100%
285                      CPU usage'
286         o bug 3040, 'Handle revoked GPG private keys'
287         o bug 3050, 'Claws segfaults when attempting to delete a tag'
288         o bug 3094, 'OK or Yes to create new directory ?'
289         o bug 3100, 'Automatic account selection on reply fails if
290                      name  is quoted and contains a comma'
291         o bug 3105, 'vCal plugin via https does not check SSL peer
292                      certificates or host'
293         o bug 3106, 'rssyl plugin does not verify SSL peer at all'
294         o bug 3107, 'Height of row in message list does not reflect
295                      font size - three columns, small screen layout'
296         o bug 3116, 'invalid DTSTART in ics subscription makes claws
297                      crash'
298         o bug 3117, 'full-day event shown from 01:00 to 01:00 next
299                      day'
300         o bug 3120, '"Error - File is empty" when redirecting mail
301                      with empty parts'
302         o bug 3131, 'Crash on reccurent events with no DTSTART'
303         o bug 3138, 'PGP/Inline crashes on signature check if gpgme
304                      failed to init'
305         o bug 3139, 'Mainwindow unresponsive due to a busy loop'
306         o bug 3145, 'Memory corruption in imap_disconnect_all'
307         o bug 3146, 'Memory corruption when deleting a message from
308                      folder'
309         o bug 3147, 'verify_folderlist_xml() leaks memory'
310         o bug 3148, 'Logic error in claws_get_socket_name()'
311         o bug 3150, 'etpan_certificate_check() leaks memory'
312         o bug 3155, 'Memory leaks found by Valgrind in
313                      a9065aec26499a0e1294c73b6d9e6f039976521e'
314         o bug 3169, 'threaded message list performance issue'
315         o bug 3964, 'headers in wrong order -- file src/common/ssl.c'
316         o Fix lots of memory leaks
317         o Fix interference from liboverlay-scrollbar
318         o Fix some typos
319         o Fix some layout issues when user has large GTK font
320         o Fix message search starting from end
321         o Fix disappearing MIME icon highlight in mails with PGP
322           signatures
323         o When autoselecting account for a new message, quoted
324           recipient names are handled better.
325         o Python plugin: Also check for _PyGtk_API being a PyCapsule
326         o MailMBOX plugin: Fix parsing UTC dates
327         o vCalendar plugin: recognition of quoted parameter values,
328                 which are legal.
329         o ClamAV plugin: Fix a format string error.
330
331
332 * 3.9.3
333 -------
334
335 * The TAB address completion in the Compose window now matches any
336   part of the address and not just the beginning.
337
338 * When copying or moving a message, the type-ahead search now matches
339   any part of a folder name and not just the beginning.
340
341 * It is now possible to replace the current signature in the Compose
342   window by using the '/Message/Replace signature' menu item.
343
344 * It is now possible to disable the 'Subject is empty' warning
345   dialogue. See the option 'Warn when Subject is empty' option on the
346   '/Configuration/Preferences/Mail handling/Sending' page.
347   
348 * When sending messages, if the hostname cannot be determined,
349   fallback to 'localhost' rather than 'unknown', as the latter is
350   rejected by some servers.
351
352 * Added better handling of messages from broken mailers, such as
353   yahoo groups.
354
355 * PDF plugin: the minimum required version of poppler is 0.12.0.
356
357 * PGP/* plugin: long key IDs are now displayed in the dialogues
358   instead of short IDs.
359
360 * PGP/* plugin: The automatic signature check is now non-blocking.
361
362 * Python plugin: can now access accounts, mailboxes, folder
363   properties
364
365 * vCalendar plugin: webcals:// URLs are now treated as https://
366
367 * Translation updates: Brazilian Portuguese, Czech, Dutch, French,
368   German, Hebrew, Slovak, Spanish, and Swedish.
369
370 * Support for Maemo has been removed.
371
372 * Bug fixes:
373         o bug 2132, 'Keyboard accelerators for "Clear" and "Edit"
374                      quick search conflict with top menus'
375         o bug 2210, 'Display name with invalid addresses not quoted
376                      when inserted from address book'
377         o bug 2794, 'account privacy signing method ignored on reply'
378         o bug 2923, 'build failure with perl 5.18'
379         o bug 2940, 'Extended search dialog too small for content in
380                      polish l10n'
381         o bug 2954, 'Crash in "Save Image As" for HTML message'
382         o bug 2957, 'Double-free in account preferences'
383         o bug 2960, 'rfc3156 deviation regarding hash symbols'
384         o bug 2961, 'Partial retrieval not available with PGP/Inline
385                      encrypted messages'
386         o bug 2964, 'Lack of escaping of nested double-quotes in To:
387                      header'
388         o bug 2979, 'claws fails to load (empty) folderlist.xml and
389                      shows account wizard'
390         o bug 2982, 'variable declaration behind FLOCK conditional'
391         o bug 2986, 'Down and Delete buttons have same hotkey in
392                      filtering config'
393         o bug 2989, 'Segfault at startup because of corrupted
394                      folderlist.xml'
395         o bug 2994, 'translating folder name'
396         o bug 2995, 'closing extended quick search information panel
397                      triggers window focus bug'
398         o bug 3002, 'undefined reference to check_file_integrity'
399         o bug 3004, 'claws picks wrong mime type for attachments'
400         o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
401                      directory name isn't valid utf-8'
402         o bug 3011, 'crash when using %f Action on two or more
403                      uncached (IMAP) messages.'
404         o bug 3021, 'Icon key_pgp_signed always shows as the default,
405                      never the themed version'
406         o debian bug 711864, 'claws-mail-vcalendar-plugin: when
407                               creating meeting GTK_IS_COMBO_BOX_TEXT
408                               failed'
409         o Quote all specials in name as defined on RFC,
410           see http://tools.ietf.org/html/rfc5322#section-3.2.3
411         o fix sensitivity and state of 'hide read threads'
412         o Fancy plugin: disable DNS Prefetching when 'Enable loading
413           of remote content' is switched off
414         o Bogofilter plugin: insert X-Bogosity header like the option
415           says, not X-Claws-Bogosity header
416
417 * 3.9.2
418 -------
419
420 * New big icon for compose windows.
421
422 * Bug fixes:
423         o bug 2923 'build failure with perl 5.18'
424         o Never decode multipart/* or message/* parts, as RFC states
425         o add missing check for libperl
426         o fix check for libsoup - it is not obligatory
427         o Do not try to destroy a NULL session after an unsuccesful 
428           NNTP connect attempt.
429         o The extraheaderrc format doesn't allow data after the
430           header colon. Other OSes may insert extra characters 
431           other than \n, so, remove them all.
432         o fix undoing file insertion.
433         o fix check for python.
434         o fix detection of account in --compose and
435           --compose-from-file where the From value contains a name +
436           email.
437
438 * 3.9.1
439 -------
440
441 All plugins previously packaged as 'Extra Plugins' are now contained
442 within the Claws Mail package. In addition to that, the following
443 plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2
444 Viewer.
445
446 This release contains the following plugins: ACPI Notifier, Address
447 Keeper, Attachment Remover, Attachment Warner, Bogofilter, BS Filter,
448 Clam AntiVirus, Fancy HTML Viewer, FetchInfo, gData, GeoLocation,
449 Mail Archiver, MailMBOX, New Mail, Notification, PDF Viewer, Perl,
450 PGP/Core, PGP/Inline, PGP/MIME, Python, RSSyl, SMime, Spam Report,
451 SpamAssassin, TNEF Parse, and vCalendar. 
452
453 * 3 command-line switches have been added:
454   --cancel-receiving which cancels the currently running message
455         retrieval operation
456   --cancel-sending which cancels the currently running message
457         sending operation
458   --debug which toggles debug output.
459
460 * '/Message/Cancel sending' has been added to the main menu. 
461
462 * In the filtering and processing condition configuration for Age,
463   it is now possible to match based on number of hours.
464
465 * The GnuPG signature timestamp is now displayed in the full
466   signature information
467
468 * Support for GnuTLS priority string has been added. This is achieved
469   via 2 hidden account preferences, gnutls_set_priority and 
470   gnutls_priority. The former turning the option on or off, the
471   latter containing the required priority string.
472
473 * Keep-alive pings are now performed on IMAP and NNTP connections.
474
475 * In the Compose window, the focus is now moved to the message body
476   when focus is in the Subject entry and the Enter key is pressed.
477   
478 * The Delete key can now be used to remove Colour Label hotkeys.
479
480 * PDF Viewer: The printed PDF quality has been improved.
481
482 * Fancy HTML viewer: The options dialogue has been completely
483   reworked, and disabling remote content is now totally strict.
484                 
485 * Python plugin: Added Cc field to messageinfo objects.
486
487 * Python plugin: Added examples.
488
489 * Python plugin: Added a function to get an arbitrary header from a
490   MessageInfo object
491
492 * Perl plugin: The documentation for insert_perl.pl has been
493   improved.
494
495 * Basic handling of vcard 3.0 has been added to vcard2xml.py.
496
497 * A Swedish translation has been added to claws-mail.desktop.
498                 
499 * The man page has been updated.
500
501 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
502   German, Hebrew, Hungarian, Lithuanian, Slovak, Spanish, Swedish
503
504 * Bug fixes:
505         o bug 1137, 'loading plugins with same profile on different
506                      archs'
507         o bug 1684, 'view news messages with large attachements
508                      segfaults'
509         o bug 1963, 'Preferences Templates Information Window Focus
510                      loss'
511         o bug 2340, 'Create block list'
512         o bug 2617, 'code cleanup'
513         o bug 2624, 'dialog "Action Configuration" cannot be closed'
514         o bug 2702, 'Support splitting subject line for small screen
515                      layout'
516         o bug 2774, 'Select folder/New Folder dialog - modal problem'
517         o bug 2785, 'Marking mails for deletion reopens internal
518                      message view'
519         o bug 2801, 'Filtering Header:Name list is blank/corrupt'
520         o bug 2826, 'replace deprecated gnutls function'
521         o bug 2828, 'Use MD5 digest for socket name'
522         o bug 2832, 'mail to from adress-book splitt names'
523         o bug 2835, 'add_address() in addr_compl.c should allow a
524                      NULL name'
525         o bug 2859, 'Newmail plugin doesn't work if Mail folder not 
526                      present when it is loaded.'
527         o bug 2862, 'Segmentation fault when replying to a message
528                      where the "code conversion" fails'
529         o bug 2863, 'Applying has_attachment quicksearch on IMAP
530                      segfaults'
531         o bug 2878 'bsfilter / folder.c:1435 Condition identifier
532                     != NULL failed'
533         o bug 2879, 'Plain text mails treated as encrypted'
534         o bug 2882, 'Reverse preference for external content'
535         o bug 2885, 'SIGSEGV in hooks_marshal at hooks.c:108'
536         o bug 2890, 'html2ps required...'
537         o bug 2893, 'ical_yy_scan_bytes has wrong type'
538         o bug 2903, 'key 'C' mention harcoded in string'
539         o bug 2909, 'Changing folder quickly can cause wrong email to
540                      be deleted'
541         o IMAP: Don't set charset on simple searches. Fixes Exchange
542           2007.
543         o Disconnect NNTP accounts too when switching offline.
544         o Fix sensitivity of next-unread toolbar button.
545         o tools/gif2xface.pl, tools/outlook2claws-mail.pl: Fix
546           address.
547         o Add missing \n at end of the return receipt last part's
548           headers.
549         o Make LDAP over SSL work on Win32.
550         o Fix crash on action error.
551         o Fix trimming of leading spaces in actions.
552         o tools/vcard2xml.py: Fix missing file encoding info.
553         o fix sensitivity of 'Use both dictionaries' in compose
554           window.
555         o Fix actions with spaces (and quotes).
556         o tools/vcard2xml.py: Lines split over more than one line
557           breaks parser; Get email addres correct. Not only 
558           email;internet.
559         o Escape filename/description text of MIME parts, prevents
560           error if, e.g., the filename contains an ampersand.
561         o Fix 'edit accounts' windows going behind when leaving an
562           'account preferences' window, by re-focusing this window.
563         o Fix crash closing PDF information alert panel.
564         o Fix default fonts on Windows.
565         o Fix ugly icon in XFCE's alt-tab window.
566         o Fix untranslated description in archiver plugin
567         o fix crasher when using /Edit/Search folder on start-up with
568           nothing selected.
569
570 * 3.9.0
571 -------
572
573 * Added IMAP server side search
574
575 * Added the file .claws-mail/extraheaderrc which holds editable extra
576   headers to be added to compose window combobox
577
578 * Added 'Select html part of multipart messages' to the Folder
579   Properties
580
581 * GnuPG: Consider marginal signature validity as untrusted
582
583 * The mimeview shortcuts are now user configurable
584
585 * Spell checker: Always show 'change dictionary' menu
586
587 * Filtering dialogue: TreeView type-ahead is now case insensitive
588
589 * Separated 'Mark all read' from 'Mark as read' and 'Ignore thread'
590
591 * Made 'Mark all read' confirmation button more clear
592
593 * Made the clickable area of the expander arrows in the folder list
594   larger
595
596 * Made SSL client certificate error messages more meaningful
597
598 * The type of units required in the Extended Search information
599   dialogue are now indicated
600
601 * Several speed-ups and optimisations
602
603 * Updated manual
604
605 * Updated translations: Brazilian Portuguese, Finnish, French, German,
606   Hungarian, Spanish, Swedish, traditional Chinese, Ukrainian
607
608 * Bug fixes:
609         o bug 1137, 'loading plugins with same profile on different
610                      archs'
611         o bug 1961, 'patches for a couple of clang warnings'
612         o bug 1975, 'preference mutt key bindings do not take effect'
613         o bug 2096, 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
614                      Domino'
615         o bug 2203, 'Problems in forwarding multipart/alternative
616                      messages with HTML part'
617         o bug 2390, 'Non-fully-trusted-key-warning appears based on 
618                      primary UID rather than recipient e-mail'
619         o bug 2579, 'Installed headers redefine autotools-specific
620                      constants'
621         o bug 2596, 'Spell checker does not work properly'
622         o bug 2638, 'Respect $LEX environment variable in autogen.sh'
623         o bug 2639, 'The MSGBUFSIZE definition collides with a
624                      definition of OpenBSD'
625         o bug 2650, 'segfault in pgp when gpgme_strerror() returns
626                      a non utf-8 string'
627         o bug 2689, 'segfault when trying to view info about
628                      pgp/smime sign'
629         o bug 2697, 'segfault in parse_parameters()'
630         o bug 2718, 'Failure to check peer hostname when checking
631                      certificate'
632         o bug 2723, 'Missing encoding in generated html manual'
633         o bug 2743, 'null pointer crash in procmime strchr'
634         o bug 2744, 'Quick search throws bad command argument error
635                      since recent change'
636         o bug 2751, 'g_mutex_new/g_mutex_free removed from GLib 2.32'
637         o bug 2760, 'display correct libc version in crash dialog
638                      when uclibc is used'
639         o bug 2761, 'Desktop file does not pass validation'
640         o bug 2776, 'Make all menu shortcuts work properly in the
641                      message window'
642         o bug 2777, 'Installing latest cvs116 package 14 Windows
643                      version results in wrong paths in clawsrc'
644         o Fix some modal windows
645         o Only show HTML parts by default (if the pref is set so) if
646           the part disposition-type is inline or unknown, but not
647           attachment.
648         o IMAP: Always clear the tags list when fetching a folder, or
649           Claws will never untag an untagged email.
650         o Fix double mainwindow presentation that confuses GNOME3
651           when some plugins fail to load (subsequent Claws windows
652           got no focus in that case)
653         o Fix build on Fink/OS X
654         o Fix build with gnutls 3.1.3
655         o Fix Windows build
656         o Fix Windows runtime crash
657         o Fix socket communication
658
659 * 3.8.1
660 -------
661
662 * Replied and Forwarded message status flags are now non-exclusive.
663   Introduced a new message state (and relevant icon in message list)
664   where both the Replied and Forwarded flags are set
665
666 * 'Send to...' has been added to the context menu of a message's
667   parts. This causes a new Compose window to open with the selected
668   mime part attached.
669
670 * 'Hide' and 'View Log' buttons have been added to the Send and
671    Receive dialogues. The former will hide the dialogue, the latter
672    will open the Network Log dialogue.
673
674 * A short symbol has been added the QuickSearch Extended mode: 'ha',
675   an abbreviated form of 'has_attachment'.
676
677 * Basic session statistics are now available, from the Statistics
678   tab in About dialog and the command-line.
679
680 * The display of attached patches, (text/x-patch or text/x-diff), is
681   now colourised. The colours are controlled by 3 new hidden
682   preferences: diff_added_color, diff_deleted_color, and
683   diff_hunk_color.
684
685 * Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
686   Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
687   Traditional Chinese.
688
689 * Bug fixes:
690         o bug 1090, 'Standard-folders appear again after rescanning tree'
691         o bug 1924, 'Messages marked move to Trash appear identical to
692                      messages marked move to $FOLDER'
693         o bug 2598, 'Actions can move locked messages'
694         o bug 2501, 'opened message blanks when moved to other folder'
695         o bug 2574, 'Statement might be overflowing a buffer in strncat'
696         o bug 2577, 'Focus rectangle on folder list and message
697                      list headings doesn't get properly cleared when switching
698                      heading and horizontally scrolling list (underlines and
699                      vertical lines remain on screen)'
700         o bug 2582, 'Expanded mimeview drag n drop no longer works'
701         o bug 2595, 'Change expand behavior for message list / message view'
702         o bug 2620, 'shift+tab from subject field not working'
703         o bug 2624, 'dialog "Action Configuration" cannot be closed'
704         o bug 2646, 'Compile fails with gnutls-3.0.18'
705         o bug 2659, 'E-mail attachments are handled inconsistently'
706         o bug 2662, '"ag" quicksearch adds "1" to value'
707         o Fix bug in search criteria when doing a complete directory
708           search using '*'
709         o Fix GTK+2.16 build (w32)
710         o Fix sensitivity of toolbar's get_btn (retrieve mail from current
711           account) and of mainwindows's relevant entry when current account
712           is not able to retrieve (SMTP-only).
713         o don't do TLS if not requested by user. fixes connecting to servers
714           which, for example, want SSL 3 only
715
716 * 3.8.0
717 -------
718
719
720 * GnuTLS 2.2 is now a minimum requirement if encrypted connections to
721   servers are required.
722
723 * The list displays have been updated to use newer GTK+ functions,
724   this means that the expanders look different and the optional dotted
725   lines have been dropped.
726
727 * A hidden option, 'summary_from_show', which controls the display in
728   the From column of the Message List: 0 (default): show name,
729   1: show address, 2: show name + address
730                 
731 * The image viewer now uses the EXIF Orientation.
732                 
733 * 'Generate X-Mailer header' has been added as an Account option.
734
735 * /View/Message scroll has been added, allowing keyboard shortcuts to
736   be added and used for message scrolling.
737
738 * Home and End keys now function in the Message View.
739
740 * /Message/Print has been added to the Compose window.
741
742 * Updated manuals
743
744 * Update man page
745
746 * Updated translations: Brazilian Portuguese, Czech, French,
747         Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
748
749 * Bug fixes:
750         o bug 1489, 'Filter action mark_as_read inoperative
751                      following move action
752         o bug 1563, 'Folder view: show complete threads if they
753                      contain unread messages'
754         o bug 1870, 'arrow scrolling in filters'
755         o bug 2116, 'Rip spaces off server names in account
756                      configuration'
757         o bug 2127, 'SSL cert check uses canonical name instead of
758                      specified name'
759         o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
760                      after removing the address book in the GUI'
761         o bug 2303, 'Next unread message enables message view'
762         o bug 2310, 'Crash when hitting Ctrl+R to reply to a 
763                      particular mail'
764         o bug 2377, 'Show All Headers - make change persistent
765                      between sessions'
766         o bug 2402, 'GnuTLS change breaks socket communication'
767         o bug 2404, 'matcherrc updates upon account renaming'
768         o bug 2406, 'some part of accountrc not updated upon account
769                      rename'
770         o bug 2408, 'Some UI elements are not persistent between
771                      sessions'
772         o bug 2422, 'Toggle Message View w/ V crashes Claws'
773         o bug 2479, 'LDIF address book import matches tags case
774                      sensitive'
775         o bug 2481, 'do not scroll "from" dropdown list and sender
776                      address'
777         o bug 2493, 'Subscription pull down should be alphabetized'
778         o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
779                      3.0.3'
780         o bug 2505, 'tagsdb becomes polluted with old folder entries'
781         o bug 2509, 'manually added headers are lost unless mail is
782                      sent inmediately'
783         o bug 2520, 'Please remove verbose "No further processing
784                      after rule %s" message.'
785         o bug 2525, 'Address completion window does not get keyboard
786                      focus'
787         o bug 2526, 'When reading message in separate window, n and p
788                      keys do not work'
789         o bug 2529, 'crash in mimeview_start_drag after deleting
790                      message'
791         o bug 2543, 'filter actions in actionsrc not updated upon
792                      account renaming'
793         o bug 2560, 'crash when unsubscribing newsgroup and having
794                      active search field'
795         o Fix focus problem on Gnome shell
796         o Fix flicker on recursive quicksearch
797         o Fix huge slowness induced by spellcheck "while typing"
798           during initial quote rewraps.
799         o Fix build with GLib 2.31.
800         o Fix crasher when spellchecking is not enabled
801         o Fix compose window size saving/restoring
802
803
804 * 3.7.10
805 --------
806
807 * The name of the account is now included within the Network Log
808   output. (See enhancement request 2184)
809
810 * Right-clicking a message in the Message List no longer opens the
811   message. (See enhancement request 2353)
812   
813 * Updated manuals.
814
815 * Updated translations: Brazilian Portuguese, Czech, French, Hungarian,
816   Lithuanian, and Slovak.
817
818 * Bug fixes:
819         o bug 1963, 'Preferences Templates Information Window Focus
820                      loss'
821         o bug 2397, 'Gtkhtml2 viewer ignores message encoding'
822         o bug 2402, 'can't download message from pop3 server'
823         o bug 2409, 'Failed to compile under GCC 3.x : option
824                      -Wno-pointer-sign badly set in configure.ac'
825         o bug 2412, 'Send account mail address in Message-ID wrongly
826                      implemented'
827         o bug 2414, 'Claws segfaults on startup with notification
828                      plugin enabled'
829         o bug 2418, 'NNTP authentication is broken'
830         o bug 2420, 'Invalid markup in icon tooltip text after
831                      signature check'
832         o bug 2439, 'use bitwise operator for bitmask instead of
833                      logical operator'
834         o bug 2461, 'popup menu in message list displays 'move to
835                      trash' and 'delete''
836         o bug 2462, 'Building without GnuTLS support leads to a
837                      failure in wizard.c'
838         o fix trayicon build with gtk < 2.18.x
839         o don't minimise/hide warning dialogue on plugin load error
840         o when using a Compose template, only place the cursor in the
841           body when the cursor symbol, %cursor (%X), is used
842         o fix build on Debian Sid.
843         o fix cursor placement in Forward template
844         o fix duplicate key accels
845         o fix NNTP server sending authentication warning as part of
846           the connection session
847
848 * 3.7.9
849 -------
850
851 * Added a hidden option, 'show_inline_attachments'. When this is
852   de-activated inline attachments referenced by other message parts,
853   (e.g. attached images referenced in an HTML message part), are
854   hidden. This is on by default, maintaining previous behaviour.
855
856 * Added a hidden option, 'msgview_date_format'. When this option is
857   activated the Date format in the Message View will have the same
858   format as in the Message List. The format of the date is also
859   controlled in the same way, by the option on the Display/Summaries
860   page of the Preferences. This is off by default, maintaining
861   previous behaviour.
862                 
863 * Several GUI improvements:
864         o Reworked Simplify Subject RegExp in the Folder Properties
865         o The IMAP option 'Move deleted mails to trash and expunge
866           immediately' has been moved to the Advanced page of the
867           Account Preferences.
868         o The option 'Send account mail address in Message-ID' has
869           been moved to theSend page of the Account Preferences.
870         o Improvements to the Preferences for the Toolbars.
871         o Improvements to the initial Set-up Wizard dialogues.
872         o Improvements to the Templates preferences pages.
873         o Implemented a nicer scroll when drag and dropping.
874         o Added a button to get dictionaries on WIndows.
875
876 * New translation: Lithuanian.
877
878 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
879   Slovak, Spanish, Ukranian.
880   
881 * Bug fixes:
882         o bug 2039, 'SMTP AUTHENTICATION'
883         o bug 2050, 'Clawsmail sends return receipt every seconds'
884         o bug 2148, 'Attachment content-transfer-encoding incorrectly
885                      set when signing emails'
886         o bug 2165, 'The date not localized in the message view'
887         o bug 2203, 'Problems in forwarding multipart/alternative
888                      messages with HTML part'
889         o bug 2237, 'User action makes Claws unresponsive'
890         o bug 2279, 'crash when clicking 'define' in filter
891                      configuring'
892         o bug 2299, 'Incorrect handling of quoted printable coma
893                      in headers'
894         o bug 2315, 'claws-mail 3.7.7 crashes when trying to compose
895                      mail on FreeBSD 9.0 amd64 (GTK+ 2.22.1/GLib
896                      2.26.1)'
897         o bug 2322, 'GPG Full info: showing subkey ID instead of
898                      primary key fingerprint'
899         o bug 2325, 'messages remains in folder cache after moving
900                      from MH to IMAP boxes'
901         o bug 2331, 'Base64 is broken in 3.7.7 and 3.7.8'
902         o bug 2332, 'Crash when hitting cancel on the SMTP status
903                      window'
904         o bug 2346, 'Please register x-handler-scheme in .desktop
905                      file'
906         o bug 2350, 'Make displaying localized date/time in message
907                      view optional'
908         o bug 2361, 'Claws crashes after PGP Check in separate msg
909                      view'
910         o bug 2365, 'Crash when auto-scrolling headers in compose
911                      window'
912         o bug 2369, 'valgrind.h should NOT be part of claws-mail'
913         o bug 2381, 'Support for NetworkManager 0.9'
914         o bug 2383, 'folderitemrc not updated when account name is
915                      changed'
916         o bug 2393, 'Crashes and rendering problems in the "Save as"
917                      menu caused by attachments with umlauts in the
918                      file name'
919         o bug 2394, 'backtrace() crashes on FreeBSD'
920         o fix matcher body parsing
921         o fix crash when searching or adding a LDAP server
922         o fix sa-learn when offline
923         o TrayIcon plugin: fix logic bug which caused icon to be
924           always set no-mail status on plugin load
925         o TrayIcon plugin: force icon hide on plugin_done(), without
926            it an empty space is left in tray under KDE3 and KDE4
927         o fix segfault on Windows
928
929 * 3.7.8
930 -------
931
932 * Bug fixes:
933         o rfe 2309, 'Shortcuts should not be modifiable by default'
934         o bug 2313, 'CLI quicksearch sometimes returns the same
935                      messages twice'
936         o bug 2317, 'Action results in "Bad file descriptor"'
937         o PGP/Core: Win32 build fix
938         o NNTP: fix replying (broken in corner case)
939         o fix configure option --disable-manual
940         o One more GTK+ 2.22 build fix
941         o Debian bug 599547, 'Please re-introduce quick shortcut for
942                               marking as spam'
943
944 * 3.7.7
945 -------
946
947 * Enable building with GTK+ 2.22.
948
949 * A QuickSearch can now be run from the command line using the
950   --search command. See `claws-mail --help` for more information.
951
952 * Added a hidden option to set a margin in the text area of the
953   Compose window. 'show_compose_margin', defaults to FALSE.
954
955 * 3.7.6
956 -------
957
958 * Require GTK+ 2.10 or newer.
959
960 * Enable building with GTK+ 2.19 or newer.
961
962 * Enable building with libetpan 1.0.
963
964 * Encrypt saved LDAP passwords.
965
966 * FIltering/Processing: Added 'List-Id' to the pre-defined headers.
967
968 * Added 'Reply to this address' to popup menu in the Message View.
969
970 * Added separate search phrase completion for normal/extended
971   QuickSearch.
972
973 * Several interface improvements.
974
975 * Use in-reply-to info that is passed in mailto: links.
976
977 * Added the GB18030 Chinese charset, which is a superset of GB2312
978   and (X-)GBK.
979
980 * Added German translation of the manual.
981
982 * Added Ukrainian translation.
983
984
985 * 3.7.5
986 -------
987
988 * Bug fixes:
989         o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
990                     encryption'
991         o bug 2076 'having worked 2 times properly CLAWS ceased to
992                     decrypt incoming PGP mails -displays base64 
993                     instead - sucks completely'
994         o bug 2098, 'claws-mails crashes frequently with pgpcore'
995         o Address Book: fix button sensitivity in compose mode.
996
997 * 3.7.4
998 -------
999
1000 * Spell checker: Highlight misspelled words when applying template
1001   and 'check while typing' option is on
1002
1003 * Spell checker: Highlight misspelled words in text inserted from
1004   file(s) or pasted to message body when 'check while typing' option
1005   is on
1006
1007 * Improve parsing of List-Post header
1008
1009 * Add new drag type "claws-mail/msg-path-list" for drag'n'drop of a
1010   message selection from the message list into other applications.
1011   This enables other applications to back-link to Claws Mail via a
1012   "claws-mail --select" call after they received a drop.
1013
1014 * Place the cursor in the compose window according to provided input.
1015   If To: is present place cursor in Subject: field and if both To:
1016   and Subject: are present place cursor in body. If body: is present
1017   insert a new line after text and place cursor there.
1018
1019 * QuickSearch: Use all of the available space to view expressions
1020
1021
1022 * 3.7.3
1023 -------
1024
1025 * The user is now warned when inserting a large file in the message
1026   body. The value of 'large' can be configured on the Compose/Writing
1027   page of the Preferences.
1028
1029 * Added 'has_attachment' and 'signed' matcher expressions to
1030   Filtering and Processing Flags lists.
1031
1032 * Support Reply prefixes of French Yahoo mail and French Lotus Notes.
1033
1034 * Enabled Page Size and Orientation configuration in the print dialog.
1035   GTK+ 2.18 or newer only.
1036
1037 * tools/convert_mbox.pl
1038   Add -R flag to support recursive conversions of arbitrary Evolution
1039   mail folders.
1040
1041 * 3.7.2
1042 -------
1043
1044 * Default Cc, Bcc and Reply-To options have been added to Folder
1045   Properties.
1046
1047 * MIME parts that lack an end boundary are now handled, (even though
1048   they're INVALID!).
1049
1050 * A 'Metadata handling' option has been added to the Miscellaneous
1051   options page. The options are 'safer' or 'faster'. 'faster' is
1052   Claws' original behaviour. 'safer' prevents data loss on system
1053   crashes where the filesystem is of a 'not-so-robust' variety, e.g.
1054   xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
1055
1056 * Face and X-Face previews have been added to the Custom Header
1057   Configuration dialogue in Account preferences.
1058
1059 * An option has been added to the Receive page of IMAP account
1060   preferences, "Move deleted mails to trash and expunge immediately".
1061   This option is on by default to avoid changing the existing
1062   behaviour. Turning it off prevents automatic expunging.
1063   Also, 'Tools/Expunge'  and 'View/Hide deleted messages' menu items
1064   have been added to main toolbar.
1065
1066 * Support for clickable gopher:// links has been added.
1067
1068 * In the Compose window a warning dialogue is raised if attachments
1069   that have been added no longer exist on the filesystem at the time
1070   of sending.
1071
1072 * Buttons to clear header lines in the Compose window have been
1073   added.
1074
1075 * GnuTLS compatibility mode is now used, this avoids problems with 
1076   servers that don't comply 100% with the spec, but still exist.
1077
1078 * tools/csv2addressbook.pl
1079   thunderbird import for version 2.0.0.21 has been added.
1080
1081 * 3.7.1
1082 -------
1083
1084 * Spell Checking has been added to the Subject in the Compose window.
1085
1086 * The 'Quotation characters' option has been moved from the Compose/
1087   Writing page of the preferences to the /Message View/Text Options
1088   page.
1089
1090 * When replying to signed and/or encrypted mail and the preference to
1091   sign and/or encrypt is set, the original mail's privacy system is
1092   automatically used, if available.
1093
1094 * If a text/calendar attachment is present in a message it is
1095   automatcally selected if a suitable plugin (i.e. vCalendar) is
1096   available.
1097
1098 * /Tools/List URLs now shows both the link title and URI if possible.
1099
1100 * A URI appearing in the statusbar is now only trimmed if necessary.
1101
1102 * When using /Tools/Create filter|procesing rule/Automatically
1103   the List-Id header is preferred to X-* headers.
1104
1105 * The manual has been updated.
1106
1107 * 3.7.0
1108 -------
1109
1110 * Expanding/Collapsing of threads is now approximately 95% faster.
1111
1112 * Cache reading is now approximately 10% faster. 
1113
1114 * The shortcut key settings of the main window and the message list
1115   context menus are now connected.
1116
1117 * The preferences on the 'Other' page have now been moved to
1118   Other/Miscellaneous. The parent pages are now unselectable and the
1119   first page is automatically selected on opening the preferences.
1120
1121 * In the Compose window, on the Others tab, the 'Save message to'
1122   entry now has a drop-down list of the previous save locations.
1123
1124 *  In the Compose window, the Attachments Properties window is now
1125    confirmed and closed with the Return key.
1126
1127 * When using an external editor to compose messages, the message is
1128   automatically saved to Drafts when the external editor is closed. 
1129
1130 * A hidden option has been added, 'primary_paste_unselects' which
1131   causes the primary buffer to be cleared and the insertion point to
1132   be repositioned when the middle mouse button is used for pasting
1133   text. It is turned off by default.
1134
1135 * In the Actions window, the Escape key now cancels the action
1136   editing.
1137
1138 * Offline SSL certificate verification has been added.
1139
1140 * Privacy plugins: The decryption failure messages are now shown
1141   in the NoticeView just above the message text rather than in a
1142   popup window.
1143
1144 * Privacy plugins: when listing the UIDs during a signature check,
1145   show the UID validity
1146
1147 * tools/popfile-link.sh
1148   Support for reusing existing POPFile session ID has been added.
1149
1150 * tools/kdeservicemenu
1151   Support for kde4 has been added.
1152
1153 * win32: better integration has been implemented by using the
1154   standard file associations.
1155
1156 * 3.6.1
1157 -------
1158
1159 * Claws Mail now requires libetpan 0.57 for IMAP and NNTP.
1160
1161 * SSL support is now provided by gnuTLS exclusively. OpenSSL support
1162   has been dropped due to licensing issues.
1163
1164 * Added /View/Fullscreen option.
1165
1166 * Re-ordering of the filtering/processing condition and actions lists
1167   is now possible using drag'n'drop.
1168
1169 * 3.6.0
1170 -------
1171
1172 * Claws Mail now requires libetpan 0.56 for IMAP and NNTP
1173
1174 * Spell checking is now provided by Enchant instead of Aspell. To
1175   build spell checker support, you will need the libenchant headers.
1176
1177 * The S/MIME plugin is now part of this package.
1178
1179 * IMAP, NNTP, and SSL are now supported in the Windows port.
1180
1181 * Support for client SSL certificates.
1182
1183 * Better support of SSL certificate stores, to be able to verify
1184   server certificates.
1185
1186 * Renaming of newsgroups is possible.
1187
1188 * "Always open message when selected" can now have three values:
1189   'Never', 'Always' and 'When message view is visible'.
1190
1191 * Unsaved server passwords can now be temporarily saved for the
1192   duration of the session. They can be cleared before the session
1193   expires by using '/Tools/Forget all session passwords'.
1194
1195 * Auto-wrapping settings are now saved in drafted messages.
1196
1197 * Support for basic auto-indentation in the Compose window.
1198
1199 * Support for animated GIFs in the message view.
1200
1201 * Type-ahead search in Filtering, Templates, Actions dialogs now
1202   select the result of the search.
1203
1204 * Finer granularity in POP3 accounts' Remove After delay - hours in
1205   addition to days.
1206
1207 * Spam/Ham flag is now stored on IMAP server when possible, using
1208   "Junk" and "NonJunk" keywords. 
1209
1210 * Use less precise intervals when possible for auto-checking, thus
1211   the CPU is woken up less frequently.
1212
1213 * The warning icon in the main window is cleared when the error it
1214   relates to is clipped from the network log.
1215
1216 * IMAP errors now reveal the server on which they happen.
1217
1218 * All deprecated GTK interfaces have been replaced with their
1219   non-deprecated equivalents.
1220
1221 * csv2addressbook.pl: Added support for FoxMail.
1222
1223
1224 * 3.5.0
1225 -------
1226
1227 * Added an option, "Use secure file deletion if possible", which
1228   enables shredding of temporary files and messages instead of
1229   just removing them. This is available on the Other preferences
1230   page.
1231
1232 * Added an option, "Select the HTML part of multipart/alternative
1233   messages". This is available on the Message View/Text Options
1234   preferences page. 
1235
1236 * Added an option to the 'Create new folder' dialogue which enables
1237   new folders to inherit the properties of their parent folders
1238   during folder creation.
1239
1240 * Added a hidden option, "two_line_vertical", which toggles the
1241   2-line view in the message list when using the 3-column layout.
1242   Defaults to '1', show 2 lines.
1243
1244 * Added a hidden option, "outgoing_fallback_to_ascii", which allows
1245   the user to specify an outgoing charset/encoding, but still fall
1246   back to 7bit US-ASCII when possible.
1247   Defaults to '1', fallback when possible.
1248
1249 * Added support for the Avant Window Navgator (Awn) information
1250   bubble. This is automatically enabled if dbus is available.
1251
1252 * Face and X-Face headers can now be added globally and per-account
1253   from configuration files under ~/.claws-mail/autofaces/. Further
1254   information is provided in the manual.
1255
1256 * The SHA1 fingerprint is now shown on the SSL certificate dialogue
1257   and the labels are now selectable.
1258
1259 * Several GUI improvements have been made, (Address book, filtering
1260   dialogue, Actions dialogue, and Account preferences).
1261
1262 * New icons have been added for 'Reply to list' and 'Cancel'. The
1263   'Insert file' and 'Close' icons have been improved, as have the
1264   tray icons.   
1265
1266 * Added the Trash and Delete icons to the Custom Toolbars options.
1267
1268 * SMTP-only accounts are now not shown in the Receive menus and
1269   Account lists in filtering/processing, as they are irrelevant here.
1270
1271 * tools/csv2addressbook.pl
1272   Support for a gmail exported csv address book was added.
1273
1274 * Updated English, French, and Spanish manuals.
1275
1276 * 3.4.0
1277 -------
1278
1279 * Added support for /dev/mem_notify. This Linux kernel feature
1280   will allow applications to be notified that memory has to be
1281   freed before getting OOM-killed.
1282   For more information: http://lwn.net/Articles/267013/
1283
1284 * Enabled moving/copying folders to root folders when using the
1285   folder selection dialogue.
1286
1287 * Global and per-folder templates can now override the From name.
1288
1289 * Added a tooltip with extended folder stats. (Hover the cursor over
1290   the short stats on the right, below the message list.)
1291
1292 * Implemented 2-line items in the message list when in three column
1293   mode.
1294
1295 * Added support for png themes.
1296
1297 * Added an icon for attached patches (text/x-patch and text/x-diff).
1298
1299 * When viewing a message that has a large amount of text, show a
1300   maximum of 1MB of text and add a noticeview to show optionally show
1301   the whole message.
1302
1303 * Added a button to the templates preferences to restore defaults for
1304   current language.
1305
1306 * Added search in filtering rules list.
1307
1308 * Bogofilter Plugin:
1309   Added a "learn from whitelist" preference.
1310
1311 * MAEMO:
1312   Added information when fetching large messages.
1313
1314 * tools/csv2addressbook.pl
1315   Added support for Kmail/Kaddressbook.
1316
1317 * 3.3.1
1318 -------
1319
1320 * Forbid attaching anything containing "../" or ".ssh/" in mailto:
1321   URIs.
1322
1323 * Add a hidden preference, 'use_networkmanager', to disable
1324   NetworkManager handling
1325
1326 * 3.3.0
1327 -------
1328
1329 * Due to licensing problems, the ClamAV plugin has been removed from
1330   the Claws Mail core distribution and can now been found packaged
1331   separately or with the 'extra plugins' package.
1332
1333 * Added NetworkManager support
1334   This is built by default if the dependencies are satisfied; it can
1335   be specifically disabled with '--disable-networkmanager-support'.
1336   This enables Claws Mail to track changes to the network status.
1337
1338 * Added DIGEST-MD5 support for IMAP authentication
1339
1340 * Added Folder Properties option, 'Run processing rules when opening'
1341   to the General page.
1342
1343 * Added sub-sorting to the Message List; when the Sort type is either
1344   Subject, From, To or Tags, sub-sorting by Date will be active.
1345
1346 * Added from=address to the mailto sequence
1347   The 'from' will try to select the first matching account in the
1348   Accounts list, otherwise it will use the usual account selection
1349   mechanism but will override it with the given 'from' address.
1350
1351 * Added insert=FILE  to the mailto sequence (stands for 'insert file')
1352   This adds the ability to create a new message from the command-line,
1353   with the body set from the contents of an existing file.
1354                 
1355 * Added mailto with NNTP accounts
1356   This comes into play if mailto is used when an NNTP account is the
1357   default account or if an NNTP account address is used with 'from'.
1358
1359 * Added several GUI improvements to the Filtering, Processing, Tags,
1360   Actions, Templates, Logging and Address Book dialogues
1361
1362 * Added a tooltip to the 'replied' icon in the Message List which
1363   indicates 'click to see your reply' feature.
1364
1365 * Added 'claws-mail --version-full' to display the version and a list
1366   of the compiled-in features
1367
1368 * Implemented speed-ups to list operations, deletions and cache
1369   updates.
1370
1371 * Updated the man page
1372
1373 * The Trayicon plugin icons are now themable.
1374
1375 * text/calendar message parts are now automatically displayed if a
1376   plugin handling text/calendar is loaded, e.g. vCalendar.
1377
1378 * Maemo: connect HW status change signal for shutdown
1379
1380 * Maemo: identify mmc1 and mmc2 more clearly in the GUI
1381
1382 * Maemo: Make dnd threshold higher
1383
1384 * 3.2.0
1385 -------
1386
1387 * Several GUI improvements
1388         The colour preferences have been split into tabs.
1389         Improve the way 'Find in current message' search results are
1390         shown by vertically centering the selected text in the
1391         Message View.
1392         Improvements to the 'List URIs' dialogue.
1393         Filtering/Processing Match Type dialogue has been reworked.
1394         Several other layout improvements.
1395
1396 * Several address book improvements
1397         Added Custom Attributes, which can be edited from
1398         '/Tools/Edit custom attributes...' and are used from the
1399         'Name' drop down list on the 'Edit Person Details' dialogue. 
1400         Always add a new contact if any value is set, instead of
1401         silently rejecting it when an email address is not set.
1402         Better guessing of contact name from incomplete name
1403         information.
1404         Better display of contacts that have no name set, in contact
1405         lists, group contents, find duplicate results.
1406         Error messages don't show in the status bar anymore, alert
1407         panels are used instead.
1408         Several other GUI improvements.
1409
1410 * Added optional Tooltips to the Message List. This is enabled by the
1411   'Show tooltips' option on the '/Display/Summaries' Preferences page
1412   and is only possible with GTK+ >= 2.12
1413
1414 * Much improved handling of Return Receipts, both outgoing and
1415   incoming. 
1416
1417 * Added the option to use the system defaults for External Programs
1418   preferences on the '/Message View/External Programs' page.
1419
1420 * Added "select first email in list" to the list of possible
1421   selections in the 'Set default selection on entering a folder'
1422   options on the '/Display/Summaries' preferences page.
1423
1424 * IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
1425   prevents fetching of tags.)
1426
1427 * IMAP: Optimised flag handling and message copying.
1428
1429 * Improved printed page layout for built-in GTK+ printing
1430         Bold fonts are now used where appropriate and a demarcation
1431         between header and body has been added.
1432
1433 * Optimised filtering on flags/tags changes.
1434
1435 * MAEMO: Added LED flashing for new mail alerts
1436
1437 * MAEMO: Made all of the left of column in the Folder List a hotspot
1438   for expanding/collapsing the tree.
1439
1440 * 3.1.0
1441 -------
1442
1443 Non-blocking NNTP has been implemented. NNTP support is now provided
1444         by and depends upon libetpan
1445
1446 GnuTLS support has been implemented as an alternative to OpenSSL.
1447         [./configure --enable-gnutls]
1448
1449 A run-time alternative configuration directory switch has been added,
1450         [claws-mail --alternate-config-dir DIR]
1451
1452 Tags: Added tag alphabetical sorting and unified the dialogues.
1453
1454 Edit accounts dialogue: The 'default account' (D) column has been
1455         removed, instead the default account is indicated by use of
1456         bold text.
1457
1458 Templates: Added ability to attach files using |attach{filename}.
1459     Templates options are now presented in a tabbed layout.
1460
1461 Address Book: Added duplicate finder, '/Tools/Find duplicates'.
1462     It is now possible to set an image for each contact. Pictures 
1463         from a contact's Face or X-Face will be automatically set
1464         when available. The contact's image will be automatically
1465         displayed in the message view or header pane if the message
1466         has no Face or X-Face header.
1467
1468 '/View/Character encoding' submenus are now grouped together
1469
1470 GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
1471         libgnomeprint will never be used if GTK+ >= 2.10 is available.
1472
1473 Reinstated 'Generate Message-ID' option as an Account preference. It
1474         is hidden on IMAP accounts, because Message-IDs are needed on
1475         servers that don't implement the UIDPLUS extension.
1476
1477 Toolbar preferences: Improved dialogue.
1478
1479 Compose window: the number of attachments is now shown in the tab's
1480         title.
1481
1482 Attachments: When opening attachments with 'Open' or 'Open with...'
1483         the temporary files are now saved as read-only. A hidden
1484         preference has been added, 'save_parts_readwrite', which
1485         permits the previous behaviour.
1486
1487 IMAP: Added a button on the Folder Properties General page to allow
1488         users to discard local caches.
1489     Added much better error handling.
1490     Fetching of cached mails has been heavily optimised.
1491
1492 LDAP: Added read-only support for jpegPhoto LDAP field
1493
1494 Bcc in commandline URIs has been added.
1495
1496 Dillo browser plugin: Address book based whitelisting for loading
1497         remote images has been added.
1498
1499 SpamAssassin plugin: Address book based whitelisting has been added.
1500
1501 MAEMO: Maemo 4.0 (Chinook) build enabled.
1502
1503 MAEMO: Removed some useless tooltips.
1504
1505 tools/csv2addressbook.pl
1506         a new script that imports a CSV formatted address book. Becky
1507         and Thunderbird address book are currently supported.
1508
1509 * 3.0.2
1510 -------
1511
1512 * Bug fixes:
1513         o bug 1320, 'Memory leak caused by gtk_container_get_children'
1514         o bug 1321, 'access before allocation when scanning for uris'
1515         o bug 1324, 'Corrupted IMAP cache'
1516         o bug 1327, 'segfault when replying to a non-existent news
1517                      message'
1518         o bug 1329, 'error in quicksearch.c'
1519         o bug 1334, 'user defined mail incorporation script not run'
1520         o bug 1336, 'Segfault if empty space before search-string'
1521         o bug 1337, 'Crash on removing uncached emails'
1522         o Prevent unquoted mime boundaries, by always using a /
1523         o Remove unnecessary error when cancelling export to mbox.
1524         o MAEMO: make all Folder Properties pages visible
1525         o MAEMO: fix overlapping buttons in Edit Accounts page
1526
1527
1528 * 3.0.1
1529 -------
1530
1531 * Bug fixes:
1532         o bug 1308, 'Claws deletes folderlist.xml after fetching mail
1533                      short after start-up'
1534         o bug 1311, 'Wrong arrow position while moving message into
1535                      folder when column headers hidden'
1536         o fix build without USE_LDAP_TLS
1537         o Accounts list: fix "Local" protocol not shown when
1538           USE_OPENSSL is set.
1539         o Tags: fixed issues with tags with spaces, and renaming tags
1540         o Accounts list: Show protocol "SMTP" and the appropriate
1541           server for send-only accounts
1542         o Accounts list: show "-" instead of "" when no value is
1543           relevant
1544         o do not allow locked msgs to be deleted, even by filtering
1545           or processing
1546         o Show error message in the GUI if image can't be loaded
1547         o Remove Generate Message-ID option. We need this on some
1548           IMAP servers.
1549         o Maemo: distinguish various statusbar messages,
1550                 in order to display only the most important.
1551         o Maemo: fix statusbar/window mismatch
1552         o Maemo: fix scrolling to cursor
1553
1554
1555 * 3.0.0
1556 -------
1557
1558 * Claws Mail is now licensed under GPLv3 or later.
1559
1560 * added Tags feature
1561   Tags are arbitrary labels that can be applied to messages. It is
1562   possible to create, edit, remove Tags; apply them to mails;
1563   filter on Tags or Tag presence; apply or unset Tags via Filtering
1564   actions; reference Tags in reply Templates.
1565
1566 * Threads can now be sorted by most recent message
1567   /View/Sort/By thread date
1568
1569 * Added "/View/Show or Hide/Column headers"
1570
1571 * Added 'watch thread' feature
1572         
1573 * Enabled the running of folder Processing rules on demand
1574
1575 * Added options to stop/enable writing logs to disc, see Logging
1576   page of preferences
1577
1578 * IMAP and News: Implement age-based caching: allow the specifying 
1579   of a threshold for the offline synchronisation feature, and whether 
1580   old cached bodies should be removed. Accessible from the Folder
1581   Properties.
1582
1583 * IMAP: Made multiple copy, (in the same IMAP account), faster by
1584   matching source/destination message UIDs.
1585         
1586 * LDAP: Ability to edit all Person attributes
1587
1588 * Nicer layout of the message part icons
1589
1590 * Speed up and clean up rendering of larger msgs
1591
1592 * Use progress bar when sending messages
1593
1594 * Made mainwindow's /Help/Manual point to the remote copy if the
1595   local copy doesn't exist
1596
1597 * Replaced some deprecated widgets
1598
1599 * Enabled changing the emphasis color used to highlight the
1600   newsreader/x-mailer header value when it matches our preferred
1601   mail agent, (hidden pref 'emphasis_color' added to clawsrc).
1602
1603 * tools/mew2claws-mail.pl
1604   Added new script that imports a Mew address book
1605
1606 * tools/popfile-link.sh
1607   Added a new script that will open selected messages in
1608   POPFile control center, in order to change the message
1609   status.
1610
1611 * Updated the manual
1612
1613 * Check that Dillo's installed when loading the Dillo Browser
1614   plugin
1615
1616 * Maemo improvements:
1617         o Automatically choose the correct application
1618           to open parts
1619         o Better way to notify of new mails
1620         o Destroy messageview after trashing mail
1621         o Simplified layout
1622         o Better toolbars, removal of CTree headers
1623         o Add a specific icon to go back to folder list
1624         o Improvements to the Wizard, About and icon legend dialogues
1625         o add an easy way to store data (mails and IMAP/NNTP caches)
1626           on one of the SD cards, and protect against unmounts if
1627           needed
1628         o plug the online/offline system into maemo's interfaces to
1629           have Claws automatically switch according to the system
1630           status (on IT OS 2007)
1631         o use HildonBanners to display status messages
1632         o force layout to be Small screen
1633         o put the progress bar in the toolbar
1634
1635
1636 * 2.10.0
1637 --------
1638
1639 * libetpan 0.49 is now required for IMAP support
1640
1641 * Added "From, To or Subject" to the QuickSearch types.
1642
1643 * Added handling of the 'a' key to loop through a mail's MIME parts.
1644
1645 * In the Compose window "Add to address book" has been added to the
1646   context menu of the sender and recipient fields.
1647
1648 * Implemented a proper References filtering condition.
1649
1650 * Added the possibility to cancel receiving in IMAP accounts.
1651
1652 * Made offline synchronisation faster.
1653
1654 * Added an alternate way to fetch flags on IMAP, which improves
1655   performance with some servers, (like Exchange).
1656   See "Bandwidth-efficient mode" in IMAP accounts' Receive
1657   preferences.
1658
1659 * Allow manual sorting of Templates.
1660
1661 * Templates improvements: easier syntax, add some useful variables.
1662
1663 * Implemented per-account and per-folder compose/reply/forward
1664   Templates.
1665
1666 * Added a QuickSearch option to automatically run a search selected
1667   from the history.
1668
1669 * Made the Summaries Preferemces page "when entering a folder..."
1670   options fully customisable.
1671
1672 * Added an "Open last opened folder at startup" option to the
1673   Summaries page in the Prerferences.
1674
1675 * Changed the Preference "Only mark as read when opened in new
1676   window" on the Summaries page to "Only mark as read when opened
1677   in new window, or replied to".
1678
1679 * Allow disabling mail filtering plugins on a per-account
1680   basis.
1681
1682 * Added an option to the Bogofilter and SpamAssassin plugins to
1683   enable marking saved spam as Read.
1684
1685 * Added a warning about encryption limits, which can be disabled.
1686
1687 * Removed the "Download all" preference from POP3 accounts; it
1688   was useless and confusing.
1689
1690 * Re-organized some Preferences page.
1691
1692 * Replaced the tabbed layout in Account Preferences with pages.
1693
1694 * Renamed 'Protocol Log' to 'Network Log'
1695
1696 * Added a few cursor improvments while Claws is busy.
1697
1698 * Added support for CRLF in headers of messages.
1699
1700 * Added support for a few more date formats (RFC3339 subsets).
1701
1702 * The keypad's Enter key now does the same as the Return key.
1703
1704 * Improved LDIF import, better error handling, UI cleanup.
1705
1706 * LDAP write support has been added.
1707
1708 * Use Hildon's file chooser on Maemo.
1709
1710
1711 * 2.9.2
1712 -------
1713
1714 * Added a printer icon.
1715
1716 * Bug fixes
1717         o bug 1187, 'Reply-to addressee disappears when reply-to text
1718                      box is clicked...' (Maemo)
1719         o bug 1190, 'dir_open' button doesn't work' (Maemo)
1720         o bug 1193, 'Need a way to multi-select items'
1721         o bug 1194, 'Hardware keys move from email list to account/
1722                      directory list, but not back to email list...'
1723                      (Maemo)
1724         o bug 1196, 'Edit>Select All doesn't work' (Maemo)
1725         o bug 1198, 'Reply-all "disappearing" address bug
1726                      persists...'
1727         o bug 1200, 'Add option to always retrieve full messages'
1728         o bug 1209, 'Clicking on address in header (mailto uri)
1729                      selects default account'
1730         o bug 1211, 'Offline dialog message bugs/annoyances...'
1731         o Don't reflect accounts changes to the mainwindow when it's
1732           not necessary.
1733         o Fix double fetching of mails if first try failed
1734         o Fix a crash in textview
1735         o Fix changing quicksearch type (after Esc, after changing
1736           Recursive, ...)
1737         o tools/uudec Fix missing dash to `display` command-line
1738
1739 * 2.9.1
1740 -------
1741
1742 * Security fix:
1743         o Fix for CVE-2007-1558 (APOP)
1744           http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
1745
1746 * Bug fixes
1747         o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
1748         o Fix encoding woes wrt saving of mails and parts
1749
1750 * 2.9.0
1751 -------
1752
1753 * Added a Maemo port
1754   The Maemo port touches several areas: using the correct APIs for
1755   a good integration, adding of a new layout suited for small
1756   screens, Maemo-specific default preferences changes, Maemo-specific
1757   GUI improvements, etc.
1758
1759 * Added more customisable colour labels
1760
1761 * Added 'Mark as spam', 'Mark as ham', and 'Add to address book'
1762   filtering actions
1763
1764 * Added a new Quote Format symbol, %A, to insert the sender's email 
1765   address
1766
1767 * Changed the option to display unread message counts next to folder
1768   names: it is now possible to display the total count of messages
1769   too. Configurable from Display/Summaries
1770
1771 * If Claws Mail is already running on another display, attempting to
1772   start it will mention that instead of popping up the window on the
1773   other display
1774
1775 * Added debugging of filtering/processing rules. Configurable from
1776   Other/Logging options page
1777
1778 * Added handling of the contextual menu key in compose windows and
1779   MIME parts list
1780
1781 * Added a "pulsing" progressbar in the label window used when
1782   rebuilding folder tree, etc, in order to show activity
1783
1784 * Improved "Offline mode override" dialogue to avoid asking
1785   repeatedly, but still ask on explicit user actions
1786
1787 * Improved the creation of POP/Local accounts when no MH mailbox
1788   exist: create the default one
1789
1790 * Write folderlist directly after adding/deleting accounts that have
1791   folders
1792
1793 * Added logging IMAP ALERTs as errors in the log
1794
1795 * Added a way for MimeViewer plugins to implement search in a part's
1796   body
1797
1798 * Updated, added and replaced some icons
1799
1800 * Added display of any LDAP specified Search attributes 
1801
1802 * Added 'telephoneNumber' in the default LDAP list of attributes
1803
1804 * Updated the Face header in the welcome message
1805
1806 * Added the option to minimize to tray in the Trayicon plugin
1807
1808 * Added a wrapper to mairix in the tools folder, tools/mailrix.sh
1809
1810 * Added a script which enables inserting files into the message body
1811   of a new Compose window from the command line,
1812   tools/claws-mail-compose-insert-files.pl
1813
1814 * Updated Brazilian Portuguese, Catalan, Czech, French, German,
1815   Hungarian, Polish,Serbian, Simplified Chinese, and Spanish
1816   translations
1817
1818 * 2.8.1
1819 -------
1820
1821 * Bug fixes:
1822         o bug 1129, '"local mbox file" account isn't retrieving 
1823                      mails'
1824         o bug 1135, 'cm-segfault on decrypting with PGP/inline'
1825         o bug 1136, 'Crash in group address completion'
1826         * Fix "After receiving new mail, go to inbox" on IMAP, and
1827           restrict it to manual fetching only
1828         * Fix alertpanel.h only included in #ifdef HAVE_LIBETPAN
1829         * Fix return value without libetpan
1830         * Use gtk_window_set_role instead of gtk_window_set_wmclass
1831         * Fix mime/globs path on NetBSD
1832
1833 * 2.8.0
1834 -------
1835
1836 * Removed 'Separate Folder tree' and 'Separate Message View' and put
1837   new layouts in place of it, 'Standard', 'Three columns', 'Wide
1838   message' and 'Wide message list'. Accessible from /View/Layout.
1839
1840 * Added IMAP subscriptions
1841   Creating a new folder subscribes it. Deleting a folder unsubscribes
1842   it. "Creating" an existing but unsubscribed folder will subscribe
1843   it. By default, for new accounts, only subscribed folders are shown.
1844   A contextual menu item has been added, /Subscriptions,  which allows
1845   switching the display between All folders and Subscribed folders
1846   only. It also enables the subscribing and unsubscribing of folders. 
1847
1848 * Added the option 'Enable customisable menu shortcuts' to the
1849   'Other' preferences page. Turning this off locks the current hot
1850   keys, preventing accidental changes.
1851
1852 * Added icons for application/pdf, application/pgp-signature,
1853   application/postscript and text/calendar.
1854
1855 * Added /Tools/List URIs
1856   Enables opening any or all of the URIs contained in the currently
1857   selected mail.
1858
1859 * Added 'spam flag' to the Filtering and Processing Match Types.
1860
1861 * Removed the 'Composing messages exist' dialogue on exit. Instead
1862   opened messages are automatically saved to drafts, and re-opened at
1863   the next startup.
1864
1865 * Added handling of local URIs, (file:///...), from the --attach
1866   command line.
1867
1868 * Added Account options for spellcheck default dictionaries.
1869
1870 * Added 'Edit/Delete thread'.
1871
1872 * Added an option 'Ask about account specific filtering rules...' to
1873   the 'Other' page, which was previously a hidden option.
1874
1875 * Some preferences have been re-arranged:
1876   Moved the 'Ask before emptying trash' option on the 'Other' page
1877   outside of the 'On exit' frame as it's not only an 'On exit' option.
1878   Moved 'Never send Return Receipts' from 'Other'  to 'Sending' page.
1879   Moved keybinding preferences to the 'Other' page.
1880   Added 'mousepad' to the list of text editors on the 'External
1881   Programs' page.
1882
1883 * Bogofilter and SpamAssassin plugins:  Enabled moving spam mail to the
1884   Account's Trash folder instead of default Trash folder.
1885
1886 * ClamAV plugin: updated for the upstream changes in libclamav, whilst
1887   maintaining compatibility with older version of libclamav.
1888
1889 * GPG Plugins: Added an option 'Use gpg-agent to manage passwords' to
1890   GPG page of the common preferences. Fixes annoyances with distro-
1891   installed gpg-agent, when no pinentry program is installed, and the
1892   user is at a loss on why "decryption failed". It can be turned off
1893   to bypass gpg-agent. The option is disabled if gpg-agent is not
1894   running.
1895
1896 * TrayIcon plugin: Added 'Hide at startup' and 'Close to tray'
1897   options.
1898   When the 'Close to tray' option is used the Window Manager's hotkey
1899   and [X] button will hide the window instead of closing it - closing
1900   CM can be done using the tray icon menu or the /File menu.
1901   Clicking the trayicon now raises the window to current desktop when
1902   it was either minimized or shaded, or when it was on another desktop.
1903
1904 * Added support for non ISO-8859-1 compatible locales to the Actions
1905   scripts freshmeat_search.pl, google_search.pl and multiwebsearch.pl.
1906                 
1907 * Renamed the maildir2claws-mail.pl script to kmail-mailbox2claws-mail.pl
1908   and updated it to work with newer versions of Kmail. 
1909
1910 * Added thunderbird-filters-convertor.pl script, which converts
1911   thunderbird filter rules to Claws filter rules.
1912
1913 * Updated Brazilian Portuguese, British English, Czech, Finnish,
1914   French, German, Hungarian, Polish, Serbian, Simplified Chinese,
1915   Slovak and Spanish translations.
1916
1917 * 2.7.2
1918 -------
1919
1920 * Added command line equivalent options:
1921   -h for --help
1922   -q and --quit for --exit
1923   -v for --version
1924   "Unknown option" is now printed when unknown command line options
1925   are used.
1926
1927 * The wizard for configuration migration, (Sylpheed-Claws to Claws
1928   Mail), now has the option to save or not save a backup of the old
1929   configuration folder.
1930
1931 * The configuration wizard is now re-run if it was previously
1932   cancelled.
1933
1934 * Bug fixes:
1935         o bug 1100, 'Highlighted e-mail data not visible when color
1936                      label applied.'
1937         o bug 1101, '"Load plugin" button is accidentally hidden'
1938         o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap 
1939                      functions'
1940         o IMAP: fixed crash when connect command doesn't exist.
1941         o IMAP: better folder checking when an IMAP directory is set.
1942         o IMAP: Never remove INBOX when scanning for new folders.
1943           It's a special folder that must exist.
1944         o fix vertical scrollbar jumping back to the top when 'Check
1945           for new folders' is used.
1946         o fix sensitivity issues of Mark as Spam/Ham context menus.
1947         o fix potential crashes in the address book's embedded 'Edit
1948           person' dialogue, and fix conflicting copy/paste menu
1949           entry.
1950         o Reflect change of Font configuration in the Header view
1951           clickable links.
1952         o fix handling of empty values in attach_load_directory and
1953           attach_save_directory clawsrc options.
1954         o fix 2nd-run loss and new configuration loss of filtering
1955           rules on configuration migration.
1956         o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
1957           header" option
1958
1959 * 2.7.1
1960 -------
1961
1962 * Bug fixes:
1963         o bug 1095, 'Crash while changing folder columns during
1964                      incorporation'
1965         o bug 1098, 'bogus last row display after expanding a thread'
1966         o fix a few annoyances when choosing keys for the CMS (S/MIME)
1967           protocol
1968         o fix updating of the mime parts
1969         o fix Forwarding msgs with attachments that have dos line
1970           endings
1971         o strip S/MIME signatures when re-editing S/MIME signed
1972           messages
1973         o fix body search starting at the end of the mail (and asking
1974           for loop)
1975         o fix Enter in search windows
1976         o fix dbus-related crash in the the GTK+ file selector.
1977         o IMAP: fix recursion when server lists the current subfolder
1978           in the response
1979         o IMAP: get rid of the previous mailimap when connecting, just
1980           in case disconnect was unclean
1981         o IMAP: make sure we don't use an old socket when reconnecting
1982
1983
1984 * 2.7.0
1985 -------
1986
1987 * The --select option can now also select emails by Message-ID
1988
1989 * Attaching files from 'mailto:' URIs (&attach=...) is now possible.
1990   A dialog is displayed to make sure that the user is aware that the
1991   mail will contain attachments
1992
1993 * 'New Message format' has been added to the Compose/Writing options,
1994   this works like the Quote format and the same symbols are supported
1995
1996 * Reworked the About dialog, including the addition of a new page, 
1997   'Features', which indicates which of the optional features are
1998   compiled in and which are not. A 'Release Notes' page was also
1999   added
2000
2001 * Added history combo for all search fields (message and text)
2002
2003 * The 'mark_as_read_delay' option is not hidden anymore and can be
2004   found in Configuration/Preferences/Summaries
2005
2006 * Added global and per-folder preferences to set the default
2007   alternate dictionary
2008
2009 * Allow spell-checking to use both current and alternate dictionaries
2010
2011 * Added an hidden option 'addressbook_use_editaddress_dialog' to
2012   embed the contact editor in the addressbook window in contrast to
2013   a separate dialog
2014
2015 * Added a hidden option 'unsafe_ssl_certs', to allow storing
2016   multiple SSL certificates for a given server/port. You will be
2017   asked to accept unknown certificates. Unchecking this option will
2018   require you to re-accept previously known certificates
2019
2020 * Allow copying of folders between mailboxes
2021
2022 * Better automatic account selection for mailing lists (searches for
2023   the email address in the Delivered-To header also)
2024
2025 * Made the "Synchronise" menu item inactive when there's nothing to
2026   synchronise
2027
2028 * Use Message font in Writing and Quoting preferences, as well as in
2029   Templates
2030
2031 * Added more HTML symbols to the html to text converter
2032
2033 * Save the addressbook's window size on closing
2034
2035 * Better checks for syntax errors are applied to Templates and Quote
2036   formats
2037
2038 * Added a check to avoid trying to use a non-existent folder as
2039   default inbox
2040
2041 * Enable setting SSL via STARTTLS from the set-up wizard
2042
2043 * Added handling of ":port" in server addresses in the set-up wizard
2044   to specify a port to connect to
2045
2046 * Bogofilter plugin: added an option to print the X-Claws-Bogosity
2047   header in emails handled by the Bogofilter plugin (in MH folders
2048   only)
2049
2050 * Bogofilter plugin: added an option to whitelist senders found in
2051   addressbook
2052
2053 * Bogofilter plugin: Allow storing of Unsure mails in a specific
2054   folder to make better teaching easier
2055
2056 * Bogofilter plugin: Improved GUI interaction while Bogofilter is
2057   filtering
2058
2059 * TrayIcon plugin: added an "Email from account/..." submenu
2060
2061 * updated Brazilian Portuguese, British English, Catalan, Finnish,
2062   French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
2063   translations
2064
2065 * 2.6.1
2066 -------
2067
2068 * First release as Claws Mail
2069
2070 * Bug fixes:
2071         o bug 1053, 'SC fails to reestablish a secure connection'
2072         o bug 1054, 'Slowness logging big data chunks'
2073         o bug 1057, 'crash on sending s signed message to a
2074                      newsgroup'
2075         o bug 1060, 'compilation error with Irix's cc'
2076         o bug 1061, 'crash on opening signed email'
2077         o bug 1066, 'Incorrect mailbox size displayed'
2078         o bug 1069, 'Sent mails disappear, BCC or locking problem?'
2079         o fix Reply To/Mailing list from the menu
2080         o forbid drag and drop from/to different folders of type
2081           F_UNKNOWN
2082         o src/ssl_manager.c: fix possible infinite loop
2083         o fix Options/Reply mode after draft save
2084         o obey always_show_msg option when marking as spam
2085         o fix spelling menu when replying
2086         o don't change the From column title to To if the To column
2087           is visible
2088         o fix the wrong recipient being selected when replying to a
2089           msg which is From one of our accounts To another of our
2090           accounts
2091         o fix crash on combining mark_as_read_delay with Hide Read
2092           Messages
2093         o create ~/.mailcap if it doesn't exist
2094
2095
2096 * 2.6.0
2097 -------
2098
2099 * Final release as Sylpheed-Claws
2100
2101 * libetpan 0.48 or greater is now required for IMAP support.
2102
2103 * The Compose window now has an /Options/Reply mode/ menu. This
2104   enables changing the recipients of a reply on the fly.
2105
2106 * QuickSearch now has a type-ahead option for fast searches.
2107
2108 * Extra symbols are now available for the Quote parser, your name,
2109   your email address, the account name, and the organization.
2110
2111 * In the Folder Properties, it is now possible to test the regular
2112   expression used in the Simplify Subject RegExp option.
2113
2114 * GSSAPI support has been added for IMAP.
2115
2116 * UIDPLUS support has been added for IMAP.
2117
2118 * A Stop button has been added for Message Body searches, enabling
2119   cancelling of a running search. This is available in '/Edit/Search
2120   Folder...' and '/Edit/Find in current message...'.
2121
2122 * libSM support has been added. This enables communication with the
2123   session manager, so that it is known when the session ends, in
2124   order to save the caches, and draft any messages currently being
2125   composed.
2126
2127 * Support for Address Book Groups has been added to the Compose
2128   window's automatic address completion.
2129
2130 * a new hidden option has been added, 'respect_flowed_format'. This
2131   follows RFC3676 with regard to a message part with a Content-Type
2132   that includes 'format=flowed' and 'delsp=yes'. This will cause some
2133   mails to have long lines, but will fix some URLs that would
2134   otherwise be wrapped. By default it is turned off.
2135
2136 * Basic key import/export has been added to the PGP plugins. When
2137   generating a new key pair you can export the public key to a key
2138   server. When selecting the signature part of a message, if the key
2139   is not on your keyring, you will be asked if you want to attempt
2140   to import it from a keyserver.
2141
2142 * The TrayIcon now displays 'offline' status.
2143
2144 * More window sizes and placements are remembered across sessions.
2145
2146 * tools/fix_date.sh: Switches to replace non RFC-compliant Date:
2147   value, and to use strict RFC matching patterns for dates have been
2148   added.
2149
2150 * Several optimisations have been made.
2151
2152
2153 * 2.5.6
2154 -------
2155
2156 * Bug fixes:
2157         o Fix redirecting of sent mails
2158         o Fix Go to Next * after applying Preferences
2159         o Fix quote-folding when emails don't convert cleanly to
2160           UTF-8
2161
2162 * 2.5.5
2163 -------
2164
2165 * Bug fix:
2166         o bug 1034, 'Incorrect display of size field in message view'
2167
2168 * 2.5.4
2169 -------
2170
2171 * Bug fixes:
2172         o bug 1032, 'Segmentation fault when showing message'
2173         o fix crash with quote folding on HTML
2174         o fix building with --disable-nls
2175         o remove tabs in Subject string
2176
2177 * 2.5.3
2178 -------
2179
2180 * Make node expanding in the Folder List non-recursive
2181
2182 * Bug fixes:
2183         o bug 1024, 'Array index out of range in
2184           claws-mail-2.5.2'
2185         o Fix "Check for new folders" on folders with accented
2186           characters
2187         o Fix filtering "copy" rules
2188         o Fix "goto next unread" after collapsing/expanding a node
2189
2190 * 2.5.2
2191 -------
2192
2193 * Bug fixes: 
2194         o bug #1023 (Sylpheed deletes too much messages)
2195         o Crash in partial downloading
2196
2197 * 2.5.1
2198 -------
2199
2200 * It is now possible to stop searches in message bodies
2201
2202 * IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order
2203   to fix speed issues with badly implemented servers
2204   
2205 * Bug fixes: 
2206         o Fix multiple registering of SpamAssassin and Bogofilter
2207           plugin after having changed their preferences, leading to
2208           slowness or duplicated messages.
2209
2210 * 2.5.0
2211 -------
2212
2213 * Minimum required versions of GTK+ and GLIB is now 2.6.0
2214
2215 * Minimum required version of libetpan (for IMAP support) is now 0.46
2216
2217 * metamail support has been dropped, this is now handled internally
2218
2219 * New plugin: Bogofilter, providing Spam filtering and learning
2220
2221 * Account-based filtering rules. Each filtering rule can now be
2222   assigned to a specific account, by default it's "All".
2223
2224 * Filtering against Address Book. It is now possible add matched 
2225   conditions to determine if any email address in a message matches
2226   or doesn't match any or all books or folders in the Address Book.
2227
2228 * Quote folding. Quotes in the message view can now be folded, via
2229   the "/View/Quotes/..." menu. The folding can also be toggled by
2230   double clicking on the quotes in the Message View
2231
2232 * Re-enabled user-defined Headers in Displayed Headers configuration
2233
2234 * "/View/Go to/Parent message" and "/View/Go to/Last read message"
2235   have been added
2236
2237 * Made the list views look more modern by add alternating coloured
2238   lines, replacing the box-type expanders with arrows, removing the
2239   dotted lines.
2240   Hidden prefs have been added to enable users to maintain the old
2241   style:
2242   'enable_dotted_lines' for the dotted lines and box-type expanders. 
2243   'use stripes_in_summary' to enable alternating coloured lines in
2244    the Message and Folder lists.
2245   'use stripes_everywhere' to  also enable alternating coloured lines
2246    in all other lists.
2247   Note: 'use_stripes_everywhere' replaces the previous hidden option
2248   'enable_rules_hint'.
2249
2250 * New hidden pref, 'stripes_color_offset', to change the value added/
2251   subtracted to normal bgcolor to create the stripes in the summaries
2252  
2253 * The Send button on the main toolbar is now inactive when the Queue
2254   folders are empty
2255
2256 * IMAP: Added a View Log button on auth error
2257
2258 * PGP/Core plugin: it is now possible to create a new key pair from
2259   within Claws Mail
2260
2261 * PGP/Core plugin: When encrypting, if only one key matches, and it 
2262   matches exactly, it is automatically used
2263
2264 * TrayIcon plugin: the icon now has transparency
2265
2266 * Enabled text selection for replying from MimeViewer plugins
2267
2268 * The attachments list in the MimeView column can now be scrolled
2269   using the mousewheel
2270
2271 * In the MimeView column a middle-click will now just open the Mime
2272   part without showing it in the Message View, likewise, a right-
2273   click will display the context menu without displaying the part
2274
2275 * The "When entering a folder..." selection option is now used for
2276   '/View/Go to/Next unread folder'
2277
2278 * A special Return-Receipt message is shown if the message is from
2279   the user
2280
2281 * An icon has been added to the statusbar to notify of errors
2282
2283 * Added missing icons to the Icon Legend dialog
2284
2285 * Enabled closing of SSL certificates and Folder Sort dialogs with Esc
2286   key
2287
2288 * Displaying of huge mails can now be cancelled, so the GUI doesn't
2289   block
2290
2291 * Claws Mail' internal queue headers are now hidden when showing
2292   all headers. They'll be present only in Source window.
2293
2294 * Several GUI improvements.
2295
2296 * Faster loading of folders and other optimisations and speed-ups
2297
2298 * Logging has been improved.
2299
2300 * improved sizing of some widgets
2301
2302 * Made the desktop file XDG compliant
2303
2304 * The manuals have been updated
2305
2306 * A Spanish translation of the manual has been added
2307
2308 * Added an action tool, tools/uuooffice, to open uuencoded *.doc files
2309   with OpenOffice.
2310
2311 * Added an action tool, tools/fix_date.sh, to fix a missing Date field
2312   in emails.
2313
2314 * 2.4.0
2315 -------
2316
2317 * A ./configure option has been added, --with-mandir=DIR allowing the
2318   setting of the man directory location
2319
2320 * 'Send queue' has been added to the folder contextual menu, which
2321   allows sending the contents of a single queue, as opposed to the
2322   toolbar's Send Queue, which sends all queues
2323
2324 * '/View/Go to/Next unread folder' has been added
2325
2326 * 'View/Go to/Next marked messages' now traverses folders
2327
2328 * sftp:// links are now recognised in mails
2329
2330 * A dialogue is presented to the user when dropping files into the
2331   Compose window, asking whether to insert or attach the file(s). The
2332   default behaviour can be controlled via a new option in 
2333   Compose/Writing
2334
2335 * Allow attached message parts to be selected, opened, or saved via
2336   their text label in the message body
2337
2338 * Save named inlined attachments with "Save all"
2339
2340 * An option to change the Folder Type has been added to the Folder
2341   Properties
2342
2343 * Add |i{sub_expr} to Templates, which allows inserting user-entered
2344   text in a template
2345
2346 * A new option has been added to '/Preferences/External programs' to
2347   allow "Display as text" on attachments to be done via a script
2348
2349 * An option to 'Never send Return Receipts' has been added to the
2350   'Other' page of the preferences.
2351
2352 * The Custom Header dialogue in Account Preferences now has a 'From
2353   file...' button, which enables a Face or X-Face header to be set by
2354   selecting a file 
2355
2356 * libgnomeprint support : A font for printing can be specified in
2357   '/Display/Fonts'
2358
2359 * Add Help buttons to some dialogues, clicking on them will open the
2360   manual at a suitable section in the configured browser
2361
2362 * The option 'Add date header' has been removed, a date header is
2363   now always added
2364
2365 * The '/Message/Re-edit' menu item has been removed from the separate
2366   Message View, where it was useless
2367
2368 * Display an Account's Protocol as a label instead of the unusable
2369   combo when editing accounts
2370
2371 * It is now possible to move and copy mails from and to the Drafts
2372   and Queue folders
2373
2374 * More non-English Subject prefixes have been added
2375
2376 * The Attachment flag is now set for some inlined attachments
2377
2378 * Faster recursive quicksearch (show current folder's results before
2379   searching sub-folders)
2380
2381 * Faster send on IMAP
2382
2383 * Alert in case of authentication error on imap
2384
2385 * Better error reporting in GPG plugins
2386
2387 * Faster and better MBOX import/export
2388
2389 * Save caches on SIGPIPE (like on Xorg exit)
2390
2391 * Unified Info/Help/Symbols buttons
2392
2393 * Honor display-header-pane setting in separate window too
2394
2395 * Use the user-defined From: in the Return-Path: header when sending
2396
2397 * Grab Save button by default in Save dialog, which allows saving
2398   by hitting Enter
2399
2400 * The online status is checked before resetting mailcheck timer
2401
2402 * Show POP3 connection earlier in statusbar
2403
2404 * Re-read /etc/resolv.conf before connecting to IMAP servers, and
2405   when switching to Online mode
2406
2407 * tools/textviewer.pl has been added, which can be used with the new
2408   option 'Command for Display as Text' in '/Preferences/External
2409   programs'
2410
2411 * The Claws Mail logo has been updated
2412
2413 * 2.3.1
2414 -------
2415
2416   * bug fix release
2417
2418   * Improved error catching in GnuPG plugins
2419
2420   * Always replace \n, \r and \t with spaces in headers
2421
2422   * Fix 'make clean' removing of provided manuals
2423
2424   * Fix setting of PACKAGE_DATA_DIR with newer versions of autoconf,
2425     backwards compatible
2426
2427   * Fix double-ask of "Do you want to mark all as read"
2428
2429   * Fix bug #968 (Rockliffe IMAP server doesn't like SC (server isn't 
2430     RFC-compliant)) - Workaround Rockliffe IMAP server bug
2431
2432   * Fix bug #969 (crash on rebuilding imap folder)
2433
2434   * Fix bug #971 (2.2.3 cannot read mail from local mbox)
2435
2436 * 2.3.0
2437 -------
2438
2439   * Mailing-list support (Subscribe, Unsubscribe, View Archive, etc) 
2440     has been added in the main window's 'Message/Mailing list' menu
2441
2442   * Filtering and processing rules can be disabled with just one click
2443
2444   * The From address is editable in the Compose window
2445
2446   * A menu has been added to the Compose toolbar button to enable
2447     choosing the account to use
2448
2449   * Write-only support of .mh_sequences' Unseen property has been added 
2450     for MH mailboxes, allowing synchronised flags when reading your MH
2451     mailbox with Mutt or other MH-based mail clients
2452
2453   * More feedback is provided to the user when importing MBOX files
2454
2455   * 'k' added as a shortcut for 'colorlabel' in the Extended Quick
2456     Search
2457
2458   * The option to go to the first Marked message when entering a
2459     folder has been added.
2460
2461   * The 'ignore thread' flag is now correctly set on mails threaded by
2462     subject, in addition to standard headers.
2463
2464   * Hidden prefs have been added that allow customization of the
2465     colours used in the Log window (useful for dark GTK+ themes)
2466
2467   * Optimised large folder reading
2468
2469   * Optimised copy/move/deletion/selection
2470
2471   * Optimised 'mark all read' in the current folder
2472
2473   * 'test' filtering rules are processed in the background
2474
2475   * A progressbar for cache updates has been added
2476
2477   * A progressbar for copy/move functions has been added
2478
2479   * More dialogues have been made HIG compliant
2480
2481   * Allow recursive setting of properties for whole mailboxes
2482
2483   * A Face header has been added to the Welcome mail
2484
2485   * The user manual has been updated
2486
2487   * tools/filter_conv_new.pl has been updated for rule 
2488     enabling/disabling
2489
2490 * 2.2.3
2491 -------
2492
2493   * bug fix release
2494
2495   * Fix crash on a very common code path, introduced by a merge error in 
2496     2.2.1
2497
2498 * 2.2.2
2499 -------
2500
2501   * bug fix release
2502
2503   * Fix URI check, which failed to identify fake, phishing URIs if they
2504     began with a space.
2505
2506   * Reply-To and Sender addresses in the message view are now fully
2507     clickable.
2508
2509   * Remove extraneous tab at start of addresses.
2510
2511 * 2.2.1
2512 -------
2513
2514   * bug fix release
2515
2516   * Always obey the "confirm before marking all mails read" option
2517
2518   * Fixed MBOX import/export's behaviour on failure
2519
2520   * Fixed automatic rule creation with List-Post
2521
2522   * Fixed some GTK+ warnings and errors at runtime
2523
2524   * Fixed some compiler warnings
2525
2526   * Fixed double init of the g_thread subsystem
2527
2528   * Fixed saving of parts with names that can't be converted to UTF-8
2529
2530   * Fixed a possible infinite loop when filtering moved and copied some
2531     mails
2532
2533   * Fixed a buffer overflow in Russian locale 
2534
2535   * Fixed a memory leak in expired SSL certificate check
2536
2537   * Fixed bolding of folder names in the folder selector window with
2538     GLib 2.10
2539
2540   * Added an hidden preference, 'ssl_skip_cert_check', to avoid
2541     duplicates of bug #959 - if libetpan is linked against gnutls, there
2542     can be bugs on 64 bits systems. Gnutls fixed them in their 1.2.4 
2543     release.
2544
2545   * The SSL "expired certificate" warning is now presented only once per
2546     session
2547
2548   * Fixed races when reusing the SMTP sessions
2549
2550   * Added the missing timeout on SMTP sessions
2551
2552   * Fixed a few leaks
2553
2554   * Fixed a crash in PGP plugins, which could happen when signing fails
2555     for unknown reasons
2556
2557   * Fixed SpamAssassin plugin, which stayed disabled as long as the
2558     transport wasn't reselected
2559
2560   * Fixed bug #830 (Some unread messages get marked read in IMAP inbox)
2561
2562   * Fixed bug #955 (copying messages between imap folders is extremely
2563     slow)
2564
2565   * Fixed bug #961 (return receipt dialog complains incorrectly about
2566     return-path email adress being different)
2567
2568   * Fixed bug #962 (Manual and/or UI should warn about incompatible
2569     locking causing dataloss)
2570
2571 * 2.2.0
2572 -------
2573
2574   * S/MIME signature verification has been removed from the PGP/MIME
2575     plugin as it is now provided by the S/MIME plugin.
2576
2577   * IMAP users will see significant speed improvements.
2578
2579   * ANONYMOUS auth has been added for IMAP
2580
2581   * In the Compose window all spell-checker options are now available
2582     from the /Spelling/Options menu. 
2583         
2584   * Syntax errors in the extended Quick Search are now indicated by
2585     a pink/red background.
2586
2587   * An encrypt-to-self option has been added to the Account Privacy
2588     options.
2589
2590   * Sysadmins can now provide their users with pre-filled values in
2591     the Setup Wizard. See the manual, '6.6. Deploying Claws Mail',
2592     for details.
2593
2594   * Various GUI improvements have been added.
2595
2596   * A new command line option has been added: --select 'folder[/msg]'
2597     This can be used at startup and causes the specified folder/message
2598     to be selected. 'folder' is a folder id like '#mh/Mailbox/inbox'
2599
2600   * Optional background colouring of quotes has been added. It can be
2601     configured from the Colour Preferences dialogue.
2602     GTK+-2.8.x or newer is required for this feature.
2603
2604   * In the Compose window, multiple quote levels are now coloured in
2605     the same way as the Message View.
2606
2607   * A warning is now displayed on expired SSL certificates and the 
2608     expiration date is shown.
2609
2610   * A hidden option has been added, 'compose_no_markup', this prohibits
2611     the use of bold and italic text in Compose dialogue's account 
2612     selector.
2613
2614   * LDAPS support has been added.
2615
2616   * The user manual has been updated, and French and Polish 
2617     translations are now also included.
2618
2619 * 2.1.1
2620 -------
2621
2622   * bug fix release
2623
2624   * The Preferences config file, ~/.claws-mail/sylpheedrc, is now
2625     stored with UTF-8 encoding
2626
2627 * 2.1.0
2628 -------
2629
2630   * libetpan version 0.45 or newer is now required for IMAP support,
2631     this allows checking for IMAP/SSL certificates.
2632
2633   * Support for the Face header has been added, 
2634     see http://quimby.gnus.org/circus/face/
2635
2636   * In the Templates dialog TAB address completion has been added for
2637     Cc and Bcc fields, in addition to To. 
2638
2639   * An account's signature file, (Account Preferences, Compose tab),
2640     can now been edited in place using the configured text editor.
2641
2642   * An advanced search is now possible in the '/Edit/Search folder' 
2643     dialog.
2644
2645   * '/Edit/Find' has been added to the Compose window for text 
2646     searching.
2647
2648   * A progress bar is now shown in the status bar whilst doing a Quick 
2649     Search.
2650
2651   * A long search can now be cancelled.
2652
2653   * In a Sent mail folder the From column in the message list is now
2654     automatically changed to the To column.
2655
2656   * '/Message/Colour Label' has been added to the main menu, enabling
2657     (unmodifiable) shortcut keys, Ctrl+[0-7].
2658
2659   * The colour labels are now customisable from the 'Display/Colours'
2660     page of the Preferences. It is now possible to choose any colours 
2661     and to give them each a label.
2662
2663   * A Spell Checking option to 'Recheck message when changing 
2664     dictionary' has been added.
2665
2666   * An option to 'Render HTML-only mail with plugin if possible' has
2667     been added to the 'Message View/Text Options' preferences page.
2668
2669   * Headers in the message view and the Custom headers dialog are now
2670     translated if the option 'Translate header names' is activated.
2671
2672   * It is now possible to sort the columns in the Addressbook.
2673
2674   * More drag-n-drop capabilities have been added, from the message
2675     list to other apps, from the mimeview to other apps, from other 
2676     apps to message list, from other apps to folder list, from the 
2677     mimeview to the message and folder lists and the Compose window's
2678     attachments pane.
2679
2680   * "Ignore thread" has beed added as a filtering action.
2681
2682   * The Compose window is now hidden when sending mails via filtering.
2683
2684   * An alphabetical resort is done immediately when a folder's name
2685     is changed.
2686
2687   * Unsubscribing a newsgroup now removes the related folder and
2688     articles from newscache/
2689
2690   * A "Get more..." link has been added to the Plugins window. This
2691     loads http://claws.sylpheed.org/plugins.php in your browser.
2692
2693   * The SpamAssassin plugin is now equipped with a spam learning 
2694     interface, usable by right-clicking a message and choosing
2695     'Mark as Spam' or 'Mark as Ham' in the Mark submenu. It is now also
2696     possible to disable SpamAssasin filtering when receiving mail, so
2697     that the plugin can be used for learning only.
2698
2699   * Remote learning in the SpamAssassin plugin has been added. This 
2700     requires SpamAssassin 3.1.x.
2701
2702   * A new script has been added that integrates a Thunderbird folder 
2703     tree into Claws Mail, tools/tbird2syl.py
2704
2705 * 2.0.0
2706 -------
2707
2708   * libetpan >= 0.41 is now required for IMAP support
2709
2710   * A new and completely rewritten manual has been added.
2711
2712   * An icon legend window has been added to the Help menu
2713
2714   * Attached images can now be printed along with the message when using
2715     the optional libgnomeprintui support.
2716
2717   * '--exit' command-line option has been added.
2718
2719   * '--subscribe' command-line option has been added.
2720     Calling claws-mail --subscribe '%s' will ask the loaded plugins
2721     if they can handle the type of URL passed as a parameter. Thus, if
2722     using the RSSyl or vCalendar plugins, for example, the user will be
2723     able to subscribe RSS feeds or Webcals from the browser.
2724
2725   * claws-mail email@domain.com  is now equivalent to --compose
2726
2727   * claws-mail proto://blah.com is equivalent to --subscribe
2728
2729   * HIG compliant button order has been implemented.
2730
2731   * Several dialogues throughout have been improved.
2732
2733   * Text can now also been displayed next to the icons in the main 
2734     window Toolbar.
2735
2736   * Quick mail retrieval from any account is now possible due to the
2737     account submenu which has been added to the 'Get All' button.
2738
2739   * The spellchecker context menu in the compose window has been added
2740     to the standard GtkTextView menu instead of replacing it.
2741
2742   * The Subject in the compose window title now updates instantaneously.
2743
2744   * The mimetypes list in the compose window attachment pane is now
2745     alphabetically ordered.
2746
2747   * The message view email and URI parsers have been enhanced.
2748
2749   * In Quick Search Extended mode, a '...' button has been added, this 
2750     provides the user with a dialogue enabling the quick formation of 
2751     search criteria.
2752
2753   * When Quick Search is activated, the entry box is given a yellow
2754     background for greater visibility.
2755
2756   * The LDAP search in the address book now supports wildcard searching
2757     using '*'.
2758
2759   * The configuration option 'Go to inbox after receiving new mail' has 
2760     been moved from 'Display/Summaries' to 'Mail handling/Receive'.
2761
2762   * The 'Wrap at send' configuration option has been removed.
2763
2764   * Colour preferences have been moved from '/Message View/Colors' to
2765     '/Display/Colors'.
2766
2767   * The previously hidden option, color_new, has been added to the GUI
2768     as '/Display/Colors/Folder' containing new messages.
2769
2770   * The spamassassin and spamassassin_gtk plugins have been merged into
2771     one single plugin, and this plugin is now built by default if the
2772     requirements are matched.
2773
2774   * The clamav and clamav_gtk plugins have been merged into one single
2775     plugin.
2776
2777   * GnuPG support: Add support for PKA info if available
2778
2779   * The PGP/Inline plugin now supports Content-Type 'application/pgp'.
2780
2781   * A check to verify that plugins are licenced under a GPL-compatible
2782     licence has been added.
2783
2784   * The unmaintained mathml_viewer plugin has been removed.
2785
2786   * Added tools/filter_conv_new.pl.
2787     Converts the new style Sylpheed filter rules (Sylpheed >= 0.9.99)
2788     to Claws filtering rules.
2789
2790 * 1.9.100
2791 ---------
2792
2793   * etpan >= 0.40 is now required for IMAP support
2794     0.40 fixes the SSL connection errors that some users experienced.
2795
2796   * Buffer overflows in the address book 'Import LDIF/ Mutt/Pine file'
2797     functions were fixed.
2798
2799   * GnuPG support:
2800     Signature checking is now non-blocking
2801
2802   * The URLs in the About window are now clickable
2803
2804   * the man page has been updated and renamed 'claws-mail'
2805
2806 * 1.9.99
2807 --------
2808
2809   * The binary is now 'claws-mail' and not 'sylpheed'
2810
2811   * The default config dir is now '~/.claws-mail'. The user will
2812     be prompted to perform an automatic migration of configuration
2813     options to this new directory.
2814
2815   * A new default internal icon theme has been added, based on the
2816     Gnomaws theme.
2817
2818   * Messages are now sorted by Date by default
2819
2820   * GnuPG support:
2821     The noticeview is now shown on the message/rfc822 part in addition
2822     to the text/plain part.
2823     The privacy icon in the noticeview is now clickable and also uses
2824     key C to perform the signature check.
2825     The Trust field has been moved into Full info display.
2826     When trust is less than full, don't display a warning icon.
2827     Visual feedback is provided in the statusbar when checking
2828     signature.
2829     The PGP/MIME signature file is now named 'signature.asc'.
2830     The dialog for entering a passphrase has been improved.
2831
2832   * Local deletion of news posts has been added.
2833
2834   * A file selector has been added for selecting an account's Signature
2835     file
2836
2837   * Many window sizes are now remembered.
2838
2839   * The presense of marked msgs in unexpanded subfolders is now indicated
2840     by the icon of the parent folder.
2841
2842 * QuickSearch:
2843   The message list is reset when the dialog is hidden.
2844   The 'Sticky' option, for keeping the search activated across folders.
2845
2846   * The Subject is now set when forwarding multiple mails.
2847
2848   * When a default Cc or Bcc is used, a check is performed to make sure
2849     the To header has also been set.
2850
2851   * In the filtering dialog a warning dialog is shown if the rule was
2852     not saved.
2853
2854   * The file and directory Browse buttons, ("...") have been improved.
2855
2856   * When double-clicking an attachment the "Open with" dialog is
2857     presented if no command was found for the file type.
2858
2859   * The X-Face has been added to the message view and can be toggled by
2860     '/Configuration/Preferences/Message View/Text options/Display
2861     X-Face in messageview'.
2862
2863   * The message list context menu has been reworked.
2864
2865   * When replying to a mail sent by yourself, Reply excludes your own
2866     address from the list of recipients. 'Reply All' and 'Reply to
2867     sender' still work like before.
2868
2869   * When the Folder Preference 'Default To for replies' the entry in
2870     the Compose window is presented in bold text.
2871
2872   * The About window has been reworked.
2873
2874 * 1.9.15
2875 --------
2876
2877   * etpan >= 0.39 is now required for IMAP support
2878
2879   * LDAP and JPilot support is now built by default if the dependencies
2880     are available.
2881
2882   * ~/.mailcap or /etc/mailcap is now used to open attachments
2883
2884   * middle-click pasting that respects the 'Wrap pasted text' option
2885     has been added
2886
2887   * during composition the user is alerted if the message can't be
2888     drafted
2889
2890   * the description windows are now non-modal
2891
2892   * a 'Clear Log' button has been added to the log window popup menu
2893
2894   * Sender, List-Post and To have been added to the headers that are
2895     checked during automatic Filtering and Processing rules creation
2896
2897   * the current locale's charset is used for display of broken mails
2898     and a hidden option, 'utf8_instead_of_locale_for_broken_mail', has
2899     been added allowing the user to use UTF-8 for broken mails
2900
2901   * GNU/aspell support: if black is chosen as the misspelled word
2902     colour, misspelled words will be underlined.
2903
2904   * the Message View and Compose windows now display the message
2905     subject as the window title.
2906
2907   * libgnomeprint support: currently selected text attachments can be
2908     printed
2909
2910   * drag'n'drop of messages from the Message List to a Compose window's
2911     Attachment pane is now possible
2912
2913   * PGP/MIME plugin: it is now possible to verify S/MIME signatures
2914
2915   * PGP/Core plugin: A "Don't encrypt" button has been added to the key
2916     selection dialog, and the buttons have been reordered.
2917
2918   * the user is warned if the requested Privacy system is not available
2919     when composing a message
2920
2921 * 1.9.14
2922 --------
2923
2924   * The 'Open first unread message when entering a folder' option has
2925     been replaced with 'When entering a folder select...'.
2926     Whether or not the selected message is opened is now exclusively
2927     controlled by the 'Always open message when selected' option.
2928
2929   * Filtering and Processing rules can now be named.
2930
2931   * A new icon for the Trash button has been added.
2932
2933   * The 'Bold font' option has been removed. A displayed bold font is
2934     now derived from the normal font.
2935
2936   * The option 'Display recipient in 'From' column if sender is yourself'
2937     has been removed from the GUI. It still exists as a hidden option.
2938
2939   * Many improvements to the Address book.
2940
2941   * A '/Special paste/' menu item has been added with sub-items 'as
2942     quotation', 'wrapped', and 'unwrapped'.
2943
2944   * Colourisation of quotes, signatures, and URIs has been added to the
2945     Compose window.
2946
2947   * A 'To' column has been added to the message list pane.
2948
2949   * The displayed columns in the folder list are now configurable.
2950
2951   * A hidden option has been added, 'toolbar_detachable', that enables
2952     the removal of the toolbar handles.
2953
2954   * A hidden option has been added, 'statusbar_update_step', that
2955     enables changing the sensitivity of the progress bar stepping.
2956
2957   * Changes to the Fonts options are now applied immediately.
2958
2959   * Subfolders of Drafts, Queue, Sent, and Trash now behave like their
2960     parents.
2961
2962   * An 'Open image' menu item has been added to image popup menu in the
2963     message view.
2964
2965   * Several optimisations and speed-ups have been added throughout.
2966
2967   * The localedir, manualdir, and faqdir are now user-configurable.
2968
2969   * tools/asus_mailled.sh
2970     A new script to blink an ASUS laptop's mail LED when there is
2971     unread mail.
2972
2973   * tools/kdeservicemenu/*
2974     Use Claws Mail icon and the text 'Claws Mail' in the menu,
2975     use kdialog during installation
2976
2977 * 1.9.13
2978 --------
2979
2980   * add GPGME 1.x support.
2981
2982   * A new PGP/Core plugin has been added
2983
2984   * IMAP now uses libEtPan!
2985
2986   * Printing support using libgnomeprint2 and libgnomeprintui2
2987
2988   * The cache/mark files are now platform-independent.
2989
2990   * A plugin dependency system has been added.
2991
2992   * The PGP/Inline plugin has been added to the main package.
2993
2994   * Folders which contain Marked messages are now indicated by a
2995     Folder icon overlaid with a tick
2996
2997   * '/Edit/Quick search' menu item has been added to the main window
2998
2999   * An option to 'Confirm before sending queued messages' has been
3000   added
3001
3002   * The "Copy ..." menu items now copy to both the X and the gtk
3003     clipboards in the Compose window
3004
3005   * The Template and Plugin lists are now sorted alphabetically
3006
3007   * Plugins preferences are now grouped under their own 'Plugins'
3008     heading
3009
3010   * A 'Go to Prev' button has been added to the toolbar
3011
3012   * Keyboard accelerators have been added to many buttons
3013
3014   * The folder selection dialogue now displays folder names with
3015     new/unread counts
3016
3017   * The 'Display cursor in message view' option is now a hidden option,
3018     'textview_cursor_visible'
3019
3020   * Reordering of accounts by drag 'n' drop has been enabled in the
3021     'Edit accounts' dialogue
3022
3023   * New Claws Mail icons have been added, and the default
3024     application icon is now set.
3025
3026   * The SpamAssassin and Clam AntiVirus plugins have been optimised.
3027
3028
3029 * 1.9.12
3030 --------
3031
3032   * improved IMAP support
3033
3034   * Performance increases
3035
3036   * /Message/Delete and /Message/Move to trash
3037         '/Message/Delete' has been renamed '/Message/Move to trash'
3038         and '/Message/Delete' has been added. '/Message/Delete' will
3039         now directly destroy the message, after asking for a
3040         confirmation, instead of moving it to the Trash folder.
3041
3042   * new style configuration options interface.
3043
3044   * PGP MIME plugin
3045         The 'PGP/MIME' plugin has been renamed 'PGP MIME'.
3046
3047   * LDAP bind password is no longer visible onscreen.
3048
3049   * An option to encrypt replies to encrypted messages by default
3050
3051   * Filtering rules can be reordered by drag n drop
3052
3053   * '/Options/Character encoding/...' has been added to the Compose
3054     window
3055
3056   * Hebrew encodings have been added
3057
3058   * The 'Show all headers' option is now sticky.
3059
3060   * Return Receipts can now be sent from any account.
3061
3062   * A clip/signed icon has been added.
3063
3064
3065 * 1.9.11
3066 --------
3067
3068   * bug-fix release which fixes the ASpell Spell Checker
3069     support
3070
3071 * 1.9.9
3072 -------
3073
3074   * Inline image display
3075
3076   * An option to render HTML as text has been added to
3077     /Configuration/Preferences/Common/Message
3078
3079   * An option for a default Queue folder has been added to the
3080     'Advanced' tab of Account Preferences
3081
3082   * Filtering Preferences window size is saved
3083
3084   * Batch sending of mails (per account)
3085
3086   * Support for GBK encoding
3087
3088   * New logo in About window
3089
3090   * tools/acroread2sylpheed.pl
3091         script to send pdfs as attachments from Adobe Reader 7
3092         see tools/README for details
3093
3094
3095 * 1.9.6
3096 -------
3097
3098   Initial GTK2 release
3099
3100   * default config dir is ~/.sylpheed-gtk2
3101
3102 -- 
3103 Copyright 1999-2014 by Hiroyuki Yamamoto and the Claws Mail team.
3104 See accompanying COPYING file for license details.
3105