++2009-12-05 Vladimir Serbinenko <phcoder@gmail.com>
++
++ Rename kernel.mod to kernel.img.
++
++ * conf/i386-efi.rmk (pkglib_MODULES): Change kernel.mod to kernel.img.
++ (kernel_mod_EXPORTS): Rename to ...
++ (kernel_img_EXPORTS): ... this.
++ (kernel_mod_SOURCES): Rename to ...
++ (kernel_img_SOURCES): ... this.
++ (kernel_mod_HEADERS): Rename to ...
++ (kernel_img_HEADERS): ... this. All users updated.
++ (kernel_mod_CFLAGS): Rename to ...
++ (kernel_img_CFLAGS): ... this.
++ (kernel_mod_ASFLAGS): Rename to ...
++ (kernel_img_ASFLAGS): ... this.
++ (kernel_mod_LDFLAGS): Rename to ...
++ (kernel_img_LDFLAGS): ... this.
++ * conf/x86_64-efi.rmk: Likewise.
++ * util/i386/efi/grub-mkimage.c (read_kernel_module): Rename to ...
++ (read_kernel_image): ... this. All users updated.
++ (read_kernel_image): Read "kernel.img" instead of "kernel.mod".
++
+2009-12-05 Carles Pina i Estany <carles@pina.cat>
+
+ * normal/menu_text.c (grub_color_menu_high): Gettexttize string.
+ (print_spaces): New function.
+ (grub_print_ucs4): New function.
+ (getstringwidth): New function.
+ (print_message_indented): New function.
+ (print_message): Gettexttize strings using print_message_indented.
+ (run_menu): Replaces grub_printf by print_spaces and dynamic terminal
+ width.
+ (get_entry_number): Gettextize and uses dynamic terminal width.
+ (notify_booting, notify_fallback, notify_execution_failure):
+ Gettextize.
+ * normal/menu_entry.c (store_completion): Cleanup the gettextized
+ string.
+ (run): Likewise.
+ (grub_menu_entry_run): Likewise.
+ * PO/POTFILES: Add normal/menu_entry.c.
+
+2009-12-05 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * configure.ac (TARGET_ASFLAGS): Add "-D<MACHINE>".
+
+2009-12-05 Carles Pina i Estany <carles@pina.cat>
+
+ * util/grub-install.in: Install gettext .mo files.
+ * util/grub-mkrescue.in (process_input_dir): Copy gettext .mo files.
+
+2009-12-05 Carles Pina i Estany <carles@pina.cat>
+
+ * gettext/gettext.c (grub_gettext_init_ext): Replace grub_printf with
+ grub_dprintf.
+
+2009-12-05 Robert Millan <rmh.grub@aybabtu.com>
+
+ * kern/ieee1275/openfw.c (grub_reboot): Disable for i386. The
+ non-firmware-dependant one in realmode.S takes precedence.
+
+2009-12-04 Robert Millan <rmh.grub@aybabtu.com>
+
+ * commands/halt.c: Replace misc arch-specific headers with
+ `<grub/misc.h>'.
+ * commands/reboot.c: Likewise.
+ * commands/i386/pc/halt.c: Replace `<grub/machine/init.h>' with
+ `<grub/misc.h>'.
+ * conf/i386-coreboot.rmk (kernel_img_HEADERS): Remove `cpu/reboot.h'.
+ (halt_mod_SOURCES): Move `kern/i386/halt.c' from here ...
+ (kernel_img_SOURCES): ... to here.
+
+ * include/grub/efi/efi.h (grub_reboot, grub_halt): Remove prototypes.
+ * include/grub/i386/pc/init.h: Likewise.
+ * include/grub/powerpc/ieee1275/kernel.h: Likewise.
+ * include/grub/sparc64/ieee1275/kernel.h: Likewise.
+
+ * include/grub/misc.h (grub_reboot, grub_halt): New prototypes.
+
+ * include/grub/i386/halt.h: Remove.
+ * include/grub/i386/reboot.h: Likewise.
+
+ * kern/i386/halt.c: Remove `<grub/cpu/halt.h>'.
+
+2009-12-03 David S. Miller <davem@sunset.davemloft.net>
+
+ * conf/sparc64-ieee1275.rmk (grub_mkimage_SOURCES,
+ grub_setup_SOURCES, grub_ofpathname_SOURCES): Add gnulib/progname.c
+ * util/sparc64/ieee1275/grub-mkimage.c: Include <grub/i18n.h> and
+ "progname.h"
+ * util/sparc64/ieee1275/grub-ofpathname.c: Likewise.
+ * util/sparc64/ieee1275/grub-setup.c: Likewise.
+ (usage): Add missing comma in printf.
+
+2009-12-02 Robert Millan <rmh.grub@aybabtu.com>
+
+ Use the same reboot approach on i386 coreboot and qemu as we do on
+ BIOS.
+
+ * conf/i386-coreboot.rmk (kernel_img_HEADERS): Add `cpu/reboot.h'.
+ (reboot_mod_SOURCES): Remove `kern/i386/reboot.c'.
+ * kern/i386/reboot.c: Remove.
+ * include/grub/i386/reboot.h (grub_reboot): Export function.
+ * kern/i386/pc/startup.S (grub_reboot): Move from here ...
+ * kern/i386/realmode.S (grub_reboot): ... to here. Jump to
+ 0xf000:0xfff0 instead of 0xffff:0x0000.
+ [!GRUB_MACHINE_PCBIOS] (prot_to_real): Do not restore interrupts.
+ * kern/i386/qemu/startup.S: Include `"../realmode.S"'.
+
2009-11-30 Robert Millan <rmh.grub@aybabtu.com>
Fix $srcdir != $objdir build.