Some time ago, I got permission from the original author of wmtop, Dan Piponi, to add it to the dockapps repo.
Carlos, would you tag the first commit wmtop-0.84 and the last wmtop-0.85? Thanks! Doug Torrance (11): wmtop: Add version 0.84 to repository. wmtop: Fix incorrect memory usage. wmtop: Escape minus signs and fix spelling errors in manpage. wmtop: Remove wmgeneral directory and use libdockapp. wmtop: Switch user variable from int to uid_t. wmtop: Add #define _BSD_SOURCE. wmtop: Remove inline keywords. wmtop: Use proper int types. wmtop: Switch build system to autotools. wmtop: Remove .cvsignore. wmtop: Bump to version 0.85. wmtop/BUGS | 13 + wmtop/COPYING | 344 +++++++++++++++ wmtop/ChangeLog | 169 ++++++++ wmtop/Makefile.am | 9 + wmtop/README | 73 ++++ wmtop/TODO | 13 + wmtop/configure.ac | 18 + wmtop/wmtop.1 | 84 ++++ wmtop/wmtop.c | 1009 +++++++++++++++++++++++++++++++++++++++++++ wmtop/xpm/wmtop-default.xpm | 174 ++++++++ wmtop/xpm/wmtop-lcd.xpm | 118 +++++ wmtop/xpm/wmtop-neon1.xpm | 172 ++++++++ wmtop/xpm/wmtop-neon2.xpm | 174 ++++++++ wmtop/xpm/wmtop-rainbow.xpm | 174 ++++++++ 14 files changed, 2544 insertions(+) create mode 100644 wmtop/BUGS create mode 100644 wmtop/COPYING create mode 100644 wmtop/ChangeLog create mode 100644 wmtop/Makefile.am create mode 100644 wmtop/README create mode 100644 wmtop/TODO create mode 100644 wmtop/configure.ac create mode 100644 wmtop/wmtop.1 create mode 100644 wmtop/wmtop.c create mode 100644 wmtop/xpm/wmtop-default.xpm create mode 100644 wmtop/xpm/wmtop-lcd.xpm create mode 100644 wmtop/xpm/wmtop-neon1.xpm create mode 100644 wmtop/xpm/wmtop-neon2.xpm create mode 100644 wmtop/xpm/wmtop-rainbow.xpm -- 2.5.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.