2007-03-12 [colin] 2.8.1cvs8
[claws.git] / ChangeLog
index 09042fba397003044e6c8390986411c18c3a1373..ef3bd7989a70e852475cdb0f3d4781ccc94ab811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,159 @@
+2007-03-12 [colin]     2.8.1cvs8
+
+       * src/wizard.c
+               Fix bug 1145, 'Setting a different name 
+               for the Mailbox name isn't reflected in 
+               default account settings'. Patch by wwp
+
+2007-03-12 [colin]     2.8.1cvs7
+
+       * src/summaryview.c
+               Fix bug 1143, 'Add number of messages to be 
+               deleted to confirmation dialog'
+
+2007-03-12 [wwp]       2.8.1cvs6
+
+       * src/folderview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+               Changed the option that displays unread messages count
+               next to the folder name in folder list: it is now
+               possible to either display nothing, display the
+               unread messages number only or the unread and total messages
+               numbers. The patch includes this extra feature as well
+               as some minor fixes by rewriting the algo in folderview.c.
+               Thanks to Paul for the original idea and implementation, plus
+               testing and proof-reading!
+
+2007-03-09 [paul]      2.8.1cvs5
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/claws-mail-compose-insert-files.pl
+               added a script which enables inserting files
+               into the message body of a new Claws Mail
+               Compose window from the command line. Additionally
+               To, Cc, Subject and files to attach to the message
+               can be specified.
+
+2007-03-09 [wwp]       2.8.1cvs4
+
+       * src/addr_compl.c
+       * src/addr_compl.h
+       * src/filtering.c
+               Optimize matching of addresses in the addressbook
+               (filtering/processing 'found_in_addressbook' condition).
+
+2007-03-07 [wwp]       2.8.1cvs3
+
+       * src/quote_fmt.c
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Add a new quote format symbol: %A to insert the
+               sender email address (just the address itself).
+
+2007-03-06 [wwp]       2.8.1cvs2
+
+       * src/gtk/gtkutils.c
+       * src/plugins/trayicon/trayicon_prefs.h
+       * src/plugins/trayicon/trayicon_prefs.c
+       * src/plugins/trayicon/trayicon.c
+       * src/mainwindow.h
+       * src/mainwindow.c
+               Add a new trayicon (optional) feature: minimize to tray. When enabled,
+               minimizing Claws-Mail main window will hide it to the trayicon instead.
+
+
+2007-03-06 [paul]      2.8.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump version number following
+               stable release
+
+2007-03-06 [paul]      2.8.0cvs24
+
+       * po/cs.po
+               corrected by by Tim <timbrain@post.cz>
+
+2007-03-05 [colin]     2.8.0cvs23
+
+       * src/Makefile.am
+       * src/procmime.c
+               Fix mime/globs path on NetBSD
+               patch by George Michaelson
+
+2007-03-05 [wwp]       2.8.0cvs22
+
+       * src/addr_compl.c
+               Remove debug statement (accidentally committed w/ cvs14).
+
+2007-03-05 [paul]      2.8.0cvs21
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               fix compiler warning
+
+2007-03-05 [wwp]       2.8.0cvs20
+
+       * src/matcher_parser_parse.y
+               Fix mismerge between cvs17 and cvs19.
+
+2007-03-05 [wwp]       2.8.0cvs19
+
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/filtering.c
+       * src/filtering.h
+               Add new 'add_to_addressbook' filtering/processing action.
+
+2007-03-05 [wwp]       2.8.0cvs18
+
+       * src/filtering.c
+               Fix mark_as_ham filtering/processing action: spam flag
+               was not unset.
+
+2007-03-04 [colin]     2.8.0cvs17
+
+       * src/filtering.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+               Add 'Mark as spam' and 'Mark as ham' filtering
+               actions. Fixes bug 1138.
+
+2007-03-04 [colin]     2.8.0cvs16
+
+       * src/imap.c
+               Fix bug 1140, wrong return value
+               without libetpan
+
+2007-03-04 [wwp]       2.8.0cvs15
+
+       * src/addr_compl.c
+               Rollback cvs14: don't free stuff that is managed in g_list.
+
+2007-03-04 [wwp]       2.8.0cvs14
+
+       * src/addr_compl.c
+               Fix a leak in address completion code.
+
+2007-03-04 [colin]     2.8.0cvs13
+
+       * src/addr_compl.c
+               Maybe fix bug 1136, 'Crash in group 
+               address completion'
+
+2007-03-04 [iwkse]     2.8.0cvs12
+
+       * src/imap.c
+               fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
+
 2007-03-03 [colin]     2.8.0cvs11
 
        * src/plugins/pgpinline/pgpinline.c