Autoload.st
Mon, 16 Oct 2006 16:58:24 +0200 Claus Gittinger *** empty log message ***
Fri, 06 Oct 2006 16:24:00 +0200 Claus Gittinger classFilename handling
Tue, 29 Aug 2006 11:54:17 +0200 ca *** empty log message ***
Thu, 17 Aug 2006 16:30:09 +0200 Claus Gittinger *** empty log message ***
Thu, 17 Aug 2006 11:13:10 +0200 Claus Gittinger *** empty log message ***
Thu, 17 Aug 2006 09:54:53 +0200 Claus Gittinger *** empty log message ***
Fri, 11 Aug 2006 11:01:16 +0200 ca *** empty log message ***
Fri, 28 Jul 2006 22:21:52 +0200 Stefan Vogel avoid "recursive autoload" error when doing explicit autoload of subclasses
Thu, 06 Jul 2006 12:57:05 +0200 ca use the classes name (instead of the identity)
Wed, 05 Jul 2006 16:21:44 +0200 Claus Gittinger care for recursive autoload
Thu, 15 Jun 2006 11:52:45 +0200 Stefan Vogel #classNamed: now loads autoloaded classes if a (possibly) private class of an
Mon, 06 Mar 2006 09:50:06 +0100 Claus Gittinger *** empty log message ***
Wed, 26 Jan 2005 15:41:06 +0100 Stefan Vogel Catch #fromString: (for autoloaded classes from Dolphin)
Thu, 23 Sep 2004 15:06:42 +0200 Stefan Vogel Fix prev change - st added default methods.
Thu, 23 Sep 2004 14:57:49 +0200 Stefan Vogel Fix recursive autoloading of exception classes.
Sun, 22 Aug 2004 18:41:24 +0200 Stefan Vogel Replace obsolete message sends
Thu, 01 Jul 2004 12:06:47 +0200 Stefan Vogel #autoload - raise error if fileIn fails.
Mon, 07 Jun 2004 17:43:23 +0200 Claus Gittinger to be evaluated: no longer nil global of class being autoloaded.
Thu, 15 Apr 2004 11:28:58 +0200 Stefan Vogel Initialie classvar
Thu, 08 Apr 2004 12:54:15 +0200 werner *** empty log message ***
Fri, 12 Mar 2004 20:09:28 +0100 Claus Gittinger *** empty log message ***
Tue, 11 Nov 2003 12:13:55 +0100 Claus Gittinger *** empty log message ***
Mon, 25 Aug 2003 13:44:36 +0200 tm catch #error
Fri, 09 May 2003 18:11:22 +0200 Stefan Vogel Fix pidgin spelling: 'does not exists' and 'not exists'
Wed, 09 Apr 2003 13:02:09 +0200 james changed #autoload.
Sun, 02 Mar 2003 21:39:52 +0100 Stefan Vogel Convert Object>>errorSignal -> Error
Mon, 10 Feb 2003 17:39:23 +0100 penk *** empty log message ***
Wed, 25 Sep 2002 10:25:28 +0200 penk oops - catch #copy
Tue, 09 Jul 2002 16:01:24 +0200 Stefan Vogel Use #ifCurtailed: instead of #valueOnUnwindDo:
Tue, 04 Dec 2001 10:34:27 +0100 Claus Gittinger *** empty log message ***
Mon, 08 Oct 2001 11:44:52 +0200 Claus Gittinger dont ask for variable-name conventions while autoloading
Mon, 08 Oct 2001 11:09:47 +0200 Claus Gittinger renamed: #allSelectorsAndMethodsDo: into: #instAndClassSelectorsAndMethodsDo:
Mon, 13 Aug 2001 15:03:33 +0200 Claus Gittinger *** empty log message ***
Mon, 13 Aug 2001 14:12:28 +0200 penk recursive autoload of exception-subclasses
Wed, 28 Feb 2001 14:19:41 +0100 Stefan Vogel Cleanup unused method vars
Tue, 14 Nov 2000 18:14:59 +0100 Claus Gittinger send a change notification when autoloading
Wed, 16 Aug 2000 14:06:22 +0200 Claus Gittinger set project of all autoloaded methods
Thu, 20 Jul 2000 16:06:18 +0200 Claus Gittinger package again
Fri, 14 Jul 2000 11:27:57 +0200 Claus Gittinger preserve the package when autoloading
Thu, 30 Mar 2000 16:37:07 +0200 Claus Gittinger checkin from browser
Fri, 03 Dec 1999 19:28:39 +0100 Claus Gittinger checkin from browser
Thu, 02 Dec 1999 01:19:08 +0100 Claus Gittinger checkin from browser
Thu, 18 Nov 1999 21:11:11 +0100 Claus Gittinger also catch #initialize.
Mon, 20 Sep 1999 14:16:10 +0200 Claus Gittinger checkin from browser
Thu, 05 Aug 1999 15:22:35 +0200 Claus Gittinger checkin from browser
Tue, 03 Aug 1999 14:25:31 +0200 Stefan Vogel Use AutoloadMetaclass to load a class on unhandled class methods.
Mon, 02 Aug 1999 18:06:38 +0200 Claus Gittinger checkin from browser
Fri, 16 Jul 1999 20:52:09 +0200 Claus Gittinger privateClasses and allPrivateClasses
Sat, 19 Jun 1999 12:11:55 +0200 Claus Gittinger changed the way subclass-creation messages are handled
Sun, 06 Jun 1999 15:19:19 +0200 Claus Gittinger oops - dont put dQuotes inside a comment-string
Sun, 06 Jun 1999 15:16:59 +0200 Claus Gittinger oops - dont put dQuotes inside a comment-string
Thu, 22 Apr 1999 19:38:29 +0200 Claus Gittinger do not modify the package-ID (replacing : with /)
Fri, 19 Mar 1999 08:13:29 +0100 Stefan Vogel Use #query instead of #raise to invoke QuerySignals
Thu, 18 Mar 1999 17:26:35 +0100 Claus Gittinger checkin from browser
Sun, 07 Mar 1999 16:06:15 +0100 Claus Gittinger checkin from browser
Fri, 05 Mar 1999 12:58:38 +0100 Claus Gittinger when autoloading, allow for the stx-source subtree
Sun, 28 Feb 1999 18:15:38 +0100 Claus Gittinger *** empty log message ***
Sat, 27 Feb 1999 17:43:41 +0100 Claus Gittinger search for source in <module>/<package>/file.st
Sat, 27 Feb 1999 14:39:26 +0100 Claus Gittinger checkin from browser
Wed, 24 Feb 1999 12:27:49 +0100 Claus Gittinger *** empty log message ***
Mon, 20 Jul 1998 13:11:44 +0200 Claus Gittinger use #copyReplaceAll:with:
Wed, 13 May 1998 23:38:30 +0200 Claus Gittinger oops - must send #initialize to all privateClasses.
Mon, 16 Feb 1998 13:03:47 +0100 Stefan Vogel Comment
Tue, 03 Feb 1998 18:30:42 +0100 Claus Gittinger do not change the autoloaded classes name to '... (auto)'
Mon, 12 Jan 1998 14:09:39 +0100 Claus Gittinger pass package to fileIn method - allows finding source in a package-subdir of
Wed, 15 Oct 1997 14:30:19 +0200 Claus Gittinger care for loaded classes namespace (vs. default namespace)
Tue, 17 Jun 1997 10:22:49 +0200 Claus Gittinger when asked via #respondsTo:, load & resend
Mon, 16 Jun 1997 20:21:41 +0200 Claus Gittinger typo fix
Tue, 27 May 1997 10:36:04 +0200 Stefan Vogel Make Metaclass a subclass of ClassDescription instead of Class.
Mon, 26 May 1997 15:36:21 +0200 Claus Gittinger comments
Mon, 26 May 1997 14:58:43 +0200 Claus Gittinger commentary
Tue, 20 May 1997 19:06:37 +0200 Claus Gittinger initialize classVar
Thu, 17 Apr 1997 18:27:26 +0200 Claus Gittinger oops - must check for metaclass to implement #initialize - not class
Sat, 12 Apr 1997 15:43:52 +0200 Claus Gittinger dont forget to initialize private classes
Mon, 07 Apr 1997 18:21:27 +0200 ca care for private classes being subclass of an autoloadedClass.
Mon, 10 Feb 1997 13:20:50 +0100 Claus Gittinger autoload into Smalltalk nameSpace - by default.
Sat, 08 Feb 1997 20:06:59 +0100 Claus Gittinger additional entry, passing the environment
Wed, 22 Jan 1997 18:35:55 +0100 Claus Gittinger commentary
Thu, 09 Jan 1997 16:15:56 +0100 Claus Gittinger only #initialize if the class itself implements it
Sun, 05 Jan 1997 14:45:30 +0100 Claus Gittinger *** empty log message ***
Sun, 05 Jan 1997 00:42:53 +0100 Claus Gittinger #initialize
Sun, 05 Jan 1997 00:40:36 +0100 Claus Gittinger *** empty log message ***
Sat, 04 Jan 1997 19:58:25 +0100 Claus Gittinger care for the package ID when autoloading
Mon, 30 Dec 1996 17:25:54 +0100 Claus Gittinger checkin from browser
Sat, 09 Nov 1996 00:55:16 +0100 Claus Gittinger use #nextPutLine instead of #nextPutAll; #cr
Fri, 01 Nov 1996 20:52:01 +0100 Claus Gittinger changes for new #infoOf: / #linkInfoOf: return
Sat, 12 Oct 1996 21:07:56 +0200 Claus Gittinger checkin from browser
Sat, 05 Oct 1996 13:59:15 +0200 Claus Gittinger autoload classes keep source reference
Mon, 23 Sep 1996 12:45:58 +0200 Claus Gittinger *** empty log message ***
Thu, 18 Jul 1996 17:56:26 +0200 Claus Gittinger checkin from browser
Thu, 18 Jul 1996 17:33:09 +0200 Claus Gittinger suppress load messages, if infoPrinting is turned off
Thu, 23 May 1996 00:41:29 +0200 Stefan Vogel Catch readFrom: and readFromString: too.
Wed, 22 May 1996 23:58:11 +0200 Stefan Vogel Catch readFrom:onError et al.
Sat, 18 May 1996 15:48:56 +0200 Claus Gittinger showCr: -> showCR:
Thu, 25 Apr 1996 18:47:14 +0200 Claus Gittinger documentation
Wed, 24 Apr 1996 19:55:17 +0200 Claus Gittinger commentary
Wed, 24 Apr 1996 19:54:47 +0200 Claus Gittinger commentary
Tue, 23 Apr 1996 16:38:38 +0200 Claus Gittinger commentary
Wed, 10 Apr 1996 08:53:48 +0200 Claus Gittinger checkin from browser
Wed, 07 Feb 1996 15:10:54 +0100 Claus Gittinger set package info when autoloading
Thu, 01 Feb 1996 21:25:45 +0100 Claus Gittinger *** empty log message ***
Thu, 01 Feb 1996 20:45:02 +0100 Claus Gittinger rename myself (just in case) & flush caches after loading
Mon, 22 Jan 1996 14:20:03 +0100 Claus Gittinger *** empty log message ***
Mon, 15 Jan 1996 15:04:23 +0100 Claus Gittinger use new becomeSameAs: to migrate to new class.
Tue, 19 Dec 1995 20:13:20 +0100 Claus Gittinger return value from doesNotUnderstand (so handler can return a value)
Tue, 12 Dec 1995 13:55:31 +0100 Claus Gittinger oops - after autoloading, the metaClasses soleInstance still pointed to the
Sun, 10 Dec 1995 00:28:48 +0100 Claus Gittinger checkin from browser
Sat, 09 Dec 1995 22:38:56 +0100 Claus Gittinger careful with empty source info in descriptive message
Fri, 08 Dec 1995 00:54:13 +0100 Claus Gittinger more info for autoloaded classes (for browsers definition text)
Sun, 03 Dec 1995 13:31:39 +0100 Claus Gittinger version method at the end
Thu, 23 Nov 1995 15:23:19 +0100 Claus Gittinger cannot access Objects classVars directly in nil-subclass
Thu, 23 Nov 1995 11:46:35 +0100 Claus Gittinger checkin from browser
Sat, 11 Nov 1995 15:28:26 +0100 Claus Gittinger converted version methods from comment-only to returning-a-string
Thu, 02 Nov 1995 12:28:52 +0100 Claus Gittinger dont say I am autoloaded from a binary, if Smalltalk is not loading
Sat, 19 Aug 1995 03:33:23 +0200 claus .
Fri, 11 Aug 1995 05:05:04 +0200 claus .
Thu, 10 Aug 1995 14:32:31 +0200 claus revision added
Sun, 02 Jul 1995 03:08:30 +0200 claus .
Tue, 27 Jun 1995 04:15:21 +0200 claus .
Wed, 24 May 1995 14:44:58 +0200 claus .
less more (0) -120 tip