[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] GNU nano 2.2.0
From: |
Kamil Dudka |
Subject: |
Re: [Nano-devel] GNU nano 2.2.0 |
Date: |
Tue, 1 Dec 2009 13:48:23 +0100 |
User-agent: |
KMail/1.12.3 (Linux/2.6.29.5-191.fc11.x86_64; KDE/4.3.3; x86_64; ; ) |
On Mon November 30 2009 06:52:51 Chris Allegretta wrote:
> is released and available for download at
> http://www.nano-editor.org/download.php
While building the new packages for Fedora I spotted one nit:
2009-11-29 Chris Allegretta <address@hidden>
* prompt.c (get_prompt_string) - Universally handle help key when is
disabled. Fixes Savannah
bug 28117 by David Lawrence Ramsey <address@hidden>.
* chars.c, files.c: Add junk vars to silence the compiler. Sigh.
This ^^^ is not going to work well. Instead of silencing the compiler it
prints 15 warnings about unused variable 'shutup'. I sent a patch *solving*
exactly these warnings two months ago, however it has stayed intact on the
list since then.
Kamil