============= 0.6.2 release =======================

2009-02-04  Thomas Wood  <thos@gnome.org>

	* NEWS
	* configure.in

	Update for 0.6.2 release

2008-09-26  Robert Staudinger  <robsta@gnome.org>

	reviewed by: Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-doc-handler.c (cr_doc_handler_new): Bug 553937 - CRDocHandler instances created with reference count of 0

2008-03-30  Peter Moulder  <pjmoulder@svn.gnome.org>

	* ChangeLog: Change to UTF-8.  I believe this now the preferred
	  charset for Gnome ChangeLogs.  (Let me know if gratuitous use of
	  unicode, such as in the following paragraph, causes a problem for
	  you.  Would a vim/emacsen mode line at the bottom of the file help?)

	* src/*: Add ‘const’ to various function prototypes, as discussed at
	  http://www.mail-archive.com/libcroco-list@gnome.org/msg00049.html .
	  This change is a noop in the sense that it has no effect on
	  libcroco's object files, but does affect source-level compatibility,
	  both forwards and backwards — though in practice I'd guess that no
	  existing code will break from this.

	* src/cr-declaration.c: (cr_declaration_new): Doc.
	* (cr_declaration_destroy): Simplify implementation (and assert that
	  next/prev elements point to each other before following the links).

2007-01-10  Bruno Haible  <bruno@clisp.org>

	* cr-style.h (enum CRPositionType): Remove trailing comma. Needed for
	compilation on AIX with xlc.
	* cr-fonts.c (cr_font_weight_get_bolder): Handle FONT_WEIGHT_INHERIT.
	* cr-sel-eng.c: Bug 395099 - overly agressive rule matching
	
2007-01-09  Benjamin Dauvergne <feanor@tol-eressea.org>

	* src/cr-tknzr.c: Bug 314831 - Escapes not recognized
	
2007-01-09  Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-sel-eng.c: a bug in the class selector code, where it would not require whitespace before the class in a class attribute with multiple classes.
	
2007-01-09  Dom Lachowicz <domlachowicz@gmail.com>

        From Bruno Haible <bruno@clisp.org>
	
	* src/cr-fonts.h: gives syntax errors when included twice
	* src/cr-fonts.c: the return value of cr_font_family_prepend()
	should be "the font family list", not CR_OK which is the same as NULL.
	* src/cr-fonts.c: the logic of cr_font_weight_get_bolder
	does not take into account the FONT_WEIGHT_INHERIT value, and the
	shift by 1 can yield out-of-range values. Partial fix
	
2007-01-09  Benjamin Dauvergne <feanor@tol-eressea.org>

	* src/cr-tknzr.c: Bug 372011 - comments not parsed correctly
	* src/cr-tknzr.c: Bug 394680 - problem parsing function name starting with 'u' or 'r'
	* src/cr-parser.c: Bug 139878 - keep end of ruleset parsing location, and give it to the end_selector sac-handler.
	* src/cr-tknzr.c: Bug 394294 - Escape are wrongly computed
	
2007-01-09  Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-tknzr.c: Bug 336621 - cr_tknzr_get_next_token wasn't 
	handling "<!--" correctly

2006-11-30  Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-num.c: Bug 381040 - floating numbers always output to exactly 3 digits after decimal points.
	Also fixed a related bug where libcroco wouldn't emit compliant CSS strings if run in a non-C locale.
	
2006-11-29  Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-token.c: Bug 380438 - Leak and trace message in cr_token_clear.
	Fix suggested by Mark Rogers <mark.rogers at electrum.co.uk>
	
2006-11-14  Dom Lachowicz <domlachowicz@gmail.com>

	* src/cr-rgb.c: Bug 375194 - fix to builtin color processing
	
2006-05-02  Peter Moulder <pmoulder at mail.csse.monash.edu.au>
	
	* src/*.[ch]: Bug 340298 - Fixes to documentation markup.

2006-05-02  Dom Lachowicz <cinamod@hotmail.com>

	* src/Makefile.am: Fix linking by adding proper dependencies (bug 148790)
	Cygwin build fixes
	* configure.in: Detect Cygwin in addition to Mingw (bug 333834)
	* csslint/csslint.c: Fix 3 "dereferencing type-punned pointer will break strict-aliasing rules" warnings
	
2006-04-29  Dom Lachowicz <cinamod@hotmail.com>

	* src/cr-tknzr.c: Revert my previous change and instead use Inkscape's
	patch in bug #306823, as it improves precision
	* src/cr-utils.[ch]: Ditto

	============= 0.6.1 release =======================

dim mar  5 23:32:14 CET 2006 Dodji Seketeli

	* configure.in,docs/Makefile.am: 
	  unwire gtk-doc temporarily. Couldn't make it
	  distcheck otherwise.
	* tests/Makefile.am: add global-vars.sh.in to EXTRA_DIST files.
	* confifure.in: increase library REVISION number, for 0.6.1 release.