Skip to content

Commit

Permalink
3.7.5 unleashed
Browse files Browse the repository at this point in the history
  • Loading branch information
claws committed Jan 31, 2010
1 parent b3dbe9d commit 707dbbf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 63 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2010-01-31 [paul] 3.7.5

* NEWS
* README
* RELEASE_NOTES
3.7.5 released!

2010-01-23 [pawel] 3.7.4cvs10

* src/addressbook.c
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changes of the Claws Mail GTK2 branch

* 3.7.5
-------

* Bug fixes:
o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
encryption'
o bug 2076 'having worked 2 times properly CLAWS ceased to
decrypt incoming PGP mails -displays base64
instead - sucks completely'
o bug 2098, 'claws-mails crashes frequently with pgpcore'
o Address Book: fix button sensitivity in compose mode.

* 3.7.4
-------

Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi

GTK 2 Version
-------------
2010-01-31 3.7.5
2010-01-08 3.7.4
2009-10-09 3.7.3
2009-07-03 3.7.2
Expand Down
71 changes: 10 additions & 61 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,73 +1,22 @@
8th January 2010 Claws Mail 3.7.4
31st January 2010 Claws Mail 3.7.5

CLAWS MAIL RELEASE NOTES
http://www.claws-mail.org

Claws Mail is a GTK+ based, user-friendly, lightweight, and fast
email client.

New in this release:
~~~~~~~~~~~~~~~~~~~~

* Spell checker: Highlight misspelled words when applying template
and 'check while typing' option is on

* Spell checker: Highlight misspelled words in text inserted from
file(s) or pasted to message body when 'check while typing' option
is on

* Improve parsing of List-Post header

* Add new drag type "claws-mail/msg-path-list" for drag'n'drop of a
message selection from the message list into other applications.
This enables other applications to back-link to Claws Mail via a
"claws-mail --select" call after they received a drop.

* Place the cursor in the compose window according to provided input.
If To: is present place cursor in Subject: field and if both To:
and Subject: are present place cursor in body. If body: is present
insert a new line after text and place cursor there.

* QuickSearch: Use all of the available space to view expressions

* Updated English and Spanish user manuals.

* Updated Brazilian Portuguese, Catalan, Czech, Dutch, French,
German, Hungarian, Indonesian, Japanese, Portuguese, Russian, and
Slovak translations.
In this release:
~~~~~~~~~~~~~~~~

* Bug fixes:
o bug 1850, '"Reply All" duplicates "To" user in "CC" if
original email had user in "From" and "CC"
o bug 1867, 'Changing account does not change BCC address'
o bug 1996, 'S/MIME key not selected'
o bug 2028, 'Attempts to connect to all accounts on exit'
o bug 2040, 'numbers in subject entry marked as misspelled'
o bug 2041, 'add autonomical scrolled windows to prefs pages'
o bug 2049, 'some icons not copied?'
o bug 2053, 'Inconsistent application of Coloration of
Message text'
o bug 2055, 'duplicate mailing list reply if List-Post +
Reply-To present'
o bug 2057, 'Claws mail does not keep renamed names of
nntp-subscribed groups'
o bug 2063, 'glib assertion in GRelation use in imap.c'
o bug 2074, 'Remember sending account for sent messages'
o bug 2082, 'Wrong color rectangle position when replacing
"color" processing rule'
o bug 2089, 'URLs ending with an underscore ('_') are not
correctly parsed'
o fix statusbar in GTK+ 2.19.x
o fix crash in some cases when Enchant is enabled but the
spell checker is disabled
o fix leak and unchecked accesses.
o modify cairo clip handling in preview windows, to prevent
print preview windows from being blank with GTK+ 2.18
o fix core dump when attempting to insert a non-existing file
using a mailto: uri
o fix LDIF export
o fix registering as default client on windows 7
o fix win32 build on latest mingw32
o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
encryption'
o bug 2076 'having worked 2 times properly CLAWS ceased to
decrypt incoming PGP mails -displays base64
instead - sucks completely'
o bug 2098, 'claws-mails crashes frequently with pgpcore'
o Address Book: fix button sensitivity in compose mode.

For further details of the numbered bugs listed above consult
http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ PACKAGE=claws-mail
dnl version number
MAJOR_VERSION=3
MINOR_VERSION=7
MICRO_VERSION=4
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=10
EXTRA_VERSION=0
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

Expand Down

0 comments on commit 707dbbf

Please sign in to comment.