2006-02-15 [wwp] 2.0.0cvs52
[claws.git] / ChangeLog
index 9123348316f6852d03f11cd4c94d412f578dbced..4d5bdd0f79dddedc499f2abb4ec7980f960bafcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+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
@@ -8,6 +155,7 @@
 
        * src/compose.c
                Don't unblock if not blocked
+       FOR_STABLE
 
 2006-02-07 [colin]     2.0.0cvs29
 
                processing %as{} actions 
        * src/compose.c
                Fix auto-wrap disabling after a middle-click
-               paste
+               paste - FOR_STABLE
 
 2006-02-07 [paul]      2.0.0cvs27
 
                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)