Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 19 Oct 2023 15:52:30 UTC Commit: 13bc05d80f456d8ed745e4fbfbf4286a49d1acaf https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1ac...
Log Message: ----------- Replace never released version 1.39 by 2.0
Modified Paths: -------------- po/fr.po src/keybindings.h
Modified: po/fr.po 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Geany / PoHelper 1.39\n" +"X-Generator: Geany / PoHelper 2.0\n"
#: geany.desktop.in:5 data/geany.glade:6456 msgid "Geany"
Modified: src/keybindings.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -278,7 +278,7 @@ enum GeanyKeyBindingID GEANY_KEYS_FILE_RELOAD_ALL, /**< Keybinding. * @since 1.38 (API 240) */ GEANY_KEYS_PROJECT_NEW_FROM_FOLDER, /**< Keybinding. - * @since 1.39 (API 243) */ + * @since 2.0 (API 243) */ GEANY_KEYS_COUNT /* must not be used by plugins */ };
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).