2016-11-14  Murray Cumming  <murrayc@murrayc.com>

	3.21.1

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	View::get_background_pattern(): Make const.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	StyleSchemeChooser: const correction and refcount correction.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchSettings: const corrections and default true values.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchContext: Don't use GError in API.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Make constructors protected and add public create() methods.

	Because these new classes should be used via RefPtr.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchContext: Const corrections.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Buffer: get_implicit_trailing_newline(): Make this const.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Buffer: set_*(): Add default true value.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerated docs.xml file.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchContext: Replace use of deprecated functions.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchSettings: Include only the main gtksourceview header.

	The newer gtksourceview version only allows this.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	SearchContext: Remove unnecessary ;

	This leads to a compiler warning.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate signals and properties defs.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate enums defs.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate methods defs.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Added gen_scripts, based on the libgda ones.

	These make it easier to regenerated the .defs and docs.xml files.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Do not include C header from our C++ headers.

	This is unnecessary an pollutes the global namespace.

2016-08-03  Murray Cumming  <murrayc@murrayc.com>

	Update .gitignore

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Add properties 'scale' and 'scale-set' to Gsv::Style

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Add get_style_fallback to Gsv::Language

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Add property activation to Gsv::CompletionWords

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Add implicit-trailing-newline to Gsv::Buffer

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Add background-pattern to Gsv::View

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Regenerate gtksourceview_enums.defs

	Regenerated for 3.16.1 using the following command:

	../glibmm/tools/enum.pl ../gtksourceview/gtksourceview/*.h >
	gtksourceview/src/gtksourceview_enums.defs

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Implement StyleSchemeChooserWidget and StyleSchemeChooserButton

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Implement StyleSchemeChooser

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Implement SearchContext

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Regenerate method definitions from gtksourceview 3.16.1

	Done using the following command and manually readding deprecated
	methods:

	../glibmm/tools/defs_gen/h2def.py ../gtksourceview/gtksourceview/*.h >
	gtksourceview/src/gtksourceview_methods.defs

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Implement Gsv::SearchSettings

	The implementation needs gtksourceview 3.10 (or later) and depends on
	the previous two commits adding the necessary definitions.

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Regenerate gtksourceview_signals.defs

	Regenerated using the following command which used the installed version
	3.16.1 from Arch Linux:

	./codegen/extradefs/generate_extra_defs > ./gtksourceview/src/gtksourceview_signals.defs

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Regenerate method definitions from gtksourceview 3.12.3

	Done using the following command and manually readding deprecated
	methods:

	../glibmm/tools/defs_gen/h2def.py ../gtksourceview/gtksourceview/*.h >
	gtksourceview/src/gtksourceview_methods.defs

2016-08-03  Christoph Brill  <egore911@gmail.com>

	Update README to match the gtksourceview version