File: ChangeLog

package info (click to toggle)
gnustep-examples 1%3A1.4.0%2Bgit20210703-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,164 kB
  • sloc: objc: 17,202; makefile: 56
file content (734 lines) | stat: -rw-r--r-- 23,440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
2020-03-29 Fred Kiefer <FredKiefer@gmx.de>

	* gui/Calculator/CalcBrain.m
	* gui/Calculator/CalcFace.m
	* gui/Calculator/main.m
	* gui/Classes/NSScreenTest/screen_main.m
	* gui/CurrencyConverter/CurrencyConverter.m
	* gui/ExampleService/example.m
	* gui/Ink/Document.h
	* gui/Ink/Document.m
	* gui/Ink/main.m: Small cleanup of compiler warnings.

2012-09-03 Fred Kiefer <FredKiefer@gmx.de>

	* MyGL: Merge changes from MyTransparentGL into this project.
	You need to comment out the definition of TRANSPARENT to get no
	transparent view.
	* MyTransparentGL: Remove the whole project.

2012-08-13 Fred Kiefer <FredKiefer@gmx.de>

	* MyTransparentGL/AppController.m:
	* MyTransparentGL/GNUmakefile: Get the code to work properly.
	Patch by Johannes Lundberg <johannes@brilliantservice.co.jp>

2013-07-03 Ivan Vucica <ivan@vucica.net>

	* MyTransparentGL/MyGL.gorm/data.classes:
	* MyTransparentGL/MyGL.gorm/objects.gorm:
	* MyTransparentGL/MyGL.gorm/data.info:
	* MyTransparentGL/README:
	* MyTransparentGL/AppController.m:
	* MyTransparentGL/GNUmakefile:
	A demo that demonstrates how to create a transparent NSOpenGLView.

2012-01-23 Fred Kiefer <FredKiefer@gmx.de>

	* Calculator/CalcBrain.m,
	* Calculator/CalcFace.m: Remove duplicated ivar declaration in
	implementation file.
	Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

2011-05-19 Fred Kiefer <FredKiefer@gmx.de>

	* Old/nscursor.m
	* Old/windows.m
	* Old/menu.m
	* Old/GNUmakefile: Get these old tests to compile again.

2011-05-19 Fred Kiefer <FredKiefer@gmx.de>

	* MyGL/AppController.m: Protect the name id.
	Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

2010-07-25  Eric Wasylishen <ewasylishen@gmail.com>

	* MyGL/main.m: Use NSApplicationMain() as the current method wasn't
	loading the main nib

2010-06-02 Adam Fedor <fedor@gnu.org>

	* Fix a few compiler warnings

2010-04-14  Eric Wasylishen <ewasylishen@gmail.com>

	* MyGL/AppController.h:
	* MyGL/AppController.m: Modify MyGL to have several NSOpenGLView's
	displayed in NSSplitView's.

2010-03-07  Nicola  <nicola.pero@meta-innovation.com>

	* GNUmakefile (SUBPROJECTS): Do not compile MyGL by default as not
	everyone has OpenGL.

2009-05-20  Fred Kiefer <FredKiefer@gmx.de>

	* ExampleTheme: New directory with one example theme
	by Fred Morcos <fred.morcos@gmail.com>

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

	* ToolbarExample/SecondWindowOwner.m (-awakeFromNib): Adopt to
	changes in NSToolbar. Now the toolbar retains the view.

2009-01-01  Fred Kiefer <FredKiefer@gmx.de>

	* GSTest/NSAnimation-test/AnimationView.m: Correct line endings.
	* ToolbarExample: Adopt to changes in NSToolbar and the removal of
	GSToolbar.

2007-05-24 Adam Fedor <fedor@gnu.org>

	* Add MyGL, by Banlu Kemiyatorn

2007-04-12 Xavier Glattard <xavier.glattard@online.fr>

    * GSTest/NSAnimation-test : Follow changes in NSAnimation class, run threaded
    * GSTest/NSViewAnimation-test : run threaded

2007-04-05 Xavier Glattard <xavier.glattard@online.fr>

    * GSTest/NSAnimation-test : New test
    * GSTest/NSViewAnimation-test : New test

2006-09-08 Adam Fedor <fedor@gnu.org>

	* Remove GPuzzle - more up-to-date at Marko's site.

2005-01-13 17:38  Alexander Malmberg  <alexander@malmberg.org>

        * GNUmakefile (SUBPROJECTS): Add ExampleService. Partially fixes
	bug #8161.

2004-11-11  Adam Fedor  <fedor@gnu.org>

	* Classes/NSImage/nsimage.m: Create menu before starting loop
	(patch from Patrick Middleton, Patch #3500).

2004-09-28  Fred Kiefer <FredKiefer@gmx.de>

	* Classes/NSImage/nsimage.m: Use rand() instead of random() as
	this is more portable.
	* Ink/Document.m ([Document -makeWindow]): Set text view to import
	graphics and added vertical ruler.
	* Old/nscombobox.m: Added one more combobox in window.


2004-09-28  Adam Fedor  <fedor@gnu.org>

	* Classes/NSPanelTest/NSPanelTest.m: Make NSPanelTest an application
	delegate. Reindent. Fix compiler warnings.
	* Classes/NSPanelTest/GNUmakefile: Don't make NSPanelTest the app class.
	* Classes/NSPanelTest/NSPanelTestInfo.plist: New file.
	* Classes/NSPanelTest/NSPanelTest_main.m: Use normal app startup
	function.

	* Classes/NSScreenTest/screen_main.m: Fix warning.
	* GPuzzle/BTree.m, GPuzzle/Document.m: Remove unused vars, Fix warnings.
	* GPuzzle/GNUmakefile: Don't define GNUSTEP_MAKEFILES.

2004-04-15  Quentin Mathe <qmathe@club-internet.fr>

	* ToolbarExample: Added a demo application for the toolbar
	implementation.
	* ToolbarExample/GNUmakefile: New file
	* ToolbarExample/ToolbarExampleInfo.plist: idem.
	* ToolbarExample/main.m : idem.
	* ToolbarExample/Controller.h: idem.
	* ToolbarExample/Controller.m: idem.
	* ToolbarExample/MiniController.h: idem.
	* ToolbarExample/MiniController.m: idem.
	* ToolbarExample/ToolbarExample.gorm/data.classes: idem.
	* ToolbarExample/ToolbarExample.gorm/objects.gorm: idem.
	* ToolbarExample/SecondWindow.gorm/data.classes: idem.
	* ToolbarExample/SecondWindow.gorm/objects.gorm: idem.
	* ToolbarExample/Images/FileIcon_Directory.tiff: idem.
	* ToolbarExample/Images/RecyclerFull.tiff: idem.
	* ToolbarExample/Images/SecondImage.tiff: idem.

Sat Mar  6 13:57:07 2004  Brent Fulgham <bfulg@pacbell.net>,
 	                  Nicola Pero  <n.pero@mi.flashnet.it>

	* Classes/NSPanelTest/GNUmakefile: Tidied - use GNUSTEP_MAKEFILES,
	do not set GNUSTEP_INSTALLATION_DIR, and do not include additional
	makefiles.

2004-02-18  Adam Fedor  <fedor@gnu.org>

	* Classes/NSImage: New
	* Old/nsimage.m: Remove.

2003-11-19 17:02  Alexander Malmberg <alexander@malmberg.org>

	* ExampleService/*: Move example.service and md5Digest.app here
	from gui/Tools/.

2003-08-25  David Ayers  <d.ayers@inode.at>

	* *.h/m: Update to new header structure.

2003-07-26  Fred Kiefer <FredKiefer@gmx.de>

	* Old/GNUmakefile
	Added some more of the old examples.
	* Old/matrix.m
	* Old/nscombobox.m
	* Old/nsimage.m
	* Old/nsimagecell.m
	* Old/nsprogressindicator.m
	* Old/nsscroller.m
	* Old/nstabview.m
	* Old/popupbuttons.m
	* Old/ImageView.h
	* Old/ImageView.m
	* Old/TestView.h
	* Old/TestView.m
	* Old/ColorView.h
	* Old/ColorView.m
	Made examples working again.

2003-04-24  Adam Fedor  <fedor@gnu.org>

	* Calculator/CalculatorInfo.plist: Add NSIcon (patch from
	Rob Burns <rburns@softhome.net>).

2002-05-28  Adam Fedor  <fedor@gnu.org>

	* GPuzzle: New demo contributed by Marko Riedel
	<mriedel@neuearbeit.de>.

Fri May 17 16:15:35 2002  Nicola Pero  <n.pero@mi.flashnet.it>

	* GFractal: New demo contributed by Marko Riedel
	<mriedel@neuearbeit.de>.

Thu Jan 17 20:27:59 2002  Nicola Pero  <n.pero@mi.flashnet.it>

	* Classes/NSProgressIndicator/: New.
	* Classes/NSProgressIndicator/Threads: New.

2001-12-09  Fred Kiefer <FredKiefer@gmx.de>

	* Old/nsprogressindicator.m
	Corrected so it shows how to use a NSProgressIndicator.
	* Old/GNUmakefile
	Compile nsprogressindicator.

2001-10-04  Fred Kiefer <FredKiefer@gmx.de>

	* Old/testpb.m
	Pasteboard test moved over from gui and corrected.
	* Old/GNUmakefile
	Compile testpb
	* NSPanelTest/
	Removed this directory

2001-09-23  Fred Kiefer <FredKiefer@gmx.de>

	* Old/popupbuttons.m
	In [applicationDidFinishLaunching:] reordered statements, so the
	action and target of the popups are set before the items get
	created.
	* Old/GNUmakefile
	Simple makefile for build some of the old applications.
	* Old/.cvsignore
	Ignore all temporary files.
	* NSPanelTest/.cvsignore
	Ignore all temporary files.
	* Edit/
	Removed obsolete directory.

2001-08-03  Gregory John Casamento <greg_casamento@yahoo.com>

	* Ink/Document.m ([Document -makeWindow]): added call to make
	text view the first responder since the spell checker needs to
	find the document to be spell checked on the responder chain.

2001-07-08  Adam Fedor  <fedor@gnu.org>

	* Version 0.9.2

Fri Jul  6 18:04:47 2001  Nicola Pero  <nicola@brainstorm.co.uk>

	* Ink/Document.m ([-dataRepresentationOfType:]): If type is nil,
	use text as a default rather than crashing (suggestion by Ian
	Mondragon <copal@dragonhelix.org>).

Wed Jul  4 18:32:22 2001  Nicola Pero  <nicola@brainstorm.co.uk>

	* Ink/Document.m ([Document -dealloc]): Call super dealloc.

2001-06-19  Gregory Casamento <greg_casamento@yahoo.com>

	* Added menu item to allow Ink to bring up the NSSpellChecker
	GUI.

2001-06-16  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/InkInfo.plist
	Added RTFD as supported extension.
	* Ink/Document.m
	[fileWrapperRepresentationOfType:] create RTFD files.
	[dataRepresentationOfType:] create RTFD data.
	[loadFileWrapperRepresentation:ofType:] load RTFD files.
	[loadDataRepresentation:ofType:] load RTFD data.

Tue Jun 12 02:01:25 2001  Nicola Pero  <n.pero@mi.flashnet.it>

	* Ink/main.m ([MyDelegate -applicationWillFinishLaunching:]):
	Added menu item insert file (patch by Stefan Urbanek
	<stefanurbanek@yahoo.fr>).
	* Ink/Document.m ([-insertFile:]): New method (patch by Stefan
	Urbanek modified).
	([-textView:doubleClickedOnCell:inRect:atIndex:]): New method
	(patch by Stefan Urbanek).

2001-05-09  Fred Kiefer <FredKiefer@gmx.de>

	* Old/GSImageTabViewItem.m
	Adopted to changes in superclass.

Sat Feb 17 19:08:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>

	* Ink/Document.m ([-makeWindow]): Use a white background.

2001-02-13  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/main.m
	Don't load the Readme.rtf file when starting the app.

Tue Jan 20  Michael Hanni  <mhanni@sprintmail.com>

	* Classes/NSBrowserTest/.cvsignore,
	NSPanelTest/.cvsignore,
	NSScreenTest/.cvsignore: added for cleanliness.

Fri Jan 26 23:11:18 2001  Nicola Pero  <n.pero@mi.flashnet.it>

	* HostAddress/: New Project contributed by Philippe C.D. Robert
	<phr@projectcenter.ch>.
	* HostAddress/AppController.h: New file.
	* HostAddress/AppController.m: Idem.
	* HostAddress/GNUmakefile: Idem.
	* HostAddress/Info-project.plist: Idem.
	* HostAddress/PC.project: Idem.
	* HostAddress/Resolver.h: Idem.
	* HostAddress/Resolver.m: Idem.
	* HostAddress/main.m: Idem.

Sun Jan 21 23:33:04 2001  Nicola Pero  <n.pero@mi.flashnet.it>

	* Calculator/CalcFace.m ([-init]): Set default button cell to `='.

Mon Jan  9 23:21:34 2000  Nicola Pero  <n.pero@mi.flashnet.it>

	Rearrangement of the whole directory structure.
	* Old/: New directory.  Old tests moved here.
	* Classes/: New directory.  Rewritten most makefiles in the dir.
	* Classes/NSPanelTest: Moved from top level.
	* Classes/NSBrowserTest: Moved from browser.m in top level.
	* Classes/NSScreen: Moved from screen in top level.
	* GNUmakefile: Rewritten from scratch.
	* README: Updated for new rearrangement.

Sat Jan  6 20:01:07 2001  Nicola Pero  <n.pero@mi.flashnet.it>

	* Ink/Document.m ([-makeWindow]): Set the text container size and
	tracking of text view.

2000-11-03  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/Ink_app.tiff:
	TIFF version of icon.
	* Ink/main.m:
	* Ink/InkInfo.plist:
	* Ink/GNUmakefile:
	Get the application icon from the plist.

Tue Dec 12 02:44:06 2000  Nicola Pero <n.pero@mi.flashnet.it>

	* GNUmakefile: Updated/Simplified.
	* GNUmakefile.preamble: Idem.
	* Edit/GNUmakefile: Idem.
	* Edit/GNUmakefile.preamble: Idem.
	* Edit/GNUmakefile.postamble: Idem.
	* GNUmakefile.postamble: Empty file removed.

Tue Dec 12 02:37:42 2000  Nicola Pero <n.pero@mi.flashnet.it>

	* Calculator/GNUmakefile: Updated/simplified.
	* CurrencyConverter/GNUmakefile: Idem.
	* Finger/GNUmakefile: Idem.
	* Ink/GNUmakefile: Idem.

2000-11-06  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/Document.m: Improved resizing of views

2000-11-03  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/main.m: Relase the menu entries.
	* Ink/Document.m: The text view can now be resized.

2000-10-24  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/Document.h: Changed ivars
	* Ink/Document.m: Use new ivars, changed text view handling
	* Ink/Readme.rtf: Added some spaces

2000-10-22  Michael Hanni <mhanni@sprintmail.com>

	* nstabview.m: add 'Change Tab Font' menu item to use the font
	panel to change the font the NSTabView uses to draw the tabs.

2000-10-21  Adam Fedor  <fedor@gnu.org>

	* GNUmakefile, GNUmakefile.preamble. Remove unused includes

2000-10-19  Michael Hanni <mhanni@sprintmail.com>

	* nstabview.m: rewrote, hopefully better reflects the status of
	NSTabView (check gui/Changelog)

2000-10-15  Fred Kiefer <FredKiefer@gmx.de>

	* Ink/*
	Added new application for testing the text classes and the
	document framework.This should replace Edit!

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

	* */GNUmakefile: Make sure GNUSTEP_MAKEFILES points to the right place.

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.