[geany/geany-plugins] 9a6420: Reorder NEWS

Frank Lanitz git-noreply at xxxxx
Sat Sep 28 12:39:35 UTC 2019


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 28 Sep 2019 12:39:35 UTC
Commit:      9a64204b3164a4b23b49f1a6cbe0c0fc6ded1b5f
             https://github.com/geany/geany-plugins/commit/9a64204b3164a4b23b49f1a6cbe0c0fc6ded1b5f

Log Message:
-----------
Reorder NEWS


Modified Paths:
--------------
    NEWS
    devhelp/devhelp/dh-enum-types.c
    devhelp/devhelp/dh-enum-types.h

Modified: NEWS
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,8 +1,5 @@
 Geany Plugins 1.36 (not yet released)
 
-    Internationalization:
-    * Updated translations: de, es, pt
-
     General:
     * Windows: Update dependencies
     * Various fixes of usage of '#include "geanyplugin.h" (PR #882)
@@ -77,6 +74,9 @@ Geany Plugins 1.36 (not yet released)
     * Prevent usage of invalid iters (GtkTreeeIter) (PR #827)
     * Add option to let git decide which files to display (PR #879)
 
+    Internationalization:
+    * Updated translations: de, es, pt
+
 
 Geany Plugins 1.35 (2019-04-28)
 


Modified: devhelp/devhelp/dh-enum-types.c
6 lines changed, 1 insertions(+), 5 deletions(-)
===================================================================
@@ -1,5 +1,5 @@
 
-/* Generated data (by glib-mkenums) */
+/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
 
 #include "dh-enum-types.h"
 #include "dh-assistant.h"
@@ -43,7 +43,6 @@ dh_error_get_type (void)
 	return the_type;
 }
 
-
 GType
 dh_link_type_get_type (void)
 {
@@ -84,7 +83,6 @@ dh_link_type_get_type (void)
 	}
 	return the_type;
 }
-
 GType
 dh_link_flags_get_type (void)
 {
@@ -108,7 +106,6 @@ dh_link_flags_get_type (void)
 	return the_type;
 }
 
-
 GType
 dh_open_link_flags_get_type (void)
 {
@@ -132,6 +129,5 @@ dh_open_link_flags_get_type (void)
 	return the_type;
 }
 
-
 /* Generated data ends here */
 


Modified: devhelp/devhelp/dh-enum-types.h
10 lines changed, 1 insertions(+), 9 deletions(-)
===================================================================
@@ -1,31 +1,23 @@
 
-/* Generated data (by glib-mkenums) */
+/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
 
 #ifndef __DH_ENUM_TYPES_H__
 #define __DH_ENUM_TYPES_H__
 
 #include <glib-object.h>
 
 G_BEGIN_DECLS
-
 /* Enumerations from "dh-error.h" */
-
 #define DH_TYPE_ERROR	(dh_error_get_type())
 GType dh_error_get_type	(void) G_GNUC_CONST;
-
 /* Enumerations from "dh-link.h" */
-
 #define DH_TYPE_LINK_TYPE	(dh_link_type_get_type())
 GType dh_link_type_get_type	(void) G_GNUC_CONST;
-
 #define DH_TYPE_LINK_FLAGS	(dh_link_flags_get_type())
 GType dh_link_flags_get_type	(void) G_GNUC_CONST;
-
 /* Enumerations from "dh-window.h" */
-
 #define DH_TYPE_OPEN_LINK_FLAGS	(dh_open_link_flags_get_type())
 GType dh_open_link_flags_get_type	(void) G_GNUC_CONST;
-
 G_END_DECLS
 
 #endif /* __DH_ENUM_TYPES_H__ */



--------------
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