Makefile.am: only compile java stuff if swig is installed
ext/sndfileio.c: shorten sndfile error message
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate
plugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method, fix buffer size
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8
src/aubio.h: indent, only cosmetic changes
tests/python/src/utils/hist.py: update existing test cases, add two more
tests/python/run_all_tests: add a warning if list_of_test_files returns no matches, localaubio first
java/aubio/Makefile.am: fix pkgjavadir
java/aubio/Makefile.am: use datadir, not hardcoded path
python/aubio/Makefile.am: simplify using nobase
src/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src/temporal/zero_crossing_rate.py: add some tests for zero crossing
configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)
tests/python/localaubio.py: improve error message about local aubio
plugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the aubio external with [aubio], indent, bump version number
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter
tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)
doc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories
src/pitch/pitchyinfft.c: fix indentation
Makefile.am, configure.ac: go down into java and tests, make java compilation somewhat conditional (needs improvements)
cpp/aubiocpp.cpp: fix indentation
src/Makefile.am: use nobase_ to simplify headers installation