2011-03-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.91.9.

	* NEWS:
	* README: Updated.

2011-03-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Leave task of distributing docutils to mm-common.

	* docs/Makefile.am: Removed the dist variable - this is done in
	yet unreleased version of mm-common.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Avoid a tarball dependency on mm-common.

	* configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it
	to copy the files locally and use them from there.
	* doc/Makefile.am: Dist the copied files, so that the build does
	not try to use the versions installed by mm-common.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Bump some versions.

	* configure.ac: Bump versions of gtksourceview and gtksourceviewmm
	to 2.91.9 and mm-common's to 0.9.4.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Regenerate defs.

	* gtksourceview/src/gtksourceview_docs.xml:
	* gtksourceview/src/gtksourceview_methods.defs: Regenerated.
	* gtksourceview/src/gtksourceview_others.defs: Added some methods
	that disappeared from methods defs. Seems that this is another
	h2def.py fault (probably with `const gchar* const *').

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Adapt tests (or rather - examples).

	* tests/basic/main.cc:
	* tests/completion/main.cc:
	* tests/get_buffer/main.cc:
	* tests/langs/main.cc:
	* tests/mime_types/main.cc:
	* tests/search/main.cc: source_truncate.pl did the job.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Mainly fixes in main header.

	* gtksourceview/gtksourceviewmm.h: Ran source_truncate.pl on it
	and added some information about this API change.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Codegen fixes.

	* codegen/extradefs/generate_extra_defs_gtksourceview.cc: Use proper
	GType macros.
	* codegen/m4/convert_gtksourceview.m4: Ran source_truncate.pl on it
	and fixed enum conversions.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Update filelists.

	* gtksourceview/gtksourceviewmm/filelist.am:
	* gtksourceview/src/filelist.am: Almost like ran source_truncate.pl
	on them.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceView to View.

	* gtksourceview/gtksourceviewmm/sourcemarkup.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/gtksourceviewmm/markup.[hg|ccg]: ...these.

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceView to View.

	* gtksourceview/src/sourceview.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/view.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceUndoManager to UndoManager.

	* gtksourceview/src/sourceundomanager.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/undomanager.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceStyleSchemeManager to StyleSchemeManager.

	* gtksourceview/src/sourcestyleschememanager.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/styleschememanager.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceStyleScheme to StyleScheme.

	* gtksourceview/src/sourcestylescheme.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/stylescheme.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceStyle to Style.

	* gtksourceview/src/sourcestyle.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/style.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourcePrintCompositor to PrintCompositor.

	* gtksourceview/src/sourceprintcompositor.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/printcompositor.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceMarkAttributes to MarkAttributes.

	* gtksourceview/src/sourcemarkattributes.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/markattributes.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceMark to Mark.

	* gtksourceview/src/sourcemark.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/mark.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceLanguageManager to LanguageManager.

	* gtksourceview/src/sourcelanguagemanager.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/languagemanager.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceLanguage to Language.

	* gtksourceview/src/sourcelanguage.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/language.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceGutterRendererText to GutterRendererText.

	* gtksourceview/src/sourcegutterrenderertext.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/gutterrenderertext.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceGutterRendererPixbuf to GutterRendererPixbuf.

	* gtksourceview/src/sourcegutterrendererpixbuf.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/gutterrendererpixbuf.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceGutterRenderer to GutterRenderer.

	* gtksourceview/src/sourcegutterrenderer.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/gutterrenderer.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceGutter to Gutter.

	* gtksourceview/src/sourcegutter.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/gutter.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionWords to CompletionWords.

	* gtksourceview/src/sourcecompletionwords.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completionwords.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionProvider to CompletionProvider.

	* gtksourceview/src/sourcecompletionprovider.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completionprovider.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionProposal to CompletionProposal.

	* gtksourceview/src/sourcecompletionproposal.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completionproposal.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionItem to CompletionItem.

	* gtksourceview/src/sourcecompletionitem.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completionitem.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionInfo to CompletionInfo.

	* gtksourceview/src/sourcecompletioninfo.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completioninfo.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionContext to CompletionContext.

	* gtksourceview/src/sourcecompletioncontext.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completioncontext.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletionActivation to CompletionActivation.

	* gtksourceview/src/sourcecompletionactivation.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completionactivation.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceCompletion to Completion.

	* gtksourceview/src/sourcecompletion.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/completion.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Change SourceBuffer to Buffer.

	* gtksourceview/src/sourcebuffer.[hg|ccg]: Ran source_truncate.pl
	on these and renamed them to...
	* gtksourceview/src/buffer.[hg|ccg]: ...these

2011-03-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Add a helper script.

	* codegen/source_truncate.pl: New script truncating the Source/
	source/SOURCE_ prefixes from type names/filenames/enum value names.