Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Fri, 21 Jun 2024 21:49:06 UTC
Commit: eead58390dcaa8c507f2ab6e42b3e7efcedef208
https://github.com/geany/geany-osx/commit/eead58390dcaa8c507f2ab6e42b3e7efc…
Log Message:
-----------
Update enchant share directory name
Modified Paths:
--------------
geany.bundle
Modified: geany.bundle
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -155,7 +155,7 @@
</data>
<!-- enchant config -->
<data>
- ${prefix}/share/enchant
+ ${prefix}/share/enchant-2
</data>
<!-- Copy in the themes data. You may want to trim this to save space
--------------
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, 19 Jun 2024 22:32:54 UTC
Commit: 0a25af7d16bebf84729694ea6c4dd224b6deabd8
https://github.com/geany/geany/commit/0a25af7d16bebf84729694ea6c4dd224b6dea…
Log Message:
-----------
Don't include geanyfunctions.h from geanyplugin.h
Clangd complains with
main file cannot be included recursively when building a preamble
and I suspect geanyfunctions.h is the old (and now empty) version
of geanyplugin.h so there's no need to include it anyway.
Modified Paths:
--------------
plugins/geanyplugin.h
Modified: plugins/geanyplugin.h
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -40,7 +40,6 @@
#include "encodings.h"
#include "filetypes.h"
#include "geany.h"
-#include "geanyfunctions.h"
#include "highlighting.h"
#include "keybindings.h"
#include "main.h"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).