2010-06-21 [iwkse] 3.7.6cvs10
[claws.git] / ChangeLog
index 45e4a3bde05f2bb1cda47522a38104cf5ee487a4..3e0dd350ca5b02d4f3a21e487d2c3749e387bcda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,333 @@
+2010-06-21 [iwkse]     3.7.6cvs10
+
+       * src/gtk/quicksearch.c
+                       Do not add into quicksearch history
+                       matching rules with bad syntax
+
+2010-05-26 [holger]    3.7.6cvs9
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Add function to select rows given a list of messages,
+               complementary to summary_get_selected_msg_list()
+
+2010-05-22 [mir]       3.7.6cvs8
+
+       * src/ldapctrl.c
+          Fix bug 2208. Encode encrypted password to qouted
+          printable to avoid making invalid XML. Encoding
+          will be activated the first time the password is
+          changed.
+
+2010-05-22 [paul]      3.7.6cvs7
+
+       * manual/advanced.xml
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               after using the compose margin for several days
+               I wanted the old style back - add a new hidden
+               pref 'show_compose_margin' to restore the old
+               behaviour (defaults to FALSE)
+
+2010-05-14 [paul]      3.7.6cvs6
+
+       * src/compose.c
+               add a margin to the compose window text that matches
+               the margin in textview
+
+2010-05-14 [colin]     3.7.6cvs5
+
+       * src/gtk/sslcertwindow.c
+               Fix dangling pointer. Thanks to Michael R!
+
+2010-05-14 [colin]     3.7.6cvs4
+
+       * src/gtk/sslcertwindow.c
+               Fix bug 1993, 'Cannot send mail when SSL certificate is 
+               expired but certificate check is skipped' and maybe
+               bug 2200, 'SSL is not working with POP3'
+
+2010-05-14 [colin]     3.7.6cvs3
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 2205, 'PGPInline: segfault on malformed mails'
+
+2010-05-04 [iwkse]     3.7.6cvs2
+
+       * src/prefs_message.c
+                       Get a generic name as 'Quotation' for
+                       the frame
+
+2010-05-04 [iwkse]     3.7.6cvs1
+
+       * src/prefs_message.c
+       * src/prefs_common.h
+       * src/prefs_common.c
+       * src/textview.c
+                       Fix #2188
+                       Option for collapsing via double-click
+
+2010-05-01 [paul]      3.7.6
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.6 unleashed!
+
+2010-05-01 [paul]      3.7.5cvs55
+
+       * tools/claws.i18n.status.pl
+               add Ukrainian stat
+
+2010-05-01 [paul]      3.7.5cvs54
+
+       * src/gtk/authors.h
+               add YUP, new Ukrainian translator
+
+2010-04-30 [paul]      3.7.5cvs53
+
+       * configure.ac
+       * po/uk.po
+               add Ukrainian translation, submitted by YUP
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/hu.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/pt_PT.po
+       * po/sk.po
+               updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
+               Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
+               Tiago Faria, and Slavko
+
+2010-04-26 [wwp]       3.7.5cvs52
+
+       * po/fr.po
+               Fix capitalization.
+
+2010-04-26 [mones]     3.7.5cvs51
+
+       * po/es.po
+               Updated for release
+
+2010-04-22 [pawel]     3.7.5cvs50
+
+       * src/addressbook.c
+               fix compile warning
+       * src/vcard.c
+               first NULL check pointer, then use it
+
+2010-04-22 [colin]     3.7.5cvs49
+
+       * src/imap.c
+               Fix error message when session isn't established
+       * po/fr.po
+               Update translation and fix a typo in it
+
+2010-04-15 [pawel]     3.7.5cvs48
+
+       * src/prefs_account.c
+               Fix Bug 2144 'When creating an account with IMAP4+SSL,
+                               the port isn't configured properly'
+               When using SSL/TLS tunneling automatically use default
+               ports for encrypted connections: smtps, pop3s, imaps, nntps
+
+2010-04-15 [pawel]     3.7.5cvs47
+
+       * src/action.c
+               Fix crasher in actions using '%f' argument
+               on multiple files with external scripts which
+               don't return any output.
+
+2010-04-14 [colin]     3.7.5cvs46
+
+       * src/mainwindow.c
+               Fix hand cursor after error symbol appears
+
+2010-04-12 [colin]     3.7.5cvs45
+
+       * configure.ac
+               Fix bug 2162, 'configure check for libetpan 
+               fails with libetpan 1.0'
+
+
+2010-04-09 [mones]     3.7.5cvs44
+
+       * manual/de/glossary.xml
+               Fix encoding to match main document's
+               Also fixes make dist with Debian's openjade
+
+2010-03-29 [pawel]     3.7.5cvs43
+
+       * src/matcher_parser.h
+       * src/matcher_parser_parse.y
+       * src/gtk/quicksearch.c
+               Disable matcher warnings when populating quicksearch
+               completion lists on startup
+
+2010-03-27 [colin]     3.7.5cvs42
+
+       * src/gtk/quicksearch.c
+               Fix double-free later in code. Optimize
+               list creation
+
+2010-03-27 [pawel]     3.7.5cvs41
+
+       * src/compose.c
+               Make sure that quote ends with new line char
+
+2010-03-26 [pawel]     3.7.5cvs40
+
+       * src/compose.c
+       * src/compose.h
+       * src/textview.c
+               Fix Bug 1928 Add "reply to this address" pop menu 
+                            on Message View
+               - Set composing account to email one when creating/replying
+                 from NNTP folder by clicking link or choosing option
+                 from popup menu
+               - Factorize code
+
+2010-03-25 [paul]      3.7.5cvs39
+
+       * src/gtk/gtkcmclist.c
+               Fix build with GTK+ 2.20
+
+2010-03-24 [pawel]     3.7.5cvs38
+
+       * src/addr_compl.c
+       * src/compose.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/headerview.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/prefs_account.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/inputdialog.c
+       * src/gtk/spell_entry.c
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
+               Fix build with GTK+ 2.19
+
+2010-03-23 [pawel]     3.7.5cvs37
+
+       * src/mainwindow.c
+       * src/mimeview.c
+               Respect view->show_col_headers option
+       * src/gtk/gtkcmctree.c
+               Fix GtkCmcTree column width calculation when it has
+               auto_resize set and new node is added
+
+2010-03-22 [pawel]     3.7.5cvs36
+
+       * src/grouplistdialog.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               - remember newsgroups list dialog size
+               - respect use_dotted_lines hidden pref
+               - respect use_stripes_everywhere hidden pref
+
+2010-03-21 [pawel]     3.7.5cvs35
+
+       * src/addrgather.c
+               Remove superfluous gtk_widget_show_all()
+       * src/mimeview.c
+               Add forgotten colon
+       * src/common/utils.c
+               Return correct type
+
+2010-03-21 [pawel]     3.7.5cvs34
+
+       * src/main.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Implement separate search phrase completion for
+               normal/extended quicksearch
+
+2010-03-11 [paul]      3.7.5cvs33
+
+       * po/zh_CN.po
+               fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
+               submitted by Yuwei Yu
+
+2010-03-09 [colin]     3.7.5cvs32
+
+       * manual/de/glossary.xml
+               Fix build
+
+2010-03-02 [colin]     3.7.5cvs31
+
+       * manual/de/glossary.xml
+               Sort alphabetically. Done by Volker Ribbert.
+
+2010-03-02 [mones]     3.7.5cvs30
+
+       * README
+               Fix mailing list archives location
+                Remove currently unavailable CVS webview
+
+2010-03-01 [iwkse]     3.7.5cvs29
+
+       * src/common/plugin.c
+                       Other indentation issues
+
+2010-03-01 [iwkse]     3.7.5cvs28
+
+       * src/common/plugin.c
+                       Fix indentation of the previous commit
+
+2010-03-01 [iwkse]     3.7.5cvs27
+
+       * src/common/plugin.h
+       * src/common/plugin.c
+                       Add API for getting a loaded Plugin from the
+                       plugin's name, plugin_get_loaded_by_name (const gchar *name)
+                       Thanks to Colin, Michael
+
+2010-02-27 [colin]     3.7.5cvs26
+
+       * configure.ac
+       * AUTHORS
+       * src/gtk/authors.h
+       * manual/Makefile.am
+       * manual/de/Makefile.am
+       * manual/de/account.xml
+       * manual/de/ack.xml
+       * manual/de/addrbook.xml
+       * manual/de/advanced.xml
+       * manual/de/claws-mail-manual.xml
+       * manual/de/faq.xml
+       * manual/de/glossary.xml
+       * manual/de/gpl.xml
+       * manual/de/handling.xml
+       * manual/de/intro.xml
+       * manual/de/keyboard.xml
+       * manual/de/plugins.xml
+       * manual/de/starting.xml
+       * manual/de/dist/.cvsignore
+       * manual/de/dist/Makefile.am
+       * manual/de/dist/html/.cvsignore
+       * manual/de/dist/html/Makefile.am
+       * manual/de/dist/pdf/.cvsignore
+       * manual/de/dist/pdf/Makefile.am
+       * manual/de/dist/ps/.cvsignore
+       * manual/de/dist/ps/Makefile.am
+       * manual/de/dist/txt/.cvsignore
+       * manual/de/dist/txt/Makefile.am
+               Add the german translation of the manual, done by
+               Volker Ribbert <thoraki@arcor.de>.
+
 2010-02-27 [holger]    3.7.5cvs25
 
        * src/prefs_toolbar.c