2010-02-10 [pawel] 3.7.5cvs18
[claws.git] / ChangeLog
index 7202c02f9a8c0c74ff0eeef98f8ee226b9cb24d1..bcdb6ca5dc7cfece490dd552e2375b6ce06386d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+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
+               Bump up GTK+ requirement to 2.10
+       * src/Makefile.am
+       * src/compose.c
+       * src/crash.c
+       * src/foldersel.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_actions.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_ext_prog.c
+       * src/prefs_filtering_action.c
+       * src/prefs_fonts.c
+       * src/prefs_image_viewer.c
+       * src/prefs_matcher.c
+       * src/prefs_msg_colors.c
+       * src/prefs_summaries.c
+       * src/prefs_template.c
+       * src/printing.c
+       * src/printing.h
+       * src/quote_fmt.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkutils.c
+       * src/gtk/quicksearch.c
+               Remove all compile-time conditionals depending on
+               GTK+ < 2.10
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/gtk/gtksourceprintjob.c
+       * src/gtk/gtksourceprintjob.h
+               Remove libgnomeprint-based printing system (and
+               command-line-based printing system) as GTK+ 2.10
+               ships with print support.
+
+2010-02-08 [mir]       3.7.5cvs10
+
+       * src/compose.c
+           Avoid displaying Bcc headers in message sent
+           to NNTP servers. Thanks to Henning Mersch.
+
+
+2010-02-08 [pawel]     3.7.5cvs9
+
+       * src/mimeview.c
+               Make tooltips less cryptic
+       * src/gtk/description_window.c
+               Improve window size calculation
+
+2010-02-08 [pawel]     3.7.5cvs8
+
+       * src/compose.c
+       * src/compose.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/gtk/authors.h
+               Fix Bug 2058 "use in-reply-to info passed in mailto: links"
+               Patch by Laurent Bigonville with slight modifications
+
+2010-02-03 [pawel]     3.7.5cvs7
+
+       * m4/.cvsignore
+               Add some libtool files to ignore
+
 2010-02-03 [pawel]     3.7.5cvs6
 
        * src/plugins/trayicon/trayicon.c