2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in: Update version to 2.19.90 for release

2007-08-10  Jonathon Jongsma  <jjongsma@gnome.org>

	* src/hex-document.h: add G_BEGIN/END_DECLS around public declarations so
	that it can be easily included in C++ applications

2007-08-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* src/gtkhex.c (gtk_hex_key_press):
	Handle keypad presses appropriately when numlock is on/off

	Fixes #464979

2007-08-08  Rodney Dawes  <dobey.pwns@gmail.com>

	* src/gtkhex.c (gtk_hex_insert_autohilight):
	Pass the right type to sizeof for the malloc
	Patch from Stanislav Brabec <sbrabec@suse.cz>

	Fixes #339055