From a3831ab2b87da2d5c81b06abb431ba3a3dc54de2 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 22 Sep 2003 16:26:40 +0000 Subject: [PATCH] minor cosmetic fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1557 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ configure.ac | 8 ++++---- src/winio.c | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed5a9589..581d759d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -138,6 +138,9 @@ CVS code - do_credits() - Update the copyright years to "1999-2003", to match those given in the rest of the code. (DLR) +- configure.ac: + - Change instances of "GNU Nano" to "GNU nano" for consistency. + (DLR) - nano.1, nanorc.5, nano.texi: - Change all instances of $SYSCONFDIR to SYSCONFDIR, since SYSCONFDIR is set at compile time and can't be overridden by diff --git a/configure.ac b/configure.ac index 4e17621b..c08cf9b6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,24 +2,24 @@ # # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # -# GNU Nano is free software; you can redistribute it and/or modify +# GNU nano is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # -# GNU Nano is distributed in the hope that it will be useful, +# GNU nano is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Nano; if not, write to the Free Software +# along with GNU nano; if not, write to the Free Software # Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # $Id$ -AC_INIT([GNU Nano], [1.2.99-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.2.99-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h:config.h.in]) diff --git a/src/winio.c b/src/winio.c index 53345003..31c18727 100644 --- a/src/winio.c +++ b/src/winio.c @@ -933,7 +933,6 @@ void bottombars(const shortcut *s) * very small and keystroke and desc are long. */ void onekey(const char *keystroke, const char *desc, int len) { - wattron(bottomwin, A_REVERSE); waddnstr(bottomwin, keystroke, len); wattroff(bottomwin, A_REVERSE); -- 2.39.5