fix my name
[claws.git] / ChangeLog
index 962eb16e2e32608acaa28e2e3f72406dbf6fe330..cccb77974861967d305b85abb4c142e1a3efc214 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,313 @@
+2006-02-27 [colin]     2.0.0cvs84
+
+       * configure.ac
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_toolbar.c
+       * src/procmsg.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/pixmaps/ham_btn.xpm
+       * src/pixmaps/spam.xpm
+       * src/pixmaps/spam_btn.xpm
+       * src/plugins/spamassassin/spamassassin.c
+               Add button in toolbar for spam learning
+               Fix a few bugs from the last related commit
+               Revert 1.9.6cvs23 which messed up shift-selection
+
+2006-02-24 [colin]     2.0.0cvs83
+
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Unregister learner when spamassassin is either
+               disabled or over tcp
+
+2006-02-24 [colin]     2.0.0cvs82
+
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/icon_legend.c
+       * src/pixmaps/spam.xpm  ** NEW FILE **
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Add spam learning interface (Mark/Mark as 
+               (spam|ham) menus)
+
+2006-02-24 [wwp]       2.0.0cvs81
+
+       * src/compose.c
+       * src/compose.h
+       * src/filtering.c
+               hide compose window when sending message in batch mode
+               (filtering: forward and redirect). Also fixed a wrong
+               value returned when sending failed, neutral anyway.
+               (Colin, me) 
+
+2006-02-24 [wwp]       2.0.0cvs80
+
+       * src/mainwindow.c
+               use GTK+'s stock quit button. Patch by Fabien Vantard.
+
+2006-02-24 [paul]      2.0.0cvs79
+
+       * src/news.c
+       * src/news.h
+       * src/news_gtk.c
+               fix bug 916, 'newsgroup unsubscribe segmentation fault'
+               Thanks to Colin
+
+2006-02-23 [colin]     2.0.0cvs78
+
+       * src/alertpanel.c
+               Change OK to Close in alertpanel with View log
+               button; add accel to View log. Patch by Fabien
+               Vantard
+
+2006-02-23 [wwp]       2.0.0cvs77
+
+       * src/compose.c
+               silly me, there were much more tests to perform, since toolbars can
+               really have down to 1 element only.
+
+2006-02-23 [wwp]       2.0.0cvs76
+
+       * commitHelper
+               fixed indentation from my previous commit. Fallback to VISUAL if
+               EDITOR is not set (and to vi, at last resort).
+
+2006-02-23 [wwp]       2.0.0cvs75
+
+       * commitHelper
+               improved error detection (Colin, me).
+
+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 [colin]     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 [colin]     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
+               yet another one file was missing (fix for some widgets' sensitivity).
+               Thanks Colin!
+
+2006-02-15 [wwp]       2.0.0cvs53
+
+       * src/prefs_gtk.h
+               oops forgot that file (fix for some widgets' sensitivity).
+
+2006-02-15 [wwp]       2.0.0cvs52
+
+       * src/summary_search.c
+               implemented advanced summary search options (added the ability
+               to use matcher conditions in an advanced search mode).
+
+2006-02-15 [wwp]       2.0.0cvs51
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/prefs_account.c
+               fix some widget sensitivity, mostly around some labels in
+               account prefs.
+
+2006-02-15 [paul]      2.0.0cvs50
+
+       * manual/advanced.xml
+               improve Templates info
+               written by wwp
+
+2006-02-14 [colin]     2.0.0cvs49
+
+       * src/pixmaps/address_book.xpm
+       * src/pixmaps/preferences.xpm
+       * src/pixmaps/properties.xpm
+               Fix pixmap size - patch by Fabien Vantard
+
+2006-02-13 [colin]     2.0.0cvs48
+
+       * src/procmime.c
+               Add missing fclose()s on error
+       * src/textview.c
+               Remove unused code
+       * src/common/utils.c
+               Fix temp files not being deleted on windows
+       Patches by Thomas Gilgin
+
+2006-02-13 [colin]     2.0.0cvs47
+
+       * src/mainwindow.c
+               Fix exit crash
+
+2006-02-13 [wwp]       2.0.0cvs46
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               fixed sensitivity of radio widgets in account / GPG-plugin prefs.
+
 2006-02-12 [colin]     2.0.0cvs45
 
        * src/folderview.c
                add Arabic encoding option
                Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
 
-2006-01-31 [cleroy]    2.0.0cvs3
+2006-01-31 [colin]     2.0.0cvs3
 
        * src/plugins/pgpcore/passphrase.c
                Convert passphrase to locale encoding
                updated translations submitted by Stavros Giannouris
                and Ralgh Young
 
-2006-01-27 [cleroy]    1.9.100cvs192
+2006-01-27 [colin]     1.9.100cvs192
 
        * src/summaryview.c
        * src/gtk/gtksourceprintjob.c