
========== 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.

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.

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.

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.

	========= released 0.1.0 =============

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

	* AUTHORS: 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


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().



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

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

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

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

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 .

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.

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.

samedi 26 aot 2006, 08:22:37 (UTC+0200) Dodji Seketeli

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


jeudi 24 aot 2006, 10:51:40 (UTC+0200) Dodji Seketeli

	* README, COPYING: updated these files

mercredi 23 aot 2006, 12:21:20 (UTC+0200) Dodji Seketeli

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

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.

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

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

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.

samedi 17 juin 2006, 17:16:40 (UTC+0200) Dodji Seketeli <dodji@gnome.org>

	* grksourceview/src/*: Added sourcelanguagesmanager.[hg|ccg]. Various
	  fixes to make the sourceview widget work for various testcases.
	* configure.in: put the version number back to 1.0.0 so that we can
	  expect to keep track with the underlying gtksourceview numbering
	  scheme.

dimanche 4 juin 2006, 12:34:10 (UTC+0200) Dodji Seketeli <dodji@gnome.org>

	* gtksourceview/src/*: added gtksourceview_signals.defs
	   sourcestylescheme.ccg, sourcestylescheme.hg, sourcetag.ccg,
	   sourcetag.hg, sourcetagstyle.ccg, sourcetagstyle.hg,
	   sourcetagtable.ccg, sourcetagtable.hg.
	* gtksourceview/src/Makefile.am,Makefile_list_of_hg.am_fragment: changed this to reflect the file
	  additions.
	* gtksourceview/src/gtksourceview.defs: reflect the addition of
	  gtksourceview_signals.defs. This file is not really used at the
	  moment. I have generated it with tools/extra_defs_gen/generate_extra_defs.
	  It seems parts of the generated file cannot be properly parsed by
	  gmmproc, like some strings delimited by '"' which have the very same
	  '"' as part of their content, or like the property "no-show-all"
	  that can not be parse for some obscur reasons. Will look more deeply
	  into that later. All this gmmproc-foo is still a bit dark to me.
	* gtksourceview/src/sourcelanguage.ccg: wrapped
	  gtk_source_language_get_id(), gtk_source_language_get_tags(),
	  and gtk_source_language_set_mime_types().
	* tools/m4/convert_gtksourceviewmm.m4: updated a couple of conversion
	  macros.

samedi 3 juin 2006, 09:20:41 (UTC+0200) Dodji Seketeli <dodji@gnome.org>

	* gtksourceview/src/sourcelanguage.hg: wrap the set_mime_types()
	  method.
	* tools/m4/convert.m4: include convert_gtkmm.m4 before
	  convert_gtksourceviewmm.m4 so that the later finds the appropriate
	  macros definitions.
	* tools/m4/convert_gtksourceviewmm.m4: add a couple of m4 conversion
	  macros needed by gtksourceview/src/*.hg to be properly generated.

	This entry makes the tree compile properly compile for me. I haven't
	tried to run it yet, though.

2006-05-28 - Rob Page <page.rob@gmail.com>

	* Mostly rewritten to use hg and ccg files, but is probably not functional at the moment

2006-04-01 - Rob Page <page.rob@gmail.com>

	* Initial Upload.

