Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Mon, 23 Oct 2023 17:32:29 UTC
Commit: 96c8f4ea953145e152b5e9cef023382d326eb737
https://github.com/geany/geany/commit/96c8f4ea953145e152b5e9cef023382d326eb…
Log Message:
-----------
Merge pull request #3641 from techee/hacking_update
Update some paths in HACKING
Modified Paths:
--------------
HACKING
Modified: HACKING
11 lines changed, 6 insertions(+), 5 deletions(-)
===================================================================
@@ -555,9 +555,9 @@ The remaining notes relate mostly to built-in filetypes.
filetypes.* configuration file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-All languages need a data/filetypes.foo configuration file. See
+All languages need a data/filedefs/filetypes.foo configuration file. See
the "Filetype definition files" section in the manual and/or
-data/filetypes.c for an example.
+data/filedefs/filetypes.c for an example.
Programming languages should have:
@@ -615,8 +615,8 @@ highlightingmappings.h and add the following things:
a. Add ``init_styleset_case(FOO);`` in ``highlighting_init_styles()``.
b. Add ``styleset_case(FOO);`` in ``highlighting_set_styles()``.
-3. Write data/filetypes.foo configuration file [styling] section. See
- the manual and see data/filetypes.d for a named style example.
+3. Write data/filedefs/filetypes.foo configuration file [styling] section. See
+ the manual and see data/filedefs/filetypes.d for a named style example.
.. note::
Please try to make your styles fit in with the other filetypes'
@@ -658,7 +658,8 @@ https://github.com/universal-ctags/ctags
Method
``````
-* Add foo.c to SRCS in Makefile.am and meson.build.
+* Add ctags/parsers/foo.c to ``parsers`` in ctags/Makefile.am and to the
+ ``ctags`` library in meson.build.
* Add Foo to src/tagmanager/tm_parsers.h
* Add TM_PARSER_FOO to src/tagmanager/tm_parser.h. The list here must follow
exactly the order in src/tagmanager/tm_parsers.h.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Mon, 23 Oct 2023 17:08:44 UTC
Commit: d6ce2dd34558eb266a927b779ec17ee0bcebc6cb
https://github.com/geany/geany/commit/d6ce2dd34558eb266a927b779ec17ee0bcebc…
Log Message:
-----------
Add meson.build to release howto and replace IRC by Matrix
Modified Paths:
--------------
doc/making-a-release
Modified: doc/making-a-release
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -8,7 +8,7 @@ and summarize the interesting ones. Use `git log --author='name'`
to filter commits by a particular developer name.
Ensure version numbers are all updated in:
- configure.ac geany_private.rc geany.exe.manifest doc/geany.txt
+ configure.ac meson.build geany_private.rc geany.exe.manifest doc/geany.txt
Ensure release date is updated in (use scripts/set-release-date if not):
NEWS doc/geany.txt doc/geany.1.in
Check GEANY_CODENAME is set in src/geany.h.
@@ -24,7 +24,8 @@ version number (e.g. `/home/geany/publish-release 1.36`).
Make sure the public part of the GPG key used to sign the archives
can be found on the download page.
-Windows builds (enrico?).
+Windows builds are created mostly by Enrico following the instructions on
+https://wiki.geany.org/howtos/win32/msys2.
Create a signed tag for the release in Git with 'git tag -s <version>'.
@@ -39,7 +40,7 @@ Put a news item on SourceForge (https://sourceforge.net/p/geany/news/)
and a new release on GitHub (https://github.com/geany/geany/releases --
use scripts/github-news to generate the contents).
-Update the topic on the IRC channel (/msg chanserv op #geany).
+Update the topic on the Matrix channel.
For non-master releases, merge NEWS into master and any branch-only
commits that need to merged.
--------------
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: GitHub <noreply(a)github.com>
Date: Mon, 23 Oct 2023 10:19:51 UTC
Commit: cb10577f633e178ad533f4fc79cc797618d9d004
https://github.com/geany/geany/commit/cb10577f633e178ad533f4fc79cc797618d9d…
Log Message:
-----------
Update HACKING
Co-authored-by: Colomban Wendling <lists.ban(a)herbesfolles.org>
Modified Paths:
--------------
HACKING
Modified: HACKING
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -658,7 +658,8 @@ https://github.com/universal-ctags/ctags
Method
``````
-* Add foo.c to SRCS in ctags/Makefile.am and meson.build.
+* Add ctags/parsers/foo.c to ``parsers`` in ctags/Makefile.am and to the
+ ``ctags`` library in meson.build.
* Add Foo to src/tagmanager/tm_parsers.h
* Add TM_PARSER_FOO to src/tagmanager/tm_parser.h. The list here must follow
exactly the order in src/tagmanager/tm_parsers.h.
--------------
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, 22 Oct 2023 21:09:06 UTC
Commit: ba9190284610d798db447868f65e21075678754a
https://github.com/geany/geany/commit/ba9190284610d798db447868f65e210756787…
Log Message:
-----------
saveactions: Fix a couple mnemonics in the French translation
Modified Paths:
--------------
po/fr.po
Modified: po/fr.po
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -6272,13 +6272,13 @@ msgid ""
"Date/_Time format for backup files (for a list of available conversion "
"specifiers see https://docs.gtk.org/glib/method.DateTime.format.html):"
msgstr ""
-"Format de date et heure pour les fichiers de sauvegarde (référez-vous à "
+"_Format de date et heure pour les fichiers de sauvegarde (référez-vous à "
"https://docs.gtk.org/glib/method.DateTime.format.html pour la liste des "
"spécificateurs de conversion disponibles) :"
#: plugins/saveactions.c:830
msgid "Directory _levels to include in the backup destination:"
-msgstr "_Niveaux de dossiers à inclure dans la sauvegarde :"
+msgstr "Niveau_x de dossiers à inclure dans la sauvegarde :"
#: plugins/splitwindow.c:33
msgid "Split Window"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: scootergrisen <scootergrisen(a)gmail.com>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 21 Oct 2023 21:37:37 UTC
Commit: fefef55569424b72e540bafa4bec514e7e2fd6f5
https://github.com/geany/geany/commit/fefef55569424b72e540bafa4bec514e7e2fd…
Log Message:
-----------
Add missing space before "(without the path)"
Modified Paths:
--------------
src/printing.c
Modified: src/printing.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -264,7 +264,7 @@ static GtkWidget *create_custom_widget(GtkPrintOperation *operation, gpointer us
w->check_print_basename = gtk_check_button_new_with_mnemonic(_("Use the basename of the printed file"));
gtk_box_pack_start(GTK_BOX(vbox30), w->check_print_basename, FALSE, FALSE, 0);
- gtk_widget_set_tooltip_text(w->check_print_basename, _("Print only the basename(without the path) of the printed file"));
+ gtk_widget_set_tooltip_text(w->check_print_basename, _("Print only the basename (without the path) of the printed file"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w->check_print_basename), printing_prefs.page_header_basename);
hbox10 = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 5);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 21 Oct 2023 21:22:14 UTC
Commit: 656b03bc00fe3a17b6b369f41b436c1473fa953d
https://github.com/geany/geany/commit/656b03bc00fe3a17b6b369f41b436c1473fa9…
Log Message:
-----------
Enable translations in the "Various" tab in preferences dialog
"config.h" is needed as it defines the GETTEXT_PACKAGE which
is necessary to enable translations at all.
Fixes #3628.
Modified Paths:
--------------
src/stash.c
Modified: src/stash.c
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -75,6 +75,10 @@
* should be efficient enough.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "stash.h"
#include "support.h" /* only for _("text") */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 21 Oct 2023 15:30:08 UTC
Commit: 3e93fb3943da73d88deaeda01ccd2121da036981
https://github.com/geany/www.geany.org/commit/3e93fb3943da73d88deaeda01ccd2…
Log Message:
-----------
Merge pull request #48 from waywardone/patch-1
Add missing "of" in home.html
Modified Paths:
--------------
geany/templates/home.html
Modified: geany/templates/home.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -117,7 +117,7 @@ <h2 class="text-center">News</h2>
<div class="col-md-4">
<div class="feature-icon"><span class="glyphicon glyphicon-flash" aria-hidden="true"></span></div>
<h2 class="text-center">Fast & Small</h2>
- <p>One the primary reasons for Geany's existence is that there
+ <p>One of the primary reasons for Geany's existence is that there
is a need for a decent, GUI, lightweight, cross-platform, flexible
and powerful IDE/editor. Many editors meet one or more of these
requirements but fall short on others.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Wayward One <waywardone(a)users.noreply.github.com>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 21 Oct 2023 03:51:46 UTC
Commit: 04fd865d3f376e88a443e588ace88368dbf0094f
https://github.com/geany/www.geany.org/commit/04fd865d3f376e88a443e588ace88…
Log Message:
-----------
Add missing "of" in home.html
Modified Paths:
--------------
geany/templates/home.html
Modified: geany/templates/home.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -117,7 +117,7 @@ <h2 class="text-center">News</h2>
<div class="col-md-4">
<div class="feature-icon"><span class="glyphicon glyphicon-flash" aria-hidden="true"></span></div>
<h2 class="text-center">Fast & Small</h2>
- <p>One the primary reasons for Geany's existence is that there
+ <p>One of the primary reasons for Geany's existence is that there
is a need for a decent, GUI, lightweight, cross-platform, flexible
and powerful IDE/editor. Many editors meet one or more of these
requirements but fall short on others.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: hieeupomalrf <hieeupomalrf(a)gmail.com>
Committer: hieeupomalrf <hieeupomalrf(a)gmail.com>
Date: Thu, 19 Oct 2023 01:28:11 UTC
Commit: 6104d0007a6df4ed3f6055551e55080475d3066a
https://github.com/geany/geany/commit/6104d0007a6df4ed3f6055551e55080475d30…
Log Message:
-----------
add R execution command
Modified Paths:
--------------
data/filedefs/filetypes.r
Modified: data/filedefs/filetypes.r
5 lines changed, 5 insertions(+), 0 deletions(-)
===================================================================
@@ -60,3 +60,8 @@ context_action_cmd=
#width=4
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=1
+
+[build_settings]
+# %f will be replaced by the complete filename
+# %e will be replaced by the filename without extension
+run_cmd=Rscript "%f"
\ No newline at end of file
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).