summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2022-08-20autotools: removeDirk-Jan C. Binnema
Since 2008, autotools has served us well - thank you! However, mu is now using meson build, and it's time to remove the autotools support -- one build system is enough.
2022-05-19autotools: improve buildDirk-Jan C. Binnema
*almost* works (except for guile/, which does work yet anyway).
2022-05-19toys: removeDirk-Jan C. Binnema
The didn't work for quite some time, and would need quite a few updates to even compile with the latest. So remove.
2022-04-30guile: update, but disable for nowDirk-Jan C. Binnema
It's not ready for the new Message
2021-08-29build: remove some obsolete filesDirk-Jan C. Binnema
2020-05-25README: Use org format, slight updatesDirk-Jan C. Binnema
2020-01-22mu: use new command-parserDirk-Jan C. Binnema
2020-01-01mu: allow for code-coverage reportsDirk-Jan C. Binnema
2020-01-01README: remove README.orgDirk-Jan C. Binnema
We don't need both README(markdown) and README.org (org-mode).
2018-05-28perl: disable builddjcb
the perl build is not being used, and is a bit of a pain to maintain. So, we disable it for now; and remove it at some point in the future.
2018-04-24mu4e: bump minimal required emacs to 24.4djcb
We didn't really support older versions anyway, so let's make it official.
2016-11-06disable perl for now to unbreak make dist0.9.17djcb
2016-08-26perl: Integrate the mup interface from https://github.com/StAlphonsos/mupattila
2015-06-09Install NEWS.org, mu4e-about.orgdjcb
2015-06-09mu: make NEWS.org the place to put user informationdjcb
2013-03-30* more more copyright year updatesdjcb
2012-11-17* fix for `find' invocation for non-GNU find (thanks to Eygene Ryabinkin)djcb
2012-10-20* fix guile / mu4e doc buildingdjcb
2012-10-19* guile/mu4e: refactor doc building a bitdjcb
2012-09-11* README.org => READMEdjcb
2012-08-03* move widgets/ -> toys/mug2; remove toys/mug; rename toys/mug2 -> toys/mugdjcb
2012-07-20* Makefile.am: be lenient for SCM_DEFINE (line35)djcb
2012-07-10* rename emacs/ => mu4e/djcb
2012-06-16* configure.ac/Makefile.am: require specific emacs version (23+)djcb
2012-06-15* mu-str.c: much improved mu_str_normalize_subject (to skip Re:, Fwd: etc. ↵djcb
for sorting)
2012-06-13* make guile/gtk/webkit dep optional (i.e., --disable-guile, --disable-webkit,djcb
--with-gui=none); bump version to 0.9.8.5-dev4
2012-05-21* refactoring: split src/ into mu/ and lib/djcb
2012-04-09* mu4e: restructure code a bit and enable byte-compilationdjcb
2012-03-25* Makefile.am: set the github repo as the default for `make gitcheck'djcb
2012-03-24* Makefile.am: set 35 lines as the new max for function length ('make line35')djcb
2012-01-15* Makefile.am: exempt big case-statement in mu-guile-message from pmccabe checkdjcb
2011-12-30* fix 'make gitcheck'v0.9.8-alphadjcb
2011-12-14* add some documentation infrastructuredjcb
2011-12-13* some code re-arrangement: src/guile-> guile, toys/mm -> emacsdjcb
2011-12-01* update build systemdjcb
2011-07-31* preparing for 0.9.7-prev0.9.7-preDirk-Jan C. Binnema
2011-07-10Merge branch 'master' into procmuleDirk-Jan C. Binnema
2011-07-10* cleanup --exec implementationDirk-Jan C. Binnema
2011-07-05* guilify mu; first steps, and a new toy called 'muile'Dirk-Jan C. Binnema
2011-03-06* Makefile.am: ignore tests/ for make cc10 and make line33Dirk-Jan C. Binnema
2011-01-13* cosmeticsDirk-Jan C. Binnema
2011-01-09* update build systemDirk-Jan C. Binnema
2011-01-08* start working on some mu-based widgets (widgets/), create toys2/mug2 for ↵Dirk-Jan C. Binnema
testing
2010-12-17* Makefile.am/configure.ac: some changes to make Solaris a bit happierDirk-Jan C. Binnema
2010-12-08* configure.ac: bump version to 0.9.2, add m4 dir to configDirk-Jan C. Binnema
2010-12-07* configure.ac/Makfile.am: add m4 as a macro dir, require stdcDirk-Jan C. Binnema
2010-12-05* add a dummy autogen.shDirk-Jan C. Binnema
2010-11-24* Makefile.am, mug-msg-list-view.c: fix line33 testDirk-Jan C. Binnema
2010-11-21* Makefile.am: add 'make gitcheck'; bump database schema versionDirk-Jan C. Binnema
2010-11-20* <many>: fix source code checks; move mu_msg_str_normalize to separate fileDirk-Jan C. Binnema