2003-03-16  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* motif-frontend/xhotswap.c: Change the datatype of mounted to int.

2002-08-25  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* motif-frontend/xhotswap.c (main): Added missing call to
	setlocale.
	Documentation changes.

2002-08-18  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* motif-frontend/xhotswap.c (call_backend): Allow for more than
	one line of output from the backend.  Only the last line is used.

2002-07-31  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Replaced struct settings_s with  settings_t.

2002-07-16  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Replaced strcmp with strcoll.

2002-05-12  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* Version 0.2.1 released. 

	* src/xhotswap.c: Added option `--ide-controller', which is passed on
	to the backend.
	(call_backend): Use snprintf in conjunction with a buffer that
	expands as needed to construct the command line.

2002-03-07  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* Version 0.2.0 released.

2002-02-24  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Free unused XmStrings.

2002-02-23  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Documentation updates.
	(main): Use XtSetLanguageProc to set locale.  Use a SessionShell
	as the top level widget.

2002-02-16  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c (main): Changed command line parsing to use X11's
	mechanism throughout.

	* src/xhotswap.c (decode_options): Removed.

2001-06-30  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c (usage): Added missing missing line continuation.

2001-05-18  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Managing the device_label widget has been moved to
	probe device to work around a Motif display bug.
	(resources): The capitalization of the class name HotswapPath has
	been corrected.

2001-04-09  Tim Stadelmann  <t.stadelmann1@physics.ox.ac.uk>

	* src/xhotswap.c: Initial version.