[UPDATES] 8 for 3.6beta, 3.6gamma tomorrow

dway at riskmetrics.com dway at riskmetrics.com
Wed Sep 10 05:28:46 UTC 2003



The final (?) bugfix updates for 3.6beta.  If there are no major
problems, I'll issue the update for 3.6gamma tomorrow, and work on
preparing the 3.6gamma image.  (Two images actually, a Full image plus
the Basic image.)

- Doug


------------------------------

5412FileContentsBrowser-mu -- Masashi Umezawa -- 4 September 2003
FileContentsBrowser>>selectedClassOrMetaClass should return nil when
there is no selection. But the method raises MessageNotUnderstood when
the browser indicates metaclass AND selectedClass is nil, because it
tries to send #metaClass to nil.
Now the method correctly returns nil in such case.
-To see the problem:
	Open the code browser for codes with class methods only.
	Without any class selection, push the 'class' button in the browser. 

5413EventSensorCleanup-ar -- Andreas Raab -- 2 September 2003
Removes the initialization code from EventSensor."

5414pathForFileFix-mga -- Markus Gaelli -- 6 August 2003
'file:///foo/bar' asUrl gives an absolute url.
If one asks this for its pathForFile,
this path should be prefixed by the
pathDelimiter of the OS. Here is the fix."

5415APOPfix-mdr -- Mike Rutenberg -- 5 September 2003
APOP authentication was broken.  This is the updated fix that works with
the new network rewrite.  It has been tested and is in use daily.

5416NetNameResolverFix-mu -- Masashi Umezawa -- 8 September 2003
-NetNameResolver>>addressForName:timeout: should raise NameLookupFailure
if it fails to resolve hostName. But it raises Error whose messageText
is 'NameLookupFailure'. Now the method correctly raises true
NameLookupFailure.
A simple test code:
[NetNameResolver addressForName: 'foo.bar.notExistHost' timeout: 10] on:
NameLookupFailure do: [:ex | Transcript cr; show: 'Caught here!'].
-NetNameResolver>>promptUserForHostAddressDefault: expects
NetNameResolver>>addressForName:timeout: returns nil in failure. But it
actually raises NameLookupFailure. Now the method ignore the nil return
value.
Ned Konz added the related fix for nameForAddress:timeout: that he
posted in his NameResolverErrorFix-nk on 27 June 2003.
'"

5417MailMessageAccented-mdr -- Mike Rutenberg -- 6 September 2003
Makes MailMessage properly display accented characters which are part of
an email message, especially text message body, HTML message body, text
header lines, and header lines encoded with mime."

5418MissingHashes-ar -- Andreas Raab -- 9 September 2003
Provides ten missing #hash implementations as pointed out by the base
image tests thus removing the number of failed tests by ten."

5419RemoveLinefeeds-dew -- Doug Way -- 6 September 2003
Fixes the 'remove line feeds' menu item in the file list for non-code
files.  This is a simple temporary fix for 3.6.  This method should be
removed when the larger FileListCleanup-nk cleanup/refactoring is added
in 3.7."




<This automated message brought to you by the UpdateIncorporationTool.>
<See the UpdateIncorporationTool package on SqueakMap for details.>



More information about the Squeak-dev mailing list