2010-03-02 [mones] 3.7.5cvs30
[claws.git] / ChangeLog
index 5998b61568f02c3cba55c4249a6d68fe2fa8b03e..3860aab2ae122782e8386d79c4734e0136a4a67c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,164 @@
+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
+               Don't make toolbar item description for
+               plugin registered items editable
+
+2010-02-26 [colin]     3.7.5cvs24
+
+       * src/toolbar.c
+               Don't translate empty description
+
+2010-02-22 [colin]     3.7.5cvs23
+
+       * src/compose.c
+               Don't make In-Reply-To visible when reediting
+               a draft or sent mail.
+
+2010-02-20 [colin]     3.7.5cvs22
+
+       * src/imap.c
+       * src/imap.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+       * src/etpan/nntp-thread.c
+       * src/etpan/nntp-thread.h
+               When going offline from NetworkManager, just
+               delete IMAP connections. That'll avoid timeouts
+               when coming back online in certain cases when
+               the TCP socket will have timed out.
+
+2010-02-20 [holger]    3.7.5cvs21
+
+       * .cvsignore
+               More files to ignore
+
+2010-02-17 [ticho]     3.7.5cvs20
+
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/toolbar.c
+               Revert 3.7.5cvs19.
+
+2010-02-16 [ticho]     3.7.5cvs19
+
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/toolbar.c
+               Removed unused argument from summary_open_row().
+
+2010-02-10 [pawel]     3.7.5cvs18
+
+       * src/compose.c
+               - fix headers filtering when prefs_common.trans_hdr is on
+               - fix headers setting when changing composing account 
+               - plug memleak
+       * src/prefs_template.c
+               Re-add template's name for translation
+
+2010-02-10 [colin]     3.7.5cvs17
+
+       * src/prefs_matcher.c
+               Fix bug 2099, 'add List-Id in Configuration>Filtering>
+               Condition>Define>Header>Name combo box'. Patch by
+               Francois Cami
+
+2010-02-10 [colin]     3.7.5cvs16
+
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_send.c
+       * src/procmime.c
+       * src/textview.c
+               Add the GB18030 Chinese charset, which is a superset
+               of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
+
+2010-02-09 [holger]    3.7.5cvs15
+
+       * configure.ac
+               GTK+ 2.10 related cleanup
+
+2010-02-09 [pawel]     3.7.5cvs14
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_template.c
+       * src/quote_fmt.c
+               Respect prefs_common.trans_hdr in couple more places to avoid
+               confusion with translated/non-translated header names
+
+2010-02-09 [colin]     3.7.5cvs13
+
+       * po/POTFILES.in
+               Fix make dist
+
+2010-02-09 [colin]     3.7.5cvs12
+
+       * src/mimeview.c
+               And fix 2.10 build :)
+
 2010-02-09 [colin]     3.7.5cvs11
 
        * configure.ac