2019-06-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	2.99.13

2019-06-03  Jeff Trull  <edaskel@att.net>

	CMake: supply SIGC_BUILD and use CMAKE_CXX_STANDARD, for MSVC

2019-03-21  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Doxyfile.in: Remove obsolete preprocessor macros

	The removed macros are not used anywhere in libsigc++ 3.0.

2019-02-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	sigc::tuple_transform_each: std::result_of -> std::invoke_result

	std::result_of is deprecated in C++17 and will be removed in C++20.

	Fixes issue #19

2019-02-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Makefile.am: Distribute README.md

2019-02-13  Jürg Billeter  <j@bitron.ch>

	configure.ac: Set `foreign` option to fix build

	Without the `foreign` option, automake requires a README file, which no
	longer exists.

	Makefile.am: error: required file './README' not found

	Fixes: 8a0cb176 ("README: Rename to README.md and reformat as markdown")

2019-01-10  Murray Cumming  <murrayc@murrayc.com>

	README.md: Add some build hints

	This fixes issue #18:
	https://github.com/libsigcplusplus/libsigcplusplus/issues/18

	Note that this file should not duplicate too much from the website.
	Information should be on the website or in the README.md, but rarely in
	both places.

2019-01-10  Murray Cumming  <murrayc@murrayc.com>

	README: Rename to README.md and reformat as markdown

	And remove:
	- the description of the directory structure, which is
	outdated and not very useful.
	- the contact information section. There is no need to duplicate
	what is on the website, which we link to.

2019-01-02  Lennard Berger  <lennard.berger@student.uni-tuebingen.de>

	tests: Fix a couple of imports in tests

	See pull request #15

2018-12-05  Murray Cumming  <murrayc@murrayc.com>

	docs: Remove unused docs/docs/index.html

	And remove the .gif images that it used.

	This fixes issue #12
	https://github.com/libsigcplusplus/libsigcplusplus/issues/12

2018-11-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Create only .tar.xz tarballs

	* configure.ac: This is what ftp.gnome.org wants, so this avoids
	it doing any repackaging. This is what gtkmm does.