grub/grub-core/normal
Vladimir 'phcoder' Serbinenko dcb883b162 Submenu default support.
* grub-core/normal/menu.c (grub_menu_execute_entry): New parameter
	auto_boot. All users updated.
	Declared static.
	Handle chosen and default with submenus.
	(grub_menu_execute_with_fallback): Declared static.
	Don't notify failure if autobooted. Upper level does it.
	(menuentry_eq): New function.
	(get_entry_number): Use menuentry_eq.
	(show_menu): New parameter "autobooted". All users updated.
	(grub_show_menu): Likewise.
	* include/grub/normal.h (grub_show_menu): Likewise.
	* include/grub/menu.h (grub_menu_execute_entry): Removed.
	(grub_menu_execute_with_fallback): Likewise.
2011-01-10 23:27:58 +01:00
..
auth.c * grub-core/normal/auth.c (grub_auth_check_authentication): 2010-10-17 15:41:54 +02:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c Make better UTF compliant. 2010-11-17 16:13:16 +01:00
cmdline.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
color.c * grub-core/normal/color.c (grub_env_write_color_normal): Fix a warning. 2010-08-30 01:12:37 +02:00
completion.c Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
context.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
crypto.c automake commit without merge history 2010-05-06 11:34:04 +05:30
datetime.c automake commit without merge history 2010-05-06 11:34:04 +05:30
dyncmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
main.c Submenu default support. 2011-01-10 23:27:58 +01:00
menu.c Submenu default support. 2011-01-10 23:27:58 +01:00
menu_entry.c Submenu default support. 2011-01-10 23:27:58 +01:00
menu_text.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
misc.c * include/grub/disk.h (grub_disk): Remove has_partitions. 2010-09-13 23:59:22 +02:00
term.c * grub-core/normal/term.c (print_more): Make \r or \n scroll one 2010-12-18 17:37:48 +00:00