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/mark-all-read | |
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/mark-all-read')
-rw-r--r-- | plugins/mark-all-read/ChangeLog | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog deleted file mode 100644 index c3d927f105..0000000000 --- a/plugins/mark-all-read/ChangeLog +++ /dev/null @@ -1,98 +0,0 @@ -2008-09-02 Paul Bolle <pebolle@tiscali.nl> - - ** Fixes bug #550415 - - * mark-all-read.c (mar_got_folder): Do not leak an CamelFolderInfo. - Slightly change handling of CamelException. - -2008-08-27 Sankar P <psankar@novell.com> - -License Changes - - * mark-all-read.c: - -2008-08-07 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes bug #530402 - - * mark-all-read.c (prompt_user): - Improve dialog wording, and don't use a window title (HIG). - -2008-05-16 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes bug #514383 - - * mark-all-read.c: Add a Cancel button. - -2007-12-20 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #362638 - - * mark-all-read.c: - Use the new MailMsg API for messages. - -2007-11-18 Gilles Dartiguelongue <gdartigu@svn.gnome.org> - - ** Fix bug #495875 - - * org-gnome-mark-all-read.eplug.xml: - right click menu reordering - -2007-11-05 Michael Monreal <mmonreal@svn.gnome.org> - - ** Fix for bug #492102 - - * org-gnome-mark-all-read.eplug.xml: Use mail-mark-read icon. - -2007-05-14 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #325965 from Ilkka Tuohela - - * mark-all-read.c: (mar_got_folder): - -2007-04-02 Sankar P <psankar@novell.com> - - * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> - - * org-gnome-mark-all-read.eplug.xml: - Cleanup. - Fixes part of #301149 - -2007-03-20 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #419524 - - * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. - -2006-07-04 Karsten Bräckelmann <guenther@rudersport.de> - - * org-gnome-mark-all-read.eplug.xml: Using proper header - capitalization for the menu entry. Fixes bug #318755. - -2005-12-25 Funda Wang <fundawang@linux.net.cn> - - * Makefile.am: Mark this plugin as translatable (bug#301149). - -2005-12-12 Harish Krishnaswamy <kharish@novell.com> - - * Makefile.am: Fix make-clean issues. - -2005-12-07 Funda Wang <fundawang@linux.net.cn> - - * org-gnome-mark-all-read.eplug.in: i18nlized. - -2005-06-27 Tor Lillqvist <tml@novell.com> - - * Makefile.am: Use NO_UNDEFINED. Link with more libraries. - -2005-06-18 Tor Lillqvist <tml@novell.com> - - * org-gnome-mark-all-read.eplug.in: Use SOEXT. - -2005-05-19 Chenthill Palanisamy <pchenthill@novell.com> - - * MakeFile.am: - * org-gnome-send-options.eplug.in: Plugin file to add - the Mark all Messages read menu item. - * send-options.c: Contains methods to mark messages as read. - |