From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Iiyzn-0006ss-2I for mharc-grub-devel@gnu.org; Fri, 19 Oct 2007 17:03:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iiyzl-0006qe-E3 for grub-devel@gnu.org; Fri, 19 Oct 2007 17:03:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iiyzj-0006mt-Q3 for grub-devel@gnu.org; Fri, 19 Oct 2007 17:03:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iiyzj-0006mc-Fq for grub-devel@gnu.org; Fri, 19 Oct 2007 17:02:59 -0400 Received: from aybabtu.com ([69.60.117.155]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iiyzi-0006FW-Sz for grub-devel@gnu.org; Fri, 19 Oct 2007 17:02:59 -0400 Received: from [192.168.10.6] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Iiyzh-0006Q0-Hf for grub-devel@gnu.org; Fri, 19 Oct 2007 23:02:58 +0200 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1Iiyz8-0006ax-8b for grub-devel@gnu.org; Fri, 19 Oct 2007 23:02:22 +0200 Date: Fri, 19 Oct 2007 23:02:22 +0200 From: Robert Millan To: grub-devel@gnu.org Message-ID: <20071019210222.GA25328@thorin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline Organization: free as in freedom X-Message-Flag: Microsoft discourages use of Outlook. X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [PATCH] TODO 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, 19 Oct 2007 21:03:01 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline It seems the TODO is horribly outdated, so I gave it a review. I think these are already fixed. Is it correct? -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.) --fdj2RfSjLxBAspz7 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="todo.diff" --- grub2/TODO 2005-01-04 15:01:44.000000000 +0100 +++ TODO 2007-10-19 23:01:15.000000000 +0200 @@ -13,7 +13,7 @@ higher priority. -* Add more filesystems (such as jfs, xfs and reiserfs). ! +* Add more filesystems (such as jfs and reiserfs). ! * Add journal playback support to ext2fs (so it will become ext3fs). @@ -21,23 +21,12 @@ * Add more loaders (such as NetBSD and FreeBSD). !! -* Implement a more friendly installer. - -* Add more terminals (such as serial). ! - -* Implement a normal mode. !!! +* Add more terminals. ! * Write a manual. -* Add support for compressed files. - * Add support for network devices. -* Fix the graphics mode completely and improve it to support VESA - as well as VGA modes. ! - * Add a fancy menu interface which utilizes the graphics mode extensively with many eye-candies. This is important to beat GRUB legacy. :) - -* Audit util/powerpc/ieee1275/grub-mkimage.c for endianness fixes. --fdj2RfSjLxBAspz7--