2005-12-31  Henrik Sandklef  <hesa@gnu.org>

	* doc/xnee_example.texi:

	Added info and example on how to use shell functions

	* xneetest/src:

	Added utils.c and utils.h

2005-12-30  Henrik Sandklef  <hesa@gnu.org>

	* share/xnee.sh:

	Added shell functions for button press/release

2005-12-29  Henrik Sandklef  <hesa@gnu.org>

	* configure.in, Makefile.am, share/Makefile.am:

	Added Examples and handy shell scripts added to dist
          share/xnee.sh
          examples/

	* Makefile.xnee:

	updated to build gnee (not only libxnee and cnee) 

	* libxnee/test/libtest.c: 

	Rewrote some test code... sorry no more comments.
	
	* libxnee/test/Makefile: 

	Removed xosd, altered include path

	* libxnee/include/libxnee/xnee_internal.h: 

	Removed cast to (void) from XNEE_FREE macro

	* libxnee/Makefile.am : 

	Removed Makefile.libxnee Makefile.cvs
	
	* include/libxnee/xnee_range.h: 

	Renamed xnee_free_lists to xnee_free_ranges

	* libxnee/src/xnee_session.c: 

	Added closing of displays

	* libxnee/src/xnee_range.c: 

	Renamed xnee_free_lists to xnee_free_ranges

	Freed memory allocated for ranges 
	
	* libxnee/src/xnee_alloc.c: 

	Replaced xnee_free with XNEE_FREE_AND_NULL

	* libxnee/src/xnee_grab.c: 

	Replaced xnee_free with XNEE_FREE_AND_NULL

	* libxnee/src/xnee_plugin.c: 

	Replaced xnee_free with XNEE_FREE_AND_NULL

	* libxnee/src/xnee_display.c: 

	Freed allocated modifier mapping

	* libxnee/src/Makefile.am: 

	Added support for "-g" option to configure command

	* gnee/src/Makefile.am: 

	Removed INTLLIBS

	* gnee/src/gnee_xnee.c: 

	Added reading of grabbed key boxes and adding those keys to xnee_data

2005-12-08  Henrik Sandklef  <hesa@gnu.org>

	* gnee/src/interfaces.c
	* gnee/gnee.glade

	Changed info about gnee and Xnee in about box

	libxnee/src/print.c
	
	* Added year 2005 in printout
	
2005-12-06  Henrik Sandklef  <hesa@gnu.org>

	* gnee/src/main.c
	* gnee/src/gnee_xnee.c

	Added macro for program name (gnee)

2005-10-11  Henrik Sandklef  <hesa@gnu.org>

	* libxnee/src/xnee_buffer.c (xnee_replay_buffer_handler): 

	Excluding device events from buffer handling in synchronisation

	* libxnee/src/xnee_fake.c (xnee_fake_motion_event): 

	removed recalculation of screen resolution when distributiing events

	* libxnee/src/xnee_record.c (xnee_setup_recordext): 

	Calling set_ranges before recording...

	* libxnee/src/xnee_display.c (xnee_add_display_list): 

	Changed == to <= in 
	if (disp_len <= 0) 

	* gnee/src/main.c (main): 

	program name set to XNEE_GUI

	* gnee/src/gnee_xnee.h: 

	Added macro XNEE_GUI "gnee"

	* doc/xnee_exampl.texi: 

	"--loops" replaced by "--events-to-record"

2005-09-15  Henrik Sandklef  <>

	* libxnee/src/xnee_fileop.c (xnee_open_files): 

	"Corrected parse error on "--err-file"

2005-09-14  Henrik Sandklef  <>

	* configure.in (DOC_TARGETS, DOC_TARGETS): 

	"Added checks for various binaries used when building manuals"

	"Added X_LIBS to LIBS"

	"Warns if progrs need by doc isn't found"

2005-09-13  Henrik Sandklef  <>

	* gnee/src/*.[hc]:

	"Made sure copyright notice was present"

2005-08-18  Henrik Sandklef  <hesa@localhost.localdomain>

	* libxnee/src/xnee_replay.c (xnee_replay_synchronize): 

	"return;" replaced with "return ret;"

