pidgin/nest

Fix some issues found in review

2020-06-10, Gary Kramlich
dc084cf7da77
Fix some issues found in review
--- a/hugo/content/post/2.14.0-released.md Wed Jun 10 06:06:44 2020 -0500
+++ b/hugo/content/post/2.14.0-released.md Wed Jun 10 16:30:07 2020 -0500
@@ -4,7 +4,7 @@
replaces: []
---
-Well it's been awhile, but we've finally released Pidgin 2.14.0. This is a
+Well it's been a while, but we've finally released Pidgin 2.14.0. This is a
special release for a number of reasons, which we'll get into below. That
said, you can find the source release on
[SourceForge](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/) as
@@ -13,8 +13,8 @@
First of all we moved libgnt, the GLib NCurses Toolkit, to its own
[repository](https://keep.imfreedom.org/libgnt/libgnt). It is the user
interface library that was created for Finch. We did this for a number of
-reasons most notably to let libgnt step outside of Pidgin's shadow and get the
-attention it deserves as a stand alone project. That said, if you want to
+reasons, most notably to let libgnt step out from Pidgin's shadow and get the
+attention it deserves as a stand-alone project. That said, if you want to
build Finch, you need to first install libgnt. You can find the source for it
at [SourceForge](https://sourceforge.net/projects/pidgin/files/libgnt/2.14.0/)
or [Bintray](https://bintray.com/pidgin/releases/libgnt/2.14.0).
@@ -22,20 +22,20 @@
Secondly, this is most likely the last release that will be on Bitbucket. As
many of you know, on July 1st Atlassian is deleting all Mercurial repositories.
We are mostly done with migrating off of Bitbucket but there's still some loose
-ends that need to be dealt with. Gary will be addressing this in an up coming
-townhall style meeting who's details will follow in the near future. In the
-mean time those loose ends need to be taken care of before that meeting.
+ends that need to be dealt with. Gary will be addressing this in an upcoming
+townhall-style meeting whose details will follow in the near future. In the
+meantime those loose ends need to be taken care of before that meeting.
However, you can find the new home of the repository at
[keep.imfreedom.org/pidgin/pidgin](https://keep.imfreedom.org/pidgin/pidgin).
Also due to the deletion of Mercurial repositories from Bitbucket we have added
a new mirroring site for our downloads. We understand that many people still
have trust issues with SourceForge but they are still the primary source for
-our files which we do cryptographically sign. For those of you that still
+our files, which we do cryptographically sign. For those of you that still
prefer another option we have started mirroring our downloads on
[Bintray](https://bintray.com/pidgin/releases). We will eventually be putting
-all of our previous releases there as well, but right now it just contains
-the 2.14.0 releases.
+all of our previous releases there as well, but right now it just contains the
+files for the 2.14.0 release.
Finally, this release will be the last 2.x.0 release of Pidgin. What that
means is that we will no longer be writing nor accepting new features into the
--- a/hugo/static/ChangeLog Wed Jun 10 06:06:44 2020 -0500
+++ b/hugo/static/ChangeLog Wed Jun 10 16:30:07 2020 -0500
@@ -14,14 +14,14 @@
* Fixed some leaky deprecation warnings. (PR #586 Gary Kramlich)
* Fixed HTML logs which were writing invalid HTML. (#17280 stars PR #312
Daniel Kamil Kozar)
- * Fixed a user after free in purple_smiley_set_data_impl. (PR #694 Gary
+ * Fixed a use after free in purple_smiley_set_data_impl. (PR #694 Gary
Kramlich)
* Added the chat_send_file ability to protocol plugins. (PR #701 David
Woodhouse)
Pidgin:
* Treat <p> tags as line breaks when pasting. (PR #678 Colin Xu)
- * Reverted Ticket 17232/PR #695. It caused more harm than good and a new
+ * Reverted Ticket #17232/PR #695. It caused more harm than good and a new
solution needs to be found. (PR #695 Gary Kramlich)
Bonjour:
@@ -41,7 +41,7 @@
Woodhouse)
* Ignore PulseAudio monitors. (PR #322 David Woodhouse)
* Backport native Voice & Video prefs from 3.0. (PR #322 David Woodhouse)
- * Fixed building againstg GStreamer 0.10 (PR #325 David Woodhouse)
+ * Fixed building against GStreamer 0.10 (PR #325 David Woodhouse)
* Fixed initial delay on incoming audio (PR #379 David Woodhouse)
* Properly cleanup timeouts. (PR #383 Jakub Adam)
* Added an audio mixer so mixed sources don't cause a pipe failure. (PR #522