2011-03-31 [paul] 3.7.8cvs69
[claws.git] / ChangeLog
index eca59505b6a1e5ed3c12a9f54ab5368340fd19b3..928444f260c939db3e3aa604d82b6d95e8f6c720 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+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