2007-09-19 [colin] 3.0.1cvs11
[claws.git] / ChangeLog
index 0698a4179aae31c83abf0694d27fd7e39a090238..1c9c4d48dccdfbd8cf08e0459297ed3b4974e68c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2007-09-19 [colin]     3.0.1cvs11
+
+       * src/common/utils.c
+               Prevent unquoted mime boundaries, by always
+               using a /
+
+2007-09-19 [colin]     3.0.1cvs10
+
+       * src/printing.c
+               Fix drawing area size, fix DPI change that
+               can cause total number of lines to decrease
+
+2007-09-19 [colin]     3.0.1cvs9
+
+       * po/POTFILES.in
+       * src/printing.c
+               Make print preview more efficient and nicer.
+               Patch mostly by Holger Berndt <hb@claws-mail.org>
+
+2007-09-19 [colin]     3.0.1cvs8
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/printing.c
+               Add scrolledwindow, default allocation and
+               size saving to the print preview window.
+
+2007-09-18 [colin]     3.0.1cvs7
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_image_viewer.c
+       * src/printing.c
+               GtkPrintOperation:
+               - add image printing support
+               - add option to print images
+               - add preview widget
+               - add saving of a few Page Setup parameters
+
+2007-09-18 [colin]     3.0.1cvs6
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Guillaume Chazarain
+
+2007-09-18 [colin]     3.0.1cvs5
+
+       * src/common/utils.c
+               Fix bug 1321, 'access before allocation 
+               when scanning for uris'. Patch by 
+               Guillaume Chazarain <guichaz@yahoo.fr>
+
+2007-09-18 [colin]     3.0.1cvs4
+
+       * src/toolbar.c
+               Fix bug 1320, 'Memory leak caused by 
+               gtk_container_get_children'. Patch by
+               Guillaume Chazarain <guichaz@yahoo.fr>
+
+2007-09-18 [colin]     3.0.1cvs3
+
+       * src/printing.c
+       * src/printing.h
+               Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
+
+2007-09-18 [colin]     3.0.1cvs2
+
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+               Use GtkPrintOperation by default on GTK+ >= 2.10
+               Patch by Holger Berndt <hb@claws-mail.org>
+
+2007-09-18 [paul]      3.0.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following stable release
+
+2007-09-16 [colin]     3.0.0cvs18
+
+       * src/folder.c
+               Fix possible memleak
+
+2007-09-16 [colin]     3.0.0cvs17
+
+       * src/folderview.c
+               Fix bug 1311, 'Wrong arrow position 
+               while moving message into folder when 
+               column headers hidden'
+       * src/image_viewer.c
+               Show error in the GUI if image can't
+               be loaded
+       * src/matcher.c
+               Fix spurious output
+       * src/messageview.c
+               Allow setting domain in msgid
+       * src/common/plugin.c
+               Add timing information
+
+2007-09-16 [colin]     3.0.0cvs16
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_template.c
+       * src/common/utils.c
+               Remove Generate Message-ID option. We need
+               this on some IMAP servers.
+
 2007-09-16 [colin]     3.0.0cvs15
 
        * src/prefs_filtering.c