2000-08-06  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.15

	* msg.tcl (msgbox, simplemsg): The parent for the transient
 	window is now set to "." instead of the window with the
 	current input focus, if this window is itself a transient
 	window.
	* input.tcl (inputbox): Likewise.
	
2000-06-29  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.14

	* msg.tcl (msgbox, simplemsg): The Mwm window manager places a
 	transient window above its "master" (as it should), *and* at
 	the same time raises the master above other windows if it is
 	hidden.  This seems like the most logical way to do it, but
 	since hardly any other window manager (none that I have tried
 	so far) follows this behaviour, I didn't notice this
 	"phenomena" until now.  The master for transient windows is
 	now set to the window with the current input focus, in order
 	to avoid the "window swapping".
	* input.tcl (inputbox): Likewise.
	
2000-06-26  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.13

	* filesel.tcl (Filter, filesel): Now using 'centerwin' instead
 	of trying to map the toplevel windows "outside" the visible
 	screen area before centering them.  Some window managers
 	apparently won't let you map a window completely outside the
 	screen area.

2000-06-20  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.12

	* info.tcl (showinfo): The window now gets the keyboard focus
	properly.

2000-06-05  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.11

2000-06-04  Mats Peterson  <mats_peterson@swipnet.se>

	* filesel.tcl (filesel): The file list was unnecessarily
 	scanned for a "first letter match" on a keypress even if it
 	was a cursor key or some other key with an empty ASCII value.
  	Fixed.

2000-06-03  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.10

	* filesel.tcl (filesel): Fixed a small binding quirk.

	* Version 0.6.9

	* filesel.tcl (Filter): Changed the double-click tag to
	<Double-ButtonRelease-1>.

2000-06-02  Mats Peterson  <mats_peterson@swipnet.se>

	* filesel.tcl (filesel): Changed the 'OK' button to be either
 	'Open' or 'Save', depending on the mode.  A default marker is
	now drawn around the button when the entry box has the
	keyboard focus.
	Changed the double-click tag to <Double-ButtonRelease-1>.

2000-06-01  Mats Peterson  <mats_peterson@swipnet.se>

	* Version 0.6.8

	* filesel.tcl (RefreshList): No "../" added if in the root
 	directory.
	(filesel): Added an "OK" button, which in "save file mode"
 	lets you exit from filesel and return the file name in the
 	entry box even if it doesn't have the keyboard focus (Thanks,
 	Jon-Marc!).
	(CheckOverwrites): New procedure, checks for overwrites.
	(DoList): New procedure.
	(Exit): New procedure.
	
2000-05-06  Mats Peterson  <mats_peterson@swipnet.se>

	* init.tcl: Removed the MD5 and MP3 namespace exports.
  	They shouldn't be here at all.  I don't see any need to update
 	the version number because of this though, since it doesn't
 	affect the functionality in any way.
