2013-02-13 [paul] 3.9.0cvs63
[claws.git] / ChangeLog
index 597634e76f939285290a3a1423c3ad3080410f2e..8e4493499a7433fc0ba142164c012a2ff0b22d5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+2013-02-13 [paul]      3.9.0cvs63
+
+       * src/plugins/fancy/Makefile.am
+               no need for EXTRA_DIST
+
+2013-02-13 [paul]      3.9.0cvs62
+
+       * configure.ac
+       * po/POTFILES.in
+       * src/plugins/Makefile.am
+       * src/plugins/fancy/Makefile.am
+       * src/plugins/fancy/fancy_prefs.c
+       * src/plugins/fancy/fancy_prefs.h
+       * src/plugins/fancy/fancy_viewer.c
+       * src/plugins/fancy/fancy_viewer.h
+               move the Fancy plugin into core
+
+2013-02-11 [paul]      3.9.0cvs61
+
+       * src/mainwindow.c
+               use the Delete key to remove colour label accels (same as everywhere else).
+               complete the change to gtk_accel_map_add_entry() for older/newer GTKs
+
+2013-01-26 [mir]       3.9.0cvs60
+
+       * tools/vcard2xml.py
+       Fixes bugs:
+           1) Lines split over more than one line breaks parser
+           2) Get email addres correct. Not only email;internet
+       Improvements:
+           1) Basic handling of vcard 3.0
+
+
+2013-01-23 [colin]     3.9.0cvs59
+
+       * src/action.c
+       * src/common/utils.c
+               Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
+
+2013-01-23 [colin]     3.9.0cvs58
+
+       * src/imap.c
+               Fix bug #2863, "Applying has_attachment quicksearch
+               on IMAP segfaults".
+
+2013-01-21 [paul]      3.9.0cvs57
+
+       * src/codeconv.h
+       * src/procmime.c
+               fix bug 2862, 'Segmentation fault when replying to a
+               message where the "code conversion" fails'. add support
+               for X-VIET-VPS encoding
+
+2013-01-21 [paul]      3.9.0cvs56
+
+       * src/common/defs.h
+       * src/gtk/about.c
+               promote the users' ml on the About/Info tab
+
+2013-01-09 [paul]      3.9.0cvs55
+
+       * doc/man/claws-mail.1
+       * src/gtk/about.c
+               update copyright year
+
+2013-01-09 [paul]      3.9.0cvs54
+
+       * src/gtk/gtkaspell.c
+               fix sensitivity of 'Use both dictionaries' in compose window
+
+2013-01-09 [mir]       3.9.0cvs53
+
+       * tools/vcard2xml.py
+           Fix missing file encoding info.
+           See -> http://www.python.org/dev/peps/pep-0263/
+
+
+2013-01-08 [mones]     3.9.0cvs52
+
+       * claws-mail.desktop
+               Added Swedish translation by Andreas Rönnquist
+
+2012-12-20 [colin]     3.9.0cvs51
+
+       * src/action.c
+               Fix crash on action error;
+               Fix trimming of leading spaces in actions
+
+2012-12-19 [colin]     3.9.0cvs50
+
+       * src/editldap.c
+       * src/ldapctrl.c
+       * src/ldapserver.c
+               Make LDAP over SSL work on Win32 - but not TLS,
+               unfortunately. Also, it requires the certificate
+               to be trusted.
+
+2012-12-16 [colin]     3.9.0cvs49
+
+       * src/messageview.c
+               Add missing \n at end of the return receipt last part's headers.
+
+2012-12-15 [paul]      3.9.0cvs48
+
+       * src/addrselect.c
+               fix bug 2832, 'mail to from adress-book splitt names'
+
+2012-12-12 [colin]     3.9.0cvs47
+
+       * src/action.c
+               Port to g_spawn API and make actions work better on Win32
+       * src/mainwindow.c
+               Indentation
+
+2012-12-12 [ticho]     3.9.0cvs46
+
+       * src/compose.c
+               Move focus to body textview when subject entry is activated
+               (Enter key pressed) in compose window.
+
+2012-12-10 [mones]     3.9.0cvs45
+
+       * src/addr_compl.c
+               Fix bug #2835 (core part) to allow NULL names which
+               have an address
+
+2012-12-07 [colin]     3.9.0cvs44
+
+       * src/news.c
+               Try to fix strange crash in nntp_ping/session_destroy...
+
+2012-12-06 [mones]     3.9.0cvs43
+
+       * tools/README
+       * tools/gif2xface.pl
+       * tools/outlook2claws-mail.pl
+               Fix address not working since years ago
+
+2012-12-05 [mones]     3.9.0cvs42
+
+       * src/prefs_gtk.c
+               Do not set to NULL string preferences which have "" as
+               default value
+
 2012-12-05 [colin]     3.9.0cvs41
 
        * src/common/ssl.c