Sun Feb 13 02:14:29 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* Finger: New demo program.

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

	* CurrencyConverter/CurrencyConverter.m ([-init]): Use AUTORELEASE
	instead of -autorelease.  ([-dealloc]): Use RELEASE instead of
	-release. (main): AUTORELEASE the created menus.
	* Calculator/main.m (main): AUTORELEASE the created menus.

Thu Feb 10 09:55:00 2000  Richard Frith-Macdonald <richard@brainstorm.co.uk>

	* nsscroller.m: ([MyObject -scrollerAction:]) Move the knob when the
	arrows are clicked.

Thu Feb 10 01:29:48 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* nsscroller.m ([MyObject -scrollerAction:]): Print some 
	useful information.

Mon Feb  7 12:25:24 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* scrollview2.m ([-addColumn:]), ([-addRow:]): Mark the scrollview
	as needing redisplay. ([-removeRow:]), ([-removeColumn:]): Idem
	plus reset button titles.

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

	* Calculator/main.m (main): Added Hide item in menu; 
	removed Info menu, superseded by a single Info... item.
	* CurrencyConverter/CurrencyConverter.m (main): Idem; plus, 
	set main menu title to a shorter "CurrConv"
	
Fri Feb  4 01:40:58 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* README: New file.

Thu Feb  3 01:21:53 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* Calculator/main.m (main): Added "..." to Info Panel 
	and Help menu items.
	* CurrencyConverter/CurrencyConverter.m (main): Idem.
	
Tue Feb  1 23:35:20 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* windows.m: Set alternate title of the momentary change button.
	
Tue Feb  1 23:21:04 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* windows.m: Put the text key view loop in natural 
	order.  (Bug reported by Jory van Zessen).
	
Mon Jan 31 01:03:16 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* popupbuttons.m ([buttonsController
	-applicationDidFinishLaunching:]): Removed example of popupbutton
	with images.  Unfortunately we do not any longer have this
	extension of popupbuttons with images [Popupbuttons are strictly
	connected to menus].

Tue Jan 25 00:28:31 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	Added Info Panel to Calculator and CurrencyConverter:
	* Calculator/main.m (main): Added Info menu.
	* Calculator/CalcFace.m ([-runInfoPanel:sender]): Added method.
	* Calculator/CalcFace.h: Idem.
	* CurrencyConverter/CurrencyConverter.m (main): Added Info menu.
	* CurrencyConverter/CurrencyConverter.m ([-runInfoPanel:sender]):	
	Added method.
	* CurrencyConverter/CurrencyConverter.h: Idem.
	
2000-01-21  Adam Fedor  <fedor@gnu.org>

	* scrollview.m; Rewrite with application delegate.

2000-01-14  Adam Fedor  <fedor@gnu.org>

	* TestView.m, ColocView.m: Fixes for changes in ivars.

Thu Jan 13 11:59:41 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* CurrencyConverter/CurrencyConverter.m ([CurrencyConverter -init]): 
	Refined setting size of textfields.

Fri Jan  7 02:20:43 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* scrollview2.m: Added code to test matrix double click.

1999-11-30  Adam Fedor  <fedor@gnu.org>

	* nsbrowser.m: Updated to show off new NSBrowser changes (patch
	from F. Wolff <wolff@cybercable.fr>).

Sat Nov 27 04:17:31 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	* GSTest/ChangeLog: Added file.

Fri Nov 26 01:05:04 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	The new test suite.
	* GNUmakefile: Updated.
	* nsbox.m: Removed, obsoleted by the new NSBox-test.
	* slider.m: Removed, obsoleted by the new NSSlider-test.
	* Calculator/main.m (main): Added menu, to test cut&paste between
 	Calculator and CurrencyConverter.
	* Calculator/CalcFace.m, Calculator/CalcFace.h: Order out self
 	when application did finish launching.	
	* GSTest/: New directory.
	* GSTest/main.m: New file.
	* GSTest/infoPanel.h: New file.
	* GSTest/infoPanel.m: New file.
	* GSTest/GSTestProtocol.h: New file.
	* GSTest/testList.h: New file.
	* GSTest/KeyboardInput-test: New directory.
	* GSTest/KeyboardInput-test/GNUmakefile: New file.
	* GSTest/KeyboardInput-test/KeyboardInput-test.m: New file.
	* GSTest/NSBox-test: New directory.
	* GSTest/NSBox-test/GNUmakefile: New file.
	* GSTest/NSBox-test/NSBox-test.m: New file.
	* GSTest/NSColorWell-test: New directory.
	* GSTest/NSColorWell-test/GNUmakefile: New file.
	* GSTest/NSColorWell-test/NSColorWell-test.m: New file.
	* GSTest/NSScrollView-test: New directory.
	* GSTest/NSScrollView-test/GNUmakefile: New file.
	* GSTest/NSScrollView-test/NSScrollView-test.m: New file.
	* GSTest/NSSlider-test: New directory.
	* GSTest/NSSlider-test/GNUmakefile: New file.
	* GSTest/NSSlider-test/NSSlider-test.m: New file.
	
Thu Nov 25 05:26:29 1999  Nicola Pero  <n.pero@mi.flashnet.it>

	New little demo app showing text fields working.
	* CurrencyConverter: New directory.
	* CurrencyConverter/GNUmakefile: New file.
	* CurrencyConverter/CurrencyConverter.m: New file.
	* CurrencyConverter/CurrencyConverter.h: New file.

	* Calculator/GNUmakefile.postamble: Removed file, so that
 	Calculator.app remains in its directory after compile.
	
1999-11-22  Richard frith-Macdonald <richard@brainstorm.co.uk>

	* GNUstepInstaller.m; Use [-orderFrontRegardless] before app is active.
	* nsbrowser.m: ditto
	* nsbrowsercell.m: ditto
	* nscombobox.m: ditto
	* nsimage.m: ditto
	* nsprogressindicator.m: ditto
	* nsscroller.m: ditto
	* nstabview.m: ditto
	* slider.m: ditto
	* windows.m: ditto

1999-11-16  David Lazaro Saz  <khelekir@encomix.es>

	* GNUmakefile (menu_RESOURCE_FILES): Added the Smiley.tiff file as a
	resource to demonstrate one of the new capabilites of the new NSMenu
	additions.

1999-10-18  Lyndon Tremblay  <humasect@coolmail.com>

	* nstextfields.m: Added to test NSTextField, NSSecureTextField.

Tue Oct 12  1999  Nicola Pero  <n.pero@mi.flashnet.it>

	* Calculator: Added icon by Andrew Lindesay; reduced button
 	spacing (suggestion by Andrew Lindesay); added key equivalents.

1999-10-07    <fedor@gnu.org>

	* Calculator: New test from Nicola Pero <n.pero@mi.flashnet.it>

1999-09-09  Gerrit van Dyk <gerritvd@decillion.net>

	* nscombobox.m: Added ComboBox test

1999-08-22  Gerrit van Dyk <gerritvd@decillion.net>

	* nsprogressindicator.m: Added progressIndicator test

1999-08-19  Michael Hanni  <mhanni@sprintmail.com>

	* gstextnetwork.m: some changes.
	* popupbuttons.m: a few changes to help debug problems other
	people have reported.
	* menu.m: moved some stuff around to better allow ui testing.

1999-09-07  Adam Fedor  <fedor@gnu.org>

	* buttons.m ([buttonsController -applicationDidFinishLaunching:]): 
	Move main menu creation to here, since it screws up xdps if it's
	in main - must look into this...

1999-08-21  Richard frith-Macdonald <richard@brainstorm.co.uk>

	Added simple menu with 'quit' item for all test apps.

1999-07-30  Michael Hanni  <mhanni@sprintmail.com>

	* Several images for new popup in popupbuttons.app:
	animations.tiff appearance.tiff configs.tiff dock.tiff (images
	taken from Window Maker, I hope this is ok.)

1999-07-26  Michael Hanni  <mhanni@sprintmail.com>

	* GNUstepInstaller.m: copy of nstabview.m, save this app uses no
	tabs and has buttons in the TabView for movement through tabs,
	quite cool.
	* nstabview.m: added a delegate to the nstabview. Delegate
	responds to all selectors and gives debug information. In
	addition, with the delegate you cannot click on the "Natalie"
	tab, it is disabled.

1999-07-24  Michael Hanni  <mhanni@sprintmail.com>

	* gstextnetwork.m: new test app to test NSTextView/TextNetwork.
	* Edit/*: minor fixes to use NSText directly so for the time being
	Edit.app still works somewhat.

1999-07-10  Michael Hanni  <mhanni@sprintmail.com>

	* GSImageTabViewItem.m: new file to draw a subclass of
	NSTabViewItem that puts an image into a tab.
	* nstabview.m: changed "Me" tab to also include an image.
	* Smiley.tiff: image I drew to put in a tab.

1999-07-9  Michael Hanni  <mhanni@sprintmail.com>

	* nstabview.m: this is a must see. it really works quite well.
