]> git.wh0rd.org Git - nano.git/commitdiff
minor cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 Sep 2003 16:26:40 +0000 (16:26 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 Sep 2003 16:26:40 +0000 (16:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1557 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure.ac
src/winio.c

index ed5a9589c9f2f295558dfa5901801c34abe6f065..581d759d92b2ee8ac2682e8036336033f79963d7 100644 (file)
--- 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
index 4e17621b401e2532f60494d7a04d2f9a220711b8..c08cf9b686d62d0c9a54b93ed50effde6025dc3e 100644 (file)
@@ -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])
index 53345003b060ff521c08bb72746d440060c9a6fd..31c18727a78143c9672ce78470b4e7a257acbef8 100644 (file)
@@ -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);