Revision: 5756 http://geany.svn.sourceforge.net/geany/?rev=5756&view=rev Author: colombanw Date: 2011-05-02 16:46:34 +0000 (Mon, 02 May 2011)
Log Message: ----------- Bump plugin API version
Nothing in the API actually changed, but the project->file_patterns fields used not to be set or used at all; so bump the API to let a plugin depend on this field to be actually useful.
Modified Paths: -------------- trunk/ChangeLog trunk/src/plugindata.h
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-05-01 14:38:57 UTC (rev 5755) +++ trunk/ChangeLog 2011-05-02 16:46:34 UTC (rev 5756) @@ -1,3 +1,10 @@ +2011-05-02 Colomban Wendling <colomban(at)geany(dot)org> + + * src/plugindata.h: + Bump plugin API version so a plugin can know the project file + patterns are visible by the user. + + 2011-05-01 Colomban Wendling <colomban(at)geany(dot)org>
* src/search.c:
Modified: trunk/src/plugindata.h =================================================================== --- trunk/src/plugindata.h 2011-05-01 14:38:57 UTC (rev 5755) +++ trunk/src/plugindata.h 2011-05-02 16:46:34 UTC (rev 5756) @@ -54,7 +54,7 @@ * @warning You should not test for values below 200 as previously * @c GEANY_API_VERSION was defined as an enum value, not a macro. */ -#define GEANY_API_VERSION 210 +#define GEANY_API_VERSION 211
/** The Application Binary Interface (ABI) version, incremented whenever * existing fields in the plugin data types have to be changed or reordered.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.