From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G94pJ-0003yN-Vx for mharc-grub-devel@gnu.org; Fri, 04 Aug 2006 14:55:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G94pI-0003xo-IM for grub-devel@gnu.org; Fri, 04 Aug 2006 14:55:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G94pD-0003wO-DR for grub-devel@gnu.org; Fri, 04 Aug 2006 14:55:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G94pD-0003wB-5k for grub-devel@gnu.org; Fri, 04 Aug 2006 14:55:11 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G94sp-0003mE-AI for grub-devel@gnu.org; Fri, 04 Aug 2006 14:58:55 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id B6E833C00072C for ; Fri, 4 Aug 2006 22:58:01 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 8AFA53C00070E for ; Fri, 4 Aug 2006 22:58:01 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 4 Aug 2006 20:55:08 +0200 User-Agent: KMail/1.8.2 References: <44CB56BA.40201@nic.fi> <200607301552.36030.okuji@enbug.org> <44CFB887.4070708@nic.fi> In-Reply-To: <44CFB887.4070708@nic.fi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200608042055.08932.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.499550, version=0.17.2 Subject: Re: [patch] Added bitmap support to Video API X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 18:55:16 -0000 On Tuesday 01 August 2006 22:24, Vesa J=E4=E4skel=E4inen wrote: > Almost. Couple of VBE2+ driver features are not implemented yet. But > they should not limit much of going forward with implementing other > features. Great. > One issue that needs thinking is theming of GRUB, this includes colors > and visual appearance and is also closely related to designing new menu > system. What I would like to see is that that now as there is base work > done on video side, someone could continue on menu side so I could do > some other stuff :). I can of course help on menu stuff too. I'm (always) planning to refactor the menu code, but I have little time at = the=20 moment, unfortunately... Once this is finished, I would be glad to make a=20 try. ;) Okuji