Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 15 Nov 2015 13:28:25 UTC
Commit: 3812110190f9bd4f52e56353b82e2f1d7c300364
https://github.com/geany/geany-plugins/commit/3812110190f9bd4f52e56353b82e2…
Log Message:
-----------
Merge pull request #298 from frlan/enhancement/revisit_strings
Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLipsum, GeanySendMail, TabbleConvert and UpdateChecker
Modified Paths:
--------------
geanylatex/src/geanylatex.c
geanylipsum/src/geanylipsum.c
geanysendmail/src/geanysendmail.c
tableconvert/src/tableconvert.c
updatechecker/src/updatechecker.c
Modified: geanylatex/src/geanylatex.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanylatex.c - Plugin to let Geany better work together with LaTeX
*
- * Copyright 2007-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2005-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2006-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyLaTeX"),
- _("Plugin to provide better LaTeX support"),
+ _("Extends LaTeX support"),
"0.7",
"Frank Lanitz <frank(a)frank.uvena.de>")
Modified: geanylipsum/src/geanylipsum.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanylipsum.c
*
- * Copyright 2008-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2008-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: geanysendmail/src/geanysendmail.c
5 lines changed, 2 insertions(+), 3 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanysendmail.c
*
- * Copyright 2007-2011, 2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2007, 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* Copyright 2008, 2009 Timothy Boronczyk <tboronczyk(at)gmail(dot)com>
@@ -41,8 +41,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanySendMail"),
- _("A little plugin to send the current "
- "file as attachment by user's favorite mailer"),
+ _("Sends the current file as attachment with your favorite mailer"),
VERSION,
"Frank Lanitz <frank(a)frank.uvena.de>")
Modified: tableconvert/src/tableconvert.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* tableconvert.c
*
- * Copyright 2011-2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ PLUGIN_VERSION_CHECK(200)
PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR, GETTEXT_PACKAGE, _("Tableconvert"),
- _("A little plugin to convert lists into tables"),
+ _("Converts lists into tables for different filetypes"),
VERSION, "Frank Lanitz <frank(a)frank.uvena.de>")
GeanyPlugin *geany_plugin;
Modified: updatechecker/src/updatechecker.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* updatechecker.c
*
- * Copyright 2011, 2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("Updatechecker"),
- _("A plugin which is checking whether there are updates for Geany available."),
+ _("Checks whether there are updates for Geany available"),
VERSION,
"Frank Lanitz <frank(a)frank.uvena.de>")
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 15 Nov 2015 13:27:34 UTC
Commit: 57ea84413c900144c21533cf3849fc0b65ad3867
https://github.com/geany/geany-plugins/commit/57ea84413c900144c21533cf3849f…
Log Message:
-----------
Removing word 'plugin' from plugin-description on GeanyLaTeX, GeanyLipsum, GeanySendMail, TableConvert and UpdateChecker
Modified Paths:
--------------
geanylatex/src/geanylatex.c
geanylipsum/src/geanylipsum.c
geanysendmail/src/geanysendmail.c
tableconvert/src/tableconvert.c
updatechecker/src/updatechecker.c
Modified: geanylatex/src/geanylatex.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanylatex.c - Plugin to let Geany better work together with LaTeX
*
- * Copyright 2007-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2005-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2006-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyLaTeX"),
- _("Plugin to provide better LaTeX support"),
+ _("Extends LaTeX support"),
"0.7",
"Frank Lanitz <frank(a)frank.uvena.de>")
Modified: geanylipsum/src/geanylipsum.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanylipsum.c
*
- * Copyright 2008-2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2008-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: geanysendmail/src/geanysendmail.c
5 lines changed, 2 insertions(+), 3 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* geanysendmail.c
*
- * Copyright 2007-2011, 2013 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2007-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2007, 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* Copyright 2008, 2009 Timothy Boronczyk <tboronczyk(at)gmail(dot)com>
@@ -41,8 +41,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanySendMail"),
- _("A little plugin to send the current "
- "file as attachment by user's favorite mailer"),
+ _("Sends the current file as attachment with your favorite mailer"),
VERSION,
"Frank Lanitz <frank(a)frank.uvena.de>")
Modified: tableconvert/src/tableconvert.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* tableconvert.c
*
- * Copyright 2011-2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ PLUGIN_VERSION_CHECK(200)
PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR, GETTEXT_PACKAGE, _("Tableconvert"),
- _("A little plugin to convert lists into tables"),
+ _("Converts lists into tables for different filetypes"),
VERSION, "Frank Lanitz <frank(a)frank.uvena.de>")
GeanyPlugin *geany_plugin;
Modified: updatechecker/src/updatechecker.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* updatechecker.c
*
- * Copyright 2011, 2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2011-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("Updatechecker"),
- _("A plugin which is checking whether there are updates for Geany available."),
+ _("Checks whether there are updates for Geany available"),
VERSION,
"Frank Lanitz <frank(a)frank.uvena.de>")
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).