2000-08-06  Adam Fedor  <fedor@gnu.org>

	* Version 0.6.6 released.

2000-08-04  Adam Fedor  <fedor@gnu.org>

	* All tests (main): Remove initialize_gnustep_backend function call.

Sat Jul 29 22:17:35 2000  Nicola Pero  <nicola@brainstorm.co.uk>

	Simplified the CurrencyConverter example/demo.
	* CurrencyConverter/CurrencyConverter.m ([-init]): Made the window
	not closable.  (main): Do not call initialize_gnustep_backend.
	Removed runInfoPanel:
	* CurrencyConverter/CurrencyConverter.h: Removed runInfoPanel:
	* CurrencyConverter/CurrencyConverterInfo.plist: New file.
	* CurrencyConverter/GNUmakefile: Removed useless includes.
	
Sat Jul 29 22:03:39 2000  Nicola Pero  <nicola@brainstorm.co.uk>

	Simplified the Calculator example/demo.
	* Calculator/CalculatorInfo.plist: New file.
	* Calculator/CalcFace.m ([CalcFace -runInfoPanel:]): Removed
	method, now using CalculatorInfo.plist
	* Calculator/CalcFace.h: Removed method runInfoPanel:.
	* Calculator/main.m: Removed class CalcController; changed 
	Info menu item's action; do not call initialize_gnustep_backend; 
	this is now done automatically.
	* Calculator/CalcFace.m ([CalcFace -init]): Made window 
	not closable.
	* Calculator/GNUmakefile: Removed inclusion of
	GNUmakefile.preamble, GNUmakefile.postamble.

	
Tue Jul 18 17:53:16 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* CurrencyConverter/CurrencyConverter.m ([-init]): Fixed minimum
	size of the window.

2000-07-01  Fred Kiefer <FredKiefer@gmx.de>

	* Edit/Readme.rtf: New file to load at startup
	* Edit/GNUmakefile: Added new file Readme.rtf as ressource
	* Edit/Controller.m:
	* Edit/Controller.h:
	* Edit/Edit.m: 
	* Edit/Document.m: 
	* Edit/Document.h: Added font and ruler pasting

2000-05-04 Richard Frith-Macdonald <rfm@gnu.org>

	* screen: new subdirectory for tool to test screen access functions
	contributed by Gregory John Casamento

2000-04-18  Adam Fedor  <fedor@gnu.org>

	* ImageView.m (-initWithFile:): Return nil if image
	not loaded.

2000-04-17  Fred Kiefer <FredKiefer@gmx.de>

	* Edit/Controller.m: Removed RTF setting, now become window delegate
	* Edit/Edit.m: Added entries in menu for additional format test
	* Edit/Document.m: Enable RTF

2000-03-11  Adam Fedor  <fedor@gnu.org>

	* nsimage.m: Set window frame when initing window.

Wed Mar  8 21:42:03 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* TestView.m: Do not include configure.h.  Some other tidying, 
	removed some unuseful historical code.

2000-02-25  Adam Fedor  <fedor@gnu.org>

	* ColorView.m: Fix some retain problems.
	* nscursor.m: Show implementation of image cursor.

Tue Feb 22 18:19:11 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	Contributed by Fred Kiefer: 
	* Edit/Controller.m ([Controller -applicationDidFinishLaunching:]): 
	Use the font manager.
	* Edit/Edit.m (createMenu): Create the format menu.
	
Tue Jan 25 15:02:41 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	* fontpanel.m: Rewritten completely, based on a contribution 
	by Fred Kiefer.

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.
