[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

ChangeRecorder realUser: #me



I modified the ChangeRecorder object and class (with a little help from
Ravi).

The visible change is the new class method "realUser:", which changes the
user name in such a way that the change becomes effective when all filein
activity is over.  Thus, you can place the line:

	ChangeRecorder realUser: #me!

in your preferences file, and this change will not be undone at the end of
the filein.  (Indeed, it will not be DONE until the end of the filein.)

(Of course, if you issue it when you're not fileing in, it will take effect
immediately.)

The changes are in st80:releases:next:mjm-mjm-b.cha

	michael