=== libnxplot 0.2 ===
2004-10-16  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* configure.ac: Require pygtk 2.4.0, gnome-python 2.6.0.

2004-10-05  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/nxpcanvas.c (set_plotter): Allow NULL plotter.

2004-10-03  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/nxplot-artft-font.c (fontmap_lookup): Look for all symbol
	fonts, then look for the one distributed by ghostscript.  Reorder
	the other fonts, placing the ghostrcript ones in first place.

2004-09-26  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* configure.ac: Increase pygtk requirement.

	* nxplot/python/nxplot.defs: Remove ' from ifdef arguments.

2004-09-12  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* configure.ac: Bump version to 0.2.

	* Makefile.am: Install nxplot.pc.

	* nxplot/Makefile.am: Remove (broken) pkgconfig file handling.

	* nxplot/nxplot.pc.in: Move to toplevel dir.

	* configure.ac: Update changed location of nxplot.pc.in.

2003-10-29  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/nxplot-artft.c (nxplot_artft_text_layout): Don't
	initialize the textline's bounding box to zeros, initiliaze to +/-
	G_MAXINT instead.  Thanks to Jon Foster for the tip.
	(nxplot_artft_labelmetrics): Take into consideration negative
	descenders or ascenders.

2003-10-19  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/nxplot-artft-font.c (fontmap_lookup_char): This function
	now returns the glyph directly in the return value, and receives a
	Font*.  It searches in font->all_fonts for any font that provides
	the desired unicode char, and adds the font to the list of faces
	in such case.
	(struct Font): keep a FcFontSet with list of all fonts sorted in
	order of proximity to our font of interest.
	(get_font): store font->all_fonts.  fontmap_lookup return value
	changed, so load the glyph here.
	(font_get_glyph): In order to detect missing glyphs, call
	FT_Get_Char_Index, check if index != 0, then call FT_Load_Glyph,
	instead of calling FT_Load_Char.
	(fontmap_lookup): Return a font list (FcFontSet) instead of a
	FT_Face.
	(fontmap_lookup): Insert the symbols font (Standard Symbols L) in
	second place in the returned list of fonts.

2003-10-08  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/python/nxplot.defs (set_size): Wrap method set_size of
	NxplotArtft.

2003-09-28  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/python/nxplot.defs (get_child_at_point): wrap this.

2003-08-01  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/python/test.py: Added pygtk.require("2.0").
	Removed obsolete mathml test.

2003-05-31  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* nxplot/nxplot-artft.c (update_clipping): Fixed clipping bug:
	clip_h = clip_w.

 ==== Initial version, copied from gnumexp ====
