Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Wed, 13 Oct 2021 21:37:03 UTC
Commit: 0732a10af401308d39f5915fb226f1386dfad7cc
https://github.com/geany/www.geany.org/commit/0732a10af401308d39f5915fb226f…
Log Message:
-----------
Update list of filetypes
Modified Paths:
--------------
page_content/about/filetypes.md
Modified: page_content/about/filetypes.md
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
Supported Filetypes
==========
-Geany supports a variety of many different filestypes. Here is (not necessarily complete) list:
+Geany supports a variety of many different filestypes. Here is a (not necessarily complete) list:
- Abaqus
- Abc
@@ -44,13 +44,15 @@ Geany supports a variety of many different filestypes. Here is (not necessarily
- Java
- Javascript
- JSON
+ - Julia
- Kotlin
- LaTeX
- Lisp
- Lua
- Make
- Markdown
- Matlab/Octave
+ - Meson
- Nim
- NSIS
- Objective-C
@@ -66,6 +68,7 @@ Geany supports a variety of many different filestypes. Here is (not necessarily
- Rust
- Scala
- Sh
+ - Smalltalk
- SQL
- Swift
- Tcl
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Thomas Martitz <kugel(a)rockbox.org>
Committer: Thomas Martitz <kugel(a)rockbox.org>
Date: Mon, 11 Oct 2021 11:10:52 UTC
Commit: 7d4815cd72f13836be08550fcf313994f0072b51
https://github.com/geany/geany/commit/7d4815cd72f13836be08550fcf313994f0072…
Log Message:
-----------
Install SciLexer.h that got lost during the lexilla transition
Also update some place where its old path was mentioned.
Modified Paths:
--------------
scintilla/Makefile.am
scripts/update-scintilla.sh
src/highlighting.c
Modified: scintilla/Makefile.am
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,8 @@ scintilla_include_HEADERS = \
include/Scintilla.h \
include/Scintilla.iface \
include/ScintillaWidget.h \
-include/Sci_Position.h
+include/Sci_Position.h \
+lexilla/include/SciLexer.h
LEXER_SRCS = \
lexilla/lexers/LexAbaqus.cxx \
Modified: scripts/update-scintilla.sh
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -107,9 +107,9 @@ fi
if ! git diff --quiet scintilla/lexilla/include/SciLexer.h; then
cat << EOF
-Check the diff of scintilla/include/SciLexer.h to see whether and which
+Check the diff of scintilla/lexilla/include/SciLexer.h to see whether and which
mapping to add or update in src/highlightingmappings.h
-(use git diff scintilla/include/SciLexer.h).
+(use git diff scintilla/lexilla/include/SciLexer.h).
Don't forget to also update the comment and string styles in
src/highlighting.c.
EOF
Modified: src/highlighting.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1168,7 +1168,7 @@ void highlighting_set_styles(ScintillaObject *sci, GeanyFiletype *ft)
* (e.g. by by opening a file of this type), it will be initialised. The returned pointer is
* owned by Geany and must not be freed.
* @param ft_id Filetype ID, e.g. @c GEANY_FILETYPES_DIFF.
- * @param style_id A Scintilla lexer style, e.g. @c SCE_DIFF_ADDED. See scintilla/include/SciLexer.h.
+ * @param style_id A Scintilla lexer style, e.g. @c SCE_DIFF_ADDED. See scintilla/lexilla/include/SciLexer.h.
* @return A pointer to the style struct.
* @see Scintilla messages @c SCI_STYLEGETFORE, etc, for use with scintilla_send_message(). */
GEANY_API_SYMBOL
--------------
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: Sun, 10 Oct 2021 22:44:22 UTC
Commit: 2d93776331c5bf7df9115b2c1aef3f9367994b6d
https://github.com/geany/www.geany.org/commit/2d93776331c5bf7df9115b2c1aef3…
Log Message:
-----------
2021 Geany e.V. General Assembly meeting is past
Modified Paths:
--------------
page_content/association.md
Modified: page_content/association.md
6 lines changed, 4 insertions(+), 2 deletions(-)
===================================================================
@@ -15,6 +15,10 @@ There are no plans to direct the development of Geany itself from the associatio
#### Upcoming meetings
+* None scheduled.
+
+#### Past meetings
+
##### Geany e.V. General Assembly 2021
Date: 10th October 2021 - 15:00 CEST
Location: Remote (via Jitsi)
@@ -24,8 +28,6 @@ Agenda:
* General report
* Financial report
-#### Past meetings
-
##### Geany e.V. General Assembly 2020
Date: 27th September 2020 - 15:00 CEST
Location: Remote (via Jitsi)
--------------
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: Sun, 10 Oct 2021 22:39:52 UTC
Commit: b06933d9e410c03a4e43aeda331dcfab17c6a441
https://github.com/geany/www.geany.org/commit/b06933d9e410c03a4e43aeda331dc…
Log Message:
-----------
Minor formatting improvements for Verifying GPG signatures instructions
Modified Paths:
--------------
page_content/support/verify-gpg-signature.md
Modified: page_content/support/verify-gpg-signature.md
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,9 +1,9 @@
Verifying GPG signatures of Geany and Geany-Plugins releases
==========
-You can use the `gpg` utility. On GNU/Linux distributions, if you don't have it, you can get it with `sudo apt install gpg`. On other operating systems, see https://gnupg.org/download/index.html and https://gnupg.org/download/integrity_check.html.
+You can use the `gpg` utility. On Debian based distributions, if you don't have it, you can get it with `sudo apt install gpg`. On other operating systems, see https://gnupg.org/download/index.html and https://gnupg.org/download/integrity_check.html.
-#### Here is how to use `gpg` on Linux-like distributions:
+### Here is how to use `gpg` on Linux-like distributions
First, you need to import the public GPG key used to sign the packages. You can download the used public key from: https://download.geany.org/colombanw-pubkey.txt
@@ -30,5 +30,5 @@ A complete example:
```Bash
wget https://download.geany.org/colombanw-pubkey.txt
gpg --import < colombanw-pubkey.txt
-gpg --verify geany-1.34.tar.bz2.sig geany-1.34.tar.bz2```
+gpg --verify geany-1.34.tar.bz2.sig geany-1.34.tar.bz2
```
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).