[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-452-gd973a3e1d

paul at claws-mail.org paul at claws-mail.org
Sun Apr 3 10:13:06 UTC 2022


The branch, gtk3 has been updated
       via  d973a3e1d8eee4d72864274cb5e85af476ba1334 (commit)
      from  048e9c9d443dc865b1d923e260fc73394b59f66b (commit)

Summary of changes:
 NEWS          | 114 ++++++++++++++++++++++++++++++++++++++++++
 README        |   2 +
 RELEASE_NOTES | 157 ++++++++++++++++++++++++++++++++++++++--------------------
 3 files changed, 218 insertions(+), 55 deletions(-)


- Log -----------------------------------------------------------------
commit d973a3e1d8eee4d72864274cb5e85af476ba1334
Author: paul <paul at claws-mail.org>
Date:   Sun Apr 3 11:13:01 2022 +0100

    updated for release 4.1.0

diff --git a/NEWS b/NEWS
index ad93ad67f..945db7a38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,117 @@
+* 4.1.0 / 3.19.0
+----------------
+
+* Text zooming in the Message View is now possible, using CTRL+mouse
+  wheel up/down, CRTL+touchpad two-fingered vertical swiping, or
+  the Message View's right-click menu.
+
+* GtkColorChooser is now used in the Spell Checking preferences,
+  Colour Label preferences, and the folder Properties pages.
+
+* 'Default From:' has been added to the Compose page of the folder
+  Properties. This allows setting an email address which will
+  override the Account's email address.
+
+* An option has been added to the 'General' page of the folder
+  Properties, 'Skip folder when searching for unread or new
+  messages', so that the folder can be skipped when using Go To
+  next/previous unread/new message.
+
+* 'By Sender' has been added to '/Tools/Create filtering rule/...'
+  and '/Tools/Create processing rule/...'
+
+* The option 'Run processing rules before marking all messages in a
+  folder as read or unread' has been added to
+  '/Configuration/Preferences/Display/Summaries'.
+
+* It is now possible to add a toolbar button to 'Run folder
+  processing rules'.
+
+* The Actions configuration list now has 'Top' and 'Bottom' buttons.
+
+* In '/Tools/List URLs' it is now possible to CTRL+c or right-click
+  a list item and 'Copy URL'; copying multiple selections is also
+  possible.
+  Phishing URLs are now indicated in red by default. This uses the
+  colour defined in the hidden preference, log_error_color.
+
+* The method of handling Tags has been improved.
+
+* When using the separate Message View the Enter key will open the
+  currently selected message in the Message List. So, for example,
+  if you delete the current message, pressing Enter will open the
+  next message without having to leave the separate Message View.
+
+* The quicksearch type-ahead keypress delay is now customizable
+  using a hidden preference ("qs_press_timeout").
+
+* Improvements to the storage of OAuth2 refresh tokens.
+
+* A "View all" button has been added to the Themes preferences page
+  in order to preview all icons of a theme.
+
+* The term 'master passphrase' has been replaced in the UI with
+  'primary passphrase'.
+
+* The label 'SSL/TLS' has been replaced with 'TLS' in the UI.
+
+* chmod 0600 is set on log files, history files, saved parts, etc.
+
+* "Keyword Warner" plugin has been added. This shows a warning when
+  sending or queueing a message and a reference to one or more
+  user-defined keywords are found in the message text.
+
+* Adding a new RSSyl feed or subscribing to a Webcal will
+  automatically suggest using any suitable URI found on the
+  clipboard.
+
+* The user manuals have been updated.
+
+* Updated translations: Brazilian Portuguese, British English,
+  Catalan, Czech, French, Indonesian, Polish, Romanian, Russian,
+  Slovak, Spanish, Turkish.
+
+* bug fixes:
+	o bug 4312, 'litehtml plugin loops (hangup)'
+	o bug 4346, 'Error: Certificate is for invalid2.invalid, but
+		     connection is to imap.gmail.com'
+	o bug 4442, 'vcalendar segfault if in invitation email and
+		     switch to another folder'
+	o bug 4495, 'Improve text strings for OAuth2'
+	o bug 4496, 'Fancy crashes when opening an email'
+	o bug 4511, 'Uses deprecated ghostscript operator'
+	o bug 4513, 'msg window too small in 3 column layout'
+	o bug 4517, 'Thread safety issues in signature checking code'
+	o bug 4524, 'Problems exiting/closing Claws Mail'
+	o bug 4534, 'Address book causing claws to terminate
+		     unexpectedly'
+	o bug 4535, 'Setting msgview_date_format=1 does not work'
+	o bug 4536, 'Tab for address selects second entry'
+	o bug 4556, 'Filesize in kilobytes versus kibibytes'
+	o bug 4577, 'Fancy plugin with GTK3 seems to ignore content
+		     encoding'
+	o when using 'hide_timezone' use UTC when generating
+	  MessageID
+	o non-translation of some button labels
+	o the initial position of the (X-)Face image
+	o return receipts from accounts without a name
+	o folderview pixmaps not being updated after icon theme
+	  change until restart
+	o spell checker underlining when black is chosen
+	o text on various buttons
+	o scrolling in a message's attachments bar (scrolling left or
+	  right were scrolling down).
+	o scrolling not working when GTK smooth scroll is set
+	o scroll to next/prev page in pdf_viewer
+	o build error with -Werror=format-security
+	o invalid crypto engine (gpgme_op_verify failed)
+	o vCalendar tooltip in Day View showed the wrong month.
+	o View Log button
+	o when closing Compose window dialogue requesting choice from
+	  user is not shown and some options are lost in drafted copy
+	o weird logic with the 'Edit filter action' dialog
+	o resource leaks; memory corruption
+
 * 4.0.0 / 3.18.0
 ----------------
 
diff --git a/README b/README
index 184fc486a..ba4c26ea5 100644
--- a/README
+++ b/README
@@ -594,10 +594,12 @@ https://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
 
 GTK 3 Version
 -------------
+2022-04-03	4.1.0
 2021-07-10	4.0.0
 
 GTK 2 Version
 -------------
+2022-04-03	3.19.0
 2021-07-10	3.18.0
 2020-10-19	3.17.8
 2020-09-28	3.17.7
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 7b3a1b2b5..b05b172f7 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,77 +1,124 @@
-10th July 2021                                       Claws Mail 4.0.0
+3rd April 2022                                       Claws Mail 4.1.0
 
-                    CLAWS MAIL  RELEASE NOTES
+		    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
 
-Claws Mail is a GTK based, user-friendly, lightweight, and fast
+Claws Mail is a GTK+ based, user-friendly, lightweight, and fast 
 email client.
 
-Notes for this release:
-~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are upgrading from the GTK 2 version of Claws Mail, you will
-need to reload any plugins that you want to use.
-
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Support for the OAuth2 authorisation protocol has been added for
-  IMAP, POP and SMTP using custom, user-generated client IDs.
+* Text zooming in the Message View is now possible, using CTRL+mouse
+  wheel up/down, CRTL+touchpad two-fingered vertical swiping, or
+  the Message View's right-click menu.
+
+* GtkColorChooser is now used in the Spell Checking preferences,
+  Colour Label preferences, and the folder Properties pages.
+
+* 'Default From:' has been added to the Compose page of the folder
+  Properties. This allows setting an email address which will
+  override the Account's email address.
+
+* An option has been added to the 'General' page of the folder
+  Properties, 'Skip folder when searching for unread or new
+  messages', so that the folder can be skipped when using Go To
+  next/previous unread/new message.
+
+* 'By Sender' has been added to '/Tools/Create filtering rule/...'
+  and '/Tools/Create processing rule/...'
+
+* The option 'Run processing rules before marking all messages in a
+  folder as read or unread' has been added to
+  '/Configuration/Preferences/Display/Summaries'.
+
+* It is now possible to add a toolbar button to 'Run folder
+  processing rules'.
+
+* The Actions configuration list now has 'Top' and 'Bottom' buttons.
+
+* In '/Tools/List URLs' it is now possible to CTRL+c or right-click
+  a list item and 'Copy URL'; copying multiple selections is also
+  possible.
+  Phishing URLs are now indicated in red by default. This uses the
+  colour defined in the hidden preference, log_error_color.
+
+* The method of handling Tags has been improved.
+
+* When using the separate Message View the Enter key will open the
+  currently selected message in the Message List. So, for example,
+  if you delete the current message, pressing Enter will open the
+  next message without having to leave the separate Message View.
+
+* The quicksearch type-ahead keypress delay is now customizable
+  using a hidden preference ("qs_press_timeout").
+
+* Improvements to the storage of OAuth2 refresh tokens.
 
-  OAuth2 preferences are found in the Account Preferences on the
-  Receive page (for POP: Authenticate before POP connection, for
-  IMAP: Authentication method); the Send page (SMTP authentication:
-  Authentication method); and on a dedicated OAuth2 page.
+* A "View all" button has been added to the Themes preferences page
+  in order to preview all icons of a theme.
 
-* The option 'Save (X-)Face in address book if possible' has been
-  added to the /Message View/Text Options preferences page.
-  Previously the (X-)Face would be saved automatically, therefore
-  this option is turned on by default.
+* The term 'master passphrase' has been replaced in the UI with
+  'primary passphrase'.
 
-* The Image Viewer has been reworked. New options have been added to
-  /Message View/Image Viewer: when resizing images, either fit the
-  image width or fit the image height to the available space.
-  Fitting the image height is the default. Regardless of this
-  setting, when displaying images inline they will fit the height.
+* The label 'SSL/TLS' has been replaced with 'TLS' in the UI.
 
-  When displaying an image, left-clicking the image will toggle
-  between full size and reduced size; right-clicking will toggle
-  between fitting the height and fitting the width.
+* chmod 0600 is set on log files, history files, saved parts, etc.
 
-* When re-editing a saved message, it is now possible to use
-  /Options/Remove References.
+* "Keyword Warner" plugin has been added. This shows a warning when
+  sending or queueing a message and a reference to one or more
+  user-defined keywords are found in the message text.
 
-* It is now possible to attempt to retrieve a missing GPG key via
-  WKD.
+* Adding a new RSSyl feed or subscribing to a Webcal will
+  automatically suggest using any suitable URI found on the
+  clipboard.
 
-* The man page has been updated.
+* The user manuals have been updated.
 
 * Updated translations: Brazilian Portuguese, British English,
-  Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
-  Slovak, Spanish, Traditional Chinese, Turkish.
+  Catalan, Czech, French, Indonesian, Polish, Romanian, Russian,
+  Slovak, Spanish, Turkish.
 
 * bug fixes:
-	o bug 2411, 'quicksearch_history content partially written to
-		     stdout'
-	o bug 4326, 'Xft.dpi != 96 messes with text display in
-		     litehtml viewer'
-	o bug 4394, 'folder processing runs on startup even if all
-		     rules are disabled'
-	o bug 4431, 'folder chmod doesn't affect .claws_mark and
-		     .claws_cache files'
-	o bug 4445, 'Draft folder on shared storage does not honour
-		     chmod settings'
-	o bug 4447, '--enable-deprecated and --disable-deprecated
-		     build flags have same effect'
-	o bug 4455, 'Potential memory leak in string_table_new()'
-	o bug 4473, 'segmentation fault opening Libravatar config'
-	o stop WM's X button from causing GPG key fetch attempt
-	o Make fancy respect default font size for messageview
-	o harden link checker before accepting click
-	o non-display of (X-)Face when prefs_common.enable_avatars
-	  is AVATARS_ENABLE_RENDER (2)
-	o debian bug #983778, 'Segfault on selecting empty 'X-Face'
-	  custom header'
+	o bug 4312, 'litehtml plugin loops (hangup)'
+	o bug 4346, 'Error: Certificate is for invalid2.invalid, but
+		     connection is to imap.gmail.com'
+	o bug 4442, 'vcalendar segfault if in invitation email and
+		     switch to another folder'
+	o bug 4495, 'Improve text strings for OAuth2'
+	o bug 4496, 'Fancy crashes when opening an email'
+	o bug 4511, 'Uses deprecated ghostscript operator'
+	o bug 4513, 'msg window too small in 3 column layout'
+	o bug 4517, 'Thread safety issues in signature checking code'
+	o bug 4524, 'Problems exiting/closing Claws Mail'
+	o bug 4534, 'Address book causing claws to terminate
+		     unexpectedly'
+	o bug 4535, 'Setting msgview_date_format=1 does not work'
+	o bug 4536, 'Tab for address selects second entry'
+	o bug 4556, 'Filesize in kilobytes versus kibibytes'
+	o bug 4577, 'Fancy plugin with GTK3 seems to ignore content
+		     encoding'
+	o when using 'hide_timezone' use UTC when generating
+	  MessageID
+	o non-translation of some button labels
+	o the initial position of the (X-)Face image
+	o return receipts from accounts without a name
+	o folderview pixmaps not being updated after icon theme
+	  change until restart
+	o spell checker underlining when black is chosen
+	o text on various buttons
+	o scrolling in a message's attachments bar (scrolling left or
+	  right were scrolling down).
+	o scrolling not working when GTK smooth scroll is set
+	o scroll to next/prev page in pdf_viewer
+	o build error with -Werror=format-security
+	o invalid crypto engine (gpgme_op_verify failed)
+	o vCalendar tooltip in Day View showed the wrong month.
+	o View Log button
+	o when closing Compose window dialogue requesting choice from
+	  user is not shown and some options are lost in drafted copy
+	o weird logic with the 'Edit filter action' dialog
+	o resource leaks; memory corruption
 
 For further details of the numbered bugs and RFEs listed above
 see https://www.claws-mail.org/bug/[BUG NUMBER]

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list