Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 03 Nov 2024 13:38:53 UTC
Commit: 0ba557bc401125a211bbd5d30703fd85c86c055c
https://github.com/geany/www.geany.org/commit/0ba557bc401125a211bbd5d30703f…
Log Message:
-----------
Add 2024 Geany e.V. General Assembly meeting
Modified Paths:
--------------
page_content/association.md
Modified: page_content/association.md
16 lines changed, 13 insertions(+), 3 deletions(-)
===================================================================
@@ -15,18 +15,28 @@ There are no plans to direct the development of Geany itself from the associatio
#### Upcoming meetings
-##### Geany e.V. General Assembly 2023
-Date: 26th November 2023 - 15:00 CET
-Location: Jitsi (ask the association board for details)
+##### Geany e.V. General Assembly 2024
+Date: 30th November 2024 - 15:00 CET
+Location: Hoepnerstraße, Leipzig, Germany and Jitsi (ask the association board for details)
Audience: association members
Agenda:
- General report
- Financial report
+- Election of the association board
#### Past meetings
+##### Geany e.V. General Assembly 2023
+Date: 26th November 2023 - 15:00 CET
+Location: Jitsi (ask the association board for details)
+Audience: association members
+Agenda:
+
+- General report
+- Financial report
+
##### Geany e.V. General Assembly 2022
Date: 19th November 2022 - 15:00 CET
Location: Hoepnerstraße, Leipzig, Germany
--------------
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: Fri, 01 Nov 2024 17:02:28 UTC
Commit: eb831d7c846abdf567c79fe0e0d64ce212acf7ca
https://github.com/geany/geany/commit/eb831d7c846abdf567c79fe0e0d64ce212acf…
Log Message:
-----------
Merge pull request #4014 from techee/java_kw
Java: add Java SE23 keywords
Modified Paths:
--------------
data/filedefs/filetypes.java
Modified: data/filedefs/filetypes.java
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@
[styling=C]
[keywords]
-primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null
+primary=abstract assert break case catch class const continue default do else enum exports extends final finally for goto if implements import instanceof interface module native new non-sealed open opens package permits private protected provides public record requires return sealed static strictfp super switch synchronized this throw throws to transient transitive try uses var volatile when while with yield true false null
secondary=boolean byte char double float int long short void
# documentation keywords for javadoc
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
--------------
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: Fri, 01 Nov 2024 15:28:25 UTC
Commit: b46ca22f173bf323eef4adafa750b56824c99c9d
https://github.com/geany/geany/commit/b46ca22f173bf323eef4adafa750b56824c99…
Log Message:
-----------
Java: add Java SE23 keywords
See https://docs.oracle.com/javase/specs/jls/se23/html/jls-3.html#jls-3.9
Modified Paths:
--------------
data/filedefs/filetypes.java
Modified: data/filedefs/filetypes.java
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@
[styling=C]
[keywords]
-primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null
+primary=abstract assert break case catch class const continue default do else enum exports extends final finally for goto if implements import instanceof interface module native new non-sealed open opens package permits private protected provides public record requires return sealed static strictfp super switch synchronized this throw throws to transient transitive try uses var volatile when while with yield true false null
secondary=boolean byte char double float int long short void
# documentation keywords for javadoc
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).