2007-02-21 [wwp] 2.7.2cvs59
[claws.git] / ChangeLog
index ed0bded9030233d37a5ca66d642de885ee891f1c..6b901a0464407a5ccffa85a60bf095a31a585e9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+2007-02-21 [wwp]       2.7.2cvs59
+
+       * src/summaryview.c
+               Add missing newline to a debug message.
+
+2007-02-20 [colin]     2.7.2cvs58
+
+       * src/Makefile.am
+       * src/mimeview.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/mime_pgpsig.xpm
+               Add icon for application/pgp-signature
+
+2007-02-20 [colin]     2.7.2cvs57
+
+       * src/Makefile.am
+       * src/main.c
+       * src/mimeview.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/mime_calendar.xpm
+       * src/pixmaps/mime_pdf.xpm
+       * src/pixmaps/mime_ps.xpm
+               Add icons for text/calendar, application/pdf
+               and application/postscript
+
+2007-02-20 [colin]     2.7.2cvs56
+
+       * autogen.sh
+       * src/matcher_parser_parse.y
+       * src/matcher_parser_lex.l
+               Fix big memory leak in flex, and
+               require flex 2.5.31
+
+2007-02-20 [wwp]       2.7.2cvs55
+
+       * src/matcher_parser_parse.y
+               Fix a duplicate token definition (thanks to iwkse).
+
+2007-02-20 [wwp]       2.7.2cvs54
+
+       * src/matcher_parser_lex.l
+       * src/quote_fmt_lex.l
+               Use proper flex options instead of direct use of #define,
+               make the flex-generated C lighter.
+
+2007-02-20 [colin]     2.7.2cvs53
+
+       * src/summaryview.c
+               Grab focus in message list after hiding
+               the quicksearch, instead of leaving it
+               "somewhere"
+
+2007-02-19 [colin]     2.7.2cvs52
+
+       * src/folderview.c
+               Fix bug 1033, 'Automatically refresh 
+               message list when new messages arrives'
+               Looks like folderview->opened can sometimes
+               be wrong...
+
+2007-02-19 [paul]      2.7.2cvs51
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/thunderbird-filters-convertor.pl
+               add new script which converts thunderbird filter
+               rules to Claws filter rules
+
+2007-02-18 [paul]      2.7.2cvs50
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               improved GUI interoperability with gpg-agent
+
+2007-02-18 [paul]      2.7.2cvs49
+
+       * src/prefs_account.c
+               Privacy options sensitivity fix
+
+2007-02-17 [colin]     2.7.2cvs48
+
+       * src/messageview.c
+               Reset icon to warning in the noticeview
+
+2007-02-15 [colin]     2.7.2cvs47
+
+       * src/folderview.c
+               Fix a manifestation of bug 1033 (summaryview failing
+               to update for new mails), which happens after editing
+               account preferences or preferences that cause a 
+               folderview reload.
+
+2007-02-15 [colin]     2.7.2cvs46
+
+       * src/addressbook.c
+               Probably fix bug 1123, 'Segmentation 
+               fault while opening address book'. I get
+               g_warnings if the saved paned position is
+               not greater than 0. Also, save position
+               when hiding the addressbook instead of
+               via signal.
+
+2007-02-14 [colin]     2.7.2cvs45
+
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Add an option "Use gpg-agent if available". Fixes
+               annoyances with distro-installed gpg-agent, when
+               no pinentry program is installed, and the user's 
+               at a loss on why "decryption failed". Makes more
+               clear why passphrase isn't saved when gpg-agent is
+               used. Defaults to true, to avoid changing the 
+               current behaviour.
+
+2007-02-14 [wwp]       2.7.2cvs44
+
+       * src/matcher_parser_parse.y
+               Fix missing line number reset (wrong line number might appear
+               when re-loading filtering rules if there's a parser error).
+
 2007-02-13 [colin]     2.7.2cvs43
 
        * src/common/utils.c
        * src/plugins/pgpcore/select-keys.c
                Set wmclass on new windows
 
+2007-02-04 [colin]
+
+       2.8.0-rc1 released
+
 2007-02-04 [colin]     2.7.2cvs20
 
        * src/compose.c