2009-06-02 [colin] 3.7.1cvs65
[claws.git] / ChangeLog
index 277ca579b6ee0b1df07376ed37046ea4625f73b2..60b75756a34d26f3b2defa53dfbf45714948cf8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,499 @@
+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
+               Fix previous (thanks to Marcus :)
+
+2009-04-02 [colin]     3.7.1cvs33
+
+       * src/common/utils.h
+       * src/etpan/etpan-thread-manager.c
+               pipe() was a macro from GLib on win32 until
+               glib 2.13.2. It's undefined after that.
+               Thanks to Marcus Brinkmann for the heads-up!
+
+2009-03-31 [colin]     3.7.1cvs32
+
+       * src/folder_item_prefs.c
+               Copy folder settings with prefs
+
+2009-03-31 [colin]     3.7.1cvs31
+
+       * src/prefs_account.c
+               Don't use un-sensitive checkboxes in Privacy tab
+               when privacy system in None (makes unchecking 
+               painful when no privacy plugin is loaded)
+
+2009-03-30 [colin]     3.7.1cvs30
+
+       * src/folder.c
+       * src/folder.h
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/summaryview.c
+       * src/summaryview.h
+               Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
+               Add an option on the Receive page of IMAP account preferences:
+               "Move deleted mails to trash and expunge immediately". This
+               option defaults to TRUE to avoid changing the existing behaviour.
+               Setting it to FALSE prevents automatic expunging. 
+               Also, add Tools/Expunge and View/Hide deleted messages menu items
+               (View/Hide deleted message being a per-folder setting, and behaving,
+               like View/Hide read messages).
+
+2009-03-30 [colin]     3.7.1cvs29
+
+       * src/imap.c
+               Fix Redhat bug 486422, Ubuntu bug 486422: Don't
+               ask for IMAP password when using GSSAPI auth
+
+2009-03-27 [colin]     3.7.1cvs28
+
+       * src/folder.c
+               Fix cvs14, make sure we mark non-existent caches dirty
+               (or they never get written)
+
+2009-03-27 [colin]     3.7.1cvs27
+
+       * src/imap.c
+               Fix tag update when all tags are removed 
+               from another client
+
+2009-03-25 [colin]     3.7.1cvs26
+
+       * configure.ac
+               Fix configure.ac, thanks to Pawel
+
+2009-03-25 [colin]     3.7.1cvs25
+
+       * src/news.c
+       * src/etpan/nntp-thread.c
+               Fix header fetching (NG/To/Cc). Fixes 
+               bug 1883, 'Message processing fails to 
+               act on Newsgroups: field'
+
+2009-03-23 [colin]     3.7.1cvs24
+
+       * src/textview.c
+               Fix internal headers visible in queue/sent
+
+2009-03-23 [colin]     3.7.1cvs23
+
+       * configure.ac
+               Fix check for RC (resource compiler) used
+               on win32 (AC_LIBTOOL_RC used to call it 
+               implicitely but stopped)
+
+2009-03-19 [colin]     3.7.1cvs22
+
+       * src/toolbar.c
+               Put spam button in default toolbar even if
+               bogofilter and spamassassin are not built.
+               Other anti-spam plugin could exist! :)
+       * src/common/utils.c
+               Fix exit status fetch on win32
+
+2009-03-18 [paul]      3.7.1cvs21
+
+       * src/gtk/spell_entry.c
+               fix "[BUG] Wrong word replaced in 'Subject:'
+               when spell-checking correction used"
+               Patch by Pawel Pekala
+
+2009-03-17 [colin]     3.7.1cvs20
+
+       * src/common/utils.c
+               Fix win32 build (from cvs12)
+
+2009-03-17 [colin]     3.7.1cvs19
+
+       * src/compose.c
+               Fix bug 1735, 'Change To: and Newsgroups: 
+               recipient field according account type'
+               Patch by Pawel
+
+2009-03-17 [colin]     3.7.1cvs18
+
+       * src/msgcache.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+       * src/common/prefs.c
+               Add preference for fsyncing metadata
+
+2009-03-16 [paul]      3.7.1cvs17
+
+       * src/prefs_customheader.c
+               add forgotten #if HAVE_LIBCOMPFACE
+
+2009-03-16 [paul]      3.7.1cvs16
+
+       * src/prefs_customheader.c
+               put the (X-)Face preview image below the up/down
+               buttons so they don't jump around.
+               make the list reorderable by drag'n'drop
+
+2009-03-16 [colin]     3.7.1cvs15
+
+       * src/prefs_customheader.c
+               Add a (X-)Face preview. Patch by iwkse.
+
+2009-03-16 [colin]     3.7.1cvs14
+
+       * src/compose.c
+       * src/folder.c
+       * src/folder.h
+       * src/msgcache.c
+       * src/common/prefs.c
+               Add fsync calls to make sure we don't
+               lose data on system crashes. (to do:
+               add a pref to allow people choosing raw
+               speed)
+
+2009-03-15 [colin]     3.7.1cvs13
+
+       * src/gtk/gtkaspell.c
+               Fix empty menu when there are no
+               suggestions (using the Spelling menu)
+
+2009-03-14 [colin]     3.7.1cvs12
+
+       * src/common/utils.c
+               Win32: fix subject prefix length
+
+2009-03-11 [mones]     3.7.1cvs11
+
+       * po/es.po
+               fix encoding declared in header
+               update translation now we're at it
+
+2009-03-10 [colin]     3.7.1cvs10
+
+       * src/messageview.c
+               Fix "wrong mime" message printed out multiple
+               times
+
+2009-03-10 [colin]     3.7.1cvs9
+
+       * src/prefs_folder_item.c
+               Fix build
+
+2009-03-09 [paul]      3.7.1cvs8
+
+       * src/prefs_folder_item.c
+       * src/send_message.c
+               fixes to english text
+
+2009-03-08 [paul]      3.7.1cvs7
+
+       * po/ja.po
+               correct errors in header
+
+2009-03-08 [paul]      3.7.1cvs6
+
+       * AUTHORS
+       * configure.ac
+       * po/ja.po
+       * src/gtk/authors.h
+       * tools/claws.i18n.status.pl
+               add Japanese translation, submitted by kazken3
+
+2009-03-07 [colin]     3.7.1cvs5
+
+       * src/messageview.c
+               Don't let the invalid MIME warning hide
+               other noticeview (Partial receive or 
+               return receipt).
+
+2009-03-07 [colin]     3.7.1cvs4
+
+       * src/procmime.c
+               Fix build
+
+2009-03-07 [colin]     3.7.1cvs3
+
+       * src/messageview.c
+       * src/procmime.c
+       * src/procmime.h
+               Handle mimeparts that lack an end boundary.
+               They're invalid but it's too annoying for
+               normal users to fix.
+
+2009-03-06 [wwp]       3.7.1cvs2
+
+       * src/compose.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_folder_item.c
+               Add per-folder default cc, bcc and reply-to.
+
+2009-03-06 [colin]     3.7.1cvs1
+
+       * src/gedit-print.c
+       * src/gtk/gtksourceprintjob.c
+               Fix build with old print interface
+
+2009-03-06 [paul]      3.7.1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.1 released!
+
+2009-03-06 [paul]      3.7.0cvs78
+
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/sv.po
+       * po/zh_CN.po
+               updated by David Vachulka, Stephan Sachse, Flammie
+               Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
+               Frederico Goncalves Guimaraes, Lars Persson Fink,
+               and Ralph Young
+
+2009-03-03 [colin]     3.7.0cvs77
+
+       * src/prefs_filtering.c
+               Win32: Fix bug 1865, 'IMAP account name changes 
+               are not followed at filter actions'
+
+2009-03-02 [colin]     3.7.0cvs76
+
+       * src/imap.c
+               Fix Launchpad bug 335571: 'claws-mail crashed 
+               with SIGSEGV in strlen() while deleting 
+               large amount of e-mails on IMAP account
+
+2009-02-27 [mones]     3.7.0cvs75
+
+       * manual/es/account.xml
+       * manual/es/ack.xml
+       * manual/es/addrbook.xml
+       * manual/es/advanced.xml
+       * manual/es/claws-mail-manual.xml
+       * manual/es/faq.xml
+       * manual/es/glossary.xml
+       * manual/es/gpl.xml
+       * manual/es/handling.xml
+       * manual/es/intro.xml
+       * manual/es/keyboard.xml
+       * manual/es/plugins.xml
+       * manual/es/starting.xml
+               Sync with English version, fix some typos
+               Changed encoding to UTF-8
+       * po/es.po
+               Update for release, changed encoding to UTF-8
+
 2009-02-24 [colin]     3.7.0cvs74
 
        * src/printing.c