2007-07-19 [paul] 2.10.0cvs46
[claws.git] / ChangeLog
index e598aef5162f8e51ddb399f5e2a7a493e0cc368e..c8dc0ea7a2e5dbd52fd499d02a31910981b9de29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,188 @@
+2007-07-19 [paul]      2.10.0cvs46
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/gtk/about.c
+       * src/pixmaps/claws-mail_logo-small.xpm
+               implement a (slightly) different About
+               dialog for maemo and add a small version
+               of the logo for it
+       * src/wizard.c
+               use a scrolled window for wizard page 1
+               on maemo
+
+2007-07-19 [paul]      2.10.0cvs45
+
+       * src/Makefile.am
+               too soon for this line
+
+2007-07-19 [paul]      2.10.0cvs44
+
+       * src/Makefile.am
+               fix build on n800
+
+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
+               Maemo: force layout to be Small screen; the
+               others don't make sense
+
+2007-07-14 [colin]     2.10.0cvs27
+
+       * src/mimeview.c
+       * src/gtk/gtkvscrollbutton.c
+               Maemo: Fix mimeview's buttons size
+
+2007-07-14 [colin]     2.10.0cvs26
+
+       * src/toolbar.c
+               Fix the button workaround fix.
+               (Use the correct variable)
+
+2007-07-14 [colin]     2.10.0cvs25
+
+       * src/mainwindow.c
+       * src/toolbar.c
+               Maemo: put the progress bar in the
+               toolbar
+
+2007-07-14 [colin]     2.10.0cvs24
+
+       * src/prefs_common.c
+               Maemo: hide statusbar by default
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/go_folders.xpm
+               Maemo: Add a specific icon to go back to
+               folder list
+
+2007-07-14 [colin]     2.10.0cvs23
+
+       * src/toolbar.c
+               Don't set homogeneous finally
+
+2007-07-14 [colin]     2.10.0cvs22
+
+       * src/toolbar.c
+               Fix button show/hide issues
+
 2007-07-14 [colin]     2.10.0cvs21
 
        * src/toolbar.c