Revision: 381 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=381&view=rev Author: eht16 Date: 2009-01-18 18:28:20 +0000 (Sun, 18 Jan 2009)
Log Message: ----------- Update to Geany API 126 - LexOMS was removed.
Modified Paths: -------------- trunk/spellcheck/ChangeLog trunk/spellcheck/src/scplugin.c trunk/spellcheck/src/speller.c
Modified: trunk/spellcheck/ChangeLog =================================================================== --- trunk/spellcheck/ChangeLog 2009-01-17 12:17:22 UTC (rev 380) +++ trunk/spellcheck/ChangeLog 2009-01-18 18:28:20 UTC (rev 381) @@ -1,3 +1,9 @@ +2009-01-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * src/scplugin.c, src/speller.c: + Update to Geany API 126 - LexOMS was removed. + + 2009-01-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/scplugin.c:
Modified: trunk/spellcheck/src/scplugin.c =================================================================== --- trunk/spellcheck/src/scplugin.c 2009-01-17 12:17:22 UTC (rev 380) +++ trunk/spellcheck/src/scplugin.c 2009-01-18 18:28:20 UTC (rev 381) @@ -54,7 +54,7 @@ GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(115) +PLUGIN_VERSION_CHECK(126) PLUGIN_SET_INFO(_("Spell Check"), _("Checks the spelling of the current document."), "0.2", _("The Geany developer team"))
Modified: trunk/spellcheck/src/speller.c =================================================================== --- trunk/spellcheck/src/speller.c 2009-01-17 12:17:22 UTC (rev 380) +++ trunk/spellcheck/src/speller.c 2009-01-18 18:28:20 UTC (rev 381) @@ -451,7 +451,6 @@ break; } case SCLEX_BASH: - case SCLEX_OMS: { switch (style) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org