2005-04-21 [paul] 1.9.6cvs45
[claws.git] / ChangeLog-gtk2.claws
index ace64d7736725dc521433e2b68fcef9c552ae761..864478152ff6f3e88b80b75a12b911d031579685 100644 (file)
@@ -1,3 +1,29 @@
+2005-04-21 [paul]      1.9.6cvs45
+
+       * ChangeLog-gtk2.claws
+       * src/setup.c
+               correction to sync
+
+2005-04-21 [paul]      1.9.6cvs44
+
+       sync with main:
+
+       * src/setup.c
+       * src/statusbar.c
+       * src/statusbar.h
+               use gtkut_widget_draw_now(). Improved performance
+               of the update of statusbar
+       * src/textview.c
+               textview_smooth_scroll_do(): redraw it after scroll
+               is done (fixed incorrect display when a part of the
+               view is hidden).
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               gtkut_widget_draw_now(): use gdk_window_process_updates()
+               to force update of widgets.
+               Removed gtkut_widget_wait_for_draw() which had a big
+               overhead  because of waiting for all events processed 
+
 2005-04-20 [paul]      1.9.6cvs43
 
        * src/codeconv.c