diff -r 0b048b6bb6f4 -r 58adc2d2ed08 mainwindow.h --- a/mainwindow.h Thu Apr 21 19:14:38 2005 +0000 +++ b/mainwindow.h Wed May 04 20:35:39 2005 +0000 @@ -100,11 +100,14 @@ void editUnScrollAll(); void editHeading(); void editNewBranch(); + void editNewBranchHere(); void editNewBranchAbove(); void editNewBranchBelow(); void editImportAdd(); void editImportReplace(); void editSaveBranch(); + void editRemoveBranchHere(); + void editRemoveChilds(); void editDeleteSelection(); void editUpperBranch(); void editLowerBranch();