2007-07-19 [colin] 2.10.0cvs43
[claws.git] / ChangeLog
index a1395ff51ddb1c45df7897656a80d88e3f73d757..17a65649c753591a241d2f09520c1e80de1c8e5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+2007-07-19 [colin]     2.10.0cvs43
+
+       * src/wizard.c
+               Solve Mail/Mailbox name when specifying
+               full /path/to/Mail.
+
+2007-07-18 [colin]     2.10.0cvs42
+
+       * src/inc.c
+       * configure.ac
+               Fix build on n770
+
+2007-07-18 [colin]     2.10.0cvs41
+
+       * src/inc.c
+               Maemo: plug the online/offline system into
+               maemo's interfaces to have Claws automatically
+               switch according to the system status
+       * src/statusbar.c
+               Maemo: use HildonBanners to display status
+               messages. Renders the main statusbar useless.
+
+2007-07-18 [paul]      2.10.0cvs40
+
+       * src/filtering.c
+               fix screen blanking on moving/copying many msgs
+       * src/folder.c
+               fix processing progressbar and screen blanking
+               during processing
+
+2007-07-18 [paul]      2.10.0cvs39
+
+       * src/messageview.c
+               revert cvs37, breakage on maemo
+
+2007-07-18 [paul]      2.10.0cvs38
+
+       * src/gtk/gtkutils.c
+               make sure we can still build with older GTK's
+
+2007-07-18 [colin]     2.10.0cvs37
+
+       * src/messageview.c
+               Only hide the small layout's messageview, instead
+               of destroying it when closing
+       * src/gtk/gtkutils.c
+               Use gtk_window_present_with_time to popup windows,
+               it seems to make things better with modern WMs
+               (actually focusing)
+
+2007-07-17 [colin]     2.10.0cvs36
+
+       * src/editaddress.c
+               Simplify layout on Maemo
+       * src/folder.c
+               Fix possible crash
+       * src/prefs_display_header.c
+               Remove some headers by default on Maemo
+
+2007-07-17 [paul]      2.10.0cvs35
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_logging.c
+       * src/common/log.c
+               add options to stop/enable writing logs to disc
+
+2007-07-17 [paul]      2.10.0cvs34
+
+       * src/edittags.c
+               fix some issues with the Apply tags window:
+               - set search column (enables autocompl in the treeview)
+               - apply tag from "New tag" if it existed
+               - clears New tag entry when adding it with the button
+               Thanks to Colin
+
+2007-07-17 [paul]      2.10.0cvs33
+
+       * src/edittags.c
+               fix 'apply tags' dialogue weirdness
+
+2007-07-16 [colin]     2.10.0cvs32
+
+       * src/toolbar.c
+               Fix double-loading of mails on Maemo
+
+2007-07-16 [colin]     2.10.0cvs31
+
+       * src/messageview.c
+               Prevent double-loading of the same part under some
+               conditions; hide statusbar on Maemo
+
+2007-07-16 [colin]     2.10.0cvs30
+
+       * src/edittags.c
+       * src/edittags.h
+       * src/mainwindow.c
+       * src/summaryview.c
+               Improve the tag interface - allow
+               to set/unset tags from a special
+               window.
+       * src/gtk/gtkvscrollbutton.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/stock_pixmap.c
+               Fix Mimeview's ugly hacks in the
+               icon list. 
+
+2007-07-16 [paul]      2.10.0cvs29
+
+       * src/wizard.c
+               rework dialog
+       * src/gtk/icon_legend.c
+               put it all in a scrolled window
+
 2007-07-15 [colin]     2.10.0cvs28
 
        * src/mainwindow.c