Re: new function: grub_printfnl

2009-11-30 Thread Jordi Mallach
On Sat, Nov 28, 2009 at 08:07:09PM +0100, Robert Millan wrote: > > Gettextizzing files I have a very common situation: > > grub_printf ("Bla bla bla\n"); > Uhm I wonder what's the common approach to this. Maybe Jordi or someone > else can tell? I think this is going too far. I don't think there's

Re: fonts for gfxmenu, help needed

2009-11-30 Thread Michal Suchanek
2009/11/30 Qianqian Fang : > Michal Suchanek wrote: >> >> Aestetics is relative but uniform stroke width is not. >> >> Yes, I suspected it would not be a common character, my character >> table does not list a meaning for it. >> >> However, similar issue can be seen with the 刀 character in the >> m

Re: fonts for gfxmenu, help needed

2009-11-30 Thread Qianqian Fang
Michal Suchanek wrote: Aestetics is relative but uniform stroke width is not. Yes, I suspected it would not be a common character, my character table does not list a meaning for it. However, similar issue can be seen with the 刀 character in the microhei_24px and microhei_32px rasterization. In

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

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

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

2009-11-30 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 Chinese (simplified) team of translators. The file is available at: http://translationproject.org/latest/grub/zh_CN.po (This file, 'grub-1.9

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

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

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

2009-11-30 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 Chinese (simplified) team of translators. The file is available at: http://translationproject.org/latest/grub/zh_CN.po (This file, 'grub-1.9

Re: var=foo should be valid?

2009-11-30 Thread Carles Pina i Estany
Hello, On Nov/30/2009, Colin Watson wrote: > On Sun, Nov 29, 2009 at 06:45:03PM +, Carles Pina i Estany wrote: > > On Nov/29/2009, Carles Pina i Estany wrote: > (I don't know what the bug you're referring to is; both 'foo=bar' and > 'set foo=bar' seem to work OK here. I may be missing some s

[PATCH] speed up scrolling by agglomerating one-line scrolls

2009-11-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Available in experimental -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.gfxtermscroll' --- ChangeLog.gfxtermscroll 1970-01-01 00:00:00 + +++ ChangeLog.gfxtermscroll 2009-11-30 11:52:39 + @@ -0,0 +1,18 @@ +2009-11-30 Vladimir Serbinenko + + Agglomerate scro

[PATCH] Optimise scrolling by avoiding function calls and aligned memory copy

2009-11-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Available in experimental. In QEMU benchmark scrolling 1000 lines decreased from 72s to 32s. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.scrollopt' --- ChangeLog.scrollopt 1970-01-01 00:00:00 + +++ ChangeLog.scrollopt 2009-11-30 09:26:26 + @@ -0,0 +1,4 @@ +

Re: fonts for gfxmenu, help needed

2009-11-30 Thread Michal Suchanek
2009/11/29 Qianqian Fang : > Michal Suchanek wrote: >> >> It's good enough to read the character but if I designed a theme with >> this character in some large caption I would immediately start looking >> for a font that has a decent glyph for this character. It's far from >> nice to look at. >> >

Re: var=foo should be valid?

2009-11-30 Thread Colin Watson
On Sun, Nov 29, 2009 at 06:45:03PM +, Carles Pina i Estany wrote: > On Nov/29/2009, Carles Pina i Estany wrote: > > Right now in Grub2 a user could do: > > name=john > > set name=john > > > > both are valid. > > > > (first one has a bug but very easy to fix, even thought I would maybe > > ref