Mon Feb 14 22:14:14 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* NSSavePanel-test/NSSavePanel-test.m ([-startSavePanel:sender]):
	Emit a warning panel and refuse to run the save panel if a 
	not-valid filename, ie one beginning with "/", is supplied.

Sun Feb 13 01:18:37 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* main.m ([Controller -runInfoPanel:sender]): Use AUTORELEASE
	instead of -autorelease.  (main): AUTORELEASE each created menu,
	and a couple of minor memory management tidyups.

Sat Feb 12 18:03:01 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* StringDrawing-test/StringDrawing-test.m ([-init]): Improved 
	autoresizing.

Sat Feb  5 03:37:52 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* main.m (main): Added "Hide" menu item.
	* StringDrawing-test/StringDrawing-test.m ([-init]): Changed
	button text.
	
Thu Feb  3 01:23:59 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* main.m (main): Added "..." to Info Panel, Help and 
	Test Not In The List menu items.
	
Mon Jan 31 22:31:09 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* NSSlider-test/NSSlider-test.m ([NSSliderTest -init]): Fixed 
	attributes of text fields.

Mon Jan 31 22:01:07 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* KeyboardInput-test/KeyboardInput-test.m: Test rewritten 
	with new interface design.

Tue Jan 25 23:40:24 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* StringDrawing-test/StringDrawing-test.m ([TrivialTextView
	-drawRect:]): Fix for nil attr.
	([StringDrawingTest -chooseTextFile:]): Fixed memory leak.
	([StringDrawingTest -init]): Made the scrollview bigger.
	
Tue Jan 25 00:41:11 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* main.m ([Controller -runInfoPanel:sender]): Use the new 
	standard Info Panel provided by the GNUstep libraries;
	* main.m (main): Invoke the Help Panel even if not yet implemented
	yet.
	* infoPanel.m, infoPanel.h: Added comment saying that this class 
	is unused.
	* GNUmakefile: Removed any reference to infoPanel.m, infoPanel.h.
	
Mon Jan 24 23:17:12 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	New test StringDrawing-test:
	* StringDrawing-test/StringDrawing-test.m: New file.
	* StringDrawing-test/GNUmakefile: New file.
	* GNUmakefile: Added StringDrawing-test.
	* testList.h: Added StringDrawing-test. 
	
Fri Jan 14 06:55:29 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* EncodingDecoding-test/EncodingDecoding-test.m ([-init]): Set
 	autoresizing mask of the browser; removed border in excess.
	* NSBox-test/NSBox-test.m ([-init]): Set vertical intercell
 	spacing of set boxes to 4; added boxes to group options; centered 
	option matrixes inside boxes.
	* NSColorList-test/NSColorList-test.m ([-init]): Set autoresizing
 	mask of the browser.  ([-showColorList:]): Added border around
 	vbox showing color list.
	* NSForm-test/NSForm-test.m ([-init]): Added missing autoreleases;
	added size to fit of NSForms.
	* NSSavePanel-test/NSSavePanel-test.m ([-init]): Better sizing of
 	button and options form; added subvbox to center left-aligned
 	group of buttons; rewritten result output presentation.
	* NSSlider-test/NSSlider-test.m ([-init]): Changed alignment,
 	disposition of things.
	
Sat Jan  8 23:33:21 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* main.m: ([Controller -init]): Added missing retain.
  	([Controller -dealloc]): Added method.  ([Controller
 	-runInfoPanel:sender]): Simplified.  ([Controller
 	-startUnlistedTest:sender]): Use the Open Panel.
	* NSBox-test/NSBox-test.m ([-dealloc]): Added method.	
	* NSColorWell-test/NSColorWell-test.m ([-init]): The color well is
 	not any longer an instance variable. ([-dealloc]): Added method.
	* NSSavePanel-test/NSSavePanel-test.m ([-dealloc]): Added method.
	* NSScrollView-test/NSScrollView-test.m ([-dealloc]): Added method.
	* NSSlider-test/NSSlider-test.m ([-dealloc]): Added method.
	* NSSplitView-test/NSSplitView-test.m ([-dealloc]): Added method.
	* EncodingDecoding-test/EncodingDecoding-test.m ([-init]): Set
 	browser target so that double clicking on a window opens the
 	window.  ([-openWindow:]):  Removed log.  ([-dealloc]):
 	Finished.  ([-decode:]): Invoke the open panel in adherence to doc.
	* KeyboardInput-test/KeyboardInput-test.m ([-dealloc]): Added
 	method.

	New test NSColorList-test.
	* NSColorList-test: New directory. 
	* NSColorList-test/GNUmakefile: New file. 
	* NSColorList-test/NSColorList-test.m: New file. 
	* testList.h: Added test to the list.
	* GNUmakefile: idem.
	
Fri Dec 17 06:16:30 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	* NSSavePanel-test/NSSavePanel-test.m ([NSSavePanelTest -init]):
 	Make 'Start Save Panel' button bigger; add more space over the
 	button.
	
	New test EncodingDecoding-test.  This test is meant for library 
	developing.  It will be replaced with a test more focused as a demo.
	* EncodingDecoding-test: New directory.
	* EncodingDecoding-test/GNUmakefile: New file.
	* EncodingDecoding-test/EncodingDecoding-test.m: New file.
	
Thu Dec  9 20:47:06 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	New test NSSavePanel-test.
	* NSSavePanel-test: New directory.
	* NSSavePanel-test/GNUmakefile: New file.
	* NSSavePanel-test/NSSavePanel-test.m: New file.
	* testList.h: Added test to the list.
	* GNUmakefile: idem.
	
Tue Dec  7 04:28:15 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	* KeyboardInput-test/KeyboardInput-test.m ([-init]): Set background 
	color of non editable text fields.

Fri Dec  3 20:38:26 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	New test GSHbox-test.
	* GSHbox-test: New directory.
	* GSHbox-test/GNUmakefile: New file.
	* GSHbox-test/GSHbox-test.m: New directory.
	* NSForm-test/NSForm-test.m ([-dealloc]): Added. 

Sun Nov 28 18:09:46 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	New test NSForm-test.
	* NSForm-test: New directory. 
	* NSForm-test/GNUmakefile: New file. 
	* NSForm-test/NSForm-test.m: New file. 

Sat Nov 27 05:25:15 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	* KeyboardInput-test/KeyboardInput-test.m ([inputTestView
 	-drawRect:]): Fixed bug.
	* KeyboardInput-test/KeyboardInput-test.m ([KeyboardInputTest
 	-init]): Moved typing view to top.
