grub/grub-core/normal
Vladimir 'phcoder' Serbinenko fc55cc4c27 Support submenus.
* grub-core/commands/menuentry.c (grub_normal_add_menu_entry): New
	parameter submenu. All users updated.
	* grub-core/normal/main.c (free_menu): Rename to ...
	(grub_normal_free_menu): ... this. Made global.
	* grub-core/normal/menu.c (grub_menu_execute_entry): Open new context
	if requested.
	* grub-core/normal/menu_entry.c (screen): New field submenu.
	(make_screen): Set submenu.
	(run): Open new context if requested.
	* include/grub/menu.h (grub_menu_entry): New field submenu.
	* include/grub/normal.h (grub_normal_free_menu): New proto.
2010-09-21 00:47:49 +02:00
..
auth.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c * grub-core/normal/charset.c (grub_utf8_to_ucs4_alloc): Avoid deadloop 2010-08-29 21:57:37 +02: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 Support submenus. 2010-09-21 00:47:49 +02:00
menu.c Support submenus. 2010-09-21 00:47:49 +02:00
menu_entry.c Support submenus. 2010-09-21 00:47:49 +02: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 Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00