Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | On Windows use -no-undefined and link with all required libraries. (Just | Tor Lillqvist | 2009-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1765 |
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 |