aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import
Commit message (Collapse)AuthorAgeFilesLines
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-46/+46
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-120/+120
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-293-4/+28
| | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156
* ** Fix for bug #208426Bharath Acharya2009-01-154-0/+1821
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