David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.392.mcz==================== Summary ====================
Name: Kernel-dtl.392
Author: dtl
Time: 10 February 2010, 5:57:55.219 pm
UUID: d8fdf4b9-e3c1-437f-bb89-36e44e0766d3
Ancestors: Kernel-cmm.391
Add Object>>isTextView to support TranscriptStream>>countOpenTranscripts without #isKindOf: tests on MVC and Morphic views.
=============== Diff against Kernel-cmm.391 ===============
Item was added:
+ ----- Method: Object>>isTextView (in category 'testing') -----
+ isTextView
+ "True if the reciever is a view on a text model, such as a view on a TranscriptStream"
+ ^false!