Key: KFS - Karyl F. Stein 1 Mar 1998: 0.8b released * KFS: Added a run directive to the configuration files. * Changed the printfile() function so that it first tries to use the PAGER environment variable. * Made the getcols() function read the stty settings. * Cleaned up printstr() and added some functionality. * Made SECURERUN be able to take a full path. Also, dropped the PATH and IFS environment variables when running a program under SECURERUN. * Added a notype and type directive that surpresses or not the printing of the option type, (i.e. menu, file, etc.), after the option. * Fixed a major memory leak and in the process, rewrote many of the option handling functions. * Added GNU autoconf capability. * Started work on an easy install script. 16 Jan 1998: 0.7a released. * KFS: Many bugs fixed. * Changed the option list to be a global variable to fix memory problems. * Added word-wrap to the center() function in menu_func.c. * Added system-wide and secure configuration files. 30 April 1996: 0.6a released. Code cleaned up and functions added. * KFS: Parses a default and user .xenmenurc which contains environment variable declarations. * Changed the system() call in runprog() to execv() and execvp() calls. * Expanded printstr() so it can expand exviornment variables and run programs. ??: 0.5 Released. Lost CHANGELOG information for this update. 20 Mar 1996: 0.41a released * KFS: A small bug fixed. 19 Mar 1996: 0.4a released * KFS: Several bugs that cropped up in testing were fixed and the code was cleaned up. * center option added * SECURE configure option added * Added flag to printfile() function to tell it to wait for the user to press a key after the file is printed or not. 18 Mar 1996: 0.3a Released. This is the first version of xenmenu and is an ALPHA release. The reason it starts on 0.3a is since the basic idea and some of the code was already written. xenmenu is based upon a menu program written by Karyl F. Stein in early 1995.