Branch: refs/heads/more-explicit-sepa-for-donations
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Mon, 20 May 2024 21:49:17 UTC
Commit: 1b76837b62c6e62bc59880740ddebf2fece8f505
https://github.com/geany/www.geany.org/commit/1b76837b62c6e62bc59880740ddeb…
Log Message:
-----------
Try to more explicit state SEPA only for bank transfers
Modified Paths:
--------------
page_content/about/donate.md
Modified: page_content/about/donate.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -16,7 +16,7 @@ More than financial support, the Geany project needs help with:
If you want to donate money to the Geany project, it will be used to support further development of Geany, to pay running costs for hosting and domains and support presenting Geany on various [Open Source Conferences][5].
There are different options to donate, including bank transfer and Liberapay.
-Bank transfer to the [Geany e.V.][8] account is the preferred way for donating money as the money is transferred directly without a third party involved and additional fees can be avoided.
+Bank transfer to the [Geany e.V.][8] account (only SEPA / Europe) is the preferred way for donating money as the money is transferred directly without a third party involved and additional fees can be avoided.
Your options:
--------------
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, 21 Apr 2024 15:47:45 UTC
Commit: 0a817aaca27051522321a9c9a1717eed41f56d35
https://github.com/geany/geany/commit/0a817aaca27051522321a9c9a1717eed41f56…
Log Message:
-----------
Add missing various pref docs
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -2754,6 +2754,9 @@ gio_unsafe_save_backup Make a backup when using GIO unsafe file f
keep_edit_history_on_reload Whether to maintain the edit history when true immediately
reloading a file, and allow the operation
to be reverted.
+show_keep_edit_history_on_reload_msg Whether to show a confirmation dialog to true immediately
+ drop the edit history on reloading a file,
+ see also `keep_edit_history_on_reload` above.
reload_clean_doc_on_file_change Whether to automatically reload documents false immediately
that have no changes but which have changed
on disk.
--------------
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: Tue, 23 Apr 2024 20:45:46 UTC
Commit: c0cd092a49a3162f57691099f115fc2689515774
https://github.com/geany/geany/commit/c0cd092a49a3162f57691099f115fc2689515…
Log Message:
-----------
fixup: move new search pref to the end of struct
Modified Paths:
--------------
src/search.h
Modified: src/search.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -60,9 +60,9 @@ typedef struct GeanySearchPrefs
gboolean use_current_file_dir; /* find in files directory to use on showing dialog */
gboolean hide_find_dialog; /* hide the find dialog on next or previous */
gboolean replace_and_find_by_default; /* enter in replace window performs Replace & Find instead of Replace */
+ GeanyFindSelOptions find_selection_type;
gboolean skip_confirmation_for_replace_in_session; /* do *not* ask for confirmation
before using "replace in session */
- GeanyFindSelOptions find_selection_type;
}
GeanySearchPrefs;
--------------
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, 21 Apr 2024 15:57:49 UTC
Commit: 8c9818eb861065ca48854e0d7aed5b2daf52310a
https://github.com/geany/geany/commit/8c9818eb861065ca48854e0d7aed5b2daf523…
Log Message:
-----------
Reformat various prefs table in docs
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
271 lines changed, 136 insertions(+), 135 deletions(-)
===================================================================
@@ -2657,148 +2657,149 @@ Rarely used preferences, explained in the table below. A few of them require
restart to take effect, and a few other will only affect newly opened or created
documents before restart.
-================================ =========================================== ========== ===========
-Key Description Default Applies
-================================ =========================================== ========== ===========
+======================================== ============================================ ============ ===========
+Key Description Default Applies
+======================================== ============================================ ============ ===========
**``editor`` group**
-use_gtk_word_boundaries Whether to look for the end of a word true to new
- when using word-boundary related documents
- Scintilla commands (see `Scintilla
- keyboard commands`_).
-brace_match_ltgt Whether to highlight <, > angle brackets. false immediately
-complete_snippets_whilst_editing Whether to allow completion of snippets false immediately
- when editing an existing line (i.e. there
- is some text after the current cursor
- position on the line). Only used when the
- keybinding `Complete snippet` is set to
- ``Space``.
-show_editor_scrollbars Whether to display scrollbars. If set to true immediately
- false, the horizontal and vertical
- scrollbars are hidden completely.
-indent_hard_tab_width The size of a tab character. Don't change 8 immediately
- it unless you really need to; use the
- indentation settings instead.
-editor_ime_interaction Input method editor (IME)'s candidate 0 to new
- window behaviour. May be 0 (windowed) or documents
- 1 (inline)
+use_gtk_word_boundaries Whether to look for the end of a word true to new
+ when using word-boundary related documents
+ Scintilla commands (see `Scintilla
+ keyboard commands`_).
+brace_match_ltgt Whether to highlight <, > angle brackets. false immediately
+complete_snippets_whilst_editing Whether to allow completion of snippets false immediately
+ when editing an existing line (i.e. there
+ is some text after the current cursor
+ position on the line). Only used when the
+ keybinding `Complete snippet` is set to
+ ``Space``.
+show_editor_scrollbars Whether to display scrollbars. If set to true immediately
+ false, the horizontal and vertical
+ scrollbars are hidden completely.
+indent_hard_tab_width The size of a tab character. Don't change 8 immediately
+ it unless you really need to; use the
+ indentation settings instead.
+editor_ime_interaction Input method editor (IME)'s candidate 0 to new
+ window behaviour. May be 0 (windowed) or documents
+ 1 (inline)
**``interface`` group**
-show_symbol_list_expanders Whether to show or hide the small true to new
- expander icons on the symbol list documents
- treeview.
-compiler_tab_autoscroll Whether to automatically scroll to the true immediately
- last line of the output in the Compiler
- tab.
-statusbar_template The status bar statistics line format. See below. immediately
- (See `Statusbar Templates`_ for details).
-new_document_after_close Whether to open a new document after all false immediately
- documents have been closed.
-msgwin_status_visible Whether to show the Status tab in the true immediately
- Messages Window
-msgwin_compiler_visible Whether to show the Compiler tab in the true immediately
- Messages Window
-msgwin_messages_visible Whether to show the Messages tab in the true immediately
- Messages Window
-msgwin_scribble_visible Whether to show the Scribble tab in the true immediately
- Messages Window
-warn_on_project_close Whether to show a warning when opening true immediately
- a project while one is already open.
+show_symbol_list_expanders Whether to show or hide the small true to new
+ expander icons on the symbol list documents
+ treeview.
+compiler_tab_autoscroll Whether to automatically scroll to the true immediately
+ last line of the output in the Compiler
+ tab.
+statusbar_template The status bar statistics line format. See below. immediately
+ (See `Statusbar Templates`_ for details).
+new_document_after_close Whether to open a new document after all false immediately
+ documents have been closed.
+msgwin_status_visible Whether to show the Status tab in the true immediately
+ Messages Window
+msgwin_compiler_visible Whether to show the Compiler tab in the true immediately
+ Messages Window
+msgwin_messages_visible Whether to show the Messages tab in the true immediately
+ Messages Window
+msgwin_scribble_visible Whether to show the Scribble tab in the true immediately
+ Messages Window
+warn_on_project_close Whether to show a warning when opening true immediately
+ a project while one is already open.
**``terminal`` group**
-send_selection_unsafe By default, Geany strips any trailing false immediately
- newline characters from the current
- selection before sending it to the terminal
- to not execute arbitrary code. This is
- mainly a security feature.
- If, for whatever reasons, you really want
- it to be executed directly, set this option
- to true.
-send_cmd_prefix String with which prefix the commands sent Empty immediately
- to the shell. This may be used to tell
- some shells (BASH with ``HISTCONTROL`` set
- to ``ignorespace``, ZSH with
- ``HIST_IGNORE_SPACE`` enabled, etc.) from
- putting these commands in their history by
- setting this to a space. Note that leading
- spaces must be escaped using `\s` in the
- configuration file.
+send_selection_unsafe By default, Geany strips any trailing false immediately
+ newline characters from the current
+ selection before sending it to the terminal
+ to not execute arbitrary code. This is
+ mainly a security feature.
+ If, for whatever reasons, you really want
+ it to be executed directly, set this option
+ to true.
+send_cmd_prefix String with which prefix the commands sent Empty immediately
+ to the shell. This may be used to tell
+ some shells (BASH with ``HISTCONTROL`` set
+ to ``ignorespace``, ZSH with
+ ``HIST_IGNORE_SPACE`` enabled, etc.) from
+ putting these commands in their history by
+ setting this to a space. Note that leading
+ spaces must be escaped using `\s` in the
+ configuration file.
**``files`` group**
-allow_always_save Whether files can be saved always, even false immediately
- if they don't have any changes.
- By default, the Save button and menu
- item are disabled when a file is
- unchanged. When setting this option to
- true, the Save button and menu item are
- always active and files can be saved.
-use_atomic_file_saving Defines the mode how Geany saves files to false immediately
- disk. If disabled, Geany directly writes
- the content of the document to disk. This
- might cause loss of data when there is
- no more free space on disk to save the
- file. When set to true, Geany first saves
- the contents into a temporary file and if
- this succeeded, the temporary file is
- moved to the real file to save.
- This gives better error checking in case of
- no more free disk space. But it also
- destroys hard links of the original file
- and its permissions (e.g. executable flags
- are reset). Use this with care as it can
- break things seriously.
- The better approach would be to ensure your
- disk won't run out of free space.
-use_gio_unsafe_file_saving Whether to use GIO as the unsafe file true immediately
- saving backend. It is better on most
- situations but is known not to work
- correctly on some complex setups.
-gio_unsafe_save_backup Make a backup when using GIO unsafe file false immediately
- saving. Backup is named `filename~`.
-keep_edit_history_on_reload Whether to maintain the edit history when true immediately
- reloading a file, and allow the operation
- to be reverted.
-show_keep_edit_history_on_reload_msg Whether to show a confirmation dialog to true immediately
- drop the edit history on reloading a file,
- see also `keep_edit_history_on_reload` above.
-reload_clean_doc_on_file_change Whether to automatically reload documents false immediately
- that have no changes but which have changed
- on disk.
- If unsaved changes exist then the user is
- prompted to reload manually.
-save_config_on_file_change Automatically save Geany's configuration true immediately
- to disk once the document list changes
- (i.e. new documents are opened, saved or
- closed). This helps to prevent accidentally
- losing the session file list or other
- changed settings when Geany is not shut
- down cleanly. Disable this option if your
- configuration directory is on a slow drive,
- network share or similar and you experience
- problems.
-extract_filetype_regex Regex to extract filetype name from file See link immediately
- via capture group one.
- See `ft_regex`_ for default.
+allow_always_save Whether files can be saved always, even false immediately
+ if they don't have any changes.
+ By default, the Save button and menu
+ item are disabled when a file is
+ unchanged. When setting this option to
+ true, the Save button and menu item are
+ always active and files can be saved.
+use_atomic_file_saving Defines the mode how Geany saves files to false immediately
+ disk. If disabled, Geany directly writes
+ the content of the document to disk. This
+ might cause loss of data when there is
+ no more free space on disk to save the
+ file. When set to true, Geany first saves
+ the contents into a temporary file and if
+ this succeeded, the temporary file is
+ moved to the real file to save.
+ This gives better error checking in case of
+ no more free disk space. But it also
+ destroys hard links of the original file
+ and its permissions (e.g. executable flags
+ are reset). Use this with care as it can
+ break things seriously.
+ The better approach would be to ensure your
+ disk won't run out of free space.
+use_gio_unsafe_file_saving Whether to use GIO as the unsafe file true immediately
+ saving backend. It is better on most
+ situations but is known not to work
+ correctly on some complex setups.
+gio_unsafe_save_backup Make a backup when using GIO unsafe file false immediately
+ saving. Backup is named `filename~`.
+keep_edit_history_on_reload Whether to maintain the edit history when true immediately
+ reloading a file, and allow the operation
+ to be reverted.
+show_keep_edit_history_on_reload_msg Whether to show a confirmation dialog to true immediately
+ drop the edit history on reloading a file,
+ see also `keep_edit_history_on_reload`
+ above.
+reload_clean_doc_on_file_change Whether to automatically reload documents false immediately
+ that have no changes but which have changed
+ on disk.
+ If unsaved changes exist then the user is
+ prompted to reload manually.
+save_config_on_file_change Automatically save Geany's configuration true immediately
+ to disk once the document list changes
+ (i.e. new documents are opened, saved or
+ closed). This helps to prevent accidentally
+ losing the session file list or other
+ changed settings when Geany is not shut
+ down cleanly. Disable this option if your
+ configuration directory is on a slow drive,
+ network share or similar and you experience
+ problems.
+extract_filetype_regex Regex to extract filetype name from file See link immediately
+ via capture group one.
+ See `ft_regex`_ for default.
**``search`` group**
-find_selection_type See `Find selection`_. 0 immediately
-replace_and_find_by_default Set ``Replace & Find`` button as default so true immediately
- it will be activated when the Enter key is
- pressed while one of the text fields has
- focus.
-skip_confirmation_for_replace_in_session If set, do *not* show the false immediately
- confirmation dialog before replacing text
- in the whole session, i.e. in all open
- files.
+find_selection_type See `Find selection`_. 0 immediately
+replace_and_find_by_default Set ``Replace & Find`` button as default so true immediately
+ it will be activated when the Enter key is
+ pressed while one of the text fields has
+ focus.
+skip_confirmation_for_replace_in_session If set, do *not* show the false immediately
+ confirmation dialog before replacing text
+ in the whole session, i.e. in all open
+ files.
**``build`` group**
-number_ft_menu_items The maximum number of menu items in the 2 on restart
- filetype build section of the Build menu.
-number_non_ft_menu_items The maximum number of menu items in the 3 on restart
- independent build section.
-number_exec_menu_items The maximum number of menu items in the 2 on restart
- execute section of the Build menu.
+number_ft_menu_items The maximum number of menu items in the 2 on restart
+ filetype build section of the Build menu.
+number_non_ft_menu_items The maximum number of menu items in the 3 on restart
+ independent build section.
+number_exec_menu_items The maximum number of menu items in the 2 on restart
+ execute section of the Build menu.
**``socket`` group**
-socket_remote_cmd_port TCP port number to be used for inter 2 on restart
- process communication (i.e. with other
- Geany instances, e.g. "Open with Geany").
- Only available on Windows, valid port
- range: 1024 to 65535.
-================================ =========================================== ========== ===========
+socket_remote_cmd_port TCP port number to be used for inter 2 on restart
+ process communication (i.e. with other
+ Geany instances, e.g. "Open with Geany").
+ Only available on Windows, valid port
+ range: 1024 to 65535.
+======================================== ============================================ ============ ===========
Statusbar Templates
```````````````````
--------------
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, 28 Apr 2024 12:50:31 UTC
Commit: bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad
https://github.com/geany/geany/commit/bb15a702a9a0ae9eb4e2f805e391f30c6a9f0…
Log Message:
-----------
fixup: do not increase plugin API version
Modified Paths:
--------------
src/plugindata.h
Modified: src/plugindata.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -57,7 +57,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 248
+#define GEANY_API_VERSION 247
/* hack to have a different ABI when built with different GTK major versions
* because loading plugins linked to a different one leads to crashes.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).