fix file encoding issues
[claws.git] / ChangeLog
index c265462b3448c88503e0fe66c79b3f6cfb607308..fb79ccaa76eb817691c482deb2129066e97d6774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,359 @@
+2009-07-03 [paul]      3.7.1cvs85
+
+       * AUTHORS
+       * configure.ac
+       * po/pt_PT.po
+       * po/sk.po
+       * src/gtk/authors.h
+               added new translations by Tiago Faria and Slavko
+       * po/bg.po
+       * po/cs.po
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/id.po
+       * po/it.po
+       * po/ja.po
+       * po/pt_BR.po
+       * po/ru.po
+               updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
+               Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
+               MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
+               Goncalves Guimaraes, Aleksei Miheev
+
+2009-07-01 [colin]     3.7.1cvs84
+
+       * src/prefs_common.c
+               Fix bug 1940, 'Doesn't open links in 
+               user's default browser'. Turn the preference
+               to TRUE by default; that will only change the
+               behaviour for new users.
+
+2009-06-29 [colin]     3.7.1cvs83
+
+       * src/filtering.c
+       * src/filtering.h
+       * src/prefs_filtering_action.c
+               Fix bug 1935, 'problems with very long filtering actions':
+               Use a dynamic buffer in action to string, and a bigger
+               buffer in string to action
+
+2009-06-29 [colin]     3.7.1cvs82
+
+       * src/matcher_parser_lex.l
+               Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
+
+2009-06-29 [colin]     3.7.1cvs81
+
+       * src/addressbook.c
+               Fix warnings
+       * src/editgroup.c
+               Fix crash (out-of-bounds tree column)
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtksctree.c
+               Prevent using an out-of-bounds tree column
+
+2009-06-29 [colin]     3.7.1cvs80
+
+       * src/ldapupdate.c
+       * src/ldif.c
+               Leak fixes; patch by Pawel Pekala.
+
+2009-06-26 [colin]     3.7.1cvs79
+
+       * src/summaryview.c
+               Sort by msgnum if dates are equal
+
+2009-06-24 [paul]      3.7.1cvs78
+
+       * src/summaryview.c
+               make some (forgotten) strings translatable
+
+2009-06-19 [colin]     3.7.1cvs77
+
+       * src/summaryview.c
+               Fix menu sensitiveness
+
+2009-06-18 [colin]     3.7.1cvs76
+
+       * configure.ac
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+       * src/plugins/pgpmime/mypgpcore.def
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/smime/mypgpcore.def
+       * src/plugins/smime/smime.c
+               Use largefile support (and stop using our old GPGME
+               hack on gpgme_data_seek/rewind)
+               (See 1.9.12cvs44 to 46 - if this breaks things we 
+               should soon know :)
+
+2009-06-13 [colin]     3.7.1cvs75
+
+       * src/gtk/spell_entry.c
+               Fix assertion. We can put a NULL gtkaspell to
+               an entry; it just means it won't be spell-checked.
+
+2009-06-12 [mones]     3.7.1cvs74
+
+       * src/compose.c
+       * src/messageview.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/common/utils.c
+       * src/common/utils.h
+               Added preference to use account address in generated
+               Message-Id. Fixes Debian bug #531052
+
+2009-06-12 [colin]     3.7.1cvs73
+
+       * src/common/ssl.c
+               Better fix, API-compatible with libgnutls13
+
+2009-06-12 [colin]     3.7.1cvs72
+
+       * src/common/ssl.c
+               Use compatibility mode in GnuTLS, and avoid problems with 
+               servers that don't comply 100% with the spec, but still
+               exist.
+
+2009-06-06 [iwkse]     3.7.1cvs71
+
+       * src/compose.c
+               Ops..revert a mix with another patch
+
+2009-06-06 [iwkse]     3.7.1cvs70
+
+       * src/compose.c
+               A better fix for the previous commit's issue
+
+2009-06-06 [iwkse]     3.7.1cvs69
+
+       * src/compose.c
+               Fix shutting down of Claws Mail while a GTK_Return keypress 
+               event is sent to the Attach property window
+
+2009-06-05 [colin]     3.7.1cvs68
+
+       * src/compose.c
+               Fix build on GTK+ 2.6
+
+2009-06-03 [mones]     3.7.1cvs67
+
+       * tools/make.themes.project
+               Oops! fix header, sorry Paul ;-)
+
+2009-06-03 [mones]     3.7.1cvs66
+
+       * tools/make.themes.project
+               Add support for PNG themes and other
+               fixes i don't remember now... :)
+
+2009-06-02 [colin]     3.7.1cvs65
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/quote_fmt.c
+               Fix error messages in templates, and fix their
+               checking
+
+2009-05-22 [colin]     3.7.1cvs64
+
+       * src/compose.c
+               And remove hbox too
+
+2009-05-22 [colin]     3.7.1cvs63
+
+       * src/compose.c
+               Fix phantom button behind entry when
+               changing fields via Tools/Reply mode.
+
+2009-05-22 [colin]     3.7.1cvs62
+
+       * src/compose.c
+               Fix icon size
+
+2009-05-21 [mones]     3.7.1cvs61
+
+       * src/compose.c
+       * src/compose.h
+               Add button to empty header lines with one click
+
+2009-05-21 [paul]      3.7.1cvs60
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+               when quitting from the trayicon, honour
+               prefs_common.clean_on_exit
+
+2009-05-21 [paul]      3.7.1cvs59
+
+       * src/gtk/Makefile.am
+               remove duplicate entry
+               thanks to Charles A Edwards
+
+2009-05-19 [paul]      3.7.1cvs58
+
+       * src/send_message.c
+               clear progressbar in the statusbar on 'Cancel'
+
+2009-05-16 [colin]     3.7.1cvs57
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Fabian
+
+2009-05-16 [colin]     3.7.1cvs56
+
+       * src/msgcache.c
+               Remove msgnum>0 condition for removing messages
+               from caches. There's no such condition on add.
+               Fixes bug 1913, 'Allow to remove phantom 
+               messages from the cache'; patch by Fabian
+               Keil <fk at fabiankeil.de>
+
+2009-05-12 [holger]    3.7.1cvs55
+
+       * src/messageview.c
+       * src/messageview.h
+               Introduce hook after showing of the message view
+
+2009-05-11 [colin]     3.7.1cvs54
+
+       * src/compose.c
+               Fix bug 1872, 'A: Cc: CCi: selector should 
+               default on same as preceding contact'
+
+2009-05-10 [holger]    3.7.1cvs53
+
+       * src/addr_compl.c
+       * src/addr_compl.h
+               Add a hook to make it possible for plugins to
+               modify the address completion list
+
+2009-05-06 [paul]      3.7.1cvs52
+
+       * src/folder.c
+       * src/mimeview.c
+               fix bug 1915, 'Mails signed with smime.p7s
+               display both signed and attachment icon.'
+
+2009-05-05 [colin]     3.7.1cvs51
+
+       * src/common/utils.c
+               Fix patch :)
+
+2009-05-05 [colin]     3.7.1cvs50
+
+       * src/common/utils.c
+               Fix bug 1895, '(imap) cache issues when cache dir is on a 
+               different mountpoint than tempdir'
+
+2009-05-04 [colin]     3.7.1cvs49
+
+       * src/msgcache.c
+               Probably fix bug 1914, 'Crash reading
+               corrupted tags file'
+
+2009-04-26 [paul]      3.7.1cvs48
+
+       * configure.ac
+       * src/gtk/gtkaspell.h
+               fix bug 1904, 'build mechanism looks for
+               'enchant.h' in a wrong place'
+
+2009-04-25 [paul]      3.7.1cvs47
+
+       * src/printing.c
+               gah! fix coding style!
+
+2009-04-25 [paul]      3.7.1cvs46
+
+       * src/printing.c
+       * src/toolbar.c
+               if building with GTK+ >= 2.16 use
+               gtk_orientable_set_orientation() instead of now
+               deprecated gtk_toolbar_set_orientation()
+
+2009-04-24 [colin]     3.7.1cvs45
+
+       * src/compose.c
+               Ask before sending if an attached file has
+               disappeared.
+
+2009-04-19 [paul]      3.7.1cvs44
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/about.c
+               save About window size.
+               patch by Pawel Pekala
+
+2009-04-12 [paul]      3.7.1cvs43
+
+       * tools/csv2addressbook.pl
+               add extra CSV fields that are now appended
+               by thunderbird (version 2.0.0.21)
+
+2009-04-08 [colin]     3.7.1cvs42
+
+       * src/procmime.c
+               fix saving (but not displaying) of UTF-16
+               files
+
+2009-04-08 [colin]     3.7.1cvs41
+
+       * src/gtk/manage_window.c
+               Disable transient windows on win32 - seems to
+               fix most focusing issues
+
+2009-04-05 [colin]     3.7.1cvs40
+
+       * src/procmsg.c
+               Don't ask whether we want to send deleted mails in queue
+               folders; also, don't send deleted mails when flushing
+               queues
+
+2009-04-04 [paul]      3.7.1cvs39
+
+       * AUTHORS
+       * configure.ac
+       * po/id.po
+       * src/gtk/authors.h
+       * tools/claws.i18n.status.pl
+               add new Indonesian translation, by
+               MSulchan Darmawan
+
+2009-04-03 [paul]      3.7.1cvs38
+
+       * AUTHORS
+       * src/gtk/authors.h
+               credit due
+
+2009-04-03 [colin]     3.7.1cvs37
+
+       * src/compose.c
+       * src/textview.c
+               Fix bug 1891, 'Add support for gopher:// links'
+               Patch by Jacob Head <clawsmail at jacob-head.com>
+               Let's go back to the roots! 
+
+2009-04-03 [paul]      3.7.1cvs36
+
+       * m4/Makefile.am
+               complete cvs35
+
+2009-04-03 [paul]      3.7.1cvs35
+
+       * configure.ac
+               add AC_CONFIG_MACRO_DIR([m4])
+               remove CLAWS_ACLOCAL_INCLUDE(m4)
+       * m4/aclocal-include.m4
+               removed this now unneeded file
+
 2009-04-02 [colin]     3.7.1cvs34
 
        * src/common/utils.h