From: Vladimir 'phcoder' Serbinenko Date: Fri, 27 Nov 2009 23:13:51 +0000 (+0100) Subject: 2009-11-28 Vladimir Serbinenko X-Git-Tag: 1.98~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a4c48d86f64e222b6030d7387fe6899a499e96f;p=thirdparty%2Fgrub.git 2009-11-28 Vladimir Serbinenko Rename efi_fb to efi_uga. * conf/i386-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to 'efi_uga.mod'. (efi_fb_mod_SOURCES): Rename this ... (efi_uga_mod_SOURCES): ... to this. (efi_fb_mod_CFLAGS): Rename this ... (efi_uga_mod_CFLAGS): ... to this. (efi_fb_mod_LDFLAGS): Rename this ... (efi_uga_mod_LDFLAGS): ... to this. * conf/x86_64-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to 'efi_uga.mod'. (efi_fb_mod_SOURCES): Rename this ... (efi_uga_mod_SOURCES): ... to this. (efi_fb_mod_CFLAGS): Rename this ... (efi_uga_mod_CFLAGS): ... to this. (efi_fb_mod_LDFLAGS): Rename this ... (efi_uga_mod_LDFLAGS): ... to this. * video/efi_fb.c: Move this ... * video/efi_uga.c: ... to this. Change prefix to 'grub_video_uga_'. --- 8a4c48d86f64e222b6030d7387fe6899a499e96f diff --cc ChangeLog index 3f77a5d85,037297b9e..deaf73319 --- a/ChangeLog +++ b/ChangeLog @@@ -1,34 -1,3 +1,57 @@@ ++2009-11-28 Vladimir Serbinenko ++ ++ Rename efi_fb to efi_uga. ++ ++ * conf/i386-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to ++ 'efi_uga.mod'. ++ (efi_fb_mod_SOURCES): Rename this ... ++ (efi_uga_mod_SOURCES): ... to this. ++ (efi_fb_mod_CFLAGS): Rename this ... ++ (efi_uga_mod_CFLAGS): ... to this. ++ (efi_fb_mod_LDFLAGS): Rename this ... ++ (efi_uga_mod_LDFLAGS): ... to this. ++ * conf/x86_64-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to ++ 'efi_uga.mod'. ++ (efi_fb_mod_SOURCES): Rename this ... ++ (efi_uga_mod_SOURCES): ... to this. ++ (efi_fb_mod_CFLAGS): Rename this ... ++ (efi_uga_mod_CFLAGS): ... to this. ++ (efi_fb_mod_LDFLAGS): Rename this ... ++ (efi_uga_mod_LDFLAGS): ... to this. ++ * video/efi_fb.c: Move this ... ++ * video/efi_uga.c: ... to this. Change prefix to 'grub_video_uga_'. ++ +2009-11-27 Robert Millan + + * po/README: New file. Explain our PO file workflow. + +2009-11-27 Robert Millan + + * po/ChangeLog: Remove. Move relevant entries back to ... + * ChangeLog: ... here. + * po/ca.po: Remove (now handled by TLP). + * po/id.po: Likewise. + * po/zh_CN.po: Likewise. + * Makefile.in (LINGUAS): Initialize in a way that supports + empty set. + +2009-11-27 Robert Millan + + * Makefile.in (LINGUAS): Rewrite by scanning po/ directory instead of + reliing on po/LINGUAS. + ($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): Rewrite as ... + (po/%.po): ... this. + +2009-11-26 Felix Zielcke + + * util/i386/efi/grub-mkimage.c: Include "progname.h". + (main): Use `program_name' instead of nonexistent `progname'. + +2009-11-26 Felix Zielcke + + * conf/i386-efi.rmk (grub_mkimage_SOURCES): Add `gnulib/progname.c'. + * conf/x86_64-efi.rmk (grub_mkimage_SOURCES): Likewise. + 2009-11-26 Robert Millan * conf/i386-coreboot.rmk: Cleanup stale filenames from my previous