2010-01-17 [pawel] 3.7.4cvs5
[claws.git] / ChangeLog
index d519aa93059b5b993390121b6a2ede3e022619bb..ec5da22044364fe809efab129c6695383cca1680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,432 @@
+2010-01-17 [pawel]     3.7.4cvs5
+
+       * src/gtk/authors.h
+               Fix my lastname
+
+2010-01-16 [colin]     3.7.4cvs4
+
+       * src/plugins/pgpcore/sgpgme.c
+               Probably fix bug 2098, 'claws-mails crashes frequently 
+               with pgpcore'. Fix double-free.
+
+2010-01-16 [holger]    3.7.4cvs3
+
+       * src/prefs_toolbar.h
+               Forgotten header
+
+2010-01-15 [colin]     3.7.4cvs2
+
+       * src/privacy.c
+               Decode mimeinfo before decrypting it. Probably
+               fixes bug 2059 'gpgme >=1.1.8 not compatible 
+               with S/MIME encryption' and bug 2076 'having 
+               worked 2 times properly CLAWS ceased to 
+               decrypt incoming PGP mails -displays base64 
+               instead - sucks completely'
+               Let's hope complete suckage ends here!
+               Thanks to Matthias Drochner.
+
+2010-01-08 [paul]      3.7.4cvs1
+
+       * tools/claws.i18n.status.pl
+               fix typos
+
+2010-01-08 [paul]      3.7.4
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.4 released!
+
+2010-01-08 [paul]      3.7.3cvs57
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/hu.po
+       * po/id.po
+       * po/ja.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/pt_PT.po
+       * po/ru.po
+       * po/sk.po
+               updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
+               Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
+               Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
+               Slavko
+
+2010-01-08 [paul]      3.7.3cvs56
+
+       * src/common/utils.c
+               fix bug 2089, 'URLs ending with an underscore ('_')
+               are not correctly parsed'. thanks to Johan
+
+2010-01-05 [colin]     3.7.3cvs55
+
+       * po/fr.po
+               Update french translation
+
+2010-01-04 [mones]     3.7.3cvs54
+
+       * po/es.po
+               Update Spanish translation
+
+2010-01-04 [mones]     3.7.3cvs53
+
+       * manual/plugins.xml
+               Some format
+       * manual/es/claws-mail-manual.xml
+       * manual/es/intro.xml
+       * manual/es/plugins.xml
+               Synchronise with English version
+
+2010-01-03 [paul]      3.7.3cvs52
+
+       * ChangeLog
+               fix format
+       * src/gtk/authors.h
+               update TEAM_LIST, fix encoding
+
+2010-01-03 [mir]       3.7.3cvs51
+
+       * src/compose.c
+               When composing to a NNTP list TO: will always be preset
+               to the NNTP list unless user has chosen some other default
+               in which case we will handle this the normal way. Therefore
+               mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
+
+2010-01-01 [paul]      3.7.3cvs50
+
+       * src/gtk/about.c
+               bump copyright year whilst it's in mind
+
+2009-12-31 [paul]      3.7.3cvs49
+
+       * manual/claws-mail-manual.xml
+       * manual/intro.xml
+       * manual/plugins.xml
+               fix links so that they make sense in the context of the
+               text version of the manual
+
+2009-12-31 [paul]      3.7.3cvs48
+
+       * manual/intro.xml
+       * manual/plugins.xml
+               updates, improvements, corrections, additions
+
+2009-12-29 [pawel]     3.7.3cvs47
+
+       * src/prefs_filtering_action.c
+               Fix Bug 2082 'Wrong color rectangle position when replacing
+               "color" processing rule'
+
+2009-12-29 [colin]     3.7.3cvs46
+
+       * src/compose.c
+               Fix bug 2074, 'Remember sending account 
+               for sent messages'
+
+2009-12-20 [holger]    3.7.3cvs45
+
+       * src/compose.c
+               Delay CREATED_HOOKLIST invokation until
+               after the modifications to the compose window
+               are done, to allow hooks to further modify the
+               window without getting overridden again
+
+2009-12-20 [holger]    3.7.3cvs44
+
+       * src/prefs_toolbar.h
+               Fix last commit
+
+2009-12-20 [holger]    3.7.3cvs43
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+               Pass window struct to caller
+
+2009-12-20 [holger]    3.7.3cvs42
+
+       * src/compose.c
+       * src/compose.h
+               Add hooklist after creation of a compose window
+
+2009-12-19 [holger]    3.7.3cvs41
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+               Allow plugins to choose to which toolbar they want
+               to add actions (main window, compose window, or message view)
+
+2009-12-19 [paul]      3.7.3cvs40
+
+       * src/statusbar.c
+               fix statusbar in GTK+ 2.19.1
+
+2009-12-10 [pawel]     3.7.3cvs39
+
+       * src/compose.c
+               Better fix for cvs28 regression
+
+2009-12-10 [iwkse]     3.7.3cvs38
+
+       * src/compose.c
+            Fix some indentation
+
+2009-12-10 [iwkse]     3.7.3cvs37
+
+       * src/compose.c
+            Add missing checks for gtkaspell: avoid
+            crashing in some cases when Enchant is 
+            enabled but the spell checker is disabled 
+            in preferences.
+
+2009-12-09 [colin]     3.7.3cvs36
+
+       * src/compose.c
+               Fix leak and unchecked accesses.
+
+2009-12-09 [mir]       3.7.3cvs35
+
+       * src/compose.c
+       Fix Bug 2072 "template at folder properties is not working"
+       introduced in cvs24.
+
+2009-12-08 [pawel]     3.7.3cvs34
+
+       * src/compose.c
+               When 'Reply All' remove current compose address from
+               Cc/Bcc list - fix for regression introduced in cvs28
+
+2009-12-05 [pawel]     3.7.3cvs33
+
+       * src/messageview.c
+               Fix memory management, duh!
+
+2009-12-04 [pawel]     3.7.3cvs32
+
+       * src/messageview.c
+               Use case insensitive comparison in search for
+               duplicate urls
+       * src/uri_opener.c
+               Refresh scrollbars on every window open
+
+2009-12-04 [pawel]     3.7.3cvs31
+
+       * src/compose.c
+               Highlight misspelled words when applying template and
+               check_while_typing option is on
+
+2009-12-03 [pawel]     3.7.3cvs30
+
+       * src/compose.c
+               Highlight misspelled words in text inserted from file(s)
+               or pasted to message body when check_while_typing
+               options is on
+
+2009-12-02 [pawel]     3.7.3cvs29
+
+       * src/compose.c
+               Revert first part of previous commit
+
+2009-12-02 [pawel]     3.7.3cvs28
+
+       * src/compose.c
+               Fix Bug 2055 "duplicate mailing list reply if
+               List-Post + Reply-To present"
+               - Ignore Reply-To if answering to ML
+               - Improve parsing of List-Post header
+
+2009-12-02 [pawel]     3.7.3cvs27
+
+       * src/compose.c
+       * src/compose.h
+               Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
+               email had user in "From" and "CC"
+               Don't allow duplicate addresses in compose window headers
+
+2009-12-02 [mones]     3.7.3cvs26
+
+       * manual/intro.xml
+       * manual/es/intro.xml
+       * manual/fr/intro.xml
+       * manual/it/intro.xml
+       * manual/pl/intro.xml
+               Make URL to point current site
+
+2009-12-01 [holger]    3.7.3cvs25
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Introduce new drag type "claws-mail/msg-path-list" for
+               drag'n'drop of a message selection from the summaryview
+               into other applications. The drag data gets set to the
+               folder-item-id followed by message ids, separated by newlines.
+               This enables other applications to back-link to Claws Mail
+               via a "claws-mail --select" call after they received a drop.
+
+2009-11-30 [mir]       3.7.3cvs24
+
+       * src/compose.c
+           Place cursor in compose window according to provided input
+           If to: is present place cursor in subject field and if both
+           to: and subject: is present place cursor in body. If body: is
+           present insert a new line after text and place cursor there.
+
+2009-11-27 [mones]     3.7.3cvs23
+
+       * src/gtk/quicksearch.c
+               Allow viewing longer expressions if there's space
+
+2009-11-25 [holger]    3.7.3cvs22
+
+       * Makefile.am
+       * src/common/Makefile.am
+       * src/common/utils.c
+       * src/common/utils.h
+               Add a function to query the
+               filepath of the .desktop file
+
+2009-11-25 [colin]     3.7.3cvs21
+
+       * src/imap.c
+               Fix bug 2063, 'glib assertion in GRelation use in 
+               imap.c'
+
+2009-11-24 [pawel]     3.7.3cvs20
+
+       * src/common/utils.c
+               Fix Bug 2053 'Inconsistent application of Coloration 
+               of Message text'
+               Don't allow '<' character between quotation marks
+
+2009-11-21 [holger]    3.7.3cvs19
+
+       * src/printing.c
+               Modify cairo clip handling in preview windows,
+               to prevent print preview windows from being blank
+               with GTK+ 2.18. Follow recommendation of the GTK+
+               documentation (section "Migrating to client side windows")
+               and create a new cairo context for each expose event.
+
+2009-11-19 [pawel]     3.7.3cvs18
+
+       * Makefile.am
+               complete 3.7.3cvs15 so install is DESTDIR safe
+               remove icons with changed names on uninstall
+
+2009-11-18 [pawel]     3.7.3cvs17
+
+       * src/news_gtk.c
+               remove unneeded and code-duplicating function
+
+2009-11-18 [pawel]     3.7.3cvs16
+
+       * src/news_gtk.c
+               Fix Bug 2057 'Claws mail does not keep renamed names
+               of nntp-subscribed groups'
+               Check for already subscribed group using item->path for group
+               comparision as folders item->path != item->name may be truth 
+               since we allowed renaming of newsgroups folders -> 3.5.0cvs11
+
+2009-11-17 [pawel]     3.7.3cvs15
+
+       * Makefile.am
+               Fix Bug 2049 'some icons not copied?'
+               Install additional 64x64 and 128x128 icons
+
+2009-11-17 [holger]    3.7.3cvs14
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+       * src/toolbar.h
+               Allow plugins to register toolbar items
+
+2009-11-11 [pawel]     3.7.3cvs13
+
+       * src/addressbook.c
+       * src/compose.c
+       * src/compose.h
+       * src/filtering.c
+               Fix Bug 1867 Changing account does not change BCC address
+               Set account specific headers when changing account
+               in compose window.
+
+2009-11-07 [colin]     3.7.3cvs12
+
+       * src/gtk/prefswindow.c
+               Fix bug 2041, "add autonomical scrolled windows to prefs pages"
+               Patch by Pawel
+
+2009-11-07 [colin]     3.7.3cvs11
+
+       * src/gtk/spell_entry.c
+               Fix bug 2040, 'numbers in subject entry marked as misspelled'
+               Patch by Pawel Pekala
+
+2009-10-27 [colin]     3.7.3cvs10
+
+       * src/folder.c
+               Fix bug 2028, 'Attempts to connect to all accounts on exit'
+               Don't try to check whether the folder is up-to-date if
+               the folder class doesn't implement set_mtime, as we don't
+               care in this case. This code exists since a long time, but
+               the bug was triggered by more scanning of queue folders 
+               since recently (when we added \Deleted handling).
+
+2009-10-27 [colin]     3.7.3cvs9
+
+       * src/mainwindow.c
+               Try to fix registering as default client
+               on windows 7
+
+2009-10-21 [wwp]       3.7.3cvs8
+
+       * src/common/utils.c
+               Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
+
+2009-10-21 [wwp]       3.7.3cvs7
+
+       * src/common/utils.c
+               Don't core dump when attempting to insert a non-existing
+               file using a mailto: uri (g_error does core dump).
+
+2009-10-20 [colin]     3.7.3cvs6
+
+       * src/common/utils.c
+               Don't g_error on normal warnings...
+
+2009-10-20 [colin]     3.7.3cvs5
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 1996, 'S/MIME key not selected'
+               Check for S/MIME certs too
+
+2009-10-20 [colin]     3.7.3cvs4
+
+       * src/common/w32lib.h
+               Fix win32 build on latest mingw32
+
+2009-10-20 [colin]     3.7.3cvs3
+
+       * src/exportldif.c
+       * src/ldif.c
+       * src/ldif.h
+               Fix LDIF export. Patch by Michael Rasmussen
+
+2009-10-18 [paul]      3.7.3cvs2
+
+       * tools/claws.i18n.status.pl
+               increase the value of $transolddays since we're relasing less
+               often now.
+               rework the en_GB.po hack so that en_GB is always 100% translated
+               and recently updated
+
 2009-10-17 [paul]      3.7.3cvs1
 
        * src/prefs_account.c