2007-09-22 Brian M. Kelly * Version 1.29 released. * Repaired bugs when "Result =>" setting value is the name of a perl subroutine. 2007-09-22 Brian M. Kelly * Version 1.28 released. * More changes to 'require menu_cfg' to reflect FullAuto architecture 2007-09-22 Brian M. Kelly * Version 1.27 released. * More changes to 'require menu_cfg' to reflect FullAuto architecture 2007-09-22 Brian M. Kelly * Version 1.26 released. * More changes 'require menu_cfg' to reflect FullAuto architecture 2007-09-13 Brian M. Kelly * Version 1.25 released. * Bug Fix - %{$LookUpMenuName} was not being populated properly when using multiple menus defined in main:: and not a separate menu_cfg.pm file. 2007-08-31 Brian M. Kelly * Version 1.24 released. * Changed 'require menu_cfg' to reflect FullAuto architecture 2007-08-23 Brian M. Kelly * Version 1.23 released. * More POD documentation and README tweaks in preparation for the initial roll-out of Net::FullAuto 2007-08-23 Brian M. Kelly * Version 1.22 released. * Tweaked the POD documentation so that all examples listed will print output to the console. This was a potentially confusing omission. 2007-08-22 Brian M. Kelly * Version 1.21 released. * Added error checking to trap and inform users of possible configuration errors in menu blocks. * Made changes in preparation for the release of Net::FullAuto, for which Term::Menus is a required module. 2007-05-16 Brian M. Kelly * Version 1.20 released. * Repaired "Clear All" to actually clear all selections after "Select All" was used. 2006-08-15 Brian M. Kelly * Version 1.19 released. * No Changes to Term::Menus - Repaired CPAN distribution 2006-08-25 Brian M. Kelly * Version 1.18 released. * Added ability to call custom subroutine to create Text Items and customized Banners. When using sub menus, previous selections from parent menus are available for use in dynamically constructing the current menu. Documentation was updated to explain this new feature * Also, sub-menus now seem to work fairly reliably - so the caveat against their aggressive use has been removed from the documentation 2006-08-15 Brian M. Kelly * Version 1.17 released. * Fixed sub menus when the ]Convey[ macro is not set 2006-07-31 Brian M. Kelly * Version 1.16 released. * Fixed even more inconsistent behavior between 'One' and 'Many' Selection setting when using sub-menus on one or more items 2006-07-28 Brian M. Kelly * Version 1.15 released. * Fixed more inconsistent behavior between 'One' and 'Many' Selection setting when using sub-menus on one or more items 2006-07-27 Brian M. Kelly * Version 1.14 released. * Fixed clear for ActiveState perl * Fixed inconsistent behavior between 'One' and 'Many' Selection setting when using sub-menus on one or more items 2006-06-21 Brian M. Kelly * Version 1.13 released. * Version 1.12 distribution was broken due to improperly wrapped lines 2006-06-21 Brian M. Kelly * Version 1.12 released. * Added Support for unreleased FullAuto utility * Fixed "my" scoping bug for $cnt variable 2005-08-12 Brian M. Kelly * Version 1.11 released. * Added new feature - "View Sorted Items with Percent '%' Key" functionality 2005-07-08 Brian M. Kelly * Version 1.1 released. * Added new feature - "View Selections Summary with Star '*' Key" functionality 2005-06-02 Brian M. Kelly * Version 1.09 released. * The package name was incorrect - needs to be Term::Menus - 'not' Menus (my bad) 2005-05-29 Brian M. Kelly * Version 1.08 released. * Repaired code related to dynamic menu building. The construct ]Previous[{Menu_1} now works properly. 2005-05-22 Brian M. Kelly * Version 1.06 released. * Added three new Item Configuration Hash elements: Default => qr/ /, Exclude => qr/ /, Include => qr/ /, How to use these is explained in detail in the updated pod documentation inside the module. * Fixed Navigation issues. 2005-05-10 Brian M. Kelly * Version 1.05 released. * Fixed bug where when the Display => element is not specified in a Menu Item Hash, the default number of 10 was not being referenced, and no items would display. 2005-05-04 Brian M. Kelly * Version 1.04 released. * Modified module layout to work and build in the Term:: root directory on CPAN. Menus.pm is now officially Term::Menus (Term/Menus.pm). * Abstract updated to inform prospective users that Term::Menus works in Terminals, Consoles and CMD environments. 2005-05-02 Brian M. Kelly * Version 1.03 released. * Modified Makefile.PL to properly make manpages. * Added ChangeLog, updated MANIFEST.