Commands - history.monthly, history.annual, ghistory.monthly, ghistory.annual

- Migrated all history reports into CmdHistory objects.
This commit is contained in:
Paul Beckingham 2011-05-28 17:34:30 -04:00
parent b9246e04b2
commit 82eebc93bf
9 changed files with 140 additions and 55 deletions

View file

@ -14,6 +14,7 @@ set (commands_SRCS Command.cpp Command.h
CmdEdit.cpp CmdEdit.h
CmdExec.cpp CmdExec.h
CmdHelp.cpp CmdHelp.h
CmdHistory.cpp CmdHistory.h
CmdIds.cpp CmdIds.h
CmdInfo.cpp CmdInfo.h
CmdInstall.cpp CmdInstall.h