2010-08-23 [pawel] 3.7.6cvs29
[claws.git] / ChangeLog
index 39d3a4bd43a3494457adc14bd9324f65c325ade6..6b3b3e93c472e3f2516b762418b26d5895912cc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+2010-08-23 [pawel]     3.7.6cvs29
+
+       * src/inc.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/toolbar.c
+               Hide progressbar on statusbar when not needed
+
+2010-08-17 [colin]     3.7.6cvs28
+
+       * src/main.c
+               Fix previous patch (our own tmp dir is inside
+               our rc dir)
+
+2010-08-16 [colin]     3.7.6cvs27
+
+       * src/main.c
+               Use temp dir to store logs in Windows. Avoids doing
+               get_rc_dir() early, which prevents set_rc_dir()
+               working correctly.
+
+2010-07-31 [holger]    3.7.6cvs26
+
+       * src/gtk/gtkshruler.c
+               Yet more GdkGC to Cairo porting
+
+2010-07-30 [holger]    3.7.6cvs25
+
+       * src/stock_pixmap.c
+               More GdkGC to Cairo porting
+
+2010-07-30 [holger]    3.7.6cvs24
+
+       * src/gtk/colorlabel.c
+               One GdkGC usage less
+
+2010-07-29 [holger]    3.7.6cvs23
+
+       * src/printing.c
+               Replace some gdk drawing with cairo, as the former
+               is going towards deprecation.
+
+2010-07-25 [colin]     3.7.6cvs22
+
+       * src/common/utils.c
+               And now for a real fix. g_list_remove() doesn't, of
+               course, free the data. But we have to have a solid
+               pointer to it in order to free it ourselves instead
+               of relying on the old freed list pointer.
+               Maybe that's the last patch on the subject now ? :)
+
+2010-07-25 [colin]     3.7.6cvs21
+
+       * src/common/utils.c
+               Remove stupid and extraneous g_free() of elements
+               which have just been freed by g_list_remove(). (see
+               GList documentation). I don't know how it worked before
+
+2010-07-25 [colin]     3.7.6cvs20
+
+       * src/common/utils.c
+               Reverse free/use with more logical and safe
+               use/free. Thanks to Michael Rasmussen !
+
+2010-07-24 [colin]     3.7.6cvs19
+
+       * src/gtk/quicksearch.c
+               Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
+               'freeze when using quick search'
+
+2010-07-11 [iwkse]     3.7.6cvs18
+
+       * src/gtk/quicksearch.c
+               Add SMALL_LAYOUT to quicksearch_relayout
+
+2010-07-10 [iwkse]     3.7.6cvs17
+
+       * src/mainwindow.h
+                       Remove forgotten variable from
+                       the last bugfix #2224
+
+2010-07-10 [colin]     3.7.6cvs16
+
+       * src/mainwindow.c
+       * src/gtk/quicksearch.c
+               Clean fix for bug #2224: don't mess with GTK settings when
+               handling the layout ourselves is enough
+
+2010-07-09 [iwkse]     3.7.6cvs15
+
+       * src/mainwindow.h
+       * src/mainwindow.c
+                       Better fix for Bug #2224
+
+2010-07-09 [iwkse]     3.7.6cvs14
+
+       * src/mainwindow.c
+                       Bug #2224
+                       Always use stock icons on buttons
+
+2010-07-08 [colin]     3.7.6cvs13
+
+       * src/gtk/filesel.c
+               Fix bug 2223, 'Compilation fails with GTK+
+               2.21.3'. Thanks to Jan Psota !
+
+2010-06-29 [pawel]     3.7.6cvs12
+
+       * src/compose.c
+               Revert 3.7.5cvs41, it breaks templates that use %X
+
+2010-06-23 [wwp]       3.7.6cvs11
+
+       * src/gtk/colorlabel.c
+               Silent up a warning by avoiding possible confusion
+               in logical expression evaluation, thanks to TuxCM.
+
+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