[geany/geany-plugins] 526798: Bump required plugin API to 224 because of removed geany_functions

Jiří Techet git-noreply at xxxxx
Sun Mar 6 18:34:11 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 06 Mar 2016 18:34:11 UTC
Commit:      52679814e6511567d7dbbd99c0df0dec846119f5
             https://github.com/geany/geany-plugins/commit/52679814e6511567d7dbbd99c0df0dec846119f5

Log Message:
-----------
Bump required plugin API to 224 because of removed geany_functions


Modified Paths:
--------------
    autoclose/src/autoclose.c
    automark/src/automark.c
    codenav/src/codenavigation.c
    commander/src/commander-plugin.c
    debugger/src/plugin.c
    defineformat/src/defineformat.c
    devhelp/src/dhp-plugin.c
    geanydoc/src/geanydoc.c
    geanyextrasel/src/extrasel.c
    geanygendoc/src/ggd-plugin.c
    geanyinsertnum/src/insertnum.c
    geanylatex/src/geanylatex.c
    geanylipsum/src/geanylipsum.c
    geanymacro/src/geanymacro.c
    geanyminiscript/src/gms.c
    geanynumberedbookmarks/src/geanynumberedbookmarks.c
    geanypg/src/geanypg.c
    geanyprj/src/geanyprj.c
    geanysendmail/src/geanysendmail.c
    geanyvc/src/geanyvc.c
    geniuspaste/src/geniuspaste.c
    git-changebar/src/gcb-plugin.c
    markdown/src/plugin.c
    overview/overview/overviewplugin.c
    pairtaghighlighter/src/pair_tag_highlighter.c
    pohelper/src/gph-plugin.c
    pretty-printer/src/PluginEntry.c
    shiftcolumn/src/shiftcolumn.c
    tableconvert/src/tableconvert.c
    treebrowser/src/treebrowser.c
    updatechecker/src/updatechecker.c
    webhelper/src/gwh-plugin.c
    xmlsnippets/src/plugin.c

Modified: autoclose/src/autoclose.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,7 @@
 GeanyPlugin	*geany_plugin;
 GeanyData	*geany_data;
 
-PLUGIN_VERSION_CHECK(218)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: automark/src/automark.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -40,7 +40,7 @@
 GeanyPlugin	*geany_plugin;
 GeanyData	*geany_data;
 
-PLUGIN_VERSION_CHECK(216)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: codenav/src/codenavigation.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@
 
 /* Check that the running Geany supports the plugin API used below, and check
  * for binary compatibility. */
-PLUGIN_VERSION_CHECK(200)
+PLUGIN_VERSION_CHECK(224)
 
 /* All plugins must set name, description, version and author. */
 PLUGIN_SET_TRANSLATABLE_INFO(


Modified: commander/src/commander-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -35,7 +35,7 @@
 GeanyPlugin      *geany_plugin;
 GeanyData        *geany_data;
 
-PLUGIN_VERSION_CHECK(205)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: debugger/src/plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -48,7 +48,7 @@ GeanyData			*geany_data;
 
 /* Check that the running Geany supports the plugin API version used below, and check
  * for binary compatibility. */
-PLUGIN_VERSION_CHECK(209)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: defineformat/src/defineformat.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -48,7 +48,7 @@
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
 
-PLUGIN_VERSION_CHECK(216)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: devhelp/src/dhp-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -36,7 +36,7 @@
 #include "dhp.h"
 
 
-PLUGIN_VERSION_CHECK(200)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,


Modified: geanydoc/src/geanydoc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -44,7 +44,7 @@ static GtkWidget *keyb2;
 
 /* Check that Geany supports plugin API version 128 or later, and check
  * for binary compatibility. */
-PLUGIN_VERSION_CHECK(128)
+PLUGIN_VERSION_CHECK(224)
 /* All plugins must set name, description, version and author. */
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
 	_("Doc"), _("Call documentation viewer on current symbol."), VERSION,


Modified: geanyextrasel/src/extrasel.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,7 @@
 GeanyPlugin	*geany_plugin;
 GeanyData	*geany_data;
 
-PLUGIN_VERSION_CHECK(189)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
 	_("Extra Selection"), _("Column mode, select to line / brace / anchor."),


Modified: geanygendoc/src/ggd-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -49,7 +49,7 @@ GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
 /* TODO check minimum requierment */
-PLUGIN_VERSION_CHECK (221)
+PLUGIN_VERSION_CHECK (224)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: geanyinsertnum/src/insertnum.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -38,7 +38,7 @@
 GeanyPlugin	*geany_plugin;
 GeanyData	*geany_data;
 
-PLUGIN_VERSION_CHECK(189)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
 	_("Insert Numbers"), _("Insert/Fill columns with numbers."),


Modified: geanylatex/src/geanylatex.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,7 @@
 #include "geanylatex.h"
 #include "ctype.h"
 
-PLUGIN_VERSION_CHECK(217)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,


Modified: geanylipsum/src/geanylipsum.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,7 @@
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
 
-PLUGIN_VERSION_CHECK(188)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: geanymacro/src/geanymacro.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -175,7 +175,7 @@ enum GEANY_MACRO_BUTTON {
 GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
-PLUGIN_VERSION_CHECK(147)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              _("Macros"),_("Macros for Geany"),


Modified: geanyminiscript/src/gms.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -49,7 +49,7 @@ GeanyData       *geany_data;
 
 /* Check that the running Geany supports the plugin API used below, and check
  * for binary compatibility. */
-PLUGIN_VERSION_CHECK(100)
+PLUGIN_VERSION_CHECK(224)
 
 /* All plugins must set name, description, version and author. */
 PLUGIN_SET_TRANSLATABLE_INFO(


Modified: geanynumberedbookmarks/src/geanynumberedbookmarks.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -53,7 +53,7 @@ typedef struct FileData
 GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
-PLUGIN_VERSION_CHECK(147)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              "Numbered Bookmarks",


Modified: geanypg/src/geanypg.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,7 @@ GeanyData       *geany_data;
 
 /* Check that the running Geany supports the plugin API version used below, and check
  * for binary compatibility. */
-PLUGIN_VERSION_CHECK(201)
+PLUGIN_VERSION_CHECK(224)
 
 /* All plugins must set name, description, version and author. */
 PLUGIN_SET_TRANSLATABLE_INFO(


Modified: geanyprj/src/geanyprj.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@
 
 #include "geanyprj.h"
 
-PLUGIN_VERSION_CHECK(221)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
 			     "GeanyPrj", _("Alternative project support."), VERSION,
 			     "Yura Siamashka <yurand2 at gmail.com>")


Modified: geanysendmail/src/geanysendmail.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
 
-PLUGIN_VERSION_CHECK(199)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,


Modified: geanyvc/src/geanyvc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -64,7 +64,7 @@ GeanyData *geany_data;
 GeanyPlugin		*geany_plugin;
 
 
-PLUGIN_VERSION_CHECK(188)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: geniuspaste/src/geniuspaste.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -88,7 +88,7 @@ static gchar *author_name = NULL;
 static gchar *pastebin_selected = NULL;
 static gboolean check_button_is_checked = FALSE;
 
-PLUGIN_VERSION_CHECK(147)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
                              _("Paste your code on your favorite pastebin"),
                              PLUGIN_VERSION, "Enrico Trotta <enrico.trt at gmail.com>")


Modified: git-changebar/src/gcb-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -51,7 +51,7 @@ GeanyPlugin      *geany_plugin;
 GeanyData        *geany_data;
 
 
-PLUGIN_VERSION_CHECK(219) /* for document IDs */
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: markdown/src/plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,7 @@
 GeanyData      *geany_data;
 GeanyPlugin    *geany_plugin;
 
-PLUGIN_VERSION_CHECK(211)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              "Markdown",


Modified: overview/overview/overviewplugin.c
7 lines changed, 0 insertions(+), 7 deletions(-)
===================================================================
@@ -34,14 +34,7 @@
 GeanyPlugin    *geany_plugin;
 GeanyData      *geany_data;
 
-/* scintilla_get_type() is needed but was only added to the API in 224, but
- * previous versions will still work on Linux since it's before the symbol
- * linkage was fixed up. TODO: remove this after next Geany release. */
-#if GEANY_API_VERSION >= 224
 PLUGIN_VERSION_CHECK (224)
-#else
-PLUGIN_VERSION_CHECK (211)
-#endif
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR,


Modified: pairtaghighlighter/src/pair_tag_highlighter.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -29,7 +29,7 @@ GeanyData       *geany_data;
  * from the tag */
 static gint highlightedBrackets[] = {0, 0, 0, 0};
 
-PLUGIN_VERSION_CHECK(211)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Pair Tag Highlighter"),
                             _("Finds and highlights matching opening/closing HTML tag"),


Modified: pohelper/src/gph-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,7 @@ GeanyPlugin      *geany_plugin;
 GeanyData        *geany_data;
 
 
-PLUGIN_VERSION_CHECK (211) /* FIXME: what's the version really required? */
+PLUGIN_VERSION_CHECK (224)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: pretty-printer/src/PluginEntry.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -29,7 +29,7 @@ GeanyData*             geany_data;
 
 /*========================================== PLUGIN INFORMATION ==========================================================*/
 
-PLUGIN_VERSION_CHECK(130)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR,
     GETTEXT_PACKAGE,


Modified: shiftcolumn/src/shiftcolumn.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -43,7 +43,7 @@
 GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
-PLUGIN_VERSION_CHECK(130)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              _("Shift Column"),
                              _("Shift a selection left and right"),


Modified: tableconvert/src/tableconvert.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -25,7 +25,7 @@
 #include "tableconvert.h"
 #include "tableconvert_ui.h"
 
-PLUGIN_VERSION_CHECK(200)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR, GETTEXT_PACKAGE, _("Tableconvert"),


Modified: treebrowser/src/treebrowser.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -118,7 +118,7 @@ enum
  * PLUGIN INFO
  * ------------------ */
 
-PLUGIN_VERSION_CHECK(188)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,


Modified: updatechecker/src/updatechecker.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,7 @@
 GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
-PLUGIN_VERSION_CHECK(203)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR,


Modified: webhelper/src/gwh-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,7 @@ GeanyPlugin      *geany_plugin;
 GeanyData        *geany_data;
 
 
-PLUGIN_VERSION_CHECK(195)
+PLUGIN_VERSION_CHECK(224)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: xmlsnippets/src/plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -37,7 +37,7 @@ static gboolean editor_notify_cb(GObject *object, GeanyEditor *editor,
 GeanyData *geany_data;
 GeanyPlugin *geany_plugin;
 
-PLUGIN_VERSION_CHECK(210)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
   LOCALEDIR,
   GETTEXT_PACKAGE,



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list