From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog kernel/cmd.c mac/maccmd.c tc ... Date: Sun, 13 Aug 2000 08:02:00 -0000 Message-id: <20000813150244.21105.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00363.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 2000-08-13 08:02:44 Modified files: . : ChangeLog kernel : cmd.c mac : maccmd.c tcltk : tkcmd.c curses : ccmd.c Log message: Add ability to have generic commands that work on units. * cmd.c (apply_to_all_selected_units): New function. (do_wake, do_wake_all): Move here from interfaces. (do_one_wake, do_one_wake_all): New functions. * maccmd.c (get_selected_units): New function. (do_wake, do_wake_all): Comment out. * tkcmd.c (get_selected_units): New function. (do_wake, do_wake_all): Remove. * ccmd.c (get_selected_units): New function. (do_wake, do_wake_all): Remove. (do_fire): Use view objects.