diff options
author | Bharath Acharya <abharath@novell.com> | 2009-01-15 22:38:05 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2009-01-15 22:38:05 +0800 |
commit | 8772855cc43886feadea096de92fc378330a14b4 (patch) | |
tree | 89d54d17b97fb55da62ab73b79bfabc34a564486 /plugins/pst-import/ChangeLog | |
parent | da073416c7611f821410cd18bdc5751b43b64d91 (diff) | |
download | gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.gz gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.bz2 gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.lz gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.xz gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.zst gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.zip |
** Fix for bug #208426
2009-01-15 Bharath Acharya <abharath@novell.com>
** Fix for bug #208426
* configure.in: Added support for importing .pst files into Evolution.
svn path=/trunk/; revision=37078
Diffstat (limited to 'plugins/pst-import/ChangeLog')
-rw-r--r-- | plugins/pst-import/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/pst-import/ChangeLog b/plugins/pst-import/ChangeLog new file mode 100644 index 0000000000..ca115fa827 --- /dev/null +++ b/plugins/pst-import/ChangeLog @@ -0,0 +1,9 @@ +2009-01-15 Bharath Acharya <abharath@novell.com> + + Basic functionality implemented by + Chris Halls <chris.halls@credativ.co.uk> + + ** Added PST-Import plugin + * Makefile.am: + * org-gnome-pst.eplug.xml: + * pst-importer.c: |