Tools__NavigationHistory.st
branchjv
changeset 12123 4bde08cebd48
parent 10715 df89f53ca12e
child 12125 0c49a3b13e43
equal deleted inserted replaced
11227:3d57003855a7 12123:4bde08cebd48
   147     "backward compatible list protocol"
   147     "backward compatible list protocol"
   148 
   148 
   149     ^ items notEmpty
   149     ^ items notEmpty
   150 
   150 
   151     "Created: / 04-07-2011 / 22:45:45 / cg"
   151     "Created: / 04-07-2011 / 22:45:45 / cg"
   152 !
       
   153 
       
   154 removeAll
       
   155     items removeAll.
       
   156 
       
   157     "Created: / 21-09-2011 / 16:27:38 / cg"
       
   158 !
   152 !
   159 
   153 
   160 removeIdentical:anEntry
   154 removeIdentical:anEntry
   161     "backward compatible list protocol"
   155     "backward compatible list protocol"
   162 
   156 
   306 ! !
   300 ! !
   307 
   301 
   308 !NavigationHistory class methodsFor:'documentation'!
   302 !NavigationHistory class methodsFor:'documentation'!
   309 
   303 
   310 version_CVS
   304 version_CVS
   311     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.10 2011-09-21 14:28:12 cg Exp $'
   305     ^ '§Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.9 2011/07/05 15:45:36 cg Exp §'
   312 !
   306 !
   313 
   307 
   314 version_CVS_jvrany
   308 version_CVS_jvrany
   315     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Tools__NavigationHistory.st,v 1.2 2008-02-27 13:45:21 vranyj1 Exp §'
   309     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Tools__NavigationHistory.st,v 1.2 2008-02-27 13:45:21 vranyj1 Exp §'
   316 !
   310 !
   317 
   311 
   318 version_SVN
   312 version_SVN
   319     ^ '§Id: Tools__NavigationHistory.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   313     ^ '$Id: Tools__NavigationHistory.st 7486 2009-10-26 22:06:24Z vranyj1 $'
   320 ! !
   314 ! !