=== eel 2.19.5 ===

2007-07-10  Martin Wehner  <martin.wehner@gmail.com>

	* NEWS:
	Update for release

2007-07-10  Martin Wehner  <martin.wehner@gmail.com>

	* configure.in:
	Remove AC_ISC_POSIX: It would have to be called after AC_PROG_CC,
	but Interactive Unix is obsolete.
	Replace obsolete AC_STDC_HEADERS with AC_HEADER_STDC.
	Remove AM_SANITY_CHECK: It's an internal macro that is called by
	AM_INIT_AUTOMAKE anyway.
	Remove unused AC_C_BIGENDIAN.
	Remove redundant AC_PROG_AWK call.

2007-06-23  Martin Wehner  <martin.wehner@gmail.com>

	* eel/eel-glib-extensions.c: (eel_self_check_glib_extensions):
	Set LC_TIME="C" before testing the output of eel_strdup_strftime
	instead of having the translators to provide the expected results.
	Fixes 'make check' when LC_TIME != LC_MESSAGES. (#348191)

2007-06-21  Martin Wehner  <martin.wehner@gmail.com>

	* configure.in:
	Don't set both -Wsign-compare and -Wno-sign-compare.
	Don't set -Wchar-subscripts as it's included in -Wall.

2007-06-20  Martin Wehner  <martin.wehner@gmail.com>

	* configure.in:
	Don't set extra warning flags in the user environment CFLAGS.
	Fixes 'make distcheck'.

2007-06-19  Martin Wehner  <martin.wehner@gmail.com>

	* configure.in:
	Post release version bump