2010-09-12 [pawel] 3.7.6cvs35
[claws.git] / ChangeLog
index 500aaaa46ff118da25c59aad67f0b3275ece3040..ff00f14ef9db8a3d080cca6fe281b7efcbbb3991 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2010-09-12 [pawel]     3.7.6cvs35
+
+       * src/compose.c
+               Add forgotten bit to previous commit,
+               select email account when replying to ML
+
+2010-09-12 [pawel]     3.7.6cvs34
+
+       * src/compose.c
+               Fix bug #2247 "nntp reply-to-all broken?"
+               Make reply-to-all and reply-to-ml work as expected in
+               mailing list through NNTP case
+
+2010-09-11 [pawel]     3.7.6cvs33
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/toolbar.c
+               gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
+               fixes build with GTK+ < 2.18
+
+2010-09-10 [pawel]     3.7.6cvs32
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/toolbar.c
+               Make Tab key switch between FolderView, MsgView and
+               SummaryView only, other widgets have/can have their own
+               keybindings anyway
+
+2010-08-25 [colin]     3.7.6cvs31
+
+       * src/procmime.c
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/common/base64.c
+       * src/common/base64.h
+               Fix bug #2245, "base64 decoding fails with line breaks"
+               Patch by Yotam Medini
+
+2010-08-25 [colin]     3.7.6cvs30
+
+       * src/main.c
+               Fix bug #2241, "Empty trash on exit fails on scripted exit"
+
+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