nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 185dc6acd09750e446fb257ac5fecdc890308864
parent 890ea443d746c0c922bb2ed6da0b80dc7ce55bd8
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 29 Aug 2006 17:31:41 +0000

Back to CVS


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3864 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
Mconfigure.ac | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,5 @@ +CVS code - + GNU nano 1.9.99pre1 - 2006.08.29 - General: - Miscellaneous comment fixes. (DLR) diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.9.99pre1], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.9.99pre1-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE