changelog
- Sun, 09 Oct 2016 17:04:11 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sun, 09 Oct 2016 17:04:11 -0500] rev 38173
- Makefile.am: Add tap-driver.sh and tap-test to EXTRA_DIST
tap-driver.sh and tap-test were added when porting our tests to the
GTester framework, but they weren't added to EXTRA_DIST. This patch
adds them so they're distributed and `make distcheck` won't error
due to them missing.
- Sun, 09 Oct 2016 17:02:32 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sun, 09 Oct 2016 17:02:32 -0500] rev 38172
- Makefile.am: Remove obsolete distcheck-hook for libpurple perl plugins
The libpurple/plugins/perl subdirectory has been removed. Therefore,
the distcheck-hook validating that a file within it exists will
always fail. Since the file no longer exists, this hook is no longer
needed. This patch removes it.
- Thu, 06 Oct 2016 21:42:40 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 06 Oct 2016 21:42:40 -0500] rev 38171
- Fix Facebook docs Makefile.am including non-existent file in EXTRA_DIST
The Facebook docs Makefile.am uses version.xml[.in] from the parent
directory. There isn't one in the Facebook docs directory. Remove it
from EXTRA_DIST.
- Tue, 25 Oct 2016 19:48:12 +0000
- by Gary Kramlich <grim@reaperworld.com> [Tue, 25 Oct 2016 19:48:12 +0000] rev 38170
- Merged in xhaakon/pidgin (pull request #166)
gtkutils: remove usage of deprecated xthickness and ythickness
- Wed, 14 Sep 2016 20:56:41 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Wed, 14 Sep 2016 20:56:41 +0200] rev 38169
- gtkutils: remove usage of deprecated xthickness and ythickness
GTK+ doesn't support xthickness and ythickness anymore and ignores
the values in its calculations. GTK+ since 3.20 even crash when
gtk_style_context_get() queries the thicknesses.
I removed the properties without providing any replacement and have not
seen any issues with placement of popup menus after that on Ubuntu 14.04
(GTK+ 3.10.8) and newer.
- Mon, 19 Sep 2016 21:37:15 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Mon, 19 Sep 2016 21:37:15 +0200] rev 38168
- gtkwebviewtoolbar: remove unused variable
- Thu, 20 Oct 2016 18:32:09 -0400
- by Daniel Atallah <datallah@pidgin.im> [Thu, 20 Oct 2016 18:32:09 -0400] rev 38167
- win32: Use `hg log` instead of `hg id --debug` on Windows too
- Thu, 20 Oct 2016 18:20:44 -0400
- by Daniel Atallah <datallah@pidgin.im> [Thu, 20 Oct 2016 18:20:44 -0400] rev 38166
- win32: add some sanity checks to avoid infinite loops or large memory allocations when retrieving NLA responses
- Wed, 19 Oct 2016 13:01:43 -0400
- by Daniel Atallah <datallah@pidgin.im> [Wed, 19 Oct 2016 13:01:43 -0400] rev 38165
- win32: Allow for arbitrary buffer size used for retrieving NLA responses
Refs #16574
- Wed, 19 Oct 2016 13:00:17 -0400
- by Daniel Atallah <datallah@pidgin.im> [Wed, 19 Oct 2016 13:00:17 -0400] rev 38164
- win32: Explicitly use ANSI versions of the WSALookup APIs