aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/imap-features
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-03 05:51:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-03 06:18:33 +0800
commit26240e0b180bdaf92702e513a21da2f859883fb3 (patch)
tree6a3a27c69755355161ab07f300446908bc2d154b /plugins/imap-features
parent167b482c9e39a093dcfecc5ef430261c0504e370 (diff)
downloadgsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.bz2
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.lz
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.xz
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/imap-features')
-rw-r--r--plugins/imap-features/ChangeLog80
1 files changed, 0 insertions, 80 deletions
diff --git a/plugins/imap-features/ChangeLog b/plugins/imap-features/ChangeLog
deleted file mode 100644
index 647f059f22..0000000000
--- a/plugins/imap-features/ChangeLog
+++ /dev/null
@@ -1,80 +0,0 @@
-2008-10-03 Sankar P <psankar@novell.com>
-
-License Changes
-
- * imap-headers.c:
-
-2008-01-18 Srinivasa Ragavan <sragavan@novell.com>
-
- * imap-headers.c: (imap_headers_commit), (org_gnome_imap_headers):
- Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users.
- Fixed it.
-
-2007-12-02 Tobias Mueller <tobiasmue@svn.gnome.org>
- * imap-headers.glade:
- Make it selectable, fixes bug 401523, patch by
- Lucky Wankhede <wlakke@novell.com>
-
-2007-11-08 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
-
- * imap-headers.c: (imap_headers_abort), (imap_headers_commit),
- (epif_header_is_valid), (epif_add_sensitivity), (epif_add_header),
- (epif_remove_header_clicked), (epif_fetch_all_headers_toggled),
- (epif_entry_changed), (org_gnome_imap_headers):
- * imap-headers.glade:
- Remove useless GtkVBox,
- remove the useless popup to have an inline header entry field,
- concentrate all UI elements in a structure, added a prefix to
- relevant functions.
-
-2007-07-30 Andre Klapper <a9016009@gmx.de>
-
- * imap-headers.glade:
- remove "window1" string from translation
-
-2007-07-20 Johnny Jacob <jjohnny@novell.com>
-
- * imap-headers.c : (org_gnome_imap_headers) :
- GtkTreeView should have a model.
- Fixes #445248
-
-2007-07-09 Sankar P <psankar@novell.com>
-
- * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
-
- * imap-headers.c: (add_header_clicked), (remove_header_clicked),
- (org_gnome_imap_headers):
- * imap-headers.glade:
- HIGify. Disable the Delete button when there are no headers.
- See bug #437892
-
-2007-05-14 Sankar P <psankar@novell.com>
-
- ** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
-
- * imap-headers.c:
- Evolution crashes when clicking "Edit" button
- Fixes #425506
-
-2007-01-30 Sankar P <psankar@novell.com>
-
- * imap-headers.c: (imap_headers_commit):
- Fixes a memory leak and a scenario where,
- some IMAP servers doesnt return headers if
- the string contains more than one consecutive
- embedded spaces in the HEADER.
-
-2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
-
- * imap-headers.c: (org_gnome_imap_headers):
- mark strings as translatable. See bug #399381 for details.
-
-2007-01-22 Sankar P <psankar@novell.com>
-
- * ChangeLog
- * imap-headers.c
- * imap-headers.glade
- * Makefile.am
- * org-gnome-imap-features.eplug.xml:
-
- Initial list of files for the imap-features plugin