Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sat, 28 Feb 2015 14:06:14 UTC
Commit: 0961bac7f04cdf770f038246bb666f00cfcf4dad
https://github.com/geany/geany-plugins/commit/0961bac7f04cdf770f038246bb666…
Log Message:
-----------
git-changebar: Fix writing of color values in the configuration
Incorrect variable reference in `sizeof` expression lead to using the
size of a pointer as the length of the buffer. This used to work on
64 bits systems because the buffer is 8 bytes in length, which happens
to be the size of a pointer on 64 bits systems, but it fails on 32 bits
ones because the size of the pointer is 4 bytes there, which is too
small for what we actually want to write, leading to a truncation of
the value.
Thanks to Mark Burton for discovering the bug and providing a patch!
Modified Paths:
--------------
git-changebar/src/gcb-plugin.c
Modified: git-changebar/src/gcb-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -926,7 +926,7 @@ write_setting_color (GKeyFile *kf,
g_return_if_fail (*color <= 0xffffff);
- g_snprintf (kfval, sizeof value, "#%.6x", *color);
+ g_snprintf (kfval, sizeof kfval, "#%.6x", *color);
g_key_file_set_value (kf, group, key, kfval);
}
--------------
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: Sat, 28 Feb 2015 09:19:37 UTC
Commit: e12f17fd036af57c84cc553a9e6f1c16218eb266
https://github.com/geany/geany-plugins/commit/e12f17fd036af57c84cc553a9e6f1…
Log Message:
-----------
Merge pull request #196 from b4n/fix-sf-url
Fix SourceForge tracker URL
Modified Paths:
--------------
commander/README
geanygendoc/README
geanylatex/doc/geanylatex.html
geanylatex/doc/geanylatex.tex
geanylipsum/README
geanypg/README
geanypg/doc/geanypg.html
geanysendmail/README
git-changebar/README
multiterm/README
pohelper/README
tableconvert/README
treebrowser/README
updatechecker/README
webhelper/README
Modified: commander/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,4 +42,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: geanygendoc/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -67,4 +67,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: geanylatex/doc/geanylatex.html
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -2724,8 +2724,8 @@ <h5 class="subsubsectionHead"><span class="titlemark"><span
class="cmr-10">wished features and which are being worked on. Also you can have a look onto the feature request tracker of</span>
<span
class="cmr-10">geany-plugins project at </span><a
-href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span
-class="cmtt-10">http://sourceforge.net/tracker/?group\_id=222729</span></a> <span
+href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
+class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a> <span
class="cmr-10">whether you find something</span>
<span
class="cmr-10">interesting. Of course we are also open for not in the sources mentioned before listed items. Just contact one of the</span>
@@ -2920,8 +2920,8 @@ <h3 class="sectionHead"><span class="titlemark"><span
<span
class="cmr-10">recent information for all reported issues bug tracking system of SF at </span><br
class="newline" /><a
-href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span
-class="cmtt-10">http://sourceforge.net/tracker/?group\_id=222729</span></a>
+href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
+class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a>
</p><!--l. 945--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark"><span
Modified: geanylatex/doc/geanylatex.tex
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -863,7 +863,7 @@ \subsubsection{Adding a new feature}
code archive gives a good idea of current wished features and which
are being worked on. Also you can have a look onto the feature request
tracker of geany-plugins project at
-\url{http://sourceforge.net/tracker/?group\_id=222729} whether you find
+\url{https://sourceforge.net/projects/geany-plugins/} whether you find
something interesting. Of course we are also open for not in the
sources mentioned before listed items. Just contact one of the authors
(see Chapter \ref{contact}).
@@ -940,7 +940,7 @@ \section{Known issues}
At time of the the documentation was created no issue were known.
Since this is only a snapshot, you will find more recent information
for all reported issues bug tracking system of SF at \\
-\url{http://sourceforge.net/tracker/?group\_id=222729}
+\url{https://sourceforge.net/projects/geany-plugins/}
\section{Recommendations to improve work with \LaTeX{} and Geany}
Geany is offering a number of nice features that can be used to make
Modified: geanylipsum/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -52,7 +52,7 @@ Known issues
At the moment, there is no known issue.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: geanypg/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,7 @@ At the moment, the use of pinentry is only supported on unix-like
systems. On Windows gpg-agent has to be used.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: geanypg/doc/geanypg.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -77,8 +77,8 @@
systems. On Windows gpg-agent has to be used.
</p><p>
For more recent information all reported issues will be tracked at
-<a href="http://sourceforge.net/tracker/?group_id=222729">
-http://sourceforge.net/tracker/?group_id=222729</a>
+<a href="https://sourceforge.net/projects/geany-plugins/">
+https://sourceforge.net/projects/geany-plugins/</a>
</p><p>
<h4>License</h4>
GeanyPG and all its parts is distributed under the terms of the
Modified: geanysendmail/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -111,7 +111,7 @@ you should keep care of proper quoting since %s, %b and %r will be
replaced without any quotes.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: git-changebar/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -52,4 +52,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: multiterm/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -75,4 +75,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: pohelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,4 +70,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: tableconvert/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -112,7 +112,7 @@ moment. However, at least the second point is planned for some later
release.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: treebrowser/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -76,7 +76,7 @@ TreeBrowser plugin is distrubuted under the same license as and geany.
Ideas, questions, patches and bug reports
=========================================
-Report them at http://sourceforge.net/tracker/?group_id=222729.
+Report them at https://sourceforge.net/projects/geany-plugins/.
--
2010 Adrian Dimitrov
Modified: updatechecker/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -65,7 +65,7 @@ Known issues
At the moment, there is no known issue.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: webhelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -79,4 +79,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Fri, 27 Feb 2015 23:21:32 UTC
Commit: 227457ca1f3006152b11121ab0e7f4f9e67a4652
https://github.com/geany/geany-plugins/commit/227457ca1f3006152b11121ab0e7f…
Log Message:
-----------
Fix SourceForge tracker URL
Apparently the old tracker URL doesn't work anymore, so use the new
one.
Modified Paths:
--------------
commander/README
geanygendoc/README
geanylatex/doc/geanylatex.html
geanylatex/doc/geanylatex.tex
geanylipsum/README
geanypg/README
geanypg/doc/geanypg.html
geanysendmail/README
git-changebar/README
multiterm/README
pohelper/README
tableconvert/README
treebrowser/README
updatechecker/README
webhelper/README
Modified: commander/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,4 +42,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: geanygendoc/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -67,4 +67,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: geanylatex/doc/geanylatex.html
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -2724,8 +2724,8 @@ <h5 class="subsubsectionHead"><span class="titlemark"><span
class="cmr-10">wished features and which are being worked on. Also you can have a look onto the feature request tracker of</span>
<span
class="cmr-10">geany-plugins project at </span><a
-href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span
-class="cmtt-10">http://sourceforge.net/tracker/?group\_id=222729</span></a> <span
+href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
+class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a> <span
class="cmr-10">whether you find something</span>
<span
class="cmr-10">interesting. Of course we are also open for not in the sources mentioned before listed items. Just contact one of the</span>
@@ -2920,8 +2920,8 @@ <h3 class="sectionHead"><span class="titlemark"><span
<span
class="cmr-10">recent information for all reported issues bug tracking system of SF at </span><br
class="newline" /><a
-href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span
-class="cmtt-10">http://sourceforge.net/tracker/?group\_id=222729</span></a>
+href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
+class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a>
</p><!--l. 945--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark"><span
Modified: geanylatex/doc/geanylatex.tex
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -863,7 +863,7 @@ \subsubsection{Adding a new feature}
code archive gives a good idea of current wished features and which
are being worked on. Also you can have a look onto the feature request
tracker of geany-plugins project at
-\url{http://sourceforge.net/tracker/?group\_id=222729} whether you find
+\url{https://sourceforge.net/projects/geany-plugins/} whether you find
something interesting. Of course we are also open for not in the
sources mentioned before listed items. Just contact one of the authors
(see Chapter \ref{contact}).
@@ -940,7 +940,7 @@ \section{Known issues}
At time of the the documentation was created no issue were known.
Since this is only a snapshot, you will find more recent information
for all reported issues bug tracking system of SF at \\
-\url{http://sourceforge.net/tracker/?group\_id=222729}
+\url{https://sourceforge.net/projects/geany-plugins/}
\section{Recommendations to improve work with \LaTeX{} and Geany}
Geany is offering a number of nice features that can be used to make
Modified: geanylipsum/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -52,7 +52,7 @@ Known issues
At the moment, there is no known issue.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: geanypg/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,7 @@ At the moment, the use of pinentry is only supported on unix-like
systems. On Windows gpg-agent has to be used.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: geanypg/doc/geanypg.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -77,8 +77,8 @@
systems. On Windows gpg-agent has to be used.
</p><p>
For more recent information all reported issues will be tracked at
-<a href="http://sourceforge.net/tracker/?group_id=222729">
-http://sourceforge.net/tracker/?group_id=222729</a>
+<a href="https://sourceforge.net/projects/geany-plugins/">
+https://sourceforge.net/projects/geany-plugins/</a>
</p><p>
<h4>License</h4>
GeanyPG and all its parts is distributed under the terms of the
Modified: geanysendmail/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -111,7 +111,7 @@ you should keep care of proper quoting since %s, %b and %r will be
replaced without any quotes.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: git-changebar/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -52,4 +52,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: multiterm/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -75,4 +75,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: pohelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,4 +70,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
Modified: tableconvert/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -112,7 +112,7 @@ moment. However, at least the second point is planned for some later
release.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: treebrowser/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -76,7 +76,7 @@ TreeBrowser plugin is distrubuted under the same license as and geany.
Ideas, questions, patches and bug reports
=========================================
-Report them at http://sourceforge.net/tracker/?group_id=222729.
+Report them at https://sourceforge.net/projects/geany-plugins/.
--
2010 Adrian Dimitrov
Modified: updatechecker/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -65,7 +65,7 @@ Known issues
At the moment, there is no known issue.
For more recent information all reported issues will be tracked at
-http://sourceforge.net/tracker/?group_id=222729
+https://sourceforge.net/projects/geany-plugins/
License
Modified: webhelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -79,4 +79,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
+on SourceForge: https://sourceforge.net/projects/geany-plugins/
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Thu, 26 Feb 2015 15:06:53 UTC
Commit: f86f77133dd45cd824ba5cf40a38d8875d2a5420
https://github.com/geany/geany-plugins/commit/f86f77133dd45cd824ba5cf40a38d…
Log Message:
-----------
autotools: Add convenience macros to check for Vala
In addition, they properly support Automake < 1.12.5 as well as newer
versions.
Modified Paths:
--------------
build/vala.m4
Modified: build/vala.m4
35 lines changed, 35 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,35 @@
+dnl GP_CHECK_VALAC([version], [action-if-found], [action-if-not-found])
+dnl Checks for the Vala compiler. Similar to AM_PROG_VALAC but supports
+dnl 2nd and 3rd arguments with Automake < 1.12.5
+AC_DEFUN([GP_CHECK_VALAC],
+[
+ gp_have_valac=yes
+ AM_PROG_VALAC([$1],,[gp_have_valac=no])
+ dnl Automake < 1.12.5 does not support 3rd arg but leaves $VALAC
+ dnl empty if not found, so emulate it
+ AS_IF([test "x$VALAC" = x], [gp_have_valac=no])
+ AS_IF([test "$gp_have_valac" = yes],
+ [m4_default([$2], [:])],
+ [m4_default([$3], [:])])
+])
+
+dnl GP_CHECK_PLUGIN_VALA(plugin, [valac-version])
+dnl Checks for the Vala compiler and takes the appropriate action on
+dnl $plugin depending on its presence.
+dnl FIXME: take into account that the compiler is optional if we have
+dnl the generated C sources
+AC_DEFUN([GP_CHECK_PLUGIN_VALA],
+[
+ AS_IF([test "$m4_tolower(AS_TR_SH(enable_$1))" = no],[],
+ [GP_CHECK_VALAC([$2],
+ [dnl we fake the checking messages here because
+ dnl GP_CHECK_VALAC outputs messages itself
+ AC_MSG_CHECKING([whether the vala compiler is compatible with $1])
+ AC_MSG_RESULT([yes])],
+ [AC_MSG_CHECKING([whether the vala compiler is compatible with $1])
+ AC_MSG_RESULT([no])
+ AS_IF([test "$m4_tolower(AS_TR_SH(enable_$1))" = yes],
+ [AC_MSG_ERROR([$1 requires the Vala compiler])],
+ [test "$m4_tolower(AS_TR_SH(enable_$1))" = auto],
+ [m4_tolower(AS_TR_SH(enable_$1))=no])])])
+])
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Wed, 25 Feb 2015 20:43:06 UTC
Commit: 248a9e60299fffe21bead873b40395d5adbca932
https://github.com/geany/geany-plugins/commit/248a9e60299fffe21bead873b4039…
Log Message:
-----------
Merge pull request #194 from techee/valac_test
Properly test valac existence
Modified Paths:
--------------
build/multiterm.m4
Modified: build/multiterm.m4
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -7,7 +7,7 @@ AC_DEFUN([GP_CHECK_MULTITERM],
dnl FIXME: if the C sources are present (e.g. in a release tarball),
dnl we don't actually need valac
AM_PROG_VALAC([0.7.0])
- AS_IF([test "$VALAC" = ""],
+ AS_IF([test "$VALAC" = "valac"],
[AS_IF([test "$enable_multiterm" = "auto"],
[enable_multiterm=no],
[AC_MSG_ERROR([valac not found])])])
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).