Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d154b5c1f675b67eda218b08721d0925 > files > 6

gtksourceviewmm-2.10.2-2.fc15.i686.rpm

2011-06-24  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.10.2.

	* NEWS:
	* README: Updated.

2011-06-24  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix distcheck.

	* gtksourceview/gtksourceviewmm/wrap_init.h:
	* gtksourceview/src/sourcecompletionprovider.hg: Try to workaround
	bug 640654 by including gdkmm/region.h early.

2011-06-24  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix building with glibmm-2.28.

	* README:
	* configure.ac: Distribute doctools with the tarball. This needs
	mm-common version bumped to 0.9.5.

2011-01-18  Murray Cumming  <murrayc@murrayc.com>

	Fix my previous commit

2011-01-18  Murray Cumming  <murrayc@murrayc.com>

	Use the gtk conversions from gtkmm now that they are not in glibmm.

	* configure.ac: Set GMMPROC_EXTRA_M4_DIR, using a new variable from
	the gtkmm .pc file, in gtkmm from git master.
	This works with mm-common from git master.
	This allows us to use the m4 conversions that gtkmm has installed.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Cleanup of m4 conversions file.

	* codegen/m4/convert_gtksourceview.m4: Removed m4 conversions from other
	libraries than GtkSourceView and conversions for vfuncs and signals...
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcecompletionwords.hg:
	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourceprintcompositor.hg:
	* gtksourceview/src/sourceview.hg: ...and put them in those files.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Modernize mime types test.

	* tests/mime_types/main.cc: Use vector of strings instead of
	C table of pointers to char.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Add completion test.

	* tests/Makefile.am: Added completion test to build.
	* tests/completion/main.cc: Completion test implementation.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Remove useless include.

	* gtksourceview/src/sourcestyle.ccg: Removed the <cstring> header
	inclusion.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Ignore a new signal.

	* gtksourceview/src/sourceview.hg: Ignored a keybinding "move-words".

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Regenerate docs.

	* gtksourceview/src/gtksourceview_docs.xml: Regenerated.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix reference counting in SourceBuffer::create_source_mark().

	* gtksourceview/src/sourcebuffer.hg: Added refreturn, because created
	SourceMark is owned by SourceBuffer.
	* gtksourceview/src/sourcebuffer.ccg: Added true to Glib::wrap (),
	because created SourceMark is owned by SourceBuffer.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix plenty of reference problems in completion stuff.

	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcegutter.hg: Added explicit conversion for signal
	and vfunc wrappers, so they take an additional reference to avoid premature
	object disposal due to unreffing it upon temporary wrapper destruction.

2010-11-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Get rid of most TODOs.

	* gtksourceview/src/sourcestyleschememanager.hg:
	* gtksourceview/src/sourcelanguagemanager.hg: Removed TODOs and fixed
	ownership of arrays retured by get_search_path () and get_*_ids ().
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcecompletionwords.hg:
	* gtksourceview/src/sourceiter.ccg:
	* gtksourceview/src/sourcelanguage.hg:
	* gtksourceview/src/sourcemark.hg:
	* gtksourceview/src/sourceprintcompositor.hg:
	* gtksourceview/src/sourcestylescheme.hg:
	* gtksourceview/src/sourceundomanager.hg:
	* gtksourceview/src/sourceview.hg: Removed most of TODOs and commented code.

2010-11-07  Krzesimir Nowak  <qdlacz@gmail.com>

	Revert wrong versions in configure and add config include.

	* configure.ac: By accident dependencies were incorrectly bumped.
	* gtksourceview/gtksourceviewmm.h:
	* gtksourceview/src/sourceiter.hg:
	* gtksourceview/src/sourceview.hg: Include gtksourceviewmmconfig.h,
	because GTKSOURCEVIEWMM_DISABLE_DEPRECATED macro is used in these
	files and it is defined in said config file.

2010-07-19  Krzesimir Nowak  <qdlacz@gmail.com>

	Post-release bump to 2.10.2.

	* configure.ac: Bumped version to 2.10.2.

2010-07-19  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.10.1.

	* NEWS:
	* README: Updated.

2010-07-18  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed passing empty strings to guess_language() method.

	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcelanguagemanager.hg: In gtksourceview
	2.10.x passing an empty string to
	gtk_source_language_manager_guess_language() causes assertion fail.
	And Glib::ustring::c_str() never returns NULL, but an empty string,
	so that causes this method being useful only when passed an awkward
	" " string instead of Glib::ustring() to unneeded parameter. Now
	when passed Glib::ustring is empty, then NULL is passed to C
	function.

2010-04-17  Shaun McCance  <shaunm@gnome.org>

	[gtksourceviewmm.doap] Fix invalid multiple objects in maintainer prop

2010-04-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Post-release bump to 2.10.1.

	* configure.ac: Bumped version to 2.10.1.

2010-04-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.10.0.

	* NEWS: Updated.
	* README: Updated version and dependencies.
	* configure.ac: Bumped version to 2.10.0.

2010-04-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Added missing conversion macros.

	* codegen/m4/convert_gtksourceview.m4: Added macros needed by
	recently added const methods.

2010-04-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Added const getters to completion stuff.

	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletionprovider.hg: Added some const
	version of getters.

2010-04-06  Murray Cumming  <murrayc@murrayc.com>

	SourceLanuageManager::guess_language(): Correct the reference counting.

	* gtksourceview/src/sourcelanguagemanager.hg: guess_language(): Use
	refreturn. This fixes  a crash in regexxer.
	* gtksourceview/src/sourcebuffer.hg: get_undo_manager():
	Use refreturn with _WRAP_METHOD() and actually implement (via _WRAP_METHOD),
	the const overload.
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcelanguage.hg: Added some TODOs for minor stuff that
	I noticed while making these changes.

2010-02-26  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.9.2.

	* NEWS: Updated.
	* README: Updated version and dependencies.

2010-02-26  Krzesimir Nowak  <qdlacz@gmail.com>

	Change constants' docs in SourceView.

	* gtksourceview/src/sourceview.hg: The docs of
	gutter_position_lines and gutter_position_marks were taken from
	C library.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Property and docs fixes in SourceBuffer.

	* gtksourceview/src/sourcebuffer.hg: Added missing property and
	fixed a typo in docs.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Update TODOs.

	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletionactivation.hg:
	* gtksourceview/src/sourcecompletioncontext.hg:
	* gtksourceview/src/sourcecompletionitem.hg:
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcecompletionwords.hg:
	* gtksourceview/src/sourcelanguagemanager.hg:
	* gtksourceview/src/sourcemark.hg:
	* gtksourceview/src/sourcestylescheme.hg:
	* gtksourceview/src/sourceundomanager.hg:
	* gtksourceview/src/sourceview.hg: All of TODO were written by me,
	some 'krnowak' was appended to them. Also added some new ones.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Added missing documentation.

	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletionwords.hg:
	* gtksourceview/src/sourceundomanager.hg: Added missing
	documentation to classes, methods and signals.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Added SourceCompletionWords provider.

	* gtksourceview/src/sourcecompletionwords.hg:
	* gtksourceview/src/sourcecompletionwords.ccg: New files
	implementing wrapper.
	* gtksourceview/src/filelist.am: Added newly added sources to build
	system.
	* gtksourceview/gtksourceviewmm.h: Added sourcecompletionwords.h to
	list.
	* gtksourceview/gtksourceviewmm/.gitignore: Ignore generated
	sources.
	* codegen/m4/convert_gtksourceview.m4: Added needed conversion.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed private include.

	* gtksourceview/src/sourcecompletionproposal.hg: Included
	interface_p.h instead of object_p.h.
	* gtksourceview/src/sourcecompletionprovider.hg: Removed obsolete
	comment.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Some fixes after adding SourceUndoManager.

	* configure.ac: Bump needed gtksourceview version to 2.9.7 - this
	is when GtkSourceUndoManager was introduced.
	* gtksourceview/gtksourceviewmm.h: Added sourceundomanager.h to
	the list.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Add a TODO to SourceStyleScheme - this class is wrapped wrongly.

	* gtksourceview/src/sourcestylescheme.hg: This class is wrapped as
	a Glib::Interface, which it is not - it is a Glib::Object, but
	changing this breaks API. For now it stays and will be changed when
	API/ABI break happen.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	SourceCompletionItem should inherit from SourceCompletionProposal.

	* gtksourceview/src/sourcecompletionitem.hg: SourceCompletionItem
	implements SourceCompletionProposal interface and thus should
	inherit it.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Added SourceUndoManager.

	* gtksourceview/src/sourceundomanager.ccg:
	* gtksourceview/src/sourceundomanager.hg: New files wrapping
	GtkSourceUndoManager.
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcebuffer.ccg: Wrapped new methods getting
	or setting SourceUndoManager.
	* gtksourceview/src/gtksourceview_vfuncs.defs: Added vfuncs defs
	for SourceUndoManager.
	* gtksourceview/src/filelist.am: Added sourceundomanager.(hg|ccg)
	to build system. Also sorted the list of files.
	* codegen/m4/convert_gtksourceview.m4: Added some needed
	conversions.
	* gtksourceview/gtksourceviewmm/.gitignore: Added
	sourceundomanager.* to ignore. Sorted the list.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Added vfunc wrappers to Proposal and Provider.

	* gtksourceview/src/gtksourceview_vfuncs.defs: Add missing closing
	paren - that caused some vfuncs to be not wrapped.
	* gtksourceview/src/filelist.am: Added gtksourceview_vfuncs.defs to
	build system.
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg: Added vfuncs
	wrappers.
	* codegen/m4/convert_gtksourceview.m4: Added some needed
	conversions.

2010-02-25  Krzesimir Nowak  <qdlacz@gmail.com>

	Get rid of nonexistent property wrapper in SourceCompletionContext.

	* gtksourceview/src/sourcecompletioncontext.hg: The "view" property
	was removed somewhere during development, so its wrapping was
	removed too.

2010-02-24  Krzesimir Nowak  <qdlacz@gmail.com>

	Updated defs and docs files.

	* gtksourceview/src/gtksourceview_docs.xml:
	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/gtksourceview_others.defs:
	* gtksourceview/src/gtksourceview_signals.defs: Regenerated.
	* gtksourceview/src/gtksourceview_vfuncs.defs: Written vfuncs defs.
	* gtksourceview/src/gtksourceview.defs: Included new vfuncs defs
	file.

2010-02-23  Krzesimir Nowak  <qdlacz@gmail.com>

	Update signal/property defs generator.

	* codegen/extradefs/generate_extra_defs_gtksourceview.cc: Added
	GtkSourceUndoManager, sorted includes and get_defs calls.

2010-02-21  Krzesimir Nowak  <qdlacz@gmail.com>

	Added notes and TODOs to proposal and provider.

	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg: Mention that those
	interfaces won't work for now, because of a bug in C API.

2010-01-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Ignore a keybinding signal in SourceView.

	* gtksourceview/src/sourceview.hg: Ignored "move-lines" signal.
	* configure.ac: Bumped version of gtksourceview to 2.9.5, because
	"move-lines" signal was presented then.

2010-01-18  Krzesimir Nowak  <qdlacz@gmail.com>

	Distribute old ChangeLog in tarballs.

	* Makefile.am: Added ChangeLog.pre-git to distribution, but it
	won't be installed.

2010-01-18  Krzesimir Nowak  <qdlacz@gmail.com>

	Post-release bump to 2.9.2.

	* configure.ac: Bumped version to 2.9.2.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.9.1.

	* NEWS: Updated.
	* README: Updated version.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Get rid of NULLs.

	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcecompletionitem.ccg:
	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcemark.ccg:
	* gtksourceview/src/sourcestyleschememanager.ccg:
	* gtksourceview/src/sourceview.ccg: Renamed NULLs to 0s, with
	exception for one being a var args sentinel - this was renamed
	into 0 casted to pointer type.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceView.

	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Documented. Also removed
	handwritten definitions of set_mark_category_icon overloads and
	added unset_mark_category_icon() and
	unset_mark_category_background() methods.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceStyleSchemeManager.

	* gtksourceview/src/sourcestyleschememanager.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceStyleScheme.

	* gtksourceview/src/sourcestylescheme.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceStyle.

	* gtksourceview/src/sourcestyle.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourcePrintCompositor.

	* gtksourceview/src/sourceprintcompositor.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceMark.

	* gtksourceview/src/sourcemark.ccg:
	* gtksourceview/src/sourcemark.hg: Documented. Also renamed a NULL
	to 0.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceLanguageManager.

	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcelanguagemanager.hg: Documented. Also
	removed handwrapped definition of guess_language - C function
	checks also if passed strings are not empty.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceLanguage.

	* gtksourceview/src/sourcelanguage.ccg:
	* gtksourceview/src/sourcelanguage.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceIter.

	* gtksourceview/src/sourceiter.ccg:
	* gtksourceview/src/sourceiter.hg: Documented, but
	SourceSearchFlags could have some better docs, though. Also changed
	parameter names in non-deprecated methods.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceGutter.

	* gtksourceview/src/sourcegutter.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionProvider.

	* gtksourceview/src/sourcecompletionprovider.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionProposal.

	* gtksourceview/src/sourcecompletionproposal.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionItem.

	* gtksourceview/src/sourcecompletionitem.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionInfo.

	* gtksourceview/src/sourcecompletioninfo.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionContext.

	* gtksourceview/src/sourcecompletioncontext.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletionActivation.

	* gtksourceview/src/sourcecompletionactivation.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceCompletion.

	* gtksourceview/src/sourcecompletion.hg: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceBuffer.

	* gtksourceview/src/sourcebuffer.cc:
	* gtksourceview/src/sourcebuffer.h: Documented. Also added default
	constructor and unset_style_scheme() method.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented wrap init.

	* gtksourceview/gtksourceviewmm/wrap_init.h: Documented. Also
	include gtkmm/main.h instead of glibmm.h.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented SourceMarkup.

	* gtksourceview/gtksourceviewmm/sourcemarkup.cc:
	* gtksourceview/gtksourceviewmm/sourcemarkup.h: Documented.

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Documented and changed init functions.

	* gtksourceview/gtksourceviewmm/init.cc:
	* gtksourceview/gtksourceviewmm/init.h: Documented. Also use
	Gtk::Main::init_gtkmm_internals() instead of Glib::init().

2010-01-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Cleanup whitespace in main header file.

	* gtksourceview/gtksourceviewmm.h: Removed trailing whitespaces.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Update main page in documentation.

	* docs/reference/reference-index.txt: Deleted - its content is
	moved to main include header.
	* gtksourceview/gtksourceviewmm.h: Placed here an updated main
	page.
	* docs/Makefile.am: Update include files to include
	gtksourceviewmm.h instead of reference-index.txt.
	* docs/reference/Doxyfile.in: Some option changes - taken from
	current mm-common.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Post-release bump to 2.9.1.

	* configure.ac: Bumped version to 2.9.1.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Update for 2.9.0.

	* NEWS: Updated.
	* README: Made it provide actually useful informations.
	* configure.ac: Bumped version to 2.9.0 and so version to 3:0:1.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Switch to Changelog autogeneration.

	* ChangeLog.pre-git: Renamed from ChangeLog - it contains old
	entries.
	* ChangeLog: a placeholder.
	* Makefile.am: Included dist-changelog.am file to generate
	a ChangeLog in make dist(check).

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Mention myself in various files.

	* AUTHORS: Added new author.
	* gtksourceviewmm.doap: Updated a bit - added new maintainer and
	links to downloads and bugzilla.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix a macro typo.

	* gtksourceview/src/sourcegutter.hg: Seems _WRAP_CREATE needs
	those parens, even if they are empty.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Updated dependencies.

	* configure.ac: Now depends on gtk+ 2.12 and gtksourceview 2.9.4.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Remove some trailing spaces.

	* gtksourceviewmm/init.cc:
	* gtksourceviewmm/init.h:
	* gtksourceviewmm/wrap_init.h: Removed trailing spaces.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix a typo.

	* gtksourceview/src/sourcelanguage.hg: s/langugae/language/.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Add some TODOs.

	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourcelanguage.hg:
	* gtksourceview/src/sourcemark.hg:
	* gtksourceview/src/sourceview.hg: Added some TODOs, mostly
	regarding adding/removing stuff when API/ABI break will come.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Update hand-written defs.

	* gtksourceview/src/gtksourceview_others.defs: Comment out one
	method def - it got recently thrown out.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	_CONVERSION cleanup.

	* codegen/m4/convert.m4:
	* codegen/m4/convert_gtksourceview.m4:
	* codegen/m4/convert_gtksourceviewmm.m4:
	* codegen/m4/filelist.am: Got rid of old _CONVERSION files and
	rewritten them anew.
	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletioncontext.hg:
	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourcelanguagemanager.hg:
	* gtksourceview/src/sourceprintcompositor.hg:
	* gtksourceview/src/sourcestyleschememanager.hg:
	* gtksourceview/src/sourceview.hg: Move most of conversions to
	main convert file.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix an ownership of string array.

	* gtksourceview/src/sourcelanguage.hg: Added Glib::OWNERSHIP_DEEP
	to conversion, because strings array returned there are our.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrap error stuff in SourceCompletion.

	* gtksourceview/src/sourcecompletion.hg: Added _WRAP_GERROR for
	SourceCompletionError.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix possible NULL pointers dereferences.

	* gtksourceview/src/sourcecompletioncontext.hg: Use Glib::unwrap
	instead of ->.
	* gtksourceview/src/sourcemark.ccg: Insert checks for NULL pointer
	before calling reference on them.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed constructors.

	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletioninfo.ccg:
	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletionitem.ccg:
	* gtksourceview/src/sourcecompletionitem.hg
	* gtksourceview/src/sourceprintcompositor.ccg:
	* gtksourceview/src/sourceprintcompositor.hg: Constructors needed
	to be wrapped by hand, because C _new() functions were doing
	something more than call to g_object_new() or were calling
	g_object_new() with properties not given as a parameter.

2010-01-13  Krzesimir Nowak  <qdlacz@gmail.com>

	Handle some more NULL cases.

	* gtksourceview/src/sourcebuffer.ccg:
	* sourcebuffer.hg: Added method overloads for creating anonymous
	source marks and removing them of any category. Also renamed all
	NULLs into 0s.
	* gtksourceview/src/sourcecompletion.ccg:
	* gtksourceview/src/sourcecompletion.hg: Added method overload
	creating context at current cursor position.
	* gtksourceview/src/sourcecompletioninfo.ccg:
	* gtksourceview/src/sourcecompletioninfo.hg: Added method overload
	moving info window to current cursor position.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Handle some NULL cases.

	* gtksourceview/src/sourcegutter.ccg:
	* gtksourceview/src/sourcegutter.hg: Added method resetting
	cell|data func. Also fixed dereferencing possible NULL pointer.
	* gtksourceview/src/sourceiter.ccg: Added methods doing
	forward|backward search without limits.
	* gtksourceview/src/sourceprintcompositor.ccg: Format setters now
	interpret empty strings as NULL.
	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Two set_mark_category_icon()
	overloads now interpret empty stock or icon name as NULL. Also
	fixed dereferencing possible NULL pointer. Added method mark
	category tooltip func.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Some minor fixes in tests.

	* tests/langs/main.cc: Remove an apostrophe from output text.
	* tests/search/main.cc: Use nondeprecated flags.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix mime_types test.

	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcelanguagemanager.hg: guess_language()
	method now interprets empty strings as NULL. Also added method
	resetting search paths.
	* tests/Makefile.am: Included mime_types test into build system.
	* tests/mime_types/main.cc: Use guess_language for finding
	languages for specific mime types.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix wrapping SearchFlags enum.

	* gtksourceview/src/sourceiter.ccg:
	* gtksourceview/src/sourceiter.hg: Fix SearchFlags for backward
	compatibility - its values does not have SOURCE_ prefix. Deprecated
	SearchFlags in favor of SourceSearchFlags. Deprecated methods
	using deprecated enum and written new.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Update main header file.

	* gtksourceview/gtksourceviewmm.h: Added includes to all new
	headers.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Reenable fatal warnings level during distcheck.

	* Makefile.am: Since no deprecated functions are used now, -Werror
	can be now enabled on distcheck.

2010-01-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrap SourceCompletion.

	* gtksourceview/src/sourcecompletion.hg: Wrapped methods, signals
	and properties.
	* gtksourceview/src/sourcecompletioncontext.hg: Predeclare
	SourceComplation and SourceView to be able to compile stuff.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Avoid warning about unwrapped deprecated method.

	* gtksourceview/src/sourceview.hg: Put deprecated method into
	_IGNORE clause, because it is wrapped by hand.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Add new wrappings to CompletionContext and CompletionProvider.

	* gtksourceview/src/sourcecompletioncontext.hg: Removed
	SourceCompletionActivation enum wrap - included a header defining
	it instead. Also wrapped a method.
	* gtksourceview/src/sourcecompletionprovider.hg: Wrapped some
	methods.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Added some enums to conversion file.

	* codegen/m4/convert_gtksourceviewmm.m4: Added _CONV_ENUM for
	SourceCompletionActivation and SourceSearchFlags.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Autogenerate enum in SourceIter.

	* gtksourceview/src/sourceiter.ccg:
	* gtksourceview/src/sourceiter.hg: Removed handwritten definition
	of SourceSearchFlags.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Added header and source implementing SourceCompletionActivation.

	* gtksourceview/src/sourcecompletionactivation.ccg:
	* gtksourceview/src/sourcecompletionactivation.hg: Added header
	and source file implementing SourceCompletionActivation enum,
	because there is a conflict between SourceCompletionContext and
	SourceCompletionProvider, so enum needed to be moved into separate
	file.
	* gtksourceview/src/filelist.am: Added new header and source to
	build system.
	* gtksourceview/gtksourceviewmm/.gitignore: Updated for newly added
	header and source files.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrap rest of methods and signals in SourceBuffer.

	* gtksourceview/src/sourcebuffer.hg: Wrapped 4 methods and 2
	signals.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix API/ABI break in signals.

	* gtksourceview/src/sourcebuffer.hg: Revert to use SourceMark in
	source-mark-updated signal. Written proper conversion.
	* gtksourceview/src/sourceview.hg: Added no_default_handler to
	line-mark-activated signal.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Updated copyright years.

	* gtksourceview/gtksourceviewmm/sourcemarkup.(h|cc):
	* gtksourceview/src/sourcebuffer.(hg|ccg):
	* gtksourceview/src/sourcecompletion.(hg|ccg):
	* gtksourceview/src/sourcecompletioncontext.(hg|ccg):
	* gtksourceview/src/sourcecompletioninfo.(hg|ccg):
	* gtksourceview/src/sourcecompletionitem.(hg|ccg):
	* gtksourceview/src/sourcecompletionproposal.(hg|ccg):
	* gtksourceview/src/sourcecompletionprovider.(hg|ccg):
	* gtksourceview/src/sourcegutter.(hg|ccg):
	* gtksourceview/src/sourcelanguagemanager.(hg|ccg):
	* gtksourceview/src/sourceprintcompositor.(hg|ccg):
	* gtksourceview/src/sourcestyle.(hg|ccg):
	* gtksourceview/src/sourcestylescheme.(hg|ccg):
	* gtksourceview/src/sourcestyleschememanager.(hg|ccg):
	* gtksourceview/src/sourceview.(hg|ccg): Copyrighted it for 2010.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Missing include in SourceMarkup.

	* gtksourceview/gtksourceviewmm/sourcemarkup.h: Added missing
	include.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Some work in SourceCompletionProvider.

	* gtksourceview/src/sourcecompletionprovider.hg: Added some
	conversions and missing includes.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Some work in SourceCompletionItem.

	* gtksourceview/src/sourcecompletionitem.hg: Fixed typos in
	constructor wrappers, added some conversions and missing includes.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Some work in SourceCompletionContext.

	* gtksourceview/src/sourcecompletioncontext.ccg:
	* gtksourceview/src/sourcecompletioncontext.hg: Fixed a typo in
	get_iter() method and added some conversions.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Some work in SourceView.

	* gtksourceview/src/sourceview.hg: Added get_completion(), removed
	const from line-mark-activated signal.
	* gtksourceview/src/sourceview.ccg: Wrapped deprecated method by
	hand, so it use nondeprecated function now and wrapped
	implementations of deprecated methods into ifndef.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Some defs needed to be written by hand.

	* gtksourceview/src/gtksourceview_others.defs: Added defs for two
	methods, because h2def.py does not handle `struct _MyThing' as
	a return type.
	* gtksourceview/src/gtksourceview.defs: Included new defs file.
	* gtksourceview/src/filelist.am: Added new defs file to build
	system.

2010-01-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Regenerated .defs and .xml files.

	* gtksourceview/src/gtksourceview_docs.xml:
	* gtksourceview/src/gtksourceview_enums.defs:
	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/gtksourceview_signals.defs: Regenerated to get
	information about new API and stuff.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Added some new files to build.

	* gtksourceview/src/filelist.am: Added SourceCompletionProposal,
	SourceCompletionItem, SourceCompletionContext, SourceCompletion,
	SourceCompletionProvider and SourcePrintCompositor to build.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Removed useless include.

	* gtksourceview/src/sourcecompletioninfo.hg: glibmm/object.h is
	not needed here, so it is removed.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Changed equal method in CompletionProposal.

	* gtksourceview/src/sourcecompletionproposal.hg: Removed
	a reference version of equal method.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Removed 'const' from CellRendereres in signals.

	* gtksourceview/src/sourcegutter.hg: Removed const modifier from
	CellRenderers - they are modified inside.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed typos.

	* gtksourceview/src/sourcebuffer.hg: Fixed a typo in signal name
	and removed trailing whitespace.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrap properties in SourceStyle.

	* gtksourceview/src/sourcestyle.hg: Wrapped missing properties.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixes in SourceView.

	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Deprecated mark_category_pixbuf
	setter and getter, added default signal handler in
	"line-mark-activated" signal, added some SourceGutter stuff and
	plugged a reference leak in constructors.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Correct some filenames in comments, copyrights and whitespaces.

	* codegen/extradefs/generate_extra_defs_gtksourceview.cc:
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletioninfo.ccg:
	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletionproposal.ccg:
	* gtksourceview/src/sourcecompletionproposal.hg
	* gtksourceview/src/sourcegutter.ccg:
	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourceiter.ccg:
	* gtksourceview/src/sourceiter.hg:
	* gtksourceview/src/sourcelanguage.ccg:
	* gtksourceview/src/sourcelanguage.hg:
	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcelanguagemanager.hg:
	* gtksourceview/src/sourcemark.ccg:
	* gtksourceview/src/sourcemark.hg:
	* gtksourceview/src/sourcestyle.ccg:
	* gtksourceview/src/sourcestyle.hg:
	* gtksourceview/src/sourcestylescheme.ccg:
	* gtksourceview/src/sourcestylescheme.hg:
	* gtksourceview/src/sourcestyleschememanager.ccg:
	* gtksourceview/src/sourcestyleschememanager.hg:
	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Corrected some filenames in
	comments, added some copyrights and removed some trailing
	whitespaces.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Add SourceMarkup to build.

	* gtksourceview/gtksourceviewmm/filelist.am: Added SourceMarkup
	to build.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Update .gitignore.

	* gtksourceview/gtksourceviewmm/.gitignore: Updated to ignore some
	new generated sources.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Added a GtkSourceCompletion wrapper placeholder.

	* gtksourceview/src/sourcecompletion.hg:
	* gtksourceview/src/sourcecompletion.ccg: Added a placeholder for
	GtkSourceCompletion wrapper.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourcePrintCompositor.

	* gtksourceview/src/sourceprintcompositor.hg:
	* gtksourceview/src/sourceprintcompositor.ccg: New files with
	wrapped GtkSourcePrintCompositor.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceCompletionProvider.

	* gtksourceview/src/sourcecompletionprovider.hg:
	* gtksourceview/src/sourcecompletionprovider.ccg: New files with
	wrapped GtkSourceCompletionProvider.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Added SourceMarkup.

	* gtksourceview/gtksourceviewmm/sourcemarkup.h:
	* gtksourceview/gtksourceviewmm/sourcemarkup.cc: Added SourceMarkup
	implementation - this aids me in wrapping some constructors.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceCompletionItem.

	* gtksourceview/src/sourcecompletionitem.hg:
	* gtksourceview/src/sourcecompletionitem.ccg: New files with
	wrapped GtkSourceCompletionItem.

2010-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceCompletionContext.

	* gtksourceview/src/sourcecompletioncontext.hg:
	* gtksourceview/src/sourcecompletioncontext.ccg: New files with
	wrapped GtkSourceCompletionContext.

2009-12-14  Krzesimir Nowak  <qdlacz@gmail.com>

	Regenerate signals.defs

	* gtksourceview/src/gtksourceview_signals.defs: Regenerated after
	fixing signal types in C library, so now there are no signals
	with gpointer parameters.

2009-12-14  Krzesimir Nowak  <qdlacz@gmail.com>

	Regenerate enums.defs.

	* gtksourceview/src/gtksourceview_enums.defs: Regenerate using my
	updated version of glibmm's enum.pl.

2009-12-12  Krzesimir Nowak  <qdlacz@gmail.com>

	Mostly fixes of the template code.

	* gtksourceview/gtksourceviewmm/.gitignore: Added new entries to
	ignore.
	* gtksourceview/src/filelist.am: Added new .hg files to build
	system.
	* gtksourceview/src/gtksourceview_docs.xml: Removed a strange char,
	which made gmmproc complain about this file being badly formed xml.
	The documentation is also fixed in gtksourceview already.
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionproposal.ccg:
	* gtksourceview/src/sourcegutter.ccg:
	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Fixed to make them compilable.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceCompletionProposal.

	* gtksourceview/src/sourcecompletionproposal.hg:
	* gtksourceview/src/sourcecompletionproposal.ccg: New files with
	wrapped GtkSourceCompletionProposal.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceCompletionInfo.

	* gtksourceview/src/sourcecompletioninfo.hg:
	* gtksourceview/src/sourcecompletioninfo.ccg: New files with
	wrapped GtkSourceCompletionInfo.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped GtkSourceGutter.

	* gtksourceview/src/sourcegutter.hg:
	* gtksourceview/src/sourcegutter.ccg: New files with wrapped
	GtkSourceGutter.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Partially update SourceView.

	* gtksourceview/src/sourceview.hg:
	* gtksourceview/src/sourceview.ccg: Wrapped new methods
	and signals, deprecated some old ones.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix conversions.

	* gtksourceview/src/sourcelanguagemanager.hg:
	* gtksourceview/src/sourcestylescheme.hg:
	* gtksourceview/src/sourcestyleschememanager.hg: Fixed array
	conversions - C output parameters are now const.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Cleanup and regenerate docs and defs.

	* gtksourceview/src/gtksourceview_others.defs: Delete it - current
	methods parser copes with methods written there.
	* gtksourceview/src/filelist.am:
	* gtksourceview/src/gtksourceview.defs: Remove obsolete
	gtksourceview_others.defs.
	* gtksourceview/src/gtksourceview_docs.xml:
	* gtksourceview/src/gtksourceview_enums.defs:
	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/gtksourceview_signals.defs: Regenerated.

2009-12-11  Krzesimir Nowak  <qdlacz@gmail.com>

	Update signals/properties generator.

	* codegen/extradefs/generate_extra_defs_gtksourceview.cc: Correct
	indentation and add new GObjects.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Do not generate ChangeLog during make dist(check).

	* Makefile.am: Removed an inclusion of dist-changelog.am, because
	ChangeLog is hand-crafted.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Temporarily lower warnings level for distcheck.

	* Makefile.am: Lower warnings level from `fatal' to `max', because
	deprecated functions are used, so compilation fails during
	distcheck.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Update ChangeLog.

	* ChangeLog: Added new entry.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Tests fixes.

	* .gitignore: Added new entries to ignore.
	* tests/Makefile.am: Do not build mime-types test, because it fails
	during compilation.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Some transition fixes.

	* INSTALL: Delete it - it was standard INSTALL file anyway, so
	when building a new version will be put.
	* configure.ac: Renamed examples directory to tests in
	AC_CONFIG_FILES.
	* docs/Makefile: Fix a typo.
	* gtksourceview/gtksourceviewmm/Makefile.am: Add lib prefix to
	lib_LTLIBRARIES and other.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: build.

	* build/.gitignore: Added to ignore pesky files.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: tests.

	* tests/Makefile.am: Modified to mm-common.
	* tests/test-{basic, get-buffer, langs, mime-types, search}.cpp:
	Moved each to separate directory and renamed to main.cc.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: gtksourceview.

	* gtksourceview/gtksourceviewmm-2.0.pc.in: Renamed to
	gtksourceviewmm.pc.in.
	* gtksourceview/gtksourceviewmm-uninstalled.pc.in: New pc.in file.
	* gtksourceview/gtksourceviewmmconfig.h.in: Removed useless macros,
	they were not used anyway. So only version and deprecation macros
	left.
	* gtksourceview/src/Makefile.am:
	* gtksourceview/gtksourceviewmm/Makefile.am: Modified to mm-common.
	* gtksourceview/src/Makefile_list_of_hg.am_fragment: Modified and
	renamed to filelist.am.
	* gtksourceview/gtksourceviewmm/filelist.am: New file listing.
	* gtksourceview/gtksourceviewmm/.gitignore:
	* gtksourceview/gtksourceviewmm/private/.gitignore: Added to ignore
	pesky files.
	* gtksourceview/gtksourceviemm/private/Makefile.am: Removed useless
	file.

2009-12-09  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: docs.

	* docs/Makefile.am: Modified, so now it is not recursive.
	* docs/reference/.gitignore: Added to ignore pesky files.
	* docs/reference/Doxyfile.in: Updated it to recent version and
	modified to use new configure substitutions.

2009-12-08  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: codegen.

	* codegen/Makefile.am: Modify it to build extra defs generator.
	* codegen/extradefs/.gitignore:
	* codegen/m4/filelist.am: New files.

2009-12-08  Krzesimir Nowak  <qdlacz@gmail.com>

	Transition to mm-common: topdir

	* .gitignore: Added to ignore pesky files.
	* Makefile.am:
	* autogen.sh:
	* configure.ac: Rewritten.

2009-12-08  Krzesimir Nowak  <qdlacz@gmail.com>

	Initial cleanup of old cruft.

	* ChangeLog.diff:
	* MAINTAINERS:
	* README.OLD:
	* build_shared/*:
	* config.h.in:
	* docs/reference/Makefile.am:
	* gtksourceview/Makefile.am:
	* gtksourceview/README:
	* scripts/Makefile.am:
	* scripts/README:
	* scripts/cxx.m4:
	* scripts/cxx_std.m4:
	* scripts/docgen.m4:
	* scripts/macros.m4:
	* tools/Makefile_list_of_sources.am_fragment:
	* tools/README:
	* tools/TODO:
	* tools/extra_defs_gen/Makefile.am:
	* tools/m4/Makefile.am:
	* tools/m4/Makefile_list_of_sources.am_fragment: Get rid of old
	stuff.
	* tools: Rename into codegen.

2009-11-27  Fabien Parent  <parent.f@gmail.com>

	Fix the SourceBuffer's constructor taken a Glib::RefPtr<Gtk::TextTagTable> parameter. (bug #590769)

2009-06-24  Daniel Elstner  <danielk@openismus.com>

	Add Description of a Project (DOAP) file

2009-06-15  Parent Fabien  <parent.f@gmail.com>

	Added SourceView::get/set_draw_spaces().

	* gtksourceview/src/gtksourceview_enums.defs:
	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/gtksourceview_signals.defs: Regenerated.
	* gtksourceview/src/sourceview.hg: Added get/set_draw_spaces() and the
	property and related enum.
	* tools/m4/convert_gtksourceviewmm.m4: Add a conversion for the enum.
	Bug #585278.

2009-02-22  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=75

2008-12-15  Murray Cumming  <murrayc@murrayc.com>

	Remove extra ;s to avoid compiler warnings.

2008-12-15  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcestyle.hg:
	* gtksourceview/src/sourcestyleschememanager.hg: Remove extra ;s to 
	avoid compiler warnings.

	svn path=/trunk/; revision=74

2008-12-12  Balazs Tirpak  <balazs.tirpak@gmail.com>

	Wrapped gtk_source_language_manager_guess_language().:

2008-12-12  Balazs Tirpak  <balazs.tirpak@gmail.com>

	* gtksourceview/src/sourcelanguagemanager.hg: Wrapped
	gtk_source_language_manager_guess_language().:

	svn path=/trunk/; revision=73

2008-10-09  Murray Cumming  <murrayc@murrayc.com>

	Wrapped properties.

2008-10-09  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcebuffer.hg: Wrapped properties.

	svn path=/trunk/; revision=72

2008-08-31  Dodji Seketeli  <dodji@src.gnome.org>

	Updated API Doc of SourceBuffer and SourceView.

	svn path=/trunk/; revision=71

2008-05-31  Dodji Seketeli  <dodji@src.gnome.org>

	use automake 1.10 instead of 1.9

	svn path=/trunk/; revision=70

2008-04-30  Murray Cumming  <murrayc@murrayc.com>

	Updated the download link because I changed that tarball name to

2008-04-30  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/reference-index.txt: Updated the download link
	because I changed that tarball name to gtksourceviewmm*.tar.gz instead 
	of libgtksourceviewmm.tar.gz, to be consistent with the other similar 
	changes. Mentioned gtkmm-list instead of the gtksourceviewmm list.

	svn path=/trunk/; revision=69

2008-04-30  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=68

2008-04-25  Deng Xiyue  <manphiz@gmail.com>

	Include <cstring> to fix the build with gcc 4.3.

2008-04-25  Deng Xiyue  <manphiz@gmail.com>

	* gtksourceview/src/sourcestyle.ccg:
	* tests/test-search.cpp: Include <cstring> to fix the build with 
	gcc 4.3.

	svn path=/trunk/; revision=67

2008-04-25  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=66

2008-04-25  Murray Cumming  <murrayc@src.gnome.org>

	Committed old NEWS changes that I forgot to commit before

	svn path=/trunk/; revision=65

2008-02-06  Murray Cumming  <murrayc@murrayc.com>

	Added remove_source_marks(), using the latest gtksourceview API with my

2008-02-06  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/sourcebuffer.hg: Added remove_source_marks(), 
	using the latest gtksourceview API with my const correction.

	svn path=/trunk/; revision=64

2008-02-06  Murray Cumming  <murrayc@murrayc.com>

	Removed an odd character that was causing a warning.

2008-02-06  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/gtksourceview_docs.xml: Removed an odd character that 
	was causing a warning.

	* gtksourceview/src/gtksourceview_methods.defs: Regenerated with 
	h2defs.py
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg: Renamed the mark methods to match 
	the latest API in gtksourceview.

	I notice that there are some gmmproc warnings during the build too.

	svn path=/trunk/; revision=63

2008-01-20  Murray Cumming  <murrayc@murrayc.com>

	Const corrections and ref-counting corrections for getter methods.

2008-01-20  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcemark.ccg:
	* gtksourceview/src/sourcemark.hg:
	* gtksourceview/src/sourcestyleschememanager.hg:
	* gtksourceview/src/sourceview.hg:
	Const corrections and ref-counting corrections for getter methods.
	* tools/m4/convert_gtksourceview.m4:
	* tools/m4/convert_gtksourceviewmm.m4: Moved GList and GSList 
	conversions to the .m4 files, because the ownership is dependent on 
	the particular function.

	svn path=/trunk/; revision=62

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	bump version to 1.9.4 so we can detect a version with SourceMark api. Also

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	* configure.ac: bump version to 1.9.4 so we can detect a version with
	SourceMark api.  Also require at least version 2.1.0 of gtksourceview

	svn path=/trunk/; revision=61

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	re-generate documentation

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	* gtksourceview/src/gtksourceview_docs.xml: re-generate documentation

	svn path=/trunk/; revision=60

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	may as well add myself here

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	* AUTHORS: may as well add myself here
	* gtksourceview/src/Makefile_list_of_hg.am_fragment:
	* gtksourceview/src/sourcestyleschememanager.ccg:
	* gtksourceview/src/sourcestyleschememanager.hg: add the
	SourceStyleSchemeManager class, though not fully wrapped

	svn path=/trunk/; revision=59

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	added SourceMark class and SourceMark-related API to SourceBuffer

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	* gtksourceview/src/Makefile_list_of_hg.am_fragment:
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcemark.ccg:
	* gtksourceview/src/sourcemark.hg:
	* tools/m4/convert_gtksourceviewmm.m4: added SourceMark class and
	SourceMark-related API to SourceBuffer

	svn path=/trunk/; revision=58

2008-01-12  Jonathon Jongsma  <jjongsma@gnome.org>

	re-generated .defs file for new API in gtksourceview 2.1

	2008-01-12  Jonathon Jongsma <jjongsma@gnome.org>

	* gtksourceview/src/gtksourceview_enums.defs:
	* gtksourceview/src/gtksourceview_signals.defs:
	* gtksourceview/src/gtksourceview_methods.defs: re-generated .defs file for
	new API in gtksourceview 2.1
	* tools/m4/convert_gtksourceviewmm.m4:
	* tools/extra_defs_gen/generate_defs_gtk.cc:
	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourceview.hg:
	* gtksourceview/src/sourcelanguage.hg: wrapped some additional API in
	SourceView, SourceBuffer, and SourceLanguage

	svn path=/trunk/; revision=57

2007-12-09  Yselkowitz  <yselkowitz@users.sourceforge.net>

	Install to 2.0-versioned directories.

	2007-12-09  Yselkowitz <yselkowitz@users.sourceforge.net>

	* docs/reference/Makefile.am (docdir):
	* tools/m4/Makefile.am (tools_m4_includedir):
	Install to 2.0-versioned directories.

	svn path=/trunk/; revision=56

2007-10-04  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=55

2007-09-27  Armin Burgmeier  <armin@openismus.com>

	Depend on gtksourceview-2.0 instead of gtksourceview-1.0.

2007-09-27  Armin Burgmeier  <armin@openismus.com>

	* gtksourceview/gtksourceviewmm-2.0.pc.in: Depend on gtksourceview-2.0
	instead of gtksourceview-1.0.

	svn path=/trunk/; revision=54

2007-09-18  Murray Cumming  <murrayc@murrayc.com>

	1.9.2:

2007-09-18  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/gtksourceviewmm.h:
	* gtksourceview/src/Makefile_list_of_hg.am_fragment:
	* tools/extra_defs_gen/generate_defs_gtk.cc:
	* gtksourceview/src/sourcemarker.ccg:
	* gtksourceview/src/sourcemarker.hg: Removed SourceMarker, 
	because GtkSourceMarker was removed from the C API.
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg: Removed create_marker(), 
	move_marker(), delete_marker(), get_marker(), 
	get_markers_in_region(), get_first_marker(), get_last_marker(), 
	get_iter_at_marker(), get_next_marker(), get_prev_marker(), 
	* gtksourceview/src/sourceview.hg: Remove set_marker_pixbuf(), 
	get_marker_pixbuf(), set_show_line_markers(), and 
	get_show_line_markers(), because the C functions were removed 
	from the C API.

	This fixes the build with the latest gtksourceview-2.0.

	svn path=/trunk/; revision=53

2007-09-13  Murray Cumming  <murrayc@murrayc.com>

	Renamed get/set_highlight() to get/set_highlight_syntax() so that it is

2007-09-13  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcebuffer.hg:
	Renamed get/set_highlight() to get/set_highlight_syntax() 
	so that it is actually wrapped.

	svn path=/trunk/; revision=52

2007-09-12  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=51

2007-09-12  Murray Cumming  <murrayc@murrayc.com>

	Renamed to

2007-09-12  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac:
	* gtksourceview/Makefile.am:
	* gtksourceview/libgtksourceviewmm-1.0.pc.in: Renamed to
	* gtksourceview/gtksourceviewmm-2.0.pc.in:
	* gtksourceview/gtksourceviewmm/Makefile.am:
	* gtksourceview/gtksourceviewmm/private/Makefile.am:
	* gtksourceview/src/Makefile.am:
	Rename the library, headers install location, and 
	pkg-config name to use 2-0 in the name, so we can wrap 
	the new gtksourceview 2.0 API but keep the old versions of 
	gtksourceviewmm parallel installable.

	* gtksourceview/src/gtksourceview.defs:
	* gtksourceview/src/gtksourceview_enums.defs:
	* gtksourceview/src/gtksourceview_methods.defs:
	* gtksourceview/src/gtksourceview_others.defs:
	* gtksourceview/src/gtksourceview_signals.defs: Regenerated.
	* tools/m4/convert_gtksourceview.m4:
	* tools/m4/convert_gtksourceviewmm.m4:
	* gtksourceview/gtksourceviewmm.h:
	* gtksourceview/src/Makefile_list_of_hg.am_fragment:
	* gtksourceview/src/sourcebuffer.ccg:
	* gtksourceview/src/sourcebuffer.hg: The constructor now 
	takes a TextTagTable instead of a SourceTagTable.
	Removed set_bracket_match_style().
	* gtksourceview/src/sourcelanguage.hg: Removed get_tags(), 
	get_escape_char(), set_mime_types(), get_style_scheme(), 
	set_style_scheme(), get_tag_style(), set_tag_style(), 
	get_tag_default_style().
	Added get_hidden() and get_style_name().
	* gtksourceview/src/sourcelanguagemanager.ccg:
	* gtksourceview/src/sourcelanguagemanager.hg: 
	Renamed SourceLanguagesManager to SourceLanguageManager.
	Removed get_language_from_mime_type() - there is no replacement 
	yet. Removed get_available_languages(), get_lang_files_dirs().
	Added get_default(), get_search_path(), get_language_ids(), and 
	get_language().
	* gtksourceview/src/sourcestyle.ccg:
	* gtksourceview/src/sourcestyle.hg: Added.
	* gtksourceview/src/sourcestylescheme.ccg:
	* gtksourceview/src/sourcestylescheme.hg: Removed get_tag_style(), 
	get_style_names(), get_default().
	Added get_id(), get_name(), get_description(), get_authors(), 
	get_filename(), get_style().
	* gtksourceview/src/sourceview.ccg:
	* gtksourceview/src/sourceview.hg: Added the 
	SourceSmartHomeEndType enum, and used it in 
	set_smart_home_end() and get_smart_home_end().
	Renamed set_tabs_width() to set_tab_width(), and 
	get_tabs_width() to get_tab_width().
	Renamed set_show_margin() to set_show_right_margin(), and 
	get_show_margin() to get_show_right_margin().
	Renamed set_margin() to set_right_margin_position(), and 
	get_margin() to get_right_margin_position().

	* gtksourceview/src/sourcetag.ccg:
	* gtksourceview/src/sourcetag.hg:
	* gtksourceview/src/sourcetagstyle.ccg:
	* gtksourceview/src/sourcetagstyle.hg:
	* gtksourceview/src/sourcetagtable.hg:
	Removed. I think that regular Gtk::TextTags should now 
	be used instead.

	Also pass RefPtr parameters by const reference.

	* tests/Makefile.am:
	* tests/test-basic.cpp:
	* tests/test-get-buffer.cpp:
	* tests/test-langs.cpp:
	* tests/test-mime-types.cpp:
	* tools/extra_defs_gen/generate_defs_gtk.cc:
	Updated for the new API, though I removed 
	test-mime-types from the build because there that 
	API is no longer in gtksourceview, for now.

	svn path=/trunk/; revision=50

2007-09-01  Murray Cumming  <murrayc@src.gnome.org>

	MAINTAINERS now conforms to your iron will.

	svn path=/trunk/; revision=48

2007-05-01  Dodji Seketeli  <dodji@src.gnome.org>

	gsvmm moved to gnome svn. update documentation.

	* docs/reference/reference-index.txt: update svn info to reflect
	the move to the gnome repository.

	svn path=/trunk/; revision=46

2007-04-24  Yselkowitz  <yselkowitz@users.sourceforge.net>

	Check for both m4 and M4 in the GNU m4 output, to fix the build on some

	2007-04-24  Yselkowitz <yselkowitz@users.sourceforge.net>

	* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
	to fix the build on some platforms.
	Bug #423990

	svn path=/trunk/; revision=45

2007-04-02  Dodji Seketeli  <dodji@src.gnome.org>

	Properly install gtksourceviewmm.h

	* gtksourceview/Makefile.am: properly install
	gtksourceviewmm.h into $prefix/include/gtksourceviewmm-1.0

	svn path=/trunk/; revision=44

2007-04-02  Dodji Seketeli  <dodji@src.gnome.org>

	Added a new test-get-buffer.cc test case

	* tests/Makefile.am, test/test-get-buffer.cc:
	Added a new test case test-get-buffer.cc.

	svn path=/trunk/; revision=43

2007-04-02  Dodji Seketeli  <dodji@src.gnome.org>

	Fix a crash in test-search.cpp, add --enable-debug, cleanups.

	* configure.ac: added a --enable-debug to compile in debug mode
	* gtksourceview/src/sourceiter.ccg:
	SourceIter::SourceIter(const SourceIter &): chain up Gtk::TextIter
	constructor.
	* tests/test-mime-types.cpp: fix a dump compiler warning
	* tests/test-search.cpp:
	SearchDialog::backward_search_requested_signal(): fix a
	a silly crasher.

	svn path=/trunk/; revision=42

2007-03-26  Dodji Seketeli  <dodji@src.gnome.org>

	Bumped version number to 0.3.1

	svn path=/trunk/; revision=41

2007-01-21  Dodji Seketeli  <dodji@src.gnome.org>

	Sun, 21 Jan 2007 16:43:39 +0100 Dodji Seketeli

	* docs/reference/reference-index.txt: updated mailing list information
	on the website
	* gtksourceview/gtksourceviewmm/init.cc: call Glib::init() in the
	init function so that people can call gtksourceview::init() only
	when they need to use non graphical stuff.
	* tests/test-mime-types.cpp: added this test case to make
	sure mime type related stuff works.

	svn path=/trunk/; revision=40

2007-01-21  Dodji Seketeli  <dodji@src.gnome.org>

	Sun, 21 Jan 2007 15:24:00 +0100 Dodji Seketeli

	* released 0.3.0

	svn path=/trunk/; revision=39

2007-01-21  Dodji Seketeli  <dodji@src.gnome.org>

	Sun, 21 Jan 2007 12:22:02 +0100 Dodji Seketeli

	* docs/reference/Doxyfile.in: generate doc files in builddir, not
	srcdir.
	* docs/reference/Makefile.am: remove the doxygen-warning.txt
	at dist-clean time.
	* NEWS: update this to prepare 0.3

	svn path=/trunk/; revision=37

2007-01-20  Dodji Seketeli  <dodji@src.gnome.org>

	Sat, 20 Jan 2007 18:37:25 +0100 Dodji Seketeli

	* gtksourceview/src/sourcebuffer.hg, docs/reference/reference-index.txt:
	remove the main page doc from sourcebuffer.hg and put it in
	doc/reference/reference-index.txt
	* docs/reference/Doxyfile.in, docs/reference/Makefile.am:
	change this accordingly.

	svn path=/trunk/; revision=36

2007-01-14  Dodji Seketeli  <dodji@src.gnome.org>

	Sun, 14 Jan 2007 11:28:25 +0100 Dodji Seketeli

	*  gtksourceview/src/sourceview.hg: updated API docs.
	*  NEWS: updated this

	svn path=/trunk/; revision=35

2006-12-23  Johannes Schmid  <jhs@gnome.org>

	Fixed type in end_not_undoable_action() which was actually

	2006-12-06  Johannes Schmid <jhs@gnome.org>

	* gtksourceview/src/sourcebuffer.hg:
	Fixed type in end_not_undoable_action() which was actually
	end_notundoable_action()

	svn path=/trunk/; revision=34

2006-12-22  Dodji Seketeli  <dodji@src.gnome.org>

	Fri, 22 Dec 2006 23:46:21 +0100 Dodji Seketeli

	* gtksourceview/gtksourceviewmm.h: updated this to include all the *.h
	files of gsvmm.
	* gtksourceview/src/sourceiter.ccg,hg: wrapped the SourceIter class.
	* tests/test-search.cpp: added a test for the search api.
	* tests/test-basic.cpp: udpated this to include <gtksourceviewmm.h>
	only.

	svn path=/trunk/; revision=33

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	Define docdir, so make install succeeds.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Makefile.am: Define docdir, so make install succeeds.

	svn path=/trunk/; revision=32

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	Various const corrections. Some get_*() methods were not const. Some

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcebuffer.hg:
	* gtksourceview/src/sourcelanguage.hg:
	* gtksourceview/src/sourcemarker.hg:
	* gtksourceview/src/sourceview.hg:
	* tools/m4/convert_gtksourceviewmm.m4: Various const corrections. Some
	get_*() methods were not const. Some get_*() methods had both const and non-const
	overloads, although they returned by value. Some get_*() that returned by RefPtr
	needed get_*() overloads.
	Used refreturn in .hg files with get_*() methods, instead of specifying it in the
	conversion in the .m4 file, because the extra ref is not always needed.

	svn path=/trunk/; revision=31

2006-11-11  Dodji Seketeli  <dodji@src.gnome.org>

	Sat, 11 Nov 2006 16:20:21 +0100 Dodji Seketeli

	* gtksourceview/src/*.hg: update the API docs. All the classes are now
	basically documented.
	* docs/reference/Makefile.am: make install now installs the docs
	in docdir/reference/html. APIDOCs are shipped in the tarball now.

	svn path=/trunk/; revision=30

2006-11-11  Dodji Seketeli  <dodji@src.gnome.org>

	Sat, 11 Nov 2006 01:12:24 +0100 Dodji Seketeli

	* gtksourceview/src/sourcelanguagesmanager.hg: updated API doc

	svn path=/trunk/; revision=29

2006-11-11  Dodji Seketeli  <dodji@src.gnome.org>

	Sat, 11 Nov 2006 00:57:00 +0100 Dodji Seketeli

	* gtksourceview/src/sourcelanguage.hg: updated API doc.

	svn path=/trunk/; revision=28

2006-11-08  Dodji Seketeli  <dodji@src.gnome.org>

	Wed, 08 Nov 2006 23:36:20 +0100 Dodji Seketeli

	* docs/reference/Doxyfile.in: don't generate full path doc names.
	* tools/m4/convert_gtksourceviewmm.m4: add  more need type conversion macros.
	* gtksourceview/src/sourcelanguagesmanager.hg: fix typo:
	SourceLanguagesManager::get_available_languages(), instead of
	::get_available_language(). This breaks API, but it's for the good.
	* gtksourceview/src/sourcebuffer.hg: make api doc complete for this
	class.
	* gtksourceview/src/sourcetag.hg: complete apidoc for this class.
	* gtksourceview/src/sourcetagtable.hg: went forward in apidoc.
	* tests/Makefile.am, test-langs.cc: added a new test to test languages.
	* configure.ac: bump revision number, and soname stuff because of api
	break.

	svn path=/trunk/; revision=27

2006-11-02  Dodji Seketeli  <dodji@src.gnome.org>

	Thu, 02 Nov 2006 08:14:03 +0100 Dodji Seketeli

	* configure.in: renamed this into configure.ac .
	* docs/reference: added this new directory. Now, make also builds
	reference documentation in docs/reference/html
	* docs/reference/Doxyfile.in: added this new file.
	* gtksourceview/src/sourcebuffer.hg: started to document this.
	* gtksourceview/src/sourcetag.hg: started to document this.

	svn path=/trunk/; revision=26

2006-09-18  Dodji Seketeli  <dodji@src.gnome.org>

	========== release 0.2.0 ===========

	========== release 0.2.0 ===========

	lundi 18 septembre 2006, 12:45:45 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourcebuffer.hg, gtksourceview/src/sourceview.hg:
	added a default 'true' parameter to the set_* methods that takes a boolean
	in parameter.

	svn path=/trunk/; revision=25

2006-09-17  Dodji Seketeli  <dodji@src.gnome.org>

	dimanche 17 septembre 2006, 14:52:01 (UTC+0200) Dodji Seketeli

	* configure.in:  updated version number to 0.2.0 and soversion to
	1.0.1.

	svn path=/trunk/; revision=24

2006-09-17  Murray Cumming  <murrayc@murrayc.com>

	Added a create() method, so that instances of this class can be

2006-09-17  Murray Cumming  <murrayc@murrayc.com>

	* gtksourceview/src/sourcelanguage.hg: Added a create() method,
	so that instances of this class can be instantiated. Removed the
	unnecessary friend statement.
	* gtksourceview/src/sourcelanguagesmanager.hg: Made the constructor
	protected and added a public create() method.

	svn path=/trunk/; revision=23

2006-09-17  Murray Cumming  <murrayc@murrayc.com>

	Require autoconf 2.59 instead of 2.60, because 2.59 is more widely

2006-09-17  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Require autoconf 2.59 instead of 2.60, because
	2.59 is more widely available.

	svn path=/trunk/; revision=22

2006-09-17  Dodji Seketeli  <dodji@src.gnome.org>

	dimanche 17 septembre 2006, 12:22:33 (UTC+0200) Dodji Seketeli

	* NEWS: updated this

	svn path=/trunk/; revision=21

2006-09-17  Dodji Seketeli  <dodji@src.gnome.org>

	dimanche 17 septembre 2006, 12:17:12 (UTC+0200) Dodji Seketeli

	* updated the NEWS file.

	svn path=/trunk/; revision=20

2006-09-17  Dodji Seketeli  <dodji@src.gnome.org>

	dimanche 17 septembre 2006, 11:24:22 (UTC+0200) Dodji Seketeli

	* AUTHORS, README: updated this.
	* configure.in: changed the name of the project to libgtksourceviewmm
	(the former name gtksourceviewmm). This change allows me to start
	versioning the projet at version number 0.1.0 which reflects more
	the current state of the library. The initial gtksourceviewmm
	project I forked from had revision number 1.10.0. As I think that
	the library is too young to deserve a revision number > 1.0, I felt
	like I had the change the name of the project.
	The users just have to change their name configure.ac file and
	check for libgtksourceview-1.0.pc file , with version number 0.1.0.
	Everything else remains unchanged.
	* gtksourceview/gtksourceviewmm-1.0.pc.in: renamed this into
	libgtksourceviewmm-1.0.pc

	svn path=/trunk/; revision=19

2006-09-07  Dodji Seketeli  <dodji@src.gnome.org>

	jeudi 7 septembre 2006, 15:14:05 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/*.hg, *.ccg: update copyrights.
	* gtksourceview/src/sourcetag.hg: constify getters.
	* gtksourceview/src/sourcestylescheme.hg: constify getters, and refreturn
	SourceStyleScheme::get_default().

	svn path=/trunk/; revision=18

2006-09-06  Dodji Seketeli  <dodji@src.gnome.org>

	mercredi 6 septembre 2006, 21:09:53 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourceview.ccg: forgot a cast.

	svn path=/trunk/; revision=17

2006-09-06  Dodji Seketeli  <dodji@src.gnome.org>

	mercredi 6 septembre 2006, 18:58:39 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourceview.ccg: don't init the sourceview with NULL
	sourcebuffer.

	svn path=/trunk/; revision=16

2006-09-06  Dodji Seketeli  <dodji@src.gnome.org>

	mercredi 6 septembre 2006, 18:04:42 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourcelanguagesmanager.hg,
	gtksourceview/src/sourcelanguage.hg,
	gtksourceview/src/sourcelanguagesmanager.ccg: add const to getters.
	* gtksourceview/src/sourceview.ccg: second attempt at fixing #346896 .

	svn path=/trunk/; revision=15

2006-09-06  Dodji Seketeli  <dodji@src.gnome.org>

	mercredi 6 septembre 2006, 15:56:32 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourceview.ccg: try to fix a stupid error that caused
	bug #346896. Hope this fixes the problem.

	svn path=/trunk/; revision=14

2006-09-05  Dodji Seketeli  <dodji@src.gnome.org>

	mardi 5 septembre 2006, 18:27:52 (UTC+0200) Dodji Seketeli

	* gtksourceview/src/sourcebuffer.hg: add const methods overloads to
	getters (using the constversion param to reduce code size) and add
	refreturn where needed. I need to that throughout all the code now.

	svn path=/trunk/; revision=13

2006-08-26  Dodji Seketeli  <dodji@src.gnome.org>

	samedi 26 août 2006, 08:22:37 (UTC+0200) Dodji Seketeli

	* CVS: remove these directories
	* configure.in, autogen.sh : cleanup

	svn path=/trunk/; revision=12

2006-08-24  Dodji Seketeli  <dodji@src.gnome.org>

	jeudi 24 août 2006, 10:51:40 (UTC+0200) Dodji Seketeli

	* README, COPYING: updated these files

	svn path=/trunk/; revision=11

2006-08-23  Dodji Seketeli  <dodji@src.gnome.org>

	mercredi 23 août 2006, 12:21:20 (UTC+0200) Dodji Seketeli

	* autogen.sh: force usage of automake-1.9, otherwise, bad things happen.

	svn path=/trunk/; revision=10

2006-08-01  Murray Cumming  <murrayc@murrayc.com>

	Removed generated files.

2006-08-01  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.in:
	* aclocal.m4:
	* gtksourceview/Makefile.in:
	* gtksourceview/gtksourceviewmm/Makefile.in:
	* gtksourceview/gtksourceviewmm/private/Makefile.in:
	* gtksourceview/src/Makefile.in:
	* scripts/Makefile.in:
	* scripts/config.guess:
	* scripts/config.sub:
	* scripts/depcomp:
	* scripts/install-sh:
	* scripts/ltmain.sh:
	* scripts/missing:
	* tests/Makefile.in:
	* tools/Makefile.in:
	* tools/extra_defs_gen/Makefile.in:
	* tools/m4/Makefile.in: Removed generated files.

	svn path=/trunk/; revision=9

2006-07-11  Dodji Seketeli  <dodji@src.gnome.org>

	mardi 11 juillet 2006, 16:35:19 (UTC+0200) Dodji Seketeli

	* removed configure from CVS.

	svn path=/trunk/; revision=8

2006-07-09  Dodji Seketeli  <dodji@src.gnome.org>

	lundi 10 juillet 2006, 00:52:45 (UTC+0200) Dodji Seketeli

	* add back the files necessary in gtksourceview/gtksourceviewmm .

	svn path=/trunk/; revision=7

2006-07-09  Dodji Seketeli  <dodji@src.gnome.org>

	lundi 10 juillet 2006, 00:47:49 (UTC+0200) Dodji Seketeli

	* gtksourceview/gtksourceviewmm/*.(h|cc): remove the generated files.

	svn path=/trunk/; revision=6

2006-07-09  Dodji Seketeli  <dodji@src.gnome.org>

	lundi 10 juillet 2006, 00:33:30 (UTC+0200) Dodji Seketeli

	* tools/m4/convert_gtksourceviewmm.m4: GtkSourceMarker* to
	Glib:RefPtr<SourceMarker> conversion increases refcount,
	otherwise crashes occur when accessing GtkSourceMarker.
	* gtksourceview/src/sourceview.ccg: 
	(SourceView::get_source_buffer ()): increase refcount of the
	source_buffer() to fix refcount related crashes.

	svn path=/trunk/; revision=5

2006-06-22  Dodji Seketeli  <dodji@src.gnome.org>

	jeudi 22 juin 2006, 16:41:45 (UTC+0200) Dodji Seketeli

	* Initial Import

	svn path=/trunk/; revision=4