2006-08-07  Josh Green  <jgreen@users.sourceforge.net>

	- Renamed 'object' command to 'objects'.
	- refdbg_priv.h: Added g_slice defines for older versions of glib.
	- Added object display sorting (by type name, refcount)
	- Some documentation updates.

2006-08-07  Josh Green  <jgreen@users.sourceforge.net>
	
	What came first, the README or the ChangeLog?
	Improved backtrace info (source file:line number) using libbfd and dladdr().
	Added 'btpaths=0|1' command to enable display of full paths in backtraces.
	Performance improvements - backtrace info is resolved only when needed.
	Memory optimizations - constant strings from libbfd and dladdr() not copied.
	Backtrace filtering in 'display' command (address, object file name,
	source file name and function name).
	Added logging of alive objects to log - disabled with new 'logobjs' command.
	The 'savelog' variable was renamed to 'logexit'.
	The 'savelog' command now saves the event/obj log immediately.
	Size of saved log file displayed.

2005-02-05  Josh Green  <jgreen@users.sourceforge.net>

	Changed refcount timer alarm to glib timer callback, added runtime
	check for gobject function overrides, configure script now warns if
	user has glib-2.6, display "limit" offset can be negative for offset
	from end of log, "notimer" command added to disable glib timer callback,
	DESTROYED object events are now held until no objects in construction
	which fixes some false positives, refdbg() shell now checks for lock
	and refuses to run if locked, minor changes to display output,
	"object" command now implies "O:All" when a specific object instance
	is specified.

2005-01-23  Josh Green  <jgreen@users.sourceforge.net>

	Added refcount timer alarm callback to catch refcount timer expires
	when no refcount activity occurs.  Now using GStaticRecMutex so SIGALRM
	callback can lock and test to see if it has exclusive lock (without
	causing deadlock).  Some bug fixes to refcount timer.

	Updated to support gobject-2.6.x, thanks to Jean-Franois RAMEAU
	for reporting this problem.

2004-05-07  Josh Green  <jgreen@users.sourceforge.net>

	Fixed false positives for ref/unref during finalize
	Fixed refcount during ref/unref in object construction stage
	Added delrule command
	Allow GType names to be resolved when registered
	Options for auto-saving log file
	Added a help function
	Created refdbg shell, an interactive shell using readline
	Added command for displaying current time
	Added stats command
	Added dispmax variable to limit display command output
	Added commands for displaying event log with various criteria
	Function to clear event log
	Function to output active objects and their refcounts with criteria
	Many other things..
