Re: merging of gettext branch

2009-11-22 Thread Carles Pina i Estany
Hello, On Nov/22/2009, Robert Millan wrote: > On Sun, Nov 22, 2009 at 06:45:19PM +, Carles Pina i Estany wrote: > >/* NOTE: Do not remove the trailing space characters. > > They are required to clear the line. */ > > - char *msg = " The highlighted entry will be booted automatic

Re: merging of gettext branch

2009-11-22 Thread Robert Millan
On Sun, Nov 22, 2009 at 06:45:19PM +, Carles Pina i Estany wrote: >/* NOTE: Do not remove the trailing space characters. > They are required to clear the line. */ > - char *msg = " The highlighted entry will be booted automatically in %ds. >"; > + const char *msg = _(" The

Re: merging of gettext branch

2009-11-22 Thread Carles Pina i Estany
Hi, On Nov/22/2009, Carles Pina i Estany wrote: > > Hi, > > On Nov/22/2009, Carles Pina i Estany wrote: > > > > Hello, > > > > Briefly: applied the suggested changes, and new patch attached. Don't > > hesitate to say anything back (I know that you don't :-) ). Later I will > > spend some time

Re: merging of gettext branch

2009-11-22 Thread Carles Pina i Estany
Hi, On Nov/22/2009, Carles Pina i Estany wrote: > > Hello, > > Briefly: applied the suggested changes, and new patch attached. Don't > hesitate to say anything back (I know that you don't :-) ). Later I will > spend some time with it again. I send attached gettext09.patch. It's the same than b

Re: merging of gettext branch

2009-11-22 Thread Carles Pina i Estany
Hi, On Nov/22/2009, Robert Millan wrote: > On Sun, Nov 22, 2009 at 12:18:35AM +0100, Vladimir '??-coder/phcoder' > Serbinenko wrote: > > If it doesn't hurt to support them, then we should. > > BTW it's > > file = grub_gzfile_open (argv[0], 1); > > actually. But what with seeking in .gz ? Is it

Re: merging of gettext branch

2009-11-22 Thread Carles Pina i Estany
Hello, Briefly: applied the suggested changes, and new patch attached. Don't hesitate to say anything back (I know that you don't :-) ). Later I will spend some time with it again. Cheers, On Nov/22/2009, Robert Millan wrote: > On Sat, Nov 21, 2009 at 10:14:10PM +, Carles Pina i Estany wrot

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sun, Nov 22, 2009 at 12:18:35AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > If it doesn't hurt to support them, then we should. > BTW it's > file = grub_gzfile_open (argv[0], 1); > actually. But what with seeking in .gz ? Is it efficient? Let's enable it in the code, but not make t

Re: merging of gettext branch

2009-11-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: >> + /* >> + Do we want .mo.gz files? Then, the code: >> + file = grub_gzio_open (io, 0); // 0: transparent >> + if (! file) >> +{ >> + grub_printf("Problems opening the file\n"); >> + grub_file_close (io); >> + return 0; >> +} >> + */ >> > > Uh

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 10:14:10PM +, Carles Pina i Estany wrote: > @@ -179,7 +185,7 @@ > pkglib_MODULES += fshelp.mod fat.mod ufs1.mod ufs2.mod ext2.mod ntfs.mod \ > ntfscomp.mod minix.mod hfs.mod jfs.mod iso9660.mod xfs.mod \ > affs.mod sfs.mod hfsplus.mod reiserfs.mod cpio.

Re: merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hello, On Nov/21/2009, Robert Millan wrote: > On Sat, Nov 21, 2009 at 09:27:12PM +, Carles Pina i Estany wrote: > > > > Hello, > > > > My gettext branch: > > bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ > > > > Is currently s

Re: merging of gettext branch

2009-11-21 Thread Robert Millan
On Sat, Nov 21, 2009 at 09:27:12PM +, Carles Pina i Estany wrote: > > Hello, > > My gettext branch: > bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ > > Is currently synchronized with Robert's changes and working. Great. Could you please attach it

Re: merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hi, On Nov/21/2009, Carles Pina i Estany wrote: > My gettext branch: > bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ If the branch wants to be merged I suggest to use this ChangeLog: -MM-DD Carles Pina i Estany * conf/common.rmk: Add grub-gettext_lib

merging of gettext branch

2009-11-21 Thread Carles Pina i Estany
Hello, My gettext branch: bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/gettext/ Is currently synchronized with Robert's changes and working. To test it I usually do: - cp po/ca.mo ../img/boot/grub/locale rm /tmp/grub-rescue-cdrom.iso ./grub-mkrescue --override-directory=`pwd` --o

Re: gettext branch

2009-11-13 Thread Robert Millan
On Fri, Nov 13, 2009 at 08:59:16PM +, Carles Pina i Estany wrote: > > Hi, > > On Nov/13/2009, Felix Zielcke wrote: > > > please push your bzr branch again on savannah. > > It got lost because we had to create all bzr branches again due to > > corruption in the trunk. > > yeap, Robert also t

Re: gettext branch

2009-11-13 Thread Carles Pina i Estany
Hi, On Nov/13/2009, Felix Zielcke wrote: > please push your bzr branch again on savannah. > It got lost because we had to create all bzr branches again due to > corruption in the trunk. yeap, Robert also told me and I was waiting to have some free time now on weekend. It's already done: bzr.sa

Re: gettext branch

2009-11-13 Thread Felix Zielcke
t the end!) > > > > without the 2, Robert moved it correctly. > > > > So the address of the gettext branch is. > > bzr.savannah.gnu.org/grub/people/cpina/gettext2 > > bzr.savannah.gnu.org/grub/people/cpina/gettext > > Without 2, as I said before. >

Re: gettext branch

2009-11-01 Thread Carles Pina i Estany
Hi, On Nov/01/2009, Carles Pina i Estany wrote: > On Nov/01/2009, Carles Pina i Estany wrote: > > > bzr.savannah.gnu.org/grub/people/cpina/gettext2 > > (notice the 2 at the end!) > > without the 2, Robert moved it correctly. > > So the address of the gettext bra

Re: gettext branch

2009-11-01 Thread Carles Pina i Estany
Hi, On Nov/01/2009, Carles Pina i Estany wrote: > bzr.savannah.gnu.org/grub/people/cpina/gettext2 > (notice the 2 at the end!) without the 2, Robert moved it correctly. So the address of the gettext branch is. bzr.savannah.gnu.org/grub/people/cpina/gettext2 Cheers, -- Carles Pina i

gettext branch

2009-11-01 Thread Carles Pina i Estany
Hello, After some time of non-activity I'm back, and I think that during the next weeks with enough time to finish the gettext topic. The branch is here: bzr.savannah.gnu.org/grub/people/cpina/gettext2 (notice the 2 at the end!) We have talked about the gettext two times, last time was last Ju