2006-02-22 [wwp] 2.0.0cvs71
[claws.git] / ChangeLog
index 8e4b3792ebfd0b010a5396120d986a24e5ae5f35..4d161860d818f944ab9c4382b708b2f1d72c4f24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,407 @@
+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
+               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 [cleroy]    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
+       * src/main.c
+       * src/mainwindow.c
+               Fix "stuff" when quitting
+
+2006-02-12 [wwp]       2.0.0cvs44
+
+       * src/prefs_themes.c
+               fix typos in debug messages.
+
+2006-02-11 [colin]     2.0.0cvs43
+
+       * src/summaryview.c
+               don't allow drag/drop from ourself
+
+2006-02-10 [wwp]       2.0.0cvs42
+
+       * src/exporthtml.c
+       * src/html.c
+       * src/html.h
+       * src/procmime.c
+       * src/textview.c
+               renamed html_ prefixed functions and data structures to avoid
+               namespace clashes w/ other software (gtkhtml2 for instance).
+               Closes bug #907.
+
+
+2006-02-09 [colin]     2.0.0cvs41
+
+       * src/summaryview.c
+               Fix shitty logic messed up. Thanks Ticho for the hint!
+
+2006-02-09 [wwp]       2.0.0cvs40
+
+       * src/gtk/about.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_gtk.h
+       * src/editaddress.c
+               added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
+               patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
+               Browse buttons in accounts prefs.
+
+2006-02-09 [colin]     2.0.0cvs39
+
+       * src/matcher.c
+               Check for pointer before using its members
+       * src/gtk/gtksourceprintjob.c
+               Fix a wrong warning
+
+2006-02-09 [wwp]       2.0.0cvs38
+
+       * src/gtk/filesel.c
+               fix few compiler warnings (type mismatch).
+
+2006-02-09 [paul]      2.0.0cvs37
+
+       * po/fr.po
+               updated by Fabien Vantard
+
+2006-02-08 [colin]     2.0.0cvs36
+
+       * src/prefs_common.c
+       * src/common/defs.h
+       * src/common/plugin.c
+               allow windows and linux configurations to coexist
+               patch by Thomas Gilgin
+
+2006-02-08 [colin]     2.0.0cvs35
+
+       * src/filtering.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               Add the "Ignore thread" filtering
+               action
+
+2006-02-08 [colin]     2.0.0cvs34
+
+       * src/compose.c
+       * src/procmime.c
+       * src/procmime.h
+               Fix bug #905 (damaged attachment)
+               text files with raw \0's aren't really text files
+       FOR_STABLE
+
+2006-02-08 [colin]     2.0.0cvs33
+
+       * src/summaryview.c
+               Fix crasher introduced yesterday
+
+2006-02-08 [wwp]       2.0.0cvs32
+
+       * src/compose.c
+       * src/compose.h
+               templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
+
+2006-02-08 [wwp]       2.0.0cvs31
+
+       * src/prefs_template.c
+               templates enhancement: allow address completion for Cc and Bcc fields
+               (it was currently possible for the To field only)
+
+2006-02-08 [colin]     2.0.0cvs30
+
+       * src/compose.c
+               Don't unblock if not blocked
+       FOR_STABLE
+
+2006-02-07 [colin]     2.0.0cvs29
+
+       * src/action.c
+               Forgot to refresh summaryview
+
+2006-02-07 [colin]     2.0.0cvs28
+
+       * src/action.c
+               Freeze/thaw message list and folder list while
+               processing %as{} actions 
+       * src/compose.c
+               Fix auto-wrap disabling after a middle-click
+               paste - FOR_STABLE
+
+2006-02-07 [paul]      2.0.0cvs27
+
+       * src/folder.c
+               fix freeing of uninitialised pointers
+               Thanks to Colin
+
+2006-02-06 [colin]     2.0.0cvs26
+
+       * src/folder.c
+               Use g_slist_prepend in potentially big list
+
+2006-02-06 [colin]     2.0.0cvs25
+
+       * src/folder.c
+               Completely skip processing if it doesn't 
+               exist (faster!)
+
+2006-02-06 [colin]     2.0.0cvs24
+
+       * src/folder.c
+       * src/summaryview.c
+               Batch filtering in summaryview (from Tools menu)
+               and pre/post//-processing too
+
+2006-02-06 [colin]     2.0.0cvs23
+
+       * src/procmsg.h
+       * src/filtering.c
+               Use a special field for batch filtering instead
+               of stepping on deferred execution's toes
+
+2006-02-06 [colin]     2.0.0cvs22
+
+       * src/action.c
+       * src/filtering.c
+       * src/filtering.h
+       * src/folder.c
+       * src/summaryview.c
+               Fix filtering via menus and actions
+
+2006-02-06 [colin]     2.0.0cvs21
+
+       * src/imap.c
+               Put the added file directly to cache if possible (will work
+               with next libetpan)
+       * src/filtering.c
+       * src/filtering.h
+       * src/inc.c
+       * src/folder.c
+       * src/mbox.c
+       * src/procmsg.h
+               Move and copy filtered messages by batches instead of one
+               by one - faster on IMAP
+       * src/procmsg.c
+               Add a function that'll possibly be useful later
+
+2006-02-06 [colin]     2.0.0cvs20
+
+       * src/addressbook.c
+               Use internal mime-type instead of text/plain for d'n'd
+       * src/compose.c
+               Allow attaching files from mimeview's icon list via d'n'd
+       * src/folderview.c
+       * src/folderview.h
+               Use internal mime-type instead of text/plain for d'n'd
+               Don't try to selected opened folder if none is
+               Factorize d'n'd from other apps code
+       * src/headerview.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Factorize Face/X-Face stuff
+       * src/mimeview.c
+               Fix d'n'd to other apps
+       * src/prefs_message.c
+               Let the XFace pref be usable without libcompface as it also
+               applies to Face
+       * src/summaryview.c
+               Fix d'n'd to other apps
+               Factorize d'n'd from other apps code
+
 2006-02-06 [wwp]       2.0.0cvs19
 
        * po/it.po
                to fail after an add_msgs ! :-///
        * src/etpan/imap-thread.c
                Add a bit of debug
+       FOR_STABLE
 
 2006-02-05 [colin]     2.0.0cvs16
 
                move global option 'Set displayed columns...' out
                of folder option grouping.
                fix sensitivity of 'harvest addresses'
+       FOR_STABLE
 
 2006-02-01 [colin]     2.0.0cvs8
 
 
        * src/jpilot.c
                fix crash on creating jpilot address book
-               Thanks to Colin
+               Thanks to Colin - FOR_STABLE
        * src/prefs_summaries.c
        * src/prefs_wrapping.c
        * src/gtk/icon_legend.c
        * src/compose.c
                Fix drafting on IMAP. Crappy bug sneaked in
                the release :-/
+       FOR_STABLE
 
 2006-01-30 [paul]      2.0.0cvs2
 
 
        * src/manual.c
                Check for the file to be present before 
-               enabling the menu
+               enabling the menu - FOR_STABLE
        * src/gtk/icon_legend.c
                Add folders icons (not all of them, there
                are too much, but the most intriguing ones)