File: ChangeLog

package info (click to toggle)
etoys 5.0.2408-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, sid, stretch, trixie
  • size: 91,316 kB
  • ctags: 32
  • sloc: sh: 183; makefile: 166; xml: 20; python: 7
file content (761 lines) | stat: -rw-r--r-- 28,693 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
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761

=== 2408repo1658-bf.cs ===
Change Set:		repo1658-bf
Date:			1 July 2012
Author:			Bert Freudenberg

Update packages to repository version 1658 (update-bf.31).

Changes from v1655 of 24 June 2012 to v1658 of 27 June 2012:
--------------------
MorphicExtras-bf.73
Do not translate the close button's 'X' label

MorphicExtras-bf.74
Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers.
--------------------
ScratchConnect-bf.4
Move ScratchClient to 'Tools' category


=== 2407repo1655-bf.cs ===
Change Set:		repo1655-bf
Date:			25 June 2012
Author:			Bert Freudenberg

Update packages to repository version 1655 (update-bf.30).

Changes from v1632 of 29 March 2012 to v1655 of 24 June 2012:
--------------------
System-bf.62
Change Set:		dropGifFix-sw
Date:			11 June 2012
Author:			Scott Wallace

SQ1094 - Dropping a GIF into Etoys gives DNU.  

Reinitializing ExternalDropHandler appears to clear up the problem.  This update makes a vacuous change to ExternalDropHandler>>initialize in order to get it done.

System-bf.63
Change Set:		preffix-kks
Date:			20 October 2010
Author:			kks

SQ-869: recover gracefully if persistent prefs don't exist
--------------------
GetText-bf.15
If a literal was marked as translatable, but no strings are found in it, then export the symbols. Normally, only strings are exported, not symbols.

GetText-bf.16
Better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction'
--------------------
Kernel-bf.7
Change Set:		monthAndDayOfWeek-sw
Date:			22 June 2012
Author:			Scott Wallace

Makes the month names  January...December and weekday names Monday..Sunday  appear for translation in the translation tools.
(modified by bf: do not add a method but mark the original definitions for translation)
--------------------
Etoys-bf.138
Make sure EtoysDebugger really gets released when closing scriptor.

Change Set:		scriptorCompat-sw
Date:			1 June 2012
Author:			Scott Wallace

Make .pr files more likely to be usable in earlier versions of etoys, by neutralizing elements that relate to the single-step feature (which was added in etoys 5.0,) in the save-files.

Etoys-Richo.139
* The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.

Etoys-bf.140
Change Set:		colorArgInViewer-sw
Date:			25 April 2012
Author:			Scott Wallace

SQ-1088: Fixes the bug that a color-valued argument tile seen in a viewer could not have its argument value changed there in the viewer -- every attempt would always result in tearing off a copy of the entire phrase.

Etoys-bf.141
Change Set:		thumbnailing-sw
Date:			10 June 2012
Author:			Scott Wallace

Fixes SQ-1099 -  If you 'include' an object to a holder with 'show thumbnails' checked it does not become a thumbnail.

Fix applies to all four 'include' commands.

Also fixed here:   a screen-update problem encountered when switching a playfield in or out of always-show-thumbnail mode when a plafield showing its cursor.

Etoys-bf.142
CalendarMorph: use 'Week dayNames' instead of listing the week days. This avoids exporting them for translation again.
--------------------
Morphic-bf.91
Do not store a scriptor's step button and highlights in projects.

Change Set:		scriptorCompat-sw
Date:			1 June 2012
Author:			Scott Wallace

Make .pr files more likely to be usable in earlier versions of etoys, by neutralizing elements that relate to the single-step feature (which was added in etoys 5.0,) in the save-files.

Morphic-bf.92
Make sure changing a Sketch's rotationStyle does not change its on-screen appearance. Previously, changing the rotation style while the Sketch's heading was in certain quadrants could result in flipping. Now, we pre-flip its form so that the object still looks the same.

Morphic-bf.93
SQ-811: Ted Kaehler's fix to QuickGuides so they do trigger scripts on opening

Morphic-bf.94
Change Set:		brushSizePref-sw
Date:			13 January 2012
Author:			Scott Wallace

Pass current event to ThreePhaseButtonMorph's action, if wanted.

Morphic-bf.95
SQ-1036: Fix typo in halo menu ballon help
--------------------
Connectors-bf.199
Change Set:		spawnWorkaround-sw
Date:			15 March 2012
Author:			Scott Wallace

SQ-1045:  Some of the text objects in the Connectors category could generate an error when the user typed command-o into them; this works around that.
--------------------
MorphicExtras-bf.70
Change Set:		rotateViewerFlapTab-sw
Date:			6 June 2012
Author:			Scott Wallace

SQ-1096 Attempting to rotate a viewer flap tab with the rotate handle in a halo has been resulting in a system freeze.
Reduce the danger by not offering a rotate handle in the halo of a viewer flap tab.
For consistency, also  don't offer a resize handle in such a halo.

MorphicExtras-bf.71
Change Set:		brushSizePref-sw
Date:			13 January 2012
Author:			Scott Wallace

Adds a preference, 'singlePixelNib'.  when this preference is on, the smallest brush icon in the etoys painting tool will represent a single-pixel-wide nib; when it's off, the smallest brush icon will represent a three-pixel-wide nib.

MorphicExtras-bf.72
SQ-1036: fix spelling in WebCam help
--------------------
OLPC-Display-bf.5
Protect virtual sensor against using a non-virtual display.
--------------------
Sugar-bf.13
Handle object chooser response from external media instead of Journal (absolute file path instead of object id)

Sugar-bf.14
ObjectChooser: handle non-ascii filenames. Plus some cleanup.
--------------------
ScratchConnect-bf.3
ScratchConnect fixes from Koji Yokokawa

SQ-1085: ScratchClient>>broadcast: should be send message as UTF8
SQ-1086: Remove 'receive messages' tile, change help text of 'send variables' 
SQ-1087: Player>>sensorUpdate: lacks a space to form the Scratch command.


=== 2406repo1631-kfr.cs ===
Change Set:		repo1631-kfr
Date:			29 March 2012
Author:			Karl Ramberg

DNU getLjusstyrkaUnder
SQ-1972

=== 2405repo1631-kfr.cs ===
Change Set:		repo1631-kfr
Date:			29 March 2012
Author:			Karl Ramberg

DNU getLjusstyrkaUnder
SQ-1972

=== 2404repo1630-kfr.cs ===
Change Set:		repo1630-kfr
Date:			28 March 2012
Author:			Karl Ramberg

Changes from v1629 of 26 March 2012 to v1630 of 28 March 2012:
--------------------
Etoys-kfr.135
Issues SQ-1070 and SQ-1071
Stepping over a script with an empty test tile hangs the image.
The 'step' button fails when trying to evaluate a test condition involving a function (like abs, random, and such).


=== 2403repo1629-kfr.cs ===
Change Set:		repo1629-kfr
Date:			26 March 2012
Author:			Karl Ramberg

Changes from v1616 of 18 March 2012 to v1629 of 26 March 2012:
--------------------
System-bf.57
Fix loading classes from image segments if they changed shape.

System-kfr.58
SQ-1064 added a missing 'toCamelCase'

System-kfr.59
Use the modal color picker

System-kfr.60
Change extent of Scraps-book

System-bf.61
Update copyright notice
--------------------
Etoys-kfr.134
Put ScriptableButton in ObjectCatalog category scripting
--------------------
Morphic-bf.89
revert removing an inst var from PasteUpMorph

Morphic-kfr.90
Typo : boundaries specifed.  SQ-1065
--------------------
MorphicExtras-kfr.67
Fixes a bug that made it difficult to decrease the maxValue of a vertical number line.

MorphicExtras-kfr.68
Extent had wrong ratio applied

MorphicExtras-kfr.69
Revert previous wrong fix
--------------------
ReleaseBuilder-bf.12
Clean out ObjectScanner which may hold onto an old uniclass if there was some error

ReleaseBuilder-bf.13
Update copyright check


=== 2402repo1616-kfr.cs ===
Change Set:		repo1616-kfr
Date:			19 March 2012
Author:			Karl Ramberg

Changes from v1601 of 12 March 2012 to v1616 of 18 March 2012:
--------------------
System-kfr.56
Set connector label font
--------------------
Etoys-kfr.126
Try avoiding walkbacks when fixing projects
SQ-1041

Etoys-kfr.127
SQ-1043 
Add screen feedback showing what would be torn off in a drag.  Overridden vacuously here to avoid a crash when super code is applied to a SystemQueryPhrase.

Etoys-kfr.128
Missing ) in wording SQ-1044

Etoys-bf.129
properly fix missing ')' in menu SQ-1044

Etoys-bf.130
label fix ('texutally')

Etoys-kfr.131
Unlike all other vocabularies, the DateFormat vocabulary was getting added to the system's vocabulary-list by a class-initialize method of CalendarMorph, and this meant that it got lost whenever the list is rebuilt, e.g. via 'Vocabulary initialize'.

Etoys-kfr.132
Adds 'button to show/hide this script' to the Scriptor menu. When chosen, this will produce a button which, when pressed, will show the Scriptor -- or, if the Scriptor is already showing, hide it. The resulting button can subsequently be edited via its halo in the usual ways, e.g. to change the name, the color, the balloon help.

Etoys-kfr.133
The labels on certain 'detailed watchers' -- those for which the variable-name and the 'getter selector' do not bear the default relationship -- are wrong.  
SQ-1052
--------------------
Morphic-kfr.87
Slight adjustment in parameters that define the x-y plane, to make the way tick-marks on the two axes line up on the underlying grid more uniform.

Morphic-kfr.88
Instance variable autoLineLayout had only one accessor and could be replaced by a self send
--------------------
MorphicExtras-kfr.65
1.  Change the order in which the items appear in the 'pen use' category of the viewer, as per request from Avigail.
2.  Remove the 'scriptable button' from the supplies flap, and in its place offer a Polygon.  This change won't immediately be apparent after this code is loaded, but will show up on the next build, and can be seen in current beta images if you use the flaps menu to 'destroy all shared flaps', then 'install olpc etoy flaps'.

MorphicExtras-kfr.66
Fix vertical resize of supplies flap SQ-1046
--------------------
Protocols-kfr.11
Unlike all other vocabularies, the DateFormat vocabulary was getting added to the system's vocabulary-list by a class-initialize method of CalendarMorph, and this meant that it got lost whenever the list is rebuilt, e.g. via 'Vocabulary initialize'.


=== 2401repo1599-kfr.cs ===
Change Set:		repo1599.kfr
Date:			12 March 2012
Author:			Karl Ramberg

Changes from v1554 of 4 March 2012 to v1599 of 12 March 2012:
--------------------
System-kfr.52
Set preference to use properties panel to true.
Fix spelling in method name.
Two methods removed from package

System-bf.53
Default to stop sound when done on Linux

System-kfr.54
Fix for animated gif

System-kfr.55
Add connector label font to Standard systems font menu
--------------------
DrGeoII-Core-bf.22
fix typo (reported by Chris Leonard)
--------------------
Etoys-kfr.114
Change Set:             graphingFixes-sw
Date:                   4 March 2012
Author:                 Scott Wallace

Addresses various bug-reports and recommendations relating to recent number-line and graph-paper updates:
- Enforce reasonable ranges for the sliders governing the grid parameters, taking the grid-size, coarse-grid-size , and playfield dimensions into account.
- Provide a button to request 'graph paper' from the 'generic property sheet' when appropriate.
- Retain position of number line when its pixelsPerUnit changes.
- Disable the 'offset' when coarse-grid in effect.
- Protect sliders against zero-divide that can happen if minVal = maxVal.
- Protect InfiniteForms against incidental calls to #darker and #twiceDarker that can be sent to any object's fillStyle by some of the custom border code.
- Removes about a dozen superfluous methods that had mistakenly lingered in the earlier updates, and removes three inst vars of NumberLineMorph that were remnants from earlier code

Etoys-kfr.115
Delete properties panel if target not is in world

Etoys-kfr.116
Fix SimpleWatchers for variable types sound leaves a WatcherWrapper on handle delete
http://tracker.squeakland.org/browse/SQ-1018

Etoys-bf.117
Fix translatable strings in variable properties dialog

Etoys-kfr.118
Just 'grey out' decimal places in the variable panel, don't remove it. Swap places of remove variable and modify variable in menu

Etoys-kfr.119
Honor solid color choice when switching from gradient and back to solid fill

Etoys-kfr.120
Show simpler properties panel initially

Etoys-kfr.121
Open with appropriate panels

Etoys-kfr.122
Limits the choices for types for user-defined variables and for parameters for user-defined scripts.
Adds balloon help for items in the menu for a variable in a viewer.
Cleans up some symbol-list-type-related issues.
Reformulates a couple of recently-added UI elements into more translation-friendly formats.

Etoys-bf.123
KeyPressMorph: fix event listener registration

Etoys-kfr.125
Fix typo
http://tracker.squeakland.org/browse/SQ-1040
--------------------
Graphics-kfr.10
Bug fixes for animated gif
--------------------
Morphic-kfr.82
Change Set:             graphingFixes-sw
Date:                   4 March 2012
Author:                 Scott Wallace

Addresses various bug-reports and recommendations relating to recent number-line and graph-paper updates:
- Enforce reasonable ranges for the sliders governing the grid parameters, taking the grid-size, coarse-grid-size , and playfield dimensions into account.
- Provide a button to request 'graph paper' from the 'generic property sheet' when appropriate.
- Retain position of number line when its pixelsPerUnit changes.
- Disable the 'offset' when coarse-grid in effect.
- Protect sliders against zero-divide that can happen if minVal = maxVal.
- Protect InfiniteForms against incidental calls to #darker and #twiceDarker that can be sent to any object's fillStyle by some of the custom border code.
- Removes about a dozen superfluous methods that had mistakenly lingered in the earlier updates, and removes three inst vars of NumberLineMorph that were remnants from earlier code

Morphic-kfr.83
Open appropriate property sheet

Morphic-kfr.84
Limits the choices for types for user-defined variables and for parameters for user-defined scripts.

Morphic-bf.85
- fix keyboard up/down interpreter logic
--------------------
Connectors-kfr.194
Change Set:             graphingFixes-sw
Date:                   4 March 2012
Author:                 Scott Wallace

Addresses various bug-reports and recommendations relating to recent number-line and graph-paper updates:
- Enforce reasonable ranges for the sliders governing the grid parameters, taking the grid-size, coarse-grid-size , and playfield dimensions into account.
- Provide a button to request 'graph paper' from the 'generic property sheet' when appropriate.
- Retain position of number line when its pixelsPerUnit changes.
- Disable the 'offset' when coarse-grid in effect.
- Protect sliders against zero-divide that can happen if minVal = maxVal.
- Protect InfiniteForms against incidental calls to #darker and #twiceDarker that can be sent to any object's fillStyle by some of the custom border code.
- Removes about a dozen superfluous methods that had mistakenly lingered in the earlier updates, and removes three inst vars of NumberLineMorph that were remnants from earlier code

Connectors-kfr.195
Show simpler properties panel initially

Connectors-kfr.196
Attach label to connector midpoint

Connectors-kfr.197
Fixing up issues connector labels

Connectors-kfr.198
Change for standard connectors label font
--------------------
Multilingual-bf.24
- fix keyboard up/down interpreter logic
--------------------
MorphicExtras-kfr.61
Change Set:             graphingFixes-sw
Date:                   4 March 2012
Author:                 Scott Wallace

Addresses various bug-reports and recommendations relating to recent number-line and graph-paper updates:
- Enforce reasonable ranges for the sliders governing the grid parameters, taking the grid-size, coarse-grid-size , and playfield dimensions into account.
- Provide a button to request 'graph paper' from the 'generic property sheet' when appropriate.
- Retain position of number line when its pixelsPerUnit changes.
- Disable the 'offset' when coarse-grid in effect.
- Protect sliders against zero-divide that can happen if minVal = maxVal.
- Protect InfiniteForms against incidental calls to #darker and #twiceDarker that can be sent to any object's fillStyle by some of the custom border code.
- Removes about a dozen superfluous methods that had mistakenly lingered in the earlier updates, and removes three inst vars of NumberLineMorph that were remnants from earlier code

MorphicExtras-kfr.62
Fix wording of  balloon help

MorphicExtras-kfr.63
Fix for animated image

MorphicExtras-kfr.64
doublespace after 'objects' to single space 
doublespace after 'A' to single space 
http://tracker.squeakland.org/browse/SQ-1040
--------------------
Protocols-kfr.8
'bottomRight center' should be 'bottomRight' 'center'.

Protocols-kfr.9
Vocabulary initialize

Protocols-kfr.10
Limits the choices for types for user-defined variables and for parameters for user-defined scripts.
Adds balloon help for items in the menu for a variable in a viewer.
Cleans up some symbol-list-type-related issues.
Reformulates a couple of recently-added UI elements into more translation-friendly formats.
--------------------
Sound-kfr.24
Fix loading/drops of aif and aiff files
http://tracker.squeakland.org/browse/SQ-1032

Sound-kfr.25
Fix sampling rate when adding sound to sound library

Sound-kfr.26
Update list info when contents is changed
--------------------
Tools-kfr.11
File servce for aif and aiff files
http://tracker.squeakland.org/browse/SQ-1032
--------------------
ReleaseBuilder-bf.11
execute 'Vocabulary initialize' when building image


=== 2400repo1554-kfr.cs ===
Change Set:		repo1554-kfr
Date:			4 March 2012
Author:			Karl Ramberg

Changes from v1465 of 29 August 2011 to v1554 of 4 March 2012:
--------------------
System-Richo.48
* Modified the way the locale changes are notified to morphs. Basically, Project>>#updateLocaleDependentsWithPreviousSupplies:gently: now sends #localeChanged to all morphs and the default implementation in Morph does nothing.
* Added Scott fix to retain the old order (first all morphs that are not top-level ScriptEditorMorphs)

System-Richo.49
* Now changed the correct string (I hope) from 'Really delete the project <name> and all its contents? <yes/no>' to 'Really delete the icon and remove the project from Etoys (file will still be saved on disk) <yes/no>'
--------------------
Collections-kfr.8
Change the bumper that is put out at the front of a .pr file so if it is encountered by an older version of etoys, instead of simply refusing to load, it now describes the problem to the user and gives the option of proceeding anyway. 

Note: also retains the older bumper guard against loading into even older systems. Pre-olpc-era projects can still not be loaded
--------------------
DrGeoII-Core-kfr.18
http://tracker.squeakland.org/browse/SQ-910
Typos in DrGeo

DrGeoII-Core-kfr.19
http://tracker.squeakland.org/browse/SQ-910
Fix typo

DrGeoII-Core-kfr.20
eToys typo
http://tracker.squeakland.org/browse/SQ-986

DrGeoII-Core-kfr.21
Fix comment issue
--------------------
Kernel-kfr.6
A slightly modified version of Ricardo Moran's CalendarMorph circulated in late 2011. Provides a scriptable calendar object, with a variety of useful items available in the 'calendar' category of its viewer.
http://tracker.squeakland.org/browse/SQ-1008
--------------------
Etoys-bf.94
Fix SQ-983 (in Spanish, viewer does not start with basic category). This was caused by differing translations in different domains. Now we always use the 'Etoys-Tiles' translation domain.

Etoys-kfr.98
http://tracker.squeakland.org/browse/SQ-1005
'Open script' halo handle for ScriptActivationButton

Etoys-kfr.99
This is Ricardo Moran's implementation of a step-next-phrase feature in etoy Scriptors, with minor curating by Scott Wallace.

Etoys-Richo.100
* Fixed step button behavior when #batchPenTrails option is on.

Etoys-kfr.101
A slightly modified version of Ricardo Moran's CalendarMorph circulated in late 2011. Provides a scriptable calendar object, with a variety of useful items available in the 'calendar' category of its viewer.
http://tracker.squeakland.org/browse/SQ-1008

Etoys-kfr.102
Fix issue starting a script ticking in the Viewer.

Etoys-Richo.103
Sixteen items for Squeakland 2012:

11. On Add Variable: Show options for value type - to make it easier to discover different types besides number (Ex: player, color, etc).

Etoys-Richo.104
* Fixed bug when adding a new variable and not selecting a type.

Etoys-Richo.105
empty log message

Etoys-Richo.106
* Added a new dialog for adding/modifying user slots.

Etoys-Richo.107
* Fixed a bug when trying to set the pen down on the world.
Even though the tile is hidden it can be accessed if you look for it in the search pane.
Also, the error appears when you try to step over a button script.

Etoys-Richo.108
* Added a morph to test if a key is currently pressed.

Etoys-Richo.109
Sixteen items for Squeakland 2012:
8. When saving file display only: Name, Notes and Tags - Remove Subject, Target Age, and Region  - Matches Scratch (can fold subject entries into tags for existing and older versions)

I just commented the code, it might be good to clean up a bit but I didn't dare to remove anything.

Etoys-kfr.110
Adde balloon help: 'Move toward the given object. If the object has an instance variable named speed, the speed of the motion will be governed by that value'

Etoys-Richo.111
* Preserved 'Subject' information in the EToyProjectDetailsMorph when reading in older projects, transferring the info into the free-form 'Tags' field.

Etoys-kfr.112
Following watchers
http://tracker.squeakland.org/browse/SQ-1029

add 'attached watchers': watcher variants that behave as if 'attached' to the object they are observing. Unlabeled and labeled versions are available. from both the halo-menu and the viewer of an attached watcher, one can configure where it should attach to the observed (e.g. left, topLeft, top, etc...) and how much it should be offset from the nominal attachment position.

Etoys-kfr.113
Notice moved method
--------------------
Files-Richo.2
Added two useful methods to FileStream class: #fileNamed:do: and #forceNewFileNamed:do: (taken from Squeak)
--------------------
Graphics-kfr.7
Do color palette padding with Color Black instead of color transparent. Maybe we can catch if the gif should be diplayed opaque...

Graphics-kfr.8
Revert method to old version. Impossible to detect transparency the way I tought.

Graphics-kfr.9
Deficient support for Point-valued variables
http://tracker.squeakland.org/browse/SQ-1012
--------------------
GStreamer-UI-kfr.20
Remove from partsbin
--------------------
Morphic-kfr.67
Fix keyDown/keyUp events. Must not be interpreted. Berts fix

Morphic-kfr.72
Partial fix for triggering opening and closing scripts.
No fix for book pages yet.
http://tracker.squeakland.org/browse/SQ-999

Morphic-Richo.73
* Added #localeChanged to Morph with an empty implementation. Subclasses that want to get notified of a locale change should override this method.

Morphic-kfr.74
Deficient support for Point-valued variables
http://tracker.squeakland.org/browse/SQ-1012

Morphic-Richo.75
* Fixed a bug when making a script that sets some object's heading to zero and then trying to rotate the object manually (via halo) while the script is ticking.

Morphic-kfr.76
The pen trails work different in a playfield than in the world. In the world the background morph is draw above the pen trails, but in the playfield the pen trails are draw above the background. The latter is the correct.

Morphic-Richo.77
Sixteen items for Squeakland 2012:

12. When deleting a project icon, change 'delete the icon and delete the project' to 'delete the icon and remove the project' delete indicates it may delete it from disk. And change wording from 'Really delete the project <name> and all its contents? <yes/no>' to 'Realy delete the icon and remove the project from Etoys (file will still be saved on disk) <yes/no>'

Morphic-Richo.78
* Reverted one of the strings changed in previous commit because I think that's not the one to be changed.

Morphic-kfr.79
Author:			Scott Wallace
Adds a graph-paper option for the fillStyle of playfields.
Adds a graph-paper tool, allowing all the contributing factors to be viewed and manipulated, and the results seen immediately.

Fixed darker scrollbars in panel and a bug with offset and coarse grid

Morphic-kfr.80
Stray method from graph paper

Morphic-kfr.81
Update for moved methods
--------------------
Multilingual-bf.22
Generate proper key down / up events for Mac. The keyValuenow it is set to an upper-case character value as if the keyboard had a US-layout. The code refers to the physical key, not its label in a language-specific layout. That means e.g. on a German keyboard, the 'z' key will report $z in a stroke event but $Y in an up or down event. OTOH, e.g. WASD will always refer to the same 4 keys commonly used for navigation, even if using the French AZERTY layout instead of QWERTY.

Multilingual-bf.23
Correct three codes for full Mac ISO keyboard
--------------------
MorphicExtras-kfr.30
Adding WebCam in MorphicExtras

MorphicExtras-kfr.31
Renamed CameraPlugin to CameraInterface

MorphicExtras-kfr.32
Restore two methods accidentally removed

MorphicExtras-kfr.33
Change description for partsbin

MorphicExtras-kfr.34
Add missing Player extentions

MorphicExtras-kfr.35
Removing instance side primitive methods in CameraInterface

MorphicExtras-kfr.36
Do not clobber instance variables.

MorphicExtras-kfr.37
Remove methods and instance variables. We don't need so many settings

MorphicExtras-kfr.38
Removed most stuff now. Not much left, but now it should be easy to work with.

MorphicExtras-kfr.39
Fixing up stuff. Making Etoys tiles work as expected.

MorphicExtras-kfr.40
More finetuning

MorphicExtras-kfr.41
Some more fixing.
I'll say this is pretty much good to gow now.
Famous last words...

MorphicExtras-kfr.42
Some more fixes. Leaving project camera is turned off. entering its turned on again  (if it was previously left on). Renamed category

MorphicExtras-kfr.43
Fix ObjectsTool entry. Renamed morph to player.

MorphicExtras-kfr.44
Add menu on off toggle

MorphicExtras-kfr.45
Changes to use #getvalueFromCostume: in Player. outOfWorld: and inToWorld: creates some issues where the WecCameMorph starts stepping after being moved and dropped. Not solved yet...

MorphicExtras-kfr.46
Try to get more stable reults. CameraPlugin fail sometimes to turn off the camera and restart it.

MorphicExtras-kfr.47
Fix some player issue and add longer delay for camera start

MorphicExtras-kfr.48
Just scale the form we have

MorphicExtras-kfr.49
Chenge WebCamMorph delete to not turn off camera if there are more instances. Translate 'camera is off'.  Stop stepping if instanceVariable comIsOn is false

MorphicExtras-kfr.50
Display animated gifs better.

MorphicExtras-kfr.51
Better formating and use :=

MorphicExtras-kfr.52
fixing

MorphicExtras-kfr.53
Some additions to AnimatedImagemorph. Its now possible to playn and stop animaton playback. Posibility to toggle the opaque setting from etoys as well. Currently the gif reader does not set opaque correctly so it's pure chanse if playback looks right.

MorphicExtras-kfr.54
Missed some extensions

MorphicExtras-kfr.55
make animated gifs display opaque as default

MorphicExtras-kfr.56
Webcam does not need the get grapics tile

MorphicExtras-kfr.57
Fix for triggering opening and closing scripts in BookMorphs
http://tracker.squeakland.org/browse/SQ-999
ยจ

MorphicExtras-kfr.58
Add Ricardo Moran's 'Sector' object to the system. Provides a new kind of object corresponding to a 'sector' of a circle; its viewer offers items reporting the angle and radius of the sector.
http://tracker.squeakland.org/browse/SQ-1007

MorphicExtras-kfr.59
Add number lines, for use both in cuisanaire-rod-like applications and as axes for cartesian planes and graphs.

MorphicExtras-kfr.60
More numbered lines
--------------------
Nebraska-kfr.2
http://tracker.squeakland.org/browse/SQ-994
Spelling error
--------------------
OLPC-Display-yo.4
When you are showing 'actual pixels', the zoom goes outside of expected area.
--------------------
Protocols-kfr.6
Readout tile for points

Protocols-kfr.7
Following watchers
--------------------
Sound-kfr.20
Fix to SoundLibraryMorph. Make sure contents is up to date.
--------------------
Tools-kfr..9
Inspectors where too cramped up. Adjust a little.

Tools-kfr.10
http://tracker.squeakland.org/browse/SQ-984
--------------------
VideoForSqueak-kfr.2
Hide for now. Use new Camera with Scratch plugin instead.