From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog tcltk/tkconq.tcl tcltk/tkmain.c Date: Wed, 22 Nov 2000 08:46:00 -0000 Message-id: <20001122164639.14858.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00598.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sources.redhat.com 2000-11-22 08:46:38 Modified files: . : ChangeLog tcltk : tkconq.tcl tkmain.c Log message: Add version filtering to the new game list in the tcl/tk interface. * tkconq.tcl (list_all_games): New global, true if all games should be listed in the new game dialog. (fill_new_game_list): New proc. (add_new_game_dialog_items): Call it, also add label for version number and checkbox for listing all games. (select_game): Update version label. (new_game): Use game_index array to find the right game. * tkmain.c (tk_game_info): Rewrite to return results by setting globals instead of building a list.