Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #580895 - Kill libgnomeui/gnome-thumbnail.h | Milan Crha | 2009-08-04 | 1 | -18/+4 |
| | |||||
* | Re-fix intltool issue to not break other stuff. | Matthew Barnes | 2009-07-31 | 1 | -2/+4 |
| | |||||
* | Bug 590260 – Minimum requirement of libpst not checked | Matthew Barnes | 2009-07-30 | 1 | -1/+2 |
| | |||||
* | Fix an intltool issue in configure.ac. | Matthew Barnes | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | Gah! Remove trailing .1 from version. | Matthew Barnes | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Don't warn when NM support is explicitly disabled. | Matthew Barnes | 2009-07-22 | 1 | -1/+0 |
| | |||||
* | Post release version bump.EVOLUTION_2_27_4 | Chenthill Palanisamy | 2009-07-15 | 1 | -2/+2 |
| | |||||
* | Update the LD_CFLAGS. | Chenthill Palanisamy | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Bug 588277 – Unnecessary special-purpose configure flag | Matthew Barnes | 2009-07-14 | 1 | -14/+2 |
| | |||||
* | Bug 588018 – NetworkManager & DBUS build check rewrite | H.Habighorst | 2009-07-14 | 1 | -343/+282 |
| | |||||
* | Bug 586991 – Require autoconf 2.58 / various configure cleanups | H.Habighorst | 2009-07-07 | 1 | -173/+173 |
| | |||||
* | Bug 587374 - iconv test broken on some gcc | Matthew Barnes | 2009-06-30 | 1 | -3/+0 |
| | |||||
* | Bug 587138 - Require libxml2 2.7.3 | Yavor Doganov | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Bug 586809 – Enable "silent rules" automake 1.11 option | Matthew Barnes | 2009-06-24 | 1 | -0/+3 |
| | |||||
* | Bug 586806 – Fix iconv cflags/libs in configure.ac | H.Habighorst | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Bug 586629 – Fix whitespace in configure.ac | H.Habighorst | 2009-06-23 | 1 | -61/+61 |
| | |||||
* | Bug 586632 – Require automake 1.9 | H.Habighorst | 2009-06-23 | 1 | -5/+1 |
| | |||||
* | Bug 586631 – Rearrange autotool initialization in configure.ac | H.Habighorst | 2009-06-23 | 1 | -12/+12 |
| | |||||
* | Bug 586478 – Fix quoting in configure.ac | H.Habighorst | 2009-06-21 | 1 | -7/+8 |
| | |||||
* | More build cleanups. | H.Habighorst | 2009-06-20 | 1 | -19/+11 |
| | |||||
* | Bug 586378 - Various build cleanups | H.Habighorst | 2009-06-19 | 1 | -12/+12 |
| | |||||
* | post release version bump. | Chenthill Palanisamy | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Don't link against libsoftoken3 explicitly | Jeff Cai | 2009-06-15 | 1 | -2/+2 |
| | | | | Fixes bug 585523. | ||||
* | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-05 | 1 | -1/+2 |
| | |||||
* | Bug 582939 – Drop support for CDE | Matthew Barnes | 2009-06-03 | 1 | -31/+0 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Add very strict compiler warning flags. | Matthew Barnes | 2009-05-25 | 1 | -15/+27 |
| | | | | Lots of new warnings to clean up. Have fun. | ||||
* | Relegate the "face" plugin to experimental | Matthew Barnes | 2009-05-21 | 1 | -2/+2 |
| | | | | Until the UI is fixed. See Bug 573878 – [face] Plugin is unusable | ||||
* | Rename configure.in to configure.ac. | Matthew Barnes | 2009-05-21 | 1 | -0/+2161 |
GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred. |