Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Mon, 29 Feb 2016 20:28:46 UTC
Commit: e9dd2269c2a4e2306c738a6b569fa761d7826377
https://github.com/geany/geany/commit/e9dd2269c2a4e2306c738a6b569fa761d7826…
Log Message:
-----------
Comment-out some options not available on older doxygen versions
This eliminates some warnings with doxygen 1.8.7 on Ubuntu 14.04.4 LTS
based system. The default values of these options are equal to the
commented-out values so nothing should be broken by this change.
Modified Paths:
--------------
doc/Doxyfile.in
Modified: doc/Doxyfile.in
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -1032,7 +1032,7 @@ VERBATIM_HEADERS = NO
# compiled with the --with-libclang option.
# The default value is: NO.
-CLANG_ASSISTED_PARSING = NO
+# CLANG_ASSISTED_PARSING = NO
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that
@@ -1040,7 +1040,7 @@ CLANG_ASSISTED_PARSING = NO
# specified with INPUT and INCLUDE_PATH.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
-CLANG_OPTIONS =
+# CLANG_OPTIONS =
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
@@ -1910,7 +1910,7 @@ DOCBOOK_OUTPUT = docbook
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-DOCBOOK_PROGRAMLISTING = NO
+# DOCBOOK_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
@@ -2337,7 +2337,7 @@ DIAFILE_DIRS =
# will not generate output for the diagram.
# This tag requires that the tag HAVE_DOT is set to YES.
-PLANTUML_JAR_PATH =
+# PLANTUML_JAR_PATH =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
--------------
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: Sun, 28 Feb 2016 23:34:27 UTC
Commit: 6f79a94cec19df0099402a5e68e92f78d86aec9c
https://github.com/geany/geany/commit/6f79a94cec19df0099402a5e68e92f78d86ae…
Log Message:
-----------
Add GPL header to GtkDoc header generation script
Modified Paths:
--------------
scripts/gen-api-gtkdoc.py
Modified: scripts/gen-api-gtkdoc.py
17 lines changed, 17 insertions(+), 0 deletions(-)
===================================================================
@@ -1,4 +1,21 @@
#!/usr/bin/env python
+#
+# Copyright 2015-2016 Thomas Martitz <kugel(a)rockbox.org>
+#
+# 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
import os
import sys
--------------
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: Sun, 28 Feb 2016 18:49:23 UTC
Commit: 532c61c64c737fdfd0277116960750e2780dcdbc
https://github.com/geany/geany/commit/532c61c64c737fdfd0277116960750e2780dc…
Log Message:
-----------
Small update of the French translation
Modified Paths:
--------------
po/fr.po
Modified: po/fr.po
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: Geany 1.27\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-28 14:14+0100\n"
-"PO-Revision-Date: 2016-02-25 02:05+0100\n"
+"PO-Revision-Date: 2016-02-28 19:48+0100\n"
"Last-Translator: Colomban Wendling <ban(a)herbesfolles.org>\n"
"Language-Team: French <geany-i18n(a)uvena.de>\n"
"Language: fr\n"
@@ -5024,15 +5024,15 @@ msgstr "Impossible de charger le fichier de tags « %s »."
#. For translators: it's the filename and line number of a tag in the goto-tag popup menu
#: ../src/symbols.c:1983
-#, fuzzy, c-format
+#, c-format
msgid "<b>%s: %lu</b>"
-msgstr "<b>Affichage</b>"
+msgstr "<b>%s : %lu</b>"
#. For translators: it's the filename and line number of a tag in the goto-tag popup menu
#: ../src/symbols.c:1986
#, c-format
msgid "%s: %lu"
-msgstr ""
+msgstr "%s : %lu"
# Prochaine déclaration (recherche vers l'avant)
#: ../src/symbols.c:2161
--------------
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: Sun, 28 Feb 2016 16:05:03 UTC
Commit: 49cdc2789772fc3b419d9ed392b2615ad2660689
https://github.com/geany/geany/commit/49cdc2789772fc3b419d9ed392b2615ad2660…
Log Message:
-----------
Document the new symbol goto popup
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
7 lines changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -1425,6 +1425,13 @@ corresponding line number. The current word is either the word
nearest the edit cursor, or the word underneath the popup menu click
position when the popup menu is used.
+If there are more symbols with the same name to which the goto can be performed,
+a pop up is shown with a list of all the occurrences. After selecting a symbol
+from the list Geany jumps to the corresponding symbol location. Geany tries to
+suggest the nearest symbol (symbol from the current file, other open documents
+or current directory) as the best candidate for the goto and places this symbol
+at the beginning of the list typed in boldface.
+
.. note::
If the corresponding symbol is on the current line, Geany will first
look for a symbol declaration instead, as this is more useful.
--------------
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: Sun, 28 Feb 2016 15:22:45 UTC
Commit: 2d88bc9a63a57fccad4ae072faf74a914860a7cf
https://github.com/geany/geany/commit/2d88bc9a63a57fccad4ae072faf74a914860a…
Log Message:
-----------
Bump GEANY_API_VERSION for langType rename
Modified Paths:
--------------
src/plugindata.h
Modified: src/plugindata.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -58,7 +58,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro.
*/
-#define GEANY_API_VERSION 227
+#define GEANY_API_VERSION 228
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).