* fixed greedy median() for Unicode characters > U+FFFF, it's now usable
with whatever integer type wchar_t happens to be
* added missing MANIFEST
* renamed exported C functions, all public names now have lev_, LEV_ or
Lev prefix; defined lev_byte, lev_wchar, and otherwise santinized
the (still unstable) C interface
* added edit-ops group of functions, with two interfaces: native, useful
for string averaging, and difflib-like for interoperability
* added an example SequenceMatcher-like class StringMatcher