2011-01-21 [colin] 3.7.8cvs39
[claws.git] / ChangeLog
index caa646523f96474dadb73a8f6ad8e5ca25b348c1..2a26418beb099f37cac6905e6808b04bf7b0a580 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,164 @@
+2011-01-21 [colin]     3.7.8cvs39
+
+       * src/plugins/spamassassin/spamassassin.c
+               Fix sa-learn when offline (its command line parsing is
+               space-dependant). Patch by Wolfgang Lorenz
+
+2011-01-19 [pawel]     3.7.8cvs38
+
+       * claws-mail.desktop
+               Fix Bug 2346 'Please register x-handler-scheme
+                in .desktop file' patch by Laurent Bigonville
+               While I'm here update things to current
+               standards, fix desktop-file-validate warnings/errors
+
+2011-01-18 [colin]     3.7.8cvs37
+
+       * src/common/smtp.c
+               Fix logic on SMTP AUTH: If the selected method isn't
+               available, say so instead of supposing it'll work.
+               Fixes bug #2039, 'SMTP AUTHENTICATION'
+
+2011-01-15 [pawel]     3.7.8cvs36
+
+       * src/prefs_folder_item.c
+               Rework subject regexp simplify gui a bit, this give us better
+               options page layout (window with min width was too short to 
+               show all contents and thigs were unwieldy) and better preview
+               of regexp working/not working
+
+2011-01-14 [pawel]     3.7.8cvs35
+
+       * src/textview.c
+               strncpy2() NULLify strings just fine, no need to be
+               extra "clever"
+
+2011-01-14 [pawel]     3.7.8cvs34
+
+       * src/textview.c
+               Fix Bug #2165 'The date not localized in the message view'
+               Display Date header in messageview in the same way as in
+               summaryview by respecting date format set in preferences.
+
+2011-01-06 [pawel]     3.7.8cvs33
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+               Make quote templates widgets more compact
+
+2011-01-06 [pawel]     3.7.8cvs32
+
+       * src/plugins/trayicon/trayicon.c
+               - fix logic bug which caused icon to be
+                 always set no-mail status on plugin load
+               - force icon hide on plugin_done(), without
+                 it empty space(?!) is left in tray under KDE3 and KDE4
+
+2011-01-06 [colin]     3.7.8cvs31
+
+       * src/addrharvest.c
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/news.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/unmime.c
+       * src/unmime.h
+               Unmime headers differently whether they're addresses or not:
+               It's useless to quote things containing commas if it's in
+               subject, for example. (introduced in 3.7.8cvs26)
+
+2011-01-06 [colin]     3.7.8cvs30
+
+       * src/gtk/gtkaspell.c
+               Complete previous patch
+       * src/messageview.c
+       * src/plugins/pgpinline/pgpinline.c
+               Coding style
+
+2011-01-06 [paul]      3.7.8cvs29
+
+       * AUTHORS
+       * configure.ac
+       * po/lt.po
+       * src/gtk/authors.h
+               add Lithuanian translation (approx. 65% complete)
+               submitted by Mindaugas Baranauskas
+
+2011-01-06 [pawel]     3.7.8cvs28
+
+       * src/export.c
+       * src/import.c
+       * src/messageview.c
+       * src/prefs_actions.c
+       * src/procmime.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/smime/smime.c
+               Fix memory/file descriptors leaks
+
+2011-01-06 [paul]      3.7.8cvs27
+
+       * src/plugins/pgpcore/sgpgme.c
+               fix bug #2322, 'GPG Full info: showing subkey
+               ID instead of primary key fingerprint'
+               Patch by Sébastien Bigaret.
+
+2011-01-03 [colin]     3.7.8cvs26
+
+       * src/unmime.c
+               Better quote-checking when unmim-ing headers
+               that may have comas.
+
+2011-01-03 [colin]     3.7.8cvs25
+
+       * src/unmime.c
+               Fix bug #2299, "Incorrect handling of quoted printable coma
+               in headers". As this is really painful to fix by switching
+               the whole stuff to a list of headers tokens, we workaround
+               the problem by adding quotes around the encoded-word (making
+               it a quoted-string which continuity is already handled).
+
+2011-01-03 [colin]     3.7.8cvs24
+
+       * src/procheader.c
+               Remove dead code
+
+2010-12-23 [colin]     3.7.8cvs23
+
+       * src/compose.c
+               Finish fixing bug #2203: When forwarding (inline) and there
+               are some text/* parts with no name, set them a name and
+               set their disposition to attachment, so that recipients with
+               MUAs preferring HTML parts don't show them by default.
+
+2010-12-22 [paul]      3.7.8cvs22
+
+       * src/compose.h
+               fix missing file in 3.7.8cvs20
+
+2010-12-22 [colin]     3.7.8cvs21
+
+       * src/folderview.c
+       * src/folderview.h
+               Implement a nicer scroll when drag and dropping
+
+2010-12-22 [colin]     3.7.8cvs20
+
+       * src/compose.c
+               Store charset if available when attaching text/* parts
+               Fixes bug #2203, 'Problems in forwarding multipart/
+               alternative messages with HTML part'
+
+2010-12-22 [colin]     3.7.8cvs19
+
+       * src/textview.c
+               Fix wrong free
+
 2010-12-21 [colin]     3.7.8cvs18
 
        * src/inc.c