2006-02-23 [wwp] 2.0.0cvs74
[claws.git] / ChangeLog
index a961d3fa581c78359fb2128ff301f79128e71906..c60db04e410aa01aa507b5c9a3f2b7e59d98b97b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,157 @@
+2006-02-23 [wwp]       2.0.0cvs74
+
+       * src/prefs_toolbar.c
+               simplify and fix prefs/toolbars layouting. Combos' contents can
+               now be really displayed.
+
+2006-02-23 [wwp]       2.0.0cvs73
+       simplifies and fix prefs/toolbars layouting. Combos' contents can now
+       be really displayed.
+
+2006-02-22 [wwp]       2.0.0cvs72
+
+       * src/compose.c
+               fix a typo in my previous commit (sorry!).
+
+2006-02-22 [wwp]       2.0.0cvs71
+
+       * src/prefs_toolbar.c
+               fix a crash when adding separators to toolbars,
+               also fix some separator item information.
+
+2006-02-22 [wwp]       2.0.0cvs70
+
+       * src/compose.c
+               fix a crash when redirecting (for instance) when compose window's
+               toolbar contents has been customized (when some buttons have been
+               removed in fact).
+
+2006-02-21 [wwp]       2.0.0cvs69
+
+       * src/summaryview.c
+       * src/gtk/pluginwindow.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               fix some compilation warnings (feat. remains of removed code).
+
+2006-02-21 [wwp]       2.0.0cvs68
+
+       * src/gtk/gtkutils.c
+               fix two compilation issues, thanks to Stephan Sachse.
+
+2006-02-20 [colin]     2.0.0cvs67
+
+       * src/mainwindow.c
+               Don't reselect displayed mail on refocus
+               This fixes actions misbehaving 
+
+2006-02-20 [wwp]       2.0.0cvs66
+
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkshruler.c
+               changed more runtime typecast checks.
+
+2006-02-20 [wwp]       2.0.0cvs65
+
+       * src/summary_search.c
+               find all - summaryview refresh issue fixed, thanks to Colin.
+
+2006-02-20 [wwp]       2.0.0cvs64
+
+       * src/gtk/gtkutils.c
+               better runtime typecast checks.
+
+2006-02-20 [wwp]       2.0.0cvs63
+
+       * src/summary_search.c
+               enhancements to the summary search:
+                       - add the ability to stop the running search
+                         (upon ESC-key press, new Stop button or when Clear button is pressed)
+                       - don't search if no criteria (From/To/Subject/Body) is set
+                       - ensure that a busy mouse pointer is always shown when searching,
+                         show it even a bit earlier
+
+2006-02-19 [colin]     2.0.0cvs62
+
+       * src/compose.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               (Future) IMAP speed improvement on sending
+               Will require a libetpan update
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+               Make quicksearch clearable while running.
+
+2006-02-17 [colin]     2.0.0cvs61
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Check for IMAP certificates
+               ** Requires libetpan-0.42-cvs4 
+               ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
+
+2006-02-17 [cleroy]    2.0.0cvs60
+
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+               Add pref to display HTML-only mails with plugin, 
+               if possible (defaulting to FALSE of course).
+
+2006-02-16 [cleroy]    2.0.0cvs59
+
+       * src/main.c
+       * src/common/plugin.c
+       * src/common/plugin.h
+       * src/gtk/pluginwindow.c
+               Keep track of requested (but unloaded) plugins
+               in some error cases.
+
+2006-02-16 [wwp]       2.0.0cvs58
+
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/prefs_spelling.c
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               implemented new optional spellchecker behaviour: re-check message when
+               dictionary got changed (from compose-window/context-menu/Change dictionary).
+
+2006-02-16 [wwp]       2.0.0cvs57
+
+       * src/quote_fmt_parse.y
+               pclose popen'ed pipe.
+
+2006-02-15 [colin]     2.0.0cvs56
+
+       * src/mimeview.c
+       * src/mimeview.h
+               Let MimeViewers know which MimeView they
+               depend of.
+       * src/summaryview.c
+               Swap From/To columns in Sent/Queue/Drafts
+               folders
+       * src/etpan/imap-thread.c
+               Use mailstream_low_tls_open() for STARTTLS
+               instead of mailstream_low_ssl_open()
+               ** REQUIRES libetpan 0.42cvs3 **
+
+2006-02-15 [wwp]       2.0.0cvs55
+
+       * src/compose.c
+       * src/compose.h
+       * src/message_search.c
+       * src/message_search.h
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               added the ability to Find text in the compose window (and a bit
+               of code factorization).
+
 2006-02-15 [wwp]       2.0.0cvs54
 
        * src/prefs_gtk.c