From 285cd7ddd563d6f9104a08a038d20a6e93ac6c19 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Tue, 24 Nov 2009 10:45:26 +0000 Subject: [PATCH] Move ChangeLog entries affecting po/ directory to po/ChangeLog --- ChangeLog | 17 ----------------- po/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 17 deletions(-) create mode 100644 po/ChangeLog diff --git a/ChangeLog b/ChangeLog index b80578ae3..8bf408f24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,11 +9,6 @@ (grub_util_get_dev_abstraction): Treat dmraid and multipath devices as normal ones, not as LVM. -2009-11-23 Robert Millan - - * po/id.po: New file. - * LINGUAS: Add `id'. - 2009-11-23 Carles Pina i Estany * conf/common.rmk: Add grub-gettext_lib target and updates @@ -28,8 +23,6 @@ * normal/menu_text.c: Include . * normal/menu_text.c (print_timeout): Gettexttize string. * normal/menu_text.c (print_message): Gettexttize string. - * po/POTFILES: Add `normal/menu_text.c'. - * po/ca.po: Add new translations. * util/grub.d/00_header.in: Define locale_dir and lang. insmod gettext module and defines locale_dir and lang in grub.cfg. * NEWS: Add gettext support. @@ -232,8 +225,6 @@ * Makefile.in (po/*.po): Redefine as ... ($(foreach lang, $(LINGUAS), po/$(lang).po)): ... this. - * po/POTFILES: Add `util/i386/pc/grub-setup.c'. - 2009-11-19 Robert Millan * conf/common.rmk (grub_mkisofs_SOURCES): Add `gnulib/progname.c'. @@ -252,8 +243,6 @@ * util/mkisofs/tree.c: Likewise. * util/mkisofs/write.c: Likewise. - * po/POTFILES: Update with new files. - 2009-11-18 Robert Millan * util/mkisofs/eltorito.c: Fix minor mistake in license text. @@ -281,8 +270,6 @@ 2009-11-18 Robert Millan - * po/POTFILES-shell: New file. List `util/grub.d/10_kfreebsd.in' - and `util/grub.d/10_linux.in'. * Makefile.in (po/$(PACKAGE).pot): Process `po/POTFILES-shell' for translatable Shell files. @@ -293,7 +280,6 @@ 2009-11-17 Robert Millan * INSTALL: Document Automake is needed for bootstrap. - * po/ca.po: Fix PO-Revision-Date and Language-Team fields. * util/grub.d/10_kfreebsd.in (bindir): New variable. Add gettext initialization. (kfreebsd_entry): Make menuentry output translatable. @@ -305,7 +291,6 @@ (po/*.po): Replace `msgmerge' with `$(MSGMERGE)'. (po/%.mo): Replace `msgfmt' with `$(MSGFMT)'. (LINGUAS): Auto-generate using `po/LINGUAS'. - * po/LINGUAS: New file. 2009-11-17 Robert Millan @@ -345,8 +330,6 @@ (install-local): Install MO files. (po/$(PACKAGE).pot, po/*.po, po/%.mo): New rules. * include/grub/i18n.h: New file. - * po/POTFILES: New file. - * po/ca.po: New file. * util/grub.d/10_linux.in (bindir): New variable. Add gettext initialization. (linux_entry): Make menuentry output translatable. diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 000000000..d70f6353c --- /dev/null +++ b/po/ChangeLog @@ -0,0 +1,38 @@ +2009-11-23 Robert Millan + + * id.po: New file. + * LINGUAS: Add `id'. + +2009-11-23 Carles Pina i Estany + + * POTFILES: Add `normal/menu_text.c'. + * ca.po: Add new translations. + +2009-11-19 Robert Millan + + * POTFILES: Add `util/i386/pc/grub-setup.c'. + +2009-11-19 Robert Millan + + * POTFILES: Add `util/mkisofs/eltorito.c', `util/mkisofs/joliet.c', + `util/mkisofs/mkisofs.c', `util/mkisofs/multi.c', + `util/mkisofs/rock.c', `util/mkisofs/tree.c', and + `util/mkisofs/write.c'. + +2009-11-18 Robert Millan + + * POTFILES-shell: New file. List `util/grub.d/10_kfreebsd.in' + and `util/grub.d/10_linux.in'. + +2009-11-17 Robert Millan + + * ca.po: Fix PO-Revision-Date and Language-Team fields. + +2009-11-17 Robert Millan + + * LINGUAS: New file. + +2009-11-16 Robert Millan + + * POTFILES: New file. + * ca.po: New file.