[ISSUE SOLVED] Re: bazaar

2009-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Carles Pina i Estany wrote: > >> Hello, >> >> I have to go to sleep now, but I've realized about a mistake or at least >> unexpected behaviour. >> >> After merging trunk with people/carles/gettext as Robert said I have been >> committing and pushing

[URGENT] Re: bazaar

2009-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hello, > > I have to go to sleep now, but I've realized about a mistake or at least > unexpected behaviour. > > After merging trunk with people/carles/gettext as Robert said I have been > committing and pushing a couple of things to people/carles/gettext. But I > thin

bazaar

2009-11-22 Thread Carles Pina i Estany
Hello, I have to go to sleep now, but I've realized about a mistake or at least unexpected behaviour. After merging trunk with people/carles/gettext as Robert said I have been committing and pushing a couple of things to people/carles/gettext. But I think that after I merged it trunk now is alwa

Re: gettext order

2009-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hello, > > Tomorrow Monday I will probably gettextize the help of the all > grub_register_command. > > Is it all right? > > In general, I would translate mainly all grub_printf that has user > messages. I will do it in a different patch set than the > grub_register_com

gettext order

2009-11-22 Thread Carles Pina i Estany
Hello, Tomorrow Monday I will probably gettextize the help of the all grub_register_command. Is it all right? In general, I would translate mainly all grub_printf that has user messages. I will do it in a different patch set than the grub_register_command. >From the utilities, something that w

gettextize normal/menu_text.c (print_timeout)

2009-11-22 Thread Carles Pina i Estany
Hello, Attached a proposal of gettextize for normal/menu_text.c -- 2009-11-22 Carles Pina i Estany * normal/menu_text.c (get_spaces): New function. (print_timeout): Gettexttize and uses get_spaces. -- If accepted I can combine with the previous patch gettextizing some

Re: errno handling

2009-11-22 Thread Carles Pina i Estany
Hi, On Nov/22/2009, Carles Pina i Estany wrote: > > Hello, > > On Nov/22/2009, Robert Millan wrote: > > On Sun, Nov 22, 2009 at 05:19:19PM +, Carles Pina i Estany wrote: > > > > > > Hello, > > > > > > Last night I spent some time with a confussion that maybe it can be > > > avoided (or ma

Re: errno handling

2009-11-22 Thread Carles Pina i Estany
Hello, On Nov/22/2009, Robert Millan wrote: > On Sun, Nov 22, 2009 at 05:19:19PM +, Carles Pina i Estany wrote: > > > > Hello, > > > > Last night I spent some time with a confussion that maybe it can be > > avoided (or maybe not). > > > > Let's say that a module calls grub_file_open and it

gettextizing

2009-11-22 Thread Carles Pina i Estany
Hello, Attached a patch that would gettextize some files under normal (but not the conflictive string, I will implement it later). Tell how it looks, if you would merge it now or later, etc. Thanks, -- Carles Pina i Estany http://pinux.info === added file 'ChangeLog.gettext2' --- Chan

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: errno handling

2009-11-22 Thread Robert Millan
On Sun, Nov 22, 2009 at 05:19:19PM +, Carles Pina i Estany wrote: > > Hello, > > Last night I spent some time with a confussion that maybe it can be > avoided (or maybe not). > > Let's say that a module calls grub_file_open and it fails (file doesn't > exist or whatever). grub_errno is sette

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

errno handling

2009-11-22 Thread Carles Pina i Estany
Hello, Last night I spent some time with a confussion that maybe it can be avoided (or maybe not). Let's say that a module calls grub_file_open and it fails (file doesn't exist or whatever). grub_errno is setted up. This module is not resetting grub_errno and makes another call to grub_file_ope

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

Contents of PO file 'grub-1.97+20091122.id.po'

2009-11-22 Thread Translation Project Robot
grub-1.97+20091122.id.po.gz Description: Binary data The Translation Project robot, in the name of your translation coordinator. ___ Grub-devel mailing

New Indonesian PO file for 'grub' (version 1.97+20091122)

2009-11-22 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'grub' has been submitted by the Indonesian team of translators. The file is available at: http://translationproject.org/latest/grub/id.po (This file, 'gru

Just a cosmetic question about grub_vprintf()?

2009-11-22 Thread rubisher
Hello all, I am just reading kernel/misc.c file and read grub_vsprintf() definition as: int grub_vsprintf (char *str, const char *fmt, va_list args) which is used by: int grub_vprintf (const char *fmt, va_list args) { int ret; ret = grub_vsprintf (0, fmt, args); return ret; } But as far

Re: [PATCH] grub_video_fbrender_target

2009-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > According to its description, struct grub_video_fbrender_target is a > driver-specific structure. video_fb.c is generic code and shouldn't be > using this struct to define its function calls, as this makes it impossible > to use any of them from outside a driver. > > grub

New template for 'grub' made available

2009-11-22 Thread Translation Project Robot
/POT-files/grub-1.97+20091122.pot Whenever you have a new distribution with a new version number ready, containing a newer POT file, please send the URL of that distribution tarball to the address below. The tarball may be just a pretest or a snapshot, it does not even have to compile. It is just u

[PATCH] grub_video_fbrender_target

2009-11-22 Thread Robert Millan
According to its description, struct grub_video_fbrender_target is a driver-specific structure. video_fb.c is generic code and shouldn't be using this struct to define its function calls, as this makes it impossible to use any of them from outside a driver. -- Robert Millan The DRM opt-in fa

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

New Indonesian PO file for 'grub' (version 1.97+20091119)

2009-11-22 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'grub' has been submitted by the Indonesian team of translators. The file is available at: http://translationproject.org/latest/grub/id.po (This file, 'grub-1.97+20091119.id

Contents of PO file 'grub-1.97+20091119.id.po'

2009-11-22 Thread Translation Project Robot
grub-1.97+20091119.id.po.gz Description: Binary data The Translation Project robot, in the name of your translation coordinator. ___ Grub-devel mailing list