Hi all, The function fields of the main API data struct GeanyData have now been split into GeanyFunctions, so we can append new data fields without breaking the ABI.
For plugins using pluginmacros.h, it should be quite simple to support this change, probably just adding:
GeanyFunctions *geany_functions;
Also the p_encoding macro was renamed to p_encodings (but there's a deprecated alias macro for this).
For details, see: http://geany.svn.sourceforge.net/geany/?rev=2599&view=rev
Regards, Nick