2008-02-12 [wwp] 3.3.0cvs8
[claws.git] / ChangeLog
index 6af2aab262fcdb8c858e52a4f0b10220d525423c..75a38f34cd93ec63c4e92fc2340cfdab28c44516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,312 @@
+2008-02-12 [wwp]       3.3.0cvs8
+
+       * src/folder.h
+               Remove duplicate func declaration and restore the one
+               a missing one.
+
+2008-02-12 [wwp]       3.3.0cvs7
+
+       * src/compose.c
+       * src/export.c
+       * src/folder.c
+       * src/folder.h
+       * src/foldersel.c
+       * src/foldersel.h
+       * src/imap_gtk.c
+       * src/import.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mh_gtk.c
+       * src/prefs_account.c
+       * src/prefs_filtering_action.c
+       * src/summaryview.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Allow moving/copying folders to root folders when using
+               the folder selection dialog (it was not possible to
+               maemo users to reparent a subfolder to a root folder
+               at all).
+
+2008-02-12 [fabien]    3.3.0cvs6
+
+       * po/fr.po
+               a few days late for i18n fr update. Sorry.
+
+2008-02-11 [colin]     3.3.0cvs5
+
+       * src/main.c
+               Implement support for future /dev/mem_notify.
+               This Linux kernel feature will allow applications
+               to be notified that memory has to be freed
+               before getting OOM-killed. For more information:
+               http://lwn.net/Articles/267013/
+
+2008-02-10 [paul]      3.3.0cvs4
+
+       * src/Makefile.am
+       * src/mimeview.c
+       * src/prefs_toolbar.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/mime_text_patch.xpm
+               add an icon for attached patches
+
+2008-02-09 [paul]      3.3.0cvs3
+
+       * src/gtk/about.c
+               bump the (c) year
+
+2008-02-09 [wwp]       3.3.0cvs2
+
+       * src/main.c
+               Fix compiling issue w/ non-gcc/C99 compilers (suncc).
+
+2008-02-08 [colin]     3.3.0cvs1
+
+       * src/common/utils.c
+               Forbid attaching anything containing "../" or ".ssh/"
+               from mailto: URI
+
+2008-02-08 [paul]      3.3.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.3.0 released
+
+2008-02-08 [paul]      3.2.0cvs77
+
+       * AUTHORS
+               updated with new translators
+       * configure.ac
+               added he to ALL_LINGUAS
+       * po/cs.po
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/hu.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/zh_CN.po
+               updated by Tim Brain and Petr Vanek, Stephan Sachse,
+               Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
+               Andrea Spadaccini, Frederico Goncalves Guimaraes,
+               and Ralph Young
+       * po/he.po
+               new Hebrew translation by Ofer <oc666@netvision.net.il>
+       * src/gtk/about.c
+               updated with new translators and bumped (c) year
+       * src/gtk/authors.h
+               updated with new translators
+
+2008-02-05 [colin]     3.2.0cvs76
+
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+               Special case text/calendar parts: if there's one in
+               the mail, and a plugin handling text/calendar is
+               loaded, show that part. That'll avoid rendering 
+               meetings as plain text, which just looks broken to
+               many users.
+
+2008-02-04 [colin]     3.2.0cvs75
+
+       * src/mainwindow.c
+               Maemo: Fix LED handling on OS 2008
+
+2008-02-01 [colin]     3.2.0cvs74
+
+       * src/compose.c
+               Possibly fix the annoying and hard-to reproduce bug
+               where lines 
+               are
+               rewrapped
+               like
+               that.
+
+2008-02-01 [paul]      3.2.0cvs73
+
+       * src/common/utils.c
+               fix bug 1502, 'Plus signs are stripped from
+               email addresses when calling from command line'
+               Thanks to Colin
+
+2008-01-31 [colin]     3.2.0cvs72
+
+       * src/exphtmldlg.c
+       * src/mimeview.c
+       * src/summaryview.c
+               Fix building of URIs from filenames
+
+2008-01-31 [wwp]       3.2.0cvs71
+
+       * src/main.c
+               Fixes debug output of compiled-in features list
+               (completes 3.2.0cvs60).
+
+2008-01-31 [colin]     3.2.0cvs70
+
+       * configure.ac
+       * po/POTFILES.in
+       * src/compose.c
+       * src/plugins/Makefile.am
+       * src/plugins/clamav/.cvsignore
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/clamav/README
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/clamav/clamav_plugin_gtk.deps
+               Remove the Clamav plugin from the core
+
+2008-01-28 [wwp]       3.2.0cvs69
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/prefs_template.h
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Fix for bug #1493: count lines (\n chars) according to the way
+               format body is passed (i.e. \-escaped or not).
+
+2008-01-27 [paul]      3.2.0cvs68
+
+       * po/en_GB.po
+               updated
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_item.c
+       * src/prefs_template.c
+       * src/gtk/about.c
+               some minor changes to the English
+
+2008-01-24 [colin]     3.2.0cvs67
+
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix bug 1348, 'Hang ups at exit time with 
+               pgp plugin since 3.0.2'
+
+2008-01-23 [colin]     3.2.0cvs66
+
+       * src/toolbar.c
+               Fix translation of something that shouldn't be
+
+2008-01-23 [colin]     3.2.0cvs65
+
+       * src/procmime.c
+               Fix bug 1486, 'Re: Incorrect content when replying'
+               Revert to full scan if short scan found only 0-length
+               text parts
+
+2008-01-23 [paul]      3.2.0cvs64
+
+       * src/prefs_folder_item.c
+               fix bug 1485, 'selecting a folder's default
+               account if name contains '&''
+
+2008-01-23 [colin]     3.2.0cvs63
+
+       * src/folder.c
+       * src/folder.h
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1480, 'should be able to display mail file
+               from command line'. Let 'claws-mail --select' accept
+               absolute paths in addition to folder identifiers.
+
+2008-01-22 [wwp]       3.2.0cvs62
+
+       * src/account.c
+       * src/account.h
+       * src/compose.c
+       * src/messageview.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Allow from=address in mailto sequence:
+                 --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
+                 The 'from' will try to select the first account matching in accounts list,
+                 otherwise will use the usual account selection mechanism but override with
+                 this 'from' address.
+               Allow mailto with NNTP accounts
+                 mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
+                 is the default one or if a NNTP account address is used with 'from'.
+                 This is more or less a bugfix as it was possible to use mailto with a NNTP
+                 default account but the complete mailto sequence was put in To.
+
+2008-01-22 [wwp]       3.2.0cvs61
+
+       * doc/man/claws-mail.1
+               Updated the man page: status of few features, command-line
+               usage (--version-full) and completed list of config files
+               and dirs.
+
+2008-01-22 [wwp]       3.2.0cvs60
+
+       * src/main.c
+               Added --version-full to display version and compiled-in
+               features list (for later use by Clawsker for instance).
+
+2008-01-22 [holger]    3.2.0cvs59
+
+       * src/addrduplicates.c
+               Fix scrolling in addressbook duplicate
+               finder result dialog
+
+2008-01-21 [colin]     3.2.0cvs58
+
+       * src/summaryview.c
+               Fix bug 1457, 'sorting messages on, say, from, 
+               should subsort on previous sort choice'. Subsort
+               by date when sort is Subject, From, To, Tags.
+
+2008-01-21 [colin]     3.2.0cvs57
+
+       * AUTHORS
+       * src/matcher.c
+       * src/mimeview.c
+       * src/common/ssl.c
+       * src/gtk/authors.h
+               Fix bug 1478, 'Wrong pthread_create calls all 
+               over the place'. Patch by Christian Cornelssen
+
+2008-01-20 [colin]     3.2.0cvs56
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Fix bug 1468, 'Use IMAP keyword to 
+               store "forwarded" flag'
+
+2008-01-20 [colin]     3.2.0cvs55
+
+       * src/folderutils.c
+               Make list operations faster
+
+2008-01-20 [colin]     3.2.0cvs54
+
+       * src/mainwindow.c
+               Fix bug 1353, 'on startup with small screen 
+               layout, keyboard input gets lost'
+
+2008-01-20 [colin]     3.2.0cvs53
+
+       * src/textview.c
+               Complete 3.2.0cvs49, and fixes bug 1477, 
+               'Claws Mail crashes when view PGP-encrypted 
+               message'
+
+2008-01-20 [colin]     3.2.0cvs52
+
+       * src/compose.c
+               Fix privacy menu update when replying to
+               encrypted mail and no default privacy 
+               system is set
+
 2008-01-19 [colin]     3.2.0cvs51
 
        * src/filtering.c