nano

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

commit befb25a4e6e391d52dfe89cf4581061232b7849a
parent f70f0cf6bd977774ba2a183f1ab597235eb4f83c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 31 Mar 2004 18:53:07 +0000

Back to CVS


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1706 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.3.2 - 2004.03.31 - General: - Change instances in the code that refresh the entire edit diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.2], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.2-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h:config.h.in])