From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq/ /ChangeLog ernel/world.c ernel/world.h ... Date: Wed, 19 Apr 2000 08:17:00 -0000 Message-id: <20000419151703.24098.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00133.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 00/04/19 08:17:03 Modified files: . : ChangeLog kernel : world.c world.h ps.c tcltk : tkcmd.c tkconq.h tkconq.tcl tkmain.c tkmap.c x11 : xdraw.c xmap.c xtconq.h Log message: * world.c, world.h (numfeatures): New global. * world.c (init_features, create_feature, destroy_feature): Update it. (num_features): Remove. * ps.c (dump_ps_view): Use numfeatures global. * tkconq.h (UI numfeatures): Remove. * tkcmd.c, tkmain.c, tkmap.c: Use numfeatures global. * tkconq.tcl (adjust_view_menu): Use view_option_names for strings, use numfeatures to enable/disable feature view control. (popup_help_dialog): Enable Help and Back buttons, increase default size of text area. * tkmain.c (describe_map): Add more info. (node_stack, etc): New globals. (tk_help_goto): Maintain and use stack of visited nodes. * xdraw.c, xmap.c: Use numfeatures global.