Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG #578945 - Adapt to changes in libpst 0.6.41 | Bharath Acharya | 2009-07-27 | 1 | -176/+154 |
| | | | | The PST Importer is now compatible with libpst 0.6.41 | ||||
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -4/+4 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 1 | -2/+0 |
| | |||||
* | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Fix build issue for pst-import plugin | Bharath Acharya | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -2/+2 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -2/+2 |
| | |||||
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 1 | -46/+46 |
| | |||||
* | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1 | -120/+120 |
| | |||||
* | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
| | |||||
* | On Windows use -no-undefined and link with all required libraries. (Just | Tor Lillqvist | 2009-01-29 | 3 | -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 #208426 | Bharath Acharya | 2009-01-15 | 4 | -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 |