2016-09-27  Shiro Kawai  <shiro@acm.org>

	* lib/h2s/parse.scm (parse-body): Fix for new Pango.
	  https://github.com/shirok/Gauche-gtk2/issues/5

2015-06-24  Shiro Kawai  <shiro@acm.org>

	* src/gauche-gtk.c (call_callback), lib/gtk.scm (%gtk-call-callback):
	  Moved callback handling code to lib/gtk.scm, and allow to intercept
	  error handler using parameter gtk-callback-error-handler.
	* lib/gtk/error-dialog.scm: Intercept error handler by
	  gtk-callback-error-handler, instead of using Gauche's custom
	  error reporter mechanism.  Because of the change in Scm_ReportError,
	  it'll doesn't make much sense to use the latter.

2012-04-02  Shiro Kawai  <shiro@acm.org>

	* src/gtk-lib.hints (gtk-tree-model-get-column-type): Fixed mismatch
	  of arguments - the function body referred to global function 'index'
	  instead of the argument 'index_'.
	  (gtk-ui-manager-add-ui-from-string): Use u_int instead of uint for
	  the portability.
	  Also fixed several places to suppress warnings.
	* src/gauche-gtk.h: Added a couple of missing prototypes.

2011-11-23  Akinori Hattori <hattya@gmail.com>

	* src/h2s-gtk.scm: Added gdk-pixbuf-directory.
	* src/gtk-lib.hints: Fixed function redefinition errors.
	* lib/h2s/parse.scm: Skip preprocessor directive inside the
	  enum definition.

2011-07-25  Shiro Kawai  <shiro@acm.org>

	* lib/h2s/parse.scm (parse-struct): Strip GSEAL() macro for now,
	  in order to keep the backward compatibility---some time near
	  future we should discurage accessing gtk objects with slots.

2011-02-28  Shiro Kawai  <shiro@acm.org>

	* src/h2s-gtk.scm (*header-search-paths*): Bail out with proper
	  error message when gtk and pango development environment can't
	  be found.

2010-05-25  Shiro Kawai  <shiro@acm.org>

	* Imported CVS HEAD of Gauche-gtk and changed various parts
	  to catch up the latest Gauche.
