2007-07-23 [wwp] 2.10.0cvs57
[claws.git] / ChangeLog
index 47b9b019ae6d024bbd49763414339f5b7486c28c..6e841cf7ea0108df19a7d039c9224886b0df85e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,212 @@
+2007-07-23 [wwp]       2.10.0cvs57
+
+       * src/quote_fmt_lex.l
+               Revert accidentaly committed lines (account_sig) in
+               2.10.0cvs56.
+
+2007-07-23 [wwp]       2.10.0cvs56
+
+       * src/quote_fmt_lex.l
+               Fix typos around long form expressions in the quote lexer.
+
+2007-07-23 [colin]     2.10.0cvs55
+
+       * src/addr_compl.c
+               Fix auto-completion on Maemo
+
+2007-07-23 [colin]     2.10.0cvs54
+
+       * src/statusbar.c
+               Maemo: Fix sticking statusbars
+
+2007-07-22 [colin]     2.10.0cvs53
+
+       * src/main.c
+               Maemo: Fix the strange "top_application" info
+               at startup. We should do something when 
+               receiving such a message.
+
+2007-07-20 [paul]      2.10.0cvs52
+
+       * src/news_gtk.c
+               add missing #include "statusbar.h"
+
+2007-07-20 [colin]     2.10.0cvs51
+
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/folderview.c
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/news.c
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/prefs_folder_item.c
+               Implement age-based caching: allow to
+               specify a threshold for the offline synchronisation
+               feature, and whether old cached bodies should 
+               be removed
+       * src/toolbar.c
+       * src/toolbar.h
+               Fix label/tooltips
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Check that Dillo's installed
+
+2007-07-20 [wwp]       2.10.0cvs50
+
+       * src/mimeview.c
+       * src/stock_pixmap.c
+               Draw a frame around the selected mimeview part icon (instead of the
+               shifted 'dancing' icon).
+
+2007-07-20 [colin]     2.10.0cvs49
+
+       * src/main.c
+               Unref stuff even on error
+       * src/wizard.c
+               disconnect signals only at the very
+               end of the wizard save.
+
+2007-07-20 [colin]     2.10.0cvs48
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/toolbar.c
+       * src/toolbar.h
+               Fix random crashes while navigating
+               (GTK_EVENTS_FLUSH)
+
+2007-07-19 [colin]     2.10.0cvs47
+
+       * configure.ac
+       * src/main.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/wizard.c
+       * src/common/defs.h
+       * src/common/utils.c
+               Maemo: add an easy way to store data (mails
+               and IMAP/NNTP caches) on one of the SD cards,
+               and protect against unmounts if needed
+
+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