Tools__ChangeList.st
changeset 14032 407dd3ef555b
parent 13970 d280c182f218
child 14197 0ffe853febbc
equal deleted inserted replaced
14031:8bdb5f42adc9 14032:407dd3ef555b
   438     "Return a description of exported aspects;
   438     "Return a description of exported aspects;
   439      these can be connected to aspects of an embedding application
   439      these can be connected to aspects of an embedding application
   440      (if this app is embedded in a subCanvas)."
   440      (if this app is embedded in a subCanvas)."
   441 
   441 
   442     ^ #(
   442     ^ #(
       
   443         environmentHolder
   443         #allowAcceptHolder
   444         #allowAcceptHolder
   444         #allowRemoveHolder
   445         #allowRemoveHolder
   445         #inGeneratorHolder
   446         #inGeneratorHolder
   446         #menuHolder
   447         #menuHolder
   447         #outGeneratorHolder
   448         #outGeneratorHolder
   451         #showSameHolder
   452         #showSameHolder
   452         #showTimestampHolder
   453         #showTimestampHolder
   453         #showConflictsOnlyHolder
   454         #showConflictsOnlyHolder
   454         #showDefinitionsOnlyHolder
   455         #showDefinitionsOnlyHolder
   455       ).
   456       ).
       
   457 
       
   458     "Modified: / 24-02-2014 / 10:37:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   456 ! !
   459 ! !
   457 
   460 
   458 !ChangeList methodsFor:'accessing'!
   461 !ChangeList methodsFor:'accessing'!
   459 
   462 
   460 acceptEnabled
   463 acceptEnabled
  1581 ! !
  1584 ! !
  1582 
  1585 
  1583 !ChangeList class methodsFor:'documentation'!
  1586 !ChangeList class methodsFor:'documentation'!
  1584 
  1587 
  1585 version
  1588 version
  1586     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.31 2014-02-19 13:19:46 cg Exp $'
  1589     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.32 2014-02-25 10:42:12 vrany Exp $'
  1587 !
  1590 !
  1588 
  1591 
  1589 version_CVS
  1592 version_CVS
  1590     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.31 2014-02-19 13:19:46 cg Exp $'
  1593     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.32 2014-02-25 10:42:12 vrany Exp $'
  1591 !
  1594 !
  1592 
  1595 
  1593 version_SVN
  1596 version_SVN
  1594     ^ '$Id: Tools__ChangeList.st,v 1.31 2014-02-19 13:19:46 cg Exp $'
  1597     ^ '$Id: Tools__ChangeList.st,v 1.32 2014-02-25 10:42:12 vrany Exp $'
  1595 ! !
  1598 ! !
  1596 
  1599