Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 29 Sep 2019 11:38:50 UTC
Commit: 22c2b86fbe7df74430835331eccbbce667e149fc
https://github.com/geany/geany/commit/22c2b86fbe7df74430835331eccbbce667e14…
Log Message:
-----------
Small update of German translation
Modified Paths:
--------------
po/de.po
Modified: po/de.po
9 lines changed, 4 insertions(+), 5 deletions(-)
===================================================================
@@ -390,7 +390,7 @@ msgstr ""
#: ../data/geany.glade.h:74
msgid "Store project file inside the project base directory"
-msgstr "Projektdatei im Projektbasisverzeichnis erstelle"
+msgstr "Projektdatei im Projektbasisverzeichnises erstellen"
# : ../data/geany.glade.h:75
msgid ""
@@ -399,10 +399,9 @@ msgid ""
"directory. You can still change the path of the project file in the New "
"Project dialog."
msgstr ""
-"Wenn diese Option eingeschaltet ist, wird beim Erzeugen eines neuen Projekts "
-"die Projektdatei standardmäßig innerhalb des Basisverzeichnis des Projekts "
-"angelegt, ansonsten wird die Datei ein Verzeichnis über dem Basisverzeichnis "
-"angelegt. Der Pfad kann im »Neues Projekt«-Dialog geändert werden."
+"Wenn diese Option eingeschaltet ist, wird eine neue Projektdatei beim Erzeugen normalerweise im "
+"Projekt-Basisverzeichnis angelegt, sonst ein Verzeichnis über dem Basisverzeichnis. "
+"Den Pfad kann im »Neues Projekt«-Dialog ändern."
#: ../data/geany.glade.h:76
msgid "<b>Projects</b>"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sat, 28 Sep 2019 13:56:03 UTC
Commit: 4acdebf46ec2f0e701f541748a941d51b5b9fa94
https://github.com/geany/geany/commit/4acdebf46ec2f0e701f541748a941d51b5b9f…
Log Message:
-----------
Small update of making-a-release
Simplify it a little recommending using the script early, and add new
website URLs.
Modified Paths:
--------------
doc/making-a-release
Modified: doc/making-a-release
21 lines changed, 7 insertions(+), 14 deletions(-)
===================================================================
@@ -18,25 +18,18 @@ Run 'make distcheck'.
Delete the created archive and run 'make dist' and 'make dist-bzip2'.
Sign the archives with 'make sign'.
-Put the resulting tarballs and signature files on geany.org - upload
-to home directory and after the upload is finished move them into
-/srv/www/download.geany.org/.
-Rename LATEST-IS-... to the new version number in
-/srv/www/download.geany.org/ and /srv/www/www.geany.org/files.
-Execute (as user geany) /home/geany/md5sums to update
-/srv/www/download.geany.org/MD5SUMS.
-You can use the script /home/geany/publish-release.
+Upload the resulting tarballs and signature files to your home directory on
+geany.org. Use the script /home/geany/publish-release, passing it the new
+version number (e.g. `/home/geany/publish-release 1.36`).
Make sure the public part of the GPG key used to sign the archives
can be found on the download page.
Windows builds (enrico?).
Create a signed tag for the release in Git with 'git tag -s <version>'.
-Website: update Releases, Release Notes, ChangeLog and add a News item.
-Use the /home/geany/update-manual script to update the manual data and links
-in the filesystem at /srv/www/www.geany.org/manual, and to update
-current/hacking.html.
+Website: update Latest Version (https://www.geany.org/admin/latest_version/latestversion/)
+and add a News item.
Announce on geany, devel, i18n mailing lists (check you're subscribed).
Put a news item on SourceForge (https://sourceforge.net/p/geany/news/)
@@ -48,5 +41,5 @@ Update the topic on the IRC channel (/msg chanserv op #geany).
For non-master releases, merge NEWS into master and any branch-only
commits that need to merged.
-For merge releases, bump version strings and codename (use scripts/version-bump)
-and merge unstable branch if any.
+For merge releases, bump version strings and codename (use scripts/version-bump,
+e.g. `scripts/version-bump 1.37 Wolbam`) and merge unstable branch if any.
--------------
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: Sat, 28 Sep 2019 11:52:43 UTC
Commit: 83c9042ab75bcc12b87d1fea3399fa5166d00bd0
https://github.com/geany/geany/commit/83c9042ab75bcc12b87d1fea3399fa5166d00…
Log Message:
-----------
Add "Nim" to the Programming file types group
Previously Nim was grouped on the top-level menu
because the group was missing.
Modified Paths:
--------------
data/filetype_extensions.conf
Modified: data/filetype_extensions.conf
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -79,7 +79,7 @@ None=*;
# Note: restarting is required after editing groups
[Groups]
-Programming=Arduino;Clojure;CUDA;Cython;Genie;Groovy;Kotlin;Scala;Swift;
+Programming=Arduino;Clojure;CUDA;Cython;Genie;Groovy;Kotlin;Nim;Scala;Swift;
Script=Graphviz;TypeScript;
Markup=
Misc=JSON;
--------------
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: Sat, 28 Sep 2019 11:00:56 UTC
Commit: 6c847176e02af78a672bd8ff1eb72e7de406b4be
https://github.com/geany/www.geany.org/commit/6c847176e02af78a672bd8ff1eb72…
Log Message:
-----------
Fix operating system order on homepage
Modified Paths:
--------------
geany/templates/home.html
Modified: geany/templates/home.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -51,7 +51,7 @@ <h1>Geany - The Flyweight IDE</h1>
<p class="text-big">
Geany is a powerful, stable and lightweight programmer's text editor
that provides tons of useful features without bogging down your
- workflow. It runs on Windows, MacOS and Linux, is translated into
+ workflow. It runs on Linux, Windows and MacOS is translated into
over 40 languages, and has built-in support for more than 50 programming
languages.
<a href="{% url 'page' 'download/releases' %}" class="btn btn-default btn-primary" id="main-download-button">
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 28 Sep 2019 06:25:45 UTC
Commit: 16e3aa29e24ad9ba419665c86c75e79a87202191
https://github.com/geany/geany/commit/16e3aa29e24ad9ba419665c86c75e79a87202…
Log Message:
-----------
Small update of German translation
Modified Paths:
--------------
po/de.po
Modified: po/de.po
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -307,8 +307,8 @@ msgid ""
"Removes all messages from the status bar. The messages are still displayed "
"in the status messages window."
msgstr ""
-"Entfernt alle Nachrichten aus der Statuszeile. Die Nachrichten sind "
-"weiterhin über den »Status«-Reiter im Infobereich abrufbar."
+"Entfernt alle Nachrichten aus der Statuszeile. Die Nachrichten verbleiben "
+"im Statusmeldungsfenster."
#: ../data/geany.glade.h:59
msgid "Auto-focus widgets (focus follows mouse)"
@@ -390,9 +390,9 @@ msgstr ""
#: ../data/geany.glade.h:74
msgid "Store project file inside the project base directory"
-msgstr "Projektdatei innerhalb des Projektbasisverzeichnis erstellen"
+msgstr "Projektdatei im Projektbasisverzeichnis erstelle"
-#: ../data/geany.glade.h:75
+# : ../data/geany.glade.h:75
msgid ""
"When enabled, a project file is stored by default inside the project base "
"directory when creating new projects instead of one directory above the base "
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).