Branch: refs/heads/master
Author: Chris Pilkington <chris.pilkington(a)gmail.com>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 18 Nov 2016 01:25:03 UTC
Commit: b29a973217979f8a32e47460cad8b2bac165ef47
https://github.com/geany/geany/commit/b29a973217979f8a32e47460cad8b2bac165e…
Log Message:
-----------
Grammar "and the end of lines" -> "at the end of lines" (#1307)
Modified Paths:
--------------
po/en_GB.po
Modified: po/en_GB.po
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1221,7 +1221,7 @@ msgstr "Strip trailing spaces and tabs"
#: ../data/geany.glade.h:250
msgid "Removes trailing spaces and tabs and the end of lines"
-msgstr "Removes trailing spaces and tabs and the end of lines"
+msgstr "Removes trailing spaces and tabs at the end of lines"
#: ../data/geany.glade.h:251 ../src/keybindings.c:666
msgid "Replace tabs with space"
--------------
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: GitHub <noreply(a)github.com>
Date: Fri, 18 Nov 2016 01:23:50 UTC
Commit: 8330c68a296e611d8d1e147adc793941185f3ff1
https://github.com/geany/geany/commit/8330c68a296e611d8d1e147adc793941185f3…
Log Message:
-----------
Fix a small grammatical issue
Modified Paths:
--------------
data/geany.glade
Modified: data/geany.glade
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -4534,7 +4534,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Removes trailing spaces and tabs and the end of lines</property>
+ <property name="tooltip_text" translatable="yes">Removes trailing spaces and tabs at the end of lines</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
--------------
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: Sun, 13 Nov 2016 22:52:55 UTC
Commit: 6a6ee196266df484033f66f9c3dfff676e18e893
https://github.com/geany/geany-osx/commit/6a6ee196266df484033f66f9c3dfff676…
Log Message:
-----------
Update README to mention how to get the certificate name
Modified Paths:
--------------
README.md
Modified: README.md
6 lines changed, 4 insertions(+), 2 deletions(-)
===================================================================
@@ -168,8 +168,10 @@ Bundling
export APPLICATION_CERT="your certificate name"
```
- (the certificate name is typically your name or your company's name). The
- certificate should be installed in your login keychain.
+ The certificate should be installed in your login keychain. You can get the
+ certificate name by running `security find-identity -p codesigning` and
+ checking for "Developer ID Application" - the name that follows it is the
+ certificate name.
6. Create the app bundle by calling
--------------
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: Sun, 13 Nov 2016 18:06:55 UTC
Commit: 0d29e1b8de605be202aea148e0b8398811b21df1
https://github.com/geany/geany/commit/0d29e1b8de605be202aea148e0b8398811b21…
Log Message:
-----------
Update making-a-release to mention new scripts
Modified Paths:
--------------
doc/making-a-release
Modified: doc/making-a-release
9 lines changed, 5 insertions(+), 4 deletions(-)
===================================================================
@@ -9,7 +9,7 @@ to filter commits by a particular developer name.
Ensure version numbers are all updated in:
configure.ac geany_private.rc geany.exe.manifest doc/geany.txt
-Ensure release date is updated in:
+Ensure release date is updated in (use scripts/set-release-date if not):
NEWS doc/geany.txt doc/geany.1.in
Check GEANY_CODENAME is set in src/geany.h.
@@ -40,12 +40,13 @@ current/hacking.html.
Announce on geany, devel, i18n mailing lists (check you're subscribed).
Put a news item on SourceForge (https://sourceforge.net/p/geany/news/)
-and a new release on GitHub (https://github.com/geany/geany/releases).
+and a new release on GitHub (https://github.com/geany/geany/releases --
+use scripts/github-news to generate the contents).
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 and merge unstable
-branch if any.
+For merge releases, bump version strings and codename (use scripts/version-bump)
+and merge unstable branch if any.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).