2.24.0:

2009-03-09  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Makefile.am: Added srcdir before the devhelp file, to 
	fix distcheck.

2009-03-09  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/pango_docs.xml: Regenerated with doxextract_to_xml.py.

2009-02-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>	

	* docs/reference/Doxyfile.in:
	* docs/reference/Makefile.am: Allow pangomm to build outside the source 
	tree. Bug #570322

2009-01-20  Deng Xiyue  <manphiz@gmail.com>

	* Change license header to mention Lesser General Public License
	version 2.1 instead of Library General Public License, to be
	consistent with COPYING.

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

	* docs/reference/Doxyfile.in: Add some more newin2p* aliases.
	* pango/src/layout.hg: Mark show_in_cairo_context as since 2.16.

2008-11-12  Louis-Francis Ratté-Boulianne <louisfrancis.rb@gmail.com>

	* pango/src/layout.cgg:
	* pango/src/layout.hg: Added show_in_cairo_context().
	Bug #560232,

2.14.1:

2008-11-08  Deng Xiyue  <manphiz@gmail.com>

	* docs/reference/doxygen_to_devhelp.xsl: Fix references to gtkmm,
	should be pangomm, and use reference index.html as start point.

2008-10-23  Jonathon Jongsma  <jonathon@quotidian.org>

	* configure.in:
	* docs/reference/Makefile.am:
	* docs/reference/images: Removed gtk stock image stuff that was accidentally
	left over from splitting up pangomm from gtkmm.

2008-10-09  Armin Burgmeier  <armin@openismus.com>

	* MSVC_Net2005/pangomm/pangomm.vcproj: Changed the library DLL name to
	match the new naming convention.

	* MSVC_Net2008/: Added Visual Studio 2008 project files.

	* Makefile.am:
	* configure.in: Added the new files to the distribution.

2.14.0 (wraps pango 1.22):

2008-09-08  Deng Xiyue  <manphiz@gmail.com>

	* Added COPYING.tools with the GPL because the tools/*.cc file is 
	GPL. Bug #550789.

2008-09-08  Deng Xiyue  <manphiz@gmail.com>

	* README: Mention pangomm instead of gtkmm. Bug #550789.

2008-08-27  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/pangomm/pangomm.rc.in: Replaced #include "afxres.h" by
	#include <windows.h> which does the job equally well, and allows
	compilation with the freely available Visual Studio Express compiler.

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

	* pango/src/language.ccg:
	* pango/src/language.hg: Added get_scripts().

2.13.8:

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

	* pango/src/context.hg: Added set_font_map() because it is now public 
	(non backend-only) API.

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

	* pango/src/layoutrun.ccg:
	* pango/src/layoutrun.hg: Wrap this with CLASS_BOXEDTYPE() instead of 
	_CLASS_GENERIC(), because the PangoGlyphItem (of which PangoLayoutRun 
	is a typedef) is a boxed type. This reduces the amount of code in .hg, 
	while apparently not breaking API or ABI.
	This should be renamed to GlyphItem when we can break ABI.

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

	* pango/src/layoutrun.hg: Typedef this to GlyphItem, because 
	that is what it is (and is documented as) in Pango.
	Added splt() and letter() space to LayoutRun, wrapping PangoGlyphItem 
	functions. 
	* tools/m4/convert_pango.m4:
	* pango/src/renderer.hg: Added draw_glyph_item().

	* pango/src/cairofontmap.hg: Added set_default().

2008-08-09  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/gendef/gendef.cc:
	* MSVC_Net2005/gendef/gendef.vcproj:
	* MSVC_Net2005/gendef/Makefile.am:
	* MSVC_Net2005/pangomm/pangomm.vcproj:
	* MSVC_Net2005/pangomm/pangomm.rc.in:
	* MSVC_Net2005/pangomm/Makefile.am:
	* MSVC_Net2005/pangomm.sln:
	* MSVC_Net2005/blank.cpp:
	* MSVC_Net2005/Makefile.am: Added project files to build pangomm with
	Visual Studio 2005.

	* configure.in:
	* Makefile.am: Adapt build files.

2.13.7:

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

	* docs/Makefile.am: Do not try to upload a non-existant index.html
	* docs/images/Makefile.am: Correct the filenames.
	* docs/reference/pangomm_header.html_fragment: Change the links as 
	in glibmm.

2008-08-01  Deng Xiyue <manphiz@gmail.com>

	* docs/Makefile_web.am_fragment:
	* docs/reference/Makefile.am:
	* tools/m4/Makefile.am:
	* Makefile.am: Fix all references of ABI version 2.4 to version 1.4, 
	though the tarball version (as reported by pkgconfig --modversion) 
	must stay as 2.x.
	Bug #545537.

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

	* docs/Makefile.am:
	* docs/index.html: Removed index.html. It was just a copy from 
	gtkmm (from where I will also be removing it.) The true copy is in 
	gnomemm-website (uploaded to gtkmm.org).

2008-07-30  Sebastien Bacher  <seb128@ubuntu.com>

	* configure.in: require a correct pango version (bug #545378)

2008-07-27  Murray Cumming  <murrayc@murrayc.com>

	* docs/Makefile_web.am_fragment: Corrected the upload location.
	* docs/reference/Doxyfile.in: Corrected a variable so we really 
	generate documentation.

2.13.6:

2008-07-27  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/pango_docs.xml:
	* pango/src/pango_enums.defs:
	* pango/src/pango_methods.defs: Regenerated.

	* pango/src/layout.hg: Added get_height(), set_height(), 
	get_baseline().
	* pango/src/layoutiter.ccg:
	* pango/src/layoutiter.hg: Added get_layout().
	* pango/src/renderer.hg: Added get_layout() and get_layout_line().

2.13.5:

Created a standalone pangomm module from gtkmm in svn trunk, 
so that things can depend on pangomm without needing gtkmm at 
build time.
