2010-09-10 [pawel] 3.7.6cvs32
[claws.git] / ChangeLog
index b3e90ddd4811337638afec3cef9cf9642e2a27c3..286db6a06137ebaab864aa913ccacd5b8e9f08b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+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
+               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