[UPDATES] 8 for 3.8beta

Marcus Denker denker at iam.unibe.ch
Thu Nov 18 19:15:09 UTC 2004


6376DelayStartTimerInterruptWatcher-bp -- Bernhard Pieber -- 13 
November 2004
This is just an empty Change Set with only a Postscript
which prevents Squeak from freezing. Probably it is
only a workaround for a deeper problem. Thanks to
Stéphane Rollandin for providing this workaround!"

6377FileListCaseSensFix-nk -- Ned Konz -- 19 July 2004
Makes the file list open properly on platforms like Windows where the 
file system isn''t necessarily case-sensitive.

6378InspectorFix -- Boris Gärtner -- 7 November 2004
When you select the line ''all inst vars'' in an inspector view, you 
get into trouble for objects that contain circularities. This is an 
attempt to fix the problem.
Example:
    | foo bar |
foo _ Dictionary new.
  bar _ Dictionary new.
  foo at: #Bob put: #Jones.
  foo at: #O put: bar.
  bar at: #Bob put: #Smith.
  bar at: #O put: foo.
  (OrderedCollection with: foo with: bar)

6379DateAndTimePrintOnFix-dtl -- David T. Lewis -- 5 November 2004
The #printOn: for DateAndTime did not insert a decimal point for the 
fractional part of seconds (nanoseconds). This change set provides a 
fix.

6380DateAndTimePrintOnTest-dtl -- David T. Lewis -- 6 November 2004
The #printOn: for DateAndTime does not insert a decimal point for the 
fractional part of seconds (nanoseconds). This change set provides a 
test case that demonstrates the problem.

6381readContentsBrief-fix -- Lic. Edgar J. De Cleene -- 9 November 2004
[FIX] [BUG] In FileList2  readContentsBrief: brevityFlag
Archive ID: 25422
Comments:	Here I copy how code should be to not have a walkback when 
you select a file
what Squeak cannot could read. (Two lines needed to be swapped.)
readContentsBrief: brevityFlag
  ...
     brevityFlag ifTrue: [
         directory isRemoteDirectory ifTrue: [^ self readServerBrief]].
f := directory oldFileOrNoneNamed: self fullName.
 >>>f ifNil: [^ ''For some reason, this file cannot be read'' 
translated].
 >>>    f converter: (self defaultEncoderFor: self fullName)."

6382ScrollToShowFix -- Karl Ramberg -- 14 November 2004
Version 2: Fix for text panes also.
A small fix to make sure that the selected list or text item is visible 
in the pane.

6383StandardSystemFontsTest-bp -- Bernhard Pieber -- 6 November 2004
The system fonts were changed recently. This Change Set adapts the 
SUnit test as well."




More information about the Squeak-dev mailing list