2011-04-03 [colin] 3.7.8cvs70
[claws.git] / ChangeLog
index 32b7da47edb15bd16cdd76f460c6b88d1ed32266..065e44eb6b76ead1005e3ae92ce5cdfb237dddd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,307 @@
+2011-04-03 [colin]     3.7.8cvs70
+
+       * src/compose.c
+               Fix bug #2365 again, "Crash when auto-scrolling headers in
+               compose window".
+               Batch-mode compose windows (from filtering actions) shouldn't
+               try to access stuff after flushing events...
+
+2011-03-31 [paul]      3.7.8cvs69
+
+       * INSTALL
+               update as gtk >= 2.10 now required
+               (because I'll never remember to do this later)
+
+2011-03-26 [paul]      3.7.8cvs68
+
+       * src/messageview.c
+               fix separators in Go To menu
+
+2011-03-20 [colin]     3.7.8cvs67
+
+       * configure.ac
+               Drop the *_DISABLE_DEPRECATED. We'll put them back
+               when we'll have time to handle them
+
+2011-03-18 [paul]      3.7.8cvs66
+
+       * src/textview.c
+               make user-facing message more accurate -
+               'Network Log' not 'View Log'
+
+2011-03-17 [wwp]       3.7.8cvs65
+
+       * po/fr.po
+               Fix a typo around plural form, as reported by
+               Yannick Palanque.
+
+2011-03-15 [colin]     3.7.8cvs64
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/main.c
+               Fix bug #2381, "Support for NetworkManager 0.9".
+               Patch by Mikhail Efremov
+
+2011-03-04 [colin]     3.7.8cvs63
+
+       * src/mimeview.c
+       * src/mimeview.h
+               Fix segfault on Windows
+       * src/exporthtml.c
+       * src/common/utils.c
+       * src/common/w32_unistd.c
+       * src/common/w32lib.h
+               Rationalize use of time_r() funcs (pthread do define them)
+
+2011-03-02 [pawel]     3.7.8cvs62
+
+       * src/wizard.c
+               Re-implement widgets aligning, switch from GtkSizeGroup
+               to GtkTable - this should fix disappearing labels
+
+2011-03-01 [pawel]     3.7.8cvs61
+
+       * src/wizard.c
+               Wizard GUI cleanups. Make it look and behave more
+               like account preferences.
+
+2011-02-23 [colin]     3.7.8cvs60
+
+       * src/common/Makefile.am
+               Fix make dist
+
+2011-02-23 [colin]     3.7.8cvs59
+
+       * src/Makefile.am
+       * src/main.c
+       * src/common/Makefile.am
+       * src/common/plugin.c
+       * src/common/valgrind.h
+               Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
+               Use valgrind's own header.
+
+2011-02-22 [colin]     3.7.8cvs58
+
+       * src/prefs_account.c
+               Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
+               signed message" upon new installation. This is disturbing when PGP
+               plugins are loaded by default.
+
+2011-02-16 [paul]      3.7.8cvs57
+
+       * src/*
+               update copyright headers throughout
+
+2011-02-16 [paul]      3.7.8cvs56
+
+       * src/summaryview.c
+               use gettext plural form for "item selected"/"items selected"
+
+2011-02-13 [colin]     3.7.8cvs55
+
+       * src/mimeview.c
+       * src/mimeview.h
+               Fix bug #2361, "Claws crashes after PGP Check in separate
+               msg view". Don't let the cancel thread lie around after
+               the verification ended.
+
+2011-02-13 [paul]      3.7.8cvs54
+
+       * po/lt.po
+               updated by Mindaugas Baranauskas
+
+2011-02-11 [mones]     3.7.8cvs53
+
+       * manual/es/advanced.xml
+               Sync with English manual
+       * src/imap.c
+               Fix remaining mismatched alloc/free from cppcheck
+
+2011-02-10 [pawel]     3.7.8cvs52
+
+       * src/ldapupdate.c
+               Fix memleaks
+
+2011-02-10 [pawel]     3.7.8cvs51
+
+       * src/prefs_toolbar.c
+               - set menus sensitivity in item type combo depending on
+                 availability of actions / plugin hooks
+               - style fixes, spaces instead of tabs mostly
+
+2011-02-10 [paul]      3.7.8cvs50
+
+       * src/prefs_account.c
+               move the 'send acc mail addr in msg-id" option to
+               the send page
+
+2011-02-10 [paul]      3.7.8cvs49
+
+       * src/prefs_account.c
+               move the 'expunge immediately' option to a more
+               suitable page
+
+2011-02-05 [pawel]     3.7.8cvs48
+
+       * manual/advanced.xml
+               Document new hidden pref
+       * src/folder.c
+               Dont treat mimeparts referenced by others as
+               real attachments
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Add ability to hide inline attachments referenced
+               by other mimeparts in MimeView. To enable this
+               feature set show_inline_attachments=0 in your clawsrc
+
+2011-01-25 [colin]     3.7.8cvs47
+
+       * src/matcher.c
+               Fix matcher body parsing: decode mails with our
+               MIME parser. This speeds up body search a bit as
+               binary attachments are not searched anymore, slows
+               down a bit full message searches, but not awfully.
+       * src/summary_search.c
+               Use matcher API to search, in all cases (advanced search or
+               not). Also, fix little logic bugs related to combos history
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/procmime.c
+       * src/procmime.h
+               Remove dead code, export functions needed by matcher.c
+
+2011-01-25 [colin]     3.7.8cvs46
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/common/md5.c
+       * src/common/ssl_certificate.c
+               Fix mismatched alloc/free (thanks to cppcheck)
+
+2011-01-25 [colin]     3.7.8cvs45
+
+       * src/pop.c
+               Fix leak on error path
+
+2011-01-23 [mones]     3.7.8cvs44
+
+       * manual/es/advanced.xml
+               Sync with English manual
+
+2011-01-23 [paul]      3.7.8cvs43
+
+       * src/gtk/about.c
+               it's 2011, update copyright line
+
+2011-01-23 [paul]      3.7.8cvs42
+
+       * manual/advanced.xml
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+               fix bug #2350, 'Make displaying localized date/time in
+               message view optional'.
+               This introduces a new hidden option (why do more?),
+               'msgview_date_format', which defaults to OFF, maintaining
+               the current and expected behaviour.
+
+2011-01-21 [colin]     3.7.8cvs41
+
+       * src/procmime.c
+               Fix bug #2050, Clawsmail sends return receipt every seconds
+               We forgot to close the file when parsing 
+               disposition-notification fields, which made unlinking of the
+               corresponding emails in tempfolder/processing impossible in
+               Windows. Causing them to be re-fetched every time.
+
+2011-01-21 [colin]     3.7.8cvs40
+
+       * claws-mail.desktop
+               Fix again bug #2346: We should have a %u parameter.
+
+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