nano

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

commit f38b27e0a1d04ab4dc228853d0296f3faadb7f67
parent 9eaa50d69cab1f32b6ad2d3c912a07cff7e2fd20
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  9 Jan 2007 23:42:50 +0000

add missing changelog entry


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

Diffstat:
MChangeLog | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -6,6 +6,10 @@ CVS code - versions if nano is built without nanorc support. Changes to configure.ac, doc/man/Makefile.am, and doc/man/fr/Makefile.am. (DLR) +- search.c: + regexp_init() + - Don't assign rc's value via regcomp() until we've asserted + that regexp_compiled is FALSE. (DLR) - winio.c: do_credits() - Update the last copyright notice to include 2006. (DLR)