diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 05:51:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 06:18:33 +0800 |
commit | 26240e0b180bdaf92702e513a21da2f859883fb3 (patch) | |
tree | 6a3a27c69755355161ab07f300446908bc2d154b /plugins/bogo-junk-plugin | |
parent | 167b482c9e39a093dcfecc5ef430261c0504e370 (diff) | |
download | gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.zst gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.zip |
Generate ChangeLog files for tarball releases.
Remove old ChangeLog files that predate our switch to git.
Diffstat (limited to 'plugins/bogo-junk-plugin')
-rw-r--r-- | plugins/bogo-junk-plugin/ChangeLog | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/plugins/bogo-junk-plugin/ChangeLog b/plugins/bogo-junk-plugin/ChangeLog deleted file mode 100644 index b24ac0db6c..0000000000 --- a/plugins/bogo-junk-plugin/ChangeLog +++ /dev/null @@ -1,123 +0,0 @@ -2009-01-28 Tor Lillqvist <tml@novell.com> - - * Makefile.am: Use -no-undefined on Windows. Link with libeutil. - - * bf-junk-filter.c: Tentative port to Windows even though this - plugin isn't even compiled on Windows for now. Just for - completeness. - -2008-12-15 srinivasa ragavan <sragavan@novell.com> - - * makefile.am: - * bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the - bogofilter if it wasn't. say that evolution's welcome message is not - junk. - -2008-10-14 Sankar P <psankar@novell.com> - -License Changes - - * bf-junk-filter.c: - -2008-04-29 Milan Crha <mcrha@redhat.com> - - * bf-junk-filter.c: (pipe_to_bogofilter): - Report errors properly. Thanks to Reid Thompson whom found it. - -2008-04-25 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #273041 - - * bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk), - (em_junk_bf_report_junk), (em_junk_bf_report_non_junk): - Propagate possible errors to the UI. - -2008-03-19 Sankar P <psankar@novell.com> - - ** Fix for bug #519304 - - * org-gnome-bogo-junk-plugin.eplug.xml: - Mark plugin name for translation. - -2007-09-27 Matthew Barnes <mbarnes@redhat.com> - - * bf-junk-filter.c: - Use consistent terminology for mail messages (#480621). - -2007-09-07 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #473903 - - * bf-junk-filter.c: (em_junk_bf_validate_binary): Changing function - prototype to fit what is expected in 'invoke', returns value based on it. - -2007-08-27 Srinivasa Ragavan <sragavan@novell.com> - - * bf-junk-filter.c: (e_plugin_lib_enable): Avoid re-entrancy in - enable - -2007-08-22 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #468294 - - * org-gnome-bogo-junk-plugin.eplug.xml: Add a few strings for - translation. - -2007-08-22 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #468303 - - * org-gnome-bogo-junk-plugin.eplug.xml: Enable strings for i18n. - -2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> - - * bf-junk-filter.c: (convert_unicode_cb): Plugged memory leak. - -2007-06-03 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for version removal from Installed files from Gilles Dartiguelongue - - * Makefile.am: - -2007-05-12 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #337616 - - * Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. - - * org-gnome-bogo-junk-plugin.eplug.in: Rename as *.eplug.xml. - -2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr> - - * bf-junk-filter.c: add prototypes to clean compilation warnings - Fixes part of bug #437584 - -2007-04-23 Matthew Barnes <mbarnes@redhat.com> - - * Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616) - -2007-04-03 Srinivasa Ragavan <sragavan@novell.com> - - * Makefile.am: Committing the right Makefile.am - -2007-04-03 Srinivasa Ragavan <sragavan@novell.com> - - ** Added bogofilter part of Evolution source. - -2006-02-19 Mikhail Zabaluev <mhz@altlinux.org> - -* configure.ac: Switched to evolution-plugin-2.6 for plugin configuration. -Bumped version to 0.2.0. - -* org-altlinux-bf-junk-plugin.eplug.in: Templatized the plugin manifesto, -with plugin install directory substituted. -* configure.ac: Added org-altlinux-bf-junk-plugin.eplug to AC_CONFIG_FILES. -* Makefile.am: Added org-altlinux-bf-junk-plugin.eplug.in to EXTRA_DIST. - -* README: Added bug reference to the initial ham training problem. - -2005-11-22 Mikhail Zabaluev <mhz@altlinux.org> - -* README: Added reference to Spam Trainer. - -* README: Reflect on the fix for bug #313096 that made it to Evolution 2.5.2. |