Tools__NavigationHistory.st
changeset 14137 e8d33bcf9513
parent 12959 5e2fa8919e77
child 15566 184cea584be5
child 16303 70cbae547a41
equal deleted inserted replaced
14136:960e4bd21cc2 14137:e8d33bcf9513
   205 
   205 
   206     "Created: / 04-07-2011 / 22:45:45 / cg"
   206     "Created: / 04-07-2011 / 22:45:45 / cg"
   207 !
   207 !
   208 
   208 
   209 removeAll
   209 removeAll
       
   210     "backward compatible list protocol"
       
   211 
   210     items removeAll.
   212     items removeAll.
   211 
   213 
   212     "Created: / 21-09-2011 / 16:27:38 / cg"
   214     "Created: / 21-09-2011 / 16:27:38 / cg"
   213 !
   215 !
   214 
   216 
   377 ! !
   379 ! !
   378 
   380 
   379 !NavigationHistory class methodsFor:'documentation'!
   381 !NavigationHistory class methodsFor:'documentation'!
   380 
   382 
   381 version_CVS
   383 version_CVS
   382     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.16 2013-06-21 00:43:18 cg Exp $'
   384     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.17 2014-03-17 14:03:20 cg Exp $'
   383 !
   385 !
   384 
   386 
   385 version_CVS_jvrany
   387 version_CVS_jvrany
   386     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.16 2013-06-21 00:43:18 cg Exp $'
   388     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.17 2014-03-17 14:03:20 cg Exp $'
   387 !
   389 !
   388 
   390 
   389 version_SVN
   391 version_SVN
   390     ^ '$Id: Tools__NavigationHistory.st,v 1.16 2013-06-21 00:43:18 cg Exp $'
   392     ^ '$Id: Tools__NavigationHistory.st,v 1.17 2014-03-17 14:03:20 cg Exp $'
   391 ! !
   393 ! !
   392 
   394