2006-02-09 [paul] 2.0.0cvs37
[claws.git] / ChangeLog
index d9036149a224d1f752869c49cc21ea5d3d240464..a5e1886b9dbfd0cd675e7ab5438632a68a0eabb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,323 @@
+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
+               Italian translation fixes by Andrea Spadaccini (no more confusion
+               between filtering and processing, and few changes in the About
+               dialog).
+
+
+2006-02-06 [mones]     2.0.0cvs18
+
+       * src/gtk/icon_legend.c
+               Improved descriptions allowing better translations
+
+2006-02-05 [colin]     2.0.0cvs17
+
+       * src/imap.c
+               Add the f*cking missing expunge that caused imap_fetch_env
+               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
+
+       * src/common/utils.c
+               Don't check for return-path (or we can't put
+               back non-sent mails)
+
+2006-02-05 [colin]     2.0.0cvs15
+
+       * src/textview.c
+               Don't try to display Face header in textview
+               when teh headerview's active
+
+2006-02-05 [colin]     2.0.0cvs14
+
+       * tools/tbird2syl.py
+       * tools/Makefile.am
+               Add script to import Thunderbird mails
+
+2006-02-05 [colin]     2.0.0cvs13
+
+       * src/headerview.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/textview.c
+               Show Face headers - patch partially by Klaus Flittner
+
+2006-02-05 [colin]     2.0.0cvs12
+
+       * src/folderview.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Let dnd work from mime icons to summaryview
+               and to folderview too
+               Add a crude test to avoid trying to add files
+               drag'n'dropped when they're not mails
+
+2006-02-04 [colin]     2.0.0cvs11
+
+       * src/summaryview.c
+       * src/mimeview.c
+               Fix utf8 conversion
+
+2006-02-04 [colin]     2.0.0cvs10
+
+       * src/compose.c
+       * src/folderview.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Added various drag and drop capas:
+               From                    To
+               summaryview             other apps
+               mimeview icons          other apps
+               other apps              summaryview
+               other apps              folderview
+
+               This shouldn't have broken the existing:
+               From                    To
+               summaryview             folderview
+               folderview              folderview
+               summaryview             compose's attachments
+
+       Tests welcomed.
+
+2006-02-02 [paul]      2.0.0cvs9
+
+       * src/mainwindow.c
+               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/mimeview.c
+               Revert the alertpanel patch, it sucks (intrusive
+               and gets in the way of "open")
+
+2006-02-01 [colin]     2.0.0cvs7
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/common/defs.h
+       * src/common/utils.c
+       * src/common/utils.h
+               Add ability to edit the signature file
+               from the account preferences, and use
+               a default for the text editor.
+               Patch by Fabien Vantard
+
+2006-02-01 [colin]     2.0.0cvs6
+
+       * src/mimeview.c
+               Try to get mime type by extension if it is
+               application/octet-stream
+               Display a window with possible choices when
+               encountering unknown mime types
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+               Add preview
+               Allow multiple selection in filtered filesel
+               (patch by Fabien Vantard)
+       * src/gtk/pluginwindow.c
+               Use it (patch by Fabien Vantard)
+
+2006-02-01 [paul]      2.0.0cvs5
+
+       * src/jpilot.c
+               fix crash on creating jpilot address book
+               Thanks to Colin - FOR_STABLE
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/gtk/icon_legend.c
+       * src/gtk/quicksearch.c
+               string fixes and additions
+
+2006-02-01 [paul]      2.0.0cvs4
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_send.c
+               add Arabic encoding option
+               Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
+
+2006-01-31 [cleroy]    2.0.0cvs3
+
+       * src/plugins/pgpcore/passphrase.c
+               Convert passphrase to locale encoding
+       * src/compose.c
+               Fix drafting on IMAP. Crappy bug sneaked in
+               the release :-/
+       FOR_STABLE
+
+2006-01-30 [paul]      2.0.0cvs2
+
+       * src/gtk/icon_legend.c
+               show the new entries
+
 2006-01-30 [colin]     2.0.0cvs1
 
        * 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)