syslinux-3.08-2 sources from FC4
[bootcd.git] / syslinux / menu / CHANGES
1 Changes in v1.1
2 ---------------
3 * Additional handler type: Keys handler
4 * Menuitem handlers now have a return value of type t_handler_return.
5   For all simple cases, you just return ACTION_VALID or ACTION_INVALID
6   (For some types of menu items, handlers are ignored, and for 
7    others the return value is ignored)
8 * add_menu takes an extra argument (to better control memory footprint)
9   You can just set it to -1 to choose the default value
10 * Now the menu system support long menu's using scroll bars.
11 * Support for passwords and context sensitive help is added.
12